* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

@font-face {
  font-family: "Authentic Signature";
  src: url("../fonts/Authentic Signature.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0px !important;
}

ul,
ol {
  padding-left: 0px !important;
}

body {
  font-optical-sizing: auto;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none !important;
}

ul,
li {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}

header {
  width: 100%;
  height: auto;
  top: 0px;
  transition: 0.6s;
  z-index: 99;
}

header.header-position {
  background: transparent;
}

.top-header-section {
  width: 100%;
  height: 130px;
}

.header-top-section {
  width: 92%;
  margin: 0px auto;
}

.header-top {
  width: 100%;
  margin: 0px auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid !important;
}

.uk-sticky-fixed .top-header-section {
  border-color: rgb(239, 239, 239);
  height: 90px;
}

.uk-sticky-fixed .logo img {
  width: 80px !important;
}

.uk-sticky-fixed span.icons-price {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed .menu-button a {
  color: rgb(0, 0, 0) !important;
}

.uk-sticky-fixed .menu-button a {
  border: 0px;
}

.uk-sticky-fixed .menu-button {
  height: 90px;
  border-color: rgb(239, 239, 239);
  display: flex;
  align-items: center;
}

.uk-sticky-fixed .hotels-button a {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed .weather {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed .weather span {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed button.open-button {
  color: rgb(0, 0, 0);
}

.banner-slider {
  width: 100%;
  position: relative;
}

.banner-slider-item {
  width: 100%;
  position: relative;
}

.banner-wrapper,
.banner-inner {
  width: 100%;
  height: 100%;
}

.banner-inner {
  position: relative;
}

.banner-inner::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  inset: 0px;
  z-index: 3;
  pointer-events: none;
}

.banner-overlay .banner-text {
  pointer-events: auto;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: clamp(44px, 10.5vw, 190px);
  transform: translateY(-50%);
  color: rgb(255, 255, 255);
  z-index: 2;
  width: min(620px, 100% - 36px);
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.35) 0px 12px 30px;
}

.banner-title,
.banner-subtitle,
.banner-actions {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
}

.banner-text.is-animating .banner-title,
.banner-text.is-animating .banner-subtitle,
.banner-text.is-animating .banner-actions {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
  transition: opacity 520ms, transform 650ms cubic-bezier(0.16, 1, 0.3, 1), filter 520ms;
}

.banner-text.is-animating .banner-title,
.banner-text.is-animating .banner-subtitle,
.banner-text.is-animating .banner-actions {
  transition-delay: 80ms;
}

@media (prefers-reduced-motion: reduce) {

  .banner-title,
  .banner-subtitle,
  .banner-actions {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none !important;
  }
}

.banner-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-title {
  color: rgb(255, 255, 255);
  font-size: clamp(46px, 5.4vw, 70px);
  line-height: 1.02;
  letter-spacing: 0.01em;
  font-family: Cormorant, serif;
  font-weight: 600;
  margin: 0px !important;
  padding: 0px !important;
}

.banner-subtitle {
  max-width: 620px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: 18px !important;
}

.banner-cta {
  display: inline-flex;
  align-items: stretch;
}

.banner-actions {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.banner-cta__btn {
  height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 3px 28px 0px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  transition: background-color 180ms, color 180ms, opacity 180ms;
}

.banner-cta__btn:hover {
  background: rgb(180, 162, 139);
  color: rgb(255, 255, 255) !important;
}

.banner-cta__arrow {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  text-decoration: none;
  position: relative;
}

.banner-cta__arrow::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 7px solid rgba(255, 255, 255, 0.9);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateX(1px);
}

.banner-cta__btn:hover,
.banner-cta__arrow:hover {
  opacity: 0.92;
}

.banner-cta__btnText {
  display: block;
  transition: none;
  will-change: auto;
}

.banner-cta__btnText--bottom {
  display: none;
}

.banner-play {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 0px;
  position: relative;
  background: rgb(200, 183, 161);
  transition: transform 180ms, box-shadow 180ms, border-color 180ms, background-color 180ms, opacity 180ms;
  cursor: pointer;
  will-change: transform;
  text-decoration: none;
  border: 0px;
}

.banner-play img {
  width: 18px;
  height: 18px;
  opacity: 1;
  display: block;
  filter: brightness(0) invert(1);
}

.banner-play::after {
  content: none;
}

.banner-play:hover {
  transform: scale(1.04);
  opacity: 0.92;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 14px 28px;
  background: rgb(200, 183, 161);
}

.banner-play:active {
  transform: scale(0.98);
}

.call-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background: rgb(209, 174, 99);
  color: rgb(255, 255, 255);
  transition: 0.3s;
  font-weight: 500;
  padding: 0px 20px;
}

.call-button a:hover {
  background: rgb(176, 147, 84);
  color: rgb(255, 255, 255) !important;
}

.reservation-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: rgb(255, 255, 255);
  transition: 0.3s;
  font-weight: 600;
  padding: 3px 20px 0px;
  letter-spacing: 0.6px;
  font-size: 13.5px;
  background: rgb(200, 183, 161);
}

.reservation-button a:hover {
  background: rgb(180, 162, 139);
  color: rgb(255, 255, 255) !important;
}

.uk-sticky-fixed .top-menu ul li a {
  color: rgb(20, 17, 43) !important;
}

.slider-section {
  width: 100%;
  height: 100dvh;
  position: relative;
}

.bannerMobile {
  display: none;
}

.logo {
  margin: 0px auto;
}

.vertical-line {
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.51);
  margin: 18px 0px 0px;
}

.play {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.play a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(200, 183, 161, 0.72);
  border-radius: 50%;
  position: relative;
  background: rgba(200, 183, 161, 0.14);
  backdrop-filter: blur(4px);
  transition: transform 180ms, box-shadow 180ms, border-color 180ms, background-color 180ms;
  cursor: pointer;
  will-change: transform;
}

.play a img {
  width: 16px;
  height: 16px;
  transition: transform 180ms, filter 180ms;
  filter: drop-shadow(rgba(0, 0, 0, 0.35) 0px 2px 8px);
}

.play a::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 999px;
  border: 2px solid rgba(200, 183, 161, 0.28);
  background: radial-gradient(circle, rgba(200, 183, 161, 0.28) 0%, rgba(200, 183, 161, 0.12) 36%, rgba(255, 255, 255, 0.06) 55%, rgba(255, 255, 255, 0) 72%);
  box-shadow: rgba(200, 183, 161, 0.18) 0px 0px 0px 0px, rgba(255, 255, 255, 0.14) 0px 0px 18px;
  opacity: 0.95;
  transform: scale(0.92);
  animation: 1.9s ease-out 0s infinite normal none running playPulse;
  pointer-events: none;
}

.play a::after {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 999px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 10px 24px, rgba(255, 255, 255, 0.16) 0px 0px 0px 1px;
  pointer-events: none;
}

.play a:hover {
  transform: scale(1.04);
  border-color: rgba(200, 183, 161, 0.92);
  box-shadow: rgba(0, 0, 0, 0.28) 0px 16px 36px, rgba(200, 183, 161, 0.14) 0px 0px 0px 6px;
  background: rgba(200, 183, 161, 0.2);
}

.play a:hover img {
  transform: scale(1.15);
  filter: drop-shadow(rgba(0, 0, 0, 0.45) 0px 6px 16px);
}

.play a:active {
  transform: scale(0.98);
}

@keyframes playPulse {
  0% {
    opacity: 0.95;
    transform: scale(0.9);
  }

  70% {
    opacity: 0;
    transform: scale(1.24);
  }

  100% {
    opacity: 0;
    transform: scale(1.24);
  }
}

.banner-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0px;
  line-height: 0;
  transition: transform 160ms, background-color 160ms, border-color 160ms, opacity 160ms;
}

.banner-slider .slick-arrow img {
  display: block;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 6px 14px);
}

.banner-slider .slick-prev {
  left: 18px;
}

.banner-slider .slick-next {
  right: 18px;
}

.banner-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.26);
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-50%) scale(1.04);
}

.banner-slider .slick-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

@media (prefers-reduced-motion: reduce) {

  .play a,
  .play a img {
    transition: none;
  }

  .play a::before {
    animation: auto ease 0s 1 normal none running none;
  }
}

