

@font-face {
  font-family: 'El-Guna';
  src: url('media/montage-cinematic-logo-luxury-font-2024-11-14-19-29-15-utc/Montage.otf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'El-Guna';
  src: url('media/montage-cinematic-logo-luxury-font-2024-11-14-19-29-15-utc/Montage.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'El-Guna';
  src: url('media/montage-cinematic-logo-luxury-font-2024-11-14-19-29-15-utc/Montage.woff') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'El-Guna';
  src: url('media/montage-cinematic-logo-luxury-font-2024-11-14-19-29-15-utc/Montage.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important; 
  font-family: "Albert Sans", sans-serif;
  /* scroll-behavior: smooth; */
  /* width: 100%; */
}


  .section, video, img {
  max-width: 100%;
  box-sizing: border-box;
}



.video-content{
  font-family: "El-Guna", sans-serif;
  font-size: 6.25rem;
}

.login-button {
    background-color: transparent;
    color: white;
    border: 1px solid white !important;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 1rem;
}

.navbar-hero-section{
    height: 100vh;
        /* min-height: 500px; */
}

.navbar-gutter{
padding-right: 8rem !important;
padding-left: 8rem !important;
}


/* Responsive logo sizing */
@media (max-width: 991.98px) {
    .navbar-brand img {
        max-width: 90px !important;
    }

    .navbar-nav {
        gap: 0.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        max-width: 70px !important;
    }

    .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    }

    .navbar .btn {
        font-size: 0.95rem;
        padding: 0.25rem 0.75rem;
    }
}


.navbar-nav .nav-link {
    position: relative;
    transition: color 0.2s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-nav .nav-link.active::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 60%;
    border-bottom: 2.5px solid #fff;
    border-radius: 2px;
    margin-top: 4px;
}












/* .hero {
  position: relative;
  background: url("media/images/Frame 107.png") no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 100vh;
  overflow: hidden;
} */


.hero-about{
  font-size: 1rem;
  font-weight: 500;
  color: #1D4178;
  margin-top: 80%;
  margin-bottom: 1rem;
}

.hero-title{
  font-size: 4.688rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
  font-family: 'El-Guna', sans-serif;
}

.hero-content{
  font-size: 1.425rem;
  font-weight: 400;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 56.25rem;
}

.hero-count h1{
  font-family: "Montaga", serif;
  font-size: 4.688rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.hero-count .col:hover h1,
.hero-count .col:hover p {
  color: #1D4178;
  transition: color 0.3s ease;
}


.hero-count p{
  font-size: 1.225rem;
  font-weight: 400;
  color: #fff;
}

.video-container video {
  object-fit: cover;
}

.overlay-image {
  background: url("media/images/gradient background-2.png") center center / cover no-repeat;
  /* opacity: 0.9;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1; */
}

.learn-more-button {
  font-size: 1.363rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0.5rem 1.5rem;
  margin-top: 1.5rem;
}

.learn-more-button:hover {
  background-color: #1D4178;
    border: 1px solid #1D4178;

  transition: background-color 0.3s ease, color 0.3s ease;
}


/* .overlay-image {
  background: url("media/images/Bg.png") center center / cover no-repeat;
  opacity: 0.9;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  
}

.learn-more-button{
  font-size: 1.563rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0.2rem 1rem;

} */









.image-strip-wrapper {
  overflow: hidden;
  width: 100%;
}

.image-strip {
  display: flex;
  animation: scrollStrip 20s linear infinite;
}

.image-strip img {
  height: 16.313rem;
  width: 20.625rem;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: none;
}
  
@keyframes scrollStrip {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%); /* Half because we repeated the images */
  }
}

    /* ===== Banner Section ===== */
  .banner {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  display: block;
}

.banner:hover .banner-inner img {
  transform: scale(1.2); 
}

.banner-text {
      position: absolute;
      top: 10%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-size: 4.146rem;
      font-weight: 400;
      text-align: center;
      font-family: "El-Guna", sans-serif;
      z-index: 2;
    } */

    /* .banner h1 {
      color: white;
      font-size: 3rem;
      font-weight: 500;
      text-align: center;
      z-index: 2;
      position: relative;
    }

    /* ===== Booking Bar ===== */
    .booking-bar-wrapper {
  position: relative;
}
    .booking-bar {
       position: absolute;
  top: 335%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 0.6rem;

      padding: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 1200px; /* reduced width */
      height: 85px;
    }

    .date {
      border: none;
      padding: 0.5rem;
      width: 100%; 
      color: white;
      background-color: black;
     
    }
   

    .reserve-btn {
      background-color: #8b4513;
      color: white;
      border: none;
      padding: 0.5rem 2rem;
    }

    .reserve-btn:hover {
      background-color: #D2671C;
    }


    
    













.things-to-do {
background: linear-gradient(to bottom, rgba(148, 195, 217, 1) 0%, rgba(255, 255, 255, 1) 84%, rgba(255, 255, 255, 1) 100%);
  padding: 8rem;
}
.things-to-do-hr{
  border: 1px solid #fff;
  margin: 1rem 0;
  width: 308px;
}
.things{
  font-size: 1.094rem;
  font-weight: 400;
  color: #183054;
  margin-bottom: 1rem;
}
.things-title{
  font-family: "El-Guna", sans-serif;
  font-size: 4.688rem;
  font-weight: 400;
}


.things-image{
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.circle-arrow {
  position: absolute;
  top: -100px; /* 👈 moves it up */
  left: 50%;  /* center horizontally */
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #E2E2E2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}




.thing-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
   padding: 3rem; /* More space inside */
  border-radius: 15px; /* Rounded corners */
  height: 100%;
  transition: transform 0.3s ease;
 

}


.line-container {
  width: 350px; /* Narrower line */
  height: 1.5px;
  background: #DDA14A;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
    transition: width 0.5s ease;
  transform-origin: right; /* Shrink from the right side */
}

.line-fill {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background-color: #f77f00;
  transition: all 0.3s ease;
}

.thing-item:hover .line-fill {
 
   width: 100%;
  transition: width 0.5s ease;
  transform-origin: left; /* Expand from the left */
}

.thing-item .line-fill {
  transition: width 0.5s ease 0.2s; /* Add delay when shrinking */
  transform-origin: right;
}

/* Content Alignment */
.content-box {
  padding-left: 0;
  text-align: left;
}

.ai-feature{
  margin-right: -1rem;
  text-align: left;
}


.things-row{
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  width: 1800px;
  margin-left: -9rem;

 }
 .powered-feature{
  width: 1500px;
    margin-left: -6rem;

 }

.thing-number {
    font-size:1.72rem;
  font-weight: 400;
  color: #183054;
  margin-top: 1rem;
}

.thing-subtitle {
  font-size: 1.375rem;
  font-weight: 400;
  color: #183054;
  margin-bottom: 0;
}

.thing-title {
  font-weight: 400;
  font-size: 3.125rem;
  color: #183054;
  font-family: "El-Guna", sans-serif;
  margin-top: 5px;
}




/* 
.btn-design {
  background-color: white;
  color: black;
  border-color: transparent;
  font-size: 1.106rem;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.75rem 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
} */

.btn-design {
  background-color: white;
  color: black;
  border-color: transparent;
  font-size: 1.106rem;
  text-align: center;
  display: flex;
  flex-direction: row;         /* Stack icon above text */
  align-items: center;            /* Center horizontally */
  justify-content: center;        /* Center vertically */
  gap: 6px;
  padding: 0.75rem 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


.btn-design.active {
  background-color: #f6d1bc;
  color: black;
      border-color: #f6d1bc;

}

.tick-icon {
  width: 18px;
  height: 18px;
  display: none;
}

.btn-design.active .tick-icon {
  display: inline-block;
      border-color: #f6d1bc;

  
}
.category-content-box {
  transition: background-color 0.3s ease;
}


.icon-img{
  background-color: #f5f5f5;
  width: 60px;
  height: 50px;
  border-radius: 30%;  
}

.active-icon {
  background-color: #183054 !important; 
 
}

.power{
  padding: 2.7rem;
  
}

.info-box {
  width: 100%;
  padding: 1rem;
  align-items: center;
  cursor: pointer;
}


.booking-item input {
  background-color: #183054;
  color: white;
}

.booking-item input::placeholder {
  color: white;
  opacity: 1;
}


.feature-function-box{
  margin-left: 1rem;
      text-align: left;
    width: 100%;
}

.power-title{
  font-size: 2.325rem;
  font-weight: 400;
  color: #183054;
  font-family: "El-Guna", sans-serif;

}
.power-paragarph{
  font-size: 1.275rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
  margin-left: 1rem;
}

.feature{
  font-size: 1.094rem;
  font-weight: 400;
  color: #183054;
}

.feature-title{
  font-size: 4.688rem;
  font-weight: 400;
  color: #183054;
  font-family: "El-Guna", sans-serif;
}

.feature-function {
  font-size: 1.325rem;
  font-weight: 500;
  color: black;
}

.feature-detail {
  font-size: 1.125rem;
  font-weight: 300;
  color: black;
}






.view{
  font-size: 4.688rem;
  font-weight: 400;
  color: #183054;
  font-family: "El-Guna", sans-serif;
}

.carousel-icon-wrapper {
  width: 150px;
  height: 150px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.carousel-icon-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-icon-wrapper img {
  width: 100px;
  height: 100px;
}

.card-title{
  font-size: 2.084rem;
  font-weight: 400;
  color:black;
  font-family: "El-Guna", sans-serif;
}

.card-text{
  font-size: 1.375rem;
  font-weight: 300;
  color: black;
  margin-top: 1.5rem;

}

 .reservation-bar {
      background-color: #2f2f2f;
      color: white;
      padding: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 1200px; /* reduced width */
      height: 85px;
      /* margin-top: 5rem;
      margin-bottom:  6rem; */
    }

    .reservation-bar .form-control {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid gray;
      color: white;
    }

 .booking-bar .form-control {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid gray;
      color: white;
    }


    .reservation-bar .form-control::placeholder {
      color: white;
    }

    .reserve-btn {
      background-color: #7A370B;
      color: white;
      padding: 1.8rem 1rem;
      border: none;
      width: 200px; /* reduced width */
      margin-right: -0.88rem;
            border-radius: 0;

    }

    .reservation-item {
      display: flex;
      align-items: center;
      
      margin-right: 2rem;
    }

    @media (max-width: 768px) {
      .reservation-bar {
        flex-direction: column;
        align-items: stretch;
      }

      .reservation-item {
        margin-bottom: 1rem;
        justify-content: start;
      }

      .reserve-btn {
        width: 100%;
      }
    }




.experience-section {
height: 10rem;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), #9FA9B8 80%, white 100%);

/* background: #9FA9B8;
background: linear-gradient(90deg, rgba(159, 169, 184, 1) 48%, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 1) 100%); */

}

.experience-image{
  width:1920px;
  height: 700px;
}
.experience-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #212121;
  color: white;
  text-align: center;
  border-radius: 0.6rem;
}
.experience-btn{
  background-color: #212121;
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid #fff;
  margin-top: 1rem;
}




.experience-title{
  font-family: "El-Guna", sans-serif;
}





.faq-title{
  font-size: 1.998rem;
  font-weight: 400;
  color: black;
  font-family: "El-Guna", sans-serif;
  text-align: left;
}

.faq-detail{
  font-size: 1rem;
  font-weight: 300;
  color: black;
}


 .faq-left-card {
      background-color: #fff;
      padding: 2rem;
      border-radius: 10px;
      box-shadow: 10px 5px 5px rgba(0,0,0,0.04);
      margin-bottom: 2rem;
    }

    .faq-left-card p {
      margin: 0;
      color: #555;
    }

    .faq-heading{
      color: #E35607;
      font-size: 1.094rem;
      text-align: left;
    }
    .faq-main{
      font-size: 4.688rem;
      font-weight: 400;
      color: black;
      font-family: "El-Guna", sans-serif;
      margin-bottom: 1.5rem;
      text-align: left;
    }

    .faq-left-badge {
      background-color: #e1e1e1;
      color: #aaa;
      border-radius: 50%;
      width: 100px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
      margin-left: auto;
    }

    .faq-right-badge{
       background-color: #e1e1e1;
      color: #aaa;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
      margin-left: auto;
    }

   .faq-right .accordion-button {
  color: black;
  border-radius: 5px;
  padding: 2rem 1.5rem;
  font-size: 1.625rem;
  background-color: transparent; /* Removed background for default (collapsed) state */
  transition: background-color 0.3s ease;
}

.faq-right .accordion-button:not(.collapsed) {
  background-color: #13274F; /* Apply only when active */
  box-shadow: none;
  color:white
}

.faq-right .accordion-button::after {
  background-image: url("media/images/arrow.png");
  background-color: transparent; /* Remove default bg */
  transform: rotate(0deg);
}

.faq-right .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg); /* Rotate when active */
}

