/* literata serif */
@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap');
/* cinzel serif */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap');




/* 2 Navbar */
.header_wrapper .navbar {
  padding: 0.9375rem 0;
  background-color: var(--bg-white);
  -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
  box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
  -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s,
    opacity 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s,
    opacity 0s ease-in-out 0s;
}

.header_wrapper .navbar-toggler {
  border: 0;
  color: var(--primary-text);
  line-height: 2;
}

.header_wrapper .navbar-toggler:focus {
  box-shadow: none;
}

.header_wrapper .nav-item {
  margin: 0 0.625rem;
}

.header_wrapper .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-text);
  display: inline-block;
  font-family: "Kiterate", serif !important;
}

.header_wrapper .nav-item .nav-link.active,
.header_wrapper .nav-item .nav-link:hover {
  color: var(--secondary-text);
}

.navbar.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@keyframes fadeInDown {
  0% {
    top: -30%;
  }

  50% {
    top: -15%;
  }

  100% {
    top: 0;
  }
}


/* 3 Banner */
.carousel1 {
  background: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
    url("../img/303/10.JPG");
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 80vh;
  color: white;
}

.carousel-caption {
    font-family: "Cinzel" serif !important;
  position: absolute;
  right: 15%;
  bottom: 20.25rem !important;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}
.jost {
  font-family: "Poppins", sans-serif !important ;
}
.carousel-caption h1 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 80px !important;
  color: #ffffff !important;
}
.booking-area {
  background: #182424;
  box-shadow: 0 0.625rem 0.9375rem 0 rgb(0 0 0 / 10%);
  margin-top: -4rem;
  padding: 1.5rem 1.875rem;
  border-radius: 2rem;
  position: relative;
  z-index: 2;
}
.booking-box {
  padding: 0% !important;
}
.booking-area .form-control,
.booking-area .form-select {
  border: 0.0625rem solid var(--primary-color);
  height: 2.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--text-black);
  font-weight: 500;
}