.menu-button a {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 14px;
  border: 0px;
  background: transparent;
  text-decoration: none;
  border-radius: 999px;
  -webkit-tap-highlight-color: transparent;
}

.menu-button a:focus-visible {
  outline: none;
  box-shadow: rgba(209, 174, 99, 0.55) 0px 0px 0px 2px;
}

.menu-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-button img {
  width: 20px;
  height: 20px;
}

.menu-toggle__divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.35);
}

.menu-toggle__text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: inherit;
}

.menu-icon--dark {
  display: none;
}

.uk-sticky-fixed .menu-icon--light {
  display: none;
}

.uk-sticky-fixed .menu-icon--dark {
  display: block;
}

.uk-sticky-fixed .menu-toggle__divider {
  background: rgba(0, 0, 0, 0.18);
}

.uk-sticky-fixed .menu-button a:focus-visible {
  box-shadow: rgba(14, 59, 102, 0.35) 0px 0px 0px 2px;
}

.lang-button {
  margin-right: 10px;
}

.lang-button__toggle {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  color: rgb(0, 0, 0);
  transition: transform 160ms, background-color 160ms, border-color 160ms;
}

.uk-sticky-fixed .lang-button__toggle {
  color: rgb(20, 17, 43);
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.03);
}

.lang-button__toggle:hover {
  border-color: rgba(209, 174, 99, 0.7);
}

.lang-button__dropdown.uk-dropdown {
  min-width: 50px;
  width: 50px;
  padding: 10px 0px;
}

.lang-button__dropdown.uk-dropdown .uk-nav>li>a {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.hotels-button {
  justify-content: center;
}

.hotel-select {
  display: inline-block;
}

.menu-open {
  overflow: hidden;
}

.full-menu {
  position: fixed;
  inset: 0px;
  width: 100%;
  height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  max-height: none;
  box-sizing: border-box;
  z-index: 9999;
  pointer-events: none;
}

.full-menu__backdrop {
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 520ms;
}

.full-menu__panel {
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: -webkit-fill-available;
  max-height: 100%;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(-102%);
  transition: opacity 520ms, transform 1250ms cubic-bezier(0.16, 1, 0.3, 1);
  background: transparent;
  pointer-events: none;
}

.full-menu__left {
  position: relative;
  flex: 0 0 70%;
  width: 70%;
  align-self: stretch;
  box-sizing: border-box;
  min-height: -webkit-fill-available;
  padding: 96px 32px 40px;
  background: url("../images/menu-bg.png") left center / cover no-repeat rgb(242, 238, 233);
  box-shadow: rgba(0, 0, 0, 0.18) 12px 0px 48px;
  overflow: visible auto;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.full-menu__body {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  min-height: 0px;
  justify-content: center;
}

.full-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0px 0px 0px 20%;
  width: 100%;
  max-width: 560px;
  padding-right: 18px;
}

.full-menu__link {
  position: relative;
  display: block;
  padding: 6px 0px;
  color: rgb(26 26 26 / 75%)!important;
  font-size: clamp(28px, 4.2vw, 42px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-decoration: none;
  opacity: 0;
  font-family: Cormorant, serif;
  transform: translateY(16px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s;
}

.full-menu__link.is-active {
  font-weight: 700;
  color: #000000;
}

.full-menu__num {
  display: inline-block;
  width: 28px;
  margin-right: 10px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(26, 26, 26, 0.38);
  transform: translateY(-2px);
}

.full-menu__link::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 18px;
  bottom: 2px;
  height: 1px;
  background: rgba(26, 26, 26, 0.55);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.full-menu__link::after {
  content: none;
}

.full-menu__link:hover {
  color: rgb(26, 26, 26);
}

.full-menu__link:hover .full-menu__num {
  color: rgba(26, 26, 26, 0.7);
}

.full-menu__link:hover::before {
  transform: scaleX(1);
}

.menu-open .full-menu__link {
  opacity: 1;
  transform: translateY(0px);
}

.menu-open .full-menu__link:nth-child(1) {
  transition-delay: 0.08s;
}

.menu-open .full-menu__link:nth-child(2) {
  transition-delay: 0.16s;
}

.menu-open .full-menu__link:nth-child(3) {
  transition-delay: 0.24s;
}

.menu-open .full-menu__link:nth-child(4) {
  transition-delay: 0.32s;
}

.menu-open .full-menu__link:nth-child(5) {
  transition-delay: 0.4s;
}

.full-menu__divider {
  height: 1px;
  width: 100%;
  margin: 0px 0px 24px;
  background: rgba(26, 26, 26, 0.12);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s 0.22s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.22s;
}

.menu-open .full-menu__divider {
  opacity: 1;
  transform: translateY(0px);
}

.full-menu__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
  margin-top: auto;
  padding-bottom: 8px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s 0.3s, transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  border-top: 1px solid rgb(203, 199, 194);
  padding-top: 30px;
}

.menu-open .full-menu__columns {
  opacity: 1;
  transform: translateY(0px);
}

.full-menu__colTitle {
  margin: 0px 0px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.5);
}

.full-menu__sublist {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.full-menu__sublist li {
  margin: 0px 0px 8px;
}

.full-menu__sublist a {
  font-size: 14px;
  line-height: 1.35;
  color: rgb(42, 42, 42);
  text-decoration: none;
  transition: color 0.2s;
}

.full-menu__sublist a:hover {
  color: rgb(13, 59, 102);
  text-decoration: underline !important;
}

.full-menu__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.full-menu__contact p {
  margin: 0px;
  font-size: 13px;
  line-height: 1.45;
  color: rgb(42, 42, 42);
}

.full-menu__contact a {
  font-size: 13px;
  color: rgb(13, 59, 102);
  text-decoration: none;
  transition: opacity 0.2s;
}

.full-menu__contact a:hover {
  opacity: 0.8;
  color: rgb(13, 59, 102);
  text-decoration: underline !important;
}

.full-menu__right {
  position: relative;
  flex: 0 0 30%;
  width: 30%;
  align-self: stretch;
  min-height: 100vh;
  overflow: hidden;
  pointer-events: auto;
  z-index: 1;
  background: rgb(32, 100, 89);
}

.full-menu__right::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: min(520px, 35%);
  height: min(520px, 35%);
  background: url("../images/menu-after.png") right bottom / contain no-repeat;
  opacity: 0.95;
  pointer-events: none;
}

.full-menu__rightInner {
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
  gap: 14px;
  text-align: center;
}

.full-menu__brandLogo {
  height: auto;
  display: block;
  margin: 0px auto 20px;
}

.full-menu__brandText h3 {
  margin: 6px 0px 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgb(255, 255, 255);
}

.full-menu__brandText p {
  margin: 0px 0px 6px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 800;
}

.full-menu__brandText a {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: opacity 160ms;
}

.full-menu__brandText a:hover {
  opacity: 0.85;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline !important;
}

.full-menu__brandSocial {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 150px;
  z-index: 2;
}

.full-menu__socialBtn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0px;
  text-decoration: none;
  transition: transform 180ms, border-color 180ms, background-color 180ms, opacity 180ms;
}

.full-menu__socialBtn svg {
  width: 18px;
  height: 18px;
  display: block;
}

.full-menu__socialBtn:hover {
  transform: translateY(-1px);
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.full-menu__top {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  z-index: 4;
}

.full-menu__close {
  position: absolute;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.35);
  color: rgb(26, 26, 26);
  width: 44px;
  height: 44px;
  padding: 0px;
  font-size: 0px;
  line-height: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 160ms, background-color 160ms, border-color 160ms;
  z-index: 4;
}

.full-menu__close::before,
.full-menu__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 1px;
  background: rgb(26, 26, 26);
  border-radius: 1px;
}

.full-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.full-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.full-menu__close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.55);
}

.mobile-only {
  display: none !important;
}

.mobile-fixed-cta {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: flex;
  gap: 10px;
  padding: 10px;
}

.mobile-fixed-cta__btn {
  flex: 1 1 50%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(13, 59, 102);
  color: rgb(255, 255, 255);
  font-weight: 800;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 3px;
}

.mobile-fixed-cta__btn {
  color: rgb(255, 255, 255);
}

.mobile-fixed-cta__btn--primary {
  background: rgb(206, 182, 137);
  color: rgb(255, 255, 255);
}