.faq-right .accordion-body {
  padding: 1rem 1.5rem;
  color: #333;
  font-size: 1.125rem;
  text-align: left;
}


    .faq-divider {
      border-top: 1px solid #ccc;
    }


    .dream-bar {
  background-color: #2f2f2f;
  color: white;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 700px; /* reduced width */
  margin: 0 auto; /* ensure horizontal centering */
}

.book-btn {
  background-color: #7A370B;
  color: white;
  padding: 0.75rem 3rem;
  border: none;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 8%;
}

footer{
  background: "black"
}

.footer-subscribe{
    font-family: "El-Guna", sans-serif;
        font-size: 1.263rem;
        color: #fff;
        font-weight: 400 !important;
        text-align: left;
}

.footer-subscribe-sub{
    font-family: "Albert Sans", sans-serif;
        font-size: 0.9rem;
        font-weight: 400 !important;
        color: #fff;
                text-align: left;

}

.newsletter-box input[type="email"] {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 1rem;
    background: #2a2a2a;
    border: none;
    color: white;
    border: 1px solid #626262;
    border-radius: 10px;
}

.footer-menu-head{
    font-family: "El-Guna", sans-serif;
        font-size: 1.15rem;
        color: #fff;
        font-weight: 400 !important;
}

.footer-list{
    font-family: "Albert Sans", sans-serif;
        font-size: 0.8rem;
        font-weight: 400 !important;
        color: #FFFFFF;
}


.footer-bottom {
    background-color: #f26522;
    color: white;
    padding: 1rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
