@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');

body {
  font-family: "Jost", sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
}

.top-bar {
  padding: 8px 60px;
  border-bottom: 0.5px solid rgba(101, 103, 107, 0.2);
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(101, 103, 107, 0.2);
}

.top-contact,
.top-address {
  display: flex;
  align-items: center;
  gap: 30px;
}

.top-contact {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
}

.top-address {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  row-gap: 30px;
  column-gap: 30px;
}

.top-link {
  text-decoration: none;
  color: rgb(101, 103, 107);
  font-family: Jost, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
}

.top-link i {
  margin-right: 8px;
}

.top-link:hover i {
  transform: scale(1.2);
}

.navbar {
  padding: 10px 30px;
}

.navbar img {
  max-width: 100px;
  height: auto;
}

.navbar-brand {
  padding: 5px 10px;
}

.nav-link {
  color: rgb(101, 103, 107);
  font-family: Jost, serif;
  font-size: 1rem;
  font-weight: 400;
}

.nav-link:hover {
  color: rgb(171, 138, 98) !important;
}

.navbar-toggler {
  border: 1px solid rgba(245, 236, 227, 0.2);
  padding: 8px 10px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.book-btn {
  width: fit-content;
  background-color: rgb(171, 138, 98);
  box-sizing: border-box;
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 10px;
}

.book-btn:hover {
  transform: translateY(-2px);
  color: rgb(247, 239, 239);
}

.hero-banner {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.banner-content {
  position: relative;
  height: 90vh;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.banner-image,
.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(55%) contrast(110%) saturate(85%);
  z-index: 3;
}

.hero-banner .container {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-banner h1 {
  color: rgb(255, 255, 255);
  font-family: "Gilda Display", serif;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.1;
  max-width: auto;
  text-shadow: rgba(0, 0, 0, 0.35) 0px 8px 25px;
}

.banner-content::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -180px;
  width: 120%;
  height: 300px;
  background: #fff;
  border-radius: 50% 50% 0 0;
  z-index: 2;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.top-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  row-gap: 15px;
  column-gap: 15px;
}

.top-section img {
  width: 50px;
  height: auto;
}

.top-section span {
  font-family: "Gilda Display", serif;
  font-size: 22px;
  color: rgb(171, 138, 98);
  letter-spacing: 1.5px;
}

.section-title {
  font-family: "Gilda Display", serif;
  color: rgb(27, 27, 27);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 400;
  text-align: center;
}

.section-description {
  font-family: Jost, sans-serif;
  color: rgb(101, 103, 107);
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

.section-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.facilities {
  padding: 0 70px 70px 70px;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 25px;
  row-gap: 35px;
  column-gap: 25px;
}

.facility-item {
  text-align: center;
  padding: 25px 15px;
}

.facility-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(171, 138, 98);
  border: 1px solid rgba(171,138,98,.35);
  border-radius: 50%;
  font-size: 23px;
}

.facility-item:hover .facility-icon {
  background: #AB8A62;
  color: rgb(255, 255, 255);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(171, 138, 98);
}

.facility-title {
  font-family: "Gilda Display", serif;
  font-size: 22px;
  font-weight: 400;
  color: rgb(34, 34, 34);
  margin-bottom: 10px;
}

.facility-text {
  font-family: Jost, sans-serif;
  color: rgb(101, 103, 107);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.col-lg-4 {
  display: flex;
  align-items: center;
}

.facilities .col-lg-4 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 180px 180px 0 0;
}

.about {
  background-color: rgb(241, 241, 241);
  padding: 100px;
  min-height: 940px;
}

.about .container {
  position: relative;
}

.about-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32%;
  height: 520px;
  overflow: hidden;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-left {
  left: -40px;
  top: 450px;
  width: 500px;
  height: 400px;
}

.about-image-right {
  right: 150px;
  top: 580px;
  width: 300px;
  height: 350px;
}

.about-header {
  position: relative;
  z-index: 2;
  width: 55%;
  margin: 0 auto;
  background: #f1f1f1;
  padding: 50px 50px;
  text-align: center;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(241, 241, 241);
}

.home-rooms {
  padding: 70px;
}

.room-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: hidden;
}

.room-card:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 45px;
}