.mobile-fixed-cta__btn--primary:hover {
  background: rgb(206, 182, 137);
  color: rgb(255, 255, 255);
}

.mobile-fixed-cta__btn+.mobile-fixed-cta__btn {
  border-left: 1px solid rgba(20, 17, 43, 0.1);
}

.menu-open .full-menu {
  pointer-events: auto;
}

.menu-open .full-menu__backdrop {
  opacity: 1;
}

.menu-open .full-menu__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0px);
}

@keyframes menuPanelCloseOvershoot {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }

  25% {
    transform: translateX(18px);
    opacity: 1;
  }

  100% {
    transform: translateX(-102%);
    opacity: 0;
  }
}

.menu-closing .full-menu__panel {
  animation: 1200ms cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards running menuPanelCloseOvershoot;
}

.menu-closing .full-menu__backdrop {
  opacity: 0;
  transition: opacity 1200ms;
}

.full-menu--left .full-menu__panel {
  justify-content: flex-start;
}

@media (prefers-reduced-motion: reduce) {

  .full-menu__backdrop,
  .full-menu__panel,
  .full-menu__left,
  .full-menu__link,
  .full-menu__divider,
  .full-menu__columns,
  .full-menu__slide,
  .full-menu__close {
    transition: none;
  }
}

.banner-slider .slick-dots {
  bottom: 65px;
}

.banner-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 6px;
}

.banner-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px;
}

.banner-slider .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  opacity: 1;
  border-radius: 999px;
  box-sizing: border-box;
}

.banner-slider .slick-dots li.slick-active button::before {
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.86);
}

.rezervation-section {
  max-width: 1280px;
  height: 110px;
  background: rgb(255, 255, 255);
  margin: -140px auto 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
  position: relative;
  z-index: 120;
  overflow: visible;
}

.about-simple {
  padding: 90px 0px;
  /* background: rgb(255, 255, 255); */
  position: relative;
  z-index: 99;
  margin-top: 30px;
}

.about-simple::after {
  content: "";
  position: absolute;
  background: url("../images/about-leaf.png");
  z-index: 1;
  width: 180px;
  height: 121px;
  right: 10%;
  top: 60%;
  opacity: 0.8;
  pointer-events: none;
}

.about-simple::before {
  content: "";
  position: absolute;
  background: url("../images/about-after.png");
  z-index: 1;
  width: 329px;
  height: 512px;
  left: 0px;
  bottom: -90px;
  pointer-events: none;
}

.about-simple__inner {
  width: min(980px, 100% - 40px);
  margin: 0px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 99;
}

.about-simple__title {
  position: relative;
  display: inline-block;
  font-family: Cormorant, serif;
  font-weight: 900;
  font-size: 54px;
  line-height: 1.08;
  color: rgb(15, 15, 15);
  margin: 0px !important;
}

.about-simple__title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 124px;
  transform: translate(-50%, -50%);
  background: url("../images/about-bg.png") 0% 0% / cover;
  opacity: 0.28;
  pointer-events: none;
  z-index: -1;
}

.about-simple__tagline {
  background: rgb(250, 250, 247);
  font-size: 20px;
  line-height: 1.35;
  color: rgba(15, 15, 15, 0.85);
  font-family: Cormorant, serif;
  display: block;
  margin-top: 60px !important;
  padding: 6px 12px !important;
}

.about-simple__tagline strong {
  font-weight: 800;
  font-style: italic !important;
}

.about-simple__pin {
  width: 7px;
  height: 42px;
  margin: 18px auto 0px;
  background: url("../images/pin.svg") center top / contain no-repeat;
  opacity: 0.95;
}

.about-simple__text {
  width: min(860px, 100%);
  font-size: 15px;
  line-height: 1.9;
  color: rgba(15, 15, 15, 0.55);
  margin: 24px auto 0px !important;
}

.about-simple__actions {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.about-simple__btn {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  background: rgb(200, 183, 161);
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background-color 180ms, color 180ms;
  white-space: nowrap;
}

.about-simple__btnText {
  display: block;
  transition: none;
  will-change: auto;
}

.about-simple__btnText--bottom {
  display: none;
}

.about-simple__btn:hover {
  background: rgb(180, 162, 139);
  color: rgb(255, 255, 255) !important;
}

.about-simple__btn:active {
  transform: none;
}

.about-simple__play {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(200, 183, 161);
  color: rgb(200, 183, 161);
  background: transparent;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  transition: none;
  padding-left: 4px;
}

.about-simple__play:hover {
  color: rgb(200, 183, 161);
  border-color: rgb(200, 183, 161);
  background: transparent;
}

.about-simple__play::before {
  content: none;
}

.about-simple__playIcon {
  width: 18px;
  height: 18px;
  display: block;
}

.rooms-home {
  background: rgb(250, 250, 247);
  padding: 70px 0px 90px;
}

.rooms-home__inner {
  width: 84%;
  margin: 0px auto;
}

.rooms-home__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
  align-items: center;
}

.rooms-home__title {
  font-family: Cormorant, serif;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.02em;
  color: rgb(15, 15, 15);
  margin: 0px 0px 12px !important;
}

.rooms-home__desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgb(124, 123, 122);
  max-width: 560px;
  margin: 0px !important;
}

.rooms-slider .slick-slide {
  padding: 0px 12px;
}

.rooms-slider {
  margin: 0px -12px;
}

.room-card {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
}

.room-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(20, 17, 43, 0.85);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0px;
  padding: 6px 8px;
}

.room-card__media {
  position: relative;
  overflow: hidden;
}

.room-card__media::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.48) 70%, rgba(0, 0, 0, 0.62) 100%);
  opacity: 0.75;
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.room-card__media img {
  width: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.room-card__overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px 18px 54px;
  color: rgb(255, 255, 255);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.78) 100%);
  transform: translateY(0%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 130px;
}

.room-card__title {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: rgb(255, 255, 255);
  line-height: 1.15;
  transform: translateY(0px);
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0px 0px 3px !important;
}

.room-card__meta {
  font-size: 11px;
  opacity: 0.85;
  transform: translateY(0px);
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  margin-top: 0px !important;
}

.room-card__text {
  font-size: 11px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(10px);
  max-height: 0px;
  overflow: hidden;
  transition: opacity 520ms, transform 720ms cubic-bezier(0.16, 1, 0.3, 1), max-height 720ms cubic-bezier(0.16, 1, 0.3, 1);
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.room-card__cta {
  display: inline-flex;
  position: absolute;
  left: 18px;
  bottom: 16px;
  margin-top: 0px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  padding-bottom: 3px;
  z-index: 3;
  text-decoration: underline;
}

.room-card:hover .room-card__media img {
  transform: scale(1.07);
}

.room-card:hover .room-card__media::after {
  opacity: 0.55;
}

.room-card:hover .room-card__title,
.room-card:hover .room-card__meta {
  transform: translateY(-10px);
}

.room-card:hover .room-card__text {
  opacity: 0.92;
  transform: translateY(0px);
  max-height: 80px;
}

.rooms-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(20, 17, 43, 0.22);
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  transition: transform 160ms, border-color 160ms, opacity 160ms;
}

.rooms-arrow--prev {
  left: -50px;
}

.rooms-arrow--next {
  right: -44px !important;
}

.rooms-arrow:hover {
  border-color: rgba(200, 183, 161, 0.9);
}

.rooms-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.restorant-section {
  background: rgb(239, 233, 227);
  padding: 70px 0px 80px;
  position: relative;
}

.restorant-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 610px;
  height: 100%;
  background: url("../images/res-left.png") center center / cover no-repeat;
  pointer-events: none;
}

.restorant-section::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 964px;
  height: 100%;
  background: url("../images/res-right.png") center center / cover no-repeat;
  pointer-events: none;
}

.restorant__inner {
  width: 84%;
  margin: 0px auto;
}

.restorant__grid {
  display: grid;
  grid-template-columns: 509px 1fr;
  gap: 34px;
  align-items: start;
}

.restorant-big {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

.restorant-big__img {
  width: 509px;
  height: 618px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

.restorant-big__card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  background: rgb(255, 255, 255);
  border-top-left-radius: 20px;
  padding: 16px 18px;
  border-top-right-radius: 20px;
}

.restorant-big__title {
  font-weight: 700;
  font-size: 14px;
  color: rgb(15, 15, 15);
  margin: 0px !important;
}

.restorant-big__link {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  color: rgb(15, 15, 15);
  text-decoration: underline;
}

.restorant-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}