.buton {
    background-color: #ffffff; /* Custom blue */
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.buton-hover {
   background-color: white;
  transform: translateY(-2px);
}
.booking-area .form-control:focus,
.booking-area .form-select:focus {
  outline: none;
  box-shadow: none;
}
/* For tablets (max-width: 768px) */
@media (max-width: 768px) {
  .carousel1,
  .carousel2,
  .carousel3 {
    height: 70vh;
  }
  .carousel-caption {
    bottom: 12rem !important;
  }
  .carousel-caption h1 {
    font-size: 50px !important;
  }
}
/* For phones (max-width: 480px) */
@media (max-width: 480px) {
  .carousel1,
  .carousel2,
  .carousel3 {
    height: 80vh;
  }
  .carousel-caption {
    bottom: 20rem !important;
    left: 10%;
    right: 10%;
  }
  .carousel-caption h1 {
    font-size: 30px !important;
  }
}

/* ABOUT */
.about-section h2 {
  line-height: 1.5;
}

.about-section p {
  color: #333;
  font-size: 1rem;
}

.about-section img {
  object-fit: cover;
}


  .bigger-image {
    max-height: 450px;
    object-fit: cover;
    width: 100%;
  }

  @media (max-width: 767px) {
    .bigger-image {
      max-height: 500px;
    }
  }

  .room-card {
  transition: transform 0.3s ease;
}

.room-card:hover {
  transform: scale(1.02);
}

.book-btn {
  position: absolute;
  bottom: 50px;
  right: 190px;
  top: 40%;
  border-bottom: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  text-decoration: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.room-card:hover .book-btn {
  opacity: 1;
  transform: scale(1);
}


.card-body {
  background-color: #412918;
}
.card-title {
  font-family: "Cinzel" !important;
}

/* gallery */


/*8 Gallery Section */
.gallery-item {
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

.gallery-item:before,
.gallery-item:after,
.gallery-item .gallery-item-content:before,
.gallery-item .gallery-item-content:after {
  content: "";
  width: 50%;
  height: 50%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.gallery-item:after {
  top: 50%;
}

.gallery-item:hover:after {
  top: 0;
  opacity: 1;
}

.gallery-item:hover:before {
  left: 50%;
  opacity: 1;
}

.gallery-item .gallery-item-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery-item img {
  width: 100%;
  height: 250px; /* Or any fixed height you want */
  object-fit: cover;
  display: block;
}

.gallery-item:hover .gallery-item-content {
  opacity: 1;
}

.gallery-item .gallery-item-content:before,
.gallery-item .gallery-item-content:after {
  top: 0;
  left: 50%;
  z-index: -1;
}

.gallery-item:hover .gallery-item-content:before {
  top: 50%;
  opacity: 1;
}

.gallery-item .gallery-item-content:after {
  top: 50%;
}

.gallery-item:hover .gallery-item-content:after {
  left: 0;
  opacity: 1;
}

/* TESTIMONIALS */
.testimonial-section {
  background-color: #fdf9f6;
  position: relative;
  overflow: hidden;
}

.testimonial-content {
  max-width: 750px;
  margin: auto;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #d09a61;
}

.testimonial-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
}

.testimonial-quote .quote-icon {
  font-size: 2rem;
  color: #d09a61;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.3s;
  cursor: pointer;
}

.dot.active {
  background: #d09a61;
  width: 10px;
  height: 10px;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 10px 14px;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
}

.testimonial-arrow.left {
  left: 30px;
}

.testimonial-arrow.right {
  right: 30px;
}

.testimonial-arrow:hover {
  background: #eee;
}

/* Hide all but active */
.testimonial-item {
  display: none;
  transition: opacity 0.5s ease;
}

.testimonial-item.active {
  display: block;
} 

/* footer */


/* 11 footer */
.footer_wrapper {
  background-color: #0f0701;
}

.footer_wrapper h5 {
  color: var(--text-white);
  margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
  margin-bottom: 0.5rem;
  list-style: none;
}

.footer_wrapper .contact-info li a {
  color: var(--secondary-color);
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: var(--text-gray);
  font-size: 0.875rem;
  padding-left: -4rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_wrapper .link-widget li a:hover {
  margin-left: 0.625rem;
  color: var(--secondary-text);
}

.footer_wrapper .social-network a {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: 0.5rem;
  line-height: 2rem;
  font-size: 0.875rem;
  display: inline-block;
  border: 0.125rem solid var(--text-gray);
  color: var(--text-gray);
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
  box-shadow: 0 0.625rem 0.9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: #000000;
  padding: 1.25rem 0 0.3125rem;
  text-align: center;
}

.footer_wrapper .copyright-section a {
  color: var(--secondary-text);
}
.footer a {
  font-family: "Syne";
  color: #fff !important;           /* White or your preferred footer link color */
  text-decoration: none !important; /* Remove underline */
}

.footer a:hover {
  color: #ac4e10 !important;        /* Your hover color if any */
  text-decoration: underline !important; /* Optional on hover */
}


/* about page header */


.page-header {
  background: url("../img/303/10.JPG") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 400px; /* Increase height as needed */
  display: flex;
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  text-align: center;
  color: white;
  font-family: "Syne", sans-serif !important;
}

.page-header::before {

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for text readability */
  z-index: 1;
}

.page-header > .container {
  position: relative;
  z-index: 2;
}



/* ROOMS PAGE */

    .room-card {
      margin-bottom: 4rem;
    }

    .room-info {
      background-color: #fff;
      padding: 2rem;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .room-info h3 {
      font-weight: 600;
    }

    .room-info .price {
      color: #bfa374;
      font-size: 1.1rem;
    }

    .room-info ul {
      list-style: none;
      padding-left: 0;
    }

    .room-info ul li {
      display: inline-block;
      margin-right: 1rem;
      font-size: 0.9rem;
    }

    .room-info ul li i {
      color: #bfa374;
      margin-right: 5px;
    }

    .room-info a.btn {
      background-color: #bfa374;
      color: white;
      border: none;
      padding: 0.5rem 1.2rem;
    }

    .room-image {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .details-link {
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .room-card .room-info {
  background: white;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-left: -60px; /* Overlap onto the image */
  z-index: 2;
  position: relative;
}

.room-info {
  background: white;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}

/* Overlap left-to-right layout */
.room-card.align-items-center .room-info {
  margin-left: -40px;
}

/* Overlap right-to-left layout */
.room-card.flex-md-row-reverse .room-info {
  margin-right: -40px;
}

/* Contact page */
.location-section {
  height: 500px;
  overflow: hidden;
}

.location-map iframe {
  height: 100%;
  width: 100%;
}

.location-info {
  background-color: #0f2321;
}

.max-w-500 {
  max-width: 500px;
  width: 100%;
}

.btn-custom {
  background-color: #f9daba;
  color: #0f2321;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

.btn-custom:hover {
  background-color: #f7cba3;
  color: #0a1b1a;
}

#gallery img {
  object-fit: cover;
  height: 220px;
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

#gallery a:hover img {
  transform: scale(1.03);
}

.room-image {
  object-fit: cover;
  height: 100%;
  max-height: 400px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

/* Base style for arrows */
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 0.6rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Mobile-specific tweaks */
@media (max-width: 576px) {
  .carousel-control-prev i,
  .carousel-control-next i {
    font-size: 1.5rem;
    padding: 0.4rem;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }
}

/* Ensure responsive stacking and spacing */
@media (max-width: 768px) {
  .room-card {
    flex-direction: column !important;
    text-align: center;
    margin-bottom: 2rem;
  }

  .room-image {
    width: 100%;
    height: auto;
  }

  .room-info {
    width: 100%;
    padding: 1rem 1.5rem; 
    text-align: left;
  }

  .room-info h3 {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .room-info ul {
    padding-left: 1rem;
  }

  .room-info .btn {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
