@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Volgarie";
  src: url("../fonts/volgarie-volgarie-regular-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Gabarito", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.72px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #000000;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  margin-bottom: 0 !important;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.72px;
}

p {
  margin-bottom: 0 !important;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.72px;
}

input {
  border: none;
  background: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

section {
  padding-left: 25px;
  padding-right: 25px;
}

section.main-banner.inner-banner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

section.hero-banner-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.headline-banner-main {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .headline-banner-main {
    font-size: 146px !important;
    padding-top: 65px !important;
  }
}
.headline-banner-main span.main-next-row {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
}

.headline-banner-sub {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.headline-main {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  padding-top: 27px;
}

.heading-inners {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.headline-sub {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: -5px;
}

.button-wrap {
  background: #0C1211;
  border-radius: 40px;
  display: inline-flex;
  height: 46px;
  padding: 24px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.button-wrap a.button-primary {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-wrap:hover {
  background: #E4EEC1;
  transition: 0.5s ease-in-out;
}
.button-wrap:hover a.button-primary {
  color: #142421;
}

.button-secondary-wrap {
  border-radius: 40px;
  background: #E4EEC1;
  display: inline-flex;
  height: 46px;
  padding: 24px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.button-secondary-wrap a.button-secondary {
  color: #142421;
  font-family: "Gabarito", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-secondary-wrap:hover {
  background: #0C1211;
  transition: 0.5s ease-in-out;
}
.button-secondary-wrap:hover a.button-secondary {
  color: #ffffff;
}

.button-text {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.para-content {
  color: #1C3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.52px;
}

span.text-next-row {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  line-height: 23px;
  letter-spacing: -0.32px;
  text-align: center;
  font-size: 18px;
}

span.heading-next-row {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 175%;
}

.arrow-back,
.arrow-next {
  position: absolute;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  font-size: 0;
  top: auto;
  bottom: auto;
  transform: translateY(-50%);
  cursor: pointer;
}
.arrow-back::before,
.arrow-next::before {
  display: none;
}

.arrow-back {
  left: 130px;
  background-image: url("../images/icons/prev-arrow.png");
  fill: #ffffff;
}

.arrow-next {
  right: 130px;
  background-image: url("../images/icons/next-arrow.png");
  fill: #ffffff;
}

.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #AFC2AC;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li {
  display: flex;
  align-items: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
  color: #000000;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a {
  text-decoration: none;
  color: #162623;
  font-weight: 400;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a:hover {
  color: #658F47;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child { /* Styles for the last breadcrumb */
  font-weight: 500;
  color: #858666;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child::after {
  content: none;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child span {
  pointer-events: none;
  color: #858666;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinright {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spinright {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spinright {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
img.experiences-image {
  animation: 200s linear 0s infinite normal none running spin;
}

/* Parent container */
.parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* The typewriter effect */
.typewriter {
  overflow: hidden;
  border-right: 2px solid #658F47;
  white-space: nowrap;
  margin: 0 auto;
  animation: typing 10s steps(40, end) infinite, blink-caret 0.75s step-end infinite;
  text-align: center;
}

/* The typing effect */
@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #658F47;
  }
}
.play-video-icon {
  background: url("../images/icons/play-button.png") no-repeat;
  background-size: contain;
  width: 60.938px;
  height: 60.938px;
  flex-shrink: 0;
}

.circle-stroke {
  background: #AEC1AB;
  border: 1px dashed #152522;
  stroke: #152522;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 29.17px;
}

/* For Webkit-based Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 20px; /* Adjust scrollbar width */
  height: 20px; /* Adjust scrollbar height (for horizontal scrollbars) */
}

::-webkit-scrollbar-track {
  background: #E4EEC1; /* Track background color */
}

::-webkit-scrollbar-thumb {
  background-color: #395143; /* Scrollbar color */
  border-radius: 10px; /* Rounded edges */
  border: 2px solid #E4EEC1; /* Optional: Adds spacing around the thumb */
}

/* For Firefox */
html {
  scrollbar-width: thin; /* Options: auto, thin */
  scrollbar-color: #395143 #E4EEC1; /* Thumb color and track color */
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--white-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #658F47;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #658F47;
}

/* Custom Scrollbar for Fancybox */
.fancybox-content {
  scrollbar-width: thin;
  scrollbar-color: #395143 #E4EEC1;
  overflow-y: auto;
  height: 600px;
}

/* Webkit-based browsers (Chrome, Edge, Safari) */
.fancybox-content::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

.fancybox-content::-webkit-scrollbar-track {
  background: #E4EEC1;
}

.fancybox-content::-webkit-scrollbar-thumb {
  background-color: #395143;
  border-radius: 10px;
  border: 2px solid #E4EEC1;
}

/* Custom Scrollbar for Webkit-based browsers (Chrome, Safari, Edge) */
.offer-popup-content::-webkit-scrollbar {
  width: 10px;
}

.offer-popup-content::-webkit-scrollbar-track {
  background: #E4EEC1;
}

.offer-popup-content::-webkit-scrollbar-thumb {
  background-color: #658F47;
  border-radius: 10px;
  border: 2px solid #E4EEC1;
}

.load-more-wrap #load-more {
  background-color: unset;
  border: none;
}
.load-more-wrap #load-more.load-more-btn {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.load-more-wrap #load-less {
  background-color: unset;
  border: none;
}
.load-more-wrap #load-less.load-less-btn {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  section {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
  .headline-banner-main {
    font-size: 5.2083333333vw;
    line-height: 9.1145833333vw;
    text-align: end;
    color: rgba(255, 255, 255, 0.6);
  }
  .headline-banner-main span.main-next-row {
    font-size: 11.9791666667vw;
    line-height: 6.25vw;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .headline-banner-sub {
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    font-size: 1.3541666667vw !important;
    line-height: normal;
  }
  .heading-inners {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 2.5vw;
  }
  .headline-sub {
    font-size: 0.9375vw;
    line-height: 88%;
  }
  .para-content {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    text-align: justify;
  }
  .button-wrap {
    height: 3.125vw;
    border-radius: 2.0833333333vw;
    padding: 1.25vw 2.6041666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.5208333333vw;
  }
  .button-wrap a.button-primary {
    font-size: 0.8333333333vw;
    line-height: 1.8229166667vw;
    letter-spacing: 0.0833333333vw;
    text-transform: uppercase;
  }
  .button-wrap:hover {
    background: #E4EEC1;
    transition: 0.5s ease-in-out;
  }
  .button-wrap:hover a.button-primary {
    color: #142421;
  }
  .button-secondary-wrap {
    width: 12.5vw;
    height: 3.125vw;
    padding: 1.25vw 2.6041666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.5208333333vw;
    flex-shrink: 0;
  }
  .button-secondary-wrap a.button-secondary {
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 1.8229166667vw;
    letter-spacing: 0.0833333333vw;
    text-transform: uppercase;
  }
  .button-secondary-wrap:hover {
    background: #658F47;
    transition: 0.5s ease-in-out;
  }
  .button-secondary-wrap:hover a.button-secondary {
    color: #ffffff;
  }
  .play-video-icon {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .circle-stroke {
    width: 6.25vw;
    height: 6.25vw;
    padding: 1.4583333333vw;
  }
  .breadcrumb-wrapper {
    text-align: center;
    border-bottom: 0.0260416667vw solid rgba(175, 194, 172, 0.6431372549);
    width: 52.0833333333vw;
    margin: 0 auto;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs {
    padding-top: 3.125vw;
    padding-bottom: 1.5625vw;
    border-bottom: 0.0260416667vw solid rgba(175, 194, 172, 0.11);
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li {
    font-size: 0.9375vw;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 0.5rem;
    color: #000000;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a {
    text-decoration: none;
    color: #162623;
    font-weight: 400;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a:hover {
    color: #658F47;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child { /* Styles for the last breadcrumb */
    font-weight: 500;
    color: #858666;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child::after {
    content: none;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child span {
    pointer-events: none;
    color: #858666;
  }
  svg.flower-left {
    transform: scaleX(-1);
  }
  svg.flower-right {
    transform: scaleX(1);
  }
  @keyframes draw {
    from {
      stroke-dasharray: 0, 1000;
    }
    to {
      stroke-dasharray: 1000, 0;
    }
  }
  .animated-svg .draw-path {
    stroke: rgba(255, 255, 255, 0.3294117647);
    stroke-width: 1;
    fill: none;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: none;
  }
  .animated-svg.in-view .draw-path {
    animation: draw 2s linear forwards;
  }
  .notification-bell-section .notification-bell-icon img.bell-icon {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    animation: bellRing 2s ease-in-out infinite;
  }
  @keyframes bellRing {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-10deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(10deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}
#scrolltop {
  display: inline-block;
  background-color: #AEC1AB;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: 0.3s all, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

#scrolltop::after {
  content: "\f077";
  font-family: FontAwesome, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 30px;
  color: #fff;
}

#scrolltop:hover {
  cursor: pointer;
  background-color: #0A0A0A;
}

#scrolltop:active {
  background-color: #0A0A0A;
}

#scrolltop.show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1200px) {
  #scrolltop {
    display: inline-block;
    background-color: #AEC1AB;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    text-align: center;
    border-radius: 0.2083333333vw;
    position: fixed;
    bottom: 1.5625vw;
    right: 1.5625vw;
    transition: 0.3s all, opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
  }
  #scrolltop::after {
    content: "\f077";
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 2.6041666667vw;
    color: #fff;
  }
}
.footer-main {
  background: #395143;
  background-blend-mode: multiply;
  height: auto;
}
.footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-main-logo {
  padding: 60px 30px 25px 30px;
}
.footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-main-logo .footer-logo {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
}
.footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-right-slogan-wrap {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 50px;
  line-height: 28px;
  padding-bottom: 50px;
}
.footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-right-slogan-wrap span.heading-next-row {
  font-size: 22px;
  line-height: 175%;
  letter-spacing: 0.8px;
}
.footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-vector-img {
  display: none;
}
.footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-address-wrap {
  color: #ffffff;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.28px;
  padding-bottom: 28px;
}
.footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-email-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Gabarito", sans-serif;
  padding-bottom: 0px;
}
.footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-email-wrap a.mail-address {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-email-wrap a.mail-address:hover {
  color: #e4eec1;
  transition: all 0.25s;
}
.footer-main .footer-inner .footer-contact-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-bottom: 60px;
}
.footer-main .footer-inner .footer-contact-wrap .call-num {
  color: #afc2ac;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 23px;
  letter-spacing: -0.6px;
}
.footer-main .footer-inner .footer-contact-wrap .call-num a {
  color: #afc2ac;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 23px;
  letter-spacing: -0.6px;
  text-decoration: none;
}
.footer-main .footer-inner .footer-socail-media {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-bottom: 50px;
}
.footer-main .footer-inner .footer-socail-media .footer-social-media-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main .footer-inner .footer-socail-media .footer-social-media-list li.social-item {
  margin: 0;
  padding: 0;
  display: flex;
}
.footer-main .footer-inner .footer-socail-media .footer-social-media-list li.social-item:not(:last-child)::after {
  content: "|";
  margin: 0 30px;
  width: 1px;
  height: 21px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-main .footer-inner .footer-socail-media .footer-social-media-list li.social-item .footer-social-media-link svg {
  fill: #ffffff;
  width: 17px;
  height: 17px;
}
.footer-main .footer-inner .booking-partners-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  padding-bottom: 30px;
}
.footer-main .footer-inner .booking-partners-wrap .booking-partners-img-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
}
.footer-main .footer-inner .booking-partners-wrap .booking-partners-img-wrap img.booking-partners-logo {
  cursor: pointer;
}
.footer-main .footer-inner .booking-partners-wrap .booking-partners-img-wrap img.booking-partners-logo:hover {
  transform: scale(0.93);
  transition: all 0.25s;
}

.footer-sub {
  background: #152522;
  height: auto;
}
.footer-sub .bottom-footer .footer-menu {
  padding-top: 50px;
  padding-bottom: 26px;
}
.footer-sub .bottom-footer .footer-menu .menu-footer ul#footer {
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 0 25px;
  column-gap: 51px;
  row-gap: 2px;
  justify-content: space-between;
}
.footer-sub .bottom-footer .footer-menu .menu-footer ul#footer li.menu-item {
  list-style: none !important;
}
.footer-sub .bottom-footer .footer-menu .menu-footer ul#footer li.menu-item a {
  color: #f5f5f5;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 44px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-sub .bottom-footer .newsletter-formwrapper {
  background: rgba(170, 178, 153, 0.11);
  padding-left: 45px;
  padding-right: 45px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-sub .bottom-footer .newsletter-formwrapper .wpcf7 .wpcf7-form .uacf7-form-144 .newsletter-form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #8d8d8d;
}
.footer-sub .bottom-footer .newsletter-formwrapper .wpcf7 .wpcf7-form .uacf7-form-144 .newsletter-form-wrapper .newsletter-label.n-email-class .wpcf7-form-control-wrap input {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
}
.footer-sub .bottom-footer .newsletter-formwrapper .wpcf7 .wpcf7-form .uacf7-form-144 .newsletter-form-wrapper .newsletter-label-button.n-button-wrap .n-button-submit input {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 28px;
}
.footer-sub .bottom-footer .newsletter-formwrapper .wpcf7 .wpcf7-form .wpcf7-response-output {
  font-size: 14px;
}
.footer-sub .bottom-footer .bottom-footer-inner {
  color: #ffffff;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.24px;
  text-decoration: none;
  border-top: 1px solid rgba(224, 225, 219, 0.25);
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-sub .bottom-footer .bottom-footer-inner a {
  color: #afc2ac;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.24px;
  text-decoration: none;
}
.footer-sub .bottom-footer .time-date-zone-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}
.footer-sub .bottom-footer .time-date-zone-wrapper .footer-time {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer-sub .bottom-footer .time-date-zone-wrapper .footer-time .footer-time-clock {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 45px;
  line-height: 29px;
  letter-spacing: -0.9px;
}
.footer-sub .bottom-footer .time-date-zone-wrapper .footer-time .date-country {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 11px;
}
.footer-sub .bottom-footer .time-date-zone-wrapper .footer-time .date-country .footer-time-country {
  text-align: right;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.26px;
}
.footer-sub .bottom-footer .time-date-zone-wrapper .footer-time .date-country .footer-time-date {
  text-align: right;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.26px;
}
.footer-sub .bottom-footer .footer-sub-menu {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
}
.footer-sub .bottom-footer .footer-sub-menu .menu-sub-footer ul#footer-sub {
  list-style: none !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: unset;
}
.footer-sub .bottom-footer .footer-sub-menu .menu-sub-footer ul#footer-sub li.menu-item {
  list-style: none !important;
}
.footer-sub .bottom-footer .footer-sub-menu .menu-sub-footer ul#footer-sub li.menu-item:not(:last-child)::after {
  content: "|";
  margin: 0 5px;
  width: 1px;
  height: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-sub .bottom-footer .footer-sub-menu .menu-sub-footer ul#footer-sub li.menu-item a {
  color: #ffffff;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: -0.24px;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .footer-main-logo {
    width: 60%;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-main {
    padding-bottom: 2.0833333333vw;
    padding-left: 8.8541666667vw;
    padding-right: 8.8541666667vw;
  }
  .footer-main .footer-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-main .footer-column .footer-col-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap {
    order: 2;
    gap: 0vw;
    flex-wrap: nowrap;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-main-logo {
    order: 2;
    padding: unset;
    padding-top: 4.1666666667vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-main-logo .footer-logo {
    width: 11.2847395833vw;
    height: 5.2083333333vw;
    object-fit: cover;
    padding-bottom: unset;
    padding-left: unset;
    padding-right: unset;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-main-logo .footer-contact-details {
    padding-top: 3.125vw;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-main-logo .footer-contact-details .footer-address-wrap {
    order: 2;
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    letter-spacing: -0.01875vw;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-main-logo .footer-contact-details .footer-email-wrap {
    order: 2;
    padding-top: 1.0416666667vw;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-main-logo .footer-contact-details .footer-email-wrap span.text-next-row {
    font-size: 1.0416666667vw;
    font-weight: 500;
    line-height: 1.09375vw;
    letter-spacing: -0.0208333333vw;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-right-slogan-wrap {
    order: 1;
    font-size: 5.2083333333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 80%;
    text-align: start;
    margin-right: 3.6458333333vw;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-right-slogan-wrap span.heading-next-row {
    font-size: 2.6041666667vw;
    max-width: 27.0833333333vw;
    text-align: start;
    line-height: 80%;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-vector-img {
    display: block;
    order: 3;
    width: 19.9479166667vw;
  }
  .footer-main .footer-column .footer-col-inner.footer-main-logo-wrap .footer-vector-img .vector-sigiri-apsara {
    width: 12.3958333333vw;
    height: 17.9166666667vw;
    object-fit: cover;
    margin-left: 10.9375vw;
    opacity: 0.3;
  }
  .footer-main .footer-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border: 0.1041666667vw solid rgba(255, 255, 255, 0.1);
    padding: 1.5625vw 2.6041666667vw 1.5625vw 2.6041666667vw;
    height: auto;
  }
  .footer-main .footer-inner .footer-contact-wrap {
    order: 2;
    align-items: center;
    padding: unset;
  }
  .footer-main .footer-inner .footer-contact-wrap span.text-next-row {
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    letter-spacing: -0.01875vw;
  }
  .footer-main .footer-inner .footer-contact-wrap .call-num {
    font-size: 2.0833333333vw;
    line-height: 1.5104166667vw;
    letter-spacing: -0.0416666667vw;
  }
  .footer-main .footer-inner .footer-contact-wrap .call-num a {
    font-size: 2.0833333333vw;
    line-height: 1.5104166667vw;
    letter-spacing: -0.0416666667vw;
  }
  .footer-main .footer-inner .footer-contact-wrap .call-num a:hover {
    color: #658F47;
    font-size: 2.1875vw;
  }
  .footer-main .footer-inner .footer-socail-media {
    order: 1;
    align-items: flex-start;
    padding: unset;
  }
  .footer-main .footer-inner .footer-socail-media span.text-next-row {
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    letter-spacing: -0.01875vw;
  }
  .footer-main .footer-inner .footer-socail-media .footer-social-media-list li.social-item .footer-social-media-link svg {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .footer-main .footer-inner .footer-socail-media .footer-social-media-list li.social-item .footer-social-media-link svg:hover {
    fill: #658F47;
    width: 0.9375vw;
    height: 1.0416666667vw;
  }
  .footer-main .footer-inner .booking-partners-wrap {
    order: 3;
    align-items: flex-end;
    padding: unset;
  }
  .footer-main .footer-inner .booking-partners-wrap span.text-next-row {
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    letter-spacing: -0.01875vw;
  }
  .footer-sub {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
  .footer-sub .bottom-footer {
    position: relative;
  }
  .footer-sub .bottom-footer .footer-menu {
    border-bottom: 0.0520833333vw solid rgba(224, 225, 219, 0.25);
    position: relative;
  }
  .footer-sub .bottom-footer .footer-menu .menu-footer ul#footer {
    justify-content: center;
    column-gap: 5.2083333333vw;
    flex-direction: row;
  }
  .footer-sub .bottom-footer .footer-menu .menu-footer ul#footer li.menu-item a {
    color: #f5f5f5;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: 166%;
    text-transform: uppercase;
  }
  .footer-sub .bottom-footer .footer-menu .menu-footer ul#footer li.menu-item a:hover {
    color: #658F47;
    text-decoration: underline;
  }
  .footer-sub .bottom-footer .newsletter-formwrapper {
    width: 29.6875vw;
    margin: unset;
    position: absolute;
    top: 1.71875vw;
    right: 0;
  }
  .footer-sub .bottom-footer .newsletter-formwrapper .wpcf7 .wpcf7-form .uacf7-form-144 .newsletter-form-wrapper .newsletter-label.n-email-class label.email-news {
    color: #fff;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: 100%;
    letter-spacing: -0.0333333333vw;
  }
  .footer-sub .bottom-footer .newsletter-formwrapper .wpcf7 .wpcf7-form .uacf7-form-144 .newsletter-form-wrapper .newsletter-label.n-email-class .wpcf7-form-control-wrap input {
    color: #fff;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: 100%;
    letter-spacing: -0.0333333333vw;
  }
  .footer-sub .bottom-footer .newsletter-formwrapper .wpcf7 .wpcf7-form .uacf7-form-144 .newsletter-form-wrapper span.wpcf7-not-valid-tip {
    font-size: 0.6770833333vw;
    display: none;
  }
  .footer-sub .bottom-footer .newsletter-formwrapper .wpcf7 .wpcf7-form .uacf7-form-144 .newsletter-form-wrapper .newsletter-label-button.n-button-wrap .n-button-submit input {
    color: #e0e1db;
    text-align: right;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: 166%; /* 26.56px */
    letter-spacing: -0.0333333333vw;
  }
  .footer-sub .bottom-footer .newsletter-formwrapper .wpcf7 .wpcf7-form .wpcf7-response-output {
    font-size: 0.6770833333vw;
    margin: unset;
    border: none;
    text-align: center;
  }
  .footer-sub .bottom-footer .bottom-footer-inner {
    color: #fff;
    text-align: left;
    font-family: "Gabarito", sans-serif;
    font-size: 0.7291666667vw;
    line-height: 1.71875vw;
    letter-spacing: -0.0145833333vw;
    border: none;
    position: absolute;
    top: 80%;
    padding: unset;
  }
  .footer-sub .bottom-footer .bottom-footer-inner a {
    font-size: 0.7291666667vw;
  }
  .footer-sub .bottom-footer .bottom-footer-inner a:hover {
    color: #658F47;
    font-size: 0.78125vw;
    transition: all 0.4s;
  }
  .footer-sub .bottom-footer .bottom-footer-inner a:hover::after {
    background: #658F47;
    color: #fff;
    display: block;
    transition: all 0.4s;
  }
  .footer-sub .bottom-footer .time-date-zone-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .footer-sub .bottom-footer .time-date-zone-wrapper .footer-time .footer-time-clock {
    order: 2;
  }
  .footer-sub .bottom-footer .time-date-zone-wrapper .footer-time .date-country {
    align-items: flex-end;
    gap: unset;
  }
  .footer-sub .bottom-footer .footer-sub-menu {
    padding: unset;
    position: absolute;
    bottom: 3.6458333333vw;
  }
  .footer-sub .bottom-footer .footer-sub-menu .menu-sub-footer ul#footer-sub {
    justify-content: flex-start;
  }
  .footer-sub .bottom-footer .footer-sub-menu .menu-sub-footer ul#footer-sub li.menu-item a {
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    font-size: 0.7291666667vw;
    line-height: 1.71875vw;
    letter-spacing: -0.0145833333vw;
  }
  .footer-sub .bottom-footer .footer-sub-menu .menu-sub-footer ul#footer-sub li.menu-item a:hover {
    color: #658F47;
    text-decoration: underline;
  }
}
.floating-icons {
  position: fixed;
  right: 30px;
  bottom: 0px;
  z-index: 1000;
}

.floating-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  cursor: pointer;
  transform: translatey(0px);
}
.floating-btn img {
  width: 50px;
  height: 50px;
}
.floating-btn .tooltip {
  position: absolute;
  right: 0px;
  background-color: transparent;
  color: #fff;
  padding: 0px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.2s ease-in-out, right 1.2s ease-in-out;
  font-family: "Lato", sans-serif;
}
.floating-btn.whatsapp-btn {
  bottom: 200px;
  right: -10px;
  background-color: transparent;
}
.floating-btn.contact-btn {
  bottom: 135px;
  right: -10px;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .floating-icons {
    position: fixed;
    right: 30px;
    bottom: 130px;
    z-index: 1000;
  }
  .floating-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transform: translatey(0px);
  }
  .floating-btn img {
    width: 38px;
    height: 38px;
  }
  .floating-btn .tooltip {
    position: absolute;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    font-family: "Lato", sans-serif;
  }
  .floating-btn:hover {
    transform: scale(0.95);
  }
  .floating-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .floating-btn.whatsapp-btn {
    bottom: 200px;
    right: -10px;
    background-color: #e4eec1;
  }
  .floating-btn.whatsapp-btn:hover {
    width: 158px;
    height: 62px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 9px;
    margin-right: -22px;
  }
  .floating-btn.whatsapp-btn:hover img {
    margin-right: 100px;
  }
  .floating-btn.whatsapp-btn:hover .tooltip {
    right: 10px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .floating-btn.contact-btn {
    bottom: 135px;
    right: -10px;
    background-color: #192825;
  }
  .floating-btn.contact-btn:hover {
    width: 150px;
    height: 62px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 15px;
    margin-right: -22px;
  }
  .floating-btn.contact-btn:hover img {
    margin-right: 108px;
  }
  .floating-btn.contact-btn:hover .tooltip {
    top: 19px;
    right: 20px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .floating-icons {
    position: fixed;
    right: 20px;
    bottom: 206px;
    z-index: 1000;
  }
  .floating-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transform: translateY(0px);
    transition: 0.7s ease-in-out;
  }
  .floating-btn img {
    width: 50px;
    height: 50px;
    transition: left 2.4s ease;
  }
  .floating-btn .tooltip {
    position: absolute;
    right: 0;
    background-color: transparent;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, right 0.4s ease-in-out;
    pointer-events: none;
    font-family: "Lato", sans-serif;
  }
  .floating-btn:hover {
    transform: scale(0.95);
  }
  .floating-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.7s ease, visibility 0s;
  }
  .floating-btn.whatsapp-btn {
    bottom: 200px;
    background-color: #e4eec1;
    width: 70px;
    height: 55px;
    border-radius: 30px 0px 0px 30px;
    right: -20px;
  }
  .floating-btn.whatsapp-btn:hover {
    width: 158px;
    height: 62px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 9px;
    margin-right: -5px;
  }
  .floating-btn.whatsapp-btn:hover img {
    margin-right: 100px;
  }
  .floating-btn.whatsapp-btn:hover .tooltip {
    right: 10px;
    background: transparent;
    color: #192825;
    font-size: 16px;
    font-weight: 500;
    top: 9px;
  }
  .floating-btn.contact-btn {
    bottom: 135px;
    background-color: #192825;
    width: 70px;
    height: 55px;
    border-radius: 30px 0px 0px 30px;
    right: -20px;
  }
  .floating-btn.contact-btn img {
    width: 42px;
    height: 42px;
  }
  .floating-btn.contact-btn:hover {
    width: 150px;
    height: 62px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 15px;
    margin-right: -12px;
  }
  .floating-btn.contact-btn:hover img {
    margin-right: 108px;
  }
  .floating-btn.contact-btn:hover .tooltip {
    top: 0;
    right: 16px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 2560px) {
  .floating-btn img {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    transition: all 0.7s ease;
  }
  .floating-btn .tooltip {
    padding: 0.3125vw 0.5208333333vw;
    font-size: 0.625vw;
    border-radius: 0.2083333333vw;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, right 0.4s ease-in-out;
    pointer-events: none;
    font-family: "Lato", sans-serif;
  }
  .floating-btn:hover {
    transform: scale(0.95);
  }
  .floating-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.7s ease, visibility 0s;
  }
  .floating-btn.whatsapp-btn {
    bottom: 10.4166666667vw;
    background-color: #e4eec1;
    width: 3.6458333333vw;
    height: 2.8645833333vw;
    border-radius: 1.5625vw 0vw 0vw 1.5625vw;
    right: -1.0416666667vw;
  }
  .floating-btn.whatsapp-btn:hover {
    width: 8.2291666667vw;
    height: 3.2291666667vw;
    border-radius: 1.5625vw 0vw 0vw 1.5625vw;
    padding-left: 0.46875vw;
    margin-right: -0.2604166667vw;
  }
  .floating-btn.whatsapp-btn:hover img {
    margin-right: 5.2083333333vw;
  }
  .floating-btn.whatsapp-btn:hover .tooltip {
    right: 0.5208333333vw;
    background: transparent;
    color: #192825;
    font-size: 0.8333333333vw;
    font-weight: 500;
    top: 0;
    padding-top: 1.0416666667vw;
  }
  .floating-btn.contact-btn {
    bottom: 7.03125vw;
    background-color: #192825;
    width: 3.6458333333vw;
    height: 2.8645833333vw;
    border-radius: 1.5625vw 0vw 0vw 1.5625vw;
    right: -1.0416666667vw;
  }
  .floating-btn.contact-btn img {
    width: 2.1875vw;
    height: 2.1875vw;
  }
  .floating-btn.contact-btn:hover {
    width: 7.8125vw;
    height: 3.2291666667vw;
    border-radius: 1.5625vw 0vw 0vw 1.5625vw;
    padding-left: 0.78125vw;
    margin-right: -0.625vw;
  }
  .floating-btn.contact-btn:hover img {
    margin-right: 5.625vw;
  }
  .floating-btn.contact-btn:hover .tooltip {
    top: 0;
    right: 0.8333333333vw;
    background: transparent;
    color: #fff;
    font-size: 0.8333333333vw;
    font-weight: 500;
    padding-top: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1600px) {
  .floating-icons {
    position: fixed;
    right: 20px;
    bottom: 430px;
    z-index: 1000;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-desktop-hide {
    display: none !important;
  }
}

#header.header-section {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  #header.header-section {
    position: fixed;
  }
}
#header.header-section .header-main {
  position: relative;
}
#header.header-section .header-main .main-wrapper {
  background: #152522;
  position: relative;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.6);
  z-index: 3;
}
#header.header-section .header-main .main-wrapper .logo {
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 31px 0px rgba(210, 222, 220, 0.2);
  width: 65%;
}
#header.header-section .header-main .main-wrapper .logo .main-logo {
  width: 138px;
  height: 64px;
  object-fit: cover;
}
#header.header-section .header-main .main-wrapper .nav-menu {
  display: none;
}
#header.header-section .header-main .main-wrapper .nav-menu ul#primary {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  padding: 133px 88px;
}
#header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.current-menu-item {
  position: relative;
}
#header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.current-menu-item a {
  color: #aab299;
  text-decoration: none;
  position: relative;
}
#header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.current-menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #aab299;
}
#header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children {
  position: relative;
}
#header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children a {
  color: #aab299;
}
#header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children:hover {
  color: #aab299;
}
#header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children:hover .sub-menu {
  color: #aab299;
}
#header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item a {
  color: #f5f5f5;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  text-decoration: none;
}
#header.header-section .header-main .main-wrapper .mobile-nav {
  display: block;
}
#header.header-section .header-main .main-wrapper .mobile-nav .button_container {
  position: absolute;
  top: 30%;
  right: 17%;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#header.header-section .header-main .main-wrapper .mobile-nav .button_container .textarea.more-menu {
  color: #f5f5f5;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 166%;
  text-transform: uppercase;
  margin-right: -85px;
  margin-left: 20px;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  z-index: 9;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .menu-mobile-menu-container ul#mobile-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .menu-mobile-menu-container ul#mobile-menu li a {
  color: #f5f5f5;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-left: unset;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .menu-mobile-menu-container ul#mobile-menu li a:hover {
  color: #658F47;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay#overlay.open {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  position: absolute;
  top: auto;
  overflow-y: visible;
  padding-bottom: 50px;
  height: 100vh;
  max-height: 88vh;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .menu-side-img-wrap {
  display: none;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .tagline-wrap {
  display: none;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: unset;
  width: 100%;
  justify-content: center;
  padding-bottom: 12px;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .contact-wrapper .call-us-wrap {
  color: #fff;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.32px;
  display: block;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .contact-wrapper .contact-no-wrap {
  width: 100%;
  display: block;
  text-align: center;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .contact-wrapper .contact-no-wrap a {
  color: #afc2ac;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 23px;
  letter-spacing: -0.56px;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .book-now-mobile {
  width: 60%;
  margin: auto;
  margin-bottom: 15%;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .address-wrap {
  display: none;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .email-wrap {
  display: none;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .more-menu-logo-wrap {
  display: none;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap nav.overlay-menu {
  margin-top: 45%;
  padding-bottom: 35px;
}
#header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap .menu-hand-vec-wrap {
  display: none;
}
#header.header-section .header-main .main-wrapper a.booknow {
  display: none;
}

@media only screen and (min-width: 1200px) {
  #header.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    height: 132px;
  }
}
@media only screen and (min-width: 2560px) {
  #header.scrolled {
    height: 171px;
  }
}
@media only screen and (min-width: 3840px) {
  #header.scrolled {
    height: 254px;
  }
}

#header.hide {
  transform: translateY(-150%);
}

.button_container {
  position: fixed;
  top: 2%;
  right: 30%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container .top {
  background: #ffffff;
  width: 20px;
}
.button_container .middle {
  background: #ffffff;
  width: 30px;
}
.button_container .bottom {
  background: #ffffff;
  width: 15px;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #ffffff;
  width: 30px;
}
.button_container.active .middle {
  opacity: 0;
  background: #ffffff;
  width: 30px;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #ffffff;
  width: 30px;
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 20px;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #152522;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 5;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  font-family: "Gabarito", sans-serif;
  font-size: 46px;
  line-height: 90px;
  text-transform: uppercase;
}
.overlay ul li a:hover {
  color: #658f47;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a.active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateY(50%);
  height: 3px;
  background: #3c7136;
  transition: 0.35s;
}

.main-banner.inner-banner {
  position: relative;
  overflow: hidden;
}
.main-banner.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 77%;
  z-index: 2;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(21, 37, 34, 0.44) 52.01%, rgba(57, 81, 67, 0) 100%), linear-gradient(180deg, #152522 0%, rgba(21, 37, 34, 0) 59%), linear-gradient(180deg, rgba(21, 37, 34, 0) 81.67%, #152522 101.02%);
  height: 86%;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .main-banner.inner-banner .main-slider-wrapper .slider-item picture:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .main-banner.inner-banner .main-slider-wrapper .slider-item picture:before {
    height: 768px;
  }
}
.main-banner.inner-banner .main-slider-wrapper .slider-item picture img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.main-banner.inner-banner .breadcrumb-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
.navigation {
  padding: 20px;
  z-index: 9999;
}

.hero-banner-section {
  position: relative;
  height: 590px;
  overflow: hidden;
}
.hero-banner-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(21, 37, 34, 0.44) 52.01%, rgba(57, 81, 67, 0) 100%), linear-gradient(180deg, #152522 0%, rgba(21, 37, 34, 0) 59%), linear-gradient(180deg, rgba(21, 37, 34, 0) 81.67%, #152522 101.02%);
  height: 100%;
  z-index: 2;
  display: none;
}
.hero-banner-section .banner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #162623 0%, #000 104.53%);
}
.hero-banner-section .banner-wrap .banner-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.5s ease-in-out forwards;
}
.hero-banner-section .banner-wrap .banner-layer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(21, 37, 34, 0.44) 52.01%, rgba(57, 81, 67, 0) 100%), linear-gradient(180deg, #152522 0%, rgba(21, 37, 34, 0) 59%), linear-gradient(180deg, rgba(21, 37, 34, 0) 81.67%, #152522 101.02%);
  height: 100%;
  z-index: 8;
  display: none;
}
.hero-banner-section .banner-wrap .banner-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-banner-section .banner-wrap .banner-layer-1 {
  opacity: 1;
  transform: scale(1);
  animation: fadeInUp 4.5s ease-in-out forwards;
}
.hero-banner-section .banner-wrap .banner-layer-1 .slider-item {
  height: 100%;
}
.hero-banner-section .banner-wrap .banner-layer-2 {
  opacity: 0.7;
  animation: moveClouds 30s linear infinite;
}
.hero-banner-section .banner-wrap .banner-layer-3 {
  z-index: 6;
  animation: fadeInUp 3s ease-in-out forwards;
  animation-delay: 3s;
  display: none;
}
.hero-banner-section .banner-wrap .clouds-layer {
  animation: slowClouds 60s linear infinite;
  width: 100%;
  align-content: center;
  opacity: 1 !important;
}
.hero-banner-section .banner-wrap .clouds-layer img {
  object-fit: contain;
}
@keyframes slowClouds {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  5% {
    transform: translate(-80%, 0);
    opacity: 1;
  }
  40% {
    transform: translate(-30%, 0);
    opacity: 1;
  }
  70% {
    transform: translate(30%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(120%, 0);
    opacity: 0;
  }
}
.hero-banner-section .banner-content {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.hero-banner-section .banner-content .banner-inner-texts {
  color: #ffffff;
}
.hero-banner-section .banner-content .banner-inner-texts .sub-tagline {
  text-align: start;
}
.hero-banner-section .banner-content .banner-inner-texts .sub-tagline .headline-banner-sub {
  text-align: center;
}
.hero-banner-section .banner-content .desktop-dispaly {
  display: none;
}
.hero-banner-section .banner-content .banner-contact-information {
  display: none;
}
.scroll-down {
  position: relative;
  bottom: -128px;
  right: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 160px;
  transform: rotate(-90deg);
  transform-origin: right;
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down .up-text {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: right;
  display: block;
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 35px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.scroll-down .up-text::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 25px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  left: -134px;
  z-index: -1;
}
.scroll-down .up-text::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  border-radius: 24px;
  background: #ffffff;
  right: 135px !important;
  animation: wave 3s linear infinite forwards;
  z-index: -1;
  bottom: 25px;
}

@keyframes wave {
  from {
    width: 0%;
  }
  to {
    width: 100%;
    right: 100%;
  }
}
/* Animations */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveClouds {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@media only screen and (min-width: 768px) {
  #header.header-section .header-main {
    position: relative;
  }
  #header.header-section .header-main .main-wrapper {
    background: #152522;
    position: relative;
  }
  #header.header-section .header-main .main-wrapper .logo {
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 31px 0px rgba(210, 222, 220, 0.2);
    width: 72%;
    padding-left: 24px;
  }
  #header.header-section .header-main .main-wrapper .logo .main-logo {
    width: 138px;
    height: 80px;
    object-fit: cover;
  }
  #header.header-section .header-main .main-wrapper .nav-menu {
    display: none;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    padding: 133px 88px;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.current-menu-item {
    position: relative;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.current-menu-item a {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children {
    position: relative;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children a {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children:hover {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children:hover .sub-menu {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item a {
    color: #f5f5f5;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav {
    display: block;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .button_container {
    position: absolute;
    top: 30%;
    right: 14%;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .button_container .textarea.more-menu {
    color: #f5f5f5;
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 166%;
    text-transform: uppercase;
    margin-right: -85px;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 9;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .menu-mobile-menu-container ul#mobile-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .menu-mobile-menu-container ul#mobile-menu li {
    margin-bottom: 20px;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .menu-mobile-menu-container ul#mobile-menu li a {
    color: #f5f5f5;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay#overlay.open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap {
    position: absolute;
    bottom: 0;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .menu-side-img-wrap {
    display: none;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .tagline-wrap {
    display: none;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .address-wrap {
    display: none;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .email-wrap {
    display: none;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .more-menu-logo-wrap {
    display: none;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap nav.overlay-menu {
    margin-top: 165%;
    border-bottom: 1px solid rgba(224, 225, 219, 0.25);
    padding-bottom: 35px;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap .menu-hand-vec-wrap {
    display: none;
  }
  #header.header-section .header-main .main-wrapper a.booknow {
    display: none;
  }
  .button_container {
    position: fixed;
    top: 2%;
    right: 30%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
  }
  .button_container:hover {
    opacity: 0.7;
  }
  .button_container .top {
    background: #ffffff;
    width: 20px;
  }
  .button_container .middle {
    background: #ffffff;
    width: 30px;
  }
  .button_container .bottom {
    background: #ffffff;
    width: 15px;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #ffffff;
    width: 30px;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #ffffff;
    width: 30px;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #ffffff;
    width: 30px;
  }
  .button_container span {
    background: #ffffff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    border-radius: 20px;
  }
  .button_container span:nth-of-type(2) {
    top: 11px;
  }
  .button_container span:nth-of-type(3) {
    top: 22px;
  }
  .overlay {
    position: fixed;
    background: #152522;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
  }
  .overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
  }
  .overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
  }
  .overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: "Gabarito", sans-serif;
    font-weight: 400;
    text-align: center;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .overlay ul li {
    display: block;
    height: 25%;
    min-height: 50px;
    position: relative;
    opacity: 0;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    font-family: "Gabarito", sans-serif;
    font-size: 46px;
    line-height: 90px;
    text-transform: uppercase;
  }
  .overlay ul li a:hover {
    color: #658f47;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a.active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateY(50%);
    height: 3px;
    background: #3c7136;
    transition: 0.35s;
  }
  .main-banner.inner-banner {
    position: relative;
    overflow: hidden;
  }
  .main-banner.inner-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 77%;
    z-index: 2;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item picture img {
    width: 100%;
    height: 768px;
    object-fit: cover;
  }
  .navigation {
    padding: 20px;
    z-index: 9999;
  }
  .hero-banner-section {
    position: relative;
    height: 1024px;
    overflow: hidden;
  }
  .hero-banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(21, 37, 34, 0.44) 52.01%, rgba(57, 81, 67, 0) 100%), linear-gradient(180deg, #152522 0%, rgba(21, 37, 34, 0) 59%), linear-gradient(180deg, rgba(21, 37, 34, 0) 81.67%, #152522 101.02%);
    height: 100%;
    z-index: 2;
    display: none;
  }
  .hero-banner-section .banner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, #162623 0%, #000 104.53%);
  }
  .hero-banner-section .banner-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(21, 37, 34, 0.44) 52.01%, rgba(57, 81, 67, 0) 100%), linear-gradient(180deg, #152522 0%, rgba(21, 37, 34, 0) 59%), linear-gradient(180deg, rgba(21, 37, 34, 0) 81.67%, #152522 101.02%);
    height: 100%;
    z-index: 8;
    display: none;
  }
  .hero-banner-section .banner-wrap .banner-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease-in-out forwards;
  }
  .hero-banner-section .banner-wrap .banner-layer img {
    width: 100%;
    height: 101%;
    object-fit: cover;
    object-position: center;
  }
  .hero-banner-section .banner-wrap .banner-layer-1 {
    opacity: 1;
    transform: scale(1);
    animation: fadeInUp 4.5s ease-in-out forwards;
  }
  .hero-banner-section .banner-wrap .banner-layer-2 {
    opacity: 0.7;
    animation: moveClouds 30s linear infinite;
  }
  .hero-banner-section .banner-wrap .banner-layer-3 {
    z-index: 6;
    animation: fadeInUp 3s ease-in-out forwards;
    animation-delay: 3s;
    display: none;
  }
  .hero-banner-section .banner-wrap .clouds-layer {
    animation: moveclouds 10s linear infinite, fadeInUp 1.5s ease-in-out forwards;
    width: 51%;
    align-content: center;
    margin-left: 20%;
    display: none;
  }
  .hero-banner-section .banner-content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .hero-banner-section .banner-content .banner-inner-texts {
    color: #ffffff;
  }
  .hero-banner-section .banner-content .banner-inner-texts .sub-tagline {
    text-align: start;
    margin-top: 400px;
  }
  .hero-banner-section .banner-content .banner-inner-texts .sub-tagline .headline-banner-sub {
    text-align: center;
    font-size: 32px;
    margin-top: -20px;
  }
  .hero-banner-section .banner-content .desktop-dispaly {
    display: none;
  }
  .hero-banner-section .banner-content .banner-contact-information {
    display: none;
  }
  /* Animations */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes moveClouds {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .hero-banner-section {
    position: relative;
  }
  .hero-banner-section .banner-wrap {
    position: relative;
  }
  .hero-banner-section .banner-wrap .banner-layer-1 {
    position: relative;
  }
  .hero-banner-section .banner-wrap .banner-layer-1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(21, 37, 34, 0.44) 52.01%, rgba(57, 81, 67, 0) 100%), linear-gradient(180deg, #152522 0%, rgba(21, 37, 34, 0) 59%), linear-gradient(180deg, rgba(21, 37, 34, 0) 81.67%, #152522 101.02%);
    z-index: 2;
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: transparent;
  }
  #header.header-section .header-main {
    width: 100%;
  }
  #header.header-section .header-main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
  #header.header-section .header-main .main-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
    background: unset;
    box-shadow: none;
  }
  #header.header-section .header-main .main-wrapper .logo {
    display: block;
    width: 15.4166666667vw;
    height: 6.25vw;
    background: none;
    box-shadow: none;
  }
  #header.header-section .header-main .main-wrapper .logo .main-logo {
    width: 15.4166666667vw;
    height: 6.25vw;
  }
  #header.header-section .header-main .main-wrapper .nav-menu {
    display: block;
    padding-left: 8.8541666667vw;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 3.6458333333vw;
    padding: unset;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.current-menu-item {
    position: relative;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.current-menu-item a {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children {
    position: relative;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children a {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children:hover {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.menu-item-has-children:hover .sub-menu {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item.active {
    color: #658F47;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item:last-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 3.125vw;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) translateX(-6.5625vw);
    top: 50%;
    margin-left: 10.78125vw;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item a {
    color: #ffffff;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: 166%;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item a .active {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item a:hover {
    color: #aab299;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item a:hover::after {
    height: 100%;
  }
  #header.header-section .header-main .main-wrapper .nav-menu ul#primary li.menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.2604166667vw;
    height: 0.15625vw;
    background-color: #658F47;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav {
    display: none;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .button_container {
    height: 1.5625vw;
    width: 0.5208333333vw;
    position: absolute;
    top: 41%;
    left: 78%;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .button_container .textarea.more-menu {
    margin-left: 0;
    margin-top: 0vw;
    color: #f5f5f5;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 166%;
    text-transform: uppercase;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 3.125vw;
    background-color: #ffffff;
    transform: translateY(-50%);
    top: 50%;
    margin-left: 8.3333333333vw;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay#overlay.open {
    margin-left: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap {
    padding-right: 5.2083333333vw;
    position: relative;
    width: 50%;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .menu-side-img-wrap {
    position: relative;
    display: block;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .menu-side-img-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(21, 37, 34, 0.7);
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .menu-side-img-wrap .menu-img {
    width: 100%;
    height: 50.6770833333vw;
    object-fit: cover;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap {
    position: absolute;
    top: 25.3645833333vw;
    left: 4.4270833333vw;
    bottom: 5.2083333333vw;
    display: block;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .tagline-wrap {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 4.1666666667vw;
    line-height: 4.1666666667vw;
    padding-bottom: 2.96875vw;
    display: block;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.6041666667vw;
    gap: unset;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .contact-wrapper .call-us-wrap {
    display: block;
    color: #ffffff;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    letter-spacing: -0.01875vw;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .contact-wrapper .contact-no-wrap {
    width: 100%;
    display: block;
    text-align: center;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .contact-wrapper .contact-no-wrap a {
    color: #afc2ac;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 2.0833333333vw;
    font-weight: 900;
    line-height: 1.5104166667vw;
    letter-spacing: -0.0416666667vw;
    text-decoration: none !important;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .book-now-mobile {
    display: none;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .address-wrap {
    color: #ffffff;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    letter-spacing: -0.01875vw;
    padding-bottom: 1.0416666667vw;
    display: block;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .email-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5.2083333333vw;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .email-wrap .email-name-wrap {
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.09375vw;
    letter-spacing: -0.0208333333vw;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-img-wrap .more-menu-detail-wrap .email-wrap .email-add-wrap a {
    color: #ffffff;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.09375vw;
    letter-spacing: -0.01875vw;
    text-decoration: none !important;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap {
    width: 50%;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .more-menu-logo-wrap {
    margin-bottom: 40%;
    display: block;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .more-menu-logo-wrap .more-menu-logo {
    width: 15.4166666667vw;
    height: 7.2916666667vw;
    background: #ffffff;
    box-shadow: 0vw 0.5208333333vw 1.6145833333vw 0vw rgba(210, 222, 220, 0.2);
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap nav.overlay-menu {
    margin-top: unset;
    border-bottom: unset;
    padding-bottom: unset;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap nav.overlay-menu .menu-mobile-menu-container ul#mobile-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap nav.overlay-menu .menu-mobile-menu-container ul#mobile-menu li a {
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    font-size: 2.3958333333vw;
    line-height: 4.6875vw;
    text-transform: uppercase;
    padding-left: 1.0416666667vw;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap nav.overlay-menu .menu-mobile-menu-container ul#mobile-menu li a:hover {
    color: #658F47;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap .menu-hand-vec-wrap {
    display: block;
  }
  #header.header-section .header-main .main-wrapper .mobile-nav .overlay .more-menu-detail-side-img-wrap .menu-vector-img-wrap .menu-hand-vec-wrap svg.lotus-hand {
    width: 15%;
    height: 55%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #header.header-section .header-main .main-wrapper a.booknow {
    background: #e4eec1;
    filter: drop-shadow(0px 4px 70px rgba(171, 6, 52, 0.2));
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    color: #142421;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    font-weight: 600;
    line-height: 1.0416666667vw;
    text-transform: uppercase;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: zoomInOut 2s infinite alternate;
    padding: 2.6041666667vw;
    background-image: linear-gradient(to right, #e4eec1 0%, #3c7136 51%, #e4eec1 100%);
    background-size: 200% auto;
    background-position: left top;
    margin-left: 7.8125vw;
    cursor: pointer;
  }
  /* Animations */
}
@media only screen and (min-width: 1200px) and (min-width: 3840px) {
  #header.header-section .header-main .main-wrapper a.booknow {
    margin-left: 6.7708333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  #header.header-section .header-main .main-wrapper a.booknow:hover {
    color: #000;
  }
  #header.header-section .header-main .main-wrapper a.booknow.active {
    transform: scale(0.95);
  }
  @keyframes zoomInOut {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  }
  .main-banner.inner-banner {
    position: relative;
  }
  .main-banner.inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #162623 20%, rgba(43, 64, 57, 0) 100%);
    height: 20.4166666667vw;
    opacity: 0.75;
    z-index: 2;
  }
  .main-banner.inner-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.625vw;
    background: linear-gradient(359deg, #162623 20%, rgba(43, 64, 57, 0) 92%);
    height: 13.03125vw;
    opacity: 1.95;
    z-index: 2;
  }
  .main-banner.inner-banner .main-slider-wrapper {
    position: relative;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item {
    position: relative;
    height: 39.0625vw;
    overflow: hidden;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item picture {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: zoomInSlow 15s ease-in-out forwards;
    transform: scale(1.2);
    z-index: 1;
    position: relative;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 12.5vw;
    text-align: center;
    z-index: 3;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .banner-title {
    font-family: "Gabarito", sans-serif;
    font-size: 3.125vw;
  }
  @keyframes zoomInSlow {
    from {
      transform: scale(1.2);
    }
    to {
      transform: scale(1);
    }
  }
  .navigation {
    padding: 1.0416666667vw 12.5vw;
    z-index: 9999;
  }
  .hero-banner-section {
    position: relative;
    height: 51.5625vw;
    overflow: hidden;
  }
  .hero-banner-section .banner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .hero-banner-section .banner-wrap .banner-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease-in-out forwards;
  }
  .hero-banner-section .banner-wrap .banner-layer-1 {
    opacity: 1;
    transform: scale(1);
    animation: fadeInUp 4.5s ease-in-out forwards;
  }
  .hero-banner-section .banner-wrap .banner-layer-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(21, 37, 34, 0.44) 52.01%, rgba(57, 81, 67, 0) 100%), linear-gradient(180deg, #152522 0%, rgba(21, 37, 34, 0) 59%), linear-gradient(180deg, rgba(21, 37, 34, 0) 81.67%, #152522 101.02%);
    height: 100%;
    z-index: 2;
    display: block;
  }
  .hero-banner-section .banner-wrap .banner-layer-2 {
    animation-delay: 0.5s;
    opacity: 0.7;
    z-index: 2;
  }
  .hero-banner-section .banner-wrap .banner-layer-3 {
    z-index: 2;
    animation: fadeInUp 3s ease-in-out forwards;
    animation-delay: 2s;
    display: block;
  }
  .hero-banner-section .banner-wrap .banner-layer-4 {
    animation-delay: 0.5s;
    opacity: 0.7;
    z-index: 4;
  }
  .hero-banner-section .banner-wrap .clouds-layer {
    display: block;
    position: absolute;
    width: 80%;
    height: 100%;
    animation: slowClouds 80s linear infinite;
  }
  .hero-banner-section .banner-wrap .clouds-layer img {
    width: 100%;
    height: 80%;
  }
  @keyframes slowClouds {
    0% {
      transform: translate(-120%, 0);
      opacity: 0;
    }
    10% {
      transform: translate(-100%, 0);
      opacity: 1;
    }
    40% {
      transform: translate(-30%, 0);
      opacity: 1;
    }
    70% {
      transform: translate(30%, 0);
      opacity: 1;
    }
    100% {
      transform: translate(120%, 0);
      opacity: 0;
    }
  }
  .hero-banner-section .banner-wrap .clouds-layers {
    position: absolute;
    width: 50%;
    height: auto;
    animation: slowVerticalClouds 150s linear infinite;
  }
  .hero-banner-section .banner-wrap .clouds-layers img {
    width: 100%;
    height: auto;
  }
  @keyframes slowVerticalClouds {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    20% {
      transform: translateY(50%);
      opacity: 1;
    }
    /* Static in center with visibility toggle */
    40% {
      opacity: 1;
    }
    95% {
      opacity: 0;
    }
    100% {
      opacity: 0.75;
    }
  }
  .hero-banner-section .banner-content {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .hero-banner-section .banner-content .banner-inner-texts {
    color: #ffffff;
  }
  .hero-banner-section .banner-content .banner-inner-texts .sub-tagline {
    text-align: start;
    position: relative;
    top: -3.125vw;
    left: 0.5208333333vw;
  }
  .hero-banner-section .banner-content .banner-inner-texts .sub-tagline.mob-dispaly {
    display: none;
  }
  .hero-banner-section .banner-content .desktop-dispaly {
    display: block;
    position: relative;
    top: -1.729171875vw;
    left: 0.5208333333vw;
  }
  .hero-banner-section .banner-content .banner-contact-information {
    display: block;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2.0833333333vw;
    position: absolute;
    top: 136%;
    left: -25%;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-number {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.78125vw;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-number .contact-tel-icon img {
    width: 0.8333333333vw;
    height: 0.78125vw;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-number .contact-detail-text {
    color: #e0e1db;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-number .contact-detail-text a {
    color: #e0e1db;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
    text-decoration: none;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-number .contact-detail-text a:hover {
    color: #e4eec1;
    transition: all 0.25s;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-email {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.78125vw;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-email .email-mail-icon img {
    width: 0.8333333333vw;
    height: 0.78125vw;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-email .email-detail-text {
    color: #e0e1db;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-email .email-detail-text a {
    color: #e0e1db;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
    text-decoration: none;
  }
  .hero-banner-section .banner-content .banner-contact-information .banner-contact-email .email-detail-text a:hover {
    color: #e4eec1;
    transition: all 0.25s;
  }
  .hero-banner-section .banner-content .scroll-down {
    position: absolute;
    top: 26.0416666667vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 8.3333333333vw;
    right: 5.2083333333vw;
    transform: rotate(-90deg);
    transform-origin: right;
    overflow: hidden;
    bottom: unset;
  }
  .hero-banner-section .banner-content .scroll-down .up-text {
    position: relative;
    width: 100%;
    text-align: right;
    display: block;
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    font-size: 0.5208333333vw;
    font-style: normal;
    font-weight: 900;
    line-height: 1.8229166667vw;
    letter-spacing: 0.28125vw;
    text-transform: uppercase;
  }
  .hero-banner-section .banner-content .scroll-down .up-text::after {
    position: absolute;
    content: "";
    height: 0.1041666667vw;
    width: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 1.25vw;
    left: 0;
  }
  .hero-banner-section .banner-content .scroll-down .up-text::before {
    position: absolute;
    content: "";
    height: 0.1041666667vw;
    width: 0;
    border-radius: 24px;
    background: #ffffff;
    right: 0 !important;
    animation: wave 3s linear infinite forwards;
    z-index: 99;
    bottom: 0;
  }
  @keyframes wave {
    from {
      width: 0%;
    }
    to {
      width: 100%;
      right: 100%;
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* More Menu Styles */
.header-section a {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.header-section a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: 0.35s ease;
}
.header-section a:hover:after, .header-section a:focus:after, .header-section a.active:after {
  width: 100%;
}

h1 {
  position: relative;
  text-align: center;
  font-family: "Gabarito", sans-serif;
}

.button_container {
  position: fixed;
  top: 5%;
  right: 17%;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container .top {
  background: #ffffff;
  width: 20px;
}
.button_container .middle {
  background: #ffffff;
  width: 30px;
}
.button_container .bottom {
  background: #ffffff;
  width: 15px;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #ffffff;
  width: 30px;
}
.button_container.active .middle {
  opacity: 0;
  background: #ffffff;
  width: 30px;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #ffffff;
  width: 30px;
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 20px;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #152522;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  font-family: "Gabarito", sans-serif;
  font-size: 46px;
  line-height: 90px;
  text-transform: uppercase;
  padding-left: 48px;
}
.overlay ul li a:hover {
  color: #658f47;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a.active:after {
  height: 5.2083333333vw;
  width: 3px;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background: #658f47;
  transition: 0.35s;
  width: 0;
  height: 0;
  transform: rotate(360deg);
  flex-shrink: 0;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* More Menu Styles */
body.no-scroll {
  overflow-x: visible;
}

@font-face {
  font-family: "Volgarie";
  src: url("../fonts/volgarie-volgarie-regular-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Gabarito", sans-serif;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.72px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  width: fit-content;
}
.btn a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #000000;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  margin-bottom: 0 !important;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.72px;
}

p {
  margin-bottom: 0 !important;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.72px;
}

input {
  border: none;
  background: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

section {
  padding-left: 25px;
  padding-right: 25px;
}

section.main-banner.inner-banner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

section.hero-banner-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.headline-banner-main {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .headline-banner-main {
    font-size: 146px !important;
    padding-top: 65px !important;
  }
}
.headline-banner-main span.main-next-row {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
}

.headline-banner-sub {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.headline-main {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  padding-top: 27px;
}

.heading-inners {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.headline-sub {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: -5px;
}

.button-wrap {
  background: #0C1211;
  border-radius: 40px;
  display: inline-flex;
  height: 46px;
  padding: 24px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.button-wrap a.button-primary {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-wrap:hover {
  background: #E4EEC1;
  transition: 0.5s ease-in-out;
}
.button-wrap:hover a.button-primary {
  color: #142421;
}

.button-secondary-wrap {
  border-radius: 40px;
  background: #E4EEC1;
  display: inline-flex;
  height: 46px;
  padding: 24px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.button-secondary-wrap a.button-secondary {
  color: #142421;
  font-family: "Gabarito", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
}
.button-secondary-wrap:hover {
  background: #0C1211;
  transition: 0.5s ease-in-out;
}
.button-secondary-wrap:hover a.button-secondary {
  color: #ffffff;
}

.button-text {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.para-content {
  color: #1C3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.52px;
}

span.text-next-row {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  line-height: 23px;
  letter-spacing: -0.32px;
  text-align: center;
  font-size: 18px;
}

span.heading-next-row {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 175%;
}

.arrow-back,
.arrow-next {
  position: absolute;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  font-size: 0;
  top: auto;
  bottom: auto;
  transform: translateY(-50%);
  cursor: pointer;
}
.arrow-back::before,
.arrow-next::before {
  display: none;
}

.arrow-back {
  left: 130px;
  background-image: url("../images/icons/prev-arrow.png");
  fill: #ffffff;
}

.arrow-next {
  right: 130px;
  background-image: url("../images/icons/next-arrow.png");
  fill: #ffffff;
}

.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #AFC2AC;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li {
  display: flex;
  align-items: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5rem;
  color: #000000;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a {
  text-decoration: none;
  color: #162623;
  font-weight: 400;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a:hover {
  color: #658F47;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child { /* Styles for the last breadcrumb */
  font-weight: 500;
  color: #858666;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child::after {
  content: none;
}
.breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child span {
  pointer-events: none;
  color: #858666;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinright {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spinright {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spinright {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
img.experiences-image {
  animation: 200s linear 0s infinite normal none running spin;
}

/* Parent container */
.parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* The typewriter effect */
.typewriter {
  overflow: hidden;
  border-right: 2px solid #658F47;
  white-space: nowrap;
  margin: 0 auto;
  animation: typing 10s steps(40, end) infinite, blink-caret 0.75s step-end infinite;
  text-align: center;
}

/* The typing effect */
@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #658F47;
  }
}
.play-video-icon {
  background: url("../images/icons/play-button.png") no-repeat;
  background-size: contain;
  width: 60.938px;
  height: 60.938px;
  flex-shrink: 0;
}

.circle-stroke {
  background: #AEC1AB;
  border: 1px dashed #152522;
  stroke: #152522;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 29.17px;
}

/* For Webkit-based Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 20px; /* Adjust scrollbar width */
  height: 20px; /* Adjust scrollbar height (for horizontal scrollbars) */
}

::-webkit-scrollbar-track {
  background: #E4EEC1; /* Track background color */
}

::-webkit-scrollbar-thumb {
  background-color: #395143; /* Scrollbar color */
  border-radius: 10px; /* Rounded edges */
  border: 2px solid #E4EEC1; /* Optional: Adds spacing around the thumb */
}

/* For Firefox */
html {
  scrollbar-width: thin; /* Options: auto, thin */
  scrollbar-color: #395143 #E4EEC1; /* Thumb color and track color */
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--white-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #658F47;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #658F47;
}

/* Custom Scrollbar for Fancybox */
.fancybox-content {
  scrollbar-width: thin;
  scrollbar-color: #395143 #E4EEC1;
  overflow-y: auto;
  height: 600px;
}

/* Webkit-based browsers (Chrome, Edge, Safari) */
.fancybox-content::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

.fancybox-content::-webkit-scrollbar-track {
  background: #E4EEC1;
}

.fancybox-content::-webkit-scrollbar-thumb {
  background-color: #395143;
  border-radius: 10px;
  border: 2px solid #E4EEC1;
}

/* Custom Scrollbar for Webkit-based browsers (Chrome, Safari, Edge) */
.offer-popup-content::-webkit-scrollbar {
  width: 10px;
}

.offer-popup-content::-webkit-scrollbar-track {
  background: #E4EEC1;
}

.offer-popup-content::-webkit-scrollbar-thumb {
  background-color: #658F47;
  border-radius: 10px;
  border: 2px solid #E4EEC1;
}

.load-more-wrap #load-more {
  background-color: unset;
  border: none;
}
.load-more-wrap #load-more.load-more-btn {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.load-more-wrap #load-less {
  background-color: unset;
  border: none;
}
.load-more-wrap #load-less.load-less-btn {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  section {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
  .headline-banner-main {
    font-size: 5.2083333333vw;
    line-height: 9.1145833333vw;
    text-align: end;
    color: rgba(255, 255, 255, 0.6);
  }
  .headline-banner-main span.main-next-row {
    font-size: 11.9791666667vw;
    line-height: 6.25vw;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .headline-banner-sub {
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    font-size: 1.3541666667vw !important;
    line-height: normal;
  }
  .heading-inners {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 2.5vw;
  }
  .headline-sub {
    font-size: 0.9375vw;
    line-height: 88%;
  }
  .para-content {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    text-align: justify;
  }
  .button-wrap {
    height: 3.125vw;
    border-radius: 2.0833333333vw;
    padding: 1.25vw 2.6041666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.5208333333vw;
  }
  .button-wrap a.button-primary {
    font-size: 0.8333333333vw;
    line-height: 1.8229166667vw;
    letter-spacing: 0.0833333333vw;
    text-transform: uppercase;
  }
  .button-wrap:hover {
    background: #E4EEC1;
    transition: 0.5s ease-in-out;
  }
  .button-wrap:hover a.button-primary {
    color: #142421;
  }
  .button-secondary-wrap {
    width: 12.5vw;
    height: 3.125vw;
    padding: 1.25vw 2.6041666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.5208333333vw;
    flex-shrink: 0;
  }
  .button-secondary-wrap a.button-secondary {
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 1.8229166667vw;
    letter-spacing: 0.0833333333vw;
    text-transform: uppercase;
  }
  .button-secondary-wrap:hover {
    background: #658F47;
    transition: 0.5s ease-in-out;
  }
  .button-secondary-wrap:hover a.button-secondary {
    color: #ffffff;
  }
  .play-video-icon {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .circle-stroke {
    width: 6.25vw;
    height: 6.25vw;
    padding: 1.4583333333vw;
  }
  .breadcrumb-wrapper {
    text-align: center;
    border-bottom: 0.0260416667vw solid rgba(175, 194, 172, 0.6431372549);
    width: 52.0833333333vw;
    margin: 0 auto;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs {
    padding-top: 3.125vw;
    padding-bottom: 1.5625vw;
    border-bottom: 0.0260416667vw solid rgba(175, 194, 172, 0.11);
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li {
    font-size: 0.9375vw;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 0.5rem;
    color: #000000;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a {
    text-decoration: none;
    color: #162623;
    font-weight: 400;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li a:hover {
    color: #658F47;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child { /* Styles for the last breadcrumb */
    font-weight: 500;
    color: #858666;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child::after {
    content: none;
  }
  .breadcrumb-wrapper .bredcrumbswrap ol.bredcrumbs li:last-child span {
    pointer-events: none;
    color: #858666;
  }
  svg.flower-left {
    transform: scaleX(-1);
  }
  svg.flower-right {
    transform: scaleX(1);
  }
  @keyframes draw {
    from {
      stroke-dasharray: 0, 1000;
    }
    to {
      stroke-dasharray: 1000, 0;
    }
  }
  .animated-svg .draw-path {
    stroke: rgba(255, 255, 255, 0.3294117647);
    stroke-width: 1;
    fill: none;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: none;
  }
  .animated-svg.in-view .draw-path {
    animation: draw 2s linear forwards;
  }
  .notification-bell-section .notification-bell-icon img.bell-icon {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    animation: bellRing 2s ease-in-out infinite;
  }
  @keyframes bellRing {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-10deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(10deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}
#scrolltop {
  display: inline-block;
  background-color: #AEC1AB;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: 0.3s all, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

#scrolltop::after {
  content: "\f077";
  font-family: FontAwesome, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 30px;
  color: #fff;
}

#scrolltop:hover {
  cursor: pointer;
  background-color: #0A0A0A;
}

#scrolltop:active {
  background-color: #0A0A0A;
}

#scrolltop.show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1200px) {
  #scrolltop {
    display: inline-block;
    background-color: #AEC1AB;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    text-align: center;
    border-radius: 0.2083333333vw;
    position: fixed;
    bottom: 1.5625vw;
    right: 1.5625vw;
    transition: 0.3s all, opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
  }
  #scrolltop::after {
    content: "\f077";
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 2.6041666667vw;
    color: #fff;
  }
}
.booking-mask {
  background: linear-gradient(180deg, #162623 0%, #000 104.53%);
  position: relative;
  top: 70%;
  width: 100%;
  height: 540px;
  padding-top: 0px;
}
.booking-mask__container {
  border-radius: 50px;
  border: 1px solid #AEC1AB;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  height: 370px;
}
.booking-mask__field--check-in, .booking-mask__field--check-out, .booking-mask__field--adults, .booking-mask__field--children {
  display: flex;
  padding-bottom: 30px;
}
.booking-mask__field--check-in:last-child, .booking-mask__field--check-out:last-child, .booking-mask__field--adults:last-child, .booking-mask__field--children:last-child {
  padding-bottom: 0px;
}
.booking-mask__field--check-in label, .booking-mask__field--check-out label, .booking-mask__field--adults label, .booking-mask__field--children label {
  color: #FFF;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  width: 50%;
}
.booking-mask__field--check-in__input .booking-mask-value, .booking-mask__field--check-out__input .booking-mask-value, .booking-mask__field--adults__input .booking-mask-value, .booking-mask__field--children__input .booking-mask-value {
  background: transparent;
}
.booking-mask__button {
  color: #FFF;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: none;
}
.booking-mask input#check-out {
  color: #FFF;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.booking-mask input#check-out::placeholder {
  color: #FFF;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.booking-mask input#check-in {
  color: #FFF;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.booking-mask input#check-in::placeholder {
  color: #FFF;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.booking-mask .booking-mask__input img {
  width: 23px;
  height: 23px;
}

.booking-mask__container {
  border-radius: 50px;
  border: 1px solid #AEC1AB;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: fit-content;
}
.booking-mask__button {
  cursor: pointer;
}
.booking-mask__button .button-primary {
  cursor: pointer;
}
.booking-mask span.booking-mask__value {
  background: transparent;
}
.booking-mask span.booking-mask__value select {
  background: transparent;
  border: none;
  color: white;
}
.booking-mask span.booking-mask__value select:focus-visible {
  outline: none;
}
.booking-mask span.booking-mask__value select:focus {
  outline: none;
}
.booking-mask span.booking-mask__value select option {
  color: #000;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.booking-mask .booking-mask__input {
  width: 50%;
  display: flex;
}
.booking-mask .booking-mask__input img {
  width: 23px;
  height: 23px;
}

.welcome-section {
  background-color: #FCFCFC;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 16px;
  margin-top: 0px;
  margin-top: -120px;
}
.welcome-section .welcome-image-wrapper .image-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.welcome-section .welcome-image-wrapper .image-wrap .image-one {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.welcome-section .welcome-image-wrapper .image-wrap .image-two {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.welcome-section .welcome-content-wrapper {
  width: 100%;
  box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
}
.welcome-section .welcome-content-wrapper .welcome-headline-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.features-destination-slider-wrapper {
  padding: unset;
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 60px;
}
.features-destination-slider-wrapper .destination-animated-hand-wrap .animated-svg-home {
  display: none;
}
.features-destination-slider-wrapper .destination-title-wrap {
  padding-left: 63px;
  padding-right: 63px;
  padding-bottom: 33px;
}
.features-destination-slider-wrapper .destination-title-wrap .headline-main {
  padding-top: 34px !important;
}
.features-destination-slider-wrapper .custom-slider-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
}
.features-destination-slider-wrapper .custom-slider-button .slider-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.features-destination-slider-wrapper .custom-slider-button .slider-btn.destination-prev-btn img, .features-destination-slider-wrapper .custom-slider-button .slider-btn.destination-next-btn img {
  width: 20px;
  height: 20px;
}
.features-destination-slider-wrapper .custom-slider-button .custom_paging li {
  display: none;
}
.features-destination-slider-wrapper .custom-slider-button li.slick-active {
  display: block !important;
  list-style: none !important;
}
.features-destination-slider-wrapper .custom-slider-button .slider-count .custom-slider-count_destination ul.custom_paging_destination {
  padding: unset;
}
.features-destination-slider-wrapper .custom-slider-button .slider-count .custom-slider-count_destination ul.custom_paging_destination li span {
  margin: 0 2px;
}
.features-destination-slider-wrapper .custom-slider-button .slider-count .custom-slider-count_destination ul.custom_paging_destination li span.active-num {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.features-destination-slider-wrapper .custom-slider-button .slider-count .custom-slider-count_destination ul.custom_paging_destination li span:nth-of-type(2) {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.features-destination-slider-wrapper .custom-slider-button .slider-count .custom-slider-count_destination ul.custom_paging_destination li span:nth-of-type(3) {
  color: #162623;
  font-family: "Volgarie", sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}
.features-destination-slider-wrapper .destination-slider-wrap {
  border: 1px solid rgba(34, 34, 34, 0.2);
  background: #FFF;
  padding: unset;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.features-destination-slider-wrapper .destination-slider-wrap .icon-text-slider-wrap .icon-feature-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.features-destination-slider-wrapper .destination-slider-wrap .icon-text-slider-wrap .icon-feature-wrap .circle-stroke {
  background: rgba(174, 193, 171, 0.5);
  border: 2px dashed #152522;
  stroke: #152522;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 29.17px;
}
.features-destination-slider-wrapper .destination-slider-wrap .icon-text-slider-wrap .icon-feature-wrap .ideal-icon {
  width: 41.667px;
  height: 41.667px;
  flex-shrink: 0;
}
.features-destination-slider-wrapper .destination-slider-wrap .icon-text-slider-wrap .icon-feature-wrap .icon-text {
  color: #1C3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}

.limited-offer-section {
  padding: unset;
}
.limited-offer-section .offers-detail-featured-wrap {
  position: relative;
  padding-bottom: 50px;
}
.limited-offer-section .offers-detail-featured-wrap .background-img-wrap {
  display: none;
  position: relative;
  width: 100% !important;
  height: 375px;
  object-fit: cover;
}
.limited-offer-section .offers-detail-featured-wrap .background-img-wrap::after {
  position: absolute;
  content: "";
  top: 105px;
  left: 0;
  right: 0;
  width: 100%;
  height: 54%;
  opacity: 1;
  z-index: 3;
}
.limited-offer-section .offers-detail-featured-wrap .background-img-wrap .offer-bg-img {
  position: relative;
  width: 100% !important;
  height: 375px;
  object-fit: cover;
}
.limited-offer-section .offers-detail-featured-wrap .background-img-wrap .offer-bg-img img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}
.limited-offer-section .offers-detail-featured-wrap .background-img-wrap video.offer-bg-video {
  width: 100%;
  height: 375px;
  object-fit: cover;
}
.limited-offer-section .offers-detail-featured-wrap .offers-title-wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
.limited-offer-section .offers-detail-featured-wrap .offers-title-wrap .offer-banner-title {
  position: absolute;
  top: -258px;
  left: 0;
  right: 0;
  content: "";
  z-index: 2;
}
.limited-offer-section .offers-detail-featured-wrap .offers-title-wrap .offer-banner-title .offer-banner-txt {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 50px;
  line-height: 28px;
  text-transform: uppercase;
}
.limited-offer-section .offers-detail-featured-wrap .offers-title-wrap .offer-banner-subtitle {
  margin-top: -215px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  width: 100%;
}
.limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap .offer-main-title {
  width: 233px;
}
.limited-offer-section .offers-featured-slider-wrap {
  padding-left: 25px;
  padding-right: 25px;
}
.limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-card-img-wrap .offers-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap {
  background: #FFF;
  box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 25px;
}
.limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .offer-percentage-value-wrap {
  color: #395143;
  font-family: "Volgarie", sans-serif;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
}
.limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
  color: #162623;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-sub-title-wrap {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 20px;
  text-align: center;
}
.limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-short-desc-wrap {
  color: #1C3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.52px;
  padding-bottom: 40px;
}
.limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.limited-offer-section .custom-slider-button {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.limited-offer-section .custom-slider-button .slider-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.limited-offer-section .custom-slider-button .slider-btn.offers-prev-btn img {
  width: 20px;
  height: 20px;
}
.limited-offer-section .custom-slider-button .slider-btn.offers-next-btn img {
  width: 20px;
  height: 20px;
}
.limited-offer-section .custom-slider-button .custom_paging li {
  display: none;
}
.limited-offer-section .custom-slider-button li.slick-active {
  display: block !important;
  list-style: none !important;
}
.limited-offer-section .custom-slider-button .slider-count .custom-slider-count_offers ul.custom_paging_offers {
  padding: unset;
}
.limited-offer-section .custom-slider-button .slider-count .custom-slider-count_offers ul.custom_paging_offers li span {
  margin: 0 2%;
}
.limited-offer-section .custom-slider-button .slider-count .custom-slider-count_offers ul.custom_paging_offers li span.active-num {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.limited-offer-section .custom-slider-button .slider-count .custom-slider-count_offers ul.custom_paging_offers li span:nth-of-type(2) {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.limited-offer-section .custom-slider-button .slider-count .custom-slider-count_offers ul.custom_paging_offers li span:nth-of-type(3) {
  color: #162623;
  font-family: "Volgarie", sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}

.testimonials-section {
  padding-bottom: 60px;
}
.testimonials-section .testimonials-heading-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-bottom: 50px;
}
.testimonials-section .testimonials-heading-wrap .testimonials-title-wrap {
  width: 201px;
}
.testimonials-section .testimonials-heading-wrap .testimonials-title-wrap .headline-main {
  align-items: center;
}
.testimonials-section .testimonials-heading-wrap .testimonials-sub-title-wrap {
  width: 193px;
}
.testimonials-section .testimonials-heading-wrap .testimonials-sub-title-wrap .headline-sub {
  align-items: center;
}
.testimonials-section .testimonials-img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: -60px;
  padding-left: 10px;
  padding-right: 10px;
}
.testimonials-section .testimonials-img-wrap .testimonials-r-img {
  position: relative;
  width: 100%;
  height: 325px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .testimonials-section .testimonials-img-wrap .testimonials-r-img {
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .testimonials-section .testimonials-img-wrap .testimonials-r-img {
    height: 100% !important;
  }
}
.testimonials-section .testimonials-heading-wrap.desktop-view {
  display: none;
}
.testimonials-section .testimonials-slider {
  height: 700px;
  position: relative;
  z-index: 9;
}
.testimonials-section .testimonials-slider .slick-track {
  padding-top: 60px;
}
.testimonials-section .testimonials-slider .testimonial-card {
  position: relative;
  margin: 0 10px;
}
.testimonials-section .testimonials-slider .testimonial-card img.quote-test {
  display: none;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-avatar-wrap {
  position: absolute;
  bottom: 92%;
  left: 35%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-avatar-wrap .testimonial-avatar {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  background: #ffffff;
  width: 100%;
  padding: 80px 25px 50px 25px;
  min-height: 500px;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-name-location-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-name-location-wrap .testimonial-name {
  font-family: "Gabarito", sans-serif;
  color: #1C3319;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.72px;
  text-align: center;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-name-location-wrap .testimonial-location {
  color: #1C3319;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-headline {
  font-family: "Gabarito", sans-serif;
  color: #395143;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  width: 100%;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-text {
  color: #1C3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.52px;
  width: 275px;
  max-height: 500px;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-text.scrollable-content {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 15px;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-text.scrollable-content::-webkit-scrollbar {
  width: 3px;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-text.scrollable-content::-webkit-scrollbar-thumb {
  background: #658F47;
  border-radius: 10px;
}
.testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-text.scrollable-content::-webkit-scrollbar-track {
  background: #A1A1A1;
}
.testimonials-section .custom-slider-button {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.testimonials-section .custom-slider-button .slider-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.testimonials-section .custom-slider-button .slider-btn.testimonials-next-btn img {
  width: 20px;
  height: 20px;
}
.testimonials-section .custom-slider-button .slider-btn.testimonials-prev-btn img {
  width: 20px;
  height: 20px;
}
.testimonials-section .custom-slider-button .custom_paging li {
  display: none;
}
.testimonials-section .custom-slider-button li.slick-active {
  display: block !important;
  list-style: none !important;
}
.testimonials-section .custom-slider-button .slider-count .custom-slider-count_news ul.custom_paging_news {
  padding: unset;
}
.testimonials-section .custom-slider-button .slider-count .custom-slider-count_news ul.custom_paging_news li span {
  margin: 0 2px;
}
.testimonials-section .custom-slider-button .slider-count .custom-slider-count_news ul.custom_paging_news li span.active-num {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.testimonials-section .custom-slider-button .slider-count .custom-slider-count_news ul.custom_paging_news li span:nth-of-type(2) {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.testimonials-section .custom-slider-button .slider-count .custom-slider-count_news ul.custom_paging_news li span:nth-of-type(3) {
  color: #162623;
  font-family: "Volgarie", sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}

.connect-us-section {
  padding: unset;
}
.connect-us-section .connect-us-banner-wrap {
  position: relative;
}
.connect-us-section .connect-us-banner-wrap picture {
  position: relative;
}
.connect-us-section .connect-us-banner-wrap picture::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(21, 37, 34, 0) 9.63%, rgba(21, 37, 34, 0.5) 27.83%, rgba(21, 37, 34, 0.6) 40.73%, rgba(21, 37, 34, 0.8) 64.87%);
  height: 150px;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  .connect-us-section .connect-us-banner-wrap picture::before {
    display: none;
  }
}
@media only screen and (width: 820px) and (height: 1180px) {
  .connect-us-section .connect-us-banner-wrap picture::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(21, 37, 34, 0) 9.63%, rgba(21, 37, 34, 0.5) 27.83%, rgba(21, 37, 34, 0.6) 40.73%, rgb(21, 37, 34) 96.87%);
    height: 150px;
    pointer-events: none;
  }
}
.connect-us-section .connect-us-banner-wrap picture img.connect-us-bg-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.connect-us-section .connect-us-detail-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-bottom: 50px;
  background-color: #152522;
}
.connect-us-section .connect-us-detail-wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  background: linear-gradient(270deg, rgba(21, 37, 34, 0) 9.63%, #152522 27.83%, #152522 40.73%, #152522 64.87%);
}
.connect-us-section .connect-us-detail-wrap .connect-title-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.connect-us-section .connect-us-detail-wrap .connect-title-wrap .connect-us-main-title-wrap {
  position: relative;
  z-index: 2;
  width: 250px;
}
.connect-us-section .connect-us-detail-wrap .connect-title-wrap .connect-us-main-title-wrap .headline-main {
  color: #ffffff;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  line-height: 50px;
}
.connect-us-section .connect-us-detail-wrap .connect-us-content-wrap {
  color: #ffffff;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.52px;
  padding: 0 50px;
}
.gallery-featured-section {
  padding: unset;
  padding-bottom: 120px;
  position: relative;
}
.gallery-featured-section .gallery-title-wrap {
  padding: 60px 25px 50px 25px;
}
.gallery-featured-section .gallery-title-wrap .headline-main {
  padding: 0 38px;
}
.gallery-featured-section .custom-slider-button {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
}
.gallery-featured-section .custom-slider-button .slider-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.gallery-featured-section .custom-slider-button .slider-btn.gallery-prev-btn img, .gallery-featured-section .custom-slider-button .slider-btn.gallery-next-btn img {
  width: 20px;
  height: 20px;
}
.gallery-featured-section .custom-slider-button .custom_paging li {
  display: none;
}
.gallery-featured-section .custom-slider-button li.slick-active {
  display: block !important;
  list-style: none !important;
}
.gallery-featured-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery {
  padding: unset;
}
.gallery-featured-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span {
  margin: 0 5px;
}
.gallery-featured-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span.active-num, .gallery-featured-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span:nth-of-type(2) {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.gallery-featured-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span:nth-of-type(3) {
  color: #162623;
  font-family: "Volgarie", sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}
.gallery-featured-section .gallery-slider {
  padding: unset;
  width: 100%;
}
.gallery-featured-section .gallery-slider .gallery-slider-wrapper .gallery-slide {
  width: 250px;
  height: 325px;
  object-fit: cover;
  padding: 0 10px;
}
.gallery-featured-section .gallery-slider .gallery-slider-wrapper .gallery-slide img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}

@media only screen and (width: 1024px) and (height: 1366px) {
  .gallery-featured-section .custom-slider-button {
    bottom: 82px;
  }
}
.instagram-highlighted-section .instagram-title-icon-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}
.instagram-highlighted-section .follow-us-username-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding-bottom: 50px;
}
.instagram-highlighted-section .follow-us-username-wrap .follow-us-wrap {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 23px;
}
.instagram-highlighted-section .follow-us-username-wrap .insta-username {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-transform: lowercase;
}
.instagram-highlighted-section .follow-us-username-wrap .insta-username a {
  color: #858666;
  text-decoration: none;
}
.instagram-highlighted-section .instagram-highlighted-slider {
  padding-bottom: 60px;
}
.instagram-highlighted-section .instagram-highlighted-slider .instagram-slide .insta-img-tile {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.instagram-highlighted-section .instagram-highlighted-slider .instagram-follow {
  position: relative;
}
.instagram-highlighted-section .instagram-highlighted-slider .instagram-follow::before {
  background-image: url("../images/gallery-square.png");
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 325px;
}
.instagram-highlighted-section .instagram-highlighted-slider .instagram-follow .instagram-follow-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 100px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .instagram-highlighted-section .instagram-highlighted-slider .instagram-follow .instagram-follow-card {
    padding: 0;
    padding-top: 100px;
  }
}
.instagram-highlighted-section .instagram-highlighted-slider .instagram-follow .instagram-follow-card .follow-us-wrap {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.instagram-highlighted-section .instagram-highlighted-slider .instagram-follow .instagram-follow-card .insta-username {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-transform: lowercase;
  cursor: pointer;
}
.instagram-highlighted-section .instagram-highlighted-slider .instagram-follow .instagram-follow-card .insta-username a {
  color: #858666;
  text-decoration: none;
}
.instagram-highlighted-section .instagram-highlighted-slider .instagram-follow svg.lotus-hand {
  position: absolute;
  top: 27%;
  left: 35%;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .booking-mask {
    width: 100%;
    height: 540px;
    padding-top: 70px;
    top: 86%;
  }
  .booking-mask__container {
    width: 72%;
    padding: 50px;
  }
  .booking-mask__field--check-in:last-child, .booking-mask__field--check-out:last-child, .booking-mask__field--adults:last-child, .booking-mask__field--children:last-child {
    padding-bottom: 0px;
  }
  .booking-mask__button {
    font-size: 18px;
  }
  .booking-mask .booking-mask__input {
    padding-left: 82px;
  }
  .welcome-section {
    margin-top: 2px;
  }
  .welcome-section .welcome-image-wrapper .image-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .booking-mask {
    width: 100%;
    height: 540px;
    padding-top: 70px;
    top: 87%;
  }
  .limited-offer-section .offers-detail-featured-wrap {
    position: relative;
    padding-bottom: 30px;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
  }
  .limited-offer-section .offers-detail-featured-wrap .background-img-wrap {
    position: relative;
    width: 100% !important;
    height: 500px;
    object-fit: cover;
  }
  .limited-offer-section .offers-detail-featured-wrap .background-img-wrap picture.offer-bg-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  .limited-offer-section .slick-list.draggable {
    box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-card-img-wrap .offers-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .testimonials-section .testimonials-img-wrap .testimonials-r-img {
    position: relative;
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: center;
  }
  .testimonials-section .testimonials-slider .testimonial-card .testimonial-content {
    min-height: 535px;
  }
  .connect-us-section {
    position: relative;
  }
  .connect-us-section::before {
    position: absolute;
    content: "";
    bottom: 390px;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #152522 25.03%, rgba(21, 37, 34, 0) 100%);
    z-index: 3;
    height: 150px;
  }
}
@media only screen and (min-width: 992px) and (min-height: 1366px) {
  .connect-us-section::before {
    bottom: 386px;
  }
}
@media only screen and (min-width: 992px) {
  .connect-us-section .connect-us-banner-wrap picture img.connect-us-bg-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
  }
  .gallery-featured-section .gallery-slider .gallery-slider-wrapper .gallery-slide {
    width: 250px;
    height: 500px;
    object-fit: cover;
    padding: 0 10px;
  }
  .gallery-featured-section .gallery-slider .gallery-slider-wrapper .gallery-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .booking-mask {
    background: linear-gradient(180deg, #162623 0%, #000 104.53%);
    width: 100%;
    position: absolute;
    top: unset;
    padding-top: 0vw;
  }
  .booking-mask__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-radius: 5.2083333333vw;
    border: 0.0520833333vw solid #AEC1AB;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0.2083333333vw 0.2083333333vw 0.2083333333vw 0vw rgba(0, 0, 0, 0.25);
    width: 90%;
    margin: 3.3854166667vw 5.2083333333vw auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    height: 6.3541666667vw;
  }
  .booking-mask__field {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0 1rem;
    text-align: center;
    gap: 0.5208333333vw;
    align-items: center;
    padding-bottom: 0vw;
  }
  .booking-mask__field:not(:first-child):not(:last-child)::after {
    content: "";
    width: 0.1041666667vw;
    height: 2.7604166667vw;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    margin-left: -15%;
    position: absolute;
  }
  .booking-mask__field--check-in label, .booking-mask__field--check-out label, .booking-mask__field--adults label, .booking-mask__field--children label {
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 1.0416666667vw;
    font-weight: 500;
    line-height: normal;
  }
  .booking-mask__field--check-in__input, .booking-mask__field--check-out__input, .booking-mask__field--adults__input, .booking-mask__field--children__input {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7d857d;
    border-radius: 1.0416666667vw;
    padding: 0.5rem 1rem;
    cursor: pointer;
  }
  .booking-mask__field--check-in__input .booking-mask__icon, .booking-mask__field--check-out__input .booking-mask__icon, .booking-mask__field--adults__input .booking-mask__icon, .booking-mask__field--children__input .booking-mask__icon {
    margin-right: 0.5rem;
  }
  .booking-mask__field--check-in__input .booking-mask__icon--calendar, .booking-mask__field--check-out__input .booking-mask__icon--calendar, .booking-mask__field--adults__input .booking-mask__icon--calendar, .booking-mask__field--children__input .booking-mask__icon--calendar {
    background-image: url("../images/icons/calendar-icon.svg");
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .booking-mask__field--check-in__input .booking-mask__icon--person, .booking-mask__field--check-out__input .booking-mask__icon--person, .booking-mask__field--adults__input .booking-mask__icon--person, .booking-mask__field--children__input .booking-mask__icon--person {
    background-image: url("../images/icons/biperson-fill.png");
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .booking-mask__field--check-in__input .booking-mask-value, .booking-mask__field--check-out__input .booking-mask-value, .booking-mask__field--adults__input .booking-mask-value, .booking-mask__field--children__input .booking-mask-value {
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: normal;
  }
  .booking-mask__button {
    height: 3.125vw;
    border-radius: 2.0833333333vw;
    padding: 1.25vw 2.6041666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.5208333333vw;
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1.6px;
  }
  .booking-mask__button .button-primary {
    line-height: 1.8229166667vw;
    letter-spacing: 0.0833333333vw;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
  }
  .booking-mask__button:hover {
    background: #E4EEC1;
    transition: 0.5s ease-in-out;
    color: #0C1211;
  }
  .booking-mask .booking-mask-value {
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: normal;
  }
  .booking-mask span.booking-mask__value {
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: normal;
  }
  .booking-mask span.booking-mask__value select {
    border: none;
    background: transparent;
    box-shadow: unset;
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 0.7291666667vw;
    line-height: normal;
  }
  .booking-mask span.booking-mask__value select option {
    color: #000;
    font-family: "Gabarito", sans-serif;
    font-size: 0.7291666667vw;
    line-height: normal;
  }
  .booking-mask input#check-out {
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 0.7291666667vw;
    font-style: normal;
    width: 70%;
  }
  .booking-mask input#check-out::placeholder {
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 0.7291666667vw;
    line-height: normal;
    width: 100%;
  }
  .booking-mask input#check-in {
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 0.7291666667vw;
    line-height: normal;
    width: 70%;
  }
  .booking-mask input#check-in::placeholder {
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 0.7291666667vw;
    font-style: normal;
    width: 100%;
  }
  .booking-mask .booking-mask__input {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 0.15625vw;
    padding-left: unset;
  }
  .booking-mask .booking-mask__input img {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
  .welcome-section {
    margin-bottom: 16.9270833333vw;
    margin-top: 16.9270833333vw;
  }
  .welcome-section .welcome-image-wrapper {
    position: relative;
    z-index: 2;
  }
  .welcome-section .welcome-image-wrapper .image-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.0416666667vw;
  }
  .welcome-section .welcome-image-wrapper .image-wrap .image-one {
    width: 44.1145833333vw !important;
    height: 37.1354166667vw !important;
    object-fit: cover;
  }
  .welcome-section .welcome-image-wrapper .image-wrap .image-two {
    width: 38.1770833333vw !important;
    height: 37.1354166667vw !important;
    object-fit: cover;
  }
  .welcome-section .welcome-content-wrapper {
    width: 36.875vw !important;
    position: absolute;
    top: 73.4375vw;
    left: 39.0629166667vw;
    z-index: 2;
    background: #FCFCFC;
    box-shadow: 0vw -0.9895833333vw 4.609375vw 0vw rgba(16, 29, 20, 0.29);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start !important;
    padding: 6.6666666667vw 5.4166666667vw !important;
    gap: 0vw;
  }
  .welcome-section .welcome-content-wrapper .welcome-headline-wrap {
    align-items: flex-start;
    gap: 0vw;
  }
  .welcome-section .welcome-content-wrapper .welcome-headline-wrap .main-headline {
    padding: 0vw 0vw 2.0833333333vw;
  }
  .welcome-section .welcome-content-wrapper .welcome-headline-wrap .main-headline .headline-main {
    text-align: left;
    width: 17.1875vw;
    padding: unset;
  }
  .welcome-section .welcome-content-wrapper .main-content {
    width: 26.0416666667vw !important;
    padding-bottom: 3.4895833333vw !important;
  }
  .welcome-section .welcome-content-wrapper .main-content.para-content {
    max-width: 26.0416666667vw !important;
    padding-bottom: 3.4895833333vw !important;
  }
  .features-destination-slider-wrapper {
    position: relative;
    margin-bottom: unset;
    padding-top: 0vw;
  }
  .features-destination-slider-wrapper .destination-animated-hand-wrap {
    background: rgba(210, 222, 220, 0.2);
    width: 50vw;
    height: auto;
    position: absolute;
    top: -20.8333333333vw;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
  }
  @keyframes draw {
    0% {
      stroke-dasharray: 0, 100%;
      opacity: 0;
    }
    100% {
      stroke-dasharray: 100%, 0;
      opacity: 1;
    }
  }
  .features-destination-slider-wrapper .destination-animated-hand-wrap .animated-svg-home {
    display: block;
    position: absolute;
    top: 2.34375vw;
    width: 21.9272395833vw;
    height: 38.1766145833vw;
    stroke: rgba(102, 102, 102, 0.4509803922);
    stroke-width: 1;
    fill: none;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 10s ease forwards;
    opacity: 0;
  }
  .features-destination-slider-wrapper .destination-animated-hand-wrap .animated-svg-home.in-view .home-animation-draw {
    animation: draw 10s linear forwards;
  }
  .features-destination-slider-wrapper .destination-title-wrap {
    position: absolute;
    top: 7.2916666667vw;
    right: 35.2083333333vw;
    max-width: 29.4791666667vw;
    padding: unset;
    z-index: 1;
    margin-top: -12.7083333333vw;
  }
  .features-destination-slider-wrapper .destination-title-wrap .headline-main {
    padding: unset;
  }
  .features-destination-slider-wrapper .custom-slider-button {
    position: unset !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    float: right;
    margin-right: 8.3333333333vw;
    margin-top: -2.8645833333vw;
  }
  .features-destination-slider-wrapper .custom-slider-button .slider-btn {
    background: none;
    border: none;
    cursor: pointer;
  }
  .features-destination-slider-wrapper .custom-slider-button .slider-btn.destination-prev-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .features-destination-slider-wrapper .custom-slider-button .slider-btn.destination-next-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .features-destination-slider-wrapper .custom-slider-button .custom_paging li {
    display: none;
  }
  .features-destination-slider-wrapper .custom-slider-button li.slick-active {
    display: block !important;
    list-style: none !important;
  }
  .features-destination-slider-wrapper .custom-slider-button .slider-count .custom-slider-count_destination ul.custom_paging_destination {
    padding: unset;
  }
  .features-destination-slider-wrapper .custom-slider-button .slider-count .custom-slider-count_destination ul.custom_paging_destination li span.active-num {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .features-destination-slider-wrapper .custom-slider-button .slider-count .custom-slider-count_destination ul.custom_paging_destination li span:nth-of-type(2) {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0.2604166667vw;
  }
  .features-destination-slider-wrapper .custom-slider-button .slider-count .custom-slider-count_destination ul.custom_paging_destination li span:nth-of-type(3) {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .features-destination-slider-wrapper .destination-slider-wrap {
    width: 83.3333333333vw;
    border: 0.0520833333vw solid rgba(34, 34, 34, 0.2);
    background: #ffffff;
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
    top: 7.8125vw;
    z-index: 2;
  }
  .features-destination-slider-wrapper .destination-slider-wrap .icon-text-slider-wrap .icon-feature-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5625vw;
  }
  .features-destination-slider-wrapper .destination-slider-wrap .icon-text-slider-wrap .icon-feature-wrap .circle-stroke {
    width: 6.25vw;
    height: 6.25vw;
    border: 0.0520833333vw dashed #152522;
    padding: 1.875vw;
  }
  .features-destination-slider-wrapper .destination-slider-wrap .icon-text-slider-wrap .icon-feature-wrap .ideal-icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .features-destination-slider-wrapper .destination-slider-wrap .icon-text-slider-wrap .icon-feature-wrap .icon-text {
    width: 7.8125vw;
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .limited-offer-section {
    position: relative;
    padding-bottom: 7.2916666667vw;
  }
  .limited-offer-section .slick-list.draggable {
    box-shadow: unset;
  }
  .limited-offer-section.has-offers {
    margin-bottom: 24.2708333333vw;
  }
  .limited-offer-section .offers-detail-featured-wrap {
    position: relative;
    padding-bottom: 0vw;
  }
  .limited-offer-section .offers-detail-featured-wrap .background-img-wrap {
    display: none;
    width: 100%;
    height: 51.5104166667vw;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    z-index: -1;
  }
  .limited-offer-section .offers-detail-featured-wrap .background-img-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(252, 252, 252, 0.7) 0%, rgba(252, 252, 252, 0) 69.55%);
    height: 11.4583333333vw;
    z-index: 9;
  }
  .limited-offer-section .offers-detail-featured-wrap .background-img-wrap .offer-bg-img {
    width: 100% !important;
  }
  .limited-offer-section .offers-detail-featured-wrap .background-img-wrap .offer-bg-img img {
    width: 100%;
    height: 51.5104166667vw !important;
    object-fit: cover;
  }
  .limited-offer-section .offers-detail-featured-wrap .background-img-wrap .offer-bg-img::after {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(1deg, #152522 14.49%, rgba(21, 37, 34, 0) 69.05%);
  }
  .limited-offer-section .offers-detail-featured-wrap .background-img-wrap video.offer-bg-video {
    width: 100%;
    height: max-content;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-title-wrap {
    display: none;
    position: absolute;
    bottom: 16.09375vw;
    left: 0;
    right: 0;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-title-wrap .offer-banner-title {
    top: -22.3958333333vw;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-title-wrap .offer-banner-title .offer-banner-txt {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 11.9791666667vw;
    line-height: 175%;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-title-wrap .offer-banner-subtitle {
    margin-top: -7.8125vw;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 1.3020833333vw;
    text-transform: uppercase;
    letter-spacing: 0.203125vw;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap {
    position: absolute;
    top: 16.3541666667vw;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 45.9375vw;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap .offer-main-title {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
    width: 26.9270833333vw;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap .offer-main-title .headline-main {
    color: #ffffff;
    font-size: 3.125vw;
    line-height: 82%;
    width: 26.9270833333vw;
    text-align: left;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap .button-wrap.offers-sect {
    border-radius: 2.0833333333vw;
    background: #E4EEC1;
    z-index: 2;
    position: absolute;
    right: 8.3333333333vw;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap .button-wrap.offers-sect a.button-primary {
    color: #142421;
    font-size: 0.8333333333vw;
    line-height: 1.8229166667vw;
    letter-spacing: 0.0833333333vw;
    text-transform: uppercase;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap .button-wrap.offers-sect:hover {
    background: #658F47;
    transition: 0.5s ease-in-out;
  }
  .limited-offer-section .offers-detail-featured-wrap .offers-detail-wrap .button-wrap.offers-sect:hover a.button-primary {
    color: #ffffff;
  }
  .limited-offer-section .offers-featured-slider-wrap {
    position: absolute;
    top: 40.8333333333vw;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0vw;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper {
    position: relative;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-card-img-wrap {
    width: 83.28125vw;
    height: 36.4583333333vw;
    object-fit: cover;
    margin-left: 8.3333333333vw;
    margin-right: 8.3333333333vw;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-card-img-wrap .offers-img {
    width: 83.28125vw;
    height: 36.4583333333vw;
    border: 1.0416666667vw solid #FCFCFC;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap {
    display: block;
    width: 28.6458333333vw;
    height: 23.4375vw;
    background: #ffffff;
    box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
    position: absolute;
    top: 6.5104166667vw;
    bottom: 0;
    left: 17.7083333333vw;
    padding: 1.5625vw 1.5625vw 4.6875vw 4.1666666667vw;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .offer-percentage-value-wrap {
    color: #395143;
    font-family: "Volgarie", sans-serif;
    font-size: 1.875vw;
    line-height: 100%;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 1.9270833333vw;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
    color: #162623;
    font-family: "Gabarito", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 1.0416666667vw;
    text-align: start;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-sub-title-wrap {
    color: #858666;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    padding-bottom: 2.6041666667vw;
    text-align: start;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-short-desc-wrap {
    color: #1C3319;
    text-align: justify;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    margin-bottom: 2.6041666667vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 6.7708333333vw;
    max-width: 20.3125vw;
    padding-bottom: 0vw;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text {
    font-size: 0.9375vw;
  }
  .limited-offer-section .offers-featured-slider-wrap .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text:hover {
    color: #658F47;
    letter-spacing: 0.2083333333vw;
    transition: all 0.25s;
  }
  .limited-offer-section .custom-slider-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    right: 10%;
    bottom: -37%;
  }
  .limited-offer-section .custom-slider-button .slider-btn {
    background: none;
    border: none;
    cursor: pointer;
  }
  .limited-offer-section .custom-slider-button .slider-btn.offers-prev-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .limited-offer-section .custom-slider-button .slider-btn.offers-next-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .limited-offer-section .custom-slider-button .custom_paging li {
    display: none;
  }
  .limited-offer-section .custom-slider-button li.slick-active {
    display: block !important;
    list-style: none !important;
  }
  .limited-offer-section .custom-slider-button .slider-count .custom-slider-count_offers ul.custom_paging_offers {
    padding: unset;
  }
  .limited-offer-section .custom-slider-button .slider-count .custom-slider-count_offers ul.custom_paging_offers li span.active-num {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .limited-offer-section .custom-slider-button .slider-count .custom-slider-count_offers ul.custom_paging_offers li span:nth-of-type(2) {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0.2604166667vw;
  }
  .limited-offer-section .custom-slider-button .slider-count .custom-slider-count_offers ul.custom_paging_offers li span:nth-of-type(3) {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .testimonials-section {
    padding-left: unset;
    padding-right: 8.3333333333vw;
    display: flex;
    gap: 3.125vw;
    position: relative;
  }
  .testimonials-section::before {
    position: absolute;
    content: "";
    bottom: -3.125vw;
    right: 0;
    opacity: 0.2;
    background: #D2DEDC;
    width: 45.7291666667vw;
    height: 64.6875vw;
    z-index: -1;
  }
  .testimonials-section .testimonials-heading-wrap {
    height: 100%;
    padding-top: 4.6354166667vw;
    padding-bottom: unset;
    align-items: flex-start;
    justify-content: flex-start;
    display: none !important;
  }
  .testimonials-section .testimonials-heading-wrap .testimonials-title-wrap {
    width: 29.0625vw;
    text-align: start;
    padding-bottom: 1.0416666667vw;
  }
  .testimonials-section .testimonials-heading-wrap .testimonials-title-wrap .headline-main {
    padding: unset;
    text-align: start;
  }
  .testimonials-section .testimonials-heading-wrap .testimonials-sub-title-wrap {
    text-align: start;
    width: 15.625vw;
  }
  .testimonials-section .testimonials-img-wrap {
    width: 39.0625vw;
    height: 36.8229166667vw;
  }
  .testimonials-section .testimonials-img-wrap .testimonials-r-img {
    width: 39.0625vw;
    height: 36.8229166667vw;
    object-fit: cover;
  }
  .testimonials-section .testimonials-heading-wrap.desktop-view {
    display: block !important;
    position: absolute;
    left: 38.0208333333vw;
    top: -3.125vw;
  }
  .testimonials-section .testimonials-slider {
    width: 60.9375vw;
    height: 38.8020833333vw;
    overflow: hidden;
    padding-top: 12.5520833333vw;
    margin-bottom: 0vw !important;
  }
  .testimonials-section .testimonials-slider .slick-track {
    padding-top: 0vw;
  }
  .testimonials-section .testimonials-slider .testimonial-card {
    position: relative;
    height: 24.2708333333vw;
    padding: 3.125vw;
    border: 0.0520833333vw solid rgba(34, 34, 34, 0.2);
    margin: 0 0.5208333333vw;
    background: #FFF;
  }
  .testimonials-section .testimonials-slider .testimonial-card img.quote-test {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 25%;
  }
  .testimonials-section .testimonials-slider .testimonial-card .testimonial-avatar-wrap {
    position: absolute;
    bottom: 70%;
    left: 13%;
  }
  .testimonials-section .testimonials-slider .testimonial-card .testimonial-avatar-wrap .testimonial-avatar {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    object-fit: cover;
    border-radius: 5.2083333333vw;
    position: unset;
  }
  .testimonials-section .testimonials-slider .testimonial-card .testimonial-content {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    border: none;
    gap: unset;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: unset;
    width: 100%;
    min-height: 0px;
  }
  .testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-name-location-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: unset;
    padding-bottom: 2.34375vw;
    padding-left: 2.6041666667vw;
  }
  .testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-name-location-wrap .testimonial-name {
    color: #1C3319;
    font-size: 1.1458333333vw;
    line-height: 1.25vw;
    letter-spacing: -0.0458333333vw;
    padding-bottom: 1.0416666667vw;
    max-width: 7.5520833333vw;
    text-align: start;
  }
  .testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-name-location-wrap .testimonial-location {
    font-size: 0.9375vw;
  }
  .testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-headline {
    font-size: 1.0416666667vw;
    text-align: left;
    width: 100%;
    padding-bottom: 2.34375vw;
  }
  .testimonials-section .testimonials-slider .testimonial-card .testimonial-content .testimonial-text {
    width: 100%;
    color: #1C3319;
    text-align: center;
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
    letter-spacing: -0.0375vw;
    height: 7.8125vw;
    overflow-y: scroll;
    padding-right: 1.0416666667vw;
    scroll-behavior: smooth;
    scrollbar-width: thin !important;
  }
  .testimonials-section .custom-slider-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: auto;
    bottom: 0vw;
    left: 75%;
    right: 0;
    content: "";
    height: 2.0833333333vw;
  }
  .testimonials-section .custom-slider-button .slider-btn {
    background: none;
    border: none;
    cursor: pointer;
  }
  .testimonials-section .custom-slider-button .slider-btn.testimonials-next-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .testimonials-section .custom-slider-button .slider-btn.testimonials-prev-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .testimonials-section .custom-slider-button .custom_paging li {
    display: none;
  }
  .testimonials-section .custom-slider-button li.slick-active {
    display: block !important;
    list-style: none !important;
  }
  .testimonials-section .custom-slider-button .slider-count .custom-slider-count_news ul.custom_paging_news {
    padding: unset;
  }
  .testimonials-section .custom-slider-button .slider-count .custom-slider-count_news ul.custom_paging_news li span.active-num {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .testimonials-section .custom-slider-button .slider-count .custom-slider-count_news ul.custom_paging_news li span:nth-of-type(2) {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0.2604166667vw;
  }
  .testimonials-section .custom-slider-button .slider-count .custom-slider-count_news ul.custom_paging_news li span:nth-of-type(3) {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .connect-us-section {
    position: relative;
    margin-top: 1.0416666667vw;
    z-index: 2;
  }
  .connect-us-section::before {
    display: none;
  }
  .connect-us-section .connect-us-banner-wrap {
    position: relative;
  }
  .connect-us-section .connect-us-banner-wrap picture img.connect-us-bg-img {
    width: 100vw;
    height: 39.0625vw;
    object-fit: cover;
  }
  .connect-us-section .connect-us-detail-wrap {
    background-color: unset;
    position: absolute;
    top: 2.0833333333vw;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;
    gap: unset;
    padding-right: 8.3333333333vw;
    z-index: 2;
  }
  .connect-us-section .connect-us-detail-wrap:after {
    width: 44.7916666667vw;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: unset;
    right: 0;
    background: linear-gradient(270deg, #152522 25.03%, rgba(21, 37, 34, 0) 100%);
  }
  .connect-us-section .connect-us-detail-wrap .connect-title-wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.0416666667vw;
    gap: unset;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    text-align: right !important;
    z-index: 2;
  }
  .connect-us-section .connect-us-detail-wrap .connect-title-wrap .connect-us-main-title-wrap {
    max-width: 55%;
    width: 100%;
    padding-bottom: 1.0416666667vw;
  }
  .connect-us-section .connect-us-detail-wrap .connect-title-wrap .connect-us-main-title-wrap .headline-main {
    text-align: end !important;
    max-width: max-content;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 3840px) {
  .connect-us-section .connect-us-detail-wrap .connect-title-wrap .connect-us-main-title-wrap .headline-main {
    line-height: 3.125vw;
  }
}
@media only screen and (min-width: 1200px) {
  .connect-us-section .connect-us-detail-wrap .connect-us-content-wrap {
    width: 32.4479166667vw;
    text-align: right !important;
    padding: unset;
    padding-top: 3.125vw;
    padding-bottom: 4.1666666667vw;
    z-index: 2;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
  }
  .connect-us-section .connect-us-detail-wrap .button-secondary-wrap {
    padding: unset !important;
    z-index: 2;
  }
  .gallery-featured-section {
    position: relative;
    z-index: 2;
  }
  .gallery-featured-section .gallery-title-wrap {
    text-align: left !important;
    display: flex;
    padding-left: 8.3333333333vw;
    padding-top: 7.2916666667vw;
    padding-bottom: 4.1666666667vw;
    max-width: 38.8020833333vw;
  }
  .gallery-featured-section .gallery-title-wrap .headline-main {
    padding: unset;
    text-align: start;
  }
  .gallery-featured-section .custom-slider-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    bottom: 81%;
    right: 8.3333333333vw;
  }
  .gallery-featured-section .custom-slider-button .slider-btn {
    background: none;
    border: none;
    cursor: pointer;
  }
  .gallery-featured-section .custom-slider-button .slider-btn.gallery-prev-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .gallery-featured-section .custom-slider-button .slider-btn.gallery-next-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .gallery-featured-section .custom-slider-button .custom_paging li {
    display: none;
  }
  .gallery-featured-section .custom-slider-button li.slick-active {
    display: block !important;
    list-style: none !important;
  }
  .gallery-featured-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery {
    padding: unset;
  }
  .gallery-featured-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span.active-num {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .gallery-featured-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span:nth-of-type(2) {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0.2604166667vw;
  }
  .gallery-featured-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span:nth-of-type(3) {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .gallery-featured-section .gallery-slider {
    padding-left: 8.3333333333vw;
  }
  .gallery-featured-section .gallery-slider .gallery-slider-wrapper {
    display: flex;
  }
  .gallery-featured-section .gallery-slider .gallery-slider-wrapper .gallery-slide {
    width: 66.6666666667vw !important;
    height: 36.4583333333vw !important;
    object-fit: cover;
    padding-left: 1.0416666667vw;
  }
  .gallery-featured-section .gallery-slider .gallery-slider-wrapper .gallery-slide img {
    width: 66.6666666667vw !important;
    height: 36.4583333333vw !important;
    object-fit: cover;
  }
  .instagram-highlighted-section {
    padding-bottom: 7.2916666667vw;
    position: relative;
  }
  .instagram-highlighted-section::before {
    position: absolute;
    content: "";
    bottom: 15.625vw;
    left: 0;
    opacity: 0.2;
    background: #D2DEDC;
    width: 50vw;
    height: 76.9791666667vw;
    z-index: -1;
  }
  .instagram-highlighted-section .instagram-title-icon-wrap {
    padding-bottom: unset;
    display: flex;
    gap: unset;
  }
  .instagram-highlighted-section .instagram-title-icon-wrap .insta-icon-wrap {
    display: none;
  }
  .instagram-highlighted-section .instagram-title-icon-wrap .instagram-highlighted-title-wrap {
    padding-bottom: 4.1666666667vw;
    max-width: 28.0729166667vw;
    text-align: center;
  }
  .instagram-highlighted-section .instagram-title-icon-wrap .instagram-highlighted-title-wrap .headline-main {
    padding: unset;
    text-align: center;
  }
  .instagram-highlighted-section .follow-us-username-wrap {
    display: none;
  }
  .instagram-highlighted-section .instagram-highlighted-slider {
    padding-bottom: 0vw;
  }
  .instagram-highlighted-section .instagram-highlighted-slider .instagram-slide .insta-img-tile {
    width: 100%;
    height: 16.6666666667vw;
    object-fit: cover;
  }
  .instagram-highlighted-section .instagram-highlighted-slider .instagram-follow {
    position: relative;
  }
  .instagram-highlighted-section .instagram-highlighted-slider .instagram-follow::before {
    background-image: url("../images/gallery-square.png");
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 16.6666666667vw;
  }
  .instagram-highlighted-section .instagram-highlighted-slider .instagram-follow .instagram-follow-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    padding: 4.6875vw 3.125vw;
    justify-content: center;
    gap: 1.0416666667vw;
    position: relative;
  }
  .instagram-highlighted-section .instagram-highlighted-slider .instagram-follow .instagram-follow-card .insta-icon {
    width: 2.0833333333vw !important;
    height: 2.0833333333vw !important;
  }
  .instagram-highlighted-section .instagram-highlighted-slider .instagram-follow .instagram-follow-card .follow-us-wrap {
    color: #FFF;
    font-family: "Gabarito", sans-serif;
    font-size: 1.25vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .instagram-highlighted-section .instagram-highlighted-slider .instagram-follow .instagram-follow-card .insta-username {
    color: #AFC2AC;
    font-family: "Gabarito", sans-serif;
    font-size: 1.1458333333vw;
    line-height: 100%;
    text-transform: lowercase;
    cursor: pointer;
  }
  .instagram-highlighted-section .instagram-highlighted-slider .instagram-follow svg.lotus-hand {
    position: absolute;
    bottom: 0;
    top: 3.6458333333vw;
    right: -5vw;
    z-index: -1;
    width: 100%;
    height: 80%;
  }
}
.accommodation-landing-section {
  padding-bottom: 50px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item {
  position: relative;
  padding-bottom: 50px;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  height: 84%;
  background-color: rgba(174, 193, 171, 0.2);
  z-index: -1;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-image-thumb {
  padding-left: 25px;
  padding-right: 25px;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-image-thumb img.room-image-thumb {
  width: 100%;
  height: 325px;
  flex-shrink: 0;
  object-fit: cover;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-title-wrap {
  padding-top: 40px;
  padding-left: 82px;
  padding-right: 82px;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .tags-wrap {
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .tags-wrap .filter-tag-item .tag-link {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .tags-wrap .filter-tag-item:not(:last-child)::after {
  content: "|";
  margin: 0 0.5rem;
  color: #858666;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .tags-wrap p {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 23px;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-description {
  color: #1c3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.52px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-description {
    font-size: 16px;
  }
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-featured-amenities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-featured-amenities {
    gap: 10px;
    padding-right: 50px;
  }
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-featured-amenities .featured-amenities-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-featured-amenities .featured-amenities-item {
    gap: 18px;
    width: 108px;
  }
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-featured-amenities .featured-amenities-item .amenities-icon-img img.amenities-icon {
  width: 34px;
  height: 34px;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-featured-amenities .featured-amenities-item .amenities-title-wrap {
  color: #1c3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  line-height: 23px;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-featured-amenities .no-featured-amenities {
  color: #1c3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .notification-bell-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .notification-bell-section .notification-bell-icon img.bell-icon {
  width: 44px;
  height: 44px;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .notification-bell-section .notification-bell-text {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.56px;
  width: 44%;
  text-align: center;
}
.accommodation-landing-section .category-listing-card-wrapper .room-category-item .button-explore {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
.accommodation-landing-section .category-listing-card-wrapper .no-accom-wrap {
  color: #1c3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) {
  .accommodation-landing-section {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    padding-bottom: unset;
    margin-top: 4.1666666667vw;
    position: relative;
  }
  .accommodation-landing-section .category-listing-card-wrapper {
    position: relative;
    padding-bottom: unset;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item {
    padding-bottom: 5.2083333333vw;
    margin-top: 4.1666666667vw;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item:nth-child(even) .content-category-wrapper {
    left: 100px;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item:nth-child(even)::before {
    left: 0;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item::before {
    width: 47.1875vw;
    height: 41.6666666667vw;
    position: absolute;
    top: -4.1666666667vw;
    left: 35.5vw;
    z-index: -1;
    padding: 7.2916666667vw 5.2083333333vw 15.625vw 10.7291666667vw;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-image-thumb {
    padding: 0vw;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .room-category-image-thumb img.room-image-thumb {
    width: 41.6666666667vw;
    height: 41.6666666667vw;
    object-fit: cover;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 46.875vw;
    right: 0;
    width: 40%;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .room-category-title-wrap {
    font-size: 2.5vw;
    line-height: 100%;
    padding: unset;
    padding-bottom: 0vw;
    text-align: start;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .tags-wrap {
    padding: unset;
    padding-bottom: 2.0833333333vw;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .tags-wrap .filter-tag-item .tag-link {
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .room-category-description {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    padding: unset;
    text-align: start;
    width: 31.25vw;
    padding-bottom: 2.6041666667vw;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .room-category-featured-amenities {
    padding: unset;
    padding-bottom: 2.0833333333vw;
    justify-content: flex-start;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .room-category-featured-amenities .featured-amenities-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.0416666667vw;
    width: 25%;
    align-items: flex-start;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .room-category-featured-amenities .featured-amenities-item .amenities-icon-img {
    width: 30%;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .room-category-featured-amenities .featured-amenities-item .amenities-icon-img img.amenities-icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .room-category-featured-amenities .featured-amenities-item .amenities-title-wrap {
    width: 70%;
    padding: unset;
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    text-align: start;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .notification-bell-section {
    padding: unset;
    padding-bottom: 2.8645833333vw;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .notification-bell-section .notification-bell-icon img.bell-icon {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    animation: bellRing 2s ease-in-out infinite;
  }
  @keyframes bellRing {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-10deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(10deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .notification-bell-section .notification-bell-text {
    padding: unset;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0416666667vw;
  }
  .accommodation-landing-section .category-listing-card-wrapper .room-category-item .content-category-wrapper .button-explore {
    padding: unset;
  }
}
.banner-accommodation {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 30px;
}
.banner-accommodation img.banner-inner-accommodation {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.custom-accommodation-breadcrumb {
  text-align: center;
  border-bottom: 1px solid #AFC2AC;
  padding-bottom: 20px;
}
.custom-accommodation-breadcrumb .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-accommodation-breadcrumb .breadcrumb .breadcrumb-separator {
  color: #162623;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 5px;
}
.custom-accommodation-breadcrumb .breadcrumb .breadcrumb-room-category {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.custom-accommodation-breadcrumb .breadcrumb a.home-category {
  color: #162623;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-accommodation-breadcrumb .breadcrumb a.main-category {
  color: #162623;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.accommodation-main-section.accommodation-detail-page .room-category-item {
  padding-bottom: 36px;
}
.accommodation-main-section.accommodation-detail-page .room-category-item .video-section-wrapper {
  position: relative;
}
.accommodation-main-section.accommodation-detail-page .room-category-item .video-section-wrapper .play-item-link .play-video-icon {
  position: absolute;
  content: "";
  top: 40%;
  bottom: 0;
  left: 42%;
  right: 0;
}
.accommodation-main-section.accommodation-detail-page .room-category-item .video-section-wrapper img.play-image-thumb {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.accommodation-main-section.accommodation-detail-page .room-category-item .room-category-image-thumb img.room-image-thumb {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.accommodation-main-section.accommodation-detail-page .room-category-title-wrap {
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.accommodation-main-section.accommodation-detail-page .room-category-description {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}
.accommodation-main-section.accommodation-detail-page .room-category-featured-amenities {
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 50px;
}
.accommodation-main-section.accommodation-detail-page .room-category-featured-amenities .featured-amenities-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 60px;
}
.accommodation-main-section.accommodation-detail-page .room-category-featured-amenities .featured-amenities-item .amenities-icon-img img.amenities-icon {
  width: 34px;
  height: 34px;
}
.accommodation-main-section.accommodation-detail-page .room-category-featured-amenities .featured-amenities-item .amenities-title-wrap {
  color: #1C3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
}
.accommodation-main-section.accommodation-detail-page .room-category-featured-amenities .no-featured-amenities {
  color: #1C3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
.accommodation-main-section.accommodation-detail-page .notification-bell-section {
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding-bottom: 50px;
  justify-content: center;
}
.accommodation-main-section.accommodation-detail-page .notification-bell-section .notification-bell-icon .bell-icon {
  animation: bellRing 2s ease-in-out infinite;
}
@keyframes bellRing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.accommodation-main-section.accommodation-detail-page .button-reserve {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  text-align: center;
}
.time-in-out-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-bottom: 60px;
}
.time-in-out-section .time-in-wrap {
  font-size: 26px;
  line-height: 40px;
  color: #162623;
  font-family: "Volgarie", sans-serif;
}
.time-in-out-section .time-in-wrap span.check-in-text {
  text-transform: lowercase;
}
.time-in-out-section .time-out-wrap {
  font-size: 26px;
  line-height: 40px;
  color: #162623;
  font-family: "Volgarie", sans-serif;
}
.time-in-out-section .time-out-wrap span.check-out-text {
  text-transform: lowercase;
}

.all-amenities-section {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 60px;
}
.all-amenities-section .all-amenities-white-wrapper {
  background: #ffffff;
  box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
  padding: 50px 79px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.all-amenities-section .all-amenities-white-wrapper .all-amenities-heading .headline-accommodation-main {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 38px;
  line-height: 40px;
}
.all-amenities-section .all-amenities-white-wrapper .all-amenities-button-wrapper {
  text-align: center;
}
.all-amenities-list-section {
  background: #395143;
  padding-top: 55px;
  padding-bottom: 55px;
}
.all-amenities-list-section ul.amenities-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  padding: 0;
}
.all-amenities-list-section ul.amenities-list li.amenity-item {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.all-amenities-list-section ul.amenities-list li.amenity-item .amenity-default-icon img.amenity-icon {
  width: 21px;
  height: 21px;
}
.all-amenities-list-section ul.amenities-list li.amenity-item .amenity-text {
  color: #ffffff;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 23px;
}
.all-amenities-list-section svg.flower-left {
  display: none;
}
.all-amenities-list-section .no-amenities {
  background: none;
  color: #ffffff;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}

.gallery-accommodation-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
.gallery-accommodation-section .gallery-title-wrap {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 10px;
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 40px;
  line-height: 50px;
}
.gallery-accommodation-section .custom-slider-button {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  bottom: -384px;
  position: relative;
}
.gallery-accommodation-section .custom-slider-button .slider-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.gallery-accommodation-section .custom-slider-button .slider-btn.gallery-prev-btn img {
  width: 20px;
  height: 20px;
}
.gallery-accommodation-section .custom-slider-button .slider-btn.gallery-next-btn img {
  width: 20px;
  height: 20px;
}
.gallery-accommodation-section .custom-slider-button .custom_paging li {
  display: none;
}
.gallery-accommodation-section .custom-slider-button li.slick-active {
  display: block !important;
  list-style: none !important;
}
.gallery-accommodation-section .custom-slider-button .slider-count .custom_paging_gallery.custom_paging {
  padding: 0px;
}
.gallery-accommodation-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery {
  padding: unset;
}
.gallery-accommodation-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span {
  margin: 0 2%;
}
.gallery-accommodation-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span.active-num {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.gallery-accommodation-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span:nth-of-type(2) {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.gallery-accommodation-section .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span:nth-of-type(3) {
  color: #162623;
  font-family: "Volgarie", sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}
.gallery-accommodation-section .gallery-accommodation-slider-section .gallery-accommodation-slider-wrapper .gallery-accommodation-slide {
  margin: 0 10px;
}
.gallery-accommodation-section .gallery-accommodation-slider-section .gallery-accommodation-slider-wrapper .gallery-accommodation-slide img.gallery-slide-img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}

.similar-accommodations-section {
  margin-bottom: 120px;
}
.similar-accommodations-section .similar-title-arrows-wrap .section-title {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 40px;
  line-height: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  bottom: -360px;
  position: relative;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-btn.similar-prev-btn img {
  width: 20px;
  height: 20px;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-btn.similar-next-btn img {
  width: 20px;
  height: 20px;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .custom_paging li {
  display: none;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button li.slick-active {
  display: block !important;
  list-style: none !important;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom_paging_similar.custom_paging {
  padding: 0px;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom-slider-count_similar ul.custom_paging_similar {
  padding: unset;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom-slider-count_similar ul.custom_paging_similar li span {
  margin: 0 2%;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom-slider-count_similar ul.custom_paging_similar li span.active-num {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom-slider-count_similar ul.custom_paging_similar li span:nth-of-type(2) {
  color: #162623;
  text-align: center;
  font-family: "Volgarie", sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
.similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom-slider-count_similar ul.custom_paging_similar li span:nth-of-type(3) {
  color: #162623;
  font-family: "Volgarie", sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}
.similar-accommodations-section .accommodations-similar-slider {
  display: flex;
  overflow: hidden;
}
.similar-accommodations-section .accommodations-card-wrapper {
  position: relative;
  flex: 0 0 auto;
}
.similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-img-wrap {
  position: relative;
  margin: 0 10px;
}
.similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-img-wrap .similar-room-image-thumb {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
}
.similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-title-wrap {
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 25px;
  right: 0;
  content: "";
}
.similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-title-wrap .similar-accommodations-title {
  color: #ffffff;
  font-family: "Volgarie", sans-serif;
  font-size: 34px;
  line-height: 40px;
}
.similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-title-wrap .similar-accommodation-link .button-text {
  color: #ffffff;
}
.similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap {
  box-shadow: 0px 0px 80px -20px rgba(16, 29, 20, 0.3);
  padding: 50px 25px;
  min-height: 490px;
}
.similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap ul.amenities-list li.similar-amenity-item::marker {
  content: "-";
  color: #658F47;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
  .banner-accommodation {
    position: relative;
  }
  .banner-accommodation img.banner-inner-accommodation {
    width: 100%;
    height: 31.25vw;
  }
  .banner-accommodation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(21, 37, 34, 0.44) 52.01%, rgba(57, 81, 67, 0) 100%), linear-gradient(180deg, #152522 0%, rgba(21, 37, 34, 0) 59%), linear-gradient(180deg, rgba(21, 37, 34, 0) 81.67%, #152522 101.02%);
    height: 31.25vw;
    z-index: 1;
  }
  .custom-accommodation-breadcrumb .breadcrumb .breadcrumb-room-category {
    font-size: 0.9375vw;
    line-height: 100%;
  }
  .custom-accommodation-breadcrumb .breadcrumb a.home-category {
    font-size: 0.9375vw;
    line-height: 100%;
  }
  .custom-accommodation-breadcrumb .breadcrumb a.home-category:hover {
    color: #658F47;
  }
  .custom-accommodation-breadcrumb .breadcrumb a.main-category {
    font-size: 0.9375vw;
    line-height: 100%;
  }
  .custom-accommodation-breadcrumb .breadcrumb a.main-category:hover {
    color: #658F47;
  }
  .main-welcome-section .section-headings-wrap .main-heading-wrap .main-heading-title.headline-main {
    max-width: 30.4166666667vw;
    font-size: 3.125vw;
    line-height: 2.6041666667vw;
  }
  .accommodation-main-section {
    position: relative;
  }
  .accommodation-main-section.accommodation-detail-page {
    position: relative;
  }
  .accommodation-main-section.accommodation-detail-page .room-category-item .video-section-wrapper {
    position: relative;
  }
  .accommodation-main-section.accommodation-detail-page .room-category-item .video-section-wrapper .play-item-link .play-video-icon {
    position: absolute;
    top: 16.9270833333vw;
    bottom: 0;
    right: 0;
    left: 16.9270833333vw;
    content: "";
    background-size: contain;
    z-index: 2;
  }
  .accommodation-main-section.accommodation-detail-page .room-category-item .video-section-wrapper img.play-image-thumb {
    width: 41.6666666667vw;
    height: 41.6666666667vw;
    position: relative;
    z-index: 1;
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper {
    width: 47.1875vw;
    height: 100%;
    position: absolute;
    top: -4.1666666667vw;
    left: 44vw;
    padding: 7.2916666667vw 5.2083333333vw 15.625vw 10.7291666667vw;
    background-color: rgba(174, 193, 171, 0.2);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    z-index: 0;
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper .room-category-title-wrap {
    font-size: 2.5vw;
    line-height: 100%;
    padding-left: 0vw;
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper .room-category-description {
    text-align: justify;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    padding-left: 0vw;
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper .room-category-featured-amenities {
    padding: unset;
    padding-bottom: 2.0833333333vw;
    justify-content: flex-start;
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper .room-category-featured-amenities .featured-amenities-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.0416666667vw;
    width: 25%;
    align-items: flex-start;
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper .room-category-featured-amenities .featured-amenities-item .amenities-icon-img {
    width: 30%;
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper .room-category-featured-amenities .featured-amenities-item .amenities-icon-img img.amenities-icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper .room-category-featured-amenities .featured-amenities-item .amenities-title-wrap {
    width: 70%;
    padding: unset;
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    text-align: start;
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper .notification-bell-section .notification-bell-icon .bell-icon {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    animation: bellRing 2s ease-in-out infinite;
  }
  @keyframes bellRing {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-10deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(10deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .accommodation-main-section.accommodation-detail-page .room-detail-content-wrapper .notification-bell-section .notification-bell-text {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0416666667vw;
    color: #858666;
  }
  .time-in-out-section {
    align-items: flex-end;
  }
  .time-in-out-section .time-in-wrap {
    font-size: 2.0833333333vw;
    line-height: 100%;
  }
  .time-in-out-section .time-out-wrap {
    font-size: 2.0833333333vw;
    line-height: 100%;
  }
  .all-amenities-section {
    position: absolute;
    z-index: 1;
    bottom: auto;
    left: 10.4166666667vw;
    right: 0;
  }
  .all-amenities-section .all-amenities-white-wrapper {
    width: 57.0833333333vw;
    height: 10.4166666667vw;
    padding: 3.125vw;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -5.2083333333vw;
    left: 2.8645833333vw;
  }
  .all-amenities-section .all-amenities-white-wrapper .all-amenities-heading {
    width: 20vw;
  }
  .all-amenities-section .all-amenities-white-wrapper .all-amenities-heading .headline-accommodation-main {
    font-size: 2.5vw;
    line-height: 100%;
    text-align: start;
  }
  .all-amenities-list-section {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    padding-top: 9.5vw;
    padding-bottom: 4.84375vw;
    width: 83.3333333333vw;
    height: auto;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .all-amenities-list-section ul.amenities-list {
    flex-wrap: wrap;
    width: 75%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.3958333333vw;
  }
  .all-amenities-list-section ul.amenities-list ul {
    padding-left: 0px;
  }
  .all-amenities-list-section ul.amenities-list li.amenity-item {
    width: 100%;
    justify-content: flex-start;
    gap: 1.0416666667vw;
  }
  .all-amenities-list-section ul.amenities-list li.amenity-item .amenity-default-icon img.amenity-icon {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .all-amenities-list-section ul.amenities-list li.amenity-item .amenity-text {
    font-size: 1.0416666667vw;
    line-height: 1.3020833333vw;
  }
  .all-amenities-list-section svg.flower-left {
    display: block;
    transform: scaleX(-1);
    width: 25%;
    position: relative;
    right: -8.59375vw;
    bottom: -7.1041666667vw;
  }
  .gallery-accommodation-section {
    padding-left: 8.3333333333vw;
    padding-bottom: 7.2916666667vw;
    overflow-x: hidden;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .gallery-title-wrap {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 3.125vw;
    line-height: 82%;
    max-width: 33.125vw;
    text-align: left;
    padding-left: unset;
    padding-right: unset;
    padding-top: 7.2916666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-right: 16.40625vw;
    position: relative;
    right: -9.1145833333vw;
    top: 0;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button .slider-btn {
    background: none;
    border: none;
    cursor: pointer;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button .slider-btn.gallery-prev-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button .slider-btn.gallery-next-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button .custom_paging li {
    display: none;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button li.slick-active {
    display: block !important;
    list-style: none !important;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery {
    padding: unset;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span.active-num {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span:nth-of-type(2) {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0.2604166667vw;
  }
  .gallery-accommodation-section .gallery-title-arrow-wrap .custom-slider-button .slider-count .custom-slider-count_gallery ul.custom_paging_gallery li span:nth-of-type(3) {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .gallery-accommodation-section .gallery-accommodation-slider-section .gallery-accommodation-slider-wrapper .gallery-accommodation-slide {
    padding-right: 1.0416666667vw;
    width: 66.6666666667vw;
    height: 36.4583333333vw;
  }
  .gallery-accommodation-section .gallery-accommodation-slider-section .gallery-accommodation-slider-wrapper .gallery-accommodation-slide img.gallery-slide-img {
    width: 66.6666666667vw;
    height: 36.4583333333vw;
    object-fit: cover;
  }
  .similar-accommodations-section {
    margin-bottom: -3.3854166667vw;
  }
  .similar-accommodations-section .similar-title-arrows-wrap {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .section-title {
    color: #162623;
    text-align: center;
    font-size: 3.125vw;
    line-height: 82%;
    max-width: 31.6666666667vw;
    padding-bottom: 4.1666666667vw;
    padding-top: 0vw;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-left: 16.40625vw;
    position: relative;
    top: -0.78125vw;
    right: 0px;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-btn {
    background: none;
    border: none;
    cursor: pointer;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-btn.similar-prev-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-btn.similar-next-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .custom_paging li {
    display: none;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button li.slick-active {
    display: block !important;
    list-style: none !important;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom-slider-count_similar ul.custom_paging_similar {
    padding: unset;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom-slider-count_similar ul.custom_paging_similar li span.active-num {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom-slider-count_similar ul.custom_paging_similar li span:nth-of-type(2) {
    color: #162623;
    text-align: center;
    font-family: "Volgarie", sans-serif;
    font-size: 2.0833333333vw;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0.2604166667vw;
  }
  .similar-accommodations-section .similar-title-arrows-wrap .custom-slider-button .slider-count .custom-slider-count_similar ul.custom_paging_similar li span:nth-of-type(3) {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider {
    box-shadow: unset;
    background: transparent;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper {
    position: relative;
    margin-bottom: 7.8125vw;
    margin-right: 1.0416666667vw;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-img-wrap {
    position: relative;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-img-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(21, 37, 34, 0) 25%, #152522 100%);
    width: 100%;
    z-index: 0;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-img-wrap .similar-room-image-thumb {
    width: 100%;
    height: 30.7291666667vw;
    object-fit: cover;
    position: relative;
    z-index: -1;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-title-wrap {
    position: absolute;
    top: 21.7708333333vw !important;
    bottom: -7.2916666667vw !important;
    left: 0vw !important;
    right: 0;
    content: "";
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-title-wrap .similar-accommodations-title {
    color: #ffffff;
    text-align: center;
    font-size: 2.5vw;
    line-height: 100%;
    padding-bottom: 2.0833333333vw;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-title-wrap .similar-accommodation-link .button-text {
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    cursor: pointer;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-title-wrap .similar-accommodation-link .button-text:hover {
    color: #658F47;
    letter-spacing: 0.2083333333vw;
    transition: all 0.25s;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap {
    background: #ffffff;
    box-shadow: 0vw 0vw 4.1666666667vw -1.0416666667vw rgba(16, 29, 20, 0.3);
    width: 36.9791666667vw;
    padding: 2.6041666667vw;
    position: relative;
    top: unset;
    bottom: unset;
    left: 0;
    right: 0;
    margin-top: -3.59375vw;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap .accommodation-short-content-wrap {
    color: #1C3319;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    padding-bottom: 3.125vw;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap ul.amenities-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5208333333vw;
    padding-bottom: 3.125vw;
    padding-left: unset;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap ul.amenities-list li.similar-amenity-item {
    display: flex;
    align-items: center;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap ul.amenities-list li.similar-amenity-item::before {
    content: "";
    display: inline-block;
    width: 1.3020833333vw;
    height: 0.1041666667vw;
    background-color: #658F47;
    margin-right: 0.5208333333vw;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap ul.amenities-list li.similar-amenity-item .similar-amenity-text {
    color: #1C3319;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    margin-left: 1.0416666667vw;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap .no-amenities {
    color: #1C3319;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    margin-left: unset;
    padding-bottom: 3.125vw;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-accommodation-link .button-text {
    color: #162623;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    cursor: pointer;
  }
  .similar-accommodations-section .similar-accommodations-wrapper.accommodations-similar-slider .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-accommodation-link .button-text:hover {
    color: #658F47;
    letter-spacing: 0.2083333333vw;
    transition: all 0.25s;
  }
  .similar-accommodations-section .accommodations-card-wrapper {
    position: relative;
    margin-bottom: 7.8125vw;
    margin-right: 1.0416666667vw;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-img-wrap {
    position: relative;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-img-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(21, 37, 34, 0) 25%, #152522 100%);
    width: 100%;
    z-index: 0;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-img-wrap .similar-room-image-thumb {
    width: 100%;
    height: 30.7291666667vw;
    object-fit: cover;
    position: relative;
    z-index: -1;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-title-wrap {
    position: absolute;
    top: 21.7708333333vw !important;
    bottom: -7.2916666667vw !important;
    left: 0vw !important;
    right: 0;
    content: "";
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-title-wrap .similar-accommodations-title {
    color: #ffffff;
    text-align: center;
    font-size: 2.5vw;
    line-height: 100%;
    padding-bottom: 2.0833333333vw;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-title-wrap .similar-accommodation-link .button-text {
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    cursor: pointer;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-title-wrap .similar-accommodation-link .button-text:hover {
    color: #658F47;
    letter-spacing: 0.2083333333vw;
    transition: all 0.25s;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-white-wrap {
    background: #ffffff;
    box-shadow: 0vw 0vw 4.1666666667vw -1.0416666667vw rgba(16, 29, 20, 0.3);
    width: 36.9791666667vw;
    padding: 2.6041666667vw;
    position: relative;
    top: unset;
    bottom: unset;
    left: 0;
    right: 0;
    margin-top: -3.59375vw;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-white-wrap .accommodation-short-content-wrap {
    color: #1C3319;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    padding-bottom: 3.125vw;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap ul.amenities-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5208333333vw;
    padding-bottom: 3.125vw;
    padding-left: unset;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap ul.amenities-list li.similar-amenity-item {
    display: flex;
    align-items: center;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap ul.amenities-list li.similar-amenity-item::before {
    content: "";
    display: inline-block;
    width: 1.3020833333vw;
    height: 0.1041666667vw;
    background-color: #658F47;
    margin-right: 0.5208333333vw;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap ul.amenities-list li.similar-amenity-item .similar-amenity-text {
    color: #1C3319;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    margin-left: 1.0416666667vw;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-all-amenities-list-wrap .no-amenities {
    color: #1C3319;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    margin-left: unset;
    padding-bottom: 3.125vw;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-accommodation-link .button-text {
    color: #162623;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    cursor: pointer;
  }
  .similar-accommodations-section .accommodations-card-wrapper .similar-accommodations-white-wrap .similar-accommodation-link .button-text:hover {
    color: #658F47;
    letter-spacing: 0.2083333333vw;
    transition: all 0.25s;
  }
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper {
  padding-bottom: 50px;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-card-img-wrap img.offers-img {
  height: 300px;
  object-fit: cover;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap {
  background: #ffffff;
  box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offer-percentage-value-wrap {
  color: #395143;
  font-family: "Volgarie", sans-serif;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
  color: #162623;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-sub-title-wrap {
  color: #858666;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 23px;
}
.offer-popup {
  display: none;
  width: 80%;
  height: auto;
  position: relative;
  overflow: visible;
}
.offer-popup .custom-close-button {
  text-align: center;
  position: absolute;
  top: -80px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.offer-popup .custom-close-button button.fancybox-close-button {
  border: none;
  background: unset;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.offer-popup .custom-close-button button.fancybox-close-button .close-icon .close-popup-icon {
  width: 10px;
  height: 10px;
}
.offer-popup .custom-close-button button.fancybox-close-button .close-text {
  color: #152522;
  font-family: "Gabarito", sans-serif;
  font-size: 10px;
  line-height: 166%;
  text-transform: uppercase;
}
.offer-popup .offer-popup-content {
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  max-height: 65vh;
  height: 600px;
  display: block;
  overflow-y: auto;
  padding: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #658F47 #E4EEC1;
}
.offer-popup .offer-popup-content .offer-title {
  color: #162623;
  font-family: "Volgarie", sans-serif;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  padding-bottom: 30px;
}
.offer-popup .offer-popup-content .offer-percentage {
  color: #395143;
  font-family: "Volgarie", sans-serif;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.offer-popup .offer-popup-content .offer-sub-title {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
.offer-popup .offer-popup-content .offer-sub-title::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #D3D3D3;
}
.offer-popup .offer-popup-content .offer-long-description {
  color: #1C3319;
  text-align: justify;
  font-family: "Gabarito", sans-serif;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: -0.72px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.offer-popup .offer-popup-content .offer-includes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.offer-popup .offer-popup-content .offer-includes .includes-here {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}
.offer-popup .offer-popup-content .offer-includes .offer-includes-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item {
  color: #1C3319;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item::marker {
  content: "-";
  color: #658F47;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.75rem;
  line-height: 1.5;
}
.offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item .offer-includes-item-text {
  margin-left: 20px;
  color: #1C3319;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
}
.offer-popup .offer-popup-content .offer-includes .no-includes {
  color: #1C3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
.offer-popup .offer-popup-content .offer-terms {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.offer-popup .offer-popup-content .offer-terms .terms-conditions {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}
.offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item {
  color: #1C3319;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item::marker {
  content: "-";
  color: #658F47;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.75rem;
  line-height: 1.5;
}
.offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item .offer-terms-conditions-text {
  margin-left: 20px;
  color: #1C3319;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
}
.offer-popup .offer-popup-content .offer-terms .no-terms {
  color: #1C3319;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
.offer-popup .offer-popup-content .notification-bell-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  gap: 15px;
  padding-bottom: 50px;
}
.offer-popup .offer-popup-content .notification-bell-section .notification-bell-text .notification-text {
  color: #858666;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.56px;
}
.offer-popup .offer-popup-content .offers-btn {
  text-align: center;
  margin: 0 25px;
  cursor: pointer;
}
.offer-popup .is-close-btn {
  display: none;
}

@media only screen and (min-width: 768px) {
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper {
    position: relative;
    padding-bottom: 4.1666666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper:nth-child(even) .special-offers-white-box-wrap {
    right: 8.3333333333vw;
    left: unset;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-card-img-wrap img.offers-img {
    width: 100%;
    height: 36.4583333333vw;
    object-fit: cover;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap {
    width: 28.6458333333vw;
    height: 23.4375vw;
    background: #ffffff;
    box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
    position: absolute;
    top: 6.5104166667vw;
    bottom: 0;
    left: 8.3333333333vw;
    padding: 1.5625vw 1.5625vw 4.6875vw 4.1666666667vw;
    display: block;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offer-percentage-value-wrap {
    color: #395143;
    font-family: "Volgarie", sans-serif;
    font-size: 1.875vw;
    line-height: 100%;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 1.9270833333vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap {
    gap: unset;
    align-items: flex-start;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
    color: #162623;
    font-family: "Gabarito", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 1.0416666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-sub-title-wrap {
    color: #858666;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    padding-bottom: 2.6041666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-short-desc-wrap {
    color: #1C3319;
    text-align: justify;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    margin-bottom: 2.6041666667vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 6.7708333333vw;
    max-width: 20.3125vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text {
    font-size: 0.9375vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text:hover {
    color: #658F47;
    letter-spacing: 0.2083333333vw;
    transition: all 0.25s;
  }
  .special-offers-landing-section .no-offers-wrap {
    color: #162623;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 1.3020833333vw;
    font-weight: 400;
    line-height: 2.6041666667vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 5.2083333333vw;
  }
  .offer-popup {
    position: relative;
    padding: 4.1666666667vw !important;
  }
  .offer-popup .custom-close-button {
    position: absolute;
    top: -15% !important;
    left: 45% !important;
    right: 47% !important;
    content: "";
  }
  .offer-popup .custom-close-button button.fancybox-close-button {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .offer-popup .custom-close-button button.fancybox-close-button .close-icon .close-popup-icon {
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .offer-popup .custom-close-button button.fancybox-close-button .close-text {
    font-size: 0.9375vw;
  }
  .offer-popup .offer-popup-content {
    height: auto;
    display: block;
    overflow-y: auto;
    scrollbar-width: thin !important;
    scrollbar-color: #658F47 #E4EEC1;
  }
  .offer-popup .offer-popup-content .offer-title {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 2.5vw;
    line-height: 100%;
    padding-bottom: 2.0833333333vw;
  }
  .offer-popup .offer-popup-content .offer-percentage {
    color: #395143;
    font-size: 1.875vw;
    line-height: 100%;
    padding-bottom: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-sub-title {
    color: #858666;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    position: relative;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-sub-title::before {
    margin-left: 7.2916666667vw;
    margin-right: 7.2916666667vw;
    width: 75%;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 0.0416666667vw solid #D3D3D3;
  }
  .offer-popup .offer-popup-content .offer-long-description {
    padding-left: 13.0208333333vw;
    padding-right: 13.0208333333vw;
    color: #1C3319;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    text-align: center;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .offer-popup .offer-popup-content .offer-includes {
    gap: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .includes-here {
    font-size: 1.3541666667vw;
    line-height: 100%;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 52.0833333333vw;
    align-items: center;
    column-gap: 3.125vw;
    row-gap: 1.0416666667vw;
    padding-left: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    position: relative;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item::marker {
    content: "-";
    color: #658F47;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item .offer-includes-item-text {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-includes .no-includes {
    color: #162623;
    font-size: 1.875vw;
    line-height: 100%;
  }
  .offer-popup .offer-popup-content .offer-terms {
    gap: unset;
    padding-top: 4.1666666667vw;
  }
  .offer-popup .offer-popup-content .offer-terms .terms-conditions {
    font-size: 1.3541666667vw;
    line-height: 100%;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list {
    padding-bottom: 5.2083333333vw;
    padding-left: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 52.0833333333vw;
    align-items: center;
    column-gap: 3.125vw;
    row-gap: 1.0416666667vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item::marker {
    content: "-";
    color: #658F47;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item .offer-terms-conditions-text {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .notification-bell-section {
    justify-content: flex-start;
    float: left;
    margin-left: 5.7291666667vw;
  }
  .offer-popup .offer-popup-content .notification-bell-section .notification-bell-text .notification-text {
    color: #858666;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0416666667vw;
  }
  .offer-popup .offer-popup-content .offers-btn {
    float: right;
    margin-right: 5.7291666667vw;
  }
  .offer-popup .is-close-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper {
    position: relative;
    padding-bottom: 4.1666666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper:nth-child(even) .special-offers-white-box-wrap {
    right: 8.3333333333vw;
    left: unset;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-card-img-wrap img.offers-img {
    width: 83.3333333333vw;
    height: 36.4583333333vw;
    object-fit: cover;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap {
    width: 28.6458333333vw;
    height: 23.4375vw;
    background: #ffffff;
    box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
    position: absolute;
    top: 6.5104166667vw;
    bottom: 0;
    left: 8.3333333333vw;
    padding: 1.5625vw 1.5625vw 4.6875vw 4.1666666667vw;
    display: block;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offer-percentage-value-wrap {
    color: #395143;
    font-family: "Volgarie", sans-serif;
    font-size: 1.875vw;
    line-height: 100%;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 1.9270833333vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap {
    gap: unset;
    align-items: flex-start;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
    color: #162623;
    font-family: "Gabarito", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 1.0416666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-sub-title-wrap {
    color: #858666;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    padding-bottom: 2.6041666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-short-desc-wrap {
    color: #1C3319;
    text-align: justify;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    margin-bottom: 2.6041666667vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 6.7708333333vw;
    max-width: 20.3125vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text {
    font-size: 0.9375vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text:hover {
    color: #658F47;
    letter-spacing: 0.2083333333vw;
    transition: all 0.25s;
  }
  .special-offers-landing-section .no-offers-wrap {
    color: #162623;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 1.3020833333vw;
    font-weight: 400;
    line-height: 2.6041666667vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 5.2083333333vw;
  }
  .offer-popup {
    position: relative;
    padding: 4.1666666667vw !important;
  }
  .offer-popup .custom-close-button {
    position: absolute;
    top: -15% !important;
    left: 45% !important;
    right: 47% !important;
    content: "";
  }
  .offer-popup .custom-close-button button.fancybox-close-button {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .offer-popup .custom-close-button button.fancybox-close-button .close-icon .close-popup-icon {
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .offer-popup .custom-close-button button.fancybox-close-button .close-text {
    font-size: 0.9375vw;
  }
  .offer-popup .offer-popup-content {
    height: auto;
    display: block;
    overflow-y: auto;
    scrollbar-width: thin !important;
    scrollbar-color: #658F47 #E4EEC1;
  }
  .offer-popup .offer-popup-content .offer-title {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 2.5vw;
    line-height: 100%;
    padding-bottom: 2.0833333333vw;
  }
  .offer-popup .offer-popup-content .offer-percentage {
    color: #395143;
    font-size: 1.875vw;
    line-height: 100%;
    padding-bottom: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-sub-title {
    color: #858666;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    position: relative;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-sub-title::before {
    margin-left: 7.2916666667vw;
    margin-right: 7.2916666667vw;
    width: 75%;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 0.0416666667vw solid #D3D3D3;
  }
  .offer-popup .offer-popup-content .offer-long-description {
    padding-left: 13.0208333333vw;
    padding-right: 13.0208333333vw;
    color: #1C3319;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    text-align: center;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .offer-popup .offer-popup-content .offer-includes {
    gap: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .includes-here {
    font-size: 1.3541666667vw;
    line-height: 100%;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 52.0833333333vw;
    align-items: center;
    column-gap: 3.125vw;
    row-gap: 1.0416666667vw;
    padding-left: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    position: relative;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item::marker {
    content: "-";
    color: #658F47;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item .offer-includes-item-text {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-includes .no-includes {
    color: #162623;
    font-size: 1.875vw;
    line-height: 100%;
  }
  .offer-popup .offer-popup-content .offer-terms {
    gap: unset;
    padding-top: 4.1666666667vw;
  }
  .offer-popup .offer-popup-content .offer-terms .terms-conditions {
    font-size: 1.3541666667vw;
    line-height: 100%;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list {
    padding-bottom: 5.2083333333vw;
    padding-left: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 52.0833333333vw;
    align-items: center;
    column-gap: 3.125vw;
    row-gap: 1.0416666667vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item::marker {
    content: "-";
    color: #658F47;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item .offer-terms-conditions-text {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .notification-bell-section {
    justify-content: flex-start;
    float: left;
    margin-left: 5.7291666667vw;
  }
  .offer-popup .offer-popup-content .notification-bell-section .notification-bell-text .notification-text {
    color: #858666;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0416666667vw;
  }
  .offer-popup .offer-popup-content .offers-btn {
    float: right;
    margin-right: 5.7291666667vw;
  }
  .offer-popup .is-close-btn {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper {
    position: relative;
    padding-bottom: 4.1666666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper:nth-child(even) .special-offers-white-box-wrap {
    right: 8.3333333333vw;
    left: unset;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-card-img-wrap img.offers-img {
    width: 83.3333333333vw;
    height: 36.4583333333vw;
    object-fit: cover;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap {
    width: 28.6458333333vw;
    height: 23.4375vw;
    background: #ffffff;
    box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
    position: absolute;
    top: 6.5104166667vw;
    bottom: 0;
    left: 8.3333333333vw;
    padding: 1.5625vw 1.5625vw 4.6875vw 4.1666666667vw;
    display: block;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offer-percentage-value-wrap {
    color: #395143;
    font-family: "Volgarie", sans-serif;
    font-size: 1.875vw;
    line-height: 100%;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 1.9270833333vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap {
    gap: unset;
    align-items: flex-start;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
    color: #162623;
    font-family: "Gabarito", sans-serif;
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 1.0416666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-sub-title-wrap {
    color: #858666;
    font-family: "Gabarito", sans-serif;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    padding-bottom: 2.6041666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-short-desc-wrap {
    color: #1C3319;
    text-align: justify;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    margin-bottom: 2.6041666667vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 6.7708333333vw;
    max-width: 20.3125vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text {
    font-size: 0.9375vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text:hover {
    color: #658F47;
    letter-spacing: 0.2083333333vw;
    transition: all 0.25s;
  }
  .special-offers-landing-section .no-offers-wrap {
    color: #162623;
    text-align: center;
    font-family: "Gabarito", sans-serif;
    font-size: 1.3020833333vw;
    font-weight: 400;
    line-height: 2.6041666667vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 5.2083333333vw;
  }
  .offer-popup {
    position: relative;
    padding: 4.1666666667vw !important;
  }
  .offer-popup .custom-close-button {
    position: absolute;
    top: -15% !important;
    left: 45% !important;
    right: 47% !important;
    content: "";
  }
  .offer-popup .custom-close-button button.fancybox-close-button {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .offer-popup .custom-close-button button.fancybox-close-button .close-icon .close-popup-icon {
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .offer-popup .custom-close-button button.fancybox-close-button .close-text {
    font-size: 0.9375vw;
  }
  .offer-popup .offer-popup-content {
    height: auto;
    display: block;
    overflow-y: auto;
    scrollbar-width: thin !important;
    scrollbar-color: #658F47 #E4EEC1;
  }
  .offer-popup .offer-popup-content .offer-title {
    color: #162623;
    font-family: "Volgarie", sans-serif;
    font-size: 2.5vw;
    line-height: 100%;
    padding-bottom: 2.0833333333vw;
  }
  .offer-popup .offer-popup-content .offer-percentage {
    color: #395143;
    font-size: 1.875vw;
    line-height: 100%;
    padding-bottom: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-sub-title {
    color: #858666;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    position: relative;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-sub-title::before {
    margin-left: 7.2916666667vw;
    margin-right: 7.2916666667vw;
    width: 75%;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 0.0416666667vw solid #D3D3D3;
  }
  .offer-popup .offer-popup-content .offer-long-description {
    padding-left: 13.0208333333vw;
    padding-right: 13.0208333333vw;
    color: #1C3319;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    text-align: center;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .offer-popup .offer-popup-content .offer-includes {
    gap: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .includes-here {
    font-size: 1.3541666667vw;
    line-height: 100%;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 52.0833333333vw;
    align-items: center;
    column-gap: 3.125vw;
    row-gap: 1.0416666667vw;
    padding-left: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    position: relative;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item::marker {
    content: "-";
    color: #658F47;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item .offer-includes-item-text {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-includes .no-includes {
    color: #162623;
    font-size: 1.875vw;
    line-height: 100%;
  }
  .offer-popup .offer-popup-content .offer-terms {
    gap: unset;
    padding-top: 4.1666666667vw;
  }
  .offer-popup .offer-popup-content .offer-terms .terms-conditions {
    font-size: 1.3541666667vw;
    line-height: 100%;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list {
    padding-bottom: 5.2083333333vw;
    padding-left: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 52.0833333333vw;
    align-items: center;
    column-gap: 3.125vw;
    row-gap: 1.0416666667vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item::marker {
    content: "-";
    color: #658F47;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item .offer-terms-conditions-text {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .notification-bell-section {
    justify-content: flex-start;
    float: left;
    margin-left: 5.7291666667vw;
  }
  .offer-popup .offer-popup-content .notification-bell-section .notification-bell-text .notification-text {
    color: #858666;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0416666667vw;
  }
  .offer-popup .offer-popup-content .offers-btn {
    float: right;
    margin-right: 5.7291666667vw;
  }
  .offer-popup .is-close-btn {
    display: none;
  }
}
.gallery-landing-section {
  padding-bottom: 100px;
}
.gallery-landing-section .gallery-filter-wrapper .gallery-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  justify-content: space-evenly;
  flex-direction: row;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  column-gap: 25px;
  row-gap: 25px;
}
.gallery-landing-section .gallery-filter-wrapper .gallery-filter .filter-item {
  color: #162623;
  font-family: "Gabarito", sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
}
.gallery-landing-section .gallery-filter-wrapper .gallery-filter .filter-item.active {
  color: #858666;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.gallery-landing-section .gallery-filter-wrapper .gallery-filter .filter-item:hover {
  color: #658F47;
}
@media only screen and (min-width: 1200px) {
  .gallery-landing-section .gallery-filter-wrapper .gallery-filter .filter-item:hover {
    transition: 0.5s ease-in-out;
  }
}
.gallery-landing-section .gallery-listing-card-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-evenly;
  display: flex;
  width: 100%;
  position: relative;
}
.gallery-landing-section .gallery-listing-card-wrapper .gallery-category-item {
  margin-bottom: 10px;
  opacity: 1;
  transform: scale(1);
  display: block;
  position: absolute;
  width: 100%;
}
.gallery-landing-section .gallery-listing-card-wrapper .gallery-category-item.is-hidden {
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%; /* Ensure proper width is maintained for layout */
  height: auto;
  display: none;
}
.gallery-landing-section .gallery-listing-card-wrapper .gallery-category-item .gallery-category-image-thumb.grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .gallery-landing-section .gallery-filter-wrapper .gallery-filter {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    list-style: none;
    padding-bottom: 4.1666666667vw;
    width: 57.2916666667vw;
    margin: auto;
  }
  .gallery-landing-section .gallery-filter-wrapper .gallery-filter .filter-item {
    color: #162623;
    font-family: "Gabarito", sans-serif;
    font-size: 0.9375vw;
    line-height: 100%;
    text-transform: uppercase;
    cursor: pointer;
  }
  .gallery-landing-section .gallery-filter-wrapper .gallery-filter .filter-item.active {
    color: #858666;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .gallery-landing-section .gallery-filter-wrapper .gallery-filter .filter-item:hover {
    color: #658F47;
    transition: 0.5s ease-in-out;
  }
  .gallery-landing-section .gallery-listing-card-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 1.0416666667vw;
    row-gap: 1.0416666667vw;
    position: relative;
    width: 100%;
  }
  .gallery-landing-section .gallery-listing-card-wrapper .gallery-category-item {
    width: calc(33.333% - 1.0416666667vw);
    margin-bottom: 1.0416666667vw;
    opacity: 1;
    transform: scale(1);
    display: block;
    position: absolute;
  }
  .gallery-landing-section .gallery-listing-card-wrapper .gallery-category-item.is-hidden {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8);
  }
  .gallery-landing-section .gallery-listing-card-wrapper .gallery-category-item .gallery-category-image-thumb.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.fancybox__container {
  --fancybox-bg: rgba(21, 37, 34, 0.85) !important;
}

.timeline-year-item.slick-slide.slick-active {
  font-weight: 900;
}

.timeline-year-item.slick-slide.slick-current.slick-active {
  font-weight: 500;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color: white !important;
  font-size: 13px;
  text-align: center;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  color: white !important;
  font-size: 13px;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  font-size: 13px;
  text-align: center;
  color: white !important;
}/*# sourceMappingURL=style.css.map */