@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #f8f6f1;
}

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

.navbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0 50px;
  z-index: 1000;
  background: rgba(255,255,255,.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 10px 40px, rgba(255, 255, 255, 0.6) 0px 1px 0px inset;
  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: rgba(255, 255, 255, 0.35);
}

.navbar-brand {
  max-width: 100px;
  height: auto;
  padding: 10px;
}

.navbar li a,
.text-nav a {
  color: #1f1f1f;
  font-family: 'Poppins',sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  padding: 10px 18px;
  border-radius: 50px;
}

.navbar .nav-link:hover,
.text-nav .a:hover {
  background: rgba(255,255,255,.55);
  color: #bfa37c;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.text-nav {
  gap: 18px;
  align-items: center;
  row-gap: 18px;
  column-gap: 18px;
}

.text-nav a {
  text-decoration: none;
}

.text-nav a:hover {
  color: rgb(191, 163, 124);
}

.text-nav i {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  color: rgb(68, 68, 68);
  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: rgba(255, 255, 255, 0.55);
}

.text-nav i:hover {
  background: #bfa37c;
  color: rgb(255, 255, 255);
  transform: translateY(-2px);
  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(191, 163, 124);
}

.navbar-nav img {
  width: 24px;
}

.navbar-nav img:hover {
  transform: scale(1.1);
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: brightness(0);
}

.carousel-item {
  position: relative;
  height: 90vh;
  min-height: 680px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(40%) contrast(110%) saturate(85%);
  z-index: 1;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  text-align: center;
}

.carousel-caption h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: rgb(245, 236, 227);
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 15px;
  margin-top: 50px;
}

.carousel-caption p {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: rgb(203, 187, 172);
  margin-top: 15px;
  font-weight: 500;
}

.book-btn {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 25px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: transparent;
  padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
  font-family: 'Inconsolata' sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.75rem + 1vw, 1.125rem);
  text-transform: uppercase;
  border: 2px solid #bfa37c;
}

.book-btn:hover {
  background-color: transparent;
  color: rgb(191, 163, 124);
  border: 2px solid #fff;
}

.about {
  padding: 70px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.about-img {
  max-width: 100%;
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 40px;
}

.about .col-lg-6 {
  padding: 50px;
}

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

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

.top-section span {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(191, 163, 124);
}

.section-description {
  font-family: "EB Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.1;
  font-weight: 600;
  color: rgb(28, 28, 28);
  margin-bottom: 25px;
  text-align: center;
}

.about p {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  color: rgb(85, 85, 85);
  margin: 0;
}

.custom-btn {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(191, 163, 124);
  background-color: rgb(247, 247, 247);
  padding: clamp(5px, 1vw, 15px) clamp(10px, 2vw, 20px);
  font-family: Inconsolata, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  border: 1px solid #bfa37c;
}

.custom-btn:hover {
  background-color: transparent;
  color: rgb(191, 163, 124);
  border: 1px solid #fff;
}

.hosts {
  padding: 70px;
  background: #f7f7f7;
  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(247, 247, 247);
}

.hosts .row {
  align-items: center;
}

.owner-img img {
  width: 100%;
  border-radius: 20px;
  height: 520px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 40px;
  filter: brightness(70%) contrast(110%) saturate(85%);
}

.hosts-description {
  padding: 0 30px;
}

.hosts-description h3 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  color: rgb(45, 106, 79);
  margin-bottom: 10px;
}

.hosts-description h5 {
  font-family: "EB Garamond", serif;
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 25px;
  color: rgb(34, 34, 34);
}

.hosts-description p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 1.9;
}

.mix-images {
  position: relative;
  height: 520px;
}

.image-1,
.image-2 {
  position: absolute;
  width: 75%;
}

.image-1 {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 75%;
}

.image-2 {
  bottom: 0px;
  right: 0px;
  position: absolute;
  width: 75%;
}

.image-1 img,
.image-2 img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.image-1 img:hover,
.image-2 img:hover {
  transform: scale(1.05);
}