.card-img-top {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-img-top img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.room-card:hover .card-img-top img {
  transform: scale(1.05);
}

.room-info {
  padding: 15px;
  background: #fff;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.room-title {
  font-family: "Gilda Display", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgb(34, 34, 34);
  margin-bottom: 18px;
}

.room-title:hover {
  color: rgb(171, 138, 98);
}

.room-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  row-gap: 18px;
  column-gap: 18px;
}

.room-amenities span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Jost, sans-serif;
  font-size: 0.95rem;
  color: rgb(101, 103, 107);
  row-gap: 8px;
  column-gap: 8px;
}

.room-amenities i {
  color: rgb(171, 138, 98);
  font-size: 1rem;
}

.rooms-carousel .item {
  padding: 10px;
}

.cover {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.cover img {
  height: 50vh;
  width: 100% !important;
  filter: brightness(50%) contrast(110%) saturate(85%);
  object-fit: cover;
  position: relative;
}

.cover-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}

.cover-title {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
  color: rgb(245, 236, 227);
  font-size: clamp(1.2rem, 2.3vw, 3rem);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-style: oblique;
}

.home-gallery {
  padding: 70px;
  background-color: rgb(241, 241, 241);
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-carousel .item {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 40px;
  transition: all .45s ease;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.gallery-carousel .item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.gallery-carousel .item:hover {
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 50px;
}

.gallery-carousel .item:hover img {
  transform: scale(1.08);
}

.gallery-carousel .owl-item {
  padding: 10px;
}

.testimonials {
  padding: 70px;
}

.testimonial {
  background: #fff;
  padding: 45px;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 40px;
  height: 100%;
  position: relative;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.testimonial:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 25px 55px;
}

.testmonial-stars {
  margin-bottom: 20px;
}

.testmonial-stars i {
  color: rgb(200, 164, 93);
  font-size: 15px;
  margin-right: 3px;
}

.testimonial-text {
  font-family: Jost, sans-serif;
  color: rgb(101, 103, 107);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 30px;
}

.testimonial-author {
  font-family: "Gilda Display", serif;
  font-size: 24px;
  color: rgb(34, 34, 34);
  margin-bottom: 4px;
}

.testimonial-state {
  font-family: Jost, sans-serif;
  color: rgb(171, 138, 98);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin: 0;
}

.testimonial-carousel .item {
  padding: 12px;
}

.footer {
  position: relative;
  background: #f1f1f1;
  padding: 140px 0 0;
  overflow: hidden;
  z-index: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(241, 241, 241);
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -10%;
  width: 120%;
  height: 300px;
  background: #fff;
  border-radius: 0 0 50% 50%;
  z-index: 0;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer .logo {
  display: inline-block;
  max-width: 100px;
  margin-bottom: 20px;
}

.footer .logo img {
  width: 100%;
  display: block;
}

.footer-description {
  color: rgb(107, 107, 107);
  line-height: 1.9;
  font-size: 15px;
  margin: 0;
}

.footer-title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 12px;
  color: rgb(28, 28, 28);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 45px;
  height: 2px;
  background: #AB8A62;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(171, 138, 98);
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
  row-gap: 14px;
  column-gap: 14px;
  width: fit-content;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.footer-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgb(102, 102, 102);
  text-decoration: none;
  transition: .35s;
  line-height: 1.8;
  row-gap: 12px;
  column-gap: 12px;
}

.footer-link:hover {
  color: rgb(171, 138, 98);
  transform: translateX(6px);
}

.footer-link i {
  width: 18px;
  color: rgb(171, 138, 98);
  margin-top: 4px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  row-gap: 16px;
  column-gap: 16px;
}

.footer-map {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 35px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

.copyright {
  margin-top: 30px;
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 10px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.08);
}

.copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}

.copyright p {
  margin: 0;
  color: rgb(119, 119, 119);
  font-size: 14px;
}

.footer-social {
  display: flex;
  gap: 12px;
  row-gap: 12px;
  column-gap: 12px;
}

.footer-social .footer-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 25px;
  transition: .35s;
  color: rgb(34, 34, 34);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.footer-social .footer-link i {
  margin: 0;
  width: auto;
  color: inherit;
}

.footer-social .footer-link:hover {
  background: #AB8A62;
  color: rgb(255, 255, 255);
  transform: translateY(-6px);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(171, 138, 98);
}

.powered-by {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(119, 119, 119);
  text-decoration: none;
  transition: .3s;
  font-size: 14px;
  row-gap: 10px;
  column-gap: 10px;
}

.powered-by:hover {
  color: rgb(171, 138, 98);
}

.copyright .logo {
  max-width: 100px;
  margin: 0;
  vertical-align: middle;
}

.footer-menu {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-menu .footer-title {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer-menu .footer-link {
  display: flex;
  align-items: center;
  color: rgb(102, 102, 102);
  text-decoration: none;
  transition: .35s;
}

.footer-menu .footer-link:hover {
  color: rgb(198, 167, 107);
  transform: translateX(6px);
}

.top-cover {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.top-cover img {
  height: 50vh;
  width: 100% !important;
  filter: brightness(50%) contrast(110%) saturate(85%);
  object-fit: cover;
  position: relative;
}

.cover-content-1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 4vw, 50px);
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  row-gap: clamp(20px, 4vw, 50px);
  column-gap: clamp(20px, 4vw, 50px);
}

.cover-title-1 {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 500;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1px;
  row-gap: 10px;
  column-gap: 10px;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: rgb(255, 255, 255);
}

.breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}

.about-about {
  padding: 70px 0;
  background-color: rgb(241, 241, 241);
}

.about-images {
  position: relative;
  height: 600px;
}

.about-img {
  position: absolute;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-one {
  width: 75%;
  height: 480px;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.about-img-two {
  width: 45%;
  height: 330px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  border: 15px solid #fff;
}

.about-content {
  padding: 50px;
}

.rooms {
  padding-top: 70px;
  background: #fff;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.rooms .row {
  align-items: center;
  margin-bottom: 80px;
  border-top: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(107, 107, 107);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(107, 107, 107);
}

.room-img {
  position: relative;
  overflow: hidden;
  height: 380px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.room-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(65%) contrast(110%) saturate(85%);
}

.room-img:hover img {
  transform: scale(1.05);
}

.rooms .room-img {
  border-radius: 10px;
}

.room-content {
  padding: 60px;
}

.room-name {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: rgb(34, 34, 34);
  margin-bottom: 25px;
}

.room-facilities {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 25px;
  row-gap: 25px;
  column-gap: 25px;
}

.room-facilities span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(101, 103, 107);
  font-family: Jost, sans-serif;
  font-size: 15px;
  row-gap: 10px;
  column-gap: 10px;
}

.room-facilities i {
  color: rgb(171, 138, 98);
  font-size: 17px;
}

.room-description {
  font-family: Jost, sans-serif;
  color: rgb(101, 103, 107);
  line-height: 1.9;
  font-size: 16px;
  max-width: 450px;
  margin-bottom: 35px;
}

.gallery {
  padding: clamp(40px, 6vw, 70px);
}

.gallery .item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 330px;
  background: #eee;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(238, 238, 238);
}

.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact {
  padding: 70px 0 0 0;
  background: #fff;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.contact .container-fluid {
  padding: 0 clamp(20px,5vw,70px);
}

.contact-map {
  height: 550px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 50px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-info {
  padding: 50px;
}

.contact-title {
  font-family: "Gilda Display", serif;
  font-size: 3rem;
  font-weight: 400;
  color: rgb(34, 34, 34);
  margin-bottom: 20px;
}

.contact-text {
  font-family: Jost, sans-serif;
  color: rgb(101, 103, 107);
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
  padding: 20px;
  background: #faf8f5;
  transition: .35s ease;
  row-gap: 25px;
  column-gap: 25px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(250, 248, 245);
}

.contact-item:hover {
  transform: translateX(8px);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
}

.contact-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #AB8A62;
  color: rgb(255, 255, 255);
  font-size: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(171, 138, 98);
}

.contact-item h5 {
  font-family: "Gilda Display", serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  color: rgb(34, 34, 34);
}

.contact-item a,
.contact-item p {
  font-family: "Jost", sans-serif;
  color: #65676B;
  text-decoration: none;
  margin: 0;
  line-height: 1.7;
}

.contact-item a:hover {
  color: rgb(171, 138, 98);
}

body {
  font-family: Jost, sans-serif;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-item a, .contact-item p {
  font-family: Jost, sans-serif;
  color: rgb(101, 103, 107);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 1.7;
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

@media (max-width: 991px) {
  .top-bar {
    padding: 12px 20px;
  }
  .top-contact,
    .top-address {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    text-align: center;
  }
  .top-address {
    margin-top: 8px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 12px;
    text-align: center;
  }
  .home-gallery {
    padding: 70px 0;
  }
  .gallery-carousel .item img {
    height: 260px;
  }
  .footer {
    padding: 100px 30px 0;
    text-align: center;
  }
  .footer::before {
    top: -130px;
    height: 220px;
  }
  .footer .row {
    row-gap: 45px;
  }
  .footer .row > div {
    text-align: center;
  }
  .footer .logo {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-description {
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.8;
  }
  .footer-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-menu {
    width: 100%;
    align-items: center;
    margin: 0 auto;
    gap: 12px;
    row-gap: 12px;
    column-gap: 12px;
  }
  .footer-menu .footer-link {
    justify-content: center;
  }
  .footer-contact {
    align-items: center;
    gap: 14px;
    row-gap: 14px;
    column-gap: 14px;
  }
  .footer-contact .footer-link {
    justify-content: center;
    align-items: center;
  }
  .footer-link {
    justify-content: center;
    font-size: 14px;
  }
  .footer-map {
    max-width: 500px;
    margin: 0 auto;
  }
  .footer-map iframe {
    height: 300px;
  }
  .copyright {
    margin-top: 40px;
    padding: 20px 0;
  }
  .copyright-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
    row-gap: 25px;
    column-gap: 25px;
  }
  .footer-social {
    justify-content: center;
  }
  .powered-by {
    justify-content: center;
  }
  .about-about {
    padding: 60px 0;
  }
  .about-images {
    height: 500px;
    margin-bottom: 40px;
  }
  .about-img-one {
    width: 80%;
    height: 400px;
  }
  .about-img-two {
    width: 45%;
    height: 260px;
    border-width: 12px;
  }
  .about-content {
    padding: 20px 0;
    text-align: center;
  }
  .about-content .top-section {
    justify-content: center;
  }
  .section-description {
    max-width: 650px;
    margin: 0 auto;
  }
  .home-rooms .section-title {
    margin-bottom: 25px;
  }
  .home-rooms .section-description {
    margin-top: 20px;
  }
  .testimonials .col-lg-4 {
    margin-top: 40px;
    justify-content: center;
  }
  .testimonials .col-lg-4 img {
    max-width: 500px;
    height: 420px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 15px 20px;
    background-color: rgb(17, 17, 17);
  }
  .navbar-collapse {
    background: #111111;
    padding: 30px 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 50px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(17, 17, 17);
    position: absolute;
    top: 100%;
    left: 0px;
    right: auto;
    z-index: 1050;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0px;
    right: auto;
    background: #111;
    z-index: 1050;
  }
  .navbar-nav {
    gap: 0 !important;
    row-gap: 0px !important;
    column-gap: 0px !important;
  }
  .nav-item {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }
  .nav-item:last-child {
    border-bottom: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  }
  .nav-link {
    color: rgb(255, 255, 255);
    font-size: 17px;
    letter-spacing: 0.5px;
  }
  .mobile-description {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0 30px;
  }
  .book-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0;
  }
  .mobile-contacts {
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.08);
  }
  .mobile-link {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    margin: 12px 0;
  }
  .mobile-link i {
    color: rgb(171, 138, 98);
    width: 22px;
  }
  .dropdown-menu {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 8px 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 30px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(26, 26, 26);
  }
  .dropdown-item {
    color: rgba(255, 255, 255, 0.85);
  }
  .dropdown-item img {
    margin-right: 10px;
  }
  .banner-content {
    height: 75vh;
    min-height: 500px;
  }
  .hero-banner h1 {
    text-align: center;
    max-width: 100%;
  }
  .hero-banner .container {
    padding: 0 30px;
  }
  .banner-content::after {
    height: 220px;
    bottom: -140px;
  }
  .facilities {
    padding: 0 40px 60px;
  }
  .facilities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 30px;
    column-gap: 30px;
  }
  .facilities .image-column {
    margin-top: 40px;
    justify-content: center;
  }
  .facilities .image-column img {
    max-width: 500px;
    height: 450px;
  }
  .about {
    padding: 70px 20px;
    height: auto;
  }
  .about-header {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 50px;
    text-align: center;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .about-description {
    max-width: 650px;
    margin: 0 auto;
  }
  .about-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .about-image-left {
    width: 85%;
    height: 380px;
    margin: 0 auto;
  }
  .about-image-right {
    width: 65%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
  }
  .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 180px 180px 0 0;
  }
}

