
/* 1 General */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* poppins sans serif */
@import url('https://fonts.googleapis.com/css2?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&display=swap');
/* Syne Sans Serif */
@import url('https://fonts.googleapis.com/css2?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');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Background Color */
  --primary-color: #021832;
  --secondary-color: #caa169;
  --bg-color: #f4f4f4;
  --bg-white: #fff;
  --bg-black: #000;

  /* Text Style */
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Oswald", sans-serif;
  --primary-text: #021832;
  --secondary-text: #caa169;
  --text-white: #fff;
  --text-black: #151515;
  --text-gray: #e4e4e4;
}

body {
  font-family: var(--primary-font);
  background-color: #f8f5f0;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0.375rem;
}

::-webkit-scrollbar-track {
  background: var(--secondary-color);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

section {
  padding: 3.125rem 0;
}

.btn {
    color: black;
    background-color: #d3a05d;
}
.main-btn {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  background-color: white;
  border: 0.0625rem solid var(--primary-color);
  padding: 0.375rem 1.875rem;
  border-radius: 3.125rem;
  line-height: 1.75rem;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}

.main-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
}

h1 {
  font-size: 3.75rem;
  line-height: 4.25rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

h3 {
  margin-bottom: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  font-size: 2.25rem;
  color: var(--primary-text);
  font-family: var(--secondary-font);
}

h3 span {
  color: var(--secondary-text);
}

h5 {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-text);
  margin-bottom: 0.9375rem;
  font-weight: 500;
  font-family: var(--secondary-font);
}

h6 {
  font-size: 0.875rem;
  color: var(--primary-text);
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--secondary-font);
}

p {
  font-family: "Jost", sans-serif !important;
  font-size: 1rem;
  color: var(--text-black);
  line-height: 1.625rem;
}

.section-title:after {
  content: "";
  background-image: url("../images/title-icon.webp");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-top: -0.9375rem;
  height: 0.9375rem;
}

/* 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;
}

.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: url("/img/Blue\ Modern\ Welcome\ Summer\ \ Facebook\ Post\ \(1\).png"),
    linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 80vh;
}
.carousel-caption {
    font-family: "Poppins", sans-serif;
  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;
}

.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 SECTION */

 .section-title {
    font-family: "Syne", sans-serif;
      font-size: 2rem;
      font-weight: bold;
    }

    .section-subtitle {
        font-family: "Syne", sans-serif;
      font-size: 2.5rem;
      font-weight: bold;
      color: #d88c60;
    }

    .amenity-box {
      position: relative;
      overflow: hidden;
      border-radius: 5px;
    }

    .amenity-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(70%);
    }

    .amenity-title {
        font-family: "Syne", sans-serif;
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
      font-size: 1.2rem;
      font-weight: bold;
    }

    .read-more-btn {
      background-color: #d8a04d;
      color: #fff;
      padding: 10px 20px;
      border: none;
      margin-top: 30px;
      text-decoration: none;
      display: inline-block;
      font-weight: 500;
    }

    .read-more-btn:hover {
      background-color: #c68c3a;
      color: #fff;
    }

    .ceo-name {
      font-weight: 600;
      margin-bottom: 0;
    }

    .ceo-title {
      font-size: 0.9rem;
      color: #777;
    }

    .amenity-box {
  overflow: hidden;
  transition: transform 0.4s ease;
}

.amenity-box img {
  width: 100%;
  transition: transform 0.4s ease;
}

.amenity-box:hover img {
  transform: scale(1.1);
}
 .image-container {
      position: relative;
    }

    .highlight-box {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background-color: #d8a04d;
      color: white;
      padding: 30px;
      font-size: 1.5rem;
      font-weight: 600;
      max-width: 250px;
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: bold;
    }

    .section-subtitle {
      text-transform: uppercase;
      font-size: 0.85rem;
      letter-spacing: 1px;
      color: #6c757d;
      font-weight: 600;
    }

    .feature-item {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 15px;
    }

    .btn-about {
      background-color: #d88c60;
      color: white;
      border: none;
      padding: 10px 24px;
      font-weight: 500;
    }

    .btn-about:hover {
      background-color: #c37950;
      color: white;
    }

    .image-wrapper {
  position: relative;
  overflow: hidden;
}

.overlay-box {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #d19b5c; /* warm tan color */
  color: white;
  padding: 40px 60px;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: 'Helvetica Neue', sans-serif;
  max-width: 250px;
  line-height: 1.4;
}


    /* hero */
.hero-section {
  background: url("/img/fantastic-seascape-with-ripples.jpg") center center/cover no-repeat;
  height: 60vh;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  font-family: "Syne", sans serif !important;
}
   
/* ROOMS */
.custom-card {
  background-color: #111;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
}

.custom-img {
  height: 280px;
  object-fit: cover;
}

.custom-card-body {
  background-color: #111;
}

.custom-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.custom-subtitle {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 1rem;
}

.custom-info span {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 2;
}

/* 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;
}


/*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;
}

/* 11 footer */
.footer_wrapper {
  background-color: #122223;
}

.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: #0b191a;
  padding: 1.25rem 0 0.3125rem;
  text-align: center;
}

.footer_wrapper .copyright-section a {
  color: var(--secondary-text);
}

/* ABOUT PAGE HEADER */


.page-header {
  background: url("../img/HERO.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;
}

/* 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);
}

/* 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);
}
