.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
body{
  margin: 0;
}
h2{
  font-weight: normal;
  color: rgba(111, 86, 95, 1);
}
h3{
  font-weight: normal;
}
h4{
  font-weight: normal;
}
.logo img {
   height: 80px;          
  width: auto;           
  display: block;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px; 
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  padding-right:20px ;
  font-family: "Poppins", sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
   background-color: white;
}
.nav-button{
    background-color:rgba(28, 111, 105, 1) ;
    color: white;
  padding: 0.5rem .25rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.nav-button:first-child{
  color: white;
  padding: 0.25rem .5rem;
}

.nav-button:hover:first-child {
  background-color: black;
  color: white;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding-right: 200px;
}

.nav-links li a {
  color: black;
  text-decoration: none;
  overflow: visible;
  padding-right: 10px;
  font-size: 26;
}
.nav-links li a:hover{
  color: rgba(28, 111, 105, 1) ;
}
.nav-itemactive{
  color: rgba(28, 111, 105, 1);
}
.burger-menu {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  top: 20px;
  right: 20px;
}

.burger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: rgba(111, 86, 95, 1);
  border-color: rgba(111, 86, 95, 1);
  margin: 5px 0;
}

@media (max-width: 768px) {
  .burger-menu {
    display: block;
  }

  .nav-links {
    display: none;
  }

  .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 50px;
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    border-radius: 5px;
    color: black;
  }
}

.hero {
    font-family: "Poppins", sans-serif ;
  position: relative;
  width: 100%;
  height: 400px; 
  overflow: hidden;
  padding-top: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.hero-content {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%,);
  text-align: center;
  
}

.hero-button {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(111, 178, 158, 1);
  color: #fff;
  border: none;
  padding: 15px 30px;
  margin-top: 400px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}

.hero-button:hover {
  background-color: black;
}
.main-content{
    font-family:"Poppins", sans-serif ;
}

.heading{ 
    font-size: 40px;
    padding-left: 30px;
    color: rgba(111, 86, 95, 1);
    font-family:"Poppins", sans-serif ;
}
.heading3{
  font-size: 40px;
  margin bottom: 0 0 0 0;
  padding-top: 70px;
    padding-left: 40px;
    color: rgba(111, 86, 95, 1);
    font-family: "Poppins", sans-serif ;
}
.heading4{
  font-size: 25px;
  margin top: 0 0 0 0;
    padding-left: 40px;
    color: rgba(111, 86, 95, 1);
    font-family: "Poppins", sans-serif ;
}
.collection {
  padding: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

.card-container {
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.card:hover {
  box-shadow: 0 12px 12px rgba(0,0,0,0.2); 
}
.card {
  text-decoration: none;
  flex: 1 1 30%;
  max-width: 33%%;
  background: rgba(230, 219, 198, 1);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  color: black;
  
}

.card img {
  width: 100%;
  display: block;       
  border: none;         
  padding: 0;           
  margin: 0;
}
.card-text {
  padding: 1rem 1.5rem;
  text-align: left;
  font-family: "Roboto", sans-serif;
}

/* 📱 Mobile stacking */
@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .card {
    flex: 1 1 100%;
    max-width: 90%;
  }
}
.homeparagraph{
  text-align: left;
  font-family: "Poppins", sans-serif;
  color: rgba(28, 111, 105, 1);
  font-size: 16pt;
  font-weight: 400;
  margin-bottom: 50px;
}
.join-button{
  background-color:rgba(132, 95, 30, 1);
  color: #fff;
  border: none;
  padding: 15px 30px;
  margin-top: 400px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}
.join-button:hover {
  background-color: black;
}
.museum-footer {
  background-color: rgba(132, 95, 30, 1) ;    
  color: #fff;
  padding: 0;             
}

.footer-banner {
  position: relative;
  width: 100%;
}

.footer-banner img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.footer-info {
     
  bottom: 0%;
  left: 5%;
  display: flex;
  gap: 2rem;
  color: rgba(255, 255, 255, 1);
  font-size: smaller;
  margin: 0 0 0 0;
  font-family:"Poppins", sans-serif ;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .footer-info {
    position: static;    
    flex-direction: column;
    text-align: center;
    background: none;
    color: #fff;         
  }
}
.artwork-list {
  display: flex;
  flex-direction: column; 
  gap: 2rem;
  max-width: 900px;
  margin: 0 20px;
  padding: ;
  color: rgba(111, 86, 95, 1);
}

.artwork-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
}

