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

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

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

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

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

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 .reservation-button a {
  color: rgb(14, 59, 102);
  border: 1px solid rgb(14, 59, 102);
}

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

.uk-sticky-fixed .menu-button a {
  border: 1px solid rgba(0, 0, 0, 0.48);
}

.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-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.banner-text p,
.banner-text span,
.banner-text .vertical-line,
.banner-text .play {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
}

.banner-text.is-animating p,
.banner-text.is-animating span,
.banner-text.is-animating .vertical-line,
.banner-text.is-animating .play {
  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 p {
  transition-delay: 60ms;
}

.banner-text.is-animating span {
  transition-delay: 140ms;
}

.banner-text.is-animating .vertical-line {
  transition-delay: 240ms;
}

.banner-text.is-animating .play {
  transition-delay: 320ms;
}

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

  .banner-text p,
  .banner-text span,
  .banner-text .vertical-line,
  .banner-text .play {
    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-text span {
  font-family: Didot;
  font-weight: 100;
  color: rgb(255, 255, 255);
  font-size: 75px;
}

.banner-text p {
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.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: 0px 20px;
  letter-spacing: 0.6px;
  font-size: 13.5px;
  border: 1px solid rgb(255, 255, 255);
}

.reservation-button a:hover {
  background: rgb(206, 182, 137);
  color: rgb(255, 255, 255) !important;
  border-color: rgb(206, 182, 137) !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: 0px auto;
}

.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(255, 255, 255, 0.48);
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  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(255, 255, 255, 0.32);
  background: radial-gradient(circle, rgba(209, 174, 99, 0.22) 0%, rgba(209, 174, 99, 0.1) 36%, rgba(255, 255, 255, 0.06) 55%, rgba(255, 255, 255, 0) 72%);
  box-shadow: rgba(209, 174, 99, 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(209, 174, 99, 0.75);
  box-shadow: rgba(0, 0, 0, 0.28) 0px 16px 36px, rgba(209, 174, 99, 0.12) 0px 0px 0px 6px;
  background: rgba(255, 255, 255, 0.1);
}

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

@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 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
}

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

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

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

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

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

.hotel-select__toggle {
  height: 50px;
  padding: 0px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(206, 182, 137);
  color: rgb(255, 255, 255);
  font-weight: 500;
  border: 0px;
  cursor: pointer;
  white-space: nowrap;
  gap: 10px;
  letter-spacing: 0.6px;
  font-size: 13.5px;
}

.hotel-select__toggle:hover {
  background: rgb(195, 170, 120);
}

.hotel-select__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hotel-select__dropdown.uk-dropdown {
  min-width: 100%;
  width: 100%;
  padding: 10px 0px;
}

.hotel-select__dropdown.uk-dropdown .uk-nav>li>a {
  padding-left: 14px;
  padding-right: 14px;
  color: rgb(20, 17, 43);
  font-weight: 600;
  white-space: nowrap;
}

.hotel-select__dropdown.uk-dropdown .uk-nav>li>a:hover {
  background: rgba(206, 182, 137, 0.25);
}

.menu-open {
  overflow: hidden;
}

.full-menu {
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  height: -webkit-fill-available;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  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);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 320ms ease;
}

.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: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  max-height: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 240ms ease;
  background: transparent;
  pointer-events: none;
}

.full-menu__left {
  position: relative;
  flex: 0 0 clamp(280px, 34vw, 560px);
  width: min(100%, 560px);
  align-self: stretch;
  box-sizing: border-box;
  min-height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  padding: 96px 32px 40px;
  background: #f2eee9;
  box-shadow: rgba(0, 0, 0, 0.18) 12px 0 48px;
  overflow-y: auto;
  overflow-x: visible;
  display: flex;
  flex-direction: column;
  z-index: 2;
  transform: translateX(-102%);
  transition: transform 640ms cubic-bezier(0.16, 1, 0.3, 1);
}