.services {
  padding: 70px;
  background: #f8f6f1;
  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(248, 246, 241);
}

.services .card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 40px;
  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);
}

.services .card:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 50px;
}

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

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

.services .card:hover .card-img img {
  transform: scale(1.08);
}

.card-bottom {
  padding: 30px;
}

.service-title {
  font-family: "EB Garamond", serif;
  font-size: 1.75rem;
  margin-bottom: 10px;
  color: rgb(31, 31, 31);
}

.service-description {
  font-family: Montserrat, sans-serif;
  color: rgb(102, 102, 102);
  line-height: 1.4;
  margin-bottom: 30px;
}

.services-carousel .owl-stage {
  display: flex;
}

.services-carousel .owl-item {
  display: flex;
}

.services-carousel .item {
  width: 100%;
}

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

.cover img {
  height: 50vh;
  width: 100% !important;
  display: block;
  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;
}

.testimonials {
  padding: 70px;
  background-color: rgb(247, 247, 247);
  position: relative;
}

.testimonials-carousel .item {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  min-height: 300px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 35px;
  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);
}

.quote-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #cbbbac;
  color: rgb(255, 255, 255);
  margin-bottom: 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(203, 187, 172);
}

.quote-icon i {
  font-size: 22px;
}

.testimonial-text {
  font-family: Montserrat, sans-serif;
  color: rgb(102, 102, 102);
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 25px;
}

.testimonial-author {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  color: rgb(34, 34, 34);
  margin: 0;
}

.testimonials .col-lg-4 img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 40px;
}

.testimonials-carousel .owl-stage {
  display: flex;
}

.testimonials-carousel .owl-item {
  display: flex;
}

.home-gallery {
  padding: 70px 0;
  background: #f8f6f1;
  overflow: 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(248, 246, 241);
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-carousel {
  margin-top: 40px;
}

.gallery-carousel .item {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  height: 380px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(65%);
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 45px;
}

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

.gallery-carousel .owl-stage {
  display: flex;
}

.gallery-carousel .owl-item {
  display: flex;
}

.gallery-carousel .owl-item .item {
  width: 100%;
}

.home-gallery .section-btn {
  text-align: center;
  margin-top: 50px;
}

.gallery-carousel .owl-dots {
  text-align: center;
  margin-top: 35px;
}

.gallery-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cbbbac !important;
  display: block;
  border-radius: 50%;
  margin: 5px;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(203, 187, 172) !important;
}

.gallery-carousel .owl-dot.active span {
  width: 30px;
  border-radius: 20px;
  background: #bfa37c !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(191, 163, 124) !important;
}

.custom-btn2 {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(191, 163, 124);
  border: 1px solid #bfa37c;
  background: transparent;
  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: transparent;
}

.custom-btn2:hover {
  background: #bfa37c;
  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(191, 163, 124);
}

.footer {
  background: #f8f6f1;
  padding: 50px 0 0 50px;
  color: rgb(85, 85, 85);
  border-top: #bfa37c 1px solid;
  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(248, 246, 241);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(191, 163, 124);
}

.footer .logo img {
  width: 100px;
  height: auto;
  margin-bottom: 25px;
}

.footer-description {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: rgb(102, 102, 102);
  max-width: 330px;
}

.footer-title {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgb(34, 34, 34);
  margin-bottom: 25px;
  text-align: center;
}

.footer-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #444;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  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(68, 68, 68);
}

.footer-map {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

.footer-contact,
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(102, 102, 102);
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  row-gap: 12px;
  column-gap: 12px;
}

.footer-link i {
  color: rgb(191, 163, 124);
  font-size: 16px;
  width: 18px;
}

.footer-link:hover {
  color: rgb(191, 163, 124);
  transform: translateX(5px);
}

.copyright {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(221, 221, 221);
}

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

.copyright p {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.8rem;
  color: rgb(119, 119, 119);
}

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

.footer-social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: rgb(191, 163, 124);
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 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(255, 255, 255);
}

