@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Metamorphous&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.logo img{
    height: 130px;
    width: 150px;
    margin-top: 0px;
    
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    height: 110px;

    position: absolute;   /* needed if header sits over banner */
    top: 0;
    left: 0;
    width: 100%;

    background-color: transparent !important; /* FORCE transparency */
    box-shadow: none !important;

    z-index: 999;
}


nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

nav ul li a {
    text-decoration: none;
    font-size: 18px;
    color: white;
    font-family: 'Roboto';

    position: relative; /* remove left offset */
}

nav ul li a:hover{
    color: #996515;
}
/* Toggle button (3 bars) */
.toggle-button {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 40px;
}

.toggle-button .bar {
    width: 25px;
    height: 4px;
    background-color: white;
    border-radius: 5px;
}

/* Sidebar styles (hidden by default) */
.sidebar {
    position: fixed;
    top: 0;
    right: -250px; /* Initially hidden off-screen */
    width: 250px;
    height: 100%;
    background-color: #fff;
    box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.1);
    padding: 30px; 
    transition: 0.3s ease;
    z-index: 999;
}

.sidebar ul {
    list-style: none;
    padding-top: 10px;
}

.sidebar ul li {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}

.sidebar ul li a {
    text-decoration: none;
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
    
}

/* Close Button for Sidebar */
.close-btn {
    font-size: 30px;
    color: #333;
    position: absolute;
    top: 30px;
    left: 200px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #996515; /* Same hover color as navbar links */
}

/* Media Query for Mobile View */
@media screen and (max-width: 900px) {
    /* Show the toggle button */
    .toggle-button {
        display: flex;
    }

    /* Hide the navigation links in desktop view */
    nav ul {
        display: none;
    }

    /* Sidebar appears when toggle is clicked */
    .sidebar.open {
        right: 0; /* Move the sidebar into view */
    }
    .logo {
        position: absolute;
        left: 20px;
    }
    
}
/* Banner Section */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 0 20px;
}

/* Background video */
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -2;
}

/* Dark overlay */
.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: -1;
}

/* Banner content */
.banner-content {
    position: relative;
    z-index: 1;
}


/* Adding black shade overlay */


/* Banner content */


.banner h2 {
    font-size: 15px; /* Adjust font size for the heading */
    position: relative;
    top: -90px;
    color: wheat;
    font-family: 'Roboto';
    letter-spacing: 5px;
    
    
    
}

.banner h3 {
    font-size: 4rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    top: -57px;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.7),
        0 0 12px rgba(255, 255, 0, 0.6),
        0 0 28px rgba(255, 255, 0, 0.45),
        0 0 55px rgba(255, 255, 0, 0.3);

    animation: yellowGlow 3.5s ease-in-out infinite;

    
    
}

/* Colors */
.banner h3 .eden {
    color: yellow; /* gold vibe */
    font-family: 'Metamorphous';
}

.banner h3 .white {
    color: #ffffff; /* stays white */
    font-family: 'Lobster Two';
    font-size: 4.5rem;
}

.banner h3 .palace {
    color: yellow; /* soft luxury tone */
    font-family: 'Metamorphous';
}
/* Eden & Palace – gold gradient */
.banner h3 .eden,
.banner h3 .palace {
    color: #ffff33; /* pure soft yellow */
    font-family: 'Metamorphous';

    text-shadow:
        0 0 10px rgba(255, 255, 0, 0.8),
        0 0 22px rgba(255, 255, 0, 0.6),
        0 0 45px rgba(255, 255, 0, 0.4);
}
.banner h3 .white {
    color: #ffffff;
    font-family: 'Lobster Two';
    font-size: 4.5rem;

    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.95),
        0 0 10px rgba(255, 255, 0, 0.5),
        0 0 25px rgba(255, 255, 0, 0.3);
}












.banner .caption {
    font-size: 0.8rem; /* Adjust font size for the caption */
    position: relative;
    top: -47px;
    width: 800px;
    font-family: 'Quicksand';

    
    
    

}
@media (max-width: 768px) {
    .banner {
        height: 70vh; /* Reduce height on tablets */
        
    }

    .banner h2 {
        font-size: 10px; /* Reduce heading font size */
        top: -60px; /* Adjust position */
    }

    .banner h3 {
        font-size: 2rem; /* Adjust title font size */
        top: -40px; /* Adjust position */
    }
    .banner h3 .white {
    color: #ffffff; /* stays white */
    font-family: 'Lobster Two';
    font-size: 2rem;
}


    .banner .caption {
        font-size: 0.8rem; /* Adjust caption font size */
        top: -30px; /* Adjust position */
        width: 100%; /* Make caption width responsive */
        
    }
}

/* Small Screens (Mobile Devices) */
@media (max-width: 480px) {
    .banner {
        height: 60vh; /* Further reduce height on mobile */
        padding: 0 10px; /* Reduce padding on mobile */
    }

    .banner h2 {
        font-size: 10px; /* Further reduce heading font size */
        top: -30px; /* Adjust position */
    }

    .banner h3 {
        font-size: 1.3rem; /* Adjust title font size */
        top: -20px; /* Adjust position */
    }

    .banner .caption {
        font-size: 0.6rem; /* Adjust caption font size */
        top: -15px; /* Adjust position */
        width: 100%; /* Make caption full width */
    }
    .banner h3 .white {
    color: #ffffff; /* stays white */
    font-family: 'Lobster Two';
    font-size: 2rem;
}
}