.full-menu__label {
  margin: 0 0 28px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.55);
  margin-top: 20% !important;
}

.full-menu__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.full-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 28px;
  margin-top: 20px;
}

.full-menu__link {
  position: relative;
  display: block;
  padding: 6px 0 6px 4px;
  color: #1a1a1a;
  font-family: Didot, "GFS Didot", serif;
  font-size: clamp(28px, 4.2vw, 42px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-decoration: none;
  opacity: 0;
  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 ease;
}

.full-menu__link::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #1a1a1a;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.full-menu__link:hover {
  color: #0d3b66;
}

.full-menu__link:hover::after {
  opacity: 1;
  transform: scale(1);
}

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

.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: 0 0 24px;
  background: rgba(26, 26, 26, 0.12);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease 0.22s, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.22s;
}

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

.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 ease 0.3s, transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  border-top: 1px solid #cbc7c2;
  padding-top: 30px;
}

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

.full-menu__colTitle {
  margin: 0 0 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: 0;
  padding: 0;
  list-style: none;
}

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

.full-menu__sublist a {
  font-size: 14px;
  line-height: 1.35;
  color: #2a2a2a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.full-menu__sublist a:hover {
  text-decoration: underline !important;
  color: #0d3b66;
}

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

.full-menu__contact p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #2a2a2a;
}

.full-menu__contact a {
  font-size: 13px;
  color: #0d3b66;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.full-menu__contact a:hover {
  opacity: 0.8;
  color: #0d3b66;
  text-decoration: underline !important;
}

.full-menu__preview {
  position: relative;
  flex: 0 0 420px;
  width: 420px;
  align-self: stretch;
  min-height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.full-menu__viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.full-menu__slide {
  position: absolute;
  inset: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 2s cubic-bezier(0.18, 0.9, 0.22, 1);
  z-index: 1;
}

.full-menu__slide--idle {
  transform: translate3d(-100%, 0, 0);
  z-index: 0;
}

/* Üstte: yeni görsel alttakinin üzerinden soldan açılır */
.full-menu__slide--active {
  transform: translate3d(0, 0, 0);
  z-index: 4;
}

/* Altta: açık olan solda geri çekilir (aşağı yok) */
.full-menu__slide--exit {
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}

.full-menu__slide--instant {
  transition: none !important;
}

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

.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: #1a1a1a;
  width: 44px;
  height: 44px;
  padding: 0px;
  font-size: 0;
  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: #1a1a1a;
  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;
}

.mobile-fixed-cta__btn--primary {
  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;
}

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

.menu-open .full-menu__left {
  transform: translateX(0);
}

@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.slick-active {
  background: rgb(255, 255, 255) !important;
}

.banner-slider .slick-dots li {
  border: 0px;
  background: rgba(255, 255, 255, 0.2) !important;
}

.hotels-section {
  background: rgb(244, 241, 234);
  padding: 70px 0px 80px;
  position: relative;
}

.hotels-section::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -100px;
  width: 222px;
  height: 555px;
  background-image: url("../images/hotel-leaf.png");
}

.hotel-page .hotels-section::after {
  display: none;
}

.hotels-head {
  text-align: center;
  max-width: 720px;
  margin: 0px auto 34px;
}

.hotels-head h2 {
  font-family: Didot, "GFS Didot", serif;
  font-size: 40px;
  letter-spacing: 2px;
  color: rgb(13, 59, 102);
  font-weight: 600;
  margin-bottom: 0px;
}

.hotels-head p {
  color: rgb(116, 116, 116);
  font-size: 14px;
  line-height: 1.6;
  display: block;
  width: 70%;
  margin: 0px auto !important;
}

.hotels-slider-wrap {
  position: relative;
  z-index: 1;
}

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

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

.hotel-card {
  display: block;
  text-decoration: none;
}

