@charset "UTF-8";

@font-face {
  font-family: "Nunito-Medium";
  src: url("../fonts/Nunito-Medium.woff2") format("woff2"),
    url("../fonts/Nunito-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito-Regular";
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"),
    url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.woff2") format("woff2"),
    url("../fonts/Quicksand-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Nunito-Regular", var(--default-font-family);
}
a.cta-link,
.review-author,
h3.footer__heading {
  font-family: "Nunito-Medium", var(--default-font-family);
}
.title_box,
.slider-title,
.offer-title,
.footer__lead a {
  font-family: "Quicksand", var(--default-font-family);
}

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --size: 15px;
  --radius: clamp(20px, 2vw, 40px);
  --white: #fff;
  --black: #000;
  --main-color: #222; /* text */
  --main-color-hover: #e39e73; /* text hover */
  --main-bg-color: #f7f5f2; /* bg */
  --main-bg-color-grey: #e39e73; /* tmava bezova */
  --main-bg-color-grey-light: #f7d6bf; /* svetla bezova */
  --main-bg-color-custom: #c3e2dd; /* tyrkysova */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
  --z-index-negative: -10;
  --z-index-behind: -2;
  --z-index-default: 0;
  --z-index-above: 2;
  --z-index-dropdown: 100;
  --z-index-modal: 1000;
}

html {
  font-size: 18px;
}
body {
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  background-color: var(--main-bg-color);
}
h1,
h2,
h3,
h4 {
  line-height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: var(--main-color);
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: solid 1px;
}
a:hover {
  color: var(--main-color-hover);
  border-bottom-color: transparent;
}
a.cta-link {
  font-size: 0.94rem;
  text-transform: uppercase;
}
a.cta-link:focus-visible {
  outline: 2px dashed color-mix(in srgb, var(--main-color-hover) 70%, #000 30%);
  outline-offset: 4px;
  border-bottom-color: transparent;
}
p {
  text-wrap: pretty;
  line-height: 1.6;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  .container-fluid-custom {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1920px) {
  .container-fluid-custom {
    padding-left: max(1rem, 8%);
    padding-right: max(1rem, 8%);
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid-custom {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: none;
  }
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 7.33);
  padding-bottom: calc(var(--size) * 7.33);
}
.img-object-fit {
  object-fit: cover;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.radius-default {
  border-radius: var(--radius);
}
.radius-xl {
  border-radius: calc(var(--radius) * 2.5);
}
.radius-top-5x {
  border-radius: clamp(calc(var(--radius) * 2.5), 5vw, calc(var(--radius) * 5))
    clamp(calc(var(--radius) * 2.5), 5vw, calc(var(--radius) * 5)) 0 0;
}
.container_bg__light {
  background-color: var(--main-bg-color-grey-light);
}
.container_bg__dark {
  background-color: var(--main-bg-color-grey);
}

.title_box {
  position: relative;
}
.text-white .title_box {
  color: var(--white);
}
.title_box > * {
  position: relative;
  text-wrap: balance;
  line-height: 1.2em;
}
.title_box :is(h1, h2) {
  font-size: calc(28px + (58 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.title_box small {
  font-size: 100%;
  color: inherit;
}
.title_box__icon {
  --title-icon-size: clamp(2rem, 4.5vw, 4.5rem);
  display: inline-block;
  text-align: center;
  padding-block-start: calc(
    var(--title-icon-size) + clamp(0.5rem, 1.2vw, 1rem)
  );
}
.title_box__icon::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  margin-inline: auto;
  display: block;
  width: var(--title-icon-size);
  aspect-ratio: 1 / 1;
  background: center / contain no-repeat url("../images/title-icon.svg");
  pointer-events: none;
}

/* Animate */

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zoomOut {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* Header ............................................................... */

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: clamp(1.5rem, 2vw, 2.5rem);
  z-index: var(--z-index-modal);
}
.header.scroll {
  position: fixed;
  padding-block: 1rem;
  background-color: var(--main-bg-color);
  -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  animation: animateNav 0.4s linear;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.main-logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: var(--z-index-dropdown);
}
.main-logo img {
  width: clamp(7.778rem, calc(6.944rem + 4.688vw), 11.944rem);
}
.header.scroll .main-logo img {
  width: clamp(5rem, calc(4.333rem + 3.75vw), 8.333rem);
}

.mainNavigation {
  padding: 0;
}
.mainNavigation .navbar-nav {
  margin: 0;
  gap: clamp(1rem, 2vw, 2.5rem);
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1rem;
  color: var(--main-color) !important;
  line-height: clamp(30px, 2vw, 40px);
  padding: 0 !important;
  border-bottom: 0;
}
.mainNavigation a.nav-link span {
  position: relative;
  display: inline-block;
}
.mainNavigation a.nav-link span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
}
.mainNavigation a.nav-link:hover span:after, .mainNavigation a.hi span:after {
  width: 0;
  opacity: 0;
}
.mainNavigation .dropdown-menu {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.mainNavigation .dropdown-menu a.dropdown-item {
  font-size: clamp(0.8rem, 0.9vw, 1rem) !important;
  color: var(--white);
  line-height: 30px !important;
  background-color: var(--main-color-hover);
  margin-left: 0 !important;
  border-bottom: 1px solid
    color-mix(in srgb, var(--main-color-hover) 80%, var(--black));
  z-index: 1100;
}
.mainNavigation .dropdown-menu a.dropdown-item:first-child {
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}
.mainNavigation .dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}
.mainNavigation .dropdown-menu a.dropdown-item:hover,
.mainNavigation .dropdown-menu a.hi {
  color: var(--white);
  background-color: color-mix(
    in srgb,
    var(--main-color-hover) 70%,
    var(--black)
  );
}

/* Dropdown Transition */

.mainNavigation .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
}
.mainNavigation .dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease all;
}

/* Launguage */

.gt_selector {
  display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center / 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gt_selector:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.language-selector {
  margin-inline-start: clamp(1.667rem, calc(1.111rem + 3.125vw), 4.444rem);
}
.language-picker {
  display: flex;
  align-items: center;
  position: relative;
}
.language-picker-wrapper, .language-picker-wrapper .gtranslate_wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.language-picker select {
  border: none;
  font-size: 1rem;
  background: transparent;
  color: var(--main-color);
  padding-right: 25px;
  appearance: none;
}
.language-picker select:focus {
  outline: none;
}
.language-picker option, .gtranslate_wrapper option {
  color: var(--black);
  background-color: var(--white);
}
.language-picker-wrapper i {
  position: absolute;
  right: 0;
  font-size: 1rem;
  color: var(--main-color);
  pointer-events: none;
}

/* Rslider ............................................................... */

.slider-wrapper .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slider-wrapper .owl-carousel .owl-animated-in {
  z-index: 0;
}
.slider-wrapper .owl-carousel .owl-animated-out {
  z-index: 1;
}
.fadeOutScale {
  animation-name: fadeOutScale;
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeInScale {
  animation-name: fadeInScale;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slider-wrapper {
  width: 100%;
  height: 90vh;
}
.slider-wrapper .owl-carousel,
.slider-wrapper .item {
  height: 90vh;
}
.slider-wrapper-in {
  height: 40vh !important;
}
.slider-wrapper-in .owl-carousel,
.slider-wrapper-in .item {
  height: 40vh !important;
}
.slider-wrapper:not(.slider-wrapper-in)::before {
  position: absolute;
  inset: 0;
  content: "";
  background: color-mix(in srgb, var(--black) 35%, transparent);
  z-index: var(--z-index-above);
}
.slider-wrapper:not(.slider-wrapper-in)::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
  width: clamp(1.667rem, calc(-7.444rem + 51.25vw), 47.222rem);
  aspect-ratio: 1 / 1;
  background: center / contain no-repeat url("../images/title-icon.svg");
  filter: invert(1);
  opacity: 0.4;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: var(--z-index-above);
}
.slider-image {
  position: absolute;
  inset: 0;
  z-index: var(--z-index-behind);
}
.carousel-content {
  inset: 0;
  padding-block-end: clamp(3.333rem, calc(2.5rem + 4.688vw), 7.5rem);
  z-index: var(--z-index-dropdown);
}
.slider-text {
  font-size: clamp(1rem, calc(0.933rem + 0.375vw), 1.333rem);
  margin-bottom: clamp(0.875rem, 1.5vw, 1.25rem);
}
.slider-title {
  font-size: clamp(1.667rem, calc(1rem + 3.75vw), 5rem);
  line-height: 1.2;
  text-wrap: balance;
}

/* Main-Content ............................................................... */

.section-bg {
  position: absolute;
  inset: 0;
  z-index: var(--z-index-behind);
}
.section-bg picture,
.section-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.owl-navigation {
  display: flex;
  gap: 0.5rem;
}
.owl-navigation .btn {
  inline-size: clamp(2.25rem, 2.5vw, 2.75rem);
  block-size: clamp(2.25rem, 2.5vw, 2.75rem);
  font-size: clamp(1.37rem, 1.5rem, 1.66rem);
  color: var(--main-color);
  line-height: 1;
  display: inline-grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 0;
  border: 0;
}
.owl-navigation .btn:hover {
  color: var(--white);
  background-color: var(--main-color-hover);
}
.owl-navigation .btn:focus,
.owl-navigation .btn.focus {
  box-shadow: none;
}
.owl-navigation .btn:focus-visible {
  outline: 2px dashed var(--main-color-hover);
  outline-offset: 4px;
}

/* About-Us-Reviews */

.about-intro__text {
  max-width: 50ch;
  margin-inline: auto;
}
.reviews-panel {
  --pad-i: clamp(2.778rem, calc(2.222rem + 3.125vw), 5.556rem);
  --pad-t: clamp(5rem, calc(4.333rem + 3.75vw), 8.333rem);
  --pad-b: clamp(1.667rem, calc(1.333rem + 1.875vw), 3.333rem);
  padding-inline: var(--pad-i);
  padding-block-start: var(--pad-t);
  padding-block-end: var(--pad-b);
}
.reviews-photo {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: clamp(4.444rem, calc(2.889rem + 8.75vw), 12.222rem);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-40%, -30%);
  transform: translate(-40%, -30%);
  z-index: var(--z-index-above);
}
.reviews-photo picture,
.reviews-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.review-text {
  max-width: 48ch;
  margin: 0 auto;
  line-height: 1.7;
}
.review-author {
  margin-top: 1.25rem;
}

/* Accommodation */

.accommodation-section {
  display: grid;
  padding-block: clamp(5.556rem, calc(4.222rem + 7.5vw), 12.222rem);
}
.accommodation-section__content {
  position: relative;
  z-index: var(--z-index-above);
  width: 100%;
}
.accommodation-card {
  margin-inline: auto;
  max-width: min(55rem, 92%);
  background-color: color-mix(
    in srgb,
    var(--main-bg-color-custom) 85%,
    transparent
  );
  text-align: center;
  padding-block: clamp(2rem, 4vw, 5rem);
  padding-inline: clamp(1rem, 5vw, 7rem);
}
@media (prefers-reduced-motion: no-preference) {
  .accommodation-card {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: accFadeIn 900ms ease-out both;
    animation: accFadeIn 900ms ease-out both;
  }
  @-webkit-keyframes accFadeIn {
    from {
      opacity: 0;
      -webkit-transform: scale(0.98);
      transform: scale(0.98);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes accFadeIn {
    from {
      opacity: 0;
      -webkit-transform: scale(0.98);
      transform: scale(0.98);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
}

/* Offer */

.offer-section {
  --offer-radius: var(--radius);
  --offer-ratio: 3 / 4;
  --offer-pad: clamp(0.833rem, calc(0.333rem + 2.812vw), 3.333rem);
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(0.833rem, calc(0.444rem + 2.188vw), 2.778rem);
}
.offer-grid > .offer-card {
  grid-column: span 4;
}
a.offer-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: var(--offer-ratio);
  color: var(--white);
  isolation: isolate;
}
.offer-media,
.offer-media picture,
.offer-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.offer-media img {
  object-fit: cover;
}
.offer-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--offer-pad) * 1.3) var(--offer-pad);
  z-index: 2;
  background: color-mix(in srgb, var(--black) 35%, transparent);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.offer-title {
  font-size: clamp(1.556rem, calc(1.422rem + 0.75vw), 2.222rem);
  line-height: 1.2;
}
.offer-text {
  max-width: 48ch;
}
a.offer-card:hover .offer-media img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
a.offer-card:hover .offer-content > * {
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
a.offer-card:focus-visible {
  outline: 2px dashed color-mix(in srgb, var(--main-color-hover) 80%, #000 20%);
  outline-offset: 4px;
}

/* Faq */

.faq-header {
  padding-block-end: clamp(2.222rem, calc(1.889rem + 1.875vw), 3.889rem);
}
.faq-intro {
  max-width: 70ch;
  margin: 0 auto;
}
.faq-ornament {
  position: absolute;
  inline-size: clamp(5.556rem, calc(3.889rem + 9.375vw), 13.889rem);
  aspect-ratio: 3 / 3.5;
  overflow: hidden;
  z-index: var(--z-index-behind);
}
.faq-ornament__left {
  inset-block-start: 0;
  inset-inline-start: clamp(0.5rem, 2.5vw, 4rem);
  border-radius: 0 0 calc(var(--radius) * 2.5) calc(var(--radius) * 2.5);
}
.faq-ornament__right {
  inset-block-end: 0;
  inset-inline-end: clamp(0.5rem, 2.5vw, 4rem);
  border-radius: calc(var(--radius) * 2.5) calc(var(--radius) * 2.5) 0 0;
}
.widget-faq .faq__items {
  max-width: min(50rem, 70%);
}
.widget-faq .faq__items .card {
  position: relative;
  background-color: transparent;
  border: 0;
}
.widget-faq .faq__items .card:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: color-mix(
    in srgb,
    var(--main-color-hover) 70%,
    var(--main-color)
  );
}
.widget-faq .faq__items .card .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom: 0 !important;
}
.widget-faq .faq__items .card .card-header .btn-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.05rem, 1.1vw + 0.7rem, 1.4rem);
  color: var(--main-color);
  padding-block: clamp(0.833rem, calc(0.722rem + 0.625vw), 1.389rem);
  padding-inline: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  text-decoration: none;
  transition: color 200ms ease;
}
.widget-faq .faq__items .card .card-header .btn-link span {
  padding-inline-end: 1rem;
}
.widget-faq .faq__items .card .card-header .btn-link i {
  font-size: 1.25rem;
  transition: transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
}
.widget-faq .faq__items .card .card-header .btn-link:hover {
  color: color-mix(in srgb, var(--main-color-hover) 70%, var(--main-color));
}
.widget-faq .faq__items .card .card-header .btn-link:focus-visible {
  outline: 2px dashed color-mix(in srgb, var(--main-color-hover) 75%, #000 25%);
  outline-offset: 4px;
}
.widget-faq .faq__items .card .card-header .btn-link[aria-expanded="true"] i {
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
}
.widget-faq .faq__items .card .card-body {
  background-color: transparent;
  padding: 1.25rem 0;
  line-height: 1.65;
  text-wrap: pretty;
}

/* Gallery */

.gallery-section {
  --gallery-item-h: clamp(11rem, 24vw, 24rem);
}
.gallery-intro {
  max-width: 50ch;
  margin-left: auto;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  gap: clamp(0.5rem, 1vw, 1.25rem);
  grid-auto-flow: dense;
}
.gallery-item {
  display: block;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.gallery-span-8 {
  grid-column: span 8;
}
.gallery-span-5 {
  grid-column: span 5;
}
.gallery-media {
  width: 100%;
  height: var(--gallery-item-h);
  display: block;
  position: relative;
}
.gallery-media picture,
.gallery-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    40% 40% at 65% 35%,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.15) 40%,
    transparent 70%
  );
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.gallery-item:hover::after {
  opacity: 1;
}
.gallery-item:hover .gallery-media img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.gallery-item:focus-visible {
  outline: 2px dashed color-mix(in srgb, var(--main-color-hover) 75%, #000 25%);
  outline-offset: 4px;
}

/* Footer ............................................................... */

.footer {
  padding-block: clamp(2.222rem, calc(1.778rem + 2.5vw), 4.444rem);
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(16rem, 36vw, 34rem);
  aspect-ratio: 1 / 1;
  background: center / contain no-repeat url("../images/title-icon.svg");
  filter: invert(1);
  opacity: 0.18;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: var(--z-index-behind);
  -webkit-transform: translate(-50%, 15%);
  transform: translate(-50%, 15%);
}
.footer__top {
  padding-block-end: clamp(1.944rem, calc(1.555rem + 2.188vw), 3.889rem);
}
.footer :is(p, ul, li, address, a, span) {
  font-size: 0.89rem;
}
.footer a {
  color: var(--white);
  border-bottom-color: transparent;
}
.footer a:hover, .footer a.hi {
  border-bottom-color: var(--white);
}
.footer a:focus-visible {
  outline: 2px dashed var(--white);
  outline-offset: 4px;
}
.footer address {
  font-style: normal;
  margin: 0;
}
h3.footer__heading {
  font-size: inherit;
}
.footer__lead a {
  font-size: clamp(1.222rem, calc(1.022rem + 1.125vw), 2.222rem);
  line-height: 1.4;
}
.footer__intro {
  max-width: 50ch;
}
.footer .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.footer .list-inline-item:not(:last-child):after {
  content: "|";
  padding-left: 0.5rem;
  color: var(--white);
}

/* Effects ............................. */

a,
.mainNavigation a.nav-link span:after,
.mainNavigation .dropdown-menu a.dropdown-item,
.offer-media img,
a.offer-card .offer-content > *,
.widget-faq .faq__items .card .card-header .btn-link,
.gallery-media picture,
.gallery-media img,
.gallery-item::after {
  transition: all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 5.66);
    padding-bottom: calc(var(--size) * 5.66);
  }
}

@media screen and (max-width: 1200px) {
  .box_padding_vertical {
    padding-top: calc(var(--size) * 4);
    padding-bottom: calc(var(--size) * 4);
  }
  .gallery-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .gallery-span-8 {
    grid-column: span 6;
  }
  .gallery-span-5 {
    grid-column: span 6;
  }
  .gallery-section {
    --gallery-item-h: clamp(10rem, 28vw, 14rem);
  }
}

@media screen and (max-width: 991px) {
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .header {
    position: fixed !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background-color: var(--main-bg-color);
    -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
    animation: none !important;
  }
  .header + div,
  .header + section {
    margin-top: 60px;
  }
  .main-logo {
    top: 5px !important;
    left: 15px;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .main-logo img {
    width: 125px !important;
  }
  .mainNavigation .navbar-nav {
    gap: 0;
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-bottom: 1rem;
  }
  .mainNavigation a.nav-link,
  .mainNavigation .dropdown-menu a.dropdown-item {
    font-size: 1.12rem !important;
  }
  .mainNavigation a.nav-link:before {
    display: none;
  }
  .mainNavigation li.dropdown a.nav-link:hover span:after {
    display: block;
  }
  .mainNavigation .dropdown-menu a.dropdown-item {
    text-align: center;
    white-space: initial;
  }
  .mainNavigation .dropdown-menu {
    height: 0;
    visibility: visible;
    opacity: 0;
    transform: translateY(0);
    transition: 0.5s ease all;
  }
  .mainNavigation .dropdown-menu.show {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s ease all;
  }
  .mainNavigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .language-selector {
    position: absolute;
    top: 0px;
    right: 90px;
    margin-inline-start: 0;
  }
  .slider-wrapper {
    height: 80dvh;
  }
  .slider-wrapper .owl-carousel,
  .slider-wrapper .item {
    height: 80dvh;
  }
  .offer-section {
    --offer-ratio: 4 / 3;
  }
  .offer-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .offer-grid > .offer-card {
    grid-column: span 6;
  }
  .faq-ornament {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .slider-wrapper:not(.slider-wrapper-in)::after {
    inset: 0;
  }
  .carousel-content {
    padding-block-end: 0;
  }
  .reviews-col {
    padding-top: 0;
  }
  .reviews-photo {
    display: none;
  }
  .reviews-panel {
    --pad-i: 1.5rem;
    --pad-t: 3rem;
    --pad-b: 1.5rem;
  }
  .widget-faq .faq__items {
    max-width: 100%;
  }
  .gallery-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-span-8,
  .gallery-span-5 {
    grid-column: span 6;
  }
  .gallery-section {
    --gallery-item-h: clamp(10rem, 50vw, 13rem);
  }
  .gallery-intro {
    margin-left: 0;
  }
  .footer::before {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .footer__intro {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

html body { top: 0 !important; }
.goog-te-banner-frame, #goog-gt-tt, .goog-tooltip, .goog-te-balloon-frame, .goog-logo-link, .goog-te-gadget img { display:none !important; }
.goog-te-banner-frame.skiptranslate { display:none !important; }
#google_translate_element, .goog-te-gadget { display:none !important; }

.reviews-photo .we_button {
  position: absolute;
  bottom: 0;
}

.faq-ornament__left .we_button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}

.faq-ornament__right .we_button {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
}

.card-body p:last-child {
  margin: 0;
}