@media (max-width: 767.98px) {
  .facilities {
    padding: 0 20px 50px;
  }
  .facilities-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    row-gap: 25px;
    column-gap: 25px;
  }
  .facility-item {
    padding: 20px 10px;
  }
  .facility-title {
    font-size: 20px;
  }
  .facility-text {
    font-size: 15px;
  }
  .facilities .image-column {
    margin-top: 35px;
  }
  .facilities .image-column img {
    height: 350px;
    border-radius: 120px 120px 0 0;
  }
}

@media (max-width: 576px) {
  .about {
    padding: 60px 15px;
  }
  .section-title {
    font-size: 2rem;
  }
  .about-description {
    font-size: 15px;
    line-height: 1.8;
  }
  .about-image-left {
    width: 100%;
    height: 300px;
  }
  .about-image-right {
    width: 75%;
    height: 220px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-image img {
    border-radius: 120px 120px 0 0;
  }
}

@media (max-width:991px) {
  .home-rooms {
    padding: 60px 30px;
  }
  .home-rooms .section-title {
    margin-bottom: 25px;
  }
  .home-rooms .section-description {
    margin-top: 20px;
  }
  .card-img-top img {
    height: 260px;
  }
  .room-title {
    font-size: 1.6rem;
  }
  .cover img {
    height: 45vh;
    min-height: 320px;
  }
  .cover-title {
    max-width: 700px;
    font-size: clamp(1.8rem,5vw,2.6rem);
  }
  .testimonials {
    padding: 60px 30px;
  }
  .testimonials .col-lg-4 {
    margin-top: 40px;
    justify-content: center;
  }
  .testimonials .col-lg-4 img {
    max-width: 500px;
    height: 420px;
  }
  .testimonial {
    padding: 35px;
  }
  .rooms {
    padding: 60px 20px 0;
  }
  .rooms .row {
    margin-bottom: 60px;
    border-top: 1px solid rgba(107,107,107,.3);
    border-bottom: 1px solid rgba(107,107,107,.3);
    padding: 35px 0;
  }
  .room-img {
    height: 420px;
    margin-bottom: 35px;
  }
  .rooms .row {
    flex-direction: column;
  }
  .room-content {
    padding: 20px 10px;
    text-align: center;
  }
  .room-name {
    font-size: 2.2rem;
  }
  .room-facilities {
    justify-content: center;
    gap: 20px;
  }
  .room-description {
    margin-left: auto;
    margin-right: auto;
  }
  .book-btn {
    display: inline-flex;
  }
  .gallery {
    padding: 60px 0;
  }
  .gallery .item {
    height: 280px;
  }
  .contact {
    padding: 70px 0;
  }
  .contact-map {
    height: 450px;
  }
  .contact-info {
    padding: 20px 0;
    text-align: center;
  }
  .contact-title {
    font-size: 2.5rem;
  }
  .contact-item {
    text-align: left;
  }
}

@media (max-width:767px) {
  .home-rooms {
    padding: 50px 15px;
  }
  .home-rooms .row:first-child {
    text-align: center;
  }
  .top-section {
    justify-content: center;
  }
  .home-rooms .section-title {
    font-size: 2.2rem;
  }
  .home-rooms .section-description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .card-img-top img {
    height: 230px;
  }
  .room-info {
    padding: 18px 15px;
  }
  .room-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .room-amenities {
    gap: 12px;
  }
  .room-amenities span {
    font-size: .85rem;
  }
  .rooms-carousel .item {
    padding: 5px;
    margin: 0;
  }
  .cover img {
    height: 40vh;
    min-height: 260px;
  }
  .cover-content {
    padding: 0 25px;
  }
  .cover-title {
    font-size: 2rem;
    line-height: 1.25;
  }
  .testimonials {
    padding: 50px 15px;
  }
  .testimonials .top-section {
    justify-content: center;
  }
  .testimonials .section-title {
    text-align: center;
    font-size: 2.2rem;
  }
  .testimonial-carousel .item {
    padding: 8px;
    margin: 0;
  }
  .testimonial {
    padding: 25px;
    border-radius: 14px;
  }
  .testmonial-stars i {
    font-size: 14px;
  }
  .testimonial-text {
    font-size: 15px;
    line-height: 1.8;
  }
  .testimonial-author {
    font-size: 21px;
  }
  .testimonials .col-lg-4 img {
    height: 350px;
    border-radius: 120px 120px 0 0;
  }
  .rooms {
    padding: 50px 15px 0;
  }
  .rooms .section-title {
    font-size: 2.2rem;
    text-align: center;
  }
  .rooms .row {
    margin-bottom: 45px;
    padding: 30px 0;
  }
  .room-img {
    height: 300px;
  }
  .room-content {
    padding: 15px 5px;
  }
  .room-name {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .room-facilities {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .room-facilities span {
    font-size: 14px;
  }
  .room-description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .gallery {
    padding: 50px 0;
  }
  .gallery .section-title {
    font-size: 2.2rem;
  }
  .gallery .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .gallery .item {
    height: 240px;
    border-radius: 10px !important;
  }
  .contact {
    padding: 50px 0;
  }
  .contact-map {
    height: 320px;
    border-radius: 100px 100px 0 0;
  }
  .contact-info {
    padding: 10px 0;
  }
  .contact-title {
    font-size: 2.1rem;
  }
  .contact-text {
    font-size: 15px;
  }
  .contact-item {
    gap: 15px;
    padding: 15px;
  }
  .contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 17px;
  }
  .contact-item h5 {
    font-size: 20px;
  }
}

@media (max-width:480px) {
  .home-rooms {
    padding: 40px 10px;
  }
  .card-img-top img {
    height: 210px;
  }
  .room-title {
    font-size: 1.35rem;
  }
  .room-amenities {
    flex-direction: column;
    gap: 10px;
  }
  .cover img {
    height: 35vh;
    min-height: 220px;
  }
  .cover-title {
    font-size: 1.6rem;
  }
  .testimonials {
    padding: 40px 10px;
  }
  .testimonial {
    padding: 20px;
  }
  .testimonial-text {
    font-size: 14px;
  }
  .testimonial-author {
    font-size: 20px;
  }
  .testimonials .col-lg-4 img {
    height: 280px;
    border-radius: 90px 90px 0 0;
  }
  .rooms {
    padding-left: 10px;
    padding-right: 10px;
  }
  .rooms .section-title {
    font-size: 1.9rem;
  }
  .room-img {
    height: 240px;
  }
  .room-name {
    font-size: 1.7rem;
  }
  .room-description {
    font-size: 14px;
  }
  .gallery .item {
    height: 210px;
  }
  .gallery .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .gallery-carousel .item img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 80px 15px 0;
  }
  .footer::before {
    top: -90px;
    height: 150px;
    width: 140%;
    left: -20%;
  }
  .footer .logo {
    max-width: 110px;
  }
  .footer-description {
    font-size: 14px;
    line-height: 1.8;
  }
  .footer-title {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  .footer-menu {
    gap: 10px;
    row-gap: 10px;
    column-gap: 10px;
  }
  .footer-link {
    font-size: 14px;
    line-height: 1.7;
  }
  .footer-contact {
    gap: 12px;
    row-gap: 12px;
    column-gap: 12px;
  }
  .footer-map {
    width: 100%;
  }
  .footer-map iframe {
    height: 250px;
  }
  .footer-social {
    gap: 10px;
    row-gap: 10px;
    column-gap: 10px;
  }
  .footer-social .footer-link {
    width: 40px;
    height: 40px;
  }
  .copyright p {
    font-size: 13px;
  }
  .powered-by {
    flex-direction: column;
    gap: 8px;
    row-gap: 8px;
    column-gap: 8px;
  }
  .copyright .logo {
    max-width: 85px;
  }
  .about-about {
    padding: 50px 0;
  }
  .about-images {
    height: 400px;
  }
  .about-img-one {
    width: 85%;
    height: 320px;
  }
  .about-img-two {
    width: 50%;
    height: 220px;
    border-width: 10px;
  }
  .about-content {
    padding: 15px 0;
  }
  .section-title {
    font-size: 2.2rem;
  }
  .section-description {
    font-size: 15px;
    line-height: 1.8;
  }
  .home-rooms .row:first-child {
    text-align: center;
  }
  .home-rooms .section-title {
    font-size: 2.2rem;
  }
  .home-rooms .section-description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .testimonials .top-section {
    justify-content: center;
  }
  .testimonials .section-title {
    text-align: center;
    font-size: 2.2rem;
  }
  .testimonials .col-lg-4 img {
    height: 350px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .rooms .section-title {
    font-size: 2.2rem;
    text-align: center;
  }
  .gallery .section-title {
    font-size: 2.2rem;
  }
  .gallery .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 70px 10px 0;
  }
  .footer::before {
    top: -70px;
    height: 120px;
  }
  .footer-description {
    font-size: 13px;
  }
  .footer-map iframe {
    height: 220px;
  }
  .footer-social .footer-link {
    width: 38px;
    height: 38px;
  }
  .copyright {
    margin-top: 30px;
  }
  .copyright p {
    font-size: 12px;
  }
  .about-images {
    height: 340px;
  }
  .about-img-one {
    width: 90%;
    height: 260px;
  }
  .about-img-two {
    width: 55%;
    height: 170px;
    border-width: 8px;
  }
  .section-title {
    font-size: 1.9rem;
  }
  .testimonials .col-lg-4 img {
    height: 280px;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .rooms .section-title {
    font-size: 1.9rem;
  }
  .gallery .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .about-images {
    height: 450px;
  }
  .about-img-one {
    width: 78%;
    height: 420px;
  }
  .about-img-two {
    width: 45%;
    height: 280px;
    border-width: 12px;
  }
  .about-content {
    padding: 30px;
  }
}

@media (max-width:1199px) {
  .rooms {
    padding-top: 60px;
  }
  .rooms .row {
    margin-bottom: 60px;
  }
  .room-img {
    height: 330px;
  }
  .room-content {
    padding: 40px;
  }
  .room-name {
    font-size: 2.2rem;
  }
}