.hotel-card__img {
  background: rgb(255, 255, 255);
  padding: 10px;
}

.hotel-card__img img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hotel-card__logo {
  background: rgb(255, 255, 255);
  padding: 12px 10px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 62px;
}

.hotel-card__logo img {
  display: block;
}

.hotels-slider .slick-arrow {
  position: absolute;
  top: -66px;
  right: 0px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(20, 17, 43, 0.18);
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0px;
  display: inline-flex !important;
}

.hotels-slider .slick-prev {
  right: 54px;
}

.hotels-slider .slick-arrow img {
  width: 18px;
  height: 18px;
}

.hotels-slider .slick-arrow:hover {
  border-color: rgba(20, 17, 43, 0.35);
}

.hotels-slider .slick-dots {
  bottom: -13px;
}

.hotels-slider .slick-dots li button::before {
  font-size: 10px;
  opacity: 0.35;
  color: rgb(20, 17, 43);
}

.hotels-slider .slick-dots li.slick-active button::before {
  opacity: 0.9;
  color: rgb(20, 17, 43);
}

.activities-section {
  background-image: url("../images/ac-bg.png");
  background-color: rgb(110, 137, 163);
  background-position: left center;
  padding: 85px 0px 95px;
  color: rgb(255, 255, 255);
  overflow: hidden;
  background-repeat: repeat-x;
}

.activities-head {
  text-align: center;
  margin: 0px auto 36px;
}

.activities-head h2 {
  font-family: Didot, "GFS Didot", serif;
  font-size: 40px;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 0px;
}

.activities-head p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.activities-slider {
  max-width: 980px;
  margin: 0px auto;
}

.activities-slider .slick-slide {
  padding: 0px 11px;
}

.activities-slider .slick-list {
  margin: 0px -11px;
}

.activities-slider .slick-arrow {
  position: absolute;
  top: -66px;
  right: 0px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0px;
  display: inline-flex !important;
}

.activities-slider .slick-prev {
  right: 54px;
}

.activities-slider .slick-arrow img {
  width: 18px;
  height: 18px;
  filter: invert(1);
  opacity: 0.9;
}

.activities-slider .slick-arrow:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.activities-slider .slick-dots {
  bottom: -17px;
}

.activities-slider .slick-dots li button::before {
  font-size: 10px;
  opacity: 0.35;
  color: rgb(255, 255, 255);
}

.activities-slider .slick-dots li.slick-active button::before {
  opacity: 0.9;
  color: rgb(255, 255, 255);
}

.campaigns-section {
  padding: 80px 0px 85px;
}

.campaigns-slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

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

.campaign-card__media {
  background: rgb(255, 255, 255);
  overflow: hidden;
}

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

.campaign-card__body {
  padding: 14px 0px 0px;
}

.campaign-card__title {
  font-size: 14px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.campaign-card__text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.55;
  color: rgb(46, 49, 51);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.discover-section {
  padding: 140px 0px;
  min-height: 620px;
  display: flex;
  align-items: center;
  background-image: url("../images/antalya-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.discover-box {
  max-width: 760px;
  margin: 0px auto;
  background: rgb(206, 182, 137);
  padding: 54px 60px;
  text-align: center;
}

.discover-box h2 {
  font-family: Didot, "GFS Didot", serif;
  font-size: 40px;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.discover-box p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  line-height: 1.7;
  margin-top: 14px !important;
}

.discover-btn {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.discover-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0px 30px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: rgb(255, 255, 255);
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  transition: background-color 220ms, color 220ms, border-color 220ms, transform 220ms;
}

.discover-btn a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgb(255, 255, 255);
  transform: translateY(-3px);
  color: rgb(255, 255, 255);
}

.site-footer {
  background: rgb(13, 59, 102);
  color: rgba(255, 255, 255, 0.85);
  padding: 70px 0px 0px;
  position: relative;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: rgb(206, 182, 137);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.footer-logo img {
  width: 120px;
  height: auto;
  display: block;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 14px !important;
}

.footer-title {
  font-size: 14px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
}

.footer-title--spaced {
  margin-top: 22px;
}

.footer-links li+li {
  margin-top: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  transition: color 200ms;
}

.footer-links a:hover {
  color: rgb(206, 182, 137);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 6px;
  flex-wrap: nowrap;
}

.footer-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: background-color 200ms, border-color 200ms, transform 200ms;
}

.footer-social a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}

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

