/* TABLE OF CONTENTS */
/* ------------------
1. General
2. Navbar
3. Slider
4. About
5. Rooms
6. Services
6. Team
7. Gallery
8. Price
9. Blog
10. Footer
-------------------- */

/* 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");

* {
  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;
}

.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: #E5CDA9 !important;
  -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/photo 2025/Jashte & Pishina/Cumaku-8775.jpg"),
    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;
}
.carousel2 {
  background: url("/img/photo 2025/Jashte & Pishina/Cumaku-8784.jpg"),
    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;
}
.carousel3 {
  background: url("/img/photo 2025/dhpoma 204/Cumaku-1423.jpg"),
    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 {
  position: absolute;
  right: 15%;
  bottom: 20.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.jost {
  font-family: "Jost";
}
.carousel-caption h1 {
  font-family: "Cormorant Garamond", 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;
  }
}

/* 4 About */
body {
  background-color: #f8f5f0;
  font-family: "Georgia", serif;
}
.hero-title {
  font-family: "Cormorant Garamond", sans-serif !important;
  font-size: 3rem;
  font-weight: 500;
}
.hero-subtitle {
  font-size: 0.9rem;
  color: #555;
}
.hero-button {
  border: none;
  background: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.image-card img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.book-now-btn {
  font-family: "Jost", sans-serif;
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: #111;
  gap: 0.6rem;
  cursor: pointer;
  padding: 0;
}

.circle-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-arrow .arrow {
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
}

.circle-arrow .line {
  position: absolute;
  left: -20px;
  width: 20px;
  height: 1px;
  background-color: #111;
}

/* Lower middle image only on md and above */
@media (min-width: 768px) {
  .middle-image {
    margin-top: 60px;
  }
}

.section-title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  color: #122223;
}
.section-subtitle {
  font-family: "Cormorant Gramond" sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #888;
  text-align: center;
  letter-spacing: 0.1em;
}
.facilities-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.facility-label {
  font-size: 0.95rem;
}

/*5  Room */
.room-item {
  position: relative;
  overflow: hidden;
}

.room-item img {
  width: 100%;
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}

.room-item:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.room-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}

.room-item:hover::before {
  opacity: 0.6;
}

.room-item .room-item-wrap {
  left: 1.875rem;
  right: 1.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.room-item .room-content {
  border: 0.125rem solid #fff;
  padding: 5rem 1.875rem;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
  -webkit-transition: all 500ms ease-in 0s;
  transition: all 500ms ease-in 0s;
  opacity: 0;
}

.room-item:hover .room-content {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/*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;
}

/* hero */
.hero-section {
  background: url("/img/photo 2025/dhoma 302/Cumaku-8555.jpg") center center/cover no-repeat;
  height: 80vh;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  border-radius: 1rem;
}

.hero-section h1 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.hero-section .btn {
  font-weight: 500;
}

/*9 pricing section */
.price_wrapper .card {
  box-shadow: 0 0.125rem 0.25rem rgb(34 30 31 / 40%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.price_wrapper .card:hover {
  background-color: var(--secondary-color);
}

.price_wrapper .card:hover h3,
.price_wrapper .card:hover h5,
.price_wrapper .card:hover p {
  color: var(--text-white);
}

.price_wrapper .card:hover .main-btn {
  color: var(--text-white);
  border-color: var(--bg-white);
}

/*10 blog */
.blog-content {
  margin: -5rem 0 0 4.375rem;
  box-shadow: 0 0.125rem 0.25rem rgb(34 30 31 / 40%);
}

.our-partner-slider {
  background-color: var(--bg-color);
  padding: 3.125rem 0;
}

/* 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);
}
.btn {
  color: black;
  background-color: #f9daba;
}
.btn:hover {
  color: #f9daba;
  background-color: #151515;
}

@media (max-width: 1199px) {
  /* header */
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: 0.875rem;
  }

  .main-btn {
    font-size: 0.875rem;
  }
  /* booking area */
  .booking-area {
    padding: 3rem 0.625rem;
  }

  .booking-area .main-btn {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }

  /* service */
  .service-item-wrap .tab-content img {
    width: 100%;
  }

  .service-menu-area ul li a {
    margin-bottom: 0.8125rem;
    overflow: hidden;
  }

  .service-menu-area ul li:nth-child(1) {
    margin-left: -4.4375rem;
  }

  .service-menu-area ul li:nth-child(2) {
    margin-left: -6.9375rem;
  }

  .service-menu-area ul li:nth-child(3) {
    margin-left: -9.375rem;
  }

  .service-menu-area ul li:nth-child(4) {
    margin-left: -12.8125rem;
  }

  .service-menu-area ul li a h5 {
    margin-bottom: 0.375rem;
  }
}

@media (max-width: 991px) {
  /* custom css */
  section {
    padding: 1.875rem 0;
  }

  /* 2 Navbar */
  .header-scrolled {
    height: auto;
  }

  .header_wrapper .menu-navbar-nav {
    text-align: center;
    background-color: var(--bg-dark-blue);
    padding-bottom: 0.9375rem;
  }

  .header_wrapper .nav-item .nav-link {
    margin-top: 0.9375rem;
  }

  /* banner wrapper */
  .banner_wrapper {
    height: 25.625rem;
  }

  .booking-area {
    padding: 3.125rem 1.875rem;
  }

  /* About */
  .about_wrapper {
    padding-top: 22.375rem;
  }

  /* services */
  .service-menu-area {
    padding: 1.5rem 0.5rem;
  }

  .service-menu-area ul li {
    margin-left: unset !important;
  }

  /* room */
  .room-card img {
    height: 250px;
    object-fit: cover;
  }

  .room-card .badge {
    font-size: 0.8rem;
  }

  .room-card .card-title {
    font-size: 1.25rem;
  }

  /* blog */
  .blog-content {
    margin: 0;
  }

  /* footer */
  .footer_wrapper > div {
    padding: 0 1.875rem;
  }
}

/* ABOUT FAQJA 2 */

.page-header {
  background: url("../img/716312082.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: "Cormorant Garamond", 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);
}