/* Extra Small Screens (Very small mobile) */
@media (max-width: 380px) {
    .banner {
        height: 50vh; /* Further reduce height */
    }

    .banner h2 {
        font-size: 8px; /* Minimize heading font size */
        top: -20px; /* Adjust position */
    }

    .banner h3 {
        font-size: 1.3rem; /* Adjust title font size */
        top: -10px; /* Adjust position */
    }
    .banner h3 .white {
    color: #ffffff; /* stays white */
    font-family: 'Lobster Two';
    font-size: 1.6rem;
}

    .banner .caption {
        font-size: 0.6rem; /* Adjust caption font size */
        top: 0; /* Adjust position */
        width: 100%; /* Ensure full width */
    }
    .about {
    padding: 50px 15px;
  }

  .about h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .about-text {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .underline {
    width: 45px;
    height: 2px;
  }

  .cards {
    gap: 20px;
    margin-top: 40px;
  }

  .card {
    padding: 30px 20px;
  }

  .icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    margin-bottom: 16px;
  }

  .card h3 {
    font-size: 17px;
  }

  .card p {
    font-size: 13px;
    line-height: 1.6;
  }
  
  
}

/* Optional: Add a subtle hover effect on the banner */

/* Style for the Floating WhatsApp Button */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;  /* Distance from the bottom */
    right: 20px;   /* Distance from the right */
    background-color: #25D366;  /* WhatsApp Green */
    padding: 10px;
    border-radius: 50%;
    
    z-index: 9999;
}

.whatsapp-btn img {
    width: 30px;   /* Size of the WhatsApp icon */
    height: 30px;
}

.whatsapp-btn:hover {
    background-color: #128C7E;  /* Darker green on hover */
}
.about {
  max-width: 100%;
  margin: auto;
  padding: 80px 20px;
  text-align: center;
  background-color: rgb(238, 236, 236);
}

.about-tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #b38b4d;
  margin-bottom: 10px;
  font-family: 'Roboto';
}

.about h1 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
}

.underline {
  width: 60px;
  height: 3px;
  background-color: #b38b4d;
  margin: 15px auto 25px;
}

.about-text {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  font-family: 'Quicksand';
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
}

.card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
}

.icon {
  width: 50px;
  height: 50px;
  background: #f5efe6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #b38b4d;
  margin: 0 auto 20px;
}

.card h3 {
  font-family: 'Montserrat';
  font-size: 18px;
  margin-bottom: 12px;
}

.card p {
  font-size: 14px;
  line-height: 1.7;
  color: #777;
  font-family: 'Quicksand';
}
.events {
  padding: 80px 20px;
  background-color: #faf8f4;
  text-align: center;
}

.section-tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #b38b4d;
  margin-bottom: 10px;
  font-family: 'Roboto';
}

.events h2 {
  font-family: 'Montserrat';
  font-size: 40px;
  margin-bottom: 10px;
}

.underline {
  width: 60px;
  height: 3px;
  background-color: #b38b4d;
  margin: 15px auto 25px;
}

.section-text {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  font-family: 'Quicksand';
}

.events-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards in a row */
  gap: 30px;
}

.event-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.40), rgba(0,0,0,0.10));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  color: #fff;
}

.overlay h3 {
  font-family: 'Montserrat';
  font-size: 20px;
  margin-bottom: 6px;
  
  
}

.overlay p {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
  font-family: 'Quicksand';
}
@media (max-width: 780px) {
  .events-grid {
    grid-template-columns: 1fr; /* 1 card per row */
    gap: 20px;
  }

  .event-card {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .events {
    padding: 40px 15px;
  }

  .events h2 {
    font-size: 28px;
  }

  .section-text {
    font-size: 14px;
    max-width: 90%;
    margin: auto;
  }

  .overlay h3 {
    font-size: 18px;
  }

  .overlay p {
    font-size: 13px;
  }
}
.venue{
  padding: 80px 20px;
  background-color: rgb(238, 236, 236);
  text-align: center;
}
.section-ven{
  font-size: 12px;
  letter-spacing: 2px;
  color: #b38b4d;
  margin-bottom: 10px;
  font-family: 'Roboto';
}
.underven{
  width: 60px;
  height: 3px;
  background-color: #b38b4d;
  margin: 15px auto 25px;
}
.evenh{
  font-family: 'Montserrat';
  font-size: 40px;
  margin-bottom: 10px;
}
.section-get{
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  font-family: 'Quicksand';
}
.venue h2{
  font-family: 'Montserrat';
  font-size: 40px;
  margin-bottom: 10px;
}
.gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
      gap: 20px;
      max-width: 1300px;
      margin: 50px auto;
      padding: 0 20px;
    }

    /* Gallery Card */
    .gallery-card {
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .gallery-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s;
    }

    /* Hover effect */
    .gallery-card:hover img {
      transform: scale(1.05);
    }

    .gallery-card:hover {
      box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    }

    /* Responsive for smaller screens */
    @media (max-width: 900px) {
      .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .gallery-grid {
        grid-template-columns: 1fr;
      }
    }
    .contact{
      padding: 80px 20px;
  background-color: rgb(17, 17, 17);
  text-align: center;
    }
    .section-contact{
      font-size: 12px;
  letter-spacing: 2px;
  color: #b38b4d;
  margin-bottom: 10px;
  font-family: 'Roboto';
    }
    .underline-contact{
      width: 60px;
  height: 3px;
  background-color: #b38b4d;
  margin: 15px auto 25px;
    }
    .contact h2{
      font-family: 'Montserrat';
  font-size: 40px;
  margin-bottom: 10px;
  color: white;
    }
    .social-icons{
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icons a{
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  color: white;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Individual brand colors */
.social-icons .instagram{
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.social-icons .facebook{
  background-color: #1877f2;
}

.social-icons .tiktok{
  background: linear-gradient(45deg, #25f4ee, #000000, #fe2c55);
}

.social-icons .youtube{
  background-color: #ff0000;
}

.social-icons a:hover{
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

    