.footer-contact a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.footer-contact a:hover {
  color: rgb(206, 182, 137);
}

.footer-bottom {
  margin-top: 46px;
  background: rgba(0, 0, 0, 0.12);
  padding: 16px 0px;
}

.footer-bottom-inner {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  display: flex !important;
}

.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.footer-concept img {
  height: auto;
  display: block;
}

.campaign-card__link {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: rgba(206, 182, 137, 0.95);
}

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

.campaign-card:hover .campaign-card__link {
  color: rgb(206, 182, 137);
}

.js-reveal-stagger .campaign-card {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 900ms, transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js-reveal-stagger.is-visible .campaign-card {
  opacity: 1;
  transform: translateY(0px);
}

.js-reveal-stagger.is-visible .campaign-card:nth-child(1) {
  transition-delay: 140ms;
}

.js-reveal-stagger.is-visible .campaign-card:nth-child(2) {
  transition-delay: 280ms;
}

.js-reveal-stagger.is-visible .campaign-card:nth-child(3) {
  transition-delay: 420ms;
}

.js-reveal-stagger.is-visible .campaign-card:nth-child(4) {
  transition-delay: 560ms;
}

.activity-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  cursor: pointer;
}

.activity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.activity-card__media {
  background: rgb(0, 0, 0);
  padding: 0px;
  border: 0px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

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

.activity-card__meta {
  border-width: 0px 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: rgba(255, 255, 255, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.35);
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
  padding: 8px 0px 6px;
  color: rgb(20, 17, 43);
}

.activity-card__title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.activity-card__sub {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(20, 17, 43, 0.55);
  text-decoration: underline;
}

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

.activities-page-section {
  padding: 46px 0 0px;
}

.activities-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.activities-page-grid .activity-card {
  background: rgba(255, 255, 255, 0.96);
  padding: 12px;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.activities-page-grid .activity-card:hover {
  transform: translateY(-4px);
}

.gallery-tabs .uk-tab>*>a {
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(20, 17, 43, 0.65);
  text-decoration: none;
  border: 1px solid rgba(13, 59, 102, 0.22);
  padding: 12px 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
}

.gallery-tabs .uk-tab {
  border-bottom: 0;
  gap: 10px;
}

.gallery-tabs .uk-tab::before {
  display: none;
}

.gallery-tabs .uk-tab>*>a::before {
  display: none;
}

.gallery-tabs .uk-tab>.uk-active>a {
  color: #ffffff;
  background: #ceb689;
  border-color: #ceb689;
}

.gallery-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-item {
  display: block;
  overflow: hidden !important;
  background: #ffffff;
  padding: 0;
  text-decoration: none;
  line-height: 0;
  position: relative;
  isolation: isolate;
  clip-path: inset(0);
  contain: paint;
}

.gallery-item img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  will-change: transform, filter;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1), filter 280ms ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(1.04) contrast(1.02) saturate(1.05);
}

.contact-section {
  padding-bottom: 70px;
}

.contact-simple__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-simple__title {
  font-family: "Didot", "GFS Didot", serif;
  font-size: 40px;
  color: #0D3B66;
  text-align: center;
  margin: 0;
}

.contact-simple__lead {
  margin: 18px auto 0;
  max-width: 420px;
  text-align: center;
  color: rgba(20, 17, 43, 0.65);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto !important;
}