.restorant-head__script {
  font-family: "Authentic Signature", cursive;
  font-size: 50px;
  line-height: 1;
  color: rgb(152 137 118);
  margin-bottom: 6px;
  font-weight: -5;
}

.restorant-head__title {
  font-family: Cormorant, serif;
  font-weight: 900;
  font-size: 36px;
  color: rgb(15, 15, 15);
  margin: 0px !important;
}

.restorant-head__desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(15, 15, 15, 0.55);
  max-width: 560px;
  margin-top: 8px !important;
}

.restaurant-slider .slick-slide {
  padding: 0px 12px;
}

.restaurant-slider {
  margin: 0px -12px;
  position: relative;
}

.restaurant-slide-item {
  height: 100%;
}

.restaurant-slider .slick-slide .restaurant-slide {
  width: 100%;
}

.restaurant-slide {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.restaurant-slide img {
  width: 100%;
  height: 414px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.restaurant-slide::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.62) 100%);
  opacity: 0.75;
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 1;
}

.restaurant-slide__overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 14px 16px 40px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 70%, rgba(0, 0, 0, 0.78) 100%);
  color: rgb(255, 255, 255);
  transform: translateY(0%);
  display: flex;
  flex-direction: column;
  min-height: 92px;
  z-index: 2;
}

.restaurant-slide__title {
  font-weight: 700;
  font-size: 20px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
  line-height: 1.15;
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0px !important;
}

.restaurant-slide__text {
  font-size: 11px;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 520ms, transform 720ms cubic-bezier(0.16, 1, 0.3, 1), max-height 720ms cubic-bezier(0.16, 1, 0.3, 1);
  margin-top: 6px !important;
}

.restaurant-slide__cta {
  position: absolute;
  left: 16px;
  bottom: 12px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  padding-bottom: 3px;
  z-index: 2;
  text-decoration: underline;
}

.restaurant-slide:hover img {
  transform: scale(1.07);
}

.restaurant-slide:hover::after {
  opacity: 0.6;
}

.restaurant-slide:hover .restaurant-slide__title {
  transform: translateY(-10px);
}

.restaurant-slide:hover .restaurant-slide__text {
  opacity: 0.9;
  max-height: 60px;
  transform: translateY(0px);
}

.about-simple__btn.about-simple__btn--white {
  background: rgb(255, 255, 255);
  color: rgba(15, 15, 15, 0.88);
  margin-top: 30px;
  border: 0px !important;
}

.about-simple__btn.about-simple__btn--white:hover {
  background: rgb(180, 162, 139);
  border-color: transparent;
  color: rgb(255, 255, 255) !important;
}

.activity-home {
  background-color: rgb(215, 227, 225);
  padding: 70px 0px 80px;
  background-image: url("../images/ac-after.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25%;
}

.activity-home__inner {
  width: 94%;
  max-width: 1280px;
  margin: 0px auto;
}

.activity-home__top {
  text-align: center;
  margin-bottom: 34px;
}

.activity-home__title {
  color: rgb(46, 49, 51);
  font-family: Cormorant, serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.1;
  margin: 0px !important;
}

.activity-home__desc {
  color: rgba(46, 49, 51, 0.7);
  font-size: 14px;
  line-height: 1.7;
  max-width: 820px;
  margin-top: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.activity-home__grid {
  display: grid;
  grid-template-columns: 1fr 413px;
  gap: 24px;
  align-items: stretch;
}

.activity-home__leftGroup {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: stretch;
}

.activity-home__media {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.activity-home__media img {
  width: 100%;
  height: 507px;
  object-fit: cover;
  display: block;
}

.activity-home__media--left img {
  border-radius: 0px;
}

.activity-home__right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.activity-home__rightMeta {
  padding: 4px 2px 0px;
}

.activity-home__rightTitle {
  font-size: 12px;
  font-weight: 700;
  color: rgba(46, 49, 51, 0.9);
  margin: 0px !important;
}

.activity-home__rightLink {
  display: inline-flex;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(183, 146, 77);
  padding-bottom: 3px;
  text-decoration: underline;
}

.activity-home__rightLink:hover {
  color: rgb(183, 146, 77);
  text-decoration: none !important;
}

.activity-home__card {
  background: rgb(255, 255, 255);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  height: 507px;
  position: relative;
  align-items: flex-start;
}

.activity-home__card-img {
  position: absolute;
  right: 10px;
  bottom: -50px;
}

.activity-home__card .about-simple__btn {
  align-self: flex-start;
}

.activity-home__btn {
  box-shadow: none;
  border: 1px solid rgba(20, 17, 43, 0.18) !important;
}

.activity-home__btn:hover {
  border-color: rgba(200, 183, 161, 0.9) !important;
}

.activity-home__script {
  font-family: Cormorant, serif;
  color: rgb(200, 183, 161);
  font-size: 25px;
  line-height: 1;
  margin-bottom: 4px;
}

.activity-home__cardTitle {
  color: rgb(46, 49, 51);
  font-family: Cormorant, serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.15;
  margin: 0px !important;
}

.activity-home__cardText {
  color: rgba(46, 49, 51, 0.62);
  font-size: 12.5px;
  line-height: 1.75;
  max-width: 520px;
  margin-top: 8px !important;
}

.activity-home__actions {
  display: flex;
  justify-content: center;
}

.offers-home {
  background: rgb(255, 255, 255);
  padding: 70px 0px 86px;
}

.offers-home__inner {
  width: 80%;
  margin: 0px auto;
}

.offers-home__top {
  text-align: center;
  margin-bottom: 26px;
}

.offers-home__title {
  font-family: Cormorant, serif;
  font-weight: 800;
  font-size: 50px;
  color: rgb(46, 49, 51);
  margin: 0px !important;
}

.offers-home__desc {
  font-size: 14px;
  color: rgb(46, 49, 51);
}

.offers-slider {
  position: relative;
  margin: 0px -14px;
}

.offers-slider .slick-slide {
  padding: 0px 14px;
}

.offer-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.offer-card__media {
  overflow: hidden;
}

.offer-card__media img {
  width: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.offer-card:hover .offer-card__media img {
  transform: scale(1.07);
}

.offer-card__body {
  padding-top: 14px;
}

.offer-card__title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(15, 15, 15, 0.88);
  margin: 0px !important;
}

.offer-card__text {
  font-size: 13px;
  line-height: 1.55;
  color: rgb(46, 49, 51);
  margin-top: 8px !important;
}

.offer-card__cta {
  display: inline-flex;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: rgb(183, 146, 77);
  text-decoration: underline;
}

.offers-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(20, 17, 43, 0.22);
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  transition: transform 160ms, border-color 160ms, opacity 160ms;
}

.offers-arrow--prev {
  left: -54px;
}

.offers-arrow--next {
  right: -54px;
}

.offers-arrow:hover {
  border-color: rgba(200, 183, 161, 0.9);
}

.offers-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.offers-home__actions {
  display: flex;
  justify-content: center;
}

.offers-slider .slick-dots {
  bottom: -34px;
}

.rooms-slider .slick-dots li,
.offers-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 6px;
}

.rooms-slider .slick-dots li button,
.offers-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px;
}

.rooms-slider .slick-dots li button::before,
.offers-slider .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid rgba(32, 51, 69, 0.45);
  background: transparent;
  opacity: 1;
  border-radius: 999px;
  box-sizing: border-box;
}

.rooms-slider .slick-dots li.slick-active button::before,
.offers-slider .slick-dots li.slick-active button::before {
  border-color: rgb(32, 51, 69);
  background: rgb(32, 51, 69);
}

.rooms-slider .slick-dots li {
  background: rgba(200, 183, 161, 0.3) !important;
}

.rooms-slider .slick-dots li.slick-active {
  background: rgb(200, 183, 161) !important;
}

.rooms-slider .slick-dots li button::before {
  content: none !important;
}

.restaurant-slider .slick-dots {
  bottom: -30px;
  z-index: 6;
  pointer-events: auto;
}

