.hero.properties {
  background: rgba(252, 248, 242, 0.8);
  padding: 0 2.5rem;
  height: 86.7rem;
  margin-top: 10rem;
  position: relative;
  z-index: 1;
}
.hero.properties .container {
  position: relative;
  background: linear-gradient(192.99deg, rgba(0, 0, 0, 0) 53.57%, rgba(0, 0, 0, 0.6) 77.28%);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.hero.properties .video {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero.properties .video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero.properties .subtitle {
  display:block;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #FCF8F2;
  position: relative;
  margin-bottom: 3.5rem; 
}
.hero.properties h1 {
  margin-top: 3.2rem;
  font-weight: 400;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}
.hero.properties .order-nav {
  margin-top: 5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 9.4rem;
  gap: 2.5rem;
  background: rgba(252, 248, 242, 0.1);
  backdrop-filter: blur(7.7rem);
}
.hero.properties .order-nav .select-wrap,
.hero.properties .order-nav .dropdown-btn,
.hero.properties .order-nav .guests-btn {
  position: relative;
}
.hero.properties .order-nav .select-wrap:after,
.hero.properties .order-nav .dropdown-btn:after,
.hero.properties .order-nav .guests-btn:after {
  content: '';
  position: absolute;
  display: block;
  top: 3rem;
  right: 2rem;
  height: 0.4rem;
  width: 0.7rem;
  background-image: url(../../img/icons/arrow-to-bottom-w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.hero.properties .order-nav .select-wrap:before,
.hero.properties .order-nav .dropdown-btn:before,
.hero.properties .order-nav .guests-btn:before {
  content: '';
  position: absolute;
  display: block;
  top: 2rem;
  left: 2rem;
  height: 2.4rem;
  width: 2.4rem;
  pointer-events: none;
  background: url(../../img/icons/bed-w.svg) no-repeat center center / 2rem;
}
.hero.properties .order-nav .select-wrap.selected:before,
.hero.properties .order-nav .dropdown-btn.selected:before,
.hero.properties .order-nav .guests-btn.selected:before {
  background: rgba(34, 205, 114, 0.895);
}
.hero.properties .order-nav .dropdown-btn,
.hero.properties .order-nav .guests-btn {
  cursor: pointer;
  padding: 2rem 2rem 2rem 6.4rem;
  gap: 2rem;
  width: 38.9rem;
  height: 6.4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in-out;
}
.hero.properties .order-nav .dropdown-btn.active,
.hero.properties .order-nav .guests-btn.active,
.hero.properties .order-nav .dropdown-btn:hover,
.hero.properties .order-nav .guests-btn:hover {
  background: rgba(252, 248, 242, 0.3);
}
.hero.properties .order-nav .guest-wrap {
  position: relative;
}
.hero.properties .order-nav .guest-wrap .guests-set {
  position: absolute;
  bottom: 110%;
  left: 0;
  padding: 4rem;
  background: #FFFFFF;
  box-shadow: 0 1.4rem 5.4rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  width: 38.9rem;
  opacity: 0;
  pointer-events: none;
}
.hero.properties .order-nav .guest-wrap .guests-set.active {
  opacity: 1;
  pointer-events: auto;
}
.hero.properties .order-nav .guest-wrap .guests-set > div:first-of-type {
  padding: 0 0 2.5rem;
  border-bottom: 0.1rem solid #5C4200;
}
.hero.properties .order-nav .guest-wrap .guests-set > div:last-of-type {
  padding: 2.5rem 0 0;
}
.hero.properties .order-nav .guest-wrap .guests-set > div {
  display: flex;
  justify-content: space-between;
}
.hero.properties .order-nav .guest-wrap .guests-set input {
  display: none;
}
.hero.properties .order-nav .guest-wrap .guests-set .type {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  margin-bottom: 0.8rem;
}
.hero.properties .order-nav .guest-wrap .guests-set .description {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 160%;
  color: #898989;
  opacity: 0.9;
}
.hero.properties .order-nav .guest-wrap .guests-set .right {
  width: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero.properties .order-nav .guest-wrap .guests-set .right span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 2.5rem;
  line-height: 120%;
  text-align: center;
  width: 4rem;
  height: 4.6rem;
  background: #FCF8F2;
}
.hero.properties .order-nav .guest-wrap .guests-set .right .count {
  font-size: 2.5rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  background: #FFFFFF;
}
.hero.properties .order-nav .guest-wrap .guests-set .right .plus,
.hero.properties .order-nav .guest-wrap .guests-set .right .minus {
  position: relative;
  cursor: pointer;
}
.hero.properties .order-nav .guest-wrap .guests-set .right .plus:before,
.hero.properties .order-nav .guest-wrap .guests-set .right .minus:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 0.17rem;
  width: 2rem;
  background: #000000;
}
.hero.properties .order-nav .guest-wrap .guests-set .right .plus:after {
  content: '';
  position: absolute;
  top: 1.4rem;
  left: 49%;
  display: block;
  width: 0.17rem;
  height: 2rem;
  background: #000000;
}
.hero.properties .order-nav .guest-wrap .guests-set.bottom {
  top: 110%;
  bottom: unset;
}
.hero.properties .order-nav form {
  width: 100%;
  height: unset;
  transition: all 0.3s ease-in-out;
}
.hero.properties .order-nav form.open {
  height: 15.4rem;
}
.hero.properties .order-nav form .order-settings {
  display: flex;
  gap: 2rem;
  align-items: end;
}
.hero.properties .order-nav form .dates {
  display: flex;
}
.hero.properties .order-nav form .dates input {
  background: transparent;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 6rem;
  height: 6.4rem;
  width: 34.45rem;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.hero.properties .order-nav form .dates input:focus,
.hero.properties .order-nav form .dates input:hover {
  outline: none;
  background: rgba(252, 248, 242, 0.3);
}
.hero.properties .order-nav form .dates input::placeholder {
  color: #FFFFFF;
}
.hero.properties .order-nav form .dates #from {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.hero.properties .order-nav form .dates #to {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.hero.properties .order-nav form button {
  height: 6.4rem;
  width: 23.5rem;
  border: none;
}
.hero.properties .order-nav .order-options {
  margin-top: 1.6rem;
}
.hero.properties .order-nav .order-options > div {
  gap: 2rem;
  display: none;
}
.hero.properties .order-nav .order-options > div.active {
  display: flex;
}
.hero.properties .order-nav label {
  justify-content: unset;
  align-items: unset;
  padding: unset;
  gap: unset;
  width: unset;
  height: unset;
  border: none;
  border-radius: 0;
  margin-bottom: 1.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.hero.properties .order-nav label input {
  display: none;
}
.hero.properties .order-nav label:has(input:checked) {
  background: rgba(252, 248, 242, 0.2);
}
.hero.properties .order-nav label img {
  max-width: 2.1rem;
  max-height: 2.1rem;
}
.hero.properties .order-nav .dates .from,
.hero.properties .order-nav .dates .to {
  position: relative;
}
.hero.properties .order-nav .dates .from:after,
.hero.properties .order-nav .dates .to:after {
  content: '';
  position: absolute;
  display: block;
  top: 3rem;
  right: 2rem;
  height: 0.4rem;
  width: 0.7rem;
  background-image: url(../../img/icons/arrow-to-bottom-w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.hero.properties .order-nav .dates .from:before,
.hero.properties .order-nav .dates .to:before {
  content: '';
  position: absolute;
  display: block;
  top: 2rem;
  left: 2rem;
  height: 2rem;
  width: 2rem;
  pointer-events: none;
}
.hero.properties .order-nav .dates .from {
  background: url(../../img/icons/arrival.svg) no-repeat 2rem center / 2rem;
}
.hero.properties .order-nav .dates .to {
  background: url(../../img/icons/departure.svg) no-repeat 2rem center / 2rem;
}
.hero.properties .order-nav .guests-btn {
  background: none;
}
.info {
  padding: 0 12rem 10rem;
  background: rgba(252, 248, 242, 0.8);
}
.info .container .title-block {
  display: flex;
  gap: 10.9rem;
  margin-bottom: 6.5rem;
}
.info .container .title-block .left {
  width: 59.8rem;
}
.info .container .title-block .left p {
  margin-top: 2.1rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #C4A453;
}
.info .container .title-block p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #342500;
  opacity: 0.9;
  max-width: 62.8rem;
}
.info h2 {
  font-weight: 400;
  font-size: 5rem;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
}
.info .wrapper {
  display: flex;
  gap: 4rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.info .wrapper > img {
  width: 66rem;
  object-fit: cover;
}
.info .wrapper .mobile {
  display: none;
}
.info .wrapper .wrap {
  width: 66.1rem;
}
.info .wrapper .wrap > div {
  display: flex;
  gap: 4rem;
  margin-bottom: 3.8rem;
}
.info .wrapper .wrap > div img {
  width: 31rem;
  height: 35.8rem;
  object-fit: cover;
}
.info .wrapper .name {
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  margin-bottom: 1rem;
}
.info .wrapper .description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #342500;
  opacity: 0.9;
  margin-bottom: 2.8rem;
  width: 65.8rem;
}
.info .wrapper ul {
  background: #fff;
  display: flex;
  padding: 3rem 5rem 3.5rem;
  justify-content: space-between;
  align-items: center;
}
.info .wrapper li {
  text-align: center;
  max-width: 25%;
  width: 100%;
}
.info .wrapper li p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #5C4200;
}
.info .wrapper li img {
  max-width: 3rem;
  max-height: 3rem;
  margin-bottom: 1rem;
}
.navigation {
  position: relative;
  height: 6.6rem;
  background: rgba(33, 37, 63, 0.8);
}
.navigation .container {
  padding: 2.5rem 0;
  text-align: center;
  background: rgba(33, 37, 63, 0.8);
  backdrop-filter: blur(2.7rem);
}
.navigation .container.fixed {
  position: fixed;
  top: 10rem;
  width: 100%;
  z-index: 51;
}
.navigation .container ul {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.navigation .container ul li a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  width: fit-content;
}
.navigation .container ul li a span {
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
  width: 0.695rem;
  height: 100%;
}
.gallery.extraordinaryExp {
  background: #272B45;
  padding: 12rem 0 19rem;
  position: relative;
}
.gallery.extraordinaryExp:after {
  position: absolute;
  content: '';
  display: block;
  width: 10.4rem;
  height: 0.3rem;
  background: #C4A453;
  left: 50%;
  transform: translateX(-50%);
  top: 8rem;
}
.gallery.extraordinaryExp .container h2 {
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FCF8F2;
}
.gallery.extraordinaryExp .container > p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #FCF8F2;
  max-width: 128rem;
  margin: 2.5rem auto;
}
.gallery.extraordinaryExp .container .propertiesGallerySwiper-scrollbar {
  bottom: 10rem;
  background: #D4CEBE;
  height: 0.1rem;
}
.gallery.extraordinaryExp .container .propertiesGallerySwiper-scrollbar .swiper-scrollbar-drag {
  background: #D19700;
  width: 40rem;
}
.gallery.extraordinaryExp .container .propertiesGallerySwiper-scrollbar .swiper-scrollbar-drag:after {
  content: '';
  display: block;
  width: 100%;
  height: 3rem;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
.gallery.extraordinaryExp .container .swiper {
  margin-top: 9rem;
}
.gallery.extraordinaryExp .container .swiper-slide {
  width: 42.2rem;
  background: #fff;
}
.gallery.extraordinaryExp .container .swiper-slide .wrap {
  padding: 4.4rem 4.55rem 4.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 26.8rem;
}
.gallery.extraordinaryExp .container .swiper-slide .type {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #5C4200;
  margin-bottom: 1.9rem;
}
.gallery.extraordinaryExp .container .swiper-slide .name {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.3;
  /* or 27px */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  opacity: 0.9;
  text-align: center;
}
.gallery.extraordinaryExp .container .swiper-slide .description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #362700;
  opacity: 0.9;
  margin-top: 1.9rem;
  text-align: center;
}
.gallery.extraordinaryExp .container .swiper-slide a {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.21;
  letter-spacing: 0.03em;
  color: #5C4200;
  position: relative;
  text-transform: uppercase;
  margin-top: 1.9rem;
}
.gallery.extraordinaryExp .container .swiper-slide a::after {
  display: block;
  content: '';
  width: 100%;
  height: 0.1rem;
  background: #5C4200;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
}
.gallery.extraordinaryExp .container .swiper-slide a span {
  display: inline-flex;
  align-items: center;
  width: 0.695rem;
  height: 100%;
}
.gallery.extraordinaryExp .container .swiper-button-next::after,
.gallery.extraordinaryExp .container .swiper-button-prev::after {
  color: #ffffff;
  background-color: #C4A453;
  border-radius: 50%;
  font-size: 1.8rem;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery.extraordinaryExp .container .swiper-button-next.swiper-button-disabled,
.gallery.extraordinaryExp .container .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}
.gallery.extraordinaryExp .container .swiper-button-prev {
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .gallery.extraordinaryExp .container .swiper-button-prev {
    left: 2rem;
    top: 40%;
  }
}
.gallery.extraordinaryExp .container .swiper-button-next {
  right: 4rem;
}
@media screen and (max-width: 768px) {
  .gallery.extraordinaryExp .container .swiper-button-next {
    top: 40%;
    right: 2rem;
  }
}
.culinaryExp {
  background: #272B45;
  padding: 2.6rem 0 4.5rem 0;
  position: relative;
}
.culinaryExp .mobile {
  display: none;
}
.culinaryExp:after {
  position: absolute;
  content: '';
  display: block;
  width: 10.4rem;
  height: 0.3rem;
  background: #C4A453;
  left: 50%;
  transform: translateX(-50%);
  top: 10rem;
}
.culinaryExp h2 {
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.culinaryExp .container {
  display: flex;
  gap: 8.2rem;
  margin-top: 9.7rem;
  /* FIXED: Removed fixed height to allow content to grow, set min-height for portrait image */
  min-height: 95rem;
}
.culinaryExp ul.images {
  position: relative;
  /* FIXED: Portrait dimensions - taller than wide */
  width: 74rem;
  height: 95rem;
  /* Portrait aspect ratio (roughly 3:4) */
  flex-shrink: 0;
  /* Prevent image container from shrinking */
  overflow: hidden;
  /* Prevent images from breaking out of container */
}
.culinaryExp ul.images li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease;
}
.culinaryExp ul.images li img {
  /* FIXED: Added proper sizing for portrait images */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This will crop the image to fit while maintaining aspect ratio */
  object-position: center;
  /* Center the image */
}
.culinaryExp ul.images li.active {
  opacity: 1;
}
.culinaryExp .list {
  display: flex;
  flex-direction: column;
  justify-content: top;
  /* FIXED: Allow list to grow beyond container if needed */
  flex: 1;
  overflow: visible;
}
.culinaryExp .list li {
  padding: 2rem 2rem 2.5rem;
  max-width: 81.2rem;
}
.culinaryExp .list li .destination {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
}
.culinaryExp .list li h3 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E1BE67;
  opacity: 0.9;
}
.culinaryExp .list li p {
  margin-top: 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 160%;
  color: #FFFFFF;
  letter-spacing: 0;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .culinaryExp .list li p {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    max-height: unset;
  }
}
.culinaryExp .list li a {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.03em;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  margin: 2rem 0 0;
}
.culinaryExp .list li a:after {
  display: block;
  content: '';
  width: 100%;
  height: 0.1rem;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
}
.culinaryExp .list li a span {
  display: inline-flex;
  align-items: center;
  width: 0.695rem;
  height: 100%;
  margin-left: 1rem;
}
.culinaryExp .list li:not(:first-of-type) {
  margin-top: 1.95rem;
}
.culinaryExp .list li.active {
  background: rgba(255, 255, 255, 0.05);
}
.talent {
  padding: 12rem 0 0;
  background: rgba(252, 248, 242, 0.8);
}
.talent .mobile {
  display: none;
}
.talent h2 {
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
}
.talent > p {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  color: #362700;
  opacity: 0.9;
  max-width: 83.1rem;
  margin: 2.3rem auto 0;
}
.talent .container {
  display: flex;
  margin-top: 5.2rem;
  padding: 0 12rem;
}
.talent .container img {
  max-width: 67.7rem;
  object-fit: cover;
}
.talent .container .content {
  padding: 16.25rem 7rem;
  background: #fff;
  text-align: center;
}
.talent .container .content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.1;
  text-align: center;
  word-break: break-word;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  opacity: 0.9;
}
.talent .container .content p {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #362700;
  opacity: 0.9;
  margin-top: 3rem;
}
.talent .container .content a {
  margin-top: 3rem;
}
.culinaryEvents {
  background: rgba(252, 248, 242, 0.8);
  padding: 14.8rem 0 15.6rem;
  position: relative;
}
.culinaryEvents:after {
  position: absolute;
  content: '';
  display: block;
  width: 10.4rem;
  height: 0.3rem;
  background: #E7C46C;
  left: 50%;
  transform: translateX(-50%);
  top: 11rem;
}
.culinaryEvents .text-overflow {
  -webkit-line-clamp: 3;
  max-height: 7.4rem;
}
.culinaryEvents .container {
  padding: 0 12rem;
}
.culinaryEvents .container .subtitle {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.21;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  text-align: center;
  color: #C4A453;
}
.culinaryEvents .container h2 {
  width: 100%;
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  text-align: center;
}
.culinaryEvents .container .text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #362700;
  opacity: 0.9;
  padding: 4.1rem 0 0 70rem;
}
.culinaryEvents .culinaryEventsSwiper-scrollbar {
  bottom: 10rem !important;
  background: #D4CEBE;
  height: 0.1rem !important;
  max-width: 136rem;
  left: 50% !important;
  transform: translateX(-50%);
}
.culinaryEvents .culinaryEventsSwiper-scrollbar .swiper-scrollbar-drag {
  background: #D19700;
  width: 40rem;
}
.culinaryEvents .culinaryEventsSwiper-scrollbar .swiper-scrollbar-drag:after {
  content: '';
  display: block;
  width: 100%;
  height: 3rem;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
.culinaryEvents .swiper {
  margin-top: 9rem;
}
.culinaryEvents .swiper-slide {
  width: 42.7rem;
  background: #fff;
  height: auto;
}
.culinaryEvents .swiper-slide .wrap {
  padding: 4.6rem 3.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 32rem;
}
.culinaryEvents .swiper-slide .place-date {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #C4A453;
  margin-bottom: 1.9rem;
}
.culinaryEvents .swiper-slide .place-date span {
  opacity: 0.4;
}
.culinaryEvents .swiper-slide .name {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.3;
  /* or 27px */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  opacity: 0.9;
  text-align: center;
}
.culinaryEvents .swiper-slide .description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #362700;
  opacity: 0.9;
  margin-top: 1.9rem;
  text-align: center;
}
.culinaryEvents .swiper-slide a {
  margin-top: 2.8rem;
}
.culinaryEvents .swiper-button-next::after,
.culinaryEvents .swiper-button-prev::after {
  color: #ffffff;
  background-color: #C4A453;
  border-radius: 50%;
  font-size: 1.8rem;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.culinaryEvents .swiper-button-next.swiper-button-disabled,
.culinaryEvents .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}
.culinaryEvents .swiper-button-prev {
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .culinaryEvents .swiper-button-prev {
    left: 2rem;
  }
}
.culinaryEvents .swiper-button-next {
  right: 4rem;
}
@media screen and (max-width: 768px) {
  .culinaryEvents .swiper-button-next {
    right: 2rem;
  }
}
.amenities {
  background: rgba(252, 248, 242, 0.8);
  padding: 2.5rem 2.5rem 0;
  height: 91.3rem;
  position: relative;
}
.amenities .mobile {
  display: none;
}
.amenities .container {
  display: flex;
  height: 100%;
}
.amenities .text-wrap {
  padding: 5rem 9rem;
  width: 57.2rem;
  background: #fff;
  height: 100%;
}
.amenities .text-wrap h2 {
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
}
.amenities .text-wrap p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #342500;
  opacity: 0.9;
  margin: 2rem 0;
}
.amenities .text-wrap a {
  min-width: 21.8rem;
  width: fit-content;
}
.amenities .image-wrap {
  position: relative;
  width: 97.8rem;
  height: 100%;
  overflow: hidden;
}
.amenities .image-wrap:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0) 64.92%, #000000 100%);
  left: 0;
  top: 0;
}
.amenities .image-wrap ul li {
  opacity: 0;
  height: 100%;
  width: 97.8rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.amenities .image-wrap ul li .desktop {
  height: 100%;
  object-fit: cover;
}
.amenities .image-wrap ul li.active {
  opacity: 1;
}
.amenities ul.tabs {
  display: flex;
  max-width: 82.5rem;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 4rem;
  right: 9.6rem;
}
.amenities ul.tabs li {
  text-align: center;
  position: relative;
  cursor: pointer;
  max-width: 25%;
}
.amenities ul.tabs li.active::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #C4A453;
  left: 0;
  top: -2rem;
}
.amenities ul.tabs li.active .white {
  display: none;
}
.amenities ul.tabs li.active .yellow {
  display: unset;
}
.amenities ul.tabs li.active p {
  color: #E7C46C;
}
.amenities ul.tabs li img {
  max-height: 3rem;
  margin-bottom: 1rem;
  stroke: red;
}
.amenities ul.tabs li .yellow {
  display: none;
}
.amenities ul.tabs li p {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.extraordinaryExp {
  background: rgba(252, 248, 242, 0.8);
  padding: 9rem 0 16.5rem;
  position: relative;
}
.extraordinaryExp:after {
  position: absolute;
  content: '';
  display: block;
  width: 10.4rem;
  height: 0.3rem;
  background: #C4A453;
  left: 50%;
  transform: translateX(-50%);
  top: 8rem;
}
.extraordinaryExp .container .subtitle {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.21;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  text-align: center;
  color: #C4A453;
}
.extraordinaryExp .container h2 {
  width: 100%;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  padding-top: 2.6rem;
  text-align: center;
}
.extraordinaryExp .container .text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #362700;
  opacity: 0.9;
  padding: 4.1rem 0 0 70rem;
}
.extraordinaryExp .propertiesExtraordinarySwiper-scrollbar {
  bottom: 10rem !important;
  background: #D4CEBE;
  height: 0.1rem !important;
  max-width: 136rem;
  left: 50% !important;
  transform: translateX(-50%);
}
.extraordinaryExp .propertiesExtraordinarySwiper-scrollbar .swiper-scrollbar-drag {
  background: #D19700;
  width: 40rem;
}
.extraordinaryExp .propertiesExtraordinarySwiper-scrollbar .swiper-scrollbar-drag:after {
  content: '';
  display: block;
  width: 100%;
  height: 3rem;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
.extraordinaryExp .swiper {
  margin-top: 9rem;
}
.extraordinaryExp .swiper-slide {
  width: 42.7rem;
  background: #fff;
  height: auto;
}
.extraordinaryExp .swiper-slide > img {
  width: 100%;
  height: 34.4rem;
  object-fit: cover;
}
.extraordinaryExp .swiper-slide .wrap {
  padding: 4.6rem 1.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 27.6rem;
}
.extraordinaryExp .swiper-slide .type {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #5C4200;
  margin-bottom: 1.9rem;
}
.extraordinaryExp .swiper-slide .name {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.3;
  /* or 27px */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
  opacity: 0.9;
  text-align: center;
}
.extraordinaryExp .swiper-slide .description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #362700;
  opacity: 0.9;
  margin-top: 1.9rem;
  text-align: center;
}
.extraordinaryExp .swiper-slide a {
  display: inline-flex;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #5C4200;
  text-transform: uppercase;
  position: relative;
  margin-top: 1.9rem;
  align-items: center;
}
.extraordinaryExp .swiper-slide a::after {
  display: block;
  content: '';
  width: 100%;
  height: 0.1rem;
  background: #5C4200;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
}
.extraordinaryExp .swiper-slide a span {
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
  width: 0.5rem;
  height: 100%;
}
.extraordinaryExp .swiper-button-next::after,
.extraordinaryExp .swiper-button-prev::after {
  color: #ffffff;
  background-color: #C4A453;
  border-radius: 50%;
  font-size: 1.8rem;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.extraordinaryExp .swiper-button-next.swiper-button-disabled,
.extraordinaryExp .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}
.extraordinaryExp .swiper-button-prev {
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .extraordinaryExp .swiper-button-prev {
    left: 2rem;
  }
}
.extraordinaryExp .swiper-button-next {
  right: 4rem;
}
@media screen and (max-width: 768px) {
  .extraordinaryExp .swiper-button-next {
    right: 2rem;
  }
}
.location {
  background: rgba(252, 248, 242, 0.8);
  padding-bottom: 36rem;
  position: relative;
}
.location .mobile {
  display: none;
}
.location .container {
  background: #fff;
  display: flex;
  max-width: 136rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.location .container .wrap {
  padding: 3.65rem 9rem;
  width: 56.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.location .container h2 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
}
.location .container p {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #342500;
  opacity: 0.9;
  margin-top: 2rem;
}
.location .container .map {
  background: rgba(0, 0, 0, 0.1);
  width: 79.9rem;
  height: 64.1rem;
}
.location > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41.9rem;
}
.location .mapboxgl-control-container {
  opacity: 0 !important;
  pointer-events: none;
}
.curator {
  background: rgba(252, 248, 242, 0.8);
  padding: 9.5rem 12rem;
}
.curator .mobile {
  display: none;
}
.curator .container {
  display: flex;
  background: #fff;
}
.curator img {
  object-fit: cover;
  max-width: 34.7rem;
}
.curator .wrap {
  padding: 9.7rem 9rem 9.7rem 12.5rem;
}
.curator .title {
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
}
.curator .name {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #C4A453;
  margin-top: 2.9rem;
}
.curator .description {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #5C4200;
  opacity: 0.9;
  margin-top: 2.9rem;
}
#ui-datepicker-div {
  width: 90rem !important;
  padding: 4rem;
}
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
  width: 3.9rem;
  height: 100%;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-prev span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
}
#ui-datepicker-div .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-prev:hover {
  transform: none;
  background: none;
  border: none;
}
#ui-datepicker-div .ui-datepicker-next span {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url('../../img/icons/arrow-to-right-gold-big.svg');
}
#ui-datepicker-div .ui-datepicker-prev span {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url('../../img/icons/arrow-to-left-gold-big.svg');
}
#ui-datepicker-div .ui-state-default {
  border: none;
  background: none;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.21;
  color: #362700;
}
#ui-datepicker-div td[title]::after {
  content: attr(title);
  display: block;
  position: relative;
  height: 1.25rem;
  margin-top: -0.25rem;
  border: none;
  background: none;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.21;
  color: #362700;
}
#ui-datepicker-div .ui-datepicker-header {
  position: unset;
  padding: 1rem 1rem 1.6rem;
  background-color: #FFF;
  border: none;
}
#ui-datepicker-div .ui-datepicker-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5C4200;
}
#ui-datepicker-div .selectedDay {
  background: #E1DCD4;
  border: 0.15rem solid #ffffff;
}
#ui-datepicker-div .minimal-interval {
  background: #E1DCD4;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #000000;
  opacity: 0.5;
  width: 14.2857%;
}
#ui-datepicker-div .ui-datepicker-current-day {
  background: #E1DCD4;
}
#ui-datepicker-div td {
  padding: 1.65rem 0;
}
.anchor {
  position: relative;
  transform: translateY(-15rem);
}
@media screen and (max-width: 768px) {
  .hero.properties {
    padding: 0 1.5rem 0 1.5rem;
    margin-top: 10rem;
    background: rgba(252, 248, 242, 0.8);
    height: 74.8rem;
  }
  .hero.properties .container {
    padding-top: 27.3rem;
  }
  .hero.properties .mobile-bg {
    display: block;
  }
  .hero.properties h1 {
    margin-top: 2.2rem;
    font-style: normal;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
  }
  .hero.properties .order-nav {
    margin-top: 3.1rem;
    padding: 1.5rem;
    gap: 1.6rem;
    background: rgba(252, 248, 242, 0.1);
    backdrop-filter: blur(7.7rem);
    position: relative;
    z-index: 1;
    -webkit-backdrop-filter: blur(7.7rem);
  }
  .hero.properties .order-nav > p {
    display: none;
  }
  .hero.properties .order-nav .order-settings {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .hero.properties .order-nav .order-settings > div {
    width: 100%;
  }
  .hero.properties .order-nav .order-options {
    margin-top: 0;
  }
  .hero.properties .order-nav .order-options > div {
    margin-top: 1rem;
  }
  .hero.properties .order-nav .dropdown-btn,
  .hero.properties .order-nav .guests-btn {
    padding: 1rem 1rem 1rem 6.4rem;
    width: 100%;
    height: 5.4rem;
    font-size: 1.5rem;
    background: transparent;
    align-items: center;
    display: flex;
  }
  .hero.properties .order-nav .dropdown-btn:before,
  .hero.properties .order-nav .guests-btn:before {
    top: 1.6rem;
  }
  .hero.properties .order-nav .dropdown-btn:hover,
  .hero.properties .order-nav .guests-btn:hover {
    background: none;
  }
  .hero.properties .order-nav .dropdown-btn.active,
  .hero.properties .order-nav .guests-btn.active {
    background: rgba(252, 248, 242, 0.3);
  }
  .hero.properties .order-nav .guest-wrap .guests-set {
    padding: 2rem;
    top: unset;
    bottom: 110%;
    pointer-events: none;
    width: 100%;
  }
  .hero.properties .order-nav .guest-wrap .guests-set > div:first-of-type {
    padding: 0 0 2.5rem;
  }
  .hero.properties .order-nav .guest-wrap .guests-set > div:last-of-type {
    padding: 2.5rem 0 0;
  }
  .hero.properties .order-nav .guest-wrap .guests-set > div {
    display: flex;
    justify-content: space-between;
  }
  .hero.properties .order-nav .guest-wrap .guests-set .type {
    font-size: 1.8rem;
  }
  .hero.properties .order-nav .guest-wrap .guests-set .description {
    font-size: 1.4rem;
  }
  main .titleTextRow {
    padding-bottom: 0;
  }
  .info {
    padding: 2.2rem 1.5rem;
  }
  .info .container .title-block {
    flex-direction: column;
    gap: 2.2rem;
    margin-bottom: 2.2rem;
  }
  .info .container .title-block .left {
    width: 100%;
  }
  .info .container .title-block .left p {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
  .info .container .title-block p {
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 100%;
  }
  .info h2 {
    font-size: 2.6rem;
  }
  .info .wrapper {
    gap: 1.3rem;
    flex-direction: column;
  }
  .info .wrapper > img {
    width: 100%;
    height: auto;
  }
  .info .wrapper .mobile {
    display: unset;
  }
  .info .wrapper .desktop {
    display: none;
  }
  .info .wrapper .wrap {
    width: 100%;
  }
  .info .wrapper .wrap > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3rem;
    gap: unset;
  }
  .info .wrapper .wrap > div img {
    width: 19.2rem;
    height: 12.5rem;
  }
  .info .wrapper .description {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.8rem;
    width: 100%;
  }
  .info .wrapper ul {
    padding: 3rem 4rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .info .wrapper li {
    text-align: center;
    width: 45%;
    max-width: 45%;
  }
  .info .wrapper li p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #5C4200;
  }
  .info .wrapper li img {
    max-width: 3rem;
    max-height: 3rem;
    margin-bottom: 1rem;
  }
  .navigation {
    display: none;
  }
  .gallery.extraordinaryExp {
    padding: 7.7rem 0 6.5rem;
  }
  .gallery.extraordinaryExp:after {
    top: 5rem;
  }
  .gallery.extraordinaryExp .container {
    padding: 0;
  }
  .gallery.extraordinaryExp .container h2,
  .gallery.extraordinaryExp .container > p {
    padding: 0 1.5rem;
  }
  .gallery.extraordinaryExp .container h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  .gallery.extraordinaryExp .container > p {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2.4rem;
  }
  .gallery.extraordinaryExp .container > p br {
    display: none;
  }
  .gallery.extraordinaryExp .container .propertiesGallerySwiper-scrollbar {
    bottom: 3rem !important;
  }
  .gallery.extraordinaryExp .container .propertiesGallerySwiper-scrollbar .swiper-scrollbar-drag {
    background: #C4A453;
    position: relative;
  }
  .gallery.extraordinaryExp .container .propertiesGallerySwiper-scrollbar .swiper-scrollbar-drag:before {
    content: '';
    display: block;
    width: 100%;
    height: 2rem;
    position: absolute;
    top: -50%;
    left: 0;
  }
  .gallery.extraordinaryExp .container .swiper {
    margin-top: 3.9rem;
  }
  .gallery.extraordinaryExp .container .swiper-slide {
    width: 33.2rem;
    background: #fff;
  }
  .gallery.extraordinaryExp .container .swiper-slide img {
    height: 24.3rem;
  }
  .gallery.extraordinaryExp .container .swiper-slide .wrap {
    padding: 3.3rem 3rem;
    min-height: 21.2rem;
  }
  .gallery.extraordinaryExp .container .swiper-slide .name {
    font-size: 2rem;
  }
  .gallery.extraordinaryExp .container .swiper-slide .description {
    font-size: 1.5rem;
    margin-top: 1rem;
    width: 27.2rem;
  }
  .gallery.extraordinaryExp .container .swiper-slide a {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .gallery.extraordinaryExp .container .swiper-slide a span {
    display: inline-flex;
    align-items: center;
    width: 0.695rem;
    height: 100%;
  }
  .culinaryExp {
    padding: 10.3rem 0 6rem;
    height: unset;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .culinaryExp .mobile {
    display: block;
  }
  .culinaryExp .desktop {
    display: none;
  }
  .culinaryExp:after {
    width: 19.4rem;
    top: 8rem;
  }
  .culinaryExp h2 {
    font-size: 2.9rem;
    line-height: 1.2;
  }
  .culinaryExp .container {
    gap: 0;
    margin-top: 2rem;
    flex-direction: column;
    height: unset;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .culinaryExp ul.images {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 33.7rem;
    overflow: hidden;
  }
  .culinaryExp ul.images li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 300ms ease;
  }
  .culinaryExp ul.images li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .culinaryExp .list li {
    padding: 2rem 2rem 2.5rem;
  }
  .culinaryExp .list li h3 {
    font-size: 2.1rem;
  }
  .culinaryExp .list li:not(:first-of-type) {
    margin-top: 1.25rem;
  }
  .talent {
    padding: 7rem 1.5rem 0;
  }
  .talent .mobile {
    display: block;
  }
  .talent .desktop {
    display: none;
  }
  .talent h2 {
    font-size: 3.4rem;
  }
  .talent .container {
    display: flex;
    margin-top: 4rem;
    padding: 0;
    flex-direction: column;
  }
  .talent .container img {
    max-width: 100%;
  }
  .talent .container .content {
    padding: 5rem 3rem;
  }
  .talent .container .content h3 {
    letter-spacing: 0.09em;
  }
  .culinaryEvents {
    padding: 10.5rem 0 10.7rem;
  }
  .culinaryEvents:after {
    top: 8rem;
  }
  .culinaryEvents .container {
    padding: 0;
  }
  .culinaryEvents .container h2 {
    font-size: 3.2rem;
  }
  .culinaryEvents .culinaryEventsSwiper-scrollbar {
    bottom: 7.5rem !important;
    max-width: 100%;
  }
  .culinaryEvents .swiper {
    margin-top: 2.8rem;
  }
  .culinaryEvents .swiper-slide {
    width: 33.2rem;
    background: #fff;
  }
  .culinaryEvents .swiper-slide .place-date {
    text-align: center;
    font-size: 1.3rem;
    line-height: normal;
  }
  .culinaryEvents .swiper-slide .description {
    font-size: 1.7rem;
    margin-top: 1.9rem;
  }
  .amenities {
    background: #fff;
    padding: 5rem 0 0;
    height: unset;
    position: relative;
  }
  .amenities .mobile {
    display: block;
    object-fit: cover;
    height: 100%;
  }
  .amenities .desktop {
    display: none;
  }
  .amenities .container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  .amenities .text-wrap {
    padding: 0 1.5rem;
    width: 100%;
    height: fit-content;
  }
  .amenities .text-wrap h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .amenities .text-wrap a {
    display: none;
  }
  .amenities .main-btn {
    width: 100%;
  }
  .amenities .image-wrap {
    width: 100%;
    height: 60rem;
  }
  .amenities .image-wrap ul li {
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    position: absolute;
  }
  .amenities .image-wrap ul li.active {
    opacity: 1;
  }
  .amenities ul.tabs {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    column-gap: 0.5rem;
    row-gap: 2rem;
    padding: 0 1.5rem;
    width: 100%;
    right: unset;
    bottom: 3rem;
  }
  .amenities ul.tabs li {
    width: unset;
    line-height: 1.1;
  }
  .amenities ul.tabs li.active::before {
    top: -1rem;
  }
  .amenities ul.tabs li.active .white {
    display: none;
  }
  .amenities ul.tabs li.active .yellow {
    display: unset;
  }
  .amenities ul.tabs li.active p {
    color: #E7C46C;
  }
  .amenities ul.tabs li img {
    max-width: 2rem;
    max-height: 2rem;
    margin-bottom: 1rem;
  }
  .amenities ul.tabs li .yellow {
    display: none;
  }
  .extraordinaryExp {
    padding: 6.5rem 0 5.4rem;
  }
  .extraordinaryExp:after {
    top: 5rem;
  }
  .extraordinaryExp .container {
    padding: 0 1.5rem;
  }
  .extraordinaryExp .container .subtitle {
    text-align: center;
  }
  .extraordinaryExp .container h2 {
    width: 100%;
    text-align: center;
    font-size: 2.7rem;
    padding-top: 2.2rem;
  }
  .extraordinaryExp .container .text {
    font-size: 1.5rem;
    opacity: 1;
    padding: 0;
    margin-top: 2.2rem;
    text-align: center;
  }
  .extraordinaryExp .propertiesExtraordinarySwiper-scrollbar {
    bottom: 3rem !important;
  }
  .extraordinaryExp .propertiesExtraordinarySwiper-scrollbar .swiper-scrollbar-drag {
    background: #C4A453;
    position: relative;
  }
  .extraordinaryExp .propertiesExtraordinarySwiper-scrollbar .swiper-scrollbar-drag:before {
    content: '';
    display: block;
    width: 100%;
    height: 2rem;
    position: absolute;
    top: -50%;
    left: 0;
  }
  .extraordinaryExp .swiper {
    margin-top: 4.7rem;
  }
  .extraordinaryExp .swiper-slide {
    width: 42.7rem;
    background: #fff;
  }
  .extraordinaryExp .swiper-slide .wrap {
    padding: 3rem 1.5rem;
    min-height: 26rem;
  }
  .extraordinaryExp .swiper-slide .type {
    margin-bottom: 1rem;
  }
  .extraordinaryExp .swiper-slide .description {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .location {
    padding-bottom: 0rem;
    position: relative;
  }
  .location .mobile {
    display: block;
    height: 47.7rem;
    object-fit: cover;
  }
  .location .desktop {
    display: none;
  }
  .location .container {
    flex-direction: column;
    max-width: 100%;
    z-index: 1;
    padding: 0 1.5rem;
    background: rgba(252, 248, 242, 0.8);
  }
  .location .container .wrap {
    padding: 7rem 0;
    width: 100%;
    background: #fff;
  }
  .location .container h2 {
    font-size: 3.5rem;
    text-align: center;
  }
  .location .container p {
    margin-top: 1rem;
    padding: 0 1rem;
    text-align: center;
  }
  .location .container .map {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 55.1rem;
  }
  .location > img {
    position: unset;
    margin-top: 3rem;
    width: 100%;
  }
  .curator {
    padding: 3rem 1.5rem;
  }
  .curator .mobile {
    display: unset;
  }
  .curator .desktop {
    display: none;
  }
  .curator .container {
    flex-direction: column;
  }
  .curator img {
    max-width: 100%;
  }
  .curator .wrap {
    padding: 4rem 2.5rem;
  }
  .curator .title {
    font-size: 2.5rem;
  }
  #ui-datepicker-div {
    width: 86% !important;
    left: 7% !important;
    padding: 4rem;
  }
  #ui-datepicker-div .selectedDay {
    background: #E1DCD4;
    border: 0.15rem solid #ffffff;
  }
  #ui-datepicker-div .ui-datepicker-calendar th {
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #000000;
    opacity: 0.5;
    width: 14.2857%;
  }
  #ui-datepicker-div .ui-datepicker-current-day {
    background: #E1DCD4;
  }
  #ui-datepicker-div td {
    padding: 1rem 0;
  }
}
/*# sourceMappingURL=properties.css.map */