.contact-simple__card {
  margin: 26px auto 0;
  max-width: 90%;
  background: #F4F1EA;
  padding: 26px 22px;
  text-align: center;
  height: 311px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.contact-simple__address {
  font-size: 15px;
  line-height: 1.6;
  color: rgb(0 0 0 / 78%);
  font-weight: 600;
}

.contact-simple__line {
  margin-top: 16px;
  font-weight: 800;
  font-size: 12px;
  color: #14112b;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-simple__line a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-simple__line a:hover {
  color: #000;
  text-decoration: underline !important;
}

.contact-simple__icons {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.contact-simple__icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 59, 102, 0.18);
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  text-decoration: none;
  transition: background-color 160ms, border-color 160ms, transform 160ms, color 160ms;
}

.contact-simple__icons a svg {
  width: 16px;
  height: 16px;
}

.contact-simple__icons a:hover {
  background: #CEB689;
  border-color: #CEB689;
  color: #ffffff;
  transform: translateY(-1px);
}

.contact-simple__form {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.contact-simple__input,
.contact-simple__textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.186);
  background: #ffffff;
  padding: 14px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

.contact-simple__textarea {
  resize: vertical;

}


.contact-simple__submit {
  height: 46px;
  width: 150px;
  border: 0;
  background: #0e3b66;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.gallery-item {
  border: 0;
  transition: filter 280ms ease;
}

.activity-detail-section {
  padding: 10px 0 70px;
}

.activity-detail-card {
  width: min(94%, 1540px);
  margin: 0 auto;
  background: #F4F1EA;
  padding: 46px 52px 54px;
}

.activity-detail-title {
  margin: 0;
  text-align: center;
  font-family: "Didot", "GFS Didot", serif;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #14112b;
}

.activity-detail-description {
  max-width: 920px;
  margin: 16px auto 0;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 1.85;
}

.activity-detail-grid {
  margin-top: 26px;
  background: #ffffff;
  border: 1px solid #ede8df;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 38px;
}

.activity-detail-block__title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0D3B66;
  margin-bottom: 10px;
}

.activity-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.activity-detail-list li {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 1.8;
}

.activity-detail-list li+li {
  margin-top: 4px;
}

.js-reveal-fold .activity-card:not(.slick-cloned) {
  opacity: 0;
  transform: translateY(26px);
}

.js-reveal-fold.is-visible .activity-card:not(.slick-cloned) {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1), opacity 900ms;
}

.js-reveal-fold.is-visible .activity-card:nth-child(1) {
  transition-delay: 140ms;
}

.js-reveal-fold.is-visible .activity-card:nth-child(2) {
  transition-delay: 280ms;
}

.js-reveal-fold.is-visible .activity-card:nth-child(3) {
  transition-delay: 420ms;
}