.restaurant-slider .slick-dots li button::before {
  font-size: 10px;
  color: rgba(20, 17, 43, 0.3);
  opacity: 1;
}

.restaurant-slider .slick-dots li.slick-active button::before {
  color: rgba(20, 17, 43, 0.55);
}

.about-simple__play:active {
  transform: translateY(0px) scale(0.98);
}

.reservation-bar {
  height: 110px;
  display: grid;
  grid-template-columns: 1.35fr 1.35fr 0.65fr 0.65fr 0.9fr;
  gap: 0px;
  align-items: center;
  padding: 18px 22px;
}

.reservation-bar__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px 14px;
}

.reservation-bar__field+.reservation-bar__field {
  border-left: 0px;
}

.reservation-bar__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(20, 17, 43, 0.62);
}

.reservation-bar__input {
  height: 38px;
  border: 1px solid rgba(20, 17, 43, 0.14);
  background: rgb(255, 255, 255);
  padding: 0px 12px;
  font-size: 12.5px;
  color: rgba(0, 0, 0, 0.8);
  outline: none;
}

.reservation-date {
  position: relative;
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(20, 17, 43, 0.14);
  background: rgb(255, 255, 255);
  padding: 0px 16px;
  cursor: pointer;
  transition: transform 160ms, box-shadow 160ms, border-color 160ms, background-color 160ms;
  font-weight: 500;
  font-size: 12px !important;
}

.reservation-date::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(0, 0, 0, 0.55);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.55);
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

.reservation-date__value {
  font-size: 12px;
  color: rgb(0, 0, 0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  padding-right: 18px;
}

.reservation-date.is-filled .reservation-date__value {
  color: rgba(20, 17, 43, 0.82);
  font-weight: 700;
}

.reservation-date__input {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: 0px;
  background: transparent;
  appearance: none;
  accent-color: rgb(200, 183, 161);
}

.reservation-date:focus-visible {
  outline: none;
  border-color: rgba(200, 183, 161, 0.9);
  box-shadow: rgba(200, 183, 161, 0.18) 0px 0px 0px 3px;
}

.reservation-date:hover {
  border-color: rgba(20, 17, 43, 0.22);
}

.flatpickr-calendar {
  overflow: hidden;
  border-radius: 10px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 180ms, opacity 180ms;
  border: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 18px 46px !important;
}

.flatpickr-calendar.open {
  transform: translateY(0px);
  opacity: 1;
}

.flatpickr-rContainer,
.flatpickr-days,
.dayContainer,
.flatpickr-weekdaycontainer,
.flatpickr-weekdays {
  width: 100%;
  min-width: 0px;
  box-sizing: border-box;
}

.dayContainer {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0px !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

.flatpickr-day {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: rgba(20, 17, 43, 0.72);
  flex: 0 0 calc(14.2857%) !important;
  max-width: calc(14.2857%) !important;
  width: calc(14.2857%) !important;
}

.flatpickr-innerContainer,
.flatpickr-days {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0px !important;
}

.flatpickr-months .flatpickr-month {
  background: rgb(255, 255, 255);
}

.flatpickr-weekdays {
  background: rgb(255, 255, 255);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.inRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  background: rgb(200, 183, 161) !important;
  border-color: rgb(200, 183, 161) !important;
  color: rgb(255, 255, 255) !important;
}

.flatpickr-day.selected:focus,
.flatpickr-day.selected:active {
  background: rgb(200, 183, 161) !important;
  border-color: rgb(200, 183, 161) !important;
}

.flatpickr-day.today {
  border-color: rgb(200, 183, 161);
}

.flatpickr-current-month {
  font-size: 9px;
  font-weight: 800;
}

.flatpickr-current-month .cur-month {
  font-weight: 900;
}

.flatpickr-current-month .numInputWrapper input {
  font-size: 12px;
  font-weight: 800;
}

.flatpickr-current-month .numInputWrapper {
  width: 56px;
}

.flatpickr-calendar .flatpickr-months {
  padding: 0px 2px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
  flex: 1 1 auto;
}

.flatpickr-calendar .flatpickr-current-month {
  gap: 6px;
  line-height: 1.1;
  pointer-events: none;
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 0px !important;
}

.flatpickr-calendar .flatpickr-current-month .cur-month,
.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  pointer-events: auto;
}

.flatpickr-calendar .flatpickr-current-month {
  font-size: 11px !important;
  font-weight: 800 !important;
}

.flatpickr-calendar .flatpickr-current-month .cur-month {
  font-size: 11px !important;
  font-weight: 900 !important;
}

.flatpickr-calendar .flatpickr-current-month input.cur-year,
.flatpickr-calendar .flatpickr-current-month .numInputWrapper input {
  font-size: 11px !important;
  font-weight: 900 !important;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  width: 38px;
  height: 38px;
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  color: rgba(20, 17, 43, 0.75) !important;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  color: rgb(200, 183, 161) !important;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg path {
  fill: currentcolor !important;
}

.flatpickr-day.today {
  border-color: rgba(200, 183, 161, 0.65);
}

.flatpickr-day:hover {
  background: rgba(200, 183, 161, 0.16);
  border-color: rgba(200, 183, 161, 0.16);
}

.reservation-bar__input:focus-visible {
  border-color: rgba(200, 183, 161, 0.9);
  box-shadow: rgba(200, 183, 161, 0.18) 0px 0px 0px 3px;
}

.reservation-bar__field--counter {
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.reservation-bar__field--counter .reservation-counter {
  height: 38px;
  padding: 0px;
  border: 0px;
  background: transparent;
}

.reservation-child-ages {
  position: absolute;
  top: calc(100% + 10px);
  left: 0px;
  width: auto;
  min-width: 0px;
  margin-top: 0px;
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(20, 17, 43, 0.14);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 46px;
  z-index: 250;
}

.reservation-child-ages__field {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  position: relative;
}

.reservation-child-ages__label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(20, 17, 43, 0.6);
}

.reservation-child-ages__select {
  height: 38px;
  border: 1px solid rgba(20, 17, 43, 0.14);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 3.25 5 6.25 8 3.25' fill='none' stroke='rgba(0,0,0,0.55)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 12px center / 10px 10px no-repeat rgb(255, 255, 255);
  padding: 0px 34px 0px 12px;
  font-size: 12.5px;
  color: rgba(0, 0, 0, 0.8);
  outline: none;
  appearance: none;
  border-radius: 0px;
}

.reservation-child-ages__select:focus-visible {
  border-color: rgba(200, 183, 161, 0.9);
  box-shadow: rgba(200, 183, 161, 0.18) 0px 0px 0px 3px;
}

.reservation-counter {
  display: inline-flex;
  align-items: center;
  gap: 0px;
}

.reservation-counter__btn {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(20, 17, 43, 0.14);
  background: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  cursor: pointer;
  transition: background-color 160ms, border-color 160ms, transform 160ms;
}

.reservation-counter__btn:active {
  transform: scale(0.98);
}

.reservation-counter__value {
  width: 28px;
  height: 38px;
  border-width: 1px 0px;
  border-top-style: solid;
  border-top-color: rgba(20, 17, 43, 0.14);
  border-bottom-style: solid;
  border-bottom-color: rgba(20, 17, 43, 0.14);
  border-left-style: initial;
  border-left-color: initial;
  border-right-style: initial;
  border-right-color: initial;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  background: rgb(255, 255, 255);
}

.reservation-bar__actions {
  display: flex;
  justify-content: flex-end;
  padding-left: 18px;
}

.reservation-bar__submit {
  height: 46px;
  min-width: 210px;
  border: 0px;
  background: rgb(119, 119, 119);
  color: rgb(255, 255, 255);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  transition: opacity 160ms, transform 160ms;
}

.reservation-bar__submit:hover {
  opacity: 0.92;
}

.reservation-bar__submit:active {
  transform: scale(0.99);
}

.restorant-head__left {
  background: rgb(239, 233, 227);
  position: relative;
  left: -147px;
  padding: 0px 20px 20px 30px;
  border-bottom-left-radius: 40px;
}

.activite-section {
  background-color: rgb(210, 224, 222);
  padding: 70px 0px;
  position: relative;
  background-image: url("../images/ac-after.png");
  background-position: left center;
  background-repeat: no-repeat;
}

a.about-simple__btn.about-simple__btn--white.activity-home__btn.border {
  padding-top: 3px;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
}

a.about-simple__btn.about-simple__btn--white.border {
  padding-top: 3px;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
}

.spa-section {
  background: url("../images/spa-bg.jpg");
  padding: 60px 0px;
}

.spa-inner-section {
  margin: 0px auto;
  display: grid;
  grid-template-columns: 495px 1fr;
  gap: 30px;
}

.spa-left-section {
  background-color: rgb(255, 255, 255);
  height: 477px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 30px;
  background-image: url("../images/spa-overlay.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.spa-left-section h1 {
  font-size: 70px;
  font-weight: 700;
  color: rgb(46, 49, 51);
  font-family: Cormorant, serif;
  width: 50%;
  line-height: 80px;
  margin-bottom: 0px;
}

.spa-slider {
  width: 100%;
  position: relative;
  margin: 0px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  padding: 12px 6px 9px;
  opacity: 1;
  z-index: 99;
}

.spa-slider .slick-slide {
  padding: 0px 6px;
}

.spa-slider .slick-slide,
.spa-slider .slick-slide img,
.spa-slider .slick-arrow,
.spa-slider .slick-arrow img {
  opacity: 1;
}

.spa-slide {
  overflow: hidden;
}

.spa-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.spa-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(20, 17, 43, 0.22);
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  transition: transform 160ms, border-color 160ms, opacity 160ms;
}

.spa-slider .slick-next {
  right: 12px !important;
}

.spa-slider .spa-arrow--prev {
  left: 22px !important;
}

.spa-slider .spa-arrow--next {
  right: 20px !important;
}

.spa-arrow:hover {
  border-color: rgba(200, 183, 161, 0.9);
}

.spa-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.instagram-home {
  background: rgb(255, 255, 255);
  padding: 70px 0px 80px;
}

.instagram-home__inner {
  width: 96%;
  margin: 0px auto;
  text-align: center;
}

.instagram-home__title {
  font-family: Cormorant, serif;
  font-weight: 700;
  font-size: 60px;
  color: rgb(46, 49, 51);
  margin: 0px !important;
}

.instagram-home__desc {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgb(46, 49, 51);
  max-width: 720px;
  width: 40%;
  margin: 0px auto !important;
}

.instagram-home__wrap {
  position: relative;
  margin-top: 28px;
}

.instagram-slider .slick-slide {
  padding: 0px 10px;
}

.instagram-slider {
  margin: 0px -10px;
}

.instagram-slide {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.instagram-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.instagram-slide:hover img {
  transform: scale(1.07);
}

.instagram-home__badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: rgba(15, 15, 15, 0.6);
  z-index: 5;
  pointer-events: auto;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 48px;
}

.instagram-home__badgeIcon {
  display: block;
}

.instagram-home__badgeHandle {
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgb(183, 146, 77);
  font-family: Cormorant, serif;
  font-weight: 600;
}

.site-footer {
  background: rgb(32, 51, 69);
  color: rgba(255, 255, 255, 0.78);
  padding: 56px 0px 22px;
}

.site-footer__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0px auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 0.8fr;
  gap: 44px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__logo {
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.site-footer__text {
  font-size: 14px;
  line-height: 1.75;
  color: rgb(255, 255, 255);
  max-width: 430px;
}

.site-footer__title {
  font-size: 15px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: 0px 0px 14px !important;
}

.site-footer__link {
  display: block;
  padding: 6px 0px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.site-footer__link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.site-footer__social {
  display: flex;
  gap: 8px;
}

.site-footer__socialBtn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  transition: transform 180ms, border-color 180ms, background-color 180ms, color 180ms;
}

.site-footer__socialBtn svg {
  width: 20px;
  height: 20px;
  display: block;
}

.site-footer__socialBtn:hover {
  transform: translateY(-1px);
  border-color: rgba(200, 183, 161, 0.75);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
}

.site-footer__divider {
  width: 100%;
  margin: 16px 0px;
  background: rgba(255, 255, 255, 0.1);
}

.site-footer__contact {
  display: block;
  padding: 4px 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-weight: 600;
}

.site-footer__contact:hover {
  color: rgba(255, 255, 255, 0.95);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-top: 18px;
}

.site-footer__copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer__concept {
  height: 26px;
  width: auto;
  display: block;
  opacity: 0.9;
}

.page-header .menu-toggle__text {
  color: rgb(0, 0, 0) !important;
}

.page-header .menu-toggle__divider {
  width: 1px;
  height: 18px;
  background: rgba(153, 147, 147, 0.35);
}

.page-header .lang-button__toggle {
  background: rgb(250, 250, 247);
}

.bg-gray {
  background: rgb(250, 250, 247);
}

.bg-gray.about-simple::before {
  display: none;
}

.rooms-grid-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.rooms a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 30px;
  transition: border-color 220ms, box-shadow 220ms;
}

.rooms-image {
  width: 100%;
  overflow: hidden;
  display: block;
}

.rooms-image>img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center center;
}

.rooms:hover .rooms-image>img,
.rooms a:hover .rooms-image>img,
.rooms-image:hover>img {
  transform: scale(1.06);
}

.rooms span {
  font-size: 30px;
  font-family: Cormorant, serif;
  color: rgb(0, 0, 0);
}

.rooms-features {
  text-align: center;
}

.rooms-features-grid {
  display: flex;
  align-items: center;
  gap: 30px;
}

.rooms-features p {
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.rooms-button {
  background: rgb(247, 244, 241);
  margin-top: 30px;
  font-size: 15px;
  padding: 16px 30px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  width: 70%;
  text-align: center;
  letter-spacing: 4%;
  transition: background-color 220ms, color 220ms;
}

.rooms a:hover .rooms-button {
  background: rgb(231, 224, 217);
}

.rooms-description {
  width: 90%;
  margin: 20px auto 0px;
  text-align: center;
  color: rgb(124, 123, 122);
}

.room-detail-hero {
  position: relative;
  width: 100%;
  height: clamp(420px, 65vh, 640px);
  overflow: hidden;
}

.activity-detail-hero {
  position: relative;
  width: 100%;
  height: clamp(520px, 72vh, 760px);
  overflow: hidden;
}

.activity-detail-slider,
.activity-detail-slider .slick-list,
.activity-detail-slider .slick-track,
.activity-detail-slide {
  height: 100%;
}

.activity-detail-slide {
  position: relative;
}

.activity-detail-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.activity-detail-slide::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
  pointer-events: none;
}

.activity-detail-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  font-size: 0px;
  line-height: 0;
  transition: transform 160ms, background-color 160ms, border-color 160ms, opacity 160ms;
  display: none !important;
}