.footer-social a i {
  font-size: 18px;
}

.footer-social a:hover {
  background: #bfa37c;
  color: rgb(255, 255, 255);
  transform: translateY(-3px);
  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(191, 163, 124);
}

.powered-by {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(119, 119, 119);
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  row-gap: 10px;
  column-gap: 10px;
}

.powered-by img {
  width: 100px;
  height: auto;
}

.footer .row {
  align-items: flex-start;
}

.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);
}

.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;
}

.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);
}

.services {
  padding: 90px 0;
  background: #f8f6f1;
}

.luxury-service-row {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.luxury-service-row.reverse {
  flex-direction: row-reverse;
}

.service-image {
  width: 50%;
  height: 450px;
  overflow: hidden;
}

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

.luxury-service-row:hover .service-image img {
  transform: scale(1.08);
}

.service-content {
  width: 50%;
  padding: 60px;
  position: relative;
}

.service-number {
  position: absolute;
  top: 25px;
  right: 40px;
  font-family: 'EB Garamond',serif;
  font-size: 5rem;
  color: rgba(191,163,124,.25);
}

.service-content h3 {
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  color: rgb(34, 34, 34);
  margin-bottom: 20px;
}

.service-content p {
  font-family: Montserrat, sans-serif;
  color: rgb(102, 102, 102);
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 35px;
}

.contact-section {
  padding: 90px 0;
  background: #f8f6f1;
}

.contact-content {
  padding-right: 30px;
}

.contact-content h3 {
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  color: rgb(34, 34, 34);
  margin-bottom: 20px;
}

.contact-content p {
  font-family: Montserrat, sans-serif;
  color: rgb(102, 102, 102);
  line-height: 1.8;
  margin-bottom: 35px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.contact-item i {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bfa37c;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  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(191, 163, 124);
}

.contact-item h5 {
  margin: 0 0 5px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgb(34, 34, 34);
}

.contact-item span {
  font-family: Montserrat, sans-serif;
  color: rgb(102, 102, 102);
  font-size: 15px;
}

.contact-map {
  width: 100%;
  height: 500px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

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

.contact-item a {
  font-family: Montserrat, sans-serif;
  color: rgb(102, 102, 102);
  font-size: 15px;
  text-decoration: none;
}

.contact-item a:hover {
  color: rgb(191, 163, 124);
}

.gallery {
  padding: 70px 0;
  background: #f8f6f1;
}

.gallery .item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 280px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 35px;
  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 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}

.gallery .item:hover img {
  transform: scale(1.04);
}

.gallery a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.gallery .row {
  margin-top: 40px;
}

html, body {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: rgb(248, 246, 241);
  overflow-x: hidden !important;
}

.navbar li a, .text-nav a {
  color: rgb(31, 31, 31);
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .nav-link:hover, .text-nav .a:hover {
  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: rgba(255, 255, 255, 0.55);
  color: rgb(191, 163, 124);
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 20px;
}

.image-1 img, .image-2 img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 35px;
}

.image-1 img:hover, .image-2 img:hover {
  transform: scale(1.05);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 10px;
  margin-left: auto;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 10px;
  margin-left: auto;
}

@media (max-width:1199px) {
  .navbar {
    padding: 0 25px;
  }
  .navbar-nav {
    gap: 10px !important;
    margin-top: 20px;
  }
  .navbar-collapse {
    background: rgba(255,255,255,.75);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 20px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,.15),
            inset 0 1px 0 rgba(255,255,255,.6);
  }
  .text-nav {
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

@media (max-width:991px) {
  .navbar {
    padding: 0 20px;
  }
  .navbar-brand {
    max-width: 90px;
  }
  .navbar-toggler {
    padding: 8px;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler-icon {
    width: 22px;
    height: 22px;
  }
  .navbar li a,
    .text-nav a {
    font-size: .8rem;
  }
  .navbar-nav .nav-link {
    padding: 12px 20px;
  }
  .text-nav {
    justify-content: center;
    margin-top: 20px;
    gap: 15px;
  }
  .text-nav a:first-child {
    display: flex;
    font-size: .75rem;
  }
}

@media (max-width:576px) {
  .navbar {
    padding: 0 15px;
  }
  .navbar-brand {
    max-width: 80px;
  }
  .navbar-collapse {
    border-radius: 15px;
    padding: 15px;
  }
  .navbar-nav {
    gap: 5px !important;
  }
  .navbar-nav img {
    width: 22px;
  }
  .text-nav {
    gap: 12px;
  }
  .text-nav i {
    width: 35px;
    height: 35px;
  }
  .services {
    padding: 40px 12px;
  }
  .card-img img {
    height: 190px;
  }
  .card-bottom {
    padding: 18px;
  }
  .service-title {
    font-size: 1.25rem;
  }
  .service-description {
    font-size: .85rem;
  }
  .services .card {
    border-radius: 12px;
  }
  .cover img {
    height: 35vh;
    min-height: 220px;
  }
  .cover-content {
    width: 95%;
    padding: 0 10px;
  }
  .cover-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .testimonials {
    padding: 40px 12px;
  }
  .testimonials-carousel .item {
    padding: 20px;
    border-radius: 15px;
  }
  .quote-icon {
    width: 45px;
    height: 45px;
  }
  .quote-icon i {
    font-size: 18px;
  }
  .testimonial-text {
    font-size: .9rem;
  }
  .testimonial-author {
    font-size: 1.25rem;
  }
  .testimonials .col-lg-4 img {
    height: 250px;
    border-radius: 15px;
  }
  .footer {
    padding: 35px 12px 0;
  }
  .footer-description {
    font-size: .85rem;
  }
  .footer-map {
    height: 190px;
  }
  .footer-link {
    font-size: .8rem;
    gap: 8px;
  }
  .footer-social {
    gap: 10px;
  }
  .footer-social a {
    width: 35px;
    height: 35px;
  }
  .footer-social a i {
    font-size: 16px;
  }
  .powered-by {
    font-size: 11px;
  }
  .powered-by img {
    width: 70px;
  }
  .gallery .item {
    height: 220px;
  }
  .gallery-carousel .item {
    height: 240px;
  }
  .gallery-carousel .owl-dots {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .carousel-item {
    height: 75vh;
    min-height: 550px;
  }
  .carousel-caption {
    width: 90%;
  }
  .carousel-caption h2 {
    font-size: 2.8rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
  .about {
    padding: 60px 20px;
  }
  .about .col-lg-6 {
    padding: 25px;
  }
  .about-img {
    height: 420px;
    margin-bottom: 30px;
  }
  .about p {
    text-align: center;
  }
  .hosts {
    padding: 60px 20px;
  }
  .owner-img {
    margin-bottom: 35px;
  }
  .owner-img img {
    height: 450px;
  }
  .hosts-description {
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .hosts-description h5 {
    font-size: 42px;
  }
  .mix-images {
    height: 420px;
    max-width: 500px;
    margin: 0 auto;
  }
  .image-1 img,
    .image-2 img {
    height: 190px;
  }
  .services {
    padding: 60px 20px;
  }
  .card-img img {
    height: 240px;
  }
  .card-bottom {
    padding: 25px;
  }
  .service-title {
    font-size: 1.5rem;
  }
  .service-description {
    font-size: 0.95rem;
  }
  .cover img {
    height: 45vh;
  }
  .cover-content {
    width: 90%;
  }
  .cover-title {
    font-size: 2.4rem;
  }
  .image-1 img, .image-2 img {
    height: 190px;
  }
  .testimonials .col-lg-8 {
    margin-bottom: 35px;
  }
  .footer .logo {
    display: block;
    text-align: center;
  }
  .footer-contact {
    align-items: center;
  }
  .footer-menu {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .carousel-item {
    height: 70vh;
    min-height: 500px;
  }
  .carousel-caption {
    width: 90%;
    top: 50%;
  }
  .carousel-caption h2 {
    font-size: 2rem;
    margin-top: 0px;
    line-height: 1.3;
  }
  .carousel-caption p {
    font-size: 0.9rem;
    margin-top: 12px;
    padding: 0 10px;
  }
  .book-btn {
    padding: 10px 24px;
    font-size: 0.9rem;
    margin-top: 20px !important;
  }
  .about {
    padding: 50px 15px;
  }
  .about .col-lg-6 {
    padding: 15px;
  }
  .about-img {
    height: 320px;
    margin-bottom: 25px;
  }
  .top-section {
    gap: 10px;
    margin-bottom: 18px;
    row-gap: 10px;
    column-gap: 10px;
  }
  .top-section img {
    width: 35px;
    height: auto;
  }
  .top-section span {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .section-description {
    font-size: 2rem;
    margin-bottom: 18px;
  }
  .about p {
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: center;
  }
  .section-btn {
    text-align: center;
    margin-top: 30px !important;
  }
  .custom-btn {
    padding: 10px 22px;
    font-size: 0.85rem;
  }
  .hosts {
    padding: 50px 15px;
  }
  .owner-img img {
    height: 350px;
  }
  .hosts-description {
    text-align: center;
    margin-bottom: 35px;
  }
  .hosts-description h3 {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .hosts-description h5 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .hosts-description p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .mix-images {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .image-1,
    .image-2 {
    position: static;
    width: 100%;
  }
  .image-1 img,
    .image-2 img {
    width: 100%;
    height: 220px;
  }
  .image-1 img, .image-2 img {
    width: 100%;
    height: 220px;
  }
  .footer-contact {
    row-gap: 12px;
    column-gap: 12px;
  }
  .footer-menu {
    row-gap: 12px;
    column-gap: 12px;
  }
  .home-gallery .book-btn {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .carousel-item {
    height: 60vh;
    min-height: 420px;
  }
  .carousel-caption {
    width: 95%;
  }
  .carousel-caption h2 {
    font-size: 1.6rem;
  }
  .carousel-caption p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .book-btn {
    padding: 8px 20px;
    font-size: 0.8rem;
  }
  .carousel-control-prev,
    .carousel-control-next {
    display: none;
  }
  .about {
    padding: 40px 12px;
  }
  .about-img {
    height: 250px;
    border-radius: 15px;
  }
  .top-section {
    gap: 8px;
    row-gap: 8px;
    column-gap: 8px;
  }
  .top-section img {
    width: 30px;
  }
  .top-section span {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .section-description {
    font-size: 1.7rem;
    line-height: 1.2;
  }
  .about p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .custom-btn {
    padding: 9px 20px;
    font-size: 0.8rem;
  }
  .hosts {
    padding: 40px 12px;
  }
  .owner-img img {
    height: 280px;
    border-radius: 15px;
  }
  .hosts-description h5 {
    font-size: 28px;
    line-height: 1.2;
  }
  .hosts-description p {
    font-size: 0.9rem;
  }
  .image-1 img,
    .image-2 img {
    height: 180px;
    border-radius: 15px;
  }
  .navbar-collapse {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .navbar-nav {
    row-gap: 5px !important;
    column-gap: 5px !important;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .image-1 img, .image-2 img {
    height: 180px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (max-width:768px) {
  .services {
    padding: 50px 15px;
  }
  .card-img img {
    height: 220px;
  }
  .card-bottom {
    padding: 20px;
    text-align: center;
  }
  .service-title {
    font-size: 1.4rem;
  }
  .service-description {
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .services .card {
    border-radius: 15px;
  }
  .cover img {
    height: 40vh;
  }
  .cover-content {
    width: 95%;
    padding: 0 15px;
  }
  .cover-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .testimonials {
    padding: 50px 15px;
  }
  .testimonials-carousel .item {
    min-height: auto;
    padding: 25px;
    text-align: center;
  }
  .quote-icon {
    margin: 0 auto 20px;
  }
  .testimonial-text {
    font-size: .95rem;
    line-height: 1.7;
  }
  .testimonial-author {
    font-size: 1.4rem;
  }
  .testimonials .col-lg-4 img {
    height: 320px;
    border-radius: 20px;
  }
  .footer {
    padding: 40px 15px 0;
  }
  .footer .logo img {
    width: 90px;
    margin-bottom: 20px;
  }
  .footer-description {
    font-size: .9rem;
    line-height: 1.7;
    text-align: center;
  }
  .footer-title {
    font-size: .9rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .footer-map {
    height: 220px;
    border-radius: 15px;
  }
  .footer-contact,
    .footer-menu {
    gap: 12px;
  }
  .footer-link {
    font-size: .85rem;
    text-align: center;
  }
  .footer-link i {
    font-size: 15px;
  }
  .copyright {
    margin-top: 25px;
    padding-top: 20px;
  }
  .copyright-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .copyright p {
    font-size: .75rem;
    line-height: 1.6;
  }
  .footer-social a {
    width: 38px;
    height: 38px;
  }
  .powered-by img {
    width: 80px;
  }
  .services {
    padding: 60px 15px;
  }
  .luxury-service-row,
    .luxury-service-row.reverse {
    flex-direction: column;
  }
  .service-image,
    .service-content {
    width: 100%;
  }
  .service-image {
    height: 280px;
  }
  .service-content {
    padding: 35px 25px;
  }
  .service-content h3 {
    font-size: 2rem;
  }
  .service-number {
    font-size: 3.5rem;
  }
  .contact-section {
    padding: 50px 15px;
  }
  .contact-content h3 {
    font-size: 2.2rem;
  }
  .contact-item i {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  .contact-map {
    height: 300px;
    border-radius: 18px;
  }
  .gallery {
    padding: 60px 15px;
  }
  .gallery .item {
    height: 230px;
    border-radius: 15px;
  }
  .home-gallery {
    padding: 60px 15px;
  }
  .gallery-carousel .item {
    height: 280px;
    border-radius: 18px;
  }
  .gallery-carousel .item img {
    border-radius: 18px;
  }
  .home-gallery .book-btn {
    padding: 10px 25px;
    font-size: .75rem;
  }
}

@media (max-width:992px) {
  .testimonials {
    padding: 60px 20px;
  }
  .testimonials .col-lg-8 {
    margin-bottom: 35px;
  }
  .testimonials .col-lg-4 img {
    height: 400px;
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .testimonials-carousel .item {
    min-height: 280px;
    padding: 30px;
  }
  .footer {
    padding: 50px 20px 0;
  }
  .footer-description {
    max-width: 100%;
    text-align: center;
  }
  .footer .logo {
    display: block;
    text-align: center;
  }
  .footer-map {
    height: 250px;
  }
  .footer-title {
    margin-top: 20px;
  }
  .footer-contact,
    .footer-menu {
    align-items: center;
  }
  .footer-link {
    margin-left: 0;
    margin-right: 0;
  }
  .copyright-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .contact-section {
    padding: 70px 20px;
  }
  .contact-content {
    padding-right: 0;
    text-align: center;
  }
  .contact-item {
    justify-content: center;
  }
  .contact-map {
    height: 400px;
  }
  .gallery {
    padding: 70px 20px;
  }
  .gallery .item {
    height: 250px;
  }
  .home-gallery {
    padding: 70px 0;
  }
  .gallery-carousel .item {
    height: 320px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav {
    margin-top: 20px;
    row-gap: 10px !important;
    column-gap: 10px !important;
  }
  .navbar-collapse {
    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: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(18px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 40px, rgba(255, 255, 255, 0.6) 0px 1px 0px inset;
  }
}

@media (max-width: 991px) {
  .navbar li a, .text-nav a {
    font-size: 0.8rem;
  }
  .text-nav a:first-child {
    display: flex;
    font-size: 0.75rem;
  }
}

.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;
}