.artwork-image img {
  width: 180px;       
  height: auto;
  display: block;
}

.artwork-details {
  flex: 1; 
  font-family: "Roboto", sans-serif;           
}

.artwork-details h3 {
  margin-top: 0;
  font-size: 1.4rem;
  color: rgba(111, 86, 95, 1);
}

.artwork-details p {
  margin: 0.5rem 0;
  line-height: 1.6;
}

.description {
  color: #555;
}

@media (max-width: 768px) {
  .artwork-card {
    flex-direction: column;
    text-align: left;
  }

  .artwork-image img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.current-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: 0;
  
}

.current-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem;
  color:rgba(111, 86, 95, 1);
}

.current-image img {
  height: auto;
  display: block;
  width: 1420px;
}

.current-details {
  flex: 1;
  font-family:"Roboto", sans-serif ;
}

.current-details h2 {
  margin-top: 0;
  font-size: 1.4rem;
  color:rgba(111, 86, 95, 1);
}

.current-details p {
  margin: 0.5rem 0;
  line-height: 1.6;
  color: #555;
}


@media (max-width: 768px) {
  .current-card {
    flex-direction: column;
    text-align: left;
  }

  .current-image img {
    max-width: 500px;
    margin: 0 auto;
    gap: 2rem;
  }
}
.upcoming-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6rem;
  padding: 2rem;
  color: rgba(111, 86, 95, 1);
  margin-bottom: 70px;
}

.upcoming-text {
  text-align: left;
  font-family: "Roboto", sans-serif;
}
.upcoming-image{
  width: 550px;
}
@media (max-width: 768px) {
  
  .upcoming-image img {
    max-width: 400px;
    margin: 0 auto;
  }
}
.education-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  padding: 1rem;
  color: rgba(111, 86, 95, 1);
  margin-bottom: 200px;
  margin-left: 30px;
}

.education-text {
  text-align: left;
  font-family: "Roboto", sans-serif;
}
.education-image{
  width: 484px;
}
@media (max-width: 768px) {
  
  .education-image img {
    max-width: 400px;
    margin: 0 auto;
  }
}
.museum-image{
  width: 611px;
}
.split-layout {
  display: flex;                 
  align-items: stretch;          
  min-height: 300px;  
  margin-bottom: 50px;           
}

.text-side {
  flex: 1;                    
  padding: 40px;
  background: #fff;  
  font-family: "Roboto", sans-serif;
  
}

.color-box1 {
  flex: 1;                       
  background-color: rgba(28, 111, 105, 1);
  margin-bottom: 50px;
}
.color-box2 {
  flex: 1;                       
  background-color: rgba(111, 178, 158, 1);
  margin-bottom: 50px;
}
.color-box3 {
  flex: 1;                       
  background-color: rgba(132, 95, 30, 1);
  margin-bottom: 50px;
}

.color-box4 {
  flex: 1;                       
  background-color: rgb(255, 255, 255);
    margin-bottom: 50px;}
    
    .color-box5 {
  flex: 1;                       
  background-color: rgba(111, 86, 95, 1);
    margin-bottom: 50px;}

@media (max-width: 768px) {
  .split-layout {
    flex-direction: column;
  }
  .color-box1 {
    width: 100%;            
    min-height: 150px;      
  }
  .color-box2 {
    width: 100%;            
    min-height: 150px;      
  }
  .color-box3 {
    width: 100%;            
    min-height: 150px;      
  }

}
.text-side li{
  background: #fff;  
  list-style-type: none;
  font-weight: lighter;

}
.text-side ul{
padding-inline-start: 0px;

}

.text-side ul li{
  margin-bottom: 15px;
}
.membership-table {
 
  margin-left: 40px;
  margin-bottom: 100px;
  margin-right: 40px;
  align-self: center;
  border-collapse: collapse;
  font-family:"Roboto", sans-serif ;
  font-size: 20px;
  background-color: rgba(204, 183, 145, 0.65);
  font-weight: 200;
}

.membership-table th,
.membership-table td {
  border: 4px solid white;
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

.membership-table th {
  background-color: rgba(132, 95, 30, 1);
  color: white;
  font-weight: 300;
}
.membership-table th:first-child{
  background-color:rgba(28, 111, 105, 1) ;
}
.membership-table td:first-child {
  font-weight: 300;
  background-color: rgba(111, 178, 158, 0.46);
}


@media screen and (max-width: 768px) {
  .membership-table {
    font-size: 14px;
  }

  .membership-table th,
  .membership-table td {
    padding: 10px;
  }
}