.activity-detail-slider .slick-arrow img {
  display: block;
  margin: 0px auto;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 6px 14px);
}

.activity-detail-slider .slick-prev {
  left: 24px;
}

.activity-detail-slider .slick-next {
  right: 24px;
}

.activity-detail-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%) scale(1.04);
}

.activity-detail-slider .slick-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.activity-detail-slider .slick-dots {
  bottom: 56px;
  z-index: 3;
}

.activity-detail-slider .slick-dots li {
  background-color: rgba(255, 255, 255, 0.337) !important;
}

.activity-detail-slider li.slick-active {
  background-color: rgb(255, 255, 255) !important;
}

@media (max-width: 768px) {
  .activity-detail-slider .slick-arrow {
    display: none !important;
  }

  .activity-detail-hero {
    height: auto;
  }

  .activity-detail-slider,
  .activity-detail-slider .slick-list,
  .activity-detail-slider .slick-track,
  .activity-detail-slide {
    height: auto;
  }

  .activity-detail-slide {
    aspect-ratio: 16 / 9;
    min-height: 520px;
  }

  .activity-detail-slide img {
    height: 100%;
  }
}

.room-detail-slider {
  position: relative;
}

.room-detail-slider,
.room-detail-slider .slick-list,
.room-detail-slider .slick-track,
.room-detail-slide {
  height: 100%;
}

.room-detail-slide {
  position: relative;
}

.room-detail-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room-detail-slide::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
  pointer-events: none;
}

.room-detail-hero__overlay {
  position: absolute;
  inset: 0px;
  z-index: 2;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 16px;
  text-align: center;
  padding: 24px;
  pointer-events: none;
}