.js-reveal-up {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 900ms, transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.js-reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

.js-reveal-stagger .hotels-head,
.js-reveal-stagger .hotels-slider-wrap {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 900ms, transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js-reveal-stagger .hotels-slider .slick-slide:not(.slick-cloned) .hotel-card {
  opacity: 0;
  transform: translateY(18px);
}

.js-reveal-stagger.is-visible .hotels-slider .slick-slide:not(.slick-cloned) .hotel-card {
  opacity: 1;
  transform: translateY(0px);
  transition-behavior: normal, normal;
  transition-duration: 900ms, 1200ms;
  transition-timing-function: ease, cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity, transform;
  transition-delay: var(--reveal-delay, 0ms);
}

.js-reveal-stagger.is-visible .hotels-head {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 160ms;
}

.js-reveal-stagger.is-visible .hotels-slider-wrap {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 320ms;
}

@media (prefers-reduced-motion: reduce) {
  .activity-card__media img {
    transition: none;
  }

  .js-reveal-fold .activity-card,
  .js-reveal-fold.is-visible .activity-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .js-reveal-up,
  .js-reveal-stagger .hotels-head,
  .js-reveal-stagger .hotels-slider-wrap,
  .js-reveal-stagger .hotels-slider .slick-slide:not(.slick-cloned) .hotel-card,
  .js-reveal-stagger .campaign-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.menuHeader {
  display: flex;
  gap: 20px;
  align-items: center;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-top small {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: rgb(209, 180, 140);
  letter-spacing: 1px;
}

.about-top span {
  font-size: 58px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-family: Didot;
  letter-spacing: 2px;
}

.about-top p {
  font-size: 14px;
  color: rgb(116, 116, 116);
  font-weight: 300;
  line-height: 26px;
}

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

.text-left {
  font-size: 26px;
  font-weight: 600;
  color: rgb(13, 59, 102);
  letter-spacing: 2px;
  font-family: Didot;
  width: 50%;
  text-align: right;
  border-right: 1px solid rgba(0, 0, 0, 0.082);
  padding-right: 20px;
  margin-right: 20px;
}

.logo-about img {
  width: 80px;
}

.about-contact a {
  display: flex;
  padding: 0px 28px;
  height: 44px;
  background: rgb(206, 182, 137);
  color: rgb(255, 255, 255);
  transition: 0.3s;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 13.5px;
  align-items: center;
  justify-content: center;
}

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

.about-section {
  position: relative;
}

.about-section::after {
  width: 170px;
  height: 325px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 5%;
  background: url("../images/leaf-about.png") 0% 0% / cover;
}

.activities-slider .slick-dots li {
  border: 0px !important;
  background: rgba(255, 255, 255, 0.28) !important;
}

.activities-slider li.slick-active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(255, 255, 255) !important;
}

.rooms-section {
  background: rgb(233, 241, 250);
  padding: 70px 0px 80px;
  position: relative;
}

.rooms-section--other {
  padding: 62px 0px 84px;
}

.rooms-section--other .hotels-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.rooms-section--other .hotels-head h2 {
  font-size: 36px;
  letter-spacing: 0.3px;
  color: rgb(13, 59, 102);
  font-weight: 600;
}

.rooms-section--other .rooms-slider {
  width: 90% !important;
}



.rooms-section--other .room-card__title {
  width: 82%;
}

.rooms-slider {
  margin: 0px auto;
  width: 94% !important;
}

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

.room-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

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

.room-card__overlay {
  position: absolute;
  inset: 0px;
  padding: 16px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.room-card__title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  width: 60%;
}

.room-card__link {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

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

.room-card:hover .room-card__title,
.room-card:hover .room-card__link,
.room-card:hover .room-card__overlay {
  color: rgb(255, 255, 255);
}

.rooms-slider .slick-dots {
  bottom: -8px;
}



.rooms-slider .slick-dots li {
  border: 0px !important;
  background: #0d3b6623 !important;
}

.rooms-slider li.slick-active {
  background: #0d3b66 !important;
}

.rooms-slider .slick-dots li button::before {
  font-size: 10px;
  color: rgb(13, 59, 102);
  opacity: 0.35;
}

.rooms-slider .slick-dots li.slick-active button::before {
  opacity: 0.9;
}

.js-reveal-stagger .room-card {
  opacity: 0;
  transform: translateY(14px);
}

.js-reveal-stagger.is-visible .room-card {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 900ms, transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js-reveal-stagger.is-visible .room-card:nth-child(1) {
  transition-delay: 120ms;
}

.js-reveal-stagger.is-visible .room-card:nth-child(2) {
  transition-delay: 220ms;
}

.js-reveal-stagger.is-visible .room-card:nth-child(3) {
  transition-delay: 320ms;
}

.js-reveal-stagger.is-visible .room-card:nth-child(4) {
  transition-delay: 420ms;
}

.experiences-slider {
  margin: 18px -8px 0px;
}

.experiences-slider .slick-slide {
  padding: 0px 8px;
}

.experiences-slider .slick-dots {
  bottom: -38px;
}

.experiences-slider .slick-dots li button::before {
  font-size: 10px;
  color: rgb(13, 59, 102);
  opacity: 0.35;
}

.experiences-slider .slick-dots li.slick-active button::before {
  opacity: 0.9;
}

.experience-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: rgb(20, 17, 43);
}

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

.experience-card__media {
  overflow: hidden;
}

.experience-card__overlay {
  position: static;
  padding: 12px 0px 0px;
  background: transparent;
  opacity: 1;
  transform: none;
  transition: none;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.experience-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.2px;
  color: rgb(20, 17, 43);
}

.experience-card__link {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(206, 182, 137);
  text-decoration: underline;
}

.experience-card__desc {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: rgb(46, 49, 51);
}

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

.experience-card:hover .experience-card__link {
  color: rgb(176, 147, 84);
}

.js-reveal-stagger .experience-card:not(.slick-cloned) {
  opacity: 0;
  transform: translateY(16px);
}

.js-reveal-stagger.is-visible .experience-card:not(.slick-cloned) {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 900ms, transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js-reveal-stagger.is-visible .experience-card:not(.slick-cloned):nth-child(1) {
  transition-delay: 160ms;
}

.js-reveal-stagger.is-visible .experience-card:not(.slick-cloned):nth-child(2) {
  transition-delay: 320ms;
}

.experience-section {
  background: url("../images/d-bg.png") left top no-repeat;
  padding: 80px 0px;
}

.instagram-section {
  background-color: rgb(244, 241, 234);
  padding: 66px 0px 76px;
  background-image: url("../images/lets-soft.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12%;
}

.instagram-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 26px;
}

.instagram-head h2 {
  font-family: Didot, "GFS Didot", serif;
  color: rgb(13, 59, 102);
  font-size: 46px;
  line-height: 1;
  margin: 0px;
  border-right: 1px solid rgb(217, 214, 208);
  padding-right: 10px;
}

.instagram-head span {
  font-family: Didot, "GFS Didot", serif;
  color: rgba(206, 182, 137, 0.95);
  font-size: 46px;
  margin-top: 3px;
}

.instagram-slider {
  margin: 0px;
}

.instagram-slider li.slick-active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(13, 59, 102) !important;
}

.slick-dots li {
  border: 0px !important;
  background: rgb(255, 255, 255) !important;
}

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

.instagram-slider .slick-dots {
  bottom: -36px;
}

.instagram-slider .slick-dots li button::before {
  font-size: 10px;
  color: rgb(13, 59, 102);
  opacity: 0.35;
}

.instagram-slider .slick-dots li.slick-active button::before {
  opacity: 0.9;
}

.instagram-card {
  display: block;
  overflow: hidden;
}

.instagram-card img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: scale(1);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 280ms;
}

.instagram-card:hover img {
  transform: scale(1.06);
  filter: brightness(1.03);
}

.room-split-wrap {
  margin-top: 40px;
  display: grid;
  gap: 44px;
}

.room-split {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  gap: 44px;
  align-items: center;
}

.room-split--reverse .room-split__media {
  order: 2;
}

.room-split--reverse .room-split__content {
  order: 1;
}

.room-detail-slider {
  width: 100%;
  max-width: 100%;
}

.room-split__media,
.room-split__content {
  min-width: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.room-split__media {
  width: 100%;
  overflow: hidden;
}

.room-detail-slide {
  width: 100%;
}

.room-detail-slide img {
  width: 100%;
  max-width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

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

.room-detail-slider .slick-dots li button::before {
  font-size: 10px;
  color: rgb(13, 59, 102);
  opacity: 0.35;
}

.room-detail-slider .slick-dots li.slick-active button::before {
  opacity: 0.9;
}

.room-detail-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0px;
  background: none;
  padding: 0px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: inline-flex !important;
}

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

.room-detail-slider .slick-arrow img {
  display: block;
}

.room-detail-hero-section {
  background: rgb(244, 241, 234);
  padding: 30px 0px 34px;
}

.room-detail-slider--hero .room-detail-slide img {
  aspect-ratio: 21 / 8;
}

.room-spec-section {
  padding: 28px 0px 68px;
}

.room-spec-card {
  width: min(94%, 1540px);
  margin: 0px auto;
  background-color: rgb(244, 241, 234);
  padding: 50px 58px 54px;
  background-image: url("../images/lets-detail.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.room-spec-title {
  margin: 0px;
  text-align: center;
  font-family: Didot, "GFS Didot", serif;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: rgb(20, 17, 43);
}

.room-spec-description {
  max-width: 920px;
  text-align: center;
  color: rgb(102, 102, 102);
  font-size: 14px;
  line-height: 1.85;
  margin: 0 auto !important;
}

.room-spec-features {
  margin-top: 28px;
  background: rgb(248 246 242);
  padding: 34px 44px 38px;
}

.room-spec-features h3 {
  margin: 0px;
  text-align: center;
  font-family: Didot, "GFS Didot", serif;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: rgb(20, 17, 43);
}

.room-spec-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 10px 34px;
  width: 80%;
  margin: 22px auto;
}

.room-spec-features__grid ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.room-spec-features__grid li {
  color: rgb(44, 44, 44);
  font-size: 14px;
  line-height: 1.8;
}

.room-spec-features__grid li+li {
  margin-top: 2px;
}

.room-split__content h3 {
  font-family: Didot, "GFS Didot", serif;
  font-size: 30px;
  color: rgb(20, 17, 43);
  margin-bottom: 14px;
  width: 50%;
  line-height: 40px;
}

.room-split__content p {
  color: rgb(97, 97, 97);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.room-split__content .call-button a {
  min-width: 140px;
}

.hotels-section--with-after .hotels-section::after {
  display: none !important;
}

.rooms-head {
  width: 94%;
  margin: 0px auto;
  padding: 60px 80px;
  background: rgb(244, 241, 234);
  position: relative;
}

.rooms-head::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -50px;
  width: 200px;
  height: 156px;
  background-image: url("../images/page-after.png");
}

.rooms-head span {
  font-family: Didot, "GFS Didot", serif;
  color: rgb(0, 0, 0);
  font-size: 46px;
  margin-top: 3px;
}

.rooms-head p {
  color: rgb(116, 116, 116);
  font-size: 14px;
  line-height: 1.6;
  display: block;
  width: 40%;
}

.page-header .menu-button a {
  border-color: rgba(0, 0, 0, 0.22);
}

.page-header .lang-button__toggle {
  border-color: rgb(244, 241, 236);
  background: rgb(244, 241, 236);
}

.page-header .reservation-button a {
  color: rgb(13, 59, 102);
  border: 1px solid rgba(13, 59, 102, 0.27);
}

.page-head-text {
  width: 60%;
  margin: 0px auto;
  font-family: Didot, "GFS Didot", serif;
  position: relative;
  text-align: center;
  font-size: 24px;
}

.activity-detail-page .page-head-text {
  width: min(92%, 1080px);
  font-family: Didot, "GFS Didot", serif;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  color: rgb(20, 17, 43);
}

.bg-blue {
  background: rgb(233, 241, 250);
  padding: 60px 0px;
}

.room-detail-slider {
  width: 94%;
  margin: 0px auto;
}

.footer-leaf {
  position: absolute;
  left: 30px;
  bottom: 32px;
}

.footer-leaf img {
  width: 120px;
}

.rooms-head.uk-margin-medium-top.activity-detail-head p {
  width: 70%;
  font-size: 15px;
}

.uk-tab>* {
  padding-left: 0px !important;
}

.maps {
  width: 94%;
  margin: 0px auto;
}

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