.room-detail-hero__title {
  font-family: Cormorant, serif;
  font-weight: 700;
  font-size: clamp(34px, 4.2vw, 56px);
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.96);
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.45) 0px 10px 26px;
  margin: 0px !important;
}

.room-detail-hero__features {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.room-detail-hero__feature {
  width: 105px;
  padding: 10px 10px 8px;
  background: transparent;
  border: 0px;
  box-shadow: none;
}

.room-detail-hero__featureIcon {
  margin: 0px auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-detail-hero__featureIcon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.room-detail-hero__featureText {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.room-detail-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  font-size: 0px;
  line-height: 0;
  transition: transform 160ms, background-color 160ms, border-color 160ms, opacity 160ms;
}

.room-detail-slider .slick-arrow img {
  display: block;
  margin: 0px auto;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 6px 14px);
}

.room-detail-slider .slick-prev {
  left: 24px;
}

.room-detail-slider .slick-next {
  right: 24px;
}

.room-detail-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%) scale(1.04);
}

.room-detail-slider .slick-arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.room-detail-slider .slick-dots {
  bottom: 74px;
  z-index: 3;
}

.room-detail-slider .slick-dots li {
  background-color: rgba(255, 255, 255, 0.45) !important;
}

.room-detail-slider li.slick-active {
  background-color: rgb(255, 255, 255) !important;
}

@media (max-width: 768px) {
  .room-detail-slider .slick-arrow {
    display: none !important;
  }

  .room-detail-hero {
    height: auto;
  }

  .room-detail-slider,
  .room-detail-slider .slick-list,
  .room-detail-slider .slick-track,
  .room-detail-slide {
    height: auto;
  }

  .room-detail-slide {
    aspect-ratio: 16 / 10;
    min-height: 420px;
  }

  .room-detail-slide img {
    height: 100%;
  }

  .room-detail-slider .slick-dots {
    bottom: 60px;
  }
}

.page-content {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.65;
  font-family: Cormorant, serif;
  width: 60%;
  margin: 0px auto;
  text-align: center;
}

.detail-room-page-content {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1.65;
  font-family: Cormorant, serif;
  width: 55%;
  margin: 0px auto;
  text-align: center;
}

.detail-room-page-content span {
  font-size: 46px;
  font-family: Cormorant, serif;
  font-weight: 600;
}

.room-detail-info {
  position: relative;
  z-index: 2;
  padding: 30px 0px;
}

.room-detail-info__grid {
  display: grid;
  grid-template-columns: minmax(0px, 1.25fr) minmax(0px, 0.9fr);
  gap: 44px;
  align-items: start;
}

.room-detail-info__title {
  font-family: Cormorant, serif;
  font-weight: 500;
  font-size: clamp(34px, 3.2vw, 40px);
  line-height: 1.08;
  color: rgba(15, 15, 15, 0.92);
  margin: 0px 0px 18px !important;
}

.room-detail-info__text p {
  font-size: 13px;
  line-height: 1.85;
  color: rgba(15, 15, 15, 0.72);
  max-width: 820px;
  margin: 0px 0px 18px !important;
}

.room-detail-info__right {
  display: flex;
  justify-content: flex-end;
}

.room-detail-info__card {
  width: min(520px, 100%);
  background: rgb(255, 255, 255);
  border-radius: 2px;
  padding: 28px 30px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 18px 50px;
}

.room-detail-info__cardTitle {
  font-size: 16px;
  font-weight: 700;
  color: rgba(15, 15, 15, 0.9);
  margin: 0px 0px 14px !important;
}

.room-detail-info__list {
  display: grid;
  gap: 10px;
  padding-left: 18px !important;
}

.room-detail-info__list li {
  list-style: disc;
  font-size: 14px;
  color: rgba(15, 15, 15, 0.72);
  line-height: 1.35;
}

@media (max-width: 992px) {
  .room-detail-info__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .room-detail-info__right {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .room-detail-info {
    padding: 10px 0px;
  }

  .room-detail-info__card {
    padding: 22px 18px;
  }
}

.other-rooms-slider {
  width: 90%;
  margin: 0px auto;
}

.other-rooms-slider .slick-dots {
  position: static;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  gap: 0px;
  display: flex !important;
}

.other-rooms-slider .slick-dots li {
  background: rgba(200, 183, 161, 0.227) !important;
  border: 0px !important;
}

.other-rooms-slider li.slick-active {
  background: rgb(200, 183, 161) !important;
  border: 0px !important;
}

.other-room span {
  font-size: 24px;
}

.other-room .rooms-button {
  background: rgb(247, 244, 241);
  margin-top: 30px;
  font-size: 12px !important;
  padding: 12px 30px !important;
}

.other-room a {
  border: 0px !important;
}

.other-room {
  padding: 10px;
}

.activity a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
}

.activity-image {
  width: 100%;
  overflow: hidden;
}

.activity-image img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center center;
}

.activity a:hover .activity-image img {
  transform: scale(1.06);
}

.activity span {
  font-size: 20px;
  font-family: Cormorant, serif;
  color: rgb(0, 0, 0);
}

.activity p {
  font-size: 14px;
  color: rgb(124, 123, 122);
}

.activity-button {
  color: rgb(183, 146, 77);
  text-decoration: underline;
  font-size: 12px;
}

.room-detail-info__grid.activity-detail-info__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.activity.other-activity {
  padding: 8px;
}

.other-activity-slider {
  width: 90%;
  margin: 0px auto;
}

.restaurant-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.restaurant-sliders {
  position: relative;
  overflow: hidden;
}

.restaurant-sliders img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

button.slick-arrow.slick-next {
  right: 20px;
}

button.slick-arrow.slick-prev {
  left: -48px;
}

.restaurant-description {
  padding: 30px;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  opacity: 0.9;
}

.restaurant-description span {
  font-size: 30px;
  font-family: Cormorant, serif;
  color: rgb(0, 0, 0);
}

.restaurant-description p {
  font-size: 14px;
  color: rgb(124, 123, 122);
}

.restaurant-description ul {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
  margin-top: 20px !important;
  width: 100% !important;
}

.restaurant-description ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  font-family: "Nunito Sans", sans-serif;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 10px;
}

.restaurant-description ul li:last-child {
  border-bottom: 0px !important;
}

.restaurant-description ul li span {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  display: block;
  font-weight: 700;
}

.restaurant-description ul li span+span {
  text-align: right;
  font-weight: 500;
}

.restaurant-description-button a {
  display: block;
  background: rgb(247, 244, 241);
  color: rgb(0, 0, 0);
  padding: 12px 46px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transition: 0.5s;
  letter-spacing: 10%;
}

.restaurant-description-button a:hover {
  color: rgb(0, 0, 0);
  background: rgb(200, 183, 161);
}

.restorant-section .restaurant-sliders {
  order: 2;
}

.restorant-section .restaurant-description {
  order: 1;
}

.room-detail-info__left .restaurant-description {
  width: 80%;
}

.gallery-section {
  width: 90%;
  margin: 0px auto;
}

.contact-section {
  padding: 50px 0px 60px;
}

.contact-split {
  display: grid;
  grid-template-columns: minmax(0px, 0.95fr) minmax(0px, 1.25fr);
  align-items: stretch;
}

.contact-panel {
  background: rgb(210, 224, 222);
  padding: clamp(26px, 3.2vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.contact-panel__logo {
  width: 120px;
  height: auto;
  display: block;
}

.contact-panel__block {
  display: grid;
  gap: 10px;
}

.contact-panel__title {
  font-family: Cormorant, serif;
  font-weight: 600;
  font-size: 22px;
  color: rgba(15, 15, 15, 0.92);
  margin: 0px !important;
}

.contact-panel__text {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(15, 15, 15, 0.7);
}

.contact-panel__phone {
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  color: rgba(15, 15, 15, 0.92);
  text-decoration: none !important;
}

.contact-panel__mail {
  display: inline-block;
  font-size: 13px;
  color: rgba(15, 15, 15, 0.78);
  text-decoration: none !important;
}

.contact-panel__mail:hover,
.contact-panel__phone:hover {
  color: rgb(15, 15, 15);
}

.contact-panel__social {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.contact-panel__socialBtn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  color: rgba(15, 15, 15, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1), color 200ms, background 200ms, border-color 200ms;
  text-decoration: none !important;
}

.contact-panel__socialBtn:hover,
.contact-panel__socialBtn:focus-visible {
  color: rgba(15, 15, 15, 0.86);
  transform: translateY(-3px);
}

.contact-panel__socialBtn:visited {
  color: rgba(15, 15, 15, 0.86);
}

.contact-panel__socialBtn svg {
  width: 18px;
  height: 18px;
}

.contact-form {
  background: rgb(255, 255, 255);
  padding: clamp(26px, 3.2vw, 56px) clamp(26px, 3.2vw, 56px) 0px;
}

.contact-form__title {
  font-family: Cormorant, serif;
  font-weight: 600;
  font-size: 34px;
  color: rgba(15, 15, 15, 0.92);
  margin: 0px 0px 12px !important;
}

.contact-form__desc {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(15, 15, 15, 0.66);
  max-width: 640px;
  margin: 0px 0px 26px !important;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.contact-form__row {
  display: grid;
  gap: 8px;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  border: 1px solid rgba(15, 15, 15, 0.12);
  background: rgb(255, 255, 255);
  padding: 14px;
  font-size: 13px;
  font-family: "Nunito Sans", sans-serif;
  color: rgba(15, 15, 15, 0.9);
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: rgb(0, 0, 0);
  font-weight: 500;
  opacity: 1;
}

.contact-form__textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  border-color: rgb(200, 183, 161);
}

.contact-form__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

.contact-form__submit {
  border: 0px;
  padding: 12px 26px;
  font-size: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background: rgb(200, 183, 161);
  cursor: pointer;
}

.contact-form__submit:hover {
  filter: brightness(0.96);
}

@media (max-width: 992px) {
  .contact-section {
    padding: 26px 0px 40px;
  }

  .contact-split {
    grid-template-columns: 1fr;
  }

  .contact-form__actions {
    justify-content: stretch;
  }

  .contact-form__submit {
    width: 100%;
  }
}

.gallery-tabs {
  display: flex;
  justify-content: center;
  margin: 18px 0px 24px;
}

.gallery-tabs__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0px !important;
  margin: 0px !important;
}

.gallery-tabs__nav>li {
  margin: 0px !important;
}

.gallery-tabs__nav>li>a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0px;
  padding: 12px 24px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: background 220ms, color 220ms, border-color 220ms, transform 220ms;
  text-decoration: none !important;
}

.gallery-tabs__nav>li>a:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.16);
}

.gallery-tabs__nav>li.uk-active>a {
  background: rgb(200, 183, 161);
  color: rgb(255, 255, 255);
  border-color: rgb(200, 183, 161);
}

.gallery-switcher {
  margin: 0px !important;
}

.gallery-grid {
  margin-bottom: 10px;
}

.gallery-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

@media (max-width: 768px) {
  .gallery-tabs {
    justify-content: flex-start;
    margin: 14px 0px 18px;
  }

  .gallery-tabs__nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto hidden;
    scroll-snap-type: x mandatory;
    gap: 10px;
    width: 100%;
    padding: 0px 6px !important;
  }

  .gallery-tabs__nav>li {
    scroll-snap-align: start;
  }

  .gallery-tabs__nav::-webkit-scrollbar {
    height: 0px;
  }
}

ul#gallerySwitcher {
  margin-top: 50px !important;
}

.spa-page-section {
  background: rgb(250, 250, 247);
  padding: 30px 0px;
  position: relative;
}

.spa-page-section::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -50px;
  width: 162px;
  height: 256px;
  background: url("../images/spa-left.png") center center no-repeat;
  pointer-events: none;
  z-index: 0;
}

.spa-page-section::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -100px;
  width: 500px;
  height: 100%;
  background: url("../images/spa-right.png") center center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.spa-section-inner {
  width: 90%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.spa-section-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}

.spa-section-left span {
  font-size: 50px;
  font-family: Cormorant, serif;
  font-weight: 600;
}

.spa-section-left p {
  color: rgb(124, 123, 122);
  width: 80%;
}

.spa-section-left small {
  font-size: 26px;
  font-family: Cormorant, serif;
  font-weight: 600;
  line-height: 30px;
  margin-top: 40px;
}

.spa-section-right {
  min-width: 0px;
}

.spa-detail-slider {
  width: 100%;
  position: relative;
  margin: 0px;
  overflow: visible;
  padding-bottom: 12px;
}

.spa-detail-slider.slick-dotted {
  padding-bottom: 40px;
}

.spa-detail-slider .slick-list {
  margin: 0px -6px;
  position: relative;
  z-index: 0;
}

.spa-detail-slider .slick-slide {
  padding: 0px 6px;
  box-sizing: border-box;
}

.spa-detail-slider .spa-slide {
  overflow: hidden;
}

.spa-detail-slider .spa-slide img {
  width: 100%;
  height: clamp(200px, 22vw, 380px);
  object-fit: cover;
  display: block;
}

.spa-detail-slider .slick-dots {
  bottom: 24px;
  z-index: 3;
  pointer-events: auto;
}

.spa-detail-slider .slick-dots li button::before,
.spa-detail-slider .slick-dots li button:hover::before,
.spa-detail-slider .slick-dots li button:focus::before {
  opacity: 1;
}

.spa-detail-slider .slick-slide,
.spa-detail-slider .slick-slide img {
  opacity: 1;
}

.about-simple .spa-wide-slider-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: clamp(32px, 5vw, 56px);
  position: relative;
  z-index: 2;
}

.spa-wide-slider {
  position: relative;
  width: 100%;
}

.spa-wide-slider .slick-list {
  position: relative;
  z-index: 0;
}

.spa-wide-slider .slick-arrow {
  z-index: 3;
}

.spa-wide-slider .slick-list,
.spa-wide-slider .slick-track {
  height: auto !important;
}

.spa-wide-slider__slide {
  outline: none;
}

.spa-wide-slider__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.spa-wide-slider {
  width: 90%;
  margin: 0px auto;
}

.spa-wide-slider .slick-arrow,
.spa-wide-slider .slick-arrow img {
  opacity: 1;
}

.spa-wide-slider .slick-slide,
.spa-wide-slider .slick-slide img {
  opacity: 1;
}

.campaign-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

body#home .js-reveal-fold,
body#home .js-reveal-up,
body#home .js-reveal-stagger {
  opacity: 0;
  transform: translate3d(0px, 26px, 0px);
  transition: opacity 950ms cubic-bezier(0.22, 1, 0.36, 1), transform 1250ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body#home .js-reveal-fold.is-visible,
body#home .js-reveal-up.is-visible,
body#home .js-reveal-stagger.is-visible {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

body#home .js-reveal-fold {
  transform: translate3d(0px, 34px, 0px);
}

body#home .js-reveal-stagger>* {
  opacity: 0;
  transform: translate3d(0px, 16px, 0px);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 1150ms cubic-bezier(0.22, 1, 0.36, 1);
}

body#home .js-reveal-stagger.is-visible>* {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

body#home .js-reveal-stagger.is-visible> :nth-child(1) {
  transition-delay: 90ms;
}

body#home .js-reveal-stagger.is-visible> :nth-child(2) {
  transition-delay: 170ms;
}

body#home .js-reveal-stagger.is-visible> :nth-child(3) {
  transition-delay: 250ms;
}

body#home .js-reveal-stagger.is-visible> :nth-child(4) {
  transition-delay: 330ms;
}

body#home .js-reveal-stagger.is-visible> :nth-child(5) {
  transition-delay: 410ms;
}

body#home .js-reveal-stagger.is-visible> :nth-child(6) {
  transition-delay: 490ms;
}

body#home .js-reveal-stagger.is-visible> :nth-child(7) {
  transition-delay: 570ms;
}

body#home .js-reveal-stagger.is-visible> :nth-child(8) {
  transition-delay: 650ms;
}

@media (prefers-reduced-motion: reduce) {

  body#home .js-reveal-fold,
  body#home .js-reveal-up,
  body#home .js-reveal-stagger,
  body#home .js-reveal-stagger>* {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

body#home .banner-cta__btn {
  transition: background-color 180ms, color 180ms, opacity 180ms;
}

body#home .banner-cta__btn:hover {
  background: rgb(180, 162, 139);
  color: rgb(255, 255, 255) !important;
}