@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

@property --grad1 {
  syntax: '<color>';
  initial-value: #bea380;
  inherits: false; }

@property --grad2 {
  syntax: '<color>';
  initial-value: #a88862;
  inherits: false; }

:root {
  --fluid-350px: clamp(5rem, calc(-5.125rem + 45vw), 21.875rem);
  --fluid-270px: clamp(3.4375rem, calc(-4.625rem + 35.8333vw), 16.875rem);
  --fluid-200px: clamp(3.125rem, calc(-2.5rem + 25vw), 12.5rem);
  --fluid-150px: clamp(3.75rem, calc(0.375rem + 15vw), 9.375rem);
  --fluid-130px: clamp(2.1875rem, calc(-1.375rem + 15.8333vw), 8.125rem);
  --fluid-100px: clamp(2.8125rem, calc(0.75rem + 9.1667vw), 6.25rem);
  --fluid-90px: clamp(2.3125rem, calc(0.325rem + 8.8333vw), 5.625rem);
  --fluid-80px: clamp(2.625rem, calc(1.3226rem + 6.129vw), 5rem);
  --fluid-55px: clamp(2.8125rem, calc(2.4375rem + 1.6667vw), 3.4375rem);
  --fluid-40px: clamp(2.1875rem, calc(2rem + 0.8333vw), 2.5rem);
  --fluid-32px: clamp(1.375rem, calc(1rem + 1.6667vw), 2rem);
  --fluid-20px: clamp(1.15625rem, calc(1.1261rem + 0.1376vw), 1.25rem); }

@media (max-width: 1440px) {
  :root {
    --fluid-200px: 140px;
    --fluid-150px: 100px;
    --fluid-130px: 96px;
    --fluid-100px: 80px;
    --fluid-80px: 68px;
    --fluid-40px: 32px; } }

@media (max-width: 1024px) {
  :root {
    --fluid-200px: 120px;
    --fluid-150px: 84px;
    --fluid-130px: 72px;
    --fluid-100px: 68px;
    --fluid-90px: 66px;
    --fluid-80px: 60px;
    --fluid-55px: 42px; } }

@media (max-width: 991px) {
  :root {
    --fluid-200px: 90px;
    --fluid-150px: 72px;
    --fluid-130px: 60px;
    --fluid-100px: 55px; } }

@media (max-width: 768px) {
  :root {
    --fluid-200px: 80px;
    --fluid-150px: 65px;
    --fluid-130px: 55px;
    --fluid-100px: 50px;
    --fluid-90px: 37px;
    --fluid-80px: 45px;
    --fluid-55px: 38px;
    --fluid-40px: 30px;
    --fluid-32px: 22px;
    --fluid-20px: 18px; } }

@media (max-width: 450px) {
  :root {
    --fluid-200px: 58px;
    --fluid-150px: 50px;
    --fluid-130px: 35px;
    --fluid-100px: 45px;
    --fluid-80px: 35px;
    --fluid-40px: 28px;
    --fluid-20px: 17px; } }

/*
* basis-grotesque
*/
@font-face {
  font-family: 'basis-grotesque-regular-pro';
  src: local("basis-grotesque-regular-pro"), url(../fonts/basis-grotesque-regular-pro.woff2) format("woff2"), url(../fonts/basis-grotesque-regular-pro.woff) format("woff"), url(../fonts/basis-grotesque-regular-pro.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'basis-grotesque-bold-pro';
  src: local("basis-grotesque-bold-pro"), url(../fonts/basis-grotesque-bold-pro.woff2) format("woff2"), url(../fonts/basis-grotesque-bold-pro.woff) format("woff"), url(../fonts/basis-grotesque-bold-pro.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*
* Crystal Sky
*/
@font-face {
  font-family: 'Crystal Sky Alt';
  src: local("Crystal Sky Alt"), url("../fonts/Crystal Sky Alt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Crystal Sky Caps';
  src: local("Crystal Sky Caps"), url("../fonts/Crystal Sky Caps.otf") format("opentype"), url("../fonts/Crystal Sky Caps.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Crystal Sky Hearts';
  src: local("Crystal Sky Hearts"), url("../fonts/Crystal Sky Hearts.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Dream Avenue';
  src: local("Dream Avenue"), url("../fonts/Dream Avenue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #efefef;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "basis-grotesque-regular-pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  overflow-x: hidden;
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  @media (max-width: 1440px) {
    body {
      font-size: 16px; } }
  @media (max-width: 768px) {
    body {
      font-size: 15px; } }
  body:has(:not(.modal)dialog[open]) {
    overflow: hidden;
    pointer-events: none; }

@media (min-width: 768px) {
  .flatpickr-calendar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 10px; } }

.flatpickr-calendar .flatpickr-innerContainer {
  padding: 20px; }

.flatpickr-calendar input.numInput.cur-year {
  font-size: inherit !important; }

.flatpickr-calendar.rangeMode .cur-month {
  margin-right: 8px; }

.flatpickr-calendar.rangeMode input.numInput.cur-year {
  border: unset !important; }

.mask-heading {
  --_start: var(--mask, 0%);
  --_end: calc(100% - var(--mask, 0%));
  --_outer-clr: #1a1a1a;
  --_inner-clr: #ffffff;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  background: linear-gradient(to right, var(--_outer-clr) 0%, var(--_outer-clr) var(--_start), var(--_inner-clr) var(--_start), var(--_inner-clr) var(--_end), var(--_outer-clr) var(--_end), var(--_outer-clr) 100%);
  max-width: 20ch;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 2; }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #efefef; }

::selection {
  color: #bea380;
  background: #1a1a1a; }

button.arrow-anim:hover svg .shrinkable-path {
  stroke-dashoffset: 0; }

@media (hover: hover) and (min-width: 768px) {
  button.arrow-anim svg .shrinkable-path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    transition: stroke-dashoffset 0.5s ease-in-out; } }

body.noscroll,
body.menu-open {
  overflow: hidden; }

iframe,
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.hidden {
  display: none !important; }

a {
  display: inline-block;
  color: #1a1a1a; }

button {
  color: #1a1a1a; }

/*Generic*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.flex {
  display: flex;
  align-items: center; }

.wrapper {
  max-width: 1920px;
  margin: auto;
  padding: 0px 5%; }
  @media (max-width: 768px) {
    .wrapper {
      padding: 0px 30px; } }
  @media (max-width: 450px) {
    .wrapper {
      padding: 0px 15px; } }

.col-row {
  display: flex;
  flex-wrap: wrap; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.main-cont {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.black {
  color: #1a1a1a; }
  .black p {
    color: #1a1a1a; }

.white {
  color: #ffffff; }
  .white p {
    color: #ffffff; }

.fancybox__backdrop {
  background-color: #ffffff !important; }

.carousel__button svg {
  color: black !important;
  width: auto !important;
  height: 40px !important;
  stroke-width: 1px !important; }

.fancybox__counter {
  color: #1a1a1a !important;
  font-family: "basis-grotesque-regular-pro", sans-serif !important; }
  .fancybox__counter span {
    font-family: "basis-grotesque-regular-pro", sans-serif !important; }

.fancybox__toolbar {
  background: none !important;
  text-shadow: none !important; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 5px !important;
  border-radius: 0px !important;
  border-color: #1a1a1a !important; }

.fancybox__container {
  --carousel-button-svg-filter: none !important; }

.fancybox__thumb {
  border-radius: 0px !important; }

.bg_white {
  background-color: #ffffff; }

.bg_black {
  background-color: #1a1a1a; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Dream Avenue", serif;
  font-weight: normal;
  line-height: 1.1; }

h1,
.h1 {
  line-height: 1;
  font-size: var(--fluid-150px); }

h2,
.h2 {
  font-size: var(--fluid-100px); }

h3,
.h3 {
  font-size: var(--fluid-80px); }

h4,
.h4 {
  font-size: var(--fluid-55px); }

h5,
.h5 {
  font-size: var(--fluid-40px); }

.xlarge-heading {
  font-size: var(--fluid-200px);
  font-family: "Dream Avenue", serif; }

.text-heading,
.text-heading * {
  font-size: 32px;
  font-family: "basis-grotesque-regular-pro", sans-serif; }
  @media (max-width: 1440px) {
    .text-heading,
    .text-heading * {
      font-size: 24px; } }
  @media (max-width: 1024px) {
    .text-heading,
    .text-heading * {
      font-size: 22px; } }

.sub-heading {
  display: inline-block;
  font-family: "basis-grotesque-bold-pro", sans-serif; }

p,
ul li,
a {
  font-size: 18px;
  line-height: 1.4;
  color: #1a1a1a; }
  @media (max-width: 1440px) {
    p,
    ul li,
    a {
      font-size: 16px; } }
  @media (max-width: 768px) {
    p,
    ul li,
    a {
      font-size: 15px; } }

a {
  text-decoration: none; }

a.link,
button.link,
a .link,
button .link {
  font-weight: bold;
  position: relative;
  display: block;
  margin: auto;
  margin-top: 50px;
  padding-inline: unset;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease; }
  @media (max-width: 768px) {
    a.link,
    button.link,
    a .link,
    button .link {
      margin-top: 30px; } }
  a.link:hover::before,
  button.link:hover::before,
  a .link:hover::before,
  button .link:hover::before {
    transform: scale3d(1, 1, 1); }
  a.link:hover::after,
  button.link:hover::after,
  a .link:hover::after,
  button .link:hover::after {
    transform: scale3d(0, 1, 1); }
  a.link::after,
  button.link::after,
  a .link::after,
  button .link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    content: '';
    transition: transform 0.3s;
    transform-origin: 100% 50%; }
  a.link::before,
  button.link::before,
  a .link::before,
  button .link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #bea380;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s; }
  a.link[data-social-text]::after,
  button.link[data-social-text]::after,
  a .link[data-social-text]::after,
  button .link[data-social-text]::after {
    background-color: transparent;
    transition: background-color 0.3s ease; }
  a.link[data-social-text]:hover, a.link[data-social-text]:focus-within,
  button.link[data-social-text]:hover,
  button.link[data-social-text]:focus-within,
  a .link[data-social-text]:hover,
  a .link[data-social-text]:focus-within,
  button .link[data-social-text]:hover,
  button .link[data-social-text]:focus-within {
    color: #ffffff !important;
    transition: color 0.3s, background-color 0.3s ease; }
    a.link[data-social-text]:hover::before, a.link[data-social-text]:focus-within::before,
    button.link[data-social-text]:hover::before,
    button.link[data-social-text]:focus-within::before,
    a .link[data-social-text]:hover::before,
    a .link[data-social-text]:focus-within::before,
    button .link[data-social-text]:hover::before,
    button .link[data-social-text]:focus-within::before {
      background-color: #ffffff; }

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: 2px solid;
  font-size: 18px;
  font-family: "basis-grotesque-regular-pro", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 10px;
  cursor: pointer;
  padding: 1em 3em; }
  @media (max-width: 1440px) {
    .btn {
      font-size: 17px;
      padding-inline: 2.8em;
      padding-block: 0.9em; } }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      padding-inline: 2.5em;
      padding-block: 0.75em; } }
  .btn span {
    position: absolute;
    width: 2px;
    background-color: #bea380;
    transition: all 0.75s 1s cubic-bezier(0.16, 1, 0.3, 1); }
    .btn span.left_brd {
      top: 0px;
      left: 0px;
      bottom: 0px;
      height: 0%; }
    .btn span.right_brd {
      top: 0px;
      right: 0px;
      bottom: 0px;
      width: 2px;
      height: 0%; }
    .btn span.top_brd {
      top: 0px;
      left: 0px;
      height: 2px;
      width: 0%; }
    .btn span.bottom_brd {
      bottom: 0px;
      right: 0px;
      height: 2px;
      width: 0%; }
  .btn.aos-animate {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 10px; }
    .btn.aos-animate span {
      transition: all 0.75s 1.7s cubic-bezier(0.16, 1, 0.3, 1); }
      .btn.aos-animate span.left_brd {
        height: 100%; }
      .btn.aos-animate span.right_brd {
        height: 100%; }
      .btn.aos-animate span.top_brd {
        width: 100%; }
      .btn.aos-animate span.bottom_brd {
        width: 100%; }
  .btn-white {
    color: #ffffff;
    border-color: #ffffff; }
    .btn-white::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: -1;
      background-color: #ffffff;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.3s ease-out; }
    .btn-white.aos-init {
      border: none;
      box-shadow: unset; }
      .btn-white.aos-init span {
        background-color: #ffffff; }
    .btn-white:hover {
      color: #1a1a1a;
      transition: color 0.3s ease-in; }
      .btn-white:hover::after {
        transform: scaleX(1);
        transform-origin: left;
        transition: transform 0.3s ease-in; }
  .btn-black {
    color: #1a1a1a;
    border-color: #1a1a1a; }
    .btn-black::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: -1;
      background-color: #1a1a1a;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.3s ease-out; }
    .btn-black.aos-init {
      border: none;
      box-shadow: unset; }
      .btn-black.aos-init span {
        background-color: #1a1a1a; }
    .btn-black:hover {
      color: #ffffff;
      transition: color 0.3s ease-in; }
      .btn-black:hover::after {
        transform: scaleX(1);
        transform-origin: left;
        transition: transform 0.3s ease-in; }
  .btn-black-filled {
    color: #ffffff;
    background-color: #1a1a1a;
    border: unset; }
  .btn-gold {
    color: #bea380;
    border-color: #bea380;
    transition: color 0.3s ease-out; }
    .btn-gold::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: -1;
      background-color: #bea380;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.3s ease-out; }
    .btn-gold.aos-init {
      border: none;
      box-shadow: unset; }
      .btn-gold.aos-init span {
        background-color: #bea380; }
  .btn:hover.btn-gold {
    color: #ffffff;
    transition: color 0.3s ease-in; }
    .btn:hover.btn-gold::after {
      transform: scaleX(1);
      transform-origin: left;
      transition: transform 0.3s ease-in; }
    .btn:hover.btn-gold::before {
      transform: scaleX(1);
      transform-origin: right;
      transition: transform 0.3s ease-in; }
  .btn-gold-filled {
    color: #ffffff;
    border: 2px solid #bea380; }
    .btn-gold-filled::after, .btn-gold-filled::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: -1;
      transition: transform 0.3s ease-out; }
    .btn-gold-filled::after {
      background-color: #bea380;
      transform: scaleX(1);
      transform-origin: left; }
    .btn-gold-filled::before {
      background-color: #ffffff;
      transform: scaleX(0);
      transform-origin: right; }
  .btn:hover.btn-gold-filled {
    color: #bea380;
    transition: color 0.3s ease-in; }
    .btn:hover.btn-gold-filled::after {
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.3s ease-in; }
    .btn:hover.btn-gold-filled::before {
      transform: scaleX(1);
      transform-origin: left;
      transition: transform 0.3s ease-in; }

.btn-trans {
  background-color: transparent;
  border: none;
  outline: none; }

.underline-link {
  position: relative;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .underline-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -4px;
    left: 0;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  .underline-link:hover::after, .underline-link:focus-visible::after {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1); }

.pos_rel {
  position: relative; }

.fullheight {
  height: 100vh; }

.width100 {
  width: 100%; }

section:has(.subtitle + .animated-heading-container) .animated-heading-container {
  -webkit-padding-before: 40px;
          padding-block-start: 40px; }

/*Custom Scrollbar*/
/* width */
/* Track */
::-webkit-scrollbar-thumb {
  background: #bea380; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb:hover {
  background: #bea380; }

::-webkit-scrollbar-track:hover {
  background: #efefef;
  cursor: pointer; }

::-webkit-scrollbar {
  max-width: 0.3rem;
  max-height: 0.5rem; }

body::-webkit-scrollbar {
  max-width: 0.5em; }

select {
  color: #1a1a1a; }

#cookie-notice {
  background-color: #ffffff !important;
  max-width: 50% !important;
  display: block;
  min-width: unset !important;
  margin: auto;
  left: 0px !important;
  right: 0px; }
  @media (max-width: 991px) {
    #cookie-notice {
      max-width: 100% !important; } }
  #cookie-notice .cn-close-icon {
    right: 15px;
    top: 30px;
    padding: 0px;
    width: 30px;
    height: 30px;
    transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    #cookie-notice .cn-close-icon::after, #cookie-notice .cn-close-icon::before {
      height: 25px; }
  #cookie-notice .cookie-notice-container {
    padding: 2rem; }
    #cookie-notice .cookie-notice-container #cn-notice-text {
      font-family: "Dream Avenue", serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.6;
      color: #1a1a1a;
      width: 100%;
      margin-bottom: 25px; }
      #cookie-notice .cookie-notice-container #cn-notice-text p {
        margin: auto; }
      #cookie-notice .cookie-notice-container #cn-notice-text h4 {
        font-size: 40px;
        color: #1a1a1a;
        margin: auto;
        margin-bottom: 25px;
        font-family: "Dream Avenue", serif !important; }
    @media (max-width: 991px) {
      #cookie-notice .cookie-notice-container #cn-notice-buttons {
        display: flex !important; } }
    @media (max-width: 450px) {
      #cookie-notice .cookie-notice-container #cn-notice-buttons {
        flex-direction: column !important; } }
    #cookie-notice .cookie-notice-container a {
      background-color: #1a1a1a !important;
      border-radius: 0px !important;
      color: #ffffff !important;
      font-size: 18px !important;
      padding: 15px !important;
      text-transform: uppercase !important;
      font-family: "Dream Avenue", serif !important;
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important; }
      #cookie-notice .cookie-notice-container a:hover {
        background-color: #1a1a1a !important; }
      @media (max-width: 991px) {
        #cookie-notice .cookie-notice-container a {
          display: block !important;
          margin: auto !important;
          max-width: none; } }
      @media (max-width: 450px) {
        #cookie-notice .cookie-notice-container a {
          margin: 10px auto !important;
          width: 75% !important; } }

.swiper-container {
  overflow: hidden; }

.swiper-arrow-button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out; }
  .swiper-arrow-button:hover {
    transform: translateX(5px); }

.cs_readmore-btn-wrapper {
  --flow-space: 0px; }
  .cs_readmore-btn-wrapper .cs_readmore-btn {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    font-family: "basis-grotesque-regular-pro", sans-serif;
    cursor: pointer;
    border: none;
    align-self: flex-start;
    background: transparent;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative; }
    @media (max-width: 1440px) {
      .cs_readmore-btn-wrapper .cs_readmore-btn {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .cs_readmore-btn-wrapper .cs_readmore-btn {
        font-size: 15px; } }
    .cs_readmore-btn-wrapper .cs_readmore-btn::after {
      content: '';
      position: absolute;
      width: 92%;
      height: 1px;
      background-color: currentColor;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%) scaleX(1);
      transform-origin: right;
      transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    .cs_readmore-btn-wrapper .cs_readmore-btn[aria-expanded='true']::after {
      transform: translateX(-50%) scaleX(0); }
    .cs_readmore-btn-wrapper .cs_readmore-btn[aria-expanded='false']:hover::after, .cs_readmore-btn-wrapper .cs_readmore-btn[aria-expanded='false']:focus-visible::after {
      transform: translateX(-50%) scaleX(0);
      transform-origin: left;
      transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1); }

.logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .logo-text * {
    color: #1a1a1a; }
  .logo-text span:first-child {
    font-size: 28px;
    font-family: "Dream Avenue", serif;
    line-height: 30px; }
  .logo-text span:last-child {
    font-size: 8px;
    font-family: "basis-grotesque-regular-pro", sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
    padding-left: 2px; }
  .logo-text.logo-text-white * {
    color: #ffffff; }

.image-cursor-preview {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  scale: 0.1;
  transition: scale 0.4s, opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
  @media (max-width: 768px) {
    .image-cursor-preview {
      transition: all 0.4s, scale 0.4s, opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1); } }
  .image-cursor-preview .following-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    .image-cursor-preview .following-image.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
    .image-cursor-preview .following-image.image-preview {
      width: 245px;
      height: 245px;
      aspect-ratio: 1;
      border-radius: 100vw;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 768px) {
        .image-cursor-preview .following-image.image-preview {
          width: 150px;
          height: 150px; } }
  .image-cursor-preview.active {
    scale: 1;
    opacity: 1;
    transition: scale 0.4s, opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1); }

.swiper-inner-gallery-pagination {
  position: absolute;
  bottom: 25px !important;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
  z-index: 2; }
  .swiper-inner-gallery-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-inactive-color: #1a1a1a;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-height: var(--swiper-pagination-bullet-width); }
    .swiper-inner-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      --swiper-pagination-color: #ffffff;
      --swiper-pagination-bullet-inactive-opacity: 1; }

body[data-aos-easing='ease-in-out-sine'] [data-aos], [data-aos][data-aos][data-aos-easing='new-easing'] {
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1); }

img.vertical {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0, 100% 0%, 0% 0%);
  transition-duration: 1400ms; }
  img.vertical.aos-animate {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

.image.horizontal {
  overflow: hidden;
  position: relative; }
  .image.horizontal::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    bottom: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 1.2s 0.2s linear; }
  .image.horizontal.aos-animate::after {
    width: 0%; }

.cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 5px;
  font-family: "basis-grotesque-regular-pro", sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: radial-gradient(#a88862, #bea380);
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0; }
  @media (max-width: 1024px) {
    .cursor-follower {
      width: 40px;
      height: 40px; } }

input[type='number']::-webkit-inner-spin-button {
  opacity: 0;
  pointer-events: none; }

.flatpickr-calendar {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-top: 10px; }
  .flatpickr-calendar .flatpickr-next-month,
  .flatpickr-calendar .flatpickr-prev-month {
    top: 10px; }
  .flatpickr-calendar .flatpickr-innerContainer {
    padding: 20px; }
  .flatpickr-calendar input.numInput.cur-year {
    font-size: inherit !important; }

/*-- float utilities --*/
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

/*-- text utilities --*/
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

/*-- spacing utilities --*/
.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

.background-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.section-heading {
  margin: 0;
  text-transform: var(--text-transform, uppercase);
  text-align: var(--text-align, center);
  text-wrap: var(--wrap, balance);
  font-size: var(--font-size, 18px);
  color: var(--color, #1a1a1a); }

.signature {
  display: block;
  font-family: "Crystal Sky Alt", serif;
  font-size: 90px;
  color: #bea380;
  line-height: 1; }
  @media (max-width: 1680px) {
    .signature {
      font-size: 80px; } }
  @media (max-width: 1440px) {
    .signature {
      font-size: 72px; } }
  @media (max-width: 768px) {
    .signature {
      font-size: 58px; } }

.view-more-container {
  padding-block: 90px;
  display: flex;
  justify-content: center; }
  .view-more-container button.view-more-link {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    font-family: "basis-grotesque-regular-pro", sans-serif; }

.flow > * + * {
  margin-top: var(--flow-space, 35px) !important; }

.clickable-parent {
  position: relative; }
  .clickable-parent .clickable-parent-heading a::after {
    content: '';
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 1; }

.rating-stars-wrapper {
  display: flex;
  gap: 1px; }
  .rating-stars-wrapper img {
    width: var(--_star_width, 15px);
    height: var(--_star_width, 15px);
    aspect-ratio: 1; }
  @media (max-width: 991px) {
    .rating-stars-wrapper {
      -webkit-padding-after: 15px;
              padding-block-end: 15px; } }

.truncated {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines, 4);
  line-clamp: var(--lines, 4);
  -webkit-box-orient: vertical;
  margin: 0; }

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

.modal {
  width: calc(100vw - 8%);
  height: calc(100vh - 8%);
  border: 0;
  background: transparent;
  padding: 0; }
  @media (max-width: 991px) {
    .modal {
      height: 95vh;
      height: 95lvh; } }
  @media (max-width: 768px) {
    .modal {
      height: 90vh;
      height: 90lvh; } }
  .modal::-webkit-backdrop {
    background: rgba(26, 26, 26, 0.7); }
  .modal::backdrop {
    background: rgba(26, 26, 26, 0.7); }
  .modal .closeDialogBtn {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 2; }
    .modal .closeDialogBtn svg {
      width: 50px;
      height: 50px;
      transition: transform 0.3s ease; }
      @media (max-width: 991px) {
        .modal .closeDialogBtn svg {
          width: 40px;
          height: 40px; } }
      @media (max-width: 768px) {
        .modal .closeDialogBtn svg {
          width: 30px;
          height: 30px; } }
    .modal .closeDialogBtn:hover svg, .modal .closeDialogBtn:focus-visible svg {
      transform: scale(0.85); }
  .modal .map-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .modal .map-container {
        width: 95%; } }
    .modal .map-container .start,
    .modal .map-container .waypoints,
    .modal .map-container .end {
      display: none; }
    .modal .map-container a[href^="http://maps.google.com/maps"] {
      display: none !important; }
    .modal .map-container a[href^="https://maps.google.com/maps"] {
      display: none !important; }
    .modal .map-container .gmnoprint a,
    .modal .map-container .gmnoprint span,
    .modal .map-container .gm-style-cc {
      display: none; }
    .modal .map-container .gmnoprint div {
      background: none !important; }
    .modal .map-container .map {
      width: 100%;
      height: 75vh;
      height: 75svh; }
    .modal .map-container [id*='single-map'],
    .modal .map-container [id*='pins-map'],
    .modal .map-container [id^='single-map-'],
    .modal .map-container [id^='pins-map-'] {
      width: 100%;
      height: 80vh;
      height: 80svh; }

#load-less {
  background-color: rgba(26, 26, 26, 0.9); }

#load-more {
  background-color: #1a1a1a; }

#load-less,
#load-more {
  border-radius: 100%;
  color: #ffffff;
  padding-inline: 30px;
  aspect-ratio: 1;
  cursor: pointer;
  font-weight: 500;
  margin-block: var(--margin-block, 200px);
  margin-inline: var(--margin-inline, auto);
  display: block; }
  @media (max-width: 1440px) {
    #load-less,
    #load-more {
      padding-inline: 20px; } }
  #load-less.disabled,
  #load-more.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: unset;
    box-shadow: 0 0 0 0 black;
    -webkit-animation: loading 1.5s infinite;
            animation: loading 1.5s infinite; }

.image-scaling {
  scale: 0; }

[data-animate-heading] {
  opacity: 0;
  overflow: hidden; }
  [data-animate-heading] .line {
    display: block;
    overflow: hidden; }

.stacking-content {
  display: grid;
  align-items: center;
  justify-items: center; }
  .stacking-content > * {
    grid-area: 1 / -1; }

[data-reveal-image] {
  height: var(--section-height, 85vh);
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  --height: 0%; }
  @media (max-width: 1024px) {
    [data-reveal-image] {
      height: 500px; } }
  [data-reveal-image] img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0; }
  [data-reveal-image]:after {
    content: '';
    position: absolute;
    width: 100%;
    height: var(--height);
    bottom: 0;
    left: 0;
    background: #000000; }

html .disable-animations {
  /*CSS transitions*/
  transition-property: none !important;
  /*CSS transforms*/
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  animation: none !important; }

@-webkit-keyframes bounce {
  0% {
    transform: translateX(-50%) scale(1); }
  50% {
    transform: translateX(-50%) scale(1.02); }
  100% {
    transform: translateX(-50%) scale(1); } }

@keyframes bounce {
  0% {
    transform: translateX(-50%) scale(1); }
  50% {
    transform: translateX(-50%) scale(1.02); }
  100% {
    transform: translateX(-50%) scale(1); } }

@-webkit-keyframes smallbig {
  0%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(0); } }

@keyframes smallbig {
  0%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(0); } }

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

@-webkit-keyframes marquee-rtl {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

@keyframes marquee-rtl {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

@-webkit-keyframes marquee-ltr {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes marquee-ltr {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes borderImage {
  0% {
    border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.23), transparent) 1 fill; }
  50% {
    border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.35), transparent) 1 fill; }
  100% {
    border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.75), transparent) 1 fill; } }

@keyframes borderImage {
  0% {
    -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.23), transparent) 1 fill;
       border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.23), transparent) 1 fill; }
  50% {
    -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.35), transparent) 1 fill;
       border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.35), transparent) 1 fill; }
  100% {
    -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.75), transparent) 1 fill;
       border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.75), transparent) 1 fill; } }

@-webkit-keyframes rotating {
  to {
    transform: translate(45%, -55%) rotate(360deg); } }

@keyframes rotating {
  to {
    transform: translate(45%, -55%) rotate(360deg); } }

@-webkit-keyframes loading {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

@keyframes loading {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

@-webkit-keyframes bg-zooming {
  0% {
    background-size: 100% 100%; }
  50% {
    background-size: 125% 125%; }
  100% {
    background-size: 100% 100%; } }

@keyframes bg-zooming {
  0% {
    background-size: 100% 100%; }
  50% {
    background-size: 125% 125%; }
  100% {
    background-size: 100% 100%; } }

@-webkit-keyframes img-zooming {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes img-zooming {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

#contact_page_form {
  padding-top: 100px;
  padding-bottom: 140px; }
  @media (max-width: 1024px) {
    #contact_page_form {
      padding-top: 100px;
      padding-bottom: 50px; } }
  @media (max-width: 768px) {
    #contact_page_form {
      padding-top: 70px; } }
  #contact_page_form .wrapper {
    max-width: 1100px;
    padding: 0px 3.5%; }
    #contact_page_form .wrapper h2.form_heading {
      margin: 0;
      font-family: "Dream Avenue", serif;
      text-transform: uppercase; }
  #contact_page_form #ContactUsForm .screen-reader-response {
    display: none; }
  #contact_page_form #ContactUsForm form {
    display: grid;
    gap: 40px;
    padding-top: 60px; }
    #contact_page_form #ContactUsForm form input,
    #contact_page_form #ContactUsForm form textarea,
    #contact_page_form #ContactUsForm form select {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #1a1a1a;
      border-radius: 0;
      width: 100%;
      min-width: 0; }
      #contact_page_form #ContactUsForm form input::-moz-placeholder, #contact_page_form #ContactUsForm form textarea::-moz-placeholder, #contact_page_form #ContactUsForm form select::-moz-placeholder {
        color: rgba(255, 255, 255, 0);
        color: transparent; }
      #contact_page_form #ContactUsForm form input:-ms-input-placeholder, #contact_page_form #ContactUsForm form textarea:-ms-input-placeholder, #contact_page_form #ContactUsForm form select:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0);
        color: transparent; }
      #contact_page_form #ContactUsForm form input::placeholder,
      #contact_page_form #ContactUsForm form textarea::placeholder,
      #contact_page_form #ContactUsForm form select::placeholder {
        color: rgba(255, 255, 255, 0);
        color: transparent; }
      #contact_page_form #ContactUsForm form input:focus,
      #contact_page_form #ContactUsForm form textarea:focus,
      #contact_page_form #ContactUsForm form select:focus {
        outline: none; }
    #contact_page_form #ContactUsForm form input {
      padding-block: 13px; }
    #contact_page_form #ContactUsForm form input,
    #contact_page_form #ContactUsForm form textarea,
    #contact_page_form #ContactUsForm form label,
    #contact_page_form #ContactUsForm form button {
      font-size: 18px;
      font-family: "basis-grotesque-regular-pro", sans-serif; }
      #contact_page_form #ContactUsForm form input::-moz-selection, #contact_page_form #ContactUsForm form textarea::-moz-selection, #contact_page_form #ContactUsForm form label::-moz-selection, #contact_page_form #ContactUsForm form button::-moz-selection {
        color: #636363; }
      #contact_page_form #ContactUsForm form input::selection,
      #contact_page_form #ContactUsForm form textarea::selection,
      #contact_page_form #ContactUsForm form label::selection,
      #contact_page_form #ContactUsForm form button::selection {
        color: #636363; }
    #contact_page_form #ContactUsForm form button {
      place-self: end;
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      background-color: transparent;
      border: none;
      cursor: pointer; }
      #contact_page_form #ContactUsForm form button svg {
        width: 50px; }
    #contact_page_form #ContactUsForm form .two-input-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2%; }
      @media (max-width: 450px) {
        #contact_page_form #ContactUsForm form .two-input-wrapper {
          display: flex;
          flex-direction: column;
          gap: 40px; } }
    #contact_page_form #ContactUsForm form .field-holder:not(.no-custom-label) label {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    #contact_page_form #ContactUsForm form .field-holder:not(.no-custom-label) label[for='messagefield'] {
      top: 0; }
    #contact_page_form #ContactUsForm form .field-holder {
      position: relative; }
      #contact_page_form #ContactUsForm form .field-holder:has(input:not(:-moz-placeholder-shown)) label {
        top: -20px;
        font-size: 15px;
        transform: translateY(0%); }
      #contact_page_form #ContactUsForm form .field-holder:has(input:not(:-ms-input-placeholder)) label {
        top: -20px;
        font-size: 15px;
        transform: translateY(0%); }
      #contact_page_form #ContactUsForm form .field-holder:has(input:not(:placeholder-shown)) label, #contact_page_form #ContactUsForm form .field-holder:has(input:focus) label, #contact_page_form #ContactUsForm form .field-holder:has(input:focus-visible) label {
        top: -20px;
        font-size: 15px;
        transform: translateY(0%); }
      #contact_page_form #ContactUsForm form .field-holder:has(textarea:not(:-moz-placeholder-shown)) label[for='messagefield'] {
        top: -20px;
        font-size: 15px; }
      #contact_page_form #ContactUsForm form .field-holder:has(textarea:not(:-ms-input-placeholder)) label[for='messagefield'] {
        top: -20px;
        font-size: 15px; }
      #contact_page_form #ContactUsForm form .field-holder:has(textarea:not(:placeholder-shown)) label[for='messagefield'], #contact_page_form #ContactUsForm form .field-holder:has(textarea:focus) label[for='messagefield'], #contact_page_form #ContactUsForm form .field-holder:has(textarea:focus-visible) label[for='messagefield'] {
        top: -20px;
        font-size: 15px; }
      #contact_page_form #ContactUsForm form .field-holder label {
        text-transform: uppercase;
        font-weight: 600;
        cursor: text;
        color: var(--clr, #1a1a1a); }
      #contact_page_form #ContactUsForm form .field-holder .wpcf7-not-valid-tip {
        font-size: 14px;
        opacity: 0.8;
        position: absolute;
        width: 100%;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
    #contact_page_form #ContactUsForm form .field-holder.no-custom-label {
      text-align: start;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      #contact_page_form #ContactUsForm form .field-holder.no-custom-label select {
        background: transparent;
        border: 0;
        border-bottom: 1px solid #1a1a1a;
        padding-block: 13px;
        cursor: pointer; }
    #contact_page_form #ContactUsForm form .one-input-wrapper:has(textarea) {
      padding-top: 20px; }

[data-theme='dark'] .featured-marquee__text {
  color: #ffffff; }

.featured-marquee {
  pointer-events: none;
  cursor: none;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
  margin-block: auto; }
  .featured-marquee__text {
    display: inline-block;
    padding-left: 100%;
    font-family: "Dream Avenue", serif;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0; }
    .featured-marquee__text[data-direction='rtl'] {
      -webkit-animation: marquee-rtl var(--duration, 45s) linear infinite;
              animation: marquee-rtl var(--duration, 45s) linear infinite; }
    .featured-marquee__text[data-direction='ltr'] {
      -webkit-animation: marquee-ltr var(--duration, 45s) linear infinite;
              animation: marquee-ltr var(--duration, 45s) linear infinite; }
    .featured-marquee__text span.gap {
      margin: 0 200px; }

[data-component='accordion'] {
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
  display: flex;
  flex-direction: column; }
  [data-component='accordion'] [data-accordion-item] {
    border-bottom: 1px solid var(--border-clr); }
    [data-component='accordion'] [data-accordion-item] [data-accordion-header] {
      cursor: pointer;
      justify-content: space-between;
      padding-block: 35px;
      display: flex;
      align-items: center;
      transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 768px) {
        [data-component='accordion'] [data-accordion-item] [data-accordion-header] {
          padding-block: 20px; } }
      [data-component='accordion'] [data-accordion-item] [data-accordion-header] .heading {
        margin: 0;
        text-transform: var(--heading-transform, uppercase);
        font-weight: var(--font-weight, 600);
        font-family: "basis-grotesque-regular-pro", sans-serif;
        font-size: var(--font-size, 18px); }
        @media (max-width: 1280px) {
          [data-component='accordion'] [data-accordion-item] [data-accordion-header] .heading {
            font-size: var(--font-size, 17px); } }
        @media (max-width: 768px) {
          [data-component='accordion'] [data-accordion-item] [data-accordion-header] .heading {
            font-size: var(--font-size, 16px); } }
      [data-component='accordion'] [data-accordion-item] [data-accordion-header] .arrow {
        display: block;
        width: 15px;
        height: 15px;
        border-top: 2px solid var(--border-clr);
        border-left: 2px solid var(--border-clr);
        transform: rotate(var(--arrow-rotation, 135deg));
        position: relative;
        transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 768px) {
          [data-component='accordion'] [data-accordion-item] [data-accordion-header] .arrow {
            width: 10px;
            height: 10px; } }
        [data-component='accordion'] [data-accordion-item] [data-accordion-header] .arrow.rotate {
          transform: rotate(var(--arrow-rotation, 45deg)); }
    [data-component='accordion'] [data-accordion-item] [data-accordion-inner] {
      padding: 15px;
      display: none;
      padding-bottom: 4rem; }
      @media (max-width: 768px) {
        [data-component='accordion'] [data-accordion-item] [data-accordion-inner] {
          padding: 5px;
          padding-bottom: 2rem; } }

#reviews {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 1024px) {
    #reviews {
      min-height: 80vh; } }
  @media (max-width: 991px) {
    #reviews {
      min-height: 70vh; } }
  #reviews::before {
    content: '';
    height: 500px;
    width: 500px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 100vw;
    background-color: #bea380;
    z-index: -1;
    transition: all 1.4s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 1024px) {
      #reviews::before {
        width: 400px;
        height: 400px; } }
    @media (max-width: 450px) {
      #reviews::before {
        width: 320px;
        height: 320px; } }
  #reviews.aos-animate::before {
    transform: translate(-50%, -50%) scale(1); }
  #reviews .section-heading {
    font-family: "basis-grotesque-regular-pro", sans-serif;
    font-weight: 600; }
    @media (min-width: 1440px) {
      #reviews .section-heading {
        font-size: var(--fluid-20px); } }
  #reviews .reviews-swiper {
    opacity: 0;
    position: relative;
    padding-block: 30px;
    overflow: visible; }
    @media (max-width: 991px) {
      #reviews .reviews-swiper {
        padding-block: 40px; } }
    #reviews .reviews-swiper .swiper-wrapper .swiper-slide {
      height: auto;
      display: flex;
      align-items: center;
      padding-block: 20px 0; }
      #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item {
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: 100%; }
        @media (min-width: 991px) {
          #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item {
            padding-inline: 10%; } }
        @media (max-width: 991px) {
          #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item {
            padding-inline: 4%; } }
        #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .review-text {
          line-height: 1.2;
          max-width: 40ch;
          text-align: center;
          font-size: var(--fluid-40px);
          font-family: "Dream Avenue", serif; }
          @media (max-width: 450px) {
            #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .review-text {
              font-size: 18px; } }
        #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .author-name {
          font-family: "basis-grotesque-regular-pro", sans-serif;
          font-weight: 600; }
          @media (min-width: 1440px) {
            #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .author-name {
              font-size: var(--fluid-20px); } }
        #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .source {
          font-family: "basis-grotesque-regular-pro", sans-serif;
          font-weight: 200; }
          @media (min-width: 1440px) {
            #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .source {
              font-size: var(--fluid-20px); } }
        #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .source,
        #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .review-text,
        #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .author-name {
          margin: 0;
          text-align: center; }
        #reviews .reviews-swiper .swiper-wrapper .swiper-slide .single-review-item .rating-stars-wrapper {
          padding: 0; }
    #reviews .reviews-swiper .swiper-pagination {
      bottom: -20px; }
      @media (min-width: 992px) {
        #reviews .reviews-swiper .swiper-pagination {
          display: none; } }
      #reviews .reviews-swiper .swiper-pagination .swiper-pagination-bullet-active {
        --swiper-pagination-color: #1a1a1a; }
    #reviews .reviews-swiper .swiper-arrow-prev,
    #reviews .reviews-swiper .swiper-arrow-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      cursor: pointer; }
      @media (max-width: 991px) {
        #reviews .reviews-swiper .swiper-arrow-prev,
        #reviews .reviews-swiper .swiper-arrow-next {
          display: none; } }
      #reviews .reviews-swiper .swiper-arrow-prev svg,
      #reviews .reviews-swiper .swiper-arrow-next svg {
        transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      #reviews .reviews-swiper .swiper-arrow-prev:hover svg,
      #reviews .reviews-swiper .swiper-arrow-next:hover svg {
        transform: translateX(8px); }
      #reviews .reviews-swiper .swiper-arrow-prev[aria-disabled='true'],
      #reviews .reviews-swiper .swiper-arrow-next[aria-disabled='true'] {
        opacity: 0.3;
        pointer-events: none; }
    #reviews .reviews-swiper .swiper-arrow-prev {
      left: 5.5%;
      transform: translateY(-50%) rotate(180deg); }
      @media (max-width: 768px) {
        #reviews .reviews-swiper .swiper-arrow-prev {
          left: 1.5%; } }
      #reviews .reviews-swiper .swiper-arrow-prev:hover svg {
        transform: translateX(-8px); }
    #reviews .reviews-swiper .swiper-arrow-next {
      right: 5.5%; }
      @media (max-width: 768px) {
        #reviews .reviews-swiper .swiper-arrow-next {
          right: 1.5%; } }
  #reviews #svg-icon {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: auto; }
    @media (max-width: 1024px) {
      #reviews #svg-icon {
        width: 350px; } }
    @media (max-width: 991px) {
      #reviews #svg-icon {
        width: 300px; } }
    @media (max-width: 450px) {
      #reviews #svg-icon {
        width: 220px; } }
    #reviews #svg-icon path {
      stroke-dasharray: var(--path);
      stroke-dashoffset: var(--path);
      stroke-width: 10px;
      stroke: #ffffff; }
  #reviews[data-aos='svg-dash-animate'].aos-animate #svg-icon {
    opacity: 1; }
    #reviews[data-aos='svg-dash-animate'].aos-animate #svg-icon path {
      -webkit-animation: dash 4s cubic-bezier(0.65, 0, 0.35, 1) forwards;
              animation: dash 4s cubic-bezier(0.65, 0, 0.35, 1) forwards; }
  #reviews[data-aos='svg-dash-animate'].aos-animate .reviews-swiper {
    opacity: 1;
    transition: opacity 4s cubic-bezier(0.65, 0, 0.35, 1); }

#default_enquire {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.2), rgba(26, 26, 26, 0.2)) 1 fill;
     border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.2), rgba(26, 26, 26, 0.2)) 1 fill; }
  #default_enquire .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 200%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  #default_enquire .wrapper {
    padding: 0px 8.5%; }
  #default_enquire .content-wrapper {
    position: relative;
    min-height: 65vh;
    min-height: 65svh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 65px;
    margin: 0;
    width: 100%; }
    @media (max-width: 1024px) {
      #default_enquire .content-wrapper {
        min-height: 60vh;
        min-height: 60svh;
        gap: 50px; } }
    @media (max-width: 768px) {
      #default_enquire .content-wrapper {
        min-height: 50vh;
        min-height: 50svh;
        gap: 40px; } }
    #default_enquire .content-wrapper h3 {
      margin: 0;
      color: #ffffff;
      max-width: 25ch;
      text-transform: uppercase; }
      @media (max-width: 1440px) {
        #default_enquire .content-wrapper h3 {
          font-size: var(--fluid-55px); } }
  #default_enquire a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; }
    #default_enquire a.btn {
      outline: 0;
      display: block;
      text-align: center; }

.flodesk-form {
  width: 100%; }
  @media (max-width: 768px) {
    .flodesk-form {
      max-width: 450px; } }
  .flodesk-form .ff-6908b935591fe2485bd018ce__container {
    background: unset !important;
    max-width: unset !important; }
    .flodesk-form .ff-6908b935591fe2485bd018ce__container * {
      font-family: "basis-grotesque-regular-pro", sans-serif !important; }
    .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__form {
      padding: unset !important;
      margin-top: 100px; }
    .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__title > div > div {
      color: #ffffff !important;
      padding-right: 100px !important;
      margin-block: 80px 40px !important;
      font-size: inherit !important;
      font-weight: normal; }
    .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__subtitle {
      display: none !important; }
    .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__content {
      display: flex !important;
      position: relative !important; }
      .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__content .ff-6908b935591fe2485bd018ce__fields {
        width: 100% !important; }
      .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__content .ff-6908b935591fe2485bd018ce__control {
        border: unset !important;
        padding-left: unset !important; }
      .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__content .ff-6908b935591fe2485bd018ce__footer {
        position: absolute !important;
        right: 0 !important; }
        .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__content .ff-6908b935591fe2485bd018ce__footer button {
          background: url(https://www.snamitravel.com/wp-content/themes/snami/assets/images/newsletter_arrow.svg) !important;
          border: unset !important;
          padding-inline: unset !important;
          background-repeat: no-repeat !important;
          background-position: center !important;
          width: 65px !important;
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1) !important; }
          .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__content .ff-6908b935591fe2485bd018ce__footer button:hover {
            transform: translateX(5px); }
          .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__content .ff-6908b935591fe2485bd018ce__footer button span {
            display: none !important; }
    .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__control, .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__label {
      padding-left: unset !important;
      border: unset !important;
      color: #ffffff !important;
      font-size: 18px !important;
      cursor: text !important; }
      @media (max-width: 1280px) {
        .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__control, .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__label {
          font-size: 16px !important; } }
    .flodesk-form .ff-6908b935591fe2485bd018ce__container .ff-6908b935591fe2485bd018ce__field {
      border-bottom: 1px solid #ffffff !important; }

#newsletter {
  background-color: #1a1a1a;
  overflow: hidden; }
  #newsletter .wrapper {
    max-width: 1200px;
    padding: 0px 0%; }
    @media (max-width: 1280px) {
      #newsletter .wrapper {
        padding: 0px 3.5%; } }
  #newsletter .content-wrapper {
    padding-block: 135px;
    display: flex;
    flex-direction: column;
    gap: 75px;
    margin-inline: auto;
    width: 100%; }
    @media (max-width: 1024px) {
      #newsletter .content-wrapper {
        padding-block: 100px;
        gap: 50px; } }
    @media (max-width: 768px) {
      #newsletter .content-wrapper {
        padding-block: 80px;
        gap: 40px; } }
    #newsletter .content-wrapper h4 {
      margin: 0;
      color: #bea380;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 1440px) {
        #newsletter .content-wrapper h4 {
          font-size: var(--fluid-55px); } }
  #newsletter #newsletter_form {
    margin-inline: auto;
    width: 100%;
    padding-inline: 5%;
    max-width: 900px; }

#newsletter_form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%; }
  #newsletter_form p {
    font-family: "Dream Avenue", serif;
    color: #bea380;
    padding-right: 100px;
    margin-block: 80px 40px; }
  #newsletter_form .newsletter_input_wrapper {
    position: relative;
    margin-bottom: 10px; }
    #newsletter_form .newsletter_input_wrapper input#newsletter_email {
      color: #ffffff;
      font-family: "basis-grotesque-regular-pro", sans-serif;
      width: 100%;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ffffff;
      padding: 10px 0px;
      font-size: 18px; }
      #newsletter_form .newsletter_input_wrapper input#newsletter_email::-moz-placeholder {
        color: #ffffff !important;
        font-family: "basis-grotesque-regular-pro", sans-serif !important; }
      #newsletter_form .newsletter_input_wrapper input#newsletter_email:-ms-input-placeholder {
        color: #ffffff !important;
        font-family: "basis-grotesque-regular-pro", sans-serif !important; }
      #newsletter_form .newsletter_input_wrapper input#newsletter_email::placeholder {
        color: #ffffff !important;
        font-family: "basis-grotesque-regular-pro", sans-serif !important; }
      @media (max-width: 1280px) {
        #newsletter_form .newsletter_input_wrapper input#newsletter_email {
          font-size: 16px; } }
      #newsletter_form .newsletter_input_wrapper input#newsletter_email:focus-visible {
        outline: none; }
    #newsletter_form .newsletter_input_wrapper button {
      border: none;
      outline: none;
      background-color: transparent;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer; }
      #newsletter_form .newsletter_input_wrapper button img {
        height: 50px;
        width: 50px;
        transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      #newsletter_form .newsletter_input_wrapper button:hover img {
        transform: translateX(8px); }

#default_travel_specialist {
  padding-block: 130px 100px;
  min-height: 70vh;
  min-height: 70svh;
  position: relative; }
  @media (max-width: 1024px) {
    #default_travel_specialist {
      padding-block: 100px 100px; } }
  @media (max-width: 768px) {
    #default_travel_specialist {
      padding-block: 80px 80px; } }
  #default_travel_specialist .floating-marquee {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 1; }
    #default_travel_specialist .floating-marquee .wrapperRollingText .rollingText {
      --color: #1a1a1a;
      --font-size: var(--fluid-100px);
      font-family: "Dream Avenue", serif;
      text-transform: uppercase;
      padding-left: 30vw; }
  #default_travel_specialist .wrapper {
    padding-inline: 0%; }
    @media (min-width: 1024px) {
      #default_travel_specialist .wrapper {
        padding-inline: 3.5%; } }
    #default_travel_specialist .wrapper .swiper.agents-swiper {
      width: 100%;
      height: 100%; }
      #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center; }
        #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide img.agent-photo {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          max-width: 250px;
          height: 100%; }
          @media (min-width: 1024px) {
            #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide img.agent-photo {
              transform: scale(0.8);
              transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
              aspect-ratio: 2 / 3; } }
          @media (max-width: 991px) {
            #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide img.agent-photo {
              max-width: 230px; } }
          @media (max-width: 450px) {
            #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide img.agent-photo {
              max-width: 200px; } }
        #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info {
          text-align: center; }
          @media (min-width: 1024px) {
            #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info {
              opacity: 0;
              transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); } }
          #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info span.agent-position {
            display: block;
            font-weight: 800;
            text-transform: uppercase; }
          #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info p.agent-excerpt {
            margin-block: 20px; }
          @media (max-width: 1440px) {
            #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info .signature {
              font-size: 64px; } }
          @media (max-width: 1024px) {
            #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info .signature {
              font-size: 52px; } }
          @media (max-width: 768px) {
            #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info .signature {
              font-size: 44px; } }
        @media (max-width: 400px) {
          #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide {
            padding-inline: 10px; } }
      @media (min-width: 1024px) {
        #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide.swiper-slide-active img.agent-photo {
          transform: scale(1); }
        #default_travel_specialist .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .agent-info {
          opacity: 1; } }

[id^='request-BtnOpen']:not(.overviewBar, .tablerequest) {
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  visibility: hidden; }
  @media (max-width: 1024px) {
    [id^='request-BtnOpen']:not(.overviewBar, .tablerequest) {
      bottom: 5%;
      white-space: nowrap; } }
  [id^='request-BtnOpen'].btn {
    font-size: 17px; }
    @media (max-width: 1280px) {
      [id^='request-BtnOpen'].btn {
        padding: 0.8em; } }

#floating-overviewbar {
  background-color: var(--_bg-color, #ffffff);
  width: 100%;
  padding-block: var(--_padding-block, 12px);
  padding-inline: var(--_padding-inline, 8.5%);
  display: grid;
  gap: 20px;
  grid-template-columns: var(--_grid-temp-col, 1fr auto);
  justify-items: center;
  align-items: center;
  z-index: 99;
  will-change: transform;
  transition: opacity 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  overflow-x: auto;
  overflow-y: hidden; }
  @media (max-width: 1280px) {
    #floating-overviewbar {
      padding-inline: var(--_padding-inline, 5%); } }
  @media (max-width: 1024px) {
    #floating-overviewbar {
      display: none; } }
  #floating-overviewbar .floating-overviewbar-list {
    display: flex;
    align-items: center;
    flex-basis: 65%;
    gap: var(--_gap, 45px);
    justify-content: var(--justify-content); }
    @media (max-width: 1440px) {
      #floating-overviewbar .floating-overviewbar-list {
        gap: var(--_gap, 30px);
        padding: 0.7em; } }
    #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item {
      font-size: var(--_font-size, 17px);
      color: var(--_list-color, #1a1a1a);
      font-family: "basis-grotesque-bold-pro", sans-serif;
      text-transform: uppercase;
      transition: color 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      @media (max-width: 1440px) {
        #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item {
          font-size: var(--_font-size, 15px); } }
      #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item:focus-within, #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item:hover, #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item.active {
        color: #bea380;
        transition: color 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item a {
        font: inherit;
        color: inherit;
        white-space: nowrap;
        text-align: center; }
  #floating-overviewbar .btn {
    text-align: center;
    font-size: 17px;
    white-space: nowrap; }
    @media (max-width: 1280px) {
      #floating-overviewbar .btn {
        padding: 0.8em; } }
    #floating-overviewbar .btn.btn-gold-filled::before {
      background-color: #ffffff; }
  #floating-overviewbar.remove {
    opacity: 0;
    pointer-events: none; }

.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 12;
  transition: all 1.2s cubic-bezier(0.8, 0, 0.14, 1); }
  @media (max-width: 1024px) {
    .site-header {
      padding: unset; } }
  .site-header .header_wrapper {
    transition: transform 1.2s cubic-bezier(0.8, 0, 0.14, 1); }
  .site-header .header_wrapper > .wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 20px 3.5% !important;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .site-header .header_wrapper > .wrapper {
        padding: 10px 3.5% !important; } }
    .site-header .header_wrapper > .wrapper .header_left {
      display: flex;
      align-items: center;
      gap: 40px; }
      @media (max-width: 1024px) {
        .site-header .header_wrapper > .wrapper .header_left {
          width: 50%;
          justify-content: center; } }
      .site-header .header_wrapper > .wrapper .header_left .logo-wrapper {
        display: grid; }
        @media (max-width: 1024px) {
          .site-header .header_wrapper > .wrapper .header_left .logo-wrapper {
            height: 100px; } }
        .site-header .header_wrapper > .wrapper .header_left .logo-wrapper .logo-img {
          margin: auto;
          width: 155px;
          transform-origin: center;
          transition: transform 1.5s, opacity 1.5s cubic-bezier(0.8, 0, 0.14, 1);
          max-height: 100%; }
          @media (max-width: 1440px) {
            .site-header .header_wrapper > .wrapper .header_left .logo-wrapper .logo-img {
              width: 120px; } }
          @media (max-width: 768px) {
            .site-header .header_wrapper > .wrapper .header_left .logo-wrapper .logo-img {
              width: 75%;
              max-width: 130px; } }
          @media (max-width: 450px) {
            .site-header .header_wrapper > .wrapper .header_left .logo-wrapper .logo-img {
              width: 70%; } }
    .site-header .header_wrapper > .wrapper .header_right {
      position: relative;
      z-index: 6;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 70px; }
      @media (max-width: 1366px) {
        .site-header .header_wrapper > .wrapper .header_right {
          gap: 50px; } }
      @media (max-width: 768px) {
        .site-header .header_wrapper > .wrapper .header_right {
          gap: 20px; } }
      .site-header .header_wrapper > .wrapper .header_right.mobile-menu-button-wrapper {
        width: 25%;
        justify-content: flex-start; }
        @media (min-width: 1025px) {
          .site-header .header_wrapper > .wrapper .header_right.mobile-menu-button-wrapper {
            display: none; } }
      @media (max-width: 1024px) {
        .site-header .header_wrapper > .wrapper .header_right:not(.mobile-menu-button-wrapper) {
          width: 25%; }
          .site-header .header_wrapper > .wrapper .header_right:not(.mobile-menu-button-wrapper) .menu_button_wrapper {
            display: none; } }
      .site-header .header_wrapper > .wrapper .header_right .header_phone_wrapper {
        transition: opacity 0.5s cubic-bezier(0.8, 0, 0.14, 1); }
        .site-header .header_wrapper > .wrapper .header_right .header_phone_wrapper a {
          transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
          .site-header .header_wrapper > .wrapper .header_right .header_phone_wrapper a:hover {
            transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
            transform: rotate(20deg); }
        @media (max-width: 1024px) {
          .site-header .header_wrapper > .wrapper .header_right .header_phone_wrapper {
            display: none; } }
      .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper .menu_button {
        cursor: pointer; }
        .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper .menu_button .line {
          width: 80px;
          height: 2px;
          background-color: #ffffff;
          display: block;
          transition: all 0.5s cubic-bezier(0.8, 0, 0.14, 1); }
          @media (max-width: 1440px) {
            .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper .menu_button .line {
              width: 60px; } }
          @media (max-width: 450px) {
            .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper .menu_button .line {
              width: 50px; } }
      .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger {
        width: 100%;
        aspect-ratio: 1;
        display: flex;
        flex-direction: column;
        padding: 0;
        background-color: transparent;
        border: 0;
        justify-content: center;
        transition: all 0.5s cubic-bezier(0.8, 0, 0.14, 1); }
        .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger.is-active {
          -webkit-animation: smallbig 0.8s forwards;
                  animation: smallbig 0.8s forwards; }
        .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger:not(.is-active):hover .line:nth-child(2) {
          opacity: 1;
          transform: scaleX(0.5);
          transition: all 0.5s cubic-bezier(0.8, 0, 0.14, 1); }
      .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger .line:nth-child(2) {
        height: 2px;
        transform: scaleX(0);
        margin: auto;
        margin-block: 7px;
        opacity: 0; }
      .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger.is-active .line:nth-child(1),
      .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger.is-active .line:nth-child(2),
      .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger.is-active .line:nth-child(3) {
        transition-delay: 0.2s; }
      .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger.is-active .line:nth-child(2) {
        opacity: 0; }
      .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger.is-active .line:nth-child(1) {
        transform: translateY(9px) rotate(45deg); }
      .site-header .header_wrapper > .wrapper .header_right .menu_button_wrapper #hamburger.is-active .line:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg); }
      .site-header .header_wrapper > .wrapper .header_right .header-book {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        text-transform: uppercase;
        padding: 25px;
        aspect-ratio: 1;
        border-radius: 100%;
        background-blend-mode: color-dodge;
        background: linear-gradient(125deg, var(--grad1) 45%, var(--grad2) 100%), url("/wp-content/themes/snami/assets/images/noise.png");
        transition: --grad1 1.2s, --grad2 1.2s, transform 1s, padding 1s cubic-bezier(0.8, 0, 0.14, 1); }
        @media (max-width: 1440px) {
          .site-header .header_wrapper > .wrapper .header_right .header-book {
            padding: 16px; } }
        @media (max-width: 991px) {
          .site-header .header_wrapper > .wrapper .header_right .header-book {
            padding: 15px; } }
        .site-header .header_wrapper > .wrapper .header_right .header-book .book-now-text {
          color: #ffffff;
          transition: all 1.2s cubic-bezier(0.8, 0, 0.14, 1); }
          @media (max-width: 991px) {
            .site-header .header_wrapper > .wrapper .header_right .header-book .book-now-text {
              font-size: 16px; } }
          @media (max-width: 768px) {
            .site-header .header_wrapper > .wrapper .header_right .header-book .book-now-text {
              font-size: 14px; } }
        .site-header .header_wrapper > .wrapper .header_right .header-book:hover {
          transform: scale(0.9); }
  .site-header.black-header .logo-img,
  .site-header.black-header .header_phone_wrapper a img {
    filter: brightness(0); }
  .site-header.black-header .wrapper .header_right .menu_button_wrapper .menu_button .line {
    background-color: #1a1a1a; }
  @media (max-width: 1024px) {
    .site-header.openmenu {
      transition: background-color 0.7s cubic-bezier(0.65, 0, 0.35, 1); } }
  .site-header.openmenu .menu_button span {
    background-color: #ffffff !important;
    transition: background-color 1.2s cubic-bezier(0.8, 0, 0.14, 1); }
  @media (min-width: 1024px) {
    .site-header.openmenu > .wrapper .header_left .logo-wrapper .logo-img,
    .site-header.openmenu .header_phone_wrapper {
      opacity: 0;
      pointer-events: none;
      transition: transform 0.8s, opacity 0.8s cubic-bezier(0.86, 0, 0.14, 1); } }
  @media (max-width: 1024px) {
    .site-header.openmenu > .wrapper .header_left .logo-wrapper .logo-img,
    .site-header.openmenu .header_phone_wrapper {
      filter: brightness(1); } }
  .site-header.openmenu .wrapper .header_right .header-book {
    --grad1: #ffffff;
    --grad2: #ffffff;
    background-blend-mode: unset; }
    .site-header.openmenu .wrapper .header_right .header-book .book-now-text {
      color: #bea380;
      transition: all 1.2s cubic-bezier(0.8, 0, 0.14, 1); }
  .site-header.down:not(.openmenu) {
    pointer-events: none; }
    .site-header.down:not(.openmenu) > .header_wrapper {
      transform: translateY(-100%); }
  .site-header.scrolled {
    mix-blend-mode: difference; }
    .site-header.scrolled .wrapper .header_left .logo-wrapper .logo-img,
    .site-header.scrolled .header_phone_wrapper a img {
      filter: brightness(1); }
    .site-header.scrolled .wrapper .header_right .menu_button_wrapper .menu_button .line {
      background-color: #ffffff; }
    .site-header.scrolled .wrapper .header_left .logo-wrapper .logo-img {
      transform: scale(0.96); }
    .site-header.scrolled .wrapper .header_right .header-book {
      transform: scale(0.85); }
    .site-header.scrolled.openmenu {
      background-color: transparent; }
      @media (max-width: 1024px) {
        .site-header.scrolled.openmenu {
          mix-blend-mode: normal; } }
    .site-header.scrolled .wrapper {
      padding: 0px 3.5%;
      transition: padding 1s cubic-bezier(0.8, 0, 0.14, 1); }
      @media (max-width: 991px) {
        .site-header.scrolled .wrapper {
          padding: 0px 2.5%; } }

.headermenu {
  background: linear-gradient(90deg, transparent 0%, transparent 60%, #1a1a1a 60%, #1a1a1a 100%);
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  left: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
  margin: auto;
  padding: 0px 5%;
  transform: translateY(100%);
  transition: transform 1.2s 0.2s cubic-bezier(0.86, 0, 0.14, 1); }
  @media (max-width: 1024px) {
    .headermenu {
      top: 0;
      height: 100svh;
      padding: 0px 3.5% 30px !important;
      overflow-y: scroll;
      background: linear-gradient(90deg, #1a1a1a 0%, #1a1a1a 100%);
      transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1); } }
  .headermenu * {
    color: #ffffff; }
  .headermenu ul {
    list-style: none;
    padding: unset; }
  .headermenu #menu-image-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 60%;
    overflow: hidden;
    -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.45), rgba(26, 26, 26, 0.45)) 1 fill;
       border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.45), rgba(26, 26, 26, 0.45)) 1 fill;
    background-color: #1a1a1a; }
    @media (max-width: 1024px) {
      .headermenu #menu-image-container {
        display: none; } }
    .headermenu #menu-image-container .default-bg {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.45), rgba(26, 26, 26, 0.45)) 1 fill;
         border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.45), rgba(26, 26, 26, 0.45)) 1 fill;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .headermenu #menu-image-container .menu-image {
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      -o-object-fit: cover;
         object-fit: cover;
      filter: brightness(0.65);
      -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.45), rgba(26, 26, 26, 0.45)) 1 fill;
         border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.45), rgba(26, 26, 26, 0.45)) 1 fill;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .headermenu .menu-left {
    z-index: 2;
    flex: 63%;
    display: flex;
    align-items: center;
    transition-timing-function: cubic-bezier(0.86, 0, 0.14, 1);
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (max-width: 1024px) {
      .headermenu .menu-left {
        display: none; } }
    .headermenu .menu-left ul {
      display: flex;
      flex-direction: column;
      gap: 35px; }
      @media (max-width: 1280px) {
        .headermenu .menu-left ul {
          gap: var(--fluid-32px); } }
      .headermenu .menu-left ul li a {
        font-size: var(--fluid-40px);
        font-family: "Dream Avenue", serif;
        text-transform: uppercase;
        line-height: normal;
        position: relative;
        transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 1280px) {
          .headermenu .menu-left ul li a {
            font-size: var(--fluid-32px); } }
        .headermenu .menu-left ul li a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 1px;
          background-color: #ffffff;
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        .headermenu .menu-left ul li a[aria-current='page'], .headermenu .menu-left ul li a:hover {
          transform: translateX(10px); }
          .headermenu .menu-left ul li a[aria-current='page']:after, .headermenu .menu-left ul li a:hover:after {
            width: 100%; }
  .headermenu .menu-right {
    z-index: 2;
    flex: 40%;
    padding-left: 70px;
    padding-block: 220px 135px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 5;
    overflow: hidden;
    transition-timing-function: cubic-bezier(0.86, 0, 0.14, 1); }
    @media (max-width: 1024px) {
      .headermenu .menu-right {
        padding-left: 0px;
        padding-block: 130px 0px;
        margin-top: auto; } }
    @media (min-width: 1025px) {
      .headermenu .menu-right .menu-navigation-main-menu-container {
        display: none; } }
    @media (min-width: 1025px) {
      .headermenu .menu-right .menu-navigation-main-menu-container > .menu {
        display: none; } }
    .headermenu .menu-right ul {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      @media (max-height: 800px) {
        .headermenu .menu-right ul {
          gap: 10px; } }
      .headermenu .menu-right ul:nth-child(1) {
        margin-bottom: 40px; }
        @media (max-width: 450px) {
          .headermenu .menu-right ul:nth-child(1) {
            margin-bottom: 20px; } }
      .headermenu .menu-right ul li a {
        font-weight: 700;
        text-transform: uppercase;
        line-height: normal; }
        @media (max-width: 991px) {
          .headermenu .menu-right ul li a {
            font-size: 19px; } }
        @media (max-height: 800px) {
          .headermenu .menu-right ul li a {
            font-size: 16px; } }
    .headermenu .menu-right .menu-right-bottom {
      opacity: 0;
      transform: translateX(-100%);
      transition: transform 1.2s 0.3s, opacity 1s cubic-bezier(0.86, 0, 0.14, 1); }
      .headermenu .menu-right .menu-right-bottom .menu-contact {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 50px; }
        @media (max-width: 450px) {
          .headermenu .menu-right .menu-right-bottom .menu-contact {
            margin-bottom: 32px; } }
        .headermenu .menu-right .menu-right-bottom .menu-contact a {
          text-decoration: underline;
          text-decoration: unset;
          font-size: 17px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
      .headermenu .menu-right .menu-right-bottom .menu-socials {
        display: flex;
        gap: 14px; }
        .headermenu .menu-right .menu-right-bottom .menu-socials a {
          margin: 0;
          text-transform: capitalize;
          color: #bea380;
          transition: color 0.3s ease; }
    .headermenu .menu-right ul li a,
    .headermenu .menu-right .menu-right-bottom .menu-contact a {
      position: relative; }
      .headermenu .menu-right ul li a:after,
      .headermenu .menu-right .menu-right-bottom .menu-contact a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #ffffff;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .headermenu .menu-right ul li a[aria-current='page']:after, .headermenu .menu-right ul li a:hover:after,
      .headermenu .menu-right .menu-right-bottom .menu-contact a[aria-current='page']:after,
      .headermenu .menu-right .menu-right-bottom .menu-contact a:hover:after {
        width: 100%; }
  .headermenu.is-active {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: all;
    transition: transform 1.2s cubic-bezier(0.8, 0, 0.14, 1); }
    .headermenu.is-active .menu-image {
      opacity: 1;
      transform: translateY(0%);
      transition: transform 1.2s 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    .headermenu.is-active .menu-right[data-aos][data-aos-easing='menu-easing'],
    .headermenu.is-active .menu-left[data-aos][data-aos-easing='menu-easing'] {
      transition-timing-function: cubic-bezier(0.8, 0, 0.14, 1); }
    .headermenu.is-active .menu-right .menu-right-bottom {
      background: #1a1a1a;
      overflow: hidden;
      opacity: 1;
      transform: translateX(0%);
      transition: transform 1.4s, opacity 1s cubic-bezier(0.8, 0, 0.14, 1); }
    .headermenu.is-active .menu-left {
      opacity: 1; }

footer {
  background-color: #1a1a1a; }
  footer * {
    color: #ffffff;
    font-size: 18px;
    text-align: start; }
    @media (max-width: 1440px) {
      footer * {
        font-size: 16px; } }
    @media (max-width: 768px) {
      footer * {
        font-size: 15px; } }
  footer .footer_wrapper .footer-banner-wrapper .marquee-container {
    --duration: calc(1.2s * var(--count));
    width: 100%;
    overflow: hidden;
    background-color: #1a1a1a;
    padding: 70px 0;
    border-bottom: 1px solid #bea380; }
    @media (max-width: 768px) {
      footer .footer_wrapper .footer-banner-wrapper .marquee-container {
        --duration: calc(1s * var(--count)); } }
    footer .footer_wrapper .footer-banner-wrapper .marquee-container .marquee-track {
      display: flex;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      -webkit-animation: marquee var(--duration) linear infinite;
              animation: marquee var(--duration) linear infinite; }
      @media (max-width: 768px) {
        footer .footer_wrapper .footer-banner-wrapper .marquee-container .marquee-track {
          -webkit-animation: marquee var(--duration) linear infinite;
                  animation: marquee var(--duration) linear infinite; } }
    footer .footer_wrapper .footer-banner-wrapper .marquee-container .marquee-card {
      flex: 0 0 auto;
      width: 220px;
      height: auto;
      background-color: #1a1a1a;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 10px; }
      @media (max-width: 768px) {
        footer .footer_wrapper .footer-banner-wrapper .marquee-container .marquee-card {
          width: 140px; } }
      @media (max-width: 450px) {
        footer .footer_wrapper .footer-banner-wrapper .marquee-container .marquee-card {
          width: 120px; } }
      footer .footer_wrapper .footer-banner-wrapper .marquee-container .marquee-card img {
        max-height: 100px;
        margin: auto; }
  footer .footer_wrapper .footer-content-wrapper {
    display: flex;
    padding-block: 80px;
    gap: 40px;
    justify-content: space-between; }
    @media (max-width: 768px) {
      footer .footer_wrapper .footer-content-wrapper {
        padding-inline: 4%;
        flex-direction: column;
        gap: 60px; } }
    footer .footer_wrapper .footer-content-wrapper .footer_left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      @media (max-width: 768px) {
        footer .footer_wrapper .footer-content-wrapper .footer_left {
          align-items: left; }
          footer .footer_wrapper .footer-content-wrapper .footer_left .logo-text-wrapper {
            margin-inline: auto; } }
      footer .footer_wrapper .footer-content-wrapper .footer_left .logo-img {
        max-width: 180px; }
        @media (max-width: 1440px) {
          footer .footer_wrapper .footer-content-wrapper .footer_left .logo-img {
            max-width: 140px; } }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer-content-wrapper .footer_left .logo-img {
            max-width: 120px; } }
      footer .footer_wrapper .footer-content-wrapper .footer_left .footer-social-wrapper {
        margin-top: 80px;
        display: flex;
        flex-direction: column; }
        footer .footer_wrapper .footer-content-wrapper .footer_left .footer-social-wrapper p {
          margin: 0;
          font-size: var(--fluid-40px);
          font-family: "basis-grotesque-regular-pro", sans-serif; }
        @media (max-width: 768px) {
          footer .footer_wrapper .footer-content-wrapper .footer_left .footer-social-wrapper {
            margin-top: 50px; } }
        footer .footer_wrapper .footer-content-wrapper .footer_left .footer-social-wrapper .socials {
          display: flex;
          gap: 14px;
          margin-top: 40px; }
          footer .footer_wrapper .footer-content-wrapper .footer_left .footer-social-wrapper .socials a {
            text-transform: capitalize;
            color: #bea380; }
            footer .footer_wrapper .footer-content-wrapper .footer_left .footer-social-wrapper .socials a.link {
              margin: 0; }
    footer .footer_wrapper .footer-content-wrapper .footer_right {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: start; }
      @media (max-width: 768px) {
        footer .footer_wrapper .footer-content-wrapper .footer_right {
          align-items: left; } }
      footer .footer_wrapper .footer-content-wrapper .footer_right .footer_contact {
        display: flex;
        flex-direction: column;
        gap: 4px; }
        footer .footer_wrapper .footer-content-wrapper .footer_right .footer_contact * {
          margin: unset;
          line-height: 32px;
          text-transform: uppercase; }
        footer .footer_wrapper .footer-content-wrapper .footer_right .footer_contact a[href*='mailto'] {
          text-transform: lowercase !important; }
      footer .footer_wrapper .footer-content-wrapper .footer_right .footer-nav-wrapper {
        display: flex;
        gap: 50px;
        margin-top: 90px; }
        @media (max-width: 1440px) {
          footer .footer_wrapper .footer-content-wrapper .footer_right .footer-nav-wrapper {
            margin-top: 50px; } }
        @media (max-width: 550px) {
          footer .footer_wrapper .footer-content-wrapper .footer_right .footer-nav-wrapper {
            flex-direction: column; } }
        footer .footer_wrapper .footer-content-wrapper .footer_right .footer-nav-wrapper .footer-menu-title {
          text-transform: uppercase;
          color: #bea380;
          font-weight: 700; }
        footer .footer_wrapper .footer-content-wrapper .footer_right .footer-nav-wrapper ul {
          list-style: none;
          padding: unset;
          flex: 1; }
          footer .footer_wrapper .footer-content-wrapper .footer_right .footer-nav-wrapper ul li {
            line-height: 32px; }
      footer .footer_wrapper .footer-content-wrapper .footer_right a {
        position: relative; }
        footer .footer_wrapper .footer-content-wrapper .footer_right a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 1px;
          background-color: #ffffff;
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        footer .footer_wrapper .footer-content-wrapper .footer_right a:hover:after {
          width: 100%; }
  footer .footer_wrapper .footer-bottom-wrapper {
    border-top: 1px solid #bea380;
    padding-block: 40px; }
    footer .footer_wrapper .footer-bottom-wrapper * {
      font-size: 16px;
      text-align: center; }
    footer .footer_wrapper .footer-bottom-wrapper .footer_bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px; }
      @media (max-width: 1024px) {
        footer .footer_wrapper .footer-bottom-wrapper .footer_bottom {
          flex-direction: column;
          gap: 20px; } }
      footer .footer_wrapper .footer-bottom-wrapper .footer_bottom .footer-bottom-links {
        display: flex;
        gap: 12px;
        align-items: center; }
        footer .footer_wrapper .footer-bottom-wrapper .footer_bottom .footer-bottom-links .divider {
          width: 6px;
          height: 6px;
          background-color: #ffffff;
          border-radius: 100%; }
        @media (max-width: 550px) {
          footer .footer_wrapper .footer-bottom-wrapper .footer_bottom .footer-bottom-links {
            flex-direction: column;
            gap: 6px; }
            footer .footer_wrapper .footer-bottom-wrapper .footer_bottom .footer-bottom-links .divider {
              display: none; } }
      footer .footer_wrapper .footer-bottom-wrapper .footer_bottom .footer.footer-bottom-wrapper a {
        position: relative; }
        footer .footer_wrapper .footer-bottom-wrapper .footer_bottom .footer.footer-bottom-wrapper a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 1px;
          background-color: #ffffff;
          transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        footer .footer_wrapper .footer-bottom-wrapper .footer_bottom .footer.footer-bottom-wrapper a:hover:after {
          width: 100%; }
      footer .footer_wrapper .footer-bottom-wrapper .footer_bottom .footer-bottom-lime p {
        margin: unset; }

@-webkit-keyframes scrolling {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); } }

@keyframes scrolling {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); } }

#content-default {
  max-width: 1150px;
  margin-block: 150px; }
  @media (max-width: 768px) {
    #content-default {
      margin-block: 80px; } }
  #content-default h2 {
    margin-bottom: 40px; }
    @media (max-width: 1440px) {
      #content-default h2 {
        font-size: var(--fluid-55px); } }
  #content-default .subtitle {
    font-weight: bold;
    margin-bottom: 20px; }

#dialog-request,
#dialog-request,
#dialog-inspire,
#dialog-inquiry {
  --inline: 4em;
  --block: 3.5em;
  pointer-events: none;
  position: fixed;
  padding-block: var(--block);
  padding-inline: var(--inline);
  inset: 50%;
  width: calc(100vw - 7%);
  height: calc(100vh - 7%);
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  opacity: 0;
  overflow: auto;
  transform: translate(-50%, -50%) scale(0.6);
  transition: all 0.5s ease-out; }
  @media (max-width: 1440px) {
    #dialog-request,
    #dialog-request,
    #dialog-inspire,
    #dialog-inquiry {
      --block: 3.6rem;
      --inline: 3.5rem; } }
  @media (max-width: 1280px) {
    #dialog-request,
    #dialog-request,
    #dialog-inspire,
    #dialog-inquiry {
      --block: 3rem;
      --inline: 3rem;
      height: 95vh;
      height: 95lvh; } }
  @media (max-width: 991px) {
    #dialog-request,
    #dialog-request,
    #dialog-inspire,
    #dialog-inquiry {
      --block: 3rem;
      --inline: 2rem;
      padding-inline: var(--inline) 1rem;
      height: 95vh;
      height: 95lvh; } }
  @media (max-width: 768px) {
    #dialog-request,
    #dialog-request,
    #dialog-inspire,
    #dialog-inquiry {
      --block: 2rem;
      --inline: 1rem;
      padding-block: var(--block);
      padding-inline: var(--inline) 0.5rem;
      width: calc(100vw - 4%);
      height: 90vh;
      height: 90lvh; } }
  #dialog-request.active, #dialog-request.active,
  #dialog-request.active,
  #dialog-request.active,
  #dialog-inspire.active,
  #dialog-inspire.active,
  #dialog-inquiry.active,
  #dialog-inquiry.active {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.5s, opacity 0.4s ease-in; }
  #dialog-request .close-dialog,
  #dialog-request .close-dialog,
  #dialog-inspire .close-dialog,
  #dialog-inquiry .close-dialog {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    transform: translate(-50%, 50%); }

.close-dialog {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 1em;
  z-index: 2; }
  .close-dialog svg {
    width: 38px;
    height: 38px;
    transition: transform 0.3s ease; }
    @media (max-width: 991px) {
      .close-dialog svg {
        width: 35px;
        height: 35px; } }
    @media (max-width: 768px) {
      .close-dialog svg {
        width: 30px;
        height: 30px; } }
    @media (max-width: 450px) {
      .close-dialog svg {
        width: 25px;
        height: 25px; } }
  .close-dialog:hover svg, .close-dialog:focus-visible svg {
    transform: scale(0.85); }

body::before {
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  content: '';
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px) brightness(0.95);
          backdrop-filter: blur(5px) brightness(0.95);
  z-index: 999;
  opacity: 0;
  pointer-events: none; }

body.modal-open {
  overflow: hidden; }
  body.modal-open::before {
    opacity: 1; }

.box-shadow {
  box-shadow: 0 25px 50px -12px rgba(26, 26, 26, 0.25); }

.range_flat.flatpickr-input {
  -webkit-appearance: revert !important;
  -moz-appearance: revert !important;
       appearance: revert !important;
  min-height: revert !important;
  max-width: revert !important; }
  .range_flat.flatpickr-input + .flatpickr-calendar.rangeMode {
    left: 50%;
    transform: translate(-50%, -45px); }

.flatpickr-time input {
  font-size: 16px !important; }

.single-resort-card {
  justify-content: unset !important; }
  .single-resort-card .swiper-inner-gallery {
    overflow: hidden; }
    @media (max-width: 1024px) {
      .single-resort-card .swiper-inner-gallery .swiper-slide {
        max-height: 400px;
        height: auto; } }
    @media (max-width: 991px) {
      .single-resort-card .swiper-inner-gallery .swiper-slide {
        max-height: 350px; } }
    .single-resort-card .swiper-inner-gallery .tag-items {
      position: absolute;
      display: flex;
      justify-content: space-between;
      top: 20px;
      left: 18px;
      right: 18px;
      z-index: 3;
      line-height: 1;
      align-items: center; }
      @media (max-width: 991px) {
        .single-resort-card .swiper-inner-gallery .tag-items {
          top: 15px;
          left: 17px;
          right: 17px; } }
      .single-resort-card .swiper-inner-gallery .tag-items .resort_type {
        font-size: 18px;
        color: #ffffff;
        background-color: var(--_color);
        padding: 15px 28px;
        pointer-events: none;
        text-transform: uppercase;
        transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 1440px) {
          .single-resort-card .swiper-inner-gallery .tag-items .resort_type {
            font-size: 16px;
            padding: 12px 22px; } }
        @media (max-width: 768px) {
          .single-resort-card .swiper-inner-gallery .tag-items .resort_type {
            font-size: 15px;
            padding: 10px 20px; } }
      .single-resort-card .swiper-inner-gallery .tag-items button.marker {
        border: none;
        outline: none;
        border-radius: 100vw;
        width: 50px;
        height: 50px;
        cursor: pointer;
        background-color: rgba(26, 26, 26, 0.4);
        transition: background-color 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 1440px) {
          .single-resort-card .swiper-inner-gallery .tag-items button.marker {
            width: 40px;
            height: 40px; }
            .single-resort-card .swiper-inner-gallery .tag-items button.marker > img {
              width: 18px; } }
        @media (max-width: 768px) {
          .single-resort-card .swiper-inner-gallery .tag-items button.marker {
            width: 35px;
            height: 35px; }
            .single-resort-card .swiper-inner-gallery .tag-items button.marker > img {
              width: 15px; } }
        .single-resort-card .swiper-inner-gallery .tag-items button.marker .marker-icon {
          pointer-events: none; }
        .single-resort-card .swiper-inner-gallery .tag-items button.marker:hover {
          background-color: rgba(26, 26, 26, 0.7); }
      .single-resort-card .swiper-inner-gallery .tag-items .resort_type {
        transform: scale(0.98); }
  .single-resort-card:hover .swiper-inner-gallery .tag-items .resort_type {
    transform: scale(1);
    transition: transform 0.3s ease-in-out; }
  .single-resort-card[data-resort-type='villa'] .swiper-inner-gallery .tag-items .resort_type {
    --_color: #1a1a1a; }
  .single-resort-card[data-resort-type='hotel'] .swiper-inner-gallery .tag-items .resort_type {
    --_color: #bea380; }
  .single-resort-card .features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 8px !important; }
    @media (max-width: 1650px) {
      .single-resort-card .features {
        flex-direction: column;
        gap: 6px !important; } }
    @media (max-width: 589px) {
      .single-resort-card .features {
        flex-direction: row;
        gap: 6px !important; } }
    .single-resort-card .features .feature-divider {
      display: none !important; }
    .single-resort-card .features li::after {
      display: none; }
    .single-resort-card .features li {
      text-align: left !important;
      min-width: calc(50% - 4px); }

#page_404 {
  min-height: 100vh;
  min-height: 100svh;
  position: relative; }
  #page_404 video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
  #page_404 .stacking-content {
    min-height: 100vh;
    min-height: 100svh; }
    #page_404 .stacking-content .heading h1,
    #page_404 .stacking-content .heading h2 {
      color: white;
      margin: 0; }
    #page_404 .stacking-content .heading h2 {
      font-size: 30px; }
    #page_404 .stacking-content .image {
      z-index: 0; }
      #page_404 .stacking-content .image img {
        aspect-ratio: 3 / 4;
        max-width: 500px; }

#info-banner {
  background-blend-mode: color-dodge;
  background: linear-gradient(111.45deg, #bea380 50%, rgba(190, 163, 128, 0.9) 100%), url(/wp-content/themes/snami/assets/images/noise.png); }
  #info-banner .info-banner-content {
    padding-block: 180px;
    max-width: 1300px;
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    position: relative;
    position: relative; }
    @media (max-width: 1024px) {
      #info-banner .info-banner-content {
        flex-direction: column;
        padding-block: 60px;
        gap: 40px;
        padding-inline: 30px; } }
    @media (max-width: 768px) {
      #info-banner .info-banner-content {
        gap: 20px; } }
  #info-banner * {
    color: #1a1a1a; }
  #info-banner h3 {
    font-family: "Crystal Sky Alt", serif;
    margin: unset;
    margin-bottom: 30px;
    text-align: center;
    font-size: 90px;
    line-height: 1; }
    @media (max-width: 1440px) {
      #info-banner h3 {
        font-size: 82px; } }
    @media (max-width: 768px) {
      #info-banner h3 {
        font-size: 82px; } }
    @media (max-width: 768px) {
      #info-banner h3 {
        font-size: 68px; } }
  #info-banner .quick-info {
    width: 50%;
    max-width: 500px; }
    @media (max-width: 1024px) {
      #info-banner .quick-info {
        width: 100%;
        margin-inline: auto; } }
    #info-banner .quick-info .quick-info-list {
      display: flex;
      flex-direction: column; }
      #info-banner .quick-info .quick-info-list > div {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px; }
        #info-banner .quick-info .quick-info-list > div img,
        #info-banner .quick-info .quick-info-list > div svg {
          width: 26px;
          height: auto;
          -o-object-fit: cover;
             object-fit: cover; }
        #info-banner .quick-info .quick-info-list > div:not(:last-child) {
          border-bottom: 1px solid #ffffff; }
  #info-banner .divider {
    width: 1px;
    height: calc(100% - 180px * 2);
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 1024px) {
      #info-banner .divider {
        display: none; } }
  #info-banner .travel-vibe {
    width: 50%;
    max-width: 500px; }
    @media (max-width: 1024px) {
      #info-banner .travel-vibe {
        width: 100%;
        margin-inline: auto; } }
    #info-banner .travel-vibe .travel-vibe-list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px; }
      #info-banner .travel-vibe .travel-vibe-list .travel-vibe-item {
        color: #1a1a1a;
        padding: 20px;
        border: 1px solid #1a1a1a; }
        @media (max-width: 1440px) {
          #info-banner .travel-vibe .travel-vibe-list .travel-vibe-item {
            padding: 10px 16px; } }
        @media (max-width: 768px) {
          #info-banner .travel-vibe .travel-vibe-list .travel-vibe-item {
            padding: 10px; } }

.single-custom-multi-day #info-banner {
  background: linear-gradient(111.45deg, #1a1a1a 50%, rgba(26, 26, 26, 0.9) 100%), url("/wp-content/themes/snami/assets/images/noise.png"); }
  .single-custom-multi-day #info-banner * {
    color: #ffffff; }
  .single-custom-multi-day #info-banner h3 {
    color: #bea380; }
  .single-custom-multi-day #info-banner .quick-info .quick-info-list > div:not(:last-child) {
    border-bottom: 1px solid #bea380; }
  .single-custom-multi-day #info-banner .divider {
    background-color: #bea380; }
  .single-custom-multi-day #info-banner .travel-vibe .travel-vibe-list .travel-vibe-item {
    color: #ffffff;
    border: 1px solid #ffffff; }

[data-clip-image] {
  visibility: hidden;
  position: relative;
  overflow: hidden; }
  [data-clip-image] img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform-origin: left; }

[data-item-gsap] {
  opacity: 0;
  transform: translate(0px, 50%); }

#gallery-rows {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  #gallery-rows .gallery-row.gallery_top .swiper-wrapper {
    align-items: flex-end;
    transition-timing-function: linear !important; }
  #gallery-rows .gallery-row.gallery_bottom .swiper-wrapper {
    align-items: flex-start;
    transition-timing-function: linear !important; }
  #gallery-rows .gallery-row .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden; }
    #gallery-rows .gallery-row .swiper-slide:hover a img {
      scale: 1.125; }
    #gallery-rows .gallery-row .swiper-slide a img {
      max-width: 450px;
      max-height: 450px;
      -o-object-fit: cover;
         object-fit: cover;
      scale: 1;
      transition: scale 0.5s ease-in-out; }
      @media (max-width: 1440px) {
        #gallery-rows .gallery-row .swiper-slide a img {
          max-width: 300px;
          max-height: 300px; } }
      @media (max-width: 1440px) {
        #gallery-rows .gallery-row .swiper-slide a img {
          max-width: 250px;
          max-height: 250px; } }
      @media (max-width: 1024px) {
        #gallery-rows .gallery-row .swiper-slide a img {
          max-width: 220px;
          max-height: 220px; } }
      @media (max-width: 768px) {
        #gallery-rows .gallery-row .swiper-slide a img {
          max-width: 200px;
          max-height: 200px; } }

.accordion-item {
  padding: 25px 0;
  border-bottom: 1px solid var(--accordion-border, #1a1a1a); }
  .accordion-item .accordion-title-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    .accordion-item .accordion-title-wrapper .accordion-arrow-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
      .accordion-item .accordion-title-wrapper .accordion-arrow-wrapper .accordion-arrow {
        transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        .accordion-item .accordion-title-wrapper .accordion-arrow-wrapper .accordion-arrow path {
          stroke: var(--svg-clr, #1a1a1a); }
    .accordion-item .accordion-title-wrapper .accordion-title {
      margin-bottom: unset;
      font-size: 25px;
      max-width: calc(100% - 100px); }
      @media (max-width: 1024px) {
        .accordion-item .accordion-title-wrapper .accordion-title {
          font-size: 22px; } }
      @media (max-width: 768px) {
        .accordion-item .accordion-title-wrapper .accordion-title {
          max-width: calc(100% - 70px); } }
    .accordion-item .accordion-title-wrapper.active .accordion-arrow {
      transform: rotate(180deg); }
  .accordion-item .accordion-text-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease; }
    .accordion-item .accordion-text-wrapper .accordion-text {
      margin-top: 50px;
      font-size: 20px; }
      @media (max-width: 1024px) {
        .accordion-item .accordion-text-wrapper .accordion-text {
          font-size: 18px; } }
      .accordion-item .accordion-text-wrapper .accordion-text:last-child {
        margin-bottom: 0px; }

#things-to-know {
  background-color: var(--bg-clr, #bea380);
  padding-block: 100px 120px; }
  @media (max-width: 768px) {
    #things-to-know {
      padding-block: 100px 80px; } }
  #things-to-know * {
    color: var(--clr, #1a1a1a); }
  #things-to-know .wrapper {
    max-width: 1400px; }
  #things-to-know .content > h2 {
    margin: 0 0 30px; }
  #things-to-know .accordion-item {
    --border-clr: #1a1a1a; }
    #things-to-know .accordion-item .accordion-title-wrapper h3 {
      font-size: inherit;
      font-weight: bold;
      font-family: "basis-grotesque-regular-pro", sans-serif; }
    #things-to-know .accordion-item .accordion-arrow-wrapper img {
      filter: invert(1); }
    #things-to-know .accordion-item [data-accordion-inner],
    #things-to-know .accordion-item [data-accordion-header] {
      padding: 0; }

.button-prev,
.button-next {
  transition: all 0.25s ease-in-out; }
  .button-prev:hover,
  .button-next:hover {
    transition: transform 0.3s ease-in-out;
    transform: scale(0.95); }

#travel_experiences_slider {
  --_btn-width: 170px;
  position: relative; }
  @media (max-width: 1440px) {
    #travel_experiences_slider {
      --_btn-width: 130px; } }
  @media (max-width: 1024px) {
    #travel_experiences_slider {
      --_btn-width: 115px; } }
  @media (max-width: 991px) {
    #travel_experiences_slider {
      --_btn-width: 95px; } }
  @media (max-width: 768px) {
    #travel_experiences_slider {
      --_btn-width: 80px; } }
  @media (max-width: 450px) {
    #travel_experiences_slider {
      --_btn-width: 60px; } }
  #travel_experiences_slider .swiper-slide {
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1440px) {
      #travel_experiences_slider .swiper-slide {
        height: 80svh; } }
    #travel_experiences_slider .swiper-slide::after {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(26, 26, 26, 0.45); }
    @media (max-width: 768px) {
      #travel_experiences_slider .swiper-slide {
        height: 70vh; } }
    #travel_experiences_slider .swiper-slide .image {
      position: relative; }
      #travel_experiences_slider .swiper-slide .image p.crystal {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, 0%);
        letter-spacing: 4px;
        color: #ffffff;
        font-size: var(--fluid-55px);
        font-family: "Crystal Sky Alt", serif;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto;
        opacity: 0;
        transition: all 1.5s 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
        @media (max-width: 768px) {
          #travel_experiences_slider .swiper-slide .image p.crystal {
            font-size: var(--fluid-40px);
            max-width: 95vw;
            text-align: center; } }
      #travel_experiences_slider .swiper-slide .image::after {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(26, 26, 26, 0.2); }
    #travel_experiences_slider .swiper-slide.swiper-slide-active .image {
      transform: translate(-50%, -50%) scale(1); }
      #travel_experiences_slider .swiper-slide.swiper-slide-active .image p.crystal {
        opacity: 1; }
    #travel_experiences_slider .swiper-slide.swiper-slide-active .title h3 {
      transform: scale(1); }
    #travel_experiences_slider .swiper-slide .title {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0px;
      right: 0px;
      margin: auto;
      z-index: 2;
      text-align: center;
      max-width: 70%; }
      @media (max-width: 768px) {
        #travel_experiences_slider .swiper-slide .title {
          display: flex;
          flex-direction: column;
          gap: 120px; } }
      #travel_experiences_slider .swiper-slide .title h3 {
        max-width: 18ch;
        text-wrap: balance;
        color: #ffffff;
        margin: auto;
        transform: scale(0);
        transition: transform 1.5s 0.25s cubic-bezier(0.16, 1, 0.3, 1);
        overflow: visible;
        font-size: var(--fluid-100px); }
        @media (max-width: 768px) {
          #travel_experiences_slider .swiper-slide .title h3 {
            font-size: var(--fluid-80px); } }
    #travel_experiences_slider .swiper-slide .image {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) scale(0);
      transition: transform 2s 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      left: 50%;
      margin: auto;
      width: 20vw;
      z-index: 1;
      aspect-ratio: 2 / 3; }
      @media (max-width: 1280px) {
        #travel_experiences_slider .swiper-slide .image {
          width: 23vw; } }
      @media (max-width: 1024px) {
        #travel_experiences_slider .swiper-slide .image {
          width: 28vw; } }
      @media (max-width: 768px) {
        #travel_experiences_slider .swiper-slide .image {
          width: 38vw; } }
      @media (max-width: 450px) {
        #travel_experiences_slider .swiper-slide .image {
          width: 44vw; } }
      #travel_experiences_slider .swiper-slide .image img {
        display: block;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%; }
  #travel_experiences_slider .swiper-button-next::after,
  #travel_experiences_slider .swiper-button-prev::after {
    display: none; }
  #travel_experiences_slider .swiper-button-next,
  #travel_experiences_slider .swiper-button-prev {
    width: var(--_btn-width);
    height: var(--_btn-width);
    transform: translate(0, -50%);
    margin: 0;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
    #travel_experiences_slider .swiper-button-next img,
    #travel_experiences_slider .swiper-button-prev img {
      transition: all 0.25s ease-in-out; }
    #travel_experiences_slider .swiper-button-next:hover img,
    #travel_experiences_slider .swiper-button-prev:hover img {
      transition: all 0.3s ease-in-out;
      transform: scale(0.95); }
  #travel_experiences_slider .swiper-button-next {
    right: 0px; }
  #travel_experiences_slider .swiper-button-prev {
    left: 0px; }

.floating-marquee {
  z-index: -1;
  width: 100%; }
  .floating-marquee .wrapperRollingText {
    white-space: nowrap; }
    .floating-marquee .wrapperRollingText .rollingText {
      color: var(--color, #ffffff);
      font-size: var(--font-size, var(--fluid-150px));
      pointer-events: none;
      display: inline-block;
      line-height: 0.9;
      text-transform: uppercase;
      padding-left: 20vw; }

#default_page_share_to {
  position: relative;
  min-height: 90svh;
  min-height: 90svh;
  display: grid; }
  @media (max-width: 1280px) {
    #default_page_share_to {
      min-height: 80vh;
      min-height: 80svh; } }
  @media (max-width: 991px) {
    #default_page_share_to {
      min-height: 65vh;
      min-height: 65svh; } }
  @media (max-width: 768px) {
    #default_page_share_to {
      min-height: 50vh;
      min-height: 50svh; } }
  #default_page_share_to .circle-wrapper img.image-circle {
    width: 60vw;
    /* initial size */
    height: 60vw;
    /* equal to width */
    border-radius: 100vw;
    margin-inline: auto;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1280px) {
      #default_page_share_to .circle-wrapper img.image-circle {
        width: 80vw;
        height: 80vw; } }
    @media (max-width: 1024px) {
      #default_page_share_to .circle-wrapper img.image-circle {
        width: 85vw;
        height: 85vw; } }
    @media (max-width: 768px) {
      #default_page_share_to .circle-wrapper img.image-circle {
        width: 100vw;
        height: 100vw; } }
  #default_page_share_to .circle-wrapper .radial {
    position: relative;
    justify-content: center; }
    #default_page_share_to .circle-wrapper .radial__toggle {
      cursor: pointer;
      position: absolute;
      z-index: 9;
      left: 50%;
      top: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70px;
      height: 70px;
      border: none;
      border-radius: 50%;
      background-color: #ffffff;
      transition: all 0.3s ease;
      transform: translate(-50%, -50%); }
      @media (max-width: 1440px) {
        #default_page_share_to .circle-wrapper .radial__toggle {
          width: 55px;
          height: 55px; } }
      @media (max-width: 768px) {
        #default_page_share_to .circle-wrapper .radial__toggle {
          width: 50px;
          height: 50px; } }
      #default_page_share_to .circle-wrapper .radial__toggle:hover, #default_page_share_to .circle-wrapper .radial__toggle.active {
        background-color: #b5976f; }
        #default_page_share_to .circle-wrapper .radial__toggle:hover svg path, #default_page_share_to .circle-wrapper .radial__toggle.active svg path {
          fill: #ffffff; }
    #default_page_share_to .circle-wrapper .radial__buttons {
      --width: 300px;
      position: absolute;
      width: var(--width);
      height: var(--width);
      aspect-ratio: 1;
      top: 50%;
      left: 50%;
      padding: 0;
      margin: 0;
      transform: translate(-50%, -50%); }
      @media (max-width: 768px) {
        #default_page_share_to .circle-wrapper .radial__buttons {
          --width: 240px; } }
      @media (max-width: 450px) {
        #default_page_share_to .circle-wrapper .radial__buttons {
          --width: 235px; } }
      #default_page_share_to .circle-wrapper .radial__buttons.active .radial__button {
        /* we subtract the point size to place point inside circle */
        --radius: calc((var(--width) / 2) - (var(--point-size) / 2));
        --x: calc(var(--radius) * cos(var(--angle) + var(--star-angle)));
        --y: calc(var(--radius) * sin(var(--angle) + var(--star-angle)));
        /* position point at center of circle with radius. We add x and y values to move to edge of circle. */
        top: calc(var(--radius) + var(--y) + (var(--point-size) / 2));
        left: calc(var(--radius) + var(--x) + (var(--point-size) / 2)); }
    #default_page_share_to .circle-wrapper .radial__button {
      --angle: 0deg;
      --star-angle: 0deg;
      --point-size: 65px;
      --angle: calc((360deg / var(--countItem)) * var(--index));
      width: var(--point-size);
      height: var(--point-size);
      list-style: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease;
      transition-delay: var(--trans); }
      @media (max-width: 1440px) {
        #default_page_share_to .circle-wrapper .radial__button {
          --point-size: 55px; } }
      @media (max-width: 768px) {
        #default_page_share_to .circle-wrapper .radial__button {
          --point-size: 50px; } }
      @media (max-width: 450px) {
        #default_page_share_to .circle-wrapper .radial__button {
          --point-size: 48px; } }
    #default_page_share_to .circle-wrapper .radial__link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border-radius: 50vw;
      background-color: #ffffff;
      text-decoration: none;
      transition: all 0.3s ease; }
      #default_page_share_to .circle-wrapper .radial__link .a2a_svg svg path {
        transition: all 0.3s ease;
        transition-delay: 0s; }
      #default_page_share_to .circle-wrapper .radial__link:hover {
        background-color: #b5976f; }
        #default_page_share_to .circle-wrapper .radial__link:hover .a2a_svg svg path {
          fill: #ffffff; }
  #default_page_share_to .circle-wrapper .floating-marquee {
    position: absolute;
    left: 0;
    right: 0; }
    #default_page_share_to .circle-wrapper .floating-marquee .wrapperRollingText .rollingText {
      --color: #ffffff;
      --font-size: var(--fluid-150px);
      font-family: "Dream Avenue", serif;
      padding-left: 20vw; }

.a2a_full_footer {
  display: none; }

.share-icon-wrapper {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 12%;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s, opacity 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  --outer-btn-width: 65px;
  --inner-btn-width: 50px; }
  @media (max-width: 1440px) {
    .share-icon-wrapper {
      --outer-btn-width: 55px;
      --inner-btn-width: 45px; } }
  @media (max-width: 1280px) {
    .share-icon-wrapper {
      --outer-btn-width: 53px;
      --inner-btn-width: 43px;
      bottom: 10%; } }
  @media (max-width: 1024px) {
    .share-icon-wrapper {
      --outer-btn-width: 50px;
      --inner-btn-width: 40px;
      bottom: 5%; } }
  @media (max-width: 768px) {
    .share-icon-wrapper {
      --outer-btn-width: 47px;
      --inner-btn-width: 35px; } }
  .share-icon-wrapper.appear {
    opacity: 1;
    transform: translateX(50%); }
  .share-icon-wrapper .addtoany_list {
    position: absolute;
    list-style: none;
    left: 50%;
    top: 20px; }
  .share-icon-wrapper .share__toggle {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: var(--outer-btn-width);
    height: var(--outer-btn-width);
    border: none;
    border-radius: 50vmax;
    background-color: #ffffff;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 10px; }
    @media (max-width: 1024px) {
      .share-icon-wrapper .share__toggle {
        --outer-btn-width: 55px; } }
    @media (max-width: 768px) {
      .share-icon-wrapper .share__toggle {
        --outer-btn-width: 50px; } }
    @media (max-width: 450px) {
      .share-icon-wrapper .share__toggle {
        --outer-btn-width: 46px; } }
    .share-icon-wrapper .share__toggle:hover, .share-icon-wrapper .share__toggle.active {
      background-color: #b5976f; }
      .share-icon-wrapper .share__toggle:hover svg path, .share-icon-wrapper .share__toggle.active svg path {
        fill: #ffffff; }
  .share-icon-wrapper .share__button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: var(--inner-btn-width);
    height: var(--inner-btn-width);
    margin: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    cursor: none;
    transform: translate(-50%, -50%);
    transition: all 0.3s var(--trans) cubic-bezier(0.43, 1.17, 0.69, 1.24); }
    @media (max-width: 1024px) {
      .share-icon-wrapper .share__button {
        --inner-btn-width: 45px; } }
  .share-icon-wrapper .share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50vmax;
    background-color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease; }
    .share-icon-wrapper .share__link .a2a_svg svg path {
      transition: all 0.3s ease;
      transition-delay: 0s; }
    .share-icon-wrapper .share__link:hover {
      background-color: #b5976f; }
      .share-icon-wrapper .share__link:hover .a2a_svg svg path {
        fill: #ffffff; }
  .share-icon-wrapper:has(> .share__toggle.active) > .share__buttons .share__button {
    --neg-num: calc(var(--outer-btn-width) * -1);
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    top: calc((var(--neg-num) - 5px) * var(--i)); }

.wsf-field-wrapper.counter_item {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0 !important;
  margin: 0 !important;
  width: 70px;
  height: 70px;
  background-color: #bea380;
  border-radius: 100%;
  padding-inline: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1280px) {
    .wsf-field-wrapper.counter_item {
      font-size: 30px;
      width: 60px;
      height: 60px; } }
  @media (max-width: 1024px) {
    .wsf-field-wrapper.counter_item {
      font-size: 28px;
      width: 55px;
      height: 55px; } }
  @media (max-width: 991px) {
    .wsf-field-wrapper.counter_item {
      font-size: 25px;
      width: 40px;
      height: 40px; } }
  @media (max-width: 768px) {
    .wsf-field-wrapper.counter_item {
      font-size: 20px;
      width: 38px;
      height: 38px; } }
  @media (max-width: 450px) {
    .wsf-field-wrapper.counter_item {
      font-size: 18px;
      width: 35px;
      height: 35px; } }
  .wsf-field-wrapper.counter_item .counter_form {
    font-family: "Dream Avenue", serif;
    color: #ffffff;
    width: auto;
    height: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: unset;
    max-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0; }

.wsf-form .wsf-field-wrapper[data-type='texteditor'] [data-text-editor] h1,
.wsf-form .wsf-field-wrapper[data-type='texteditor'] [data-text-editor] h2,
.wsf-form .wsf-field-wrapper[data-type='texteditor'] [data-text-editor] h3,
.wsf-form .wsf-field-wrapper[data-type='texteditor'] [data-text-editor] h4 {
  --wsf-field-texteditor-line-height: 1; }

.im-not-sure-text {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  margin: 0; }

.im-not-sure-check {
  flex-direction: row-reverse; }

.add-children-check,
.im-not-sure-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.9em; }
  .add-children-check:has([data-row-checkbox]) div[data-row-checkbox],
  .im-not-sure-check:has([data-row-checkbox]) div[data-row-checkbox] {
    margin: 0; }
  .add-children-check:has([data-row-checkbox]) input[type='checkbox'] + label::after, .add-children-check:has([data-row-checkbox]) input[type='checkbox'] + label:before,
  .im-not-sure-check:has([data-row-checkbox]) input[type='checkbox'] + label::after,
  .im-not-sure-check:has([data-row-checkbox]) input[type='checkbox'] + label:before {
    translate: 0 -50%;
    top: 50% !important; }
  .add-children-check > div + small.wsf-help.wsf-help-post,
  .im-not-sure-check > div + small.wsf-help.wsf-help-post {
    margin: 0; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #bea380;
  border-color: #bea380; }

.prevMonthDay,
.nextMonthDay {
  display: block !important; }

.wsf-form input[type='text'].wsf-field:focus {
  --wsf-field-border-color-focus: #1a1a1a;
  --wsf-field-color-background-focus: transparent; }

.wpc-filters-range-wrapper:has(.wpc-filters-range-min-column):not(:has(.wpc-filters-range-max-column))
.wpc-filters-range-min-column {
  width: 100%; }

.flatpickr-calendar .flatpickr-time input.numInput::-moz-selection {
  color: #bea380; }

.flatpickr-calendar .flatpickr-time input.numInput::selection {
  color: #bea380; }

.flatpickr-months .numInput .cur-year {
  border-bottom: unset !important; }

.flatpickr-months span.cur-month {
  font-weight: 400; }

.form-scroller {
  height: 100%;
  overflow-y: scroll; }
  @media (max-width: 991px) {
    .form-scroller {
      margin-top: calc(var(--block) / 2); } }
  .form-scroller > .my_form_wrapper {
    padding-right: 0.8em; }

.my_form_wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative; }
  @media (max-width: 1024px) {
    .my_form_wrapper {
      width: calc(100% - 3rem); } }
  @media (max-width: 768px) {
    .my_form_wrapper {
      width: calc(100% - 0.5rem); } }
  @media (max-width: 450px) {
    .my_form_wrapper {
      width: 100%; } }
  .my_form_wrapper .wsf-form {
    --wsf-form-color-accent: #bea380;
    --wsf-field-box-shadow: 0 0 0 2px #bea380; }
  .my_form_wrapper .wsf-form .wsf-grid {
    gap: 1.5rem 0px;
    height: 100%;
    width: 100%;
    max-width: 1360px;
    margin-inline: auto;
    align-content: space-between;
    position: relative; }
    @media (max-width: 991px) {
      .my_form_wrapper .wsf-form .wsf-grid {
        gap: 1.2rem 0px; } }
    .my_form_wrapper .wsf-form .wsf-grid:has(fieldset .counter_item) fieldset:nth-of-type(2):not(:last-child) {
      margin-top: 1.8em; }
    .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper[data-type='html'].phone_number_link) {
      align-items: flex-end; }
    .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper[data-type='html'].phone_number_link) .wsf-field-wrapper.phone_number_link[data-type='html'] {
      margin: 0 !important;
      padding: 0 !important; }
    @media (max-width: 991px) {
      .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper[data-type='tab_previous']), .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper.phone_number_link) {
        -webkit-padding-before: 1rem;
                padding-block-start: 1rem;
        -webkit-padding-after: 1rem;
                padding-block-end: 1rem; } }
    .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper[data-type='tab_previous']) .wsf-field-wrapper[data-type='tab_previous'],
    .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper[data-type='tab_next']) .wsf-field-wrapper[data-type='tab_next'] {
      margin: 0 !important;
      padding: 0 !important; }
      .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper[data-type='tab_previous']) .wsf-field-wrapper[data-type='tab_previous'] button,
      .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper[data-type='tab_next']) .wsf-field-wrapper[data-type='tab_next'] button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
    .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper[data-type='submit']) .wsf-field-wrapper[data-type='submit'] {
      margin-bottom: 0 !important;
      padding: 0 !important; }
      .my_form_wrapper .wsf-form .wsf-grid:has(.wsf-field-wrapper[data-type='submit']) .wsf-field-wrapper[data-type='submit'] > button[type='submit'] {
        margin-left: unset; }
  .my_form_wrapper .wsf-form select.wsf-field ~ .select2-container .select2-dropdown.wsf-select2-dropdown.select2-dropdown--below {
    border-radius: 0px; }
  .my_form_wrapper .wsf-form input[type='checkbox'].wsf-field:checked {
    --wsf-field-checkbox-checked-color-background: #bea380; }
  .my_form_wrapper .wsf-form
select.wsf-field
~ .select2-container
.select2-dropdown.wsf-select2-dropdown
.select2-results
.select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: #bea380;
    color: #ffffff; }
  .my_form_wrapper .wsf-form select.wsf-field {
    --wsf-field-color: var(--wsf-field-color-placeholder); }
    .my_form_wrapper .wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple {
      padding-bottom: calc(var(--wsf-field-padding) / 2); }
  .my_form_wrapper .wsf-form select option:hover {
    background-color: #bea380;
    color: #ffffff; }
  .my_form_wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    --wsf-field-select-select2-choice-gap: 10px;
    --wsf-field-select-select2-choice-color-background: #bea380;
    --wsf-field-select-select2-choice-font-size: 17px;
    --wsf-field-select-select2-choice-color: #ffffff;
    --wsf-field-select-select2-choice-font-weight: 400; }
    .my_form_wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-selection__choice {
      padding: 0.2em 0.45em !important;
      border: 1px solid #bea380 !important; }
    .my_form_wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-selection__choice__remove {
      --wsf-field-select-select2-choice-color-remove: #ffffff; }
  .my_form_wrapper .wsf-form input[type='radio'].wsf-field:checked::after {
    --wsf-field-radio-checked-color: #bea380; }
  .my_form_wrapper .wsf-form [data-row-radio] {
    --wsf-field-radio-gap-vertical: 15px; }
    .my_form_wrapper .wsf-form [data-row-radio] label {
      text-wrap: nowrap; }
  .my_form_wrapper [data-type='price_radio'] div[role='radiogroup'] {
    justify-content: space-between;
    position: relative; }
    .my_form_wrapper [data-type='price_radio'] div[role='radiogroup']::after {
      content: '';
      position: absolute;
      width: 100%;
      background: linear-gradient(90deg, transparent 20px, #1a1a1a 20px, #1a1a1a 91%, transparent 20px);
      height: 1px;
      top: calc(var(--wsf-field-radio-size) / 2); }
    .my_form_wrapper [data-type='price_radio'] div[role='radiogroup'] [data-row-radio] {
      display: grid;
      grid-template-rows: 1fr 1fr;
      justify-content: center;
      gap: 20px;
      margin: 0;
      justify-items: center;
      position: relative; }
      .my_form_wrapper [data-type='price_radio'] div[role='radiogroup'] [data-row-radio] input[type='radio'] {
        z-index: 2; }
      .my_form_wrapper [data-type='price_radio'] div[role='radiogroup'] [data-row-radio] .wsf-label {
        grid-row: 2 / -1;
        margin: 0 !important; }
      .my_form_wrapper [data-type='price_radio'] div[role='radiogroup'] [data-row-radio]:has(input:checked) .wsf-label {
        font-weight: 600; }
  .my_form_wrapper .wsf-form .phone_number_link a {
    color: #bea380;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 1.2;
    font-weight: 500; }
    @media (max-width: 768px) {
      .my_form_wrapper .wsf-form .phone_number_link a {
        font-size: 15px; } }
    @media (max-width: 450px) {
      .my_form_wrapper .wsf-form .phone_number_link a {
        font-size: 14px; } }
  .my_form_wrapper .grid-radio [role='radiogroup'] {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-wrap: nowrap; }
    @media (min-width: 1024px) {
      .my_form_wrapper .grid-radio [role='radiogroup'] {
        gap: 30px;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 1024px) {
      .my_form_wrapper .grid-radio [role='radiogroup'] {
        gap: 15px;
        max-width: 500px;
        margin-inline: auto; } }
    .my_form_wrapper .grid-radio [role='radiogroup'] [data-row-radio] {
      --wsf-field-radio-gap-vertical: 0px; }
  .my_form_wrapper .grid-radio.travelling-options [role='radiogroup'] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0; }
    .my_form_wrapper .grid-radio.travelling-options [role='radiogroup'] [data-row-radio] {
      cursor: pointer;
      border: 1px solid #1a1a1a;
      padding-block: 1em;
      padding-inline: 1em; }
      @media (max-width: 991px) {
        .my_form_wrapper .grid-radio.travelling-options [role='radiogroup'] [data-row-radio] {
          padding-block: 0.8em; } }
      .my_form_wrapper .grid-radio.travelling-options [role='radiogroup'] [data-row-radio]:not(:last-child) {
        border-bottom: 0; }
      .my_form_wrapper .grid-radio.travelling-options [role='radiogroup'] [data-row-radio] .wsf-field + label {
        margin-left: 50px; }
  .my_form_wrapper [role='radiogroup'] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px; }
    @media (max-width: 1200px) {
      .my_form_wrapper [role='radiogroup'] {
        max-width: 500px;
        margin-inline: auto; } }
    .my_form_wrapper [role='radiogroup'] .wsf-inline {
      flex-basis: calc(33.333% - 20px);
      margin-inline: unset; }
      @media (max-width: 1024px) {
        .my_form_wrapper [role='radiogroup'] .wsf-inline {
          flex-basis: 45%; } }
  .my_form_wrapper .my_form_radios.hear_of_us {
    padding: 0;
    margin: 0; }
    .my_form_wrapper .my_form_radios.hear_of_us [role='radiogroup'] {
      display: flex;
      justify-content: center;
      gap: 1.5em; }
      @media (max-width: 768px) {
        .my_form_wrapper .my_form_radios.hear_of_us [role='radiogroup'] {
          --wsf-field-label-font-size: 14px;
          flex-direction: column;
          align-items: flex-start;
          align-content: center; } }
      .my_form_wrapper .my_form_radios.hear_of_us [role='radiogroup'] > [data-row-radio].wsf-inline {
        display: flex;
        margin: 0;
        justify-content: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        flex-basis: unset; }
        .my_form_wrapper .my_form_radios.hear_of_us [role='radiogroup'] > [data-row-radio].wsf-inline > .wsf-field + label {
          --wsf-field-label-font-weight: 600;
          cursor: pointer; }
  .my_form_wrapper .my_form {
    position: relative;
    z-index: 2;
    margin: auto;
    height: 100%;
    width: 100%; }
    .my_form_wrapper .my_form .title {
      position: relative;
      z-index: 2; }
      .my_form_wrapper .my_form .title h2 {
        text-transform: uppercase;
        font-size: var(--fluid-55px);
        margin: auto;
        margin-bottom: 50px;
        max-width: 25ch;
        text-align: center;
        text-wrap: balance;
        --wsf-field-texteditor-line-height: 1.2; }
        @media (max-width: 1440px) {
          .my_form_wrapper .my_form .title h2 {
            font-size: 48px; } }
        @media (max-width: 1280px) {
          .my_form_wrapper .my_form .title h2 {
            font-size: 42px; } }
        @media (max-width: 991px) {
          .my_form_wrapper .my_form .title h2 {
            text-wrap: balance;
            font-size: 36px;
            max-width: 25ch; } }
        @media (max-width: 768px) {
          .my_form_wrapper .my_form .title h2 {
            font-size: 30px; } }
    .my_form_wrapper .my_form form,
    .my_form_wrapper .my_form .wsf-groups,
    .my_form_wrapper .my_form .wsf-group {
      --wsf-form-color-primary: #bea380;
      height: 100%; }
      @media (max-width: 991px) {
        .my_form_wrapper .my_form form,
        .my_form_wrapper .my_form .wsf-groups,
        .my_form_wrapper .my_form .wsf-group {
          display: flex; } }
    .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper > [data-text-editor] > p {
      text-align: center; }
      .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper > [data-text-editor] > p:has(> img) {
        margin: 0; }
      .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper > [data-text-editor] > p > img {
        display: block;
        margin-inline: auto;
        margin-bottom: 80px; }
        @media (max-width: 1440px) {
          .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper > [data-text-editor] > p > img {
            width: 160px;
            margin-bottom: 70px; } }
        @media (max-width: 1280px) {
          .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper > [data-text-editor] > p > img {
            width: 120px;
            margin-bottom: 70px; } }
        @media (max-width: 991px) {
          .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper > [data-text-editor] > p > img {
            width: 130px;
            margin-bottom: 60px; } }
        @media (max-width: 768px) {
          .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper > [data-text-editor] > p > img {
            width: 115px;
            margin-bottom: 50px; } }
        @media (max-width: 450px) {
          .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper > [data-text-editor] > p > img {
            width: 105px; } }
    .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper:has(> input[type='text'].range_flat) {
      display: flex;
      flex-direction: column;
      padding: 0; }
      .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper:has(> input[type='text'].range_flat) .range_flat {
        opacity: 0;
        margin-inline: auto; }
    .my_form_wrapper .my_form .my_form_texteditor p {
      text-align: center;
      --wsf-field-texteditor-font-size: 18px;
      margin: auto;
      margin-bottom: 20px; }
      @media (max-width: 1440px) {
        .my_form_wrapper .my_form .my_form_texteditor p {
          --wsf-field-texteditor-font-size: 16px; } }
      @media (max-width: 768px) {
        .my_form_wrapper .my_form .my_form_texteditor p {
          --wsf-field-texteditor-font-size: 15px; } }
      .my_form_wrapper .my_form .my_form_texteditor p img {
        display: block;
        margin: auto;
        margin-bottom: 80px; }
        @media (max-width: 991px) {
          .my_form_wrapper .my_form .my_form_texteditor p img {
            width: 180px;
            margin-bottom: 60px; } }
        @media (max-width: 768px) {
          .my_form_wrapper .my_form .my_form_texteditor p img {
            width: 140px;
            margin-bottom: 50px; } }
        @media (max-width: 450px) {
          .my_form_wrapper .my_form .my_form_texteditor p img {
            width: 120px;
            margin-bottom: 40px; } }
    .my_form_wrapper .my_form .my_form_texteditor h5 {
      --wsf-field-texteditor-font-family: Crystal Sky Alt, serif;
      --wsf-field-texteditor-color: #bea380;
      margin: auto;
      font-size: 75px;
      --wsf-field-texteditor-font-weight: 400;
      --wsf-field-texteditor-line-height: 1.5;
      text-align: center; }
      @media (max-width: 991px) {
        .my_form_wrapper .my_form .my_form_texteditor h5 {
          font-size: 70px; } }
    .my_form_wrapper .my_form fieldset:last-child:has(.wsf-field-wrapper > button[type='submit']) .wsf-field-wrapper {
      display: flex;
      margin: 0; }
      .my_form_wrapper .my_form fieldset:last-child:has(.wsf-field-wrapper > button[type='submit']) .wsf-field-wrapper button[type='submit'] {
        margin-left: auto; }
    .my_form_wrapper .my_form fieldset.disabled {
      display: none; }
    .my_form_wrapper .my_form fieldset.opened_pop_up {
      filter: blur(2px);
      transition: all 0.3s ease-in-out; }
    .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--multiple,
    .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--single,
    .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='text']:not(.flatpickr-input),
    .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='tel'],
    .my_form_wrapper .my_form fieldset.personal-info-wrapper select,
    .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='email'] {
      --wsf-field-color-background: transparent;
      --wsf-field-border: 1px solid #1a1a1a;
      -webkit-border-before: none !important;
              border-block-start: none !important;
      border-inline: none !important;
      --wsf-field-color-background: transparent;
      --wsf-field-color-background-focus: transparent;
      --wsf-field-border-color-focus: #bea380; }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--multiple.wsf-field::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--single.wsf-field::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='text']:not(.flatpickr-input).wsf-field::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='tel'].wsf-field::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper select.wsf-field::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='email'].wsf-field::-moz-placeholder {
        --wsf-field-color-placeholder: transparent;
        opacity: 0; }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--multiple.wsf-field:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--single.wsf-field:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='text']:not(.flatpickr-input).wsf-field:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='tel'].wsf-field:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper select.wsf-field:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='email'].wsf-field:-ms-input-placeholder {
        --wsf-field-color-placeholder: transparent;
        opacity: 0; }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--multiple.wsf-field::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--single.wsf-field::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='text']:not(.flatpickr-input).wsf-field::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='tel'].wsf-field::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper select.wsf-field::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper input[type='email'].wsf-field::placeholder {
        --wsf-field-color-placeholder: transparent;
        opacity: 0; }
    .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered,
    .my_form_wrapper .my_form fieldset.personal-info-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
      --wsf-field-color: #1a1a1a; }
    .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper {
      --input-padding: 0.8em;
      margin-top: auto;
      position: relative; }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] label {
        position: absolute;
        margin: 0;
        top: 50%;
        text-transform: uppercase;
        transform: translateY(-50%);
        transition: all 0.2s ease; }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] input[type='text']:not(.flatpickr-input)::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] input[type='tel']::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] input[type='email']::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] input[type='text']:not(.flatpickr-input)::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] input[type='tel']::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] input[type='email']::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] input[type='text']:not(.flatpickr-input)::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] input[type='tel']::-moz-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] input[type='email']::-moz-placeholder {
        color: transparent; }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] input[type='text']:not(.flatpickr-input):-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] input[type='tel']:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] input[type='email']:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] input[type='text']:not(.flatpickr-input):-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] input[type='tel']:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] input[type='email']:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] input[type='text']:not(.flatpickr-input):-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] input[type='tel']:-ms-input-placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] input[type='email']:-ms-input-placeholder {
        color: transparent; }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] input[type='text']:not(.flatpickr-input)::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] input[type='tel']::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email'] input[type='email']::placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] input[type='text']:not(.flatpickr-input)::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] input[type='tel']::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text'] input[type='email']::placeholder, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] input[type='text']:not(.flatpickr-input)::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] input[type='tel']::placeholder,
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel'] input[type='email']::placeholder {
        color: transparent; }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input:not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input[type='text']:not(.flatpickr-input):not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input[type='tel']:not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input[type='email']:not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input:not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input[type='text']:not(.flatpickr-input):not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input[type='tel']:not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input[type='email']:not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input:not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input[type='text']:not(.flatpickr-input):not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input[type='tel']:not(:-moz-placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input[type='email']:not(:-moz-placeholder-shown)) label {
        background-color: transparent;
        transform: translateY(calc(-100% - calc(var(--input-padding) + 2px))); }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input:not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input[type='text']:not(.flatpickr-input):not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input[type='tel']:not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input[type='email']:not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input:not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input[type='text']:not(.flatpickr-input):not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input[type='tel']:not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input[type='email']:not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input:not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input[type='text']:not(.flatpickr-input):not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input[type='tel']:not(:-ms-input-placeholder)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input[type='email']:not(:-ms-input-placeholder)) label {
        background-color: transparent;
        transform: translateY(calc(-100% - calc(var(--input-padding) + 2px))); }
      .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:focus-visible label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:focus-within label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input:not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input[type='text']:not(.flatpickr-input):not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input[type='tel']:not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='email']:has(input[type='email']:not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:focus-visible label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:focus-within label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input:not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input[type='text']:not(.flatpickr-input):not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input[type='tel']:not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='text']:has(input[type='email']:not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:focus-visible label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:focus-within label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input:not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input[type='text']:not(.flatpickr-input):not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input[type='tel']:not(:placeholder-shown)) label, .my_form_wrapper .my_form fieldset.personal-info-wrapper .wsf-field-wrapper[data-type='tel']:has(input[type='email']:not(:placeholder-shown)) label {
        background-color: transparent;
        transform: translateY(calc(-100% - calc(var(--input-padding) + 2px))); }
    .my_form_wrapper .my_form fieldset .big-submit button[type='submit'] {
      width: 100%;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
      @media (max-width: 991px) {
        .my_form_wrapper .my_form fieldset .big-submit button[type='submit'] {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
    .my_form_wrapper .my_form span.wsf-input-group-append {
      --wsf-field-border-radius: 0px;
      --wsf-field-border: 1px solid #1a1a1a;
      --wsf-field-prefix-suffix-color-background: #bea380;
      --wsf-field-prefix-suffix-color: #ffffff;
      --wsf-field-prefix-suffix-font-size: 18px; }
    .my_form_wrapper .my_form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      --wsf-field-color-placeholder: #000000cb;
      --wsf-field-text-transform: uppercase; }
    .my_form_wrapper .my_form ::-moz-placeholder {
      /* Firefox 19+ */
      --wsf-field-color-placeholder: #000000cb;
      --wsf-field-text-transform: uppercase; }
    .my_form_wrapper .my_form :-ms-input-placeholder {
      /* IE 10+ */
      --wsf-field-color-placeholder: #000000cb;
      --wsf-field-text-transform: uppercase; }
    .my_form_wrapper .my_form :-moz-placeholder {
      /* Firefox 18- */
      --wsf-field-color-placeholder: #000000cb;
      --wsf-field-text-transform: uppercase; }
    .my_form_wrapper .my_form label {
      --wsf-field-label-font-size: 18px;
      --wsf-field-label-font-weight: 500;
      --wsf-field-label-gap: 10px;
      text-transform: uppercase; }
      @media (max-width: 1440px) {
        .my_form_wrapper .my_form label {
          --wsf-field-label-font-size: 14px; } }
    .my_form_wrapper .my_form .select2-selection__rendered {
      border: none !important; }
    .my_form_wrapper .my_form .select2-container--default .select2-selection--single .select2-selection__rendered {
      --wsf-field-color: var(--wsf-field-color-placeholder);
      font-weight: var(--wsf-field-font-weight);
      text-transform: uppercase;
      color: #1a1a1a; }
    .my_form_wrapper .my_form small {
      font-size: 15px !important; }
    .my_form_wrapper .my_form textarea {
      border: 0px !important;
      border-bottom: 1.5px solid #1a1a1a !important;
      border-radius: 0% !important;
      background-color: transparent !important;
      padding-left: 0px !important;
      color: #1a1a1a !important;
      font-weight: 400 !important;
      font-size: 18px !important; }
      .my_form_wrapper .my_form textarea:focus {
        box-shadow: none !important;
        outline: 0 !important; }
    .my_form_wrapper .my_form [data-row-checkbox] label {
      font-size: 16px;
      text-transform: capitalize; }
      @media (max-width: 768px) {
        .my_form_wrapper .my_form [data-row-checkbox] label {
          font-size: 15px; } }
      .my_form_wrapper .my_form [data-row-checkbox] label a {
        font: inherit;
        text-decoration: underline; }
    .my_form_wrapper .my_form [data-type='datetime'] {
      position: relative; }
      .my_form_wrapper .my_form [data-type='datetime']::after {
        position: absolute;
        content: url("/wp-content/themes/snami/assets/images/date.svg");
        right: 10px;
        width: 30px;
        height: 26px;
        bottom: 10px; }
    .my_form_wrapper .my_form .myform_guest input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .my_form_wrapper .my_form .myform_guest::after {
      position: absolute;
      content: url("/wp-content/themes/snami/assets/images/guests.svg");
      right: calc(15px + var(--input-padding, 0.7em));
      width: 18px;
      height: 26px;
      bottom: 10px; }
      @media (max-width: 768px) {
        .my_form_wrapper .my_form .myform_guest::after {
          width: 16px;
          height: 22px;
          bottom: 5px;
          right: calc(15px + var(--input-padding, 0.3em)); } }
    .my_form_wrapper .my_form .wsf-form input[type='date'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='datetime-local'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='file'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='month'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='password'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='search'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='time'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='week'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='email'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='number'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='tel'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='text'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form input[type='url'].wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form select.wsf-field:hover:enabled:not(:focus),
    .my_form_wrapper .my_form .wsf-form textarea.wsf-field:hover:enabled:not(:focus) {
      --wsf-field-color-background-hover: transparent;
      --wsf-field-border-color-hover: #bea380; }
    .my_form_wrapper .my_form input,
    .my_form_wrapper .my_form select,
    .my_form_wrapper .my_form .select2-selection {
      --wsf-field-border: 1px solid #1a1a1a;
      --wsf-field-border-radius: none;
      --wsf-field-color-background: transparent;
      --wsf-field-color: #1a1a1a;
      --wsf-field-font-weight: 400;
      --wsf-field-font-size: 18px;
      --wsf-field-text-transform: uppercase;
      --wsf-field-padding: 0.7em;
      outline: 0 !important;
      box-shadow: none !important;
      cursor: pointer; }
      @media (max-width: 1440px) {
        .my_form_wrapper .my_form input,
        .my_form_wrapper .my_form select,
        .my_form_wrapper .my_form .select2-selection {
          --wsf-field-font-size: 16px; } }
      @media (max-width: 991px) {
        .my_form_wrapper .my_form input,
        .my_form_wrapper .my_form select,
        .my_form_wrapper .my_form .select2-selection {
          --wsf-field-padding: 0.6em; } }
      @media (max-width: 768px) {
        .my_form_wrapper .my_form input,
        .my_form_wrapper .my_form select,
        .my_form_wrapper .my_form .select2-selection {
          --wsf-field-font-size: 15px;
          --wsf-field-padding: 0.45em; } }
      .my_form_wrapper .my_form input[type='range'],
      .my_form_wrapper .my_form select[type='range'],
      .my_form_wrapper .my_form .select2-selection[type='range'] {
        --wsf-field-box-shadow: #1a1a1a;
        border-bottom: 0px !important; }
        .my_form_wrapper .my_form input[type='range']::-webkit-slider-thumb,
        .my_form_wrapper .my_form select[type='range']::-webkit-slider-thumb,
        .my_form_wrapper .my_form .select2-selection[type='range']::-webkit-slider-thumb {
          --wsf-field-range-thumb-color: #bea380;
          border: none !important; }
        .my_form_wrapper .my_form input[type='range']::-moz-range-thumb,
        .my_form_wrapper .my_form select[type='range']::-moz-range-thumb,
        .my_form_wrapper .my_form .select2-selection[type='range']::-moz-range-thumb {
          --wsf-field-range-thumb-color: #bea380;
          border: none !important; }
      .my_form_wrapper .my_form input[type='radio'],
      .my_form_wrapper .my_form select[type='radio'],
      .my_form_wrapper .my_form .select2-selection[type='radio'] {
        --wsf-field-border: 1px solid #1a1a1a;
        border-radius: 100% !important; }
      .my_form_wrapper .my_form input[type='checkbox'],
      .my_form_wrapper .my_form select[type='checkbox'],
      .my_form_wrapper .my_form .select2-selection[type='checkbox'] {
        border: 1px solid #1a1a1a !important; }
    .my_form_wrapper .my_form div[data-type='tab_previous'] {
      justify-content: flex-start; }
    .my_form_wrapper .my_form div[data-type='tab_next']:has(> button:not(.get_started)) {
      justify-content: flex-end; }
    .my_form_wrapper .my_form div[data-type='tab_next'],
    .my_form_wrapper .my_form div[data-type='tab_previous'] {
      display: flex;
      margin: 0;
      padding: 0; }
    .my_form_wrapper .my_form .wsf-form button.wsf-button.wsf-button-full {
      --wsf-field-button-width: fit-content; }
    .my_form_wrapper .my_form .wsf-form button.wsf-button:focus,
    .my_form_wrapper .my_form .wsf-form button.wsf-button:active {
      --wsf-field-button-color-background-focus: #bea380;
      --wsf-field-button-primary-color-background-focus: #bea380;
      --wsf-field-button-border-color-focus: #bea380;
      --wsf-field-box-shadow: unset;
      --wsf-field-button-color-focus: #ffffff; }
      .my_form_wrapper .my_form .wsf-form button.wsf-button:focus[aria-label='Next'], .my_form_wrapper .my_form .wsf-form button.wsf-button:focus[aria-label='Back'],
      .my_form_wrapper .my_form .wsf-form button.wsf-button:active[aria-label='Next'],
      .my_form_wrapper .my_form .wsf-form button.wsf-button:active[aria-label='Back'] {
        --wsf-field-button-color-background-focus: transparent;
        --wsf-field-button-primary-color-background-focus: transparent;
        --wsf-field-button-border-color-focus: transparent;
        --wsf-field-box-shadow: unset;
        --wsf-field-button-color-focus: #bea380; }
    .my_form_wrapper .my_form button[type='submit'] {
      text-transform: uppercase;
      font-size: 18px;
      --wsf-field-button-primary-color-background: #bea380;
      --wsf-field-button-primary-color: #ffffff;
      border: 1px solid #bea380;
      border-radius: 0px;
      padding: 1em 3em; }
      @media (max-width: 1440px) {
        .my_form_wrapper .my_form button[type='submit'] {
          font-size: 17px;
          padding-inline: 2.8em;
          padding-block: 0.9em; } }
      @media (max-width: 991px) {
        .my_form_wrapper .my_form button[type='submit'] {
          font-size: 16px;
          padding-inline: 2.5em;
          padding-block: 0.75em; } }
      @media (max-width: 768px) {
        .my_form_wrapper .my_form button[type='submit'] {
          padding-inline: unset;
          padding-block: 0.5em;
          width: 100% !important; } }
      .my_form_wrapper .my_form button[type='submit']:hover {
        --wsf-field-button-color-background-hover: #ffffff;
        --wsf-field-button-color-hover: #bea380;
        --wsf-field-button-primary-border-color-hover: #1a1a1a; }
    .my_form_wrapper .my_form button[data-action='wsf-tab_next'], .my_form_wrapper .my_form button[data-action='wsf-tab_previous'] {
      text-transform: uppercase;
      font-size: 20px;
      border: none;
      --wsf-field-button-color-background: transparent;
      --wsf-field-button-border-radius: 0px;
      --wsf-field-button-border-style: solid;
      --wsf-field-button-border-width: 1px;
      padding: 0px;
      border-bottom: var(--wsf-field-button-border-width) var(--wsf-field-button-border-style) var(--wsf-field-button-border-color);
      display: block;
      transition: all 0.4s ease-in-out; }
      @media (max-width: 1440px) {
        .my_form_wrapper .my_form button[data-action='wsf-tab_next'], .my_form_wrapper .my_form button[data-action='wsf-tab_previous'] {
          font-size: 18px; } }
      @media (max-width: 768px) {
        .my_form_wrapper .my_form button[data-action='wsf-tab_next'], .my_form_wrapper .my_form button[data-action='wsf-tab_previous'] {
          font-size: 16px; } }
      .my_form_wrapper .my_form button[data-action='wsf-tab_next'].get_started, .my_form_wrapper .my_form button[data-action='wsf-tab_previous'].get_started {
        border: 1px solid; }
      .my_form_wrapper .my_form button[data-action='wsf-tab_next']:hover, .my_form_wrapper .my_form button[data-action='wsf-tab_previous']:hover {
        --wsf-field-button-color-background-hover: #bea380; }
      .my_form_wrapper .my_form button[data-action='wsf-tab_next'].get_started:hover, .my_form_wrapper .my_form button[data-action='wsf-tab_previous'].get_started:hover {
        --wsf-field-button-color-background-hover: #bea380;
        --wsf-field-button-border-color-hover: #bea380;
        --wsf-field-button-color-hover: #ffffff; }
      .my_form_wrapper .my_form button[data-action='wsf-tab_next'][aria-label='Back'], .my_form_wrapper .my_form button[data-action='wsf-tab_next'][aria-label='Next'], .my_form_wrapper .my_form button[data-action='wsf-tab_previous'][aria-label='Back'], .my_form_wrapper .my_form button[data-action='wsf-tab_previous'][aria-label='Next'] {
        --wsf-field-button-color-background-hover: transparent;
        --wsf-field-button-color-hover: #bea380; }
        .my_form_wrapper .my_form button[data-action='wsf-tab_next'][aria-label='Back']:hover, .my_form_wrapper .my_form button[data-action='wsf-tab_next'][aria-label='Next']:hover, .my_form_wrapper .my_form button[data-action='wsf-tab_previous'][aria-label='Back']:hover, .my_form_wrapper .my_form button[data-action='wsf-tab_previous'][aria-label='Next']:hover {
          border-bottom: var(--wsf-field-button-border-width) var(--wsf-field-button-border-style) var(--wsf-field-button-color-hover); }
    .my_form_wrapper .my_form button[data-action='wsf-tab_next'] {
      --wsf-field-button-color: #1a1a1a;
      --wsf-field-button-border-color: #1a1a1a; }
      .my_form_wrapper .my_form button[data-action='wsf-tab_next']:hover {
        --wsf-field-button-border-color: #bea380 !important; }
    .my_form_wrapper .my_form button[data-action='wsf-tab_previous'] {
      margin-left: 0px !important;
      --wsf-field-button-border-color: rgba(26, 26, 26, 0.45);
      --wsf-field-button-color: rgba(26, 26, 26, 0.45); }
    .my_form_wrapper .my_form button .wsf-bottom {
      align-self: flex-end !important;
      display: flex;
      justify-content: flex-end; }
    .my_form_wrapper .my_form .pop_up_section {
      background-color: #ffffff;
      padding: 20px 40px;
      position: absolute;
      top: 25%;
      left: 0px;
      right: 0px;
      transform: scale(0);
      transition: all 0.3s ease-in-out;
      z-index: 3; }
      .my_form_wrapper .my_form .pop_up_section.show_pop_up {
        transform: scale(1); }
      .my_form_wrapper .my_form .pop_up_section button.wsf-button.wsf-button-success {
        background-color: #bea380;
        border: 1px solid #bea380;
        text-transform: uppercase;
        font-size: 16px;
        border-radius: 0px;
        margin-top: 20px; }
        .my_form_wrapper .my_form .pop_up_section button.wsf-button.wsf-button-success:hover {
          background-color: #ffffff !important;
          color: #bea380 !important;
          border-color: #bea380 !important; }
      .my_form_wrapper .my_form .pop_up_section .wsf-field-wrapper {
        padding: 0px;
        margin: auto;
        margin-bottom: 15px; }
        .my_form_wrapper .my_form .pop_up_section .wsf-field-wrapper.close_pop_up {
          margin-bottom: 0px; }
      .my_form_wrapper .my_form .pop_up_section p {
        margin: auto;
        color: #1a1a1a;
        font-weight: var(--wsf-field-font-weigh);
        font-size: 18px;
        text-transform: uppercase; }
        .my_form_wrapper .my_form .pop_up_section p small {
          display: block;
          font-weight: 400;
          text-transform: none; }
      .my_form_wrapper .my_form .pop_up_section input {
        width: 100% !important;
        text-align: center;
        min-width: unset;
        max-width: unset;
        padding: 0px !important;
        border-bottom: 0px !important; }
      .my_form_wrapper .my_form .pop_up_section span {
        width: 30px;
        height: 30px;
        border: 1px solid #1a1a1a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 20px;
        border-radius: 100%;
        cursor: pointer; }
    .my_form_wrapper .my_form .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper.no_margin {
      margin-bottom: 0px; }
    .my_form_wrapper .my_form .my_form_wrapper .my_form .wsf-form .wsf-field-wrapper.no_margin [data-row-radio] {
      margin-bottom: 0px; }
  .my_form_wrapper .call_us_button {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 2; }
    .my_form_wrapper .call_us_button a {
      text-transform: uppercase;
      font-size: 20px;
      min-width: 230px;
      padding: 15px 0px;
      border: 1px solid #bea380;
      color: #bea380;
      text-align: center;
      transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      .my_form_wrapper .call_us_button a:hover {
        background-color: #bea380;
        color: #ffffff; }

.my_form_wrapper .my_form .pop_up_section {
  border: 1px solid black; }

.my_form_wrapper .my_form h2 {
  --wsf-field-texteditor-text-transform: uppercase;
  font-size: 80px;
  margin: auto;
  --wsf-field-texteditor-font-family: Dream Avenue, serif;
  text-align: center;
  --wsf-field-texteditor-line-height: 1.2; }
  @media (max-width: 1440px) {
    .my_form_wrapper .my_form h2 {
      font-size: 50px; } }
  @media (max-width: 1280px) {
    .my_form_wrapper .my_form h2 {
      font-size: 46px; } }
  @media (max-width: 991px) {
    .my_form_wrapper .my_form h2 {
      text-wrap: balance;
      font-size: 40px;
      max-width: 25ch; } }
  @media (max-width: 768px) {
    .my_form_wrapper .my_form h2 {
      font-size: 36px; } }

.my_form_wrapper .my_form h3 {
  --wsf-field-texteditor-text-transform: uppercase;
  --wsf-field-texteditor-font-family: Dream Avenue, serif;
  font-size: 55px;
  margin: auto;
  text-align: center;
  text-wrap: balance; }
  @media (max-width: 1440px) {
    .my_form_wrapper .my_form h3 {
      font-size: 46px; } }
  @media (max-width: 1280px) {
    .my_form_wrapper .my_form h3 {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .my_form_wrapper .my_form h3 {
      font-size: 36px;
      max-width: 25ch; } }
  @media (max-width: 768px) {
    .my_form_wrapper .my_form h3 {
      font-size: 32px; } }

.my_form_wrapper .my_form button.get_started {
  text-transform: uppercase;
  font-size: 18px;
  background-color: transparent;
  color: #1a1a1a;
  border-radius: 0px;
  padding: 1em 3em;
  --wsf-field-button-width: fit-content;
  margin-inline: auto;
  text-wrap: nowrap; }
  @media (max-width: 1440px) {
    .my_form_wrapper .my_form button.get_started {
      font-size: 17px;
      padding-inline: 2.8em;
      padding-block: 0.9em; } }
  @media (max-width: 991px) {
    .my_form_wrapper .my_form button.get_started {
      font-size: 16px;
      padding: 0.75em 2.5em; } }

.wsf-form .wsf-section.last_section_phone {
  text-align: center;
  padding: 0 !important; }
  .wsf-form .wsf-section.last_section_phone .phone_number_link {
    justify-content: center;
    align-self: end !important; }
    .wsf-form .wsf-section.last_section_phone .phone_number_link.not-center {
      justify-content: start !important; }

.phone_number_link {
  justify-content: center;
  align-self: end; }
  .phone_number_link.not-center {
    justify-content: start; }

.wsf-validated .wsf-field:invalid ~ .wsf-invalid-feedback {
  position: absolute;
  bottom: -10px;
  translate: 0 100%; }
  @media (max-width: 768px) {
    .wsf-validated .wsf-field:invalid ~ .wsf-invalid-feedback {
      bottom: -3px;
      font-size: smaller; } }

.wsf-form .wsf-field-wrapper {
  margin-bottom: 10px !important; }
  @media (max-width: 991px) {
    .wsf-form .wsf-field-wrapper {
      margin-bottom: 5px !important; } }
  .wsf-form .wsf-field-wrapper.acc_type:has([role='radiogroup']) div[role='radiogroup'] {
    justify-content: center; }
  .wsf-form .wsf-field-wrapper .wsf-validated .wsf-field:invalid ~ .wsf-invalid-feedback {
    position: absolute;
    bottom: -10px;
    translate: 0 100%; }

.wsf-form .wsf-tile {
  padding-left: calc(30px / 2) !important;
  padding-right: calc(30px / 2) !important; }
  @media (max-width: 991px) {
    .wsf-form .wsf-tile {
      padding-left: 0px !important;
      padding-right: 0px !important; } }

.wsf-form .wsf-section.last_section_phone .phone_number_link a {
  color: #bea380;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.2;
  font-weight: 500;
  position: relative; }
  @media (max-width: 1440px) {
    .wsf-form .wsf-section.last_section_phone .phone_number_link a {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .wsf-form .wsf-section.last_section_phone .phone_number_link a {
      font-size: 15px; } }
  @media (max-width: 450px) {
    .wsf-form .wsf-section.last_section_phone .phone_number_link a {
      font-size: 14px; } }
  .wsf-form .wsf-section.last_section_phone .phone_number_link a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #bea380;
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
  .wsf-form .wsf-section.last_section_phone .phone_number_link a:hover::after {
    width: 100%; }

.wsf-section-add svg path,
.wsf-section-delete:not(.wsf-section-delete-disabled) svg path {
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }

.wsf-section-add:hover svg path,
.wsf-section-delete:not(.wsf-section-delete-disabled):hover svg path {
  fill: #bea380; }

.wsf-button-primary {
  --wsf-field-button-primary-color-background-hover: #1a1a1a; }

.wsf-form input[type='radio'].wsf-field.wsf-button + label.wsf-label,
.wsf-form input[type='checkbox'].wsf-field.wsf-button + label.wsf-label {
  --wsf-field-checkbox-color-background: #bea380;
  --wsf-field-checkbox-button-color-background: transparent;
  --wsf-field-radio-button-color-background: transparent;
  --wsf-field-checkbox-button-color: #1a1a1a;
  --wsf-field-border-radius: 0px;
  --wsf-field-font-size: 18px;
  --wsf-field-font-weight: 400;
  --wsf-field-padding: 0.7em;
  --input-padding: var(--wsf-field-padding);
  text-transform: uppercase;
  border: 1px solid #1a1a1a !important; }
  @media (max-width: 1440px) {
    .wsf-form input[type='radio'].wsf-field.wsf-button + label.wsf-label,
    .wsf-form input[type='checkbox'].wsf-field.wsf-button + label.wsf-label {
      --wsf-field-font-size: 16px; } }
  @media (max-width: 991px) {
    .wsf-form input[type='radio'].wsf-field.wsf-button + label.wsf-label,
    .wsf-form input[type='checkbox'].wsf-field.wsf-button + label.wsf-label {
      --wsf-field-padding: 0.6em; } }
  @media (max-width: 768px) {
    .wsf-form input[type='radio'].wsf-field.wsf-button + label.wsf-label,
    .wsf-form input[type='checkbox'].wsf-field.wsf-button + label.wsf-label {
      --wsf-field-font-size: 15px;
      --wsf-field-padding: 0.45em; } }

.wsf-form input[type='radio'].wsf-field.wsf-button:checked + label.wsf-label,
.wsf-form input[type='checkbox'].wsf-field.wsf-button:checked + label.wsf-label {
  background-color: #bea380 !important;
  border-color: #bea380 !important; }

.wsf-form input[type='radio'].wsf-field.wsf-button:checked:focus + label.wsf-label {
  box-shadow: none; }

.my_form_wrapper #wsf-1-section-33 label.wsf-label {
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --wsf-field-label-line-height: 1; }

#wsf-1-label-348 {
  text-align: center;
  display: block; }

#wsf-1-sections-18 .pop_up_section {
  background-color: transparent !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  transform: unset !important;
  transition: unset !important;
  z-index: unset !important; }

.my_form_wrapper .my_form .wsf-form .wsf-field-wrapper.flex_buttons {
  display: flex;
  flex-wrap: wrap; }

.my_form_wrapper .my_form .wsf-form .wsf-field-wrapper.flex_buttons label {
  text-align: center;
  flex-basis: 100%; }

.my_form_wrapper .my_form .wsf-form .wsf-field-wrapper.flex_buttons > div {
  margin: auto !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.wsf-field-wrapper.chapter-field {
  flex: 0 0 100% !important;
  max-width: 100% !important; }

.breadcrumbs {
  --gap-col: 24px;
  --gap-row: 10px;
  width: 100%;
  padding: 0px 0px 0px 1.5%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: var(--gap-row) var(--gap-col); }
  @media (max-width: 991px) {
    .breadcrumbs {
      padding-inline: 30px;
      overflow: hidden; } }
  @media (max-width: 768px) {
    .breadcrumbs {
      padding-inline: 15px; } }
  .breadcrumbs li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.25s ease-in;
    text-wrap: nowrap; }
    @media (max-width: 768px) {
      .breadcrumbs li {
        font-size: 14px; } }
    .breadcrumbs li:not(:last-child)::after {
      content: '/';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(calc(var(--gap-col) / 2 + 2px), -50%); }
    .breadcrumbs li a {
      font: inherit;
      color: currentColor; }
    .breadcrumbs li:hover:has(> a), .breadcrumbs li:focus-within:has(> a) {
      color: #bea380; }

.featured-vertical-text {
  font-size: 22px;
  letter-spacing: 2px;
  font-family: 'Dream Avenue';
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 2;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: difference;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: scale(-1); }
  @media (max-width: 768px) {
    .featured-vertical-text {
      font-size: 20px; } }
  .featured-vertical-text.black {
    color: #1a1a1a;
    mix-blend-mode: normal; }
  .featured-vertical-text.white {
    color: #ffffff;
    mix-blend-mode: normal; }

[data-villas] .featured-vertical-text {
  top: 86vh;
  text-wrap: nowrap;
  bottom: auto;
  transform: translateY(-100%) scale(-1); }
  @media (max-width: 991px) {
    [data-villas] .featured-vertical-text {
      top: 76vh; } }
  @media (max-width: 768px) {
    [data-villas] .featured-vertical-text {
      top: 70vh; } }

#all-tour-excursions,
#all-excursions,
#all-experience-excursions {
  padding-block: 140px; }
  @media (max-width: 768px) {
    #all-tour-excursions,
    #all-excursions,
    #all-experience-excursions {
      padding-block: 80px; } }
  #all-tour-excursions[data-post='experiences'] .section-heading,
  #all-excursions[data-post='experiences'] .section-heading,
  #all-experience-excursions[data-post='experiences'] .section-heading {
    --color: #bea380;
    --font-size: var(--fluid-80px); }
    @media (max-width: 1440px) {
      #all-tour-excursions[data-post='experiences'] .section-heading,
      #all-excursions[data-post='experiences'] .section-heading,
      #all-experience-excursions[data-post='experiences'] .section-heading {
        max-width: 23ch;
        margin-inline: auto; } }
    @media (max-width: 768px) {
      #all-tour-excursions[data-post='experiences'] .section-heading,
      #all-excursions[data-post='experiences'] .section-heading,
      #all-experience-excursions[data-post='experiences'] .section-heading {
        padding-inline: 20px;
        --font-size: var(--fluid-55px); } }
  #all-tour-excursions[data-post='experiences'] .excursions-info,
  #all-excursions[data-post='experiences'] .excursions-info,
  #all-experience-excursions[data-post='experiences'] .excursions-info {
    color: #ffffff; }
    #all-tour-excursions[data-post='experiences'] .excursions-info p,
    #all-excursions[data-post='experiences'] .excursions-info p,
    #all-experience-excursions[data-post='experiences'] .excursions-info p {
      color: inherit; }
  #all-tour-excursions[data-post='tours'] .section-heading,
  #all-excursions[data-post='tours'] .section-heading,
  #all-experience-excursions[data-post='tours'] .section-heading {
    padding-inline: 20px;
    --color: #1a1a1a;
    --font-size: var(--fluid-80px); }
    @media (max-width: 1440px) {
      #all-tour-excursions[data-post='tours'] .section-heading,
      #all-excursions[data-post='tours'] .section-heading,
      #all-experience-excursions[data-post='tours'] .section-heading {
        max-width: 23ch;
        margin-inline: auto; } }
    @media (max-width: 768px) {
      #all-tour-excursions[data-post='tours'] .section-heading,
      #all-excursions[data-post='tours'] .section-heading,
      #all-experience-excursions[data-post='tours'] .section-heading {
        --font-size: var(--fluid-55px); } }
  #all-tour-excursions .swiper.excursions-swiper,
  #all-excursions .swiper.excursions-swiper,
  #all-experience-excursions .swiper.excursions-swiper {
    padding-top: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-inline: 30px; }
    @media (max-width: 768px) {
      #all-tour-excursions .swiper.excursions-swiper,
      #all-excursions .swiper.excursions-swiper,
      #all-experience-excursions .swiper.excursions-swiper {
        padding-top: 60px;
        padding-inline: 3.5%; } }
    #all-tour-excursions .swiper.excursions-swiper .swiper-wrapper.centered-slides,
    #all-excursions .swiper.excursions-swiper .swiper-wrapper.centered-slides,
    #all-experience-excursions .swiper.excursions-swiper .swiper-wrapper.centered-slides {
      justify-content: center !important;
      gap: 40px !important; }
      @media (max-width: 768px) {
        #all-tour-excursions .swiper.excursions-swiper .swiper-wrapper.centered-slides,
        #all-excursions .swiper.excursions-swiper .swiper-wrapper.centered-slides,
        #all-experience-excursions .swiper.excursions-swiper .swiper-wrapper.centered-slides {
          gap: 20px !important; } }
      #all-tour-excursions .swiper.excursions-swiper .swiper-wrapper.centered-slides .swiper-slide,
      #all-excursions .swiper.excursions-swiper .swiper-wrapper.centered-slides .swiper-slide,
      #all-experience-excursions .swiper.excursions-swiper .swiper-wrapper.centered-slides .swiper-slide {
        margin-right: unset !important; }
    @media (hover: hover) and (min-width: 768px) {
      #all-tour-excursions .swiper.excursions-swiper .swiper-wrapper > .swiper-slide,
      #all-excursions .swiper.excursions-swiper .swiper-wrapper > .swiper-slide,
      #all-experience-excursions .swiper.excursions-swiper .swiper-wrapper > .swiper-slide {
        transition: opacity 0.3s, scale 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      #all-tour-excursions .swiper.excursions-swiper .swiper-wrapper:has(> .swiper-slide:hover) > .swiper-slide:not(:hover),
      #all-excursions .swiper.excursions-swiper .swiper-wrapper:has(> .swiper-slide:hover) > .swiper-slide:not(:hover),
      #all-experience-excursions .swiper.excursions-swiper .swiper-wrapper:has(> .swiper-slide:hover) > .swiper-slide:not(:hover) {
        opacity: 0.4;
        scale: 0.98; } }
    #all-tour-excursions .swiper.excursions-swiper .swiper-slide,
    #all-excursions .swiper.excursions-swiper .swiper-slide,
    #all-experience-excursions .swiper.excursions-swiper .swiper-slide {
      height: auto; }
      #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper,
      #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper,
      #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper {
        width: 100%;
        height: 580px;
        position: relative; }
        @media (max-width: 1440px) {
          #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper,
          #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper,
          #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper {
            height: 450px;
            max-height: 45svh; } }
        @media (max-width: 1024px) {
          #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper,
          #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper,
          #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper {
            height: 400px; } }
        #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker,
        #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker,
        #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker {
          position: absolute;
          top: 20px;
          right: 18px;
          z-index: 3;
          border: none;
          outline: none;
          border-radius: 100vw;
          width: 50px;
          height: 50px;
          cursor: pointer;
          background-color: rgba(26, 26, 26, 0.4);
          transition: background-color 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 1024px) {
            #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker,
            #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker,
            #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker {
              width: 40px;
              height: 40px; }
              #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker > img,
              #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker > img,
              #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker > img {
                width: 18px; } }
          @media (max-width: 991px) {
            #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker,
            #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker,
            #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker {
              width: 35px;
              height: 35px; }
              #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker > img,
              #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker > img,
              #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker > img {
                width: 15px; } }
          #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker .marker-icon,
          #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker .marker-icon,
          #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker .marker-icon {
            pointer-events: none; }
          #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker:hover,
          #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker:hover,
          #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .openDialogBtn.marker:hover {
            background-color: rgba(26, 26, 26, 0.7); }
        #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper > img,
        #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper > img,
        #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper > img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          transition: opacity 0.25s ease-in-out; }
        #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .map-container img,
        #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .map-container img,
        #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .map-container img {
          -o-object-fit: revert !important;
             object-fit: revert !important; }
        #all-tour-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .gif,
        #all-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .gif,
        #all-experience-excursions .swiper.excursions-swiper .swiper-slide .image-wrapper .gif {
          position: absolute;
          inset: 0;
          opacity: 0;
          z-index: -1; }
      #all-tour-excursions .swiper.excursions-swiper .swiper-slide:hover .gif,
      #all-excursions .swiper.excursions-swiper .swiper-slide:hover .gif,
      #all-experience-excursions .swiper.excursions-swiper .swiper-slide:hover .gif {
        opacity: 1;
        z-index: 1; }
      #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info,
      #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info,
      #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding-top: 45px; }
        @media (max-width: 1024px) {
          #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info,
          #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info,
          #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info {
            gap: 16px; } }
        #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info span.excursions-location,
        #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info span.excursions-location,
        #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info span.excursions-location {
          text-transform: uppercase;
          font-family: "basis-grotesque-regular-pro", sans-serif;
          position: relative;
          display: flex;
          align-items: center; }
        #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name,
        #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name,
        #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name {
          margin: 0;
          font-size: 37px;
          text-transform: uppercase; }
          @media (max-width: 1440px) {
            #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name,
            #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name,
            #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name {
              font-size: 32px; } }
          @media (max-width: 1024px) {
            #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name,
            #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name,
            #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name {
              font-size: 26px; } }
          @media (max-width: 1440px) {
            #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name,
            #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name,
            #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name {
              font-size: 24px; } }
          #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name a,
          #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name a,
          #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info h3.excursions-name a {
            color: inherit;
            font: inherit; }
        #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text > *,
        #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text,
        #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text > *,
        #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text,
        #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text > *,
        #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text {
          margin: 0;
          font-size: 18px; }
          @media (max-width: 1440px) {
            #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text > *,
            #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text,
            #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text > *,
            #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text,
            #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text > *,
            #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text {
              font-size: 16px; } }
          @media (max-width: 768px) {
            #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text > *,
            #all-tour-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text,
            #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text > *,
            #all-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text,
            #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text > *,
            #all-experience-excursions .swiper.excursions-swiper .swiper-slide .excursions-info .text {
              font-size: 15px; } }

#concierge_page_featured {
  position: relative; }
  #concierge_page_featured .bg-container {
    -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.28), rgba(26, 26, 26, 0.28)) 1 fill;
       border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.28), rgba(26, 26, 26, 0.28)) 1 fill; }
    #concierge_page_featured .bg-container .wrapper {
      padding: 0 8.5%; }
      #concierge_page_featured .bg-container .wrapper.center-content {
        min-height: 100vh;
        min-height: 100svh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1440px) {
          #concierge_page_featured .bg-container .wrapper.center-content {
            padding-block: 160px; } }
      #concierge_page_featured .bg-container .wrapper .image {
        width: 20.8vw;
        height: 31vw; }
        @media (min-width: 1900px) {
          #concierge_page_featured .bg-container .wrapper .image {
            width: 18vw;
            height: 31vw; } }
        @media (max-width: 1280px) {
          #concierge_page_featured .bg-container .wrapper .image {
            width: 23vw;
            height: 32vw; } }
        @media (max-width: 1024px) {
          #concierge_page_featured .bg-container .wrapper .image {
            width: 35.2vw;
            height: 37vw; } }
        @media (max-width: 991px) {
          #concierge_page_featured .bg-container .wrapper .image {
            width: 35.2vw;
            height: 52vw; } }
        @media (max-width: 768px) {
          #concierge_page_featured .bg-container .wrapper .image {
            width: 44.5vw;
            height: 66vw; } }
        @media (max-width: 450px) {
          #concierge_page_featured .bg-container .wrapper .image {
            width: 53.5vw;
            height: 83vw; } }
      #concierge_page_featured .bg-container .wrapper .small_sub_text {
        margin-top: var(--fluid-32px);
        font-size: var(--fluid-32px);
        font-family: "Dream Avenue", serif;
        text-transform: uppercase; }
        @media (max-width: 1440px) {
          #concierge_page_featured .bg-container .wrapper .small_sub_text {
            font-size: 24px; } }
        @media (max-width: 1024px) {
          #concierge_page_featured .bg-container .wrapper .small_sub_text {
            font-size: 22px; } }
        @media (max-width: 768px) {
          #concierge_page_featured .bg-container .wrapper .small_sub_text {
            font-size: 20px; } }
      #concierge_page_featured .bg-container .wrapper .section-heading {
        --font-size: var(--fluid-150px);
        --color: #ffffff; }

#concierge_page_about {
  position: relative;
  -webkit-padding-before: 220px;
          padding-block-start: 220px;
  background: #efefef; }
  #concierge_page_about .breadcrumbs {
    position: absolute;
    left: 2%;
    top: 30px; }
  #concierge_page_about .first-item {
    width: 100%;
    opacity: 0; }
  #concierge_page_about .wrapper {
    min-height: 100vh;
    min-height: 100svh;
    padding: 0 8%; }
    @media (max-width: 991px) {
      #concierge_page_about .wrapper {
        padding-top: unset;
        min-height: 90vh;
        min-height: 90svh;
        padding: 0 5%; } }
    @media (max-width: 768px) {
      #concierge_page_about .wrapper {
        min-height: 80vh;
        min-height: 80svh;
        padding: 0 3.5%; } }
    #concierge_page_about .wrapper .first-item .section-heading {
      --font-size: var(--fluid-100px);
      --wrap: auto;
      max-width: 15ch;
      margin-inline: auto; }
      @media (max-width: 1440px) {
        #concierge_page_about .wrapper .first-item .section-heading {
          --font-size: var(--fluid-80px); } }
    #concierge_page_about .wrapper .first-item .image-scaled {
      margin-top: -65px;
      margin-inline: auto;
      width: 50%;
      height: 30vw;
      max-height: 100%;
      opacity: 0.4; }
      @media (min-width: 1700px) {
        #concierge_page_about .wrapper .first-item .image-scaled {
          height: 25vw; } }
      @media (max-width: 1024px) {
        #concierge_page_about .wrapper .first-item .image-scaled {
          height: 50vw; } }
      @media (max-width: 991px) {
        #concierge_page_about .wrapper .first-item .image-scaled {
          height: 40vw; } }
      @media (max-width: 768px) {
        #concierge_page_about .wrapper .first-item .image-scaled {
          height: 35vw; } }
    #concierge_page_about .wrapper .second-item {
      opacity: 0;
      padding-block: 200px;
      display: flex;
      gap: 1.5em;
      flex-direction: column;
      justify-content: center; }
      #concierge_page_about .wrapper .second-item .subtitle,
      #concierge_page_about .wrapper .second-item .subtext {
        display: block;
        font-size: 25px;
        color: #bea380;
        text-align: center;
        margin-inline: auto; }
        @media (max-width: 1440px) {
          #concierge_page_about .wrapper .second-item .subtitle,
          #concierge_page_about .wrapper .second-item .subtext {
            font-size: 22px; } }
        @media (max-width: 1024px) {
          #concierge_page_about .wrapper .second-item .subtitle,
          #concierge_page_about .wrapper .second-item .subtext {
            font-size: 20px; } }
      #concierge_page_about .wrapper .second-item .section-heading {
        --font-size: var(--fluid-150px); }
      #concierge_page_about .wrapper .second-item .subtext {
        max-width: 20ch; }
        @media (min-width: 768px) {
          #concierge_page_about .wrapper .second-item .subtext {
            text-decoration: underline; } }
    #concierge_page_about .wrapper .third-item {
      opacity: 0; }
      @media (max-width: 1350px) {
        #concierge_page_about .wrapper .third-item {
          scale: 0.95; } }
      #concierge_page_about .wrapper .third-item.media-wrapper {
        position: relative; }
        #concierge_page_about .wrapper .third-item.media-wrapper .center {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: auto;
          width: 19vw; }
          @media (max-width: 1440px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .center {
              width: 21vw; } }
          @media (max-width: 1280px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .center {
              width: 24vw;
              z-index: 1; } }
          @media (max-width: 1024px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .center {
              width: 28vw; } }
          @media (max-width: 991px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .center {
              width: 31vw; } }
          @media (max-width: 768px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .center {
              width: 38vw; } }
          #concierge_page_about .wrapper .third-item.media-wrapper .center img {
            aspect-ratio: 9 / 15;
            -o-object-fit: cover;
               object-fit: cover; }
        #concierge_page_about .wrapper .third-item.media-wrapper .left_top,
        #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
          position: absolute;
          z-index: 2;
          width: 15vw; }
          @media (max-width: 1440px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
              width: 16vw; } }
          @media (max-width: 1280px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
              width: 16.5vw; } }
          @media (max-width: 1350px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
              width: 16vw; } }
          @media (max-width: 1024px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
              width: 19vw; } }
          @media (max-width: 991px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
              width: 20vw; } }
          @media (max-width: 768px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
              width: 23vw; } }
          @media (max-width: 450px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
              width: 22vw; } }
          #concierge_page_about .wrapper .third-item.media-wrapper .left_top img,
          #concierge_page_about .wrapper .third-item.media-wrapper .right_top img {
            aspect-ratio: 9 / 14;
            -o-object-fit: cover;
               object-fit: cover; }
            @media (min-width: 1700px) {
              #concierge_page_about .wrapper .third-item.media-wrapper .left_top img,
              #concierge_page_about .wrapper .third-item.media-wrapper .right_top img {
                max-height: 21.6vw; } }
        #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom,
        #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
          position: absolute;
          z-index: 2;
          width: 22vw; }
          @media (max-width: 1440px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
              width: 24vw; } }
          @media (max-width: 1280px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
              width: 24.5vw; } }
          @media (max-width: 1350px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
              width: 25.5vw; } }
          @media (max-width: 1024px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
              width: 28vw; } }
          @media (max-width: 991px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
              width: 31vw; } }
          @media (max-width: 768px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
              width: 33vw; } }
          @media (max-width: 450px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom,
            #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
              width: 34vw; } }
          #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom img,
          #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom img {
            aspect-ratio: 16 / 9;
            -o-object-fit: cover;
               object-fit: cover; }
        #concierge_page_about .wrapper .third-item.media-wrapper .left_top {
          left: 17vw;
          top: 2vw;
          z-index: 0; }
          @media (max-width: 1440px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top {
              left: 14vw; } }
          @media (max-width: 1280px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top {
              left: 8vw; } }
          @media (max-width: 991px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .left_top {
              left: 4vw; } }
        #concierge_page_about .wrapper .third-item.media-wrapper .left_bottom {
          left: 16vw;
          bottom: -10vw; }
        #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
          right: 19vw;
          top: 1vw; }
          @media (max-width: 1280px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
              right: 15vw; } }
          @media (max-width: 991px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .right_top {
              right: 11vw; } }
        #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
          right: 18vw;
          bottom: -8vw; }
          @media (max-width: 1440px) {
            #concierge_page_about .wrapper .third-item.media-wrapper .right_bottom {
              z-index: 0; } }
    #concierge_page_about .wrapper .column {
      width: var(--width); }
      @media (max-width: 768px) {
        #concierge_page_about .wrapper .column {
          width: 100% !important; } }
      #concierge_page_about .wrapper .column.column__left {
        --width: 65%;
        position: relative;
        display: flex; }
        @media (max-width: 768px) {
          #concierge_page_about .wrapper .column.column__left {
            margin-top: 100px; } }
        #concierge_page_about .wrapper .column.column__left .secondary-heading {
          margin-top: var(--fluid-100px);
          color: #efefef;
          line-height: 0.9;
          max-width: 15ch;
          z-index: 3;
          mix-blend-mode: difference; }
          @media (max-width: 768px) {
            #concierge_page_about .wrapper .column.column__left .secondary-heading {
              max-width: unset !important; } }

#concierge_page_purpose {
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
  background-color: #efefef; }
  @media (max-width: 768px) {
    #concierge_page_purpose {
      padding-block: 20px 80px; } }
  #concierge_page_purpose .two-column-wrapper {
    padding: 0 8.5%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #concierge_page_purpose .two-column-wrapper {
        flex-direction: column; } }
  #concierge_page_purpose .text-wrapper {
    margin-top: 0px; }
    @media (max-width: 768px) {
      #concierge_page_purpose .text-wrapper {
        padding-top: 20px; } }
  #concierge_page_purpose .btn.btn-black {
    position: relative;
    overflow: hidden;
    border: 0;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #1a1a1a;
    transition: transform 0.6s, color 0.4s, outline-color 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    #concierge_page_purpose .btn.btn-black::after {
      content: '';
      width: 100%;
      transform: scaleX(0);
      inset: 0;
      position: absolute;
      z-index: -1;
      background-color: #1a1a1a;
      transform-origin: right;
      transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    #concierge_page_purpose .btn.btn-black:hover, #concierge_page_purpose .btn.btn-black:focus {
      color: #ffffff;
      background-color: transparent;
      outline-width: 1px;
      outline-style: solid;
      outline-color: currentColor;
      transition: color 0.4s, outline-color 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      #concierge_page_purpose .btn.btn-black:hover::after, #concierge_page_purpose .btn.btn-black:focus::after {
        transform: scaleX(1);
        transform-origin: left;
        transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }

.page-template-tmpl_concierge .text-wrapper {
  margin-inline: auto;
  max-width: 600px;
  margin-top: 130px;
  padding-block: 100px;
  display: flex;
  flex-direction: column; }
  .page-template-tmpl_concierge .text-wrapper .cs_readmore-btn-wrapper {
    margin-inline: auto; }
  @media (max-width: 991px) {
    .page-template-tmpl_concierge .text-wrapper {
      padding-inline: 3.5%; } }
  .page-template-tmpl_concierge .text-wrapper p {
    margin: 0; }
  .page-template-tmpl_concierge .text-wrapper a {
    margin-top: 100px; }

.page-template-tmpl_concierge .btn.btn-black {
  margin-inline: auto;
  display: block; }

#concierge_page_portfolio {
  background-image: linear-gradient(to bottom, #1a1a1a 70%, transparent 70%);
  -webkit-padding-after: 300px;
          padding-block-end: 300px; }
  @media (max-width: 1024px) {
    #concierge_page_portfolio {
      -webkit-padding-after: 400px;
              padding-block-end: 400px; } }
  @media (max-width: 991px) {
    #concierge_page_portfolio {
      -webkit-padding-after: 100px;
              padding-block-end: 100px; } }
  #concierge_page_portfolio .wrapper {
    padding: 0 8.5%; }
    @media (max-width: 1440px) {
      #concierge_page_portfolio .wrapper {
        padding: 0 5.5%; } }
    @media (max-width: 1024px) {
      #concierge_page_portfolio .wrapper {
        padding: 0 3.5%; } }
    #concierge_page_portfolio .wrapper .heading-wrapper {
      padding-block: 300px 150px;
      text-align: center; }
      @media (max-width: 1440px) {
        #concierge_page_portfolio .wrapper .heading-wrapper {
          padding-block: 200px 150px; } }
      @media (max-width: 1024px) {
        #concierge_page_portfolio .wrapper .heading-wrapper {
          padding-block: 150px 150px; } }
      #concierge_page_portfolio .wrapper .heading-wrapper .section-heading {
        --color: #ffffff;
        --font-size: var(--fluid-150px); }
        @media (max-width: 1024px) {
          #concierge_page_portfolio .wrapper .heading-wrapper .section-heading {
            --font-size: var(--fluid-100px); } }
      #concierge_page_portfolio .wrapper .heading-wrapper .subtitle {
        font-size: 25px;
        color: #bea380; }
        @media (max-width: 1440px) {
          #concierge_page_portfolio .wrapper .heading-wrapper .subtitle {
            font-size: 22px; } }
        @media (max-width: 1024px) {
          #concierge_page_portfolio .wrapper .heading-wrapper .subtitle {
            font-size: 20px; } }
    #concierge_page_portfolio .wrapper .portfolioswiper {
      position: relative; }
      #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper {
        min-height: 100vh; }
        @media (max-width: 1280px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper {
            min-height: 90vh; } }
        @media (max-width: 991px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper {
            min-height: 85vh; } }
        #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide {
          position: relative;
          height: auto;
          padding-block: 120px 50px;
          padding-inline: 3%;
          display: flex;
          align-items: center;
          justify-content: center; }
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .slider-image {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            z-index: -1; }
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide::after {
            content: '';
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color: rgba(255, 255, 255, 0.8); }
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper {
            z-index: 2;
            position: relative;
            text-align: center;
            display: flex;
            flex-direction: column;
            gap: 30px;
            align-items: center; }
            #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper .section-heading {
              --font-size: var(--fluid-100px);
              margin: auto;
              max-width: 15ch; }
              @media (max-width: 1440px) {
                #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper .section-heading {
                  max-width: 20ch;
                  --font-size: var(--fluid-90px); } }
              @media (max-width: 1024px) {
                #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper .section-heading {
                  --font-size: var(--fluid-80px); } }
              #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper .section-heading a {
                font: inherit; }
            #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper span:first-of-type {
              color: #bea380;
              font-size: 25px;
              max-width: 15ch;
              display: block;
              margin-inline: auto; }
              @media (min-width: 1024px) {
                #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper span:first-of-type {
                  padding-block: 1em; } }
              @media (max-width: 1440px) {
                #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper span:first-of-type {
                  font-size: 22px; } }
              @media (max-width: 1024px) {
                #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper span:first-of-type {
                  font-size: 20px; } }
            #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper .discover-more {
              text-align: center;
              align-self: center;
              display: block;
              color: #1a1a1a;
              font-size: 18px;
              position: relative;
              text-transform: uppercase;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content; }
              @media (max-width: 1440px) {
                #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper .discover-more {
                  font-size: 16px; } }
              @media (max-width: 768px) {
                #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper .discover-more {
                  font-size: 15px; } }
              #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper .discover-more::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 1px;
                background-color: currentColor;
                bottom: -4px;
                left: 0;
                transform: scaleX(1);
                transform-origin: right;
                transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
            #concierge_page_portfolio .wrapper .portfolioswiper .swiper-wrapper .swiper-slide .title-wrapper:hover .discover-more::after {
              transform: scaleX(0);
              transform-origin: left;
              transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination,
      #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area {
        opacity: 0;
        min-height: 30vh;
        place-content: center; }
        @media (max-width: 768px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination,
          #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area {
            min-height: 10vh; } }
      #concierge_page_portfolio .wrapper .portfolioswiper .intro-text {
        width: 33%;
        bottom: 0%;
        left: 50%;
        text-decoration: underline;
        text-align: center; }
        @media (max-width: 1280px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .intro-text {
            width: 50%; } }
        @media (max-width: 1024px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .intro-text {
            width: 60%; } }
        @media (max-width: 768px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .intro-text {
            bottom: 20vh;
            width: 90%;
            text-decoration: none; } }
      #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area {
        position: absolute;
        bottom: 0%;
        left: 0%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 1280px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area {
            justify-content: center;
            width: 25%; } }
        @media (max-width: 1124px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area {
            justify-content: end;
            align-items: flex-end;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            padding: 0.5rem; } }
        @media (max-width: 1024px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area {
            width: 20%;
            bottom: 2%;
            left: 2%; } }
        @media (max-width: 768px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area {
            width: 60%;
            justify-content: flex-start; } }
        #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-prev,
        #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-next {
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 1680px) {
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-prev,
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-next {
              height: 150px; } }
          @media (max-width: 1440px) {
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-prev,
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-next {
              height: 120px; } }
          @media (max-width: 1024px) {
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-prev,
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-next {
              height: 100px; } }
          @media (max-width: 991px) {
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-prev,
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area .button-next {
              height: 80px; } }
        #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area svg {
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: pointer; }
          @media (max-width: 1680px) {
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area svg {
              width: 130px;
              height: 130px; } }
          @media (max-width: 1440px) {
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area svg {
              width: 120px;
              height: 120px; } }
          @media (max-width: 1024px) {
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area svg {
              width: 100px;
              height: 100px; } }
          @media (max-width: 991px) {
            #concierge_page_portfolio .wrapper .portfolioswiper .navigation-area svg {
              width: 80px;
              height: 80px; } }
      #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination {
        bottom: 0%;
        right: 0%;
        left: auto;
        width: 25%;
        font-family: "Dream Avenue", serif;
        font-size: 40px;
        color: #1a1a1a;
        display: flex;
        align-items: center; }
        @media (max-width: 1680px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination {
            font-size: 35px; } }
        @media (max-width: 1280px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination {
            font-size: 30px; } }
        @media (max-width: 1124px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination {
            justify-content: end;
            align-items: flex-end;
            padding: 2rem; } }
        @media (max-width: 1024px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination {
            width: 20%;
            bottom: 2%;
            right: 2%; } }
        @media (max-width: 991px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination {
            align-items: flex-end; } }
        @media (max-width: 768px) {
          #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination {
            width: 40%; } }
        #concierge_page_portfolio .wrapper .portfolioswiper .swiper-pagination .swiper-pagination-nums {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
      #concierge_page_portfolio .wrapper .portfolioswiper .progressbar-background {
        width: 100%;
        height: 2px;
        background: rgba(26, 26, 26, 0.2); }
        #concierge_page_portfolio .wrapper .portfolioswiper .progressbar-background .progressbar-fill {
          height: 2px;
          background-color: #1a1a1a; }

.page-template-tmpl_concierge #default_travel_specialist {
  --bg-color: transparent; }

#concierge_page_how_it_works {
  background-color: #1a1a1a;
  padding-block: 120px 105px;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1280px) {
    #concierge_page_how_it_works {
      padding-block: 80px;
      min-height: unset; } }
  #concierge_page_how_it_works .section-heading {
    padding-inline: 4.5%;
    --font-size: var(--fluid-80px);
    --color: #ffffff; }
  #concierge_page_how_it_works .wrapper {
    padding: 65px 8.5% 0 8.5%; }
    @media (max-width: 1280px) {
      #concierge_page_how_it_works .wrapper {
        padding: 55px 5.5% 0 5.5%;
        position: relative; } }
    @media (max-width: 991px) {
      #concierge_page_how_it_works .wrapper {
        padding: 45px 4% 0 4%; } }
    #concierge_page_how_it_works .wrapper.two-columns {
      display: flex;
      -moz-column-gap: 20%;
           column-gap: 20%;
      position: relative; }
      @media (max-width: 768px) {
        #concierge_page_how_it_works .wrapper.two-columns {
          gap: 40px;
          padding-top: 60px; } }
      @media (max-width: 1280px) {
        #concierge_page_how_it_works .wrapper.two-columns {
          flex-direction: column;
          gap: 80px; } }
      #concierge_page_how_it_works .wrapper.two-columns .column-left,
      #concierge_page_how_it_works .wrapper.two-columns .column-right {
        width: 50%; }
        @media (max-width: 1280px) {
          #concierge_page_how_it_works .wrapper.two-columns .column-left,
          #concierge_page_how_it_works .wrapper.two-columns .column-right {
            width: 100%; } }
      #concierge_page_how_it_works .wrapper.two-columns .column-left {
        display: grid;
        gap: 50px;
        counter-reset: list-counter; }
        @media (max-width: 1280px) {
          #concierge_page_how_it_works .wrapper.two-columns .column-left {
            gap: 30px; } }
        #concierge_page_how_it_works .wrapper.two-columns .column-left li {
          position: relative;
          counter-increment: list-counter;
          display: grid;
          gap: 47px;
          font-size: 40px;
          grid-template-columns: 30px 1fr; }
          @media (max-width: 1440px) {
            #concierge_page_how_it_works .wrapper.two-columns .column-left li {
              font-size: 32px; } }
          @media (max-width: 1024px) {
            #concierge_page_how_it_works .wrapper.two-columns .column-left li {
              font-size: 28px; } }
          @media (max-width: 768px) {
            #concierge_page_how_it_works .wrapper.two-columns .column-left li {
              font-size: 24px; } }
          @media (max-width: 991px) {
            #concierge_page_how_it_works .wrapper.two-columns .column-left li {
              letter-spacing: 2px;
              gap: 30px; } }
          #concierge_page_how_it_works .wrapper.two-columns .column-left li button {
            all: unset;
            color: #867052;
            cursor: pointer;
            font-family: "Dream Avenue", serif;
            transition: color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
          #concierge_page_how_it_works .wrapper.two-columns .column-left li::before {
            content: counter(list-counter, decimal-leading-zero) ".";
            font-size: inherit;
            color: #867052;
            font-family: "Dream Avenue", serif;
            transition: color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
            @media (max-width: 991px) {
              #concierge_page_how_it_works .wrapper.two-columns .column-left li::before {
                font-size: 24px; } }
        #concierge_page_how_it_works .wrapper.two-columns .column-left li.active button {
          color: #ffffff; }
        #concierge_page_how_it_works .wrapper.two-columns .column-left li.active::before {
          color: #ffffff; }
        @media (hover: hover) and (min-width: 768px) {
          #concierge_page_how_it_works .wrapper.two-columns .column-left li:hover button {
            color: #ffffff; }
          #concierge_page_how_it_works .wrapper.two-columns .column-left li:hover::before {
            color: #ffffff; } }
      @media (min-width: 1281px) {
        #concierge_page_how_it_works .wrapper.two-columns::after {
          content: '';
          position: absolute;
          right: 50%;
          transform: translateX(-50%) scaleY(0);
          width: 1px;
          height: 100%;
          background-color: #ffffff;
          transition: transform 0.5s 0.8s cubic-bezier(0.65, 0, 0.35, 1); } }
      #concierge_page_how_it_works .wrapper.two-columns.aos-animate::after {
        transform: translateX(-50%) scaleY(1); }
      #concierge_page_how_it_works .wrapper.two-columns .column-right .content {
        display: flex;
        flex-direction: column;
        gap: 50px;
        opacity: 0;
        cursor: none;
        pointer-events: none;
        transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 1280px) {
          #concierge_page_how_it_works .wrapper.two-columns .column-right .content {
            align-items: center; } }
        #concierge_page_how_it_works .wrapper.two-columns .column-right .content p {
          margin: 0;
          font-size: 32px;
          color: #ffffff; }
          @media (max-width: 1440px) {
            #concierge_page_how_it_works .wrapper.two-columns .column-right .content p {
              font-size: 20px; } }
          @media (max-width: 768px) {
            #concierge_page_how_it_works .wrapper.two-columns .column-right .content p {
              font-size: 18px; } }
        #concierge_page_how_it_works .wrapper.two-columns .column-right .content img {
          pointer-events: none; }
          @media (max-width: 1280px) {
            #concierge_page_how_it_works .wrapper.two-columns .column-right .content img {
              position: absolute;
              inset: 0;
              margin: auto;
              width: 200px;
              opacity: 0.25; } }
          @media (max-width: 768px) {
            #concierge_page_how_it_works .wrapper.two-columns .column-right .content img {
              width: 150px; } }
        #concierge_page_how_it_works .wrapper.two-columns .column-right .content.active {
          cursor: auto;
          pointer-events: auto;
          opacity: 1; }

.page-template-tmpl_accommodation #villas_hotels_page_featured {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  align-content: center;
  overflow: clip;
  background-color: #efefef; }
  @media (max-width: 991px) {
    .page-template-tmpl_accommodation #villas_hotels_page_featured {
      min-height: 97vh;
      min-height: 97svh; } }
  @media (max-width: 1024px) {
    .page-template-tmpl_accommodation #villas_hotels_page_featured {
      margin-bottom: 150px; } }
  @media (max-width: 991px) {
    .page-template-tmpl_accommodation #villas_hotels_page_featured {
      margin-bottom: 0px; } }
  @media (max-width: 768px) {
    .page-template-tmpl_accommodation #villas_hotels_page_featured {
      min-height: 93vh;
      min-height: 93svh;
      overflow: revert; } }
  .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper {
    justify-items: center;
    padding: 0 8.5%; }
    @media (max-width: 1024px) {
      .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper {
        padding: 0px 5%; } }
    @media (max-width: 768px) {
      .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper {
        padding: 0px 30px; } }
    @media (max-width: 450px) {
      .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper {
        padding: 0px 15px; } }
    .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper span.subtitle {
      text-transform: uppercase;
      font-family: "basis-grotesque-bold-pro", sans-serif;
      text-align: center;
      width: 100%;
      position: relative;
      z-index: 2;
      color: #ffffff;
      mix-blend-mode: difference;
      display: block;
      font-size: 18px; }
      @media (max-width: 1440px) {
        .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper span.subtitle {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper span.subtitle {
          font-size: 15px; } }
    .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .section-heading {
      --font-size: var(--fluid-200px);
      --wrap: auto;
      padding-top: 55px;
      max-width: 11ch;
      position: relative;
      z-index: 2;
      line-height: 1;
      --color: #efefef;
      mix-blend-mode: difference;
      margin-inline: auto; }
      @media (max-width: 1440px) {
        .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .section-heading {
          padding-top: 50px; } }
      @media (max-width: 1024px) {
        .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .section-heading {
          padding-top: 45px; } }
    .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image {
      position: absolute;
      z-index: 0; }
      .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-left {
        left: 8.5%;
        bottom: 2%;
        width: 25vw;
        aspect-ratio: 2.5 / 3; }
        @media (max-width: 1680px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-left {
            width: 28vw; } }
        @media (max-width: 1440px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-left {
            width: 29vw;
            bottom: -2%;
            left: 10%;
            aspect-ratio: 2.2 / 3; } }
        @media (max-width: 1280px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-left {
            width: 30vw;
            left: 3%; } }
        @media (max-width: 991px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-left {
            width: 36vw;
            bottom: 16%; } }
        @media (max-width: 768px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-left {
            width: 40vw;
            bottom: 3%;
            aspect-ratio: 2 / 3; } }
        @media (max-width: 450px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-left {
            aspect-ratio: 1.8 / 3;
            bottom: 4%;
            width: 39vw; } }
      .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-right {
        right: 0;
        top: 0;
        width: 30vw;
        aspect-ratio: 3 / 4;
        transition-property: box-shadow;
        transition-duration: 1.5s;
        transition-delay: 1.5s;
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
        @media (max-width: 1680px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-right {
            width: 32vw; } }
        @media (max-width: 1440px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-right {
            width: 34vw;
            right: 1%; } }
        @media (max-width: 991px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-right {
            width: 42vw;
            right: 2%; } }
        @media (max-width: 768px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-right {
            width: 43vw; } }
        @media (max-width: 450px) {
          .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-right {
            width: 51vw; } }
        .page-template-tmpl_accommodation #villas_hotels_page_featured .wrapper .image.image-right:has(img.vertical.aos-animate) {
          box-shadow: 0 25px 50px -12px rgba(26, 26, 26, 0.25); }

.page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form {
  z-index: 2;
  position: absolute;
  top: calc(100vh - 90px);
  top: calc(100svh - 90px);
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  display: flex;
  width: 100%;
  max-width: 750px;
  justify-content: space-between;
  border: 1px solid #1a1a1a; }
  @media (max-width: 1024px) {
    .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form {
      flex-direction: column;
      position: relative;
      margin-top: 100px;
      top: unset;
      max-width: 530px; } }
  @media (max-width: 991px) {
    .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form {
      width: calc(100% - 2rem); } }
  .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper {
    display: flex;
    gap: 1.5em;
    padding-inline: 0.5em;
    width: 100%; }
    @media (max-width: 1024px) {
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper {
        display: grid;
        gap: 5px 30px;
        grid-template-columns: 1fr 1fr;
        -webkit-padding-before: 0.2em;
                padding-block-start: 0.2em; } }
    .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper {
      display: flex;
      position: relative;
      width: 100%;
      justify-content: center; }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:not(:last-child)::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: 50%;
        background-color: rgba(26, 26, 26, 0.5);
        transform: translateY(-50%);
        z-index: 1; }
      @media (max-width: 1024px) {
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper {
          font-size: 15px;
          flex-direction: column;
          text-align: center;
          padding: 0.8em;
          align-items: center; }
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper img {
            width: 25px;
            height: 100%;
            -o-object-position: center;
               object-position: center;
            -o-object-fit: contain;
               object-fit: contain; } }
    @media (max-width: 1024px) and (max-width: 768px) {
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper img {
        width: 20px; } }
      @media (max-width: 1024px) {
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:first-child {
            grid-column: span 2;
            display: grid; }
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:first-child::before {
            background-color: rgba(26, 26, 26, 0.3);
            right: revert;
            top: revert;
            width: 80%;
            height: 1px;
            transform: translate(-50%, 2.5px);
            bottom: 0;
            left: 50%; }
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:nth-child(2)::before {
            background-color: rgba(26, 26, 26, 0.3);
            transform: translate(15px, -50%); } }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper label {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        cursor: pointer;
        gap: 0.6em; }
        @media (max-width: 320px) {
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper label {
            flex-direction: column; }
            .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper label input {
              font-size: smaller; } }
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper label::after {
          content: '';
          position: absolute;
          inset: 0; }
      @media (max-width: 768px) {
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper {
          padding: 0.6em; } }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:first-of-type input {
        max-width: 90px; }
        @media (max-width: 320px) {
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:first-of-type input {
            max-width: 80px; } }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:not(:first-of-type):has(label[for='checkin_input']) input {
        margin-left: auto; }
      @media (max-width: 768px) {
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:not(:first-of-type):has(label[for='checkin_input']) input,
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:not(:first-of-type):has(label[for='checkout_input']) input {
          max-width: 80px; } }
      @media (max-width: 450px) {
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:not(:first-of-type):has(label[for='checkin_input']) input {
          max-width: 65px; } }
      @media (max-width: 320px) {
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:not(:first-of-type):has(label[for='checkin_input']) input {
          max-width: 60px; }
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .input-field-wrapper:not(:first-of-type):has(label[for='checkout_input']) input {
          max-width: 72px; } }
    .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper input {
      border: 0;
      outline: 0;
      text-transform: uppercase;
      font-size: 14px;
      padding: 0;
      field-sizing: content; }
      @media (max-width: 1024px) {
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper input {
          text-align: center; } }
      @media (min-width: 769px) {
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper input {
          min-width: 135px; } }
      @media (max-width: 768px) {
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper input {
          text-align: left;
          min-width: 0 !important;
          width: -webkit-fit-content !important;
          width: -moz-fit-content !important;
          width: fit-content !important;
          background-color: transparent; } }
    .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper input::-webkit-calendar-picker-indicator {
      opacity: 0; }
    .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .destination-wrapper input {
      cursor: pointer; }
    .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .destination-wrapper .destination-popup {
      position: absolute;
      bottom: 30px;
      left: 0;
      background: #fff;
      z-index: 10;
      min-width: 200px;
      opacity: 0;
      pointer-events: none;
      transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border-block: 1px solid #bea380; }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .destination-wrapper .destination-popup ul {
        padding: unset;
        margin: unset;
        list-style: none;
        display: flex;
        flex-direction: column; }
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .destination-wrapper .destination-popup ul li {
          text-transform: capitalize;
          padding: 5px 12px;
          cursor: pointer;
          transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .destination-wrapper .destination-popup ul li:not(:last-child) {
            border-bottom: 1px solid #bea380; }
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .destination-wrapper .destination-popup ul li:hover {
            background-color: #bea380;
            color: #ffffff; }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .destination-wrapper .destination-popup.active {
        opacity: 1;
        pointer-events: all; }
    .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .guests-wrapper {
      position: relative; }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .guests-wrapper .guests-popup {
        position: absolute;
        bottom: 30px;
        left: 0;
        background: #fff;
        padding: 10px 20px;
        z-index: 10;
        min-width: 260px;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-block: 1px solid #bea380; }
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .guests-wrapper .guests-popup .popup-row-wrapper {
          display: flex;
          flex-direction: column; }
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .guests-wrapper .guests-popup .popup-row {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-block: 10px; }
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .guests-wrapper .guests-popup .popup-row:not(:last-child) {
            border-bottom: 1px solid #bea380; }
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .guests-wrapper .guests-popup .popup-row label {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase; }
          .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .guests-wrapper .guests-popup .popup-row select {
            border: unset;
            outline: unset;
            background: unset;
            font-size: 14px;
            padding: 0.25em; }
        .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .guests-wrapper .guests-popup .guests-close {
          border: none;
          cursor: pointer;
          line-height: 1;
          color: white;
          background: #bea380;
          padding: 5px 20px;
          /* margin-inline: auto; */
          display: flex;
          margin-inline: auto;
          margin-top: 20px; }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .guests-wrapper.active .guests-popup {
        opacity: 1;
        pointer-events: all; }
    .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .flatpickr-calendar {
      bottom: calc(100% + 2px);
      top: unset; }
    @media (max-width: 768px) {
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .accommodation-checkin ~ .flatpickr-calendar {
        left: -40px; }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .accommodation-checkout ~ .flatpickr-calendar {
        right: 0; }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .flatpickr-calendar {
        top: calc(100% + 2px);
        bottom: unset; } }
    @media (max-width: 360px) {
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .accommodation-checkin ~ .flatpickr-calendar {
        left: -60px; }
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .input-wrapper .accommodation-checkout ~ .flatpickr-calendar {
        right: -30px; } }
  .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .featured-form-btn {
    display: flex;
    align-items: center;
    z-index: 2; }
    @media (max-width: 1280px) {
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .featured-form-btn {
        justify-content: center; } }
    @media (max-width: 1024px) {
      .page-template-tmpl_accommodation .accommodation-featured-form-wrapper .featured-form .featured-form-btn {
        width: 100%; } }

.page-template-tmpl_accommodation #villas_hotels_page_about {
  padding-block: 70px 60px; }
  @media (max-width: 1024px) {
    .page-template-tmpl_accommodation #villas_hotels_page_about {
      padding-block: 130px 60px; } }
  @media (max-width: 768px) {
    .page-template-tmpl_accommodation #villas_hotels_page_about {
      padding-block: 90px 60px; } }
  .page-template-tmpl_accommodation #villas_hotels_page_about .wrapper {
    padding: 0 8.5%; }
    @media (max-width: 1024px) {
      .page-template-tmpl_accommodation #villas_hotels_page_about .wrapper {
        padding: 0 5%; } }
    @media (max-width: 768px) {
      .page-template-tmpl_accommodation #villas_hotels_page_about .wrapper {
        padding: 0 30px; } }
    @media (max-width: 450px) {
      .page-template-tmpl_accommodation #villas_hotels_page_about .wrapper {
        padding: 0 15px; } }
  .page-template-tmpl_accommodation #villas_hotels_page_about .breadcrumbs {
    padding: 0; }
  .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper {
    padding-block: 70px; }
    @media (max-width: 1440px) {
      .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper {
        padding-block: 60px; } }
    .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col {
      display: flex;
      gap: 20px; }
      @media (max-width: 1024px) {
        .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col {
          flex-direction: column;
          gap: 50px; } }
      .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .left {
        flex-basis: 50%; }
        .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .left h2 {
          margin: 0;
          text-transform: uppercase; }
          @media (max-width: 1024px) {
            .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .left h2 {
              text-align: center; } }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .left h2 {
              text-align: start; } }
      .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right {
        flex-basis: 50%; }
        @media (max-width: 1280px) {
          .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right {
            max-width: 80%;
            margin-inline: auto; } }
        @media (max-width: 991px) {
          .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right {
            max-width: 100%; } }
        .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right h3,
        .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right h2 {
          margin: 0;
          font-size: var(--fluid-20px);
          font-family: "basis-grotesque-regular-pro", sans-serif;
          font-weight: 600;
          text-transform: uppercase; }
          @media (max-width: 1280px) {
            .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right h3,
            .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right h2 {
              text-align: center; } }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right h3,
            .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right h2 {
              text-align: start; } }
        @media (min-width: 1280px) {
          .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right .paragraph {
            max-width: 50ch; } }
        .page-template-tmpl_accommodation #villas_hotels_page_about .content-wrapper .two-col .right .paragraph p {
          margin-top: var(--flow-space, 35px); }

.page-template-tmpl_accommodation #resort-list {
  padding-block: 60px 180px; }
  @media (max-width: 991px) {
    .page-template-tmpl_accommodation #resort-list {
      padding-block: 70px 70px; } }
  @media (max-width: 768px) {
    .page-template-tmpl_accommodation #resort-list {
      padding-block: 30px 50px; } }
  .page-template-tmpl_accommodation #resort-list .wrapper {
    padding: 0px 8.5%; }
    @media (max-width: 1280px) {
      .page-template-tmpl_accommodation #resort-list .wrapper {
        padding: 0 7%; } }
    @media (max-width: 1024px) {
      .page-template-tmpl_accommodation #resort-list .wrapper {
        padding: 0px 5.5%; } }
    @media (max-width: 768px) {
      .page-template-tmpl_accommodation #resort-list .wrapper {
        padding: 0px 4.5%; } }
    .page-template-tmpl_accommodation #resort-list .wrapper .front_filters {
      display: flex;
      justify-content: space-between;
      gap: 1em; }
      @media (max-width: 991px) {
        .page-template-tmpl_accommodation #resort-list .wrapper .front_filters {
          flex-direction: column;
          gap: 2em; } }
      .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set {
        display: flex;
        gap: 2rem;
        justify-content: space-between; }
        @media (max-width: 768px) {
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set:first-child {
            flex-direction: column; } }
        .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set:has(> #all-filter-resorts) {
          justify-content: flex-end;
          gap: 3.2rem; }
          @media (max-width: 991px) {
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set:has(> #all-filter-resorts) {
              justify-content: space-between; } }
        @media (min-width: 991px) {
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set:first-child {
            width: 60%; }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set:last-child {
            width: 30%; } }
        .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #resort-type-filter {
          display: flex;
          width: 35%;
          border-top: 1px solid #1a1a1a;
          border-left: 1px solid #1a1a1a;
          border-bottom: 1px solid #1a1a1a; }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #resort-type-filter {
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content; } }
          @media (max-width: 450px) {
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #resort-type-filter {
              width: 100%; } }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #resort-type-filter > label {
            flex: 1 1 0px;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            width: 33%;
            padding: 0.85em 1.35em;
            font-size: 15px;
            text-transform: uppercase;
            display: flex;
            cursor: pointer;
            justify-content: center;
            align-items: center;
            border-right: 1px solid #1a1a1a;
            cursor: pointer;
            transition: background-color 0.2s, color 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
            @media (max-width: 768px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #resort-type-filter > label {
                width: auto; } }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #resort-type-filter > label:has(> input:checked) {
              background-color: #1a1a1a;
              color: #ffffff; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #resort-type-filter > label input {
              display: none; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #resort-type-filter > label:hover {
              background-color: rgba(26, 26, 26, 0.4);
              color: #ffffff; }
        .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #search-filter {
          width: 60%;
          position: relative; }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #search-filter {
              width: 100%; } }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #search-filter input[type='text'] {
            width: 100%;
            height: 100%;
            border: none;
            padding-inline: 0.7em 0.4em; }
            @media (max-width: 768px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #search-filter input[type='text'] {
                padding-block: 0.6em; } }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #search-filter::after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='currentColor' d='M9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l5.6 5.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-5.6-5.6q-.75.6-1.725.95T9.5 16m0-2q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
            position: absolute;
            line-height: 1;
            right: 1em;
            top: 50%;
            opacity: 0.5;
            cursor: none;
            pointer-events: none;
            transform: translateY(-50%); }
        .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #all-filter-resorts {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          padding: 0;
          border: 0;
          height: 100%;
          background-color: transparent;
          justify-self: end;
          align-self: center;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          gap: 1.25em;
          cursor: pointer;
          transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715); }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #all-filter-resorts > span {
            font-family: "basis-grotesque-bold-pro", sans-serif;
            font-size: 18px;
            line-height: 1; }
            @media (max-width: 1440px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #all-filter-resorts > span {
                font-size: 16px; } }
            @media (max-width: 768px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #all-filter-resorts > span {
                font-size: 15px; } }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #all-filter-resorts:hover {
            color: #bea380; }
        .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set #sort-by-filter > select {
          height: 100%;
          cursor: pointer;
          background: transparent;
          border: none;
          field-sizing: content;
          padding-inline: 0.5em;
          text-transform: uppercase;
          border-right: 5px solid transparent;
          font-family: "basis-grotesque-bold-pro", sans-serif;
          transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715); }
        .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter {
          padding: 0;
          border: none;
          overflow: hidden;
          max-width: Min(calc(100% - 2em), 600px);
          width: 100%;
          height: 100%; }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter[open] {
            display: flex;
            flex-direction: column; }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header {
            max-height: 70px;
            height: 100%;
            display: flex;
            background-color: transparent;
            width: 100%;
            position: relative;
            border-bottom: 1px solid #1a1a1a;
            align-items: center;
            justify-content: center; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header .heading-wrap {
              align-self: center;
              text-transform: uppercase;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 1.25em;
              cursor: pointer; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header .heading-wrap > span {
                font-size: 18px;
                line-height: 1;
                font-family: "basis-grotesque-bold-pro", sans-serif; }
                @media (max-width: 1440px) {
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header .heading-wrap > span {
                    font-size: 16px; } }
                @media (max-width: 768px) {
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header .heading-wrap > span {
                    font-size: 15px; } }
              @media (max-width: 768px) {
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header .heading-wrap > svg {
                  width: 20px;
                  height: 20px; } }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button {
              position: absolute;
              cursor: pointer;
              border: 0;
              background: transparent;
              padding: 0;
              width: 50px;
              aspect-ratio: 1;
              right: 1rem;
              top: 50%;
              translate: 0 -50%; }
              @media (max-width: 1440px) {
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button {
                  width: 40px;
                  height: 40px; } }
              @media (max-width: 768px) {
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button {
                  width: 35px;
                  height: 35px; } }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button::before, .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 2px;
                top: 50%;
                left: 0;
                transform: translate(0%, -50%) rotate(var(--_rotate)) scaleX(1);
                background-color: #1a1a1a;
                transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button:hover::before, .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button:hover::after, .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button:focus-visible::before, .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button:focus-visible::after {
                transform: translate(0%, -50%) rotate(var(--_rotate)) scaleX(0.85);
                transition: transform 0.25s cubic-bezier(0.47, 0, 0.745, 0.715); }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button::before {
                --_rotate: 45deg; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter > header.dialog-header > button::after {
                --_rotate: -45deg; }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter footer {
            max-height: 70px;
            height: 100%;
            padding: 0.6em;
            height: 100%;
            background-color: #ffffff;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            box-shadow: 1px -1px 3px 1px rgba(26, 26, 26, 0.3); }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter footer > button.clear-filters-btn,
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter footer > button.complete-filters-btn {
              -webkit-appearance: none;
                 -moz-appearance: none;
                      appearance: none;
              border: none;
              cursor: pointer;
              line-height: 1;
              padding: 0.6em 1.8em;
              transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter footer > button.clear-filters-btn {
              background-color: #1a1a1a;
              color: #ffffff; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter footer > button.clear-filters-btn:hover {
                background-color: #ffffff;
                border: 1px solid #1a1a1a;
                color: #1a1a1a; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter footer > button.complete-filters-btn {
              background-color: #ffffff;
              color: #1a1a1a;
              border: 1px solid #1a1a1a; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter footer > button.complete-filters-btn:hover {
                border: 1px solid #bea380;
                background-color: #bea380;
                color: #ffffff; }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter .d-flex-form {
            --_border-radius: 10px;
            --_fields-radius: 0px;
            --_fields-border-clr: #1a1a1a;
            --_accent: #bea380;
            height: calc(100% - 140px);
            border-radius: var(--_border-radius); }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter .overflow-wrapper {
            overflow-y: scroll;
            scrollbar-width: thin;
            scrollbar-color: #bea380 #e6e6e6;
            padding-inline: 1.2em 1.3em;
            height: 100%; }
          .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form {
            width: 100%;
            height: 100%; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .inner-wrapper {
              border-radius: var(--_border-radius);
              display: flex;
              flex-direction: column;
              gap: 4em;
              padding-block: 1.3em; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field-wrappers {
              display: grid; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field-wrappers > header {
                padding-bottom: 30px;
                display: grid;
                gap: 0.5em; }
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field-wrappers > header h2,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field-wrappers > header p {
                  font-family: "basis-grotesque-regular-pro", sans-serif;
                  margin: 0; }
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field-wrappers > header h2 {
                  font-size: 24px; }
                  @media (max-width: 1440px) {
                    .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field-wrappers > header h2 {
                      font-size: 20px; } }
                  @media (max-width: 768px) {
                    .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field-wrappers > header h2 {
                      font-size: 18px; } }
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field-wrappers > header p {
                  font-size: 15px;
                  letter-spacing: 1px; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .price-input {
              width: 100%;
              display: flex;
              margin: 0 0 35px;
              gap: 2rem; }
            @media (max-width: 550px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .price-input {
                gap: 1em; } }
            @media (max-width: 550px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .price-input {
                flex-direction: column;
                align-items: center; } }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .price-input .field {
              display: flex;
              flex-direction: column;
              width: 100%;
              gap: 1em;
              width: 100%;
              align-items: center; }
            @media (max-width: 550px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .price-input .field {
                grid-template-columns: 1fr; } }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field label {
              line-height: 1;
              display: flex;
              flex-direction: column;
              justify-content: center;
              height: 100%;
              align-items: center;
              gap: 1em;
              position: relative; }
              @media (max-width: 550px) {
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field label {
                  width: 100%; } }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field label::after {
                content: '€';
                position: absolute;
                right: 0;
                opacity: 0.5;
                transform: translate(-10px, -50%);
                bottom: 5px; }
                @media (max-width: 1024px) {
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field label::after {
                    transform: translate(-9px, -50%); } }
                @media (max-width: 991px) {
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field label::after {
                    transform: translate(-8px, -50%); } }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field input {
              width: 100%;
              padding: 10px;
              outline: none;
              font-size: 17px;
              border-radius: var(--_fields-radius);
              text-align: center;
              border: 1px solid var(--_fields-border-clr);
              -moz-appearance: textfield;
              -webkit-appearance: textfield;
                      appearance: textfield; }
              @media (max-width: 1024px) {
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field input {
                  padding: 9px;
                  font-size: 16px; } }
              @media (max-width: 991px) {
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .field input {
                  padding: 8px;
                  font-size: 15px; } }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form input[type='number']::-webkit-outer-spin-button,
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form input[type='number']::-webkit-inner-spin-button {
              -webkit-appearance: none; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .price-input .separator {
              display: none; }
            @media (min-width: 550px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .price-input .separator {
                width: 130px;
                width: 2px;
                display: block;
                background: rgba(26, 26, 26, 0.5); } }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .slider {
              height: 5px;
              position: relative;
              background: #ddd;
              border-radius: var(--_fields-radius); }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .slider .progress {
              height: 100%;
              left: 25%;
              right: 25%;
              position: absolute;
              border-radius: var(--_fields-radius);
              background: var(--_accent); }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .range-input {
              position: relative; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .range-input input {
              position: absolute;
              width: 100%;
              height: 5px;
              top: -5px;
              background: none;
              pointer-events: none;
              appearance: none;
              -webkit-appearance: none;
              -moz-appearance: none; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .range-input input:focus-visible {
                outline-offset: 8px; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form input[type='range']::-webkit-slider-thumb {
              height: 18px;
              width: 18px;
              border-radius: 100%;
              background: var(--_accent);
              pointer-events: auto;
              -webkit-appearance: none;
              box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
              cursor: -webkit-grab;
              cursor: grab; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form input[type='range']:focus::-webkit-slider-thumb {
              outline: 1px solid var(--_accent);
              outline-offset: 4px;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form input[type='range']:active::-webkit-slider-thumb {
              outline: 1px solid var(--_accent);
              outline-offset: 4px;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form input[type='range']:focus::-moz-range-thumb {
              outline: 1px solid var(--_accent);
              outline-offset: 4px;
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form input[type='range']::-moz-range-thumb {
              height: 18px;
              width: 18px;
              border: none;
              border-radius: 100%;
              background: var(--_accent);
              pointer-events: auto;
              box-shadow: 0 0 6px rgba(0, 0, 0, 0.05); }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form input[type='range']:active::-moz-range-thumb {
              outline: 1px solid var(--_accent);
              outline-offset: 4px;
              -moz-transition: all 0.3s;
              transition: all 0.3s; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .guests-input {
              position: relative;
              margin: 0 auto;
              width: 100%; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .guests-input button {
              cursor: pointer; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .guests-input__options {
              width: 100%;
              background-color: #ffffff;
              display: grid;
              grid-template-columns: 1fr 1fr;
              flex-direction: column;
              gap: 1em;
              border-radius: var(--_fields-radius);
              overflow: hidden;
              transition: all 0.1s linear; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .guests-input__options > .span-wrapper {
              text-align: center; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__ctrl {
              font-size: 20px;
              width: 35px;
              height: 35px;
              display: flex;
              align-items: center;
              justify-content: center;
              aspect-ratio: 1;
              color: #1a1a1a;
              background: #ffffff;
              border-radius: 100vmax;
              border: 1px solid var(--_fields-border-clr);
              cursor: pointer;
              -webkit-user-select: none;
                 -moz-user-select: none;
                  -ms-user-select: none;
                      user-select: none;
              transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715); }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__ctrl.child_age-input__ctrl {
                width: 30px;
                height: 30px; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__ctrl:not([disabled]):hover, .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__ctrl:not([disabled]):focus-visible {
                --_fields-border-clr: #bea380;
                transform: scale(0.95);
                background-color: #bea380;
                color: #ffffff; }
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__ctrl:not([disabled]):hover.minus, .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__ctrl:not([disabled]):focus-visible.minus {
                  background-color: rgba(190, 163, 128, 0.6); }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__ctrl[disabled] {
              opacity: 0.3;
              cursor: not-allowed;
              -webkit-user-select: none;
                 -moz-user-select: none;
                  -ms-user-select: none;
                      user-select: none; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__value {
              display: flex;
              gap: 1ch;
              justify-content: center;
              width: 100%;
              cursor: default;
              align-items: center; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__value.child_age-input__value {
                font-size: smaller; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .input__value span {
              display: inline-block; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .span-wrapper {
              display: grid;
              grid-template-columns: auto 1fr auto;
              justify-items: center;
              align-items: center; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .room-input .span-wrapper {
              display: flex;
              gap: 1em;
              justify-content: center; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form #child-age {
              --_gap: 1em;
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap;
              grid-column: 1 / -1;
              gap: 1em; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form #child-age:not(:has(.age-wrapper)) {
                display: none; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .age-wrapper {
              display: flex;
              width: 100%; }
            @media (min-width: 460px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .guest-wrapper .age-wrapper {
                width: calc(50% - var(--_gap)); } }
            @media (max-width: 550px) {
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .guest-wrapper .guests-input__options {
                display: flex; } }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .guest-wrapper.field-wrappers .guest-total-number-wrapper {
              display: flex;
              padding-bottom: 0.2em;
              margin-bottom: 1.2em; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .guest-wrapper.field-wrappers .guest-total-number-wrapper input {
                border: none;
                padding: 0;
                pointer-events: none;
                cursor: none;
                outline: none;
                padding-inline: 1ch;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                field-sizing: content; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist fieldset,
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist fieldset,
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist fieldset {
              display: flex;
              flex-direction: column;
              gap: 0.4em;
              padding-left: 0;
              border: 1px solid #bea380;
              border-left: 0;
              border-right: 0;
              border-bottom: 0; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist fieldset legend,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist fieldset legend,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist fieldset legend {
                font-size: 18px;
                position: relative;
                margin-left: -30px;
                text-transform: uppercase;
                -webkit-padding-end: 0.5em;
                        padding-inline-end: 0.5em;
                -webkit-margin-after: 0.5em;
                        margin-block-end: 0.5em; }
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist,
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist,
            .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist {
              list-style: none;
              padding: 0;
              margin: 0;
              padding-left: 35px;
              display: flex;
              flex-direction: column;
              gap: 0.4em; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist li,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist li,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist li,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper {
                position: relative;
                outline: none; }
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist li:has(input:focus-visible),
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper:has(input:focus-visible),
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist li:has(input:focus-visible),
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper:has(input:focus-visible),
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist li:has(input:focus-visible),
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper:has(input:focus-visible) {
                  outline: -webkit-focus-ring-color auto 1px;
                  outline-offset: 4px; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist > li label,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper label,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist > li label,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper label,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist > li label,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper label {
                cursor: pointer;
                text-transform: capitalize; }
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist > li label .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper label .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist > li label .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper label .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist > li label .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper label .checkmark {
                  position: absolute;
                  top: 50%;
                  left: 5px;
                  transform: translate(-35px, -50%);
                  height: 18px;
                  width: 18px;
                  background-color: #ffffff;
                  border-radius: var(--_fields-radius);
                  border: 1px solid var(--_fields-border-clr); }
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist > li label .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper label .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist > li label .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper label .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist > li label .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper label .checkmark:after {
                    content: '✓';
                    position: absolute;
                    font-size: 0.6em;
                    color: #ffffff;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    opacity: 0; }
                @media (hover: hover) and (min-width: 768px) {
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist > li label:hover input ~ .checkmark,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper label:hover input ~ .checkmark,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist > li label:hover input ~ .checkmark,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper label:hover input ~ .checkmark,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist > li label:hover input ~ .checkmark,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper label:hover input ~ .checkmark {
                    --_fields-border-clr: rgba(190, 163, 128, 0.35);
                    background-color: rgba(190, 163, 128, 0.35); }
                    .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist > li label:hover input ~ .checkmark:after,
                    .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper label:hover input ~ .checkmark:after,
                    .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist > li label:hover input ~ .checkmark:after,
                    .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper label:hover input ~ .checkmark:after,
                    .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist > li label:hover input ~ .checkmark:after,
                    .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper label:hover input ~ .checkmark:after {
                      opacity: 1; } }
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist > li label input:checked ~ .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper label input:checked ~ .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist > li label input:checked ~ .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper label input:checked ~ .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist > li label input:checked ~ .checkmark,
                .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper label input:checked ~ .checkmark {
                  background-color: var(--_accent);
                  border: 1px solid var(--_accent); }
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist > li label input:checked ~ .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper label input:checked ~ .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist > li label input:checked ~ .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper label input:checked ~ .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist > li label input:checked ~ .checkmark:after,
                  .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper label input:checked ~ .checkmark:after {
                    opacity: 1; }
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist li input,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .destination-wrapper.field-wrappers .checklist div.input-wrapper input,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist li input,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .property-type-wrapper.field-wrappers .checklist div.input-wrapper input,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist li input,
              .page-template-tmpl_accommodation #resort-list .wrapper .front_filters .filter-set dialog#dialog-filter form .recommended-for-wrapper.field-wrappers .checklist div.input-wrapper input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0; }
  .page-template-tmpl_accommodation #resort-list #grid-resorts {
    position: relative; }
    .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings {
      padding-block: 30px;
      display: grid;
      grid-template-columns: 1fr 300px;
      align-items: center;
      gap: 1em; }
      .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings:has(#post-count:empty) {
        -webkit-padding-after: 0px;
                padding-block-end: 0px; }
      @media (max-width: 1024px) {
        .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings {
          grid-template-columns: 1fr;
          gap: 2em; } }
      .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings > #post-count {
        text-align: end; }
      .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings .chips-container:not(:has(.chip)) #clear-dialog-filters {
        display: none; }
      .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings .chips-container button#clear-dialog-filters {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: 1px solid rgba(26, 26, 26, 0.2);
        padding: 0.4em 0.65em 0.3em 0.65em;
        font-size: 14px;
        text-wrap: nowrap;
        overflow: clip;
        text-align: center;
        line-height: 1;
        color: #ffffff;
        background-color: #1a1a1a;
        text-transform: uppercase;
        cursor: pointer;
        transition: color 0.2s cubic-bezier(0.47, 0, 0.745, 0.715); }
        .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings .chips-container button#clear-dialog-filters:hover {
          color: #bea380; }
      .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings .chips-container .chips {
        flex-wrap: wrap;
        display: flex;
        gap: 12px; }
        .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings .chips-container .chips > .chip {
          border: 1px solid rgba(26, 26, 26, 0.2);
          background-color: #ffffff;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          display: flex;
          gap: 0.25em;
          justify-content: center;
          align-items: center;
          padding: 0.4em 0.65em 0.3em 0.65em;
          font-size: 14px;
          line-height: 1;
          text-wrap: nowrap;
          overflow: clip;
          text-align: center;
          text-transform: capitalize;
          transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
          .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings .chips-container .chips > .chip:hover {
            background-color: rgba(26, 26, 26, 0.08); }
          .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings .chips-container .chips > .chip > button.chip-remove {
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            line-height: 1;
            border: none;
            cursor: pointer;
            background-color: transparent;
            transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
            .page-template-tmpl_accommodation #resort-list #grid-resorts .filters-settings .chips-container .chips > .chip > button.chip-remove:hover {
              color: red; }
  .page-template-tmpl_accommodation #resort-list .grid-resorts-list {
    position: relative;
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 50px; }
    @media (hover: hover) and (min-width: 768px) {
      .page-template-tmpl_accommodation #resort-list .grid-resorts-list > .single-resort-card {
        transition: opacity 0.3s, scale 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      .page-template-tmpl_accommodation #resort-list .grid-resorts-list:has(.single-resort-card:hover) > .single-resort-card:not(:hover) {
        opacity: 0.4;
        scale: 0.98; } }
    @media (max-width: 1280px) {
      .page-template-tmpl_accommodation #resort-list .grid-resorts-list {
        gap: 40px; } }
    @media (max-width: 1024px) {
      .page-template-tmpl_accommodation #resort-list .grid-resorts-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 55px 40px; } }
    @media (max-width: 991px) {
      .page-template-tmpl_accommodation #resort-list .grid-resorts-list {
        grid-template-columns: repeat(auto-fill, minmax(Min(250px, 100%), 1fr));
        gap: 65px 30px; } }
    .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card {
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .swiper-inner-gallery {
        width: 100%;
        height: auto;
        position: relative; }
        @media (max-width: 1440px) {
          .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .swiper-inner-gallery {
            max-height: 50svh; } }
        .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .swiper-inner-gallery .swiper-slide {
          position: relative;
          width: 100%;
          aspect-ratio: 2 / 2.5; }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .swiper-inner-gallery .swiper-slide {
              aspect-ratio: 1 / 1.2; } }
      .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container {
        padding-top: 35px;
        display: flex;
        flex-direction: column; }
        @media (max-width: 991px) {
          .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container {
            padding-top: 25px; } }
        .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .col-2 {
          display: flex;
          justify-content: space-between;
          overflow: hidden;
          align-items: center; }
          .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .col-2 .location-area {
            line-height: 1;
            font-size: 18px;
            text-transform: uppercase; }
            @media (max-width: 1440px) {
              .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .col-2 .location-area {
                font-size: 16px; } }
            @media (max-width: 1024px) {
              .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .col-2 .location-area {
                font-size: 15px; } }
            @media (max-width: 768px) {
              .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .col-2 .location-area {
                font-size: 14px; } }
          .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .col-2 .rating-stars-wrapper {
            -webkit-padding-after: 0px;
                    padding-block-end: 0px;
            --_star_width: 15.5px; }
        .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .resort-heading {
          --flow-space: 25px;
          margin: 0;
          font-size: 39px;
          font-weight: 400;
          font-family: "Dream Avenue", serif;
          text-transform: uppercase;
          height: 82px; }
          @media (max-width: 1440px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .resort-heading {
              font-size: 32px; } }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .resort-heading {
              font-size: 28px; } }
          .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .resort-heading.clickable-parent-heading a::after {
            inset: 10% 0 0 0; }
          .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .resort-heading a {
            font: inherit; }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .resort-heading {
              --flow-space: 20px; } }
          @media (max-width: 1024px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .resort-heading {
              height: 76px; } }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .resort-heading {
              height: 72px; } }
          @media (max-width: 590px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .resort-heading {
              height: unset; } }
        .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .features {
          --flow-space: 18px;
          --_gap: 55px;
          display: flex;
          justify-content: flex-start;
          gap: 15px var(--_gap);
          flex-wrap: wrap; }
          @media (max-width: 1440px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .features {
              grid-template-columns: repeat(2, 1fr);
              display: grid;
              -moz-column-gap: unset;
                   column-gap: unset; } }
          @media (max-width: 991px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .features {
              --_gap: 35px;
              --flow-space: 15px; } }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .features {
              --_gap: 25px; } }
          .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .features li {
            text-wrap: nowrap;
            color: #1a1a1a;
            font-size: 16px;
            line-height: 1;
            text-transform: capitalize;
            font-weight: 600;
            position: relative; }
            @media (max-width: 1440px) {
              .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .features li {
                font-size: 15px; } }
            @media (max-width: 768px) {
              .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .features li {
                font-size: 14px; } }
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .features li:not(:last-of-type)::after {
              content: '';
              position: absolute;
              width: 1px;
              height: 100%;
              left: 100%;
              top: 50%;
              transform: translate(calc(((var(--_gap) / 2) + 50%) + 1px), -50%);
              background-color: rgba(26, 26, 26, 0.2); }
              @media (max-width: 1440px) {
                .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .features li:not(:last-of-type)::after {
                  transform: translateY(-50%); } }
        .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .text {
          --lines: 3;
          --flow-space: 17px; }
          @media (max-width: 768px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .text {
              --flow-space: 15px; } }
          .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .text p {
            margin: 0; }
        .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .pricetext {
          --flow-space: 28px;
          display: block; }
          @media (max-width: 991px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .pricetext {
              --flow-space: 25px; } }
          @media (max-width: 450px) {
            .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .pricetext {
              --flow-space: 22px; } }
          .page-template-tmpl_accommodation #resort-list .grid-resorts-list .single-resort-card .content_container .pricetext .price {
            font-weight: 600; }
  .page-template-tmpl_accommodation #resort-list #load-less,
  .page-template-tmpl_accommodation #resort-list #load-more {
    --margin-block: 145px 0; }
  .page-template-tmpl_accommodation #resort-list .pagination {
    padding-block: 2em; }
    .page-template-tmpl_accommodation #resort-list .pagination .page-numbers {
      display: flex;
      justify-content: center;
      gap: 2rem;
      list-style: none; }
      .page-template-tmpl_accommodation #resort-list .pagination .page-numbers li {
        font-size: 1.2em; }
      .page-template-tmpl_accommodation #resort-list .pagination .page-numbers li a {
        font: inherit; }

.page-template-tmpl_agents #agent_page_featured {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex;
  overflow: clip; }
  @media (max-width: 991px) {
    .page-template-tmpl_agents #agent_page_featured {
      min-height: 90vh;
      min-height: 90svh; } }
  @media (max-width: 768px) {
    .page-template-tmpl_agents #agent_page_featured {
      min-height: 80vh;
      min-height: 80svh; } }
  .page-template-tmpl_agents #agent_page_featured[data-theme='dark'] {
    background-color: #1a1a1a; }
  .page-template-tmpl_agents #agent_page_featured .wrapper {
    padding: 0px 5.5%; }
  .page-template-tmpl_agents #agent_page_featured .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .page-template-tmpl_agents #agent_page_featured .content-wrapper .image {
      width: auto;
      height: 80%;
      aspect-ratio: 3 / 4; }
      @media (max-width: 768px) {
        .page-template-tmpl_agents #agent_page_featured .content-wrapper .image {
          width: 80%;
          height: 60%; } }
      .page-template-tmpl_agents #agent_page_featured .content-wrapper .image__img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  @media (max-width: 768px) {
    .page-template-tmpl_agents #agent_page_featured .featured-marquee {
      z-index: 1; } }

.page-template-tmpl_agents #agent_page_about {
  padding-block: 150px 130px; }
  .page-template-tmpl_agents #agent_page_about .wrapper {
    padding: 0px 3.5%; }
  .page-template-tmpl_agents #agent_page_about .content-wrapper {
    text-align: center; }
    .page-template-tmpl_agents #agent_page_about .content-wrapper p {
      margin-bottom: 0;
      margin-inline: auto;
      max-width: 1150px; }
      @media (max-width: 991px) {
        .page-template-tmpl_agents #agent_page_about .content-wrapper p {
          text-align: start; } }
    .page-template-tmpl_agents #agent_page_about .content-wrapper h2 {
      margin-top: 0;
      font-size: var(--fluid-80px);
      text-wrap: balance; }
      @media (max-width: 1440px) {
        .page-template-tmpl_agents #agent_page_about .content-wrapper h2 {
          font-size: var(--fluid-55px); } }
    .page-template-tmpl_agents #agent_page_about .content-wrapper h2,
    .page-template-tmpl_agents #agent_page_about .content-wrapper h3 {
      text-transform: uppercase;
      margin-bottom: 0; }
    .page-template-tmpl_agents #agent_page_about .content-wrapper h3 {
      --flow-space: 50px;
      font-size: 18px;
      font-weight: 600;
      font-family: "basis-grotesque-bold-pro", sans-serif; }
    .page-template-tmpl_agents #agent_page_about .content-wrapper .text-wrapper {
      max-width: 940px;
      margin-inline: auto; }

@media (max-width: 1024px) {
  .page-template-tmpl_agents #agent_page_banner {
    height: 500px; } }

.page-template-tmpl_agents #contact_page_form {
  padding-top: 130px;
  padding-bottom: 130px; }

.page-template-tmpl_contact #contact_page_featured {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex; }
  @media (max-width: 991px) {
    .page-template-tmpl_contact #contact_page_featured {
      min-height: 90vh;
      min-height: 90svh;
      margin-top: 80px; } }
  @media (max-width: 450px) {
    .page-template-tmpl_contact #contact_page_featured {
      min-height: 80vh;
      min-height: 80svh; } }
  .page-template-tmpl_contact #contact_page_featured .featured-marquee .featured-marquee__text {
    font-size: var(--fluid-150px); }
    @media (max-width: 1440px) {
      .page-template-tmpl_contact #contact_page_featured .featured-marquee .featured-marquee__text {
        font-size: var(--fluid-100px); } }
  .page-template-tmpl_contact #contact_page_featured .wrapper {
    padding: 0px 5.5%; }
  .page-template-tmpl_contact #contact_page_featured .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%; }
    @media (max-width: 1024px) {
      .page-template-tmpl_contact #contact_page_featured .content-wrapper {
        gap: 50px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center; } }
    @media (max-width: 1024px) {
      .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-left {
        order: 1; } }
    .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-left,
    .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-right {
      flex-basis: auto;
      text-align: center; }
      @media (min-width: 1024px) {
        .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-left,
        .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-right {
          padding-bottom: 130px; } }
      .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-left li,
      .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-right li {
        margin: 0;
        font-size: 32px; }
        @media (max-width: 1440px) {
          .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-left li,
          .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-right li {
            font-size: 24px; } }
        .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-left li a,
        .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-right li a {
          font: inherit; }
        @media (max-width: 991px) {
          .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-left li,
          .page-template-tmpl_contact #contact_page_featured .content-wrapper .info-right li {
            font-size: 22px; } }
    .page-template-tmpl_contact #contact_page_featured .content-wrapper .image {
      flex-basis: 33.33%;
      height: 75%;
      aspect-ratio: 1 / 1.25;
      transition-property: box-shadow;
      transition-duration: 1.5s;
      transition-delay: 1.5s;
      transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .page-template-tmpl_contact #contact_page_featured .content-wrapper .image:has(img.vertical.aos-animate) {
        box-shadow: 0 25px 50px -12px rgba(26, 26, 26, 0.25); }
      @media (min-width: 1024px) {
        .page-template-tmpl_contact #contact_page_featured .content-wrapper .image {
          margin-top: auto; } }
      @media (max-width: 1024px) {
        .page-template-tmpl_contact #contact_page_featured .content-wrapper .image {
          height: 55%;
          max-width: 55%;
          aspect-ratio: 1 / 1.65; } }
      @media (max-width: 768px) {
        .page-template-tmpl_contact #contact_page_featured .content-wrapper .image {
          height: 80%;
          max-width: 55%;
          aspect-ratio: 1 / 1.65;
          max-height: 400px; } }
      .page-template-tmpl_contact #contact_page_featured .content-wrapper .image img.img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

.page-template-tmpl_contact #contact_page_form {
  padding-top: 110px;
  padding-bottom: 140px; }

.experience-template-default.single #featured {
  min-height: 100vh;
  min-height: 100svh; }
  @media (max-width: 991px) {
    .experience-template-default.single #featured {
      min-height: 90vh;
      min-height: 90svh; } }
  @media (max-width: 768px) {
    .experience-template-default.single #featured {
      min-height: 80vh;
      min-height: 80svh; } }
  .experience-template-default.single #featured .content-wrapper {
    min-height: 100vh;
    min-height: 100svh; }
    @media (max-width: 991px) {
      .experience-template-default.single #featured .content-wrapper {
        min-height: 90vh;
        min-height: 90svh; } }
    @media (max-width: 768px) {
      .experience-template-default.single #featured .content-wrapper {
        min-height: 80vh;
        min-height: 80svh; } }
    .experience-template-default.single #featured .content-wrapper .image {
      position: absolute;
      z-index: 0; }
      .experience-template-default.single #featured .content-wrapper .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .experience-template-default.single #featured .content-wrapper .image.image-left {
        left: 8.5%;
        bottom: 0%;
        aspect-ratio: 2 / 3;
        height: 580px; }
        @media (max-width: 1680px) {
          .experience-template-default.single #featured .content-wrapper .image.image-left {
            left: 8%;
            height: 500px; } }
        @media (max-width: 1440px) {
          .experience-template-default.single #featured .content-wrapper .image.image-left {
            left: 5%;
            height: 460px; } }
        @media (max-width: 1280px) {
          .experience-template-default.single #featured .content-wrapper .image.image-left {
            left: 3%;
            height: 400px; } }
        @media (max-width: 991px) {
          .experience-template-default.single #featured .content-wrapper .image.image-left {
            opacity: 0.7;
            height: 350px;
            max-width: 40%; } }
        @media (max-width: 768px) {
          .experience-template-default.single #featured .content-wrapper .image.image-left {
            height: 300px; } }
        @media (max-width: 450px) {
          .experience-template-default.single #featured .content-wrapper .image.image-left {
            height: 250px; } }
      .experience-template-default.single #featured .content-wrapper .image.image-right {
        right: 0;
        top: 0%;
        aspect-ratio: 2.2 / 3;
        height: 850px; }
        @media (max-width: 1680px) {
          .experience-template-default.single #featured .content-wrapper .image.image-right {
            height: 800px; } }
        @media (max-width: 1440px) {
          .experience-template-default.single #featured .content-wrapper .image.image-right {
            height: 550px; } }
        @media (max-width: 991px) {
          .experience-template-default.single #featured .content-wrapper .image.image-right {
            opacity: 0.7;
            height: 380px;
            max-width: 40%; } }
        @media (max-width: 768px) {
          .experience-template-default.single #featured .content-wrapper .image.image-right {
            height: 350px; } }
        @media (max-width: 450px) {
          .experience-template-default.single #featured .content-wrapper .image.image-right {
            height: 300px; } }
  .experience-template-default.single #featured .download_info {
    color: #bea380; }

.experience-template-default.single.single-experience #floating-overviewbar {
  --_bg-color: #1a1a1a; }
  .experience-template-default.single.single-experience #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item {
    --_list-color: #ffffff; }

.experience-template-default.single.single-experience #info-banner {
  background-blend-mode: color-dodge;
  background: linear-gradient(111.45deg, #1a1a1a 50%, rgba(26, 26, 26, 0.9) 100%), url("/wp-content/themes/snami/assets/images/noise.png");
  color: #ffffff; }
  .experience-template-default.single.single-experience #info-banner h3 {
    color: #bea380; }
  .experience-template-default.single.single-experience #info-banner * {
    color: #ffffff; }
  .experience-template-default.single.single-experience #info-banner .quick-info-list div:not(:last-child) {
    border-bottom: 1px solid #bea380; }
  .experience-template-default.single.single-experience #info-banner .divider-container .divider {
    background-color: #bea380; }
  .experience-template-default.single.single-experience #info-banner .travel-vibe-item {
    border: 1px solid #ffffff; }

.experience-template-default.single.single-experience #things-to-know {
  --bg-clr: #1a1a1a;
  --clr: #ffffff;
  --accordion-border: #ffffff;
  --svg-clr: #ffffff; }
  .experience-template-default.single.single-experience #things-to-know .accordion-item {
    --border-clr: #ffffff; }

#gallery-rows {
  -webkit-margin-before: 200px;
          margin-block-start: 200px; }

#details {
  padding-block: 180px 140px; }
  @media (max-width: 768px) {
    #details {
      padding-block: 80px 0; } }
  #details h2 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-size: var(--fluid-80px); }
  #details .swiper.experience_details_swipe {
    height: 80svh;
    height: 80vh; }
  #details .swiper-pagination {
    bottom: 0; }
    @media (max-width: 1280px) {
      #details .swiper-pagination {
        bottom: 5px; } }
    #details .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      --swiper-pagination-color: #bea380; }
  #details .swiper-slide {
    height: 80vh;
    background: #efefef; }
    #details .swiper-slide.swiper-slide-active .flex-3 > img {
      transform: translateX(0%);
      transition: transform 1s ease; }
    #details .swiper-slide.swiper-slide-active .flex-3 .content {
      opacity: 1;
      transition: 1s 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
    #details .swiper-slide.swiper-slide-active .flex-3 .multiple_single_map {
      transform: translateX(0%);
      transition: transform 1s ease; }
    #details .swiper-slide.swiper-slide-active .flex-2 .multiple_single_map {
      transform: translateX(0%);
      transition: transform 0.2s ease; }
    #details .swiper-slide .flex-3 {
      height: 80vh;
      height: 80svh;
      overflow: hidden;
      display: flex;
      justify-content: space-between; }
      #details .swiper-slide .flex-3 > img {
        width: 28%;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 991px) {
          #details .swiper-slide .flex-3 > img {
            max-height: 450px;
            -o-object-fit: contain;
               object-fit: contain; } }
        @media (max-width: 768px) {
          #details .swiper-slide .flex-3 > img {
            display: none; } }
      #details .swiper-slide .flex-3 .content {
        width: 35%;
        place-self: center;
        overflow-y: auto;
        max-height: 95%;
        /* Adjust as needed */
        position: relative;
        /* Ensure it's scrollable inside pinned section */
        opacity: 0;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 1024px) {
          #details .swiper-slide .flex-3 .content {
            max-width: 800px;
            padding-inline: 20px;
            margin-inline: auto; } }
        @media (max-width: 991px) {
          #details .swiper-slide .flex-3 .content {
            max-width: unset;
            padding-inline: 30px;
            margin-inline: auto; } }
        @media (max-width: 768px) {
          #details .swiper-slide .flex-3 .content {
            padding-inline: 15px; } }
        #details .swiper-slide .flex-3 .content h2,
        #details .swiper-slide .flex-3 .content p,
        #details .swiper-slide .flex-3 .content h3,
        #details .swiper-slide .flex-3 .content h4,
        #details .swiper-slide .flex-3 .content h5,
        #details .swiper-slide .flex-3 .content h6 {
          margin-bottom: 0; }
        #details .swiper-slide .flex-3 .content h3 {
          --flow-space: 50px;
          font-size: 18px;
          font-weight: 600;
          font-family: "basis-grotesque-regular-pro", sans-serif; }
        #details .swiper-slide .flex-3 .content h2 {
          --flow-space: 25px;
          font-size: 37px;
          font-family: "Dream Avenue", serif; }
        #details .swiper-slide .flex-3 .content p {
          --flow-space: 32px; }
      #details .swiper-slide .flex-3 .multiple_single_map {
        width: 28%;
        height: 100%;
        transform: translateX(100%);
        transition: transform 0.4s ease; }
        @media (max-width: 991px) {
          #details .swiper-slide .flex-3 .multiple_single_map {
            width: 100%;
            height: 400px; } }
  @media (max-width: 991px) {
    #details:not([data-mobile]) {
      display: none; } }
  @media (min-width: 992px) {
    #details[data-mobile] {
      display: none; } }
  #details[data-mobile] hr:last-child {
    display: none; }
  #details[data-mobile] .flex-2 {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 20px; }
    #details[data-mobile] .flex-2 .content {
      width: 100%;
      place-self: center;
      overflow-y: auto;
      scrollbar-width: thin;
      position: relative;
      /* Ensure it's scrollable inside pinned section */ }
      @media (min-width: 992px) {
        #details[data-mobile] .flex-2 .content {
          max-height: 80vh; } }
      #details[data-mobile] .flex-2 .content .overflow {
        display: flex;
        flex-direction: column; }
      @media (max-width: 1024px) {
        #details[data-mobile] .flex-2 .content {
          max-width: 800px;
          margin-inline: auto; } }
      @media (max-width: 991px) {
        #details[data-mobile] .flex-2 .content {
          max-width: unset;
          margin-inline: auto; } }
      #details[data-mobile] .flex-2 .content h2,
      #details[data-mobile] .flex-2 .content p,
      #details[data-mobile] .flex-2 .content h3,
      #details[data-mobile] .flex-2 .content h4,
      #details[data-mobile] .flex-2 .content h5,
      #details[data-mobile] .flex-2 .content h6 {
        margin-bottom: 0; }
      #details[data-mobile] .flex-2 .content h3 {
        --flow-space: 50px;
        font-size: 18px;
        font-weight: 600;
        font-family: "basis-grotesque-regular-pro", sans-serif;
        text-align: center;
        padding-inline: 3.5%; }
      #details[data-mobile] .flex-2 .content h2 {
        --flow-space: 25px;
        font-size: 37px;
        font-family: "Dream Avenue", serif; }
      #details[data-mobile] .flex-2 .content .mobile-details-text-wrapper {
        padding-inline: 3.5%; }
        #details[data-mobile] .flex-2 .content .mobile-details-text-wrapper p {
          margin-bottom: 8px; }
      #details[data-mobile] .flex-2 .content p {
        --flow-space: 32px;
        margin: unset; }
      #details[data-mobile] .flex-2 .content img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        margin-block: 20px;
        height: 50vw;
        object-fit: cover;
        max-height: 400px;
        min-height: 300px; }
    #details[data-mobile] .flex-2 .multiple_single_map {
      width: 100%;
      height: 250px;
      transform: translateX(100%);
      transition: transform 0.4s ease; }
      @media (max-width: 991px) {
        #details[data-mobile] .flex-2 .multiple_single_map {
          transform: unset; } }
      @media (max-width: 768px) {
        #details[data-mobile] .flex-2 .multiple_single_map {
          height: 300px; } }
  #details[data-mobile] .experience_details_swipe_mobile .swiper-wrapper {
    transition: 1s cubic-bezier(0.65, 0, 0.35, 1) !important; }
  #details[data-mobile] .experience_details_swipe_mobile .swiper-slide {
    height: auto; }
  #details[data-mobile] .mobile-details-pagination.pagination {
    color: #bea380;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-block: 20px 60px;
    z-index: 1;
    width: auto; }
    #details[data-mobile] .mobile-details-pagination.pagination .spans-wrapper {
      justify-content: center; }
    #details[data-mobile] .mobile-details-pagination.pagination .pagination-wrapper {
      width: 200px;
      display: grid;
      gap: 10px; }
      @media (max-width: 1024px) {
        #details[data-mobile] .mobile-details-pagination.pagination .pagination-wrapper {
          width: 180px; } }
      #details[data-mobile] .mobile-details-pagination.pagination .pagination-wrapper .spans-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 40px;
        font-family: "Dream Avenue", serif; }
        @media (max-width: 1440px) {
          #details[data-mobile] .mobile-details-pagination.pagination .pagination-wrapper .spans-wrapper {
            font-size: 35px; } }
        @media (max-width: 1024px) {
          #details[data-mobile] .mobile-details-pagination.pagination .pagination-wrapper .spans-wrapper {
            font-size: 27px; } }
    #details[data-mobile] .mobile-details-pagination.pagination .progressbar-background {
      width: 100%;
      height: 1px;
      background: #ffffff;
      position: static; }
      #details[data-mobile] .mobile-details-pagination.pagination .progressbar-background .progressbar-fill {
        height: 1px;
        background-color: #bea380; }
  #details[data-mobile] .mobile-details-navigation {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 40px;
    margin-block: 40px 60px;
    justify-content: center; }
    #details[data-mobile] .mobile-details-navigation .swiper-button-prev::after,
    #details[data-mobile] .mobile-details-navigation .swiper-button-next::after {
      display: none; }
    #details[data-mobile] .mobile-details-navigation .swiper-button-prev,
    #details[data-mobile] .mobile-details-navigation .swiper-button-next {
      display: none; }
      @media (max-width: 991px) {
        #details[data-mobile] .mobile-details-navigation .swiper-button-prev,
        #details[data-mobile] .mobile-details-navigation .swiper-button-next {
          display: block;
          position: relative;
          bottom: unset;
          top: unset;
          left: unset;
          right: unset;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          --swiper-navigation-color: #bea380; } }
  @media (max-width: 768px) {
    #details:not([data-mobile]) {
      display: none; } }

.page-template-tmpl_transportation .info-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .page-template-tmpl_transportation .info-popup .info-popup-content {
    background: white;
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    position: relative; }
  .page-template-tmpl_transportation .info-popup .popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px; }

#private_transportation_page_featured {
  position: relative; }
  #private_transportation_page_featured .bg-container {
    -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.5)) 1 fill;
       border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.5)) 1 fill; }
    #private_transportation_page_featured .bg-container .wrapper.center-content {
      min-height: 100vh;
      min-height: 100svh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    #private_transportation_page_featured .bg-container .wrapper .image {
      width: 20.8vw;
      height: 31vw; }
      @media (min-width: 1900px) {
        #private_transportation_page_featured .bg-container .wrapper .image {
          width: 18vw;
          height: 31vw; } }
      @media (max-width: 1280px) {
        #private_transportation_page_featured .bg-container .wrapper .image {
          width: 25vw;
          height: 35vw; } }
      @media (max-width: 1024px) {
        #private_transportation_page_featured .bg-container .wrapper .image {
          width: 35.2vw;
          height: 37vw; } }
      @media (max-width: 768px) {
        #private_transportation_page_featured .bg-container .wrapper .image {
          width: 44.5vw;
          height: 66vw; } }
      @media (max-width: 450px) {
        #private_transportation_page_featured .bg-container .wrapper .image {
          width: 53.5vw;
          height: 83vw; } }
    #private_transportation_page_featured .bg-container .wrapper .small_sub_text {
      margin-top: var(--fluid-32px);
      font-size: var(--fluid-32px);
      font-family: "Dream Avenue", serif;
      text-transform: uppercase; }
      @media (max-width: 1440px) {
        #private_transportation_page_featured .bg-container .wrapper .small_sub_text {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        #private_transportation_page_featured .bg-container .wrapper .small_sub_text {
          font-size: 22px; } }
      @media (max-width: 768px) {
        #private_transportation_page_featured .bg-container .wrapper .small_sub_text {
          font-size: 20px; } }
    #private_transportation_page_featured .bg-container .wrapper .section-heading {
      --color: #ffffff;
      --font-size: var(--fluid-150px);
      line-height: 1.1; }
      @media (max-width: 1440px) {
        #private_transportation_page_featured .bg-container .wrapper .section-heading {
          --font-size: var(--fluid-100px); } }

#private_transportation_about {
  padding-block: 145px 0px;
  background-color: #efefef; }
  @media (max-width: 1280px) {
    #private_transportation_about {
      padding-block: 100px 100px; } }
  #private_transportation_about .wrapper {
    padding: 0 8.5%; }
    #private_transportation_about .wrapper .subtitle,
    #private_transportation_about .wrapper .subtext,
    #private_transportation_about .wrapper .bottom-subtext {
      display: block;
      font-size: 25px;
      color: #bea380;
      text-align: center;
      margin-inline: auto; }
      @media (max-width: 1440px) {
        #private_transportation_about .wrapper .subtitle,
        #private_transportation_about .wrapper .subtext,
        #private_transportation_about .wrapper .bottom-subtext {
          font-size: 20px; } }
      @media (max-width: 768px) {
        #private_transportation_about .wrapper .subtitle,
        #private_transportation_about .wrapper .subtext,
        #private_transportation_about .wrapper .bottom-subtext {
          font-size: 18px; } }
    #private_transportation_about .wrapper .subtext,
    #private_transportation_about .wrapper .bottom-subtext {
      --flow-space: 100px;
      max-width: 20ch; }
      @media (min-width: 768px) {
        #private_transportation_about .wrapper .subtext,
        #private_transportation_about .wrapper .bottom-subtext {
          text-decoration: underline; } }
    #private_transportation_about .wrapper .section-heading {
      --font-size: var(--fluid-150px); }
    #private_transportation_about .wrapper .two-columns-wrapper {
      display: flex;
      padding-top: 120px;
      margin-bottom: -150px; }
      @media (max-width: 1440px) {
        #private_transportation_about .wrapper .two-columns-wrapper {
          padding-top: 100px; } }
      @media (max-width: 1280px) {
        #private_transportation_about .wrapper .two-columns-wrapper {
          padding-top: 80px; } }
      @media (max-width: 991px) {
        #private_transportation_about .wrapper .two-columns-wrapper {
          padding-top: 50px; } }
      @media (max-width: 991px) {
        #private_transportation_about .wrapper .two-columns-wrapper {
          flex-direction: column; } }
      #private_transportation_about .wrapper .two-columns-wrapper .secondary-heading-wrapper,
      #private_transportation_about .wrapper .two-columns-wrapper .small-right-text-wrapper {
        width: 50%; }
        @media (max-width: 991px) {
          #private_transportation_about .wrapper .two-columns-wrapper .secondary-heading-wrapper,
          #private_transportation_about .wrapper .two-columns-wrapper .small-right-text-wrapper {
            width: 100%; } }
      #private_transportation_about .wrapper .two-columns-wrapper .secondary-heading-wrapper {
        padding-bottom: 100px; }
        #private_transportation_about .wrapper .two-columns-wrapper .secondary-heading-wrapper .secondary-heading {
          mix-blend-mode: difference;
          color: #efefef;
          margin: 0;
          max-width: 11ch;
          line-height: 0.8;
          position: relative;
          z-index: 2; }
      #private_transportation_about .wrapper .two-columns-wrapper .small-right-text-wrapper {
        display: flex;
        z-index: 1; }
        #private_transportation_about .wrapper .two-columns-wrapper .small-right-text-wrapper p {
          margin-left: auto;
          text-align: end;
          margin-top: auto;
          margin-bottom: -30px;
          font-size: 20px; }
          @media (max-width: 1440px) {
            #private_transportation_about .wrapper .two-columns-wrapper .small-right-text-wrapper p {
              font-size: 18px; } }
          @media (min-width: 991px) {
            #private_transportation_about .wrapper .two-columns-wrapper .small-right-text-wrapper p {
              font-size: 16px; } }
          @media (max-width: 768px) {
            #private_transportation_about .wrapper .two-columns-wrapper .small-right-text-wrapper p {
              font-size: 15px; } }

#private_transportation_middle-section {
  /*   overflow: hidden; */
  position: relative;
  width: 100%;
  /*   height: 100vh;
  height: 100svh; */ }
  #private_transportation_middle-section .image-holder {
    /*     overflow: hidden; */
    position: relative;
    width: 100%;
    flex: none;
    /*     max-width: 1200px; */
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(15vw, 16%));
    grid-template-rows: repeat(4, 25vh);
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-content: center;
    gap: 1.8vh; }
    @media (max-width: 1280px) {
      #private_transportation_middle-section .image-holder {
        grid-template-rows: repeat(4, 20vh); } }
    @media (max-width: 990px) {
      #private_transportation_middle-section .image-holder {
        grid-template-rows: repeat(4, 16vh); } }
    @media (max-width: 760px) {
      #private_transportation_middle-section .image-holder {
        grid-template-rows: repeat(4, 13vh); } }
    #private_transportation_middle-section .image-holder div.image-list {
      background-position: 50% 50%;
      background-size: cover;
      flex: none;
      position: relative; }
      #private_transportation_middle-section .image-holder div.image-list > img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    #private_transportation_middle-section .image-holder .first {
      grid-area: 1 / 1 / 3 / 3;
      padding-bottom: 35%;
      padding-left: 6vw; }
    #private_transportation_middle-section .image-holder .centered-image {
      grid-area: 1 / 3 / 4 / 5; }
      @media (max-width: 768px) {
        #private_transportation_middle-section .image-holder .centered-image {
          padding-top: 4vh; } }
    #private_transportation_middle-section .image-holder .third {
      grid-area: 3 / 5 / 3 / -1;
      margin-top: -3vw; }
    #private_transportation_middle-section .image-holder .forth {
      grid-area: 5 / 2 / 4 / 4;
      margin-bottom: -3vw; }
    #private_transportation_middle-section .image-holder .fifth {
      grid-area: 5 / 4 / 4 / 6;
      padding-bottom: 2vh;
      padding-right: 3vw; }

#private_transportation_last-section {
  padding-block: 0 180px; }
  #private_transportation_last-section .bottom-subtext {
    display: block;
    font-size: 25px;
    color: #bea380;
    text-align: center;
    margin-inline: auto;
    --flow-space: 100px;
    max-width: 20ch;
    text-align: start;
    margin: 0;
    margin-bottom: 130px; }
    @media (min-width: 768px) {
      #private_transportation_last-section .bottom-subtext {
        text-decoration: underline; } }
    @media (max-width: 1440px) {
      #private_transportation_last-section .bottom-subtext {
        margin-bottom: 100px;
        font-size: 22px; } }
    @media (max-width: 1024px) {
      #private_transportation_last-section .bottom-subtext {
        font-size: 20px; } }
  #private_transportation_last-section .text-wrapper {
    --flow-space: 130px;
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    gap: 20px; }
    @media (max-width: 1024px) {
      #private_transportation_last-section .text-wrapper {
        flex-direction: column;
        gap: unset; } }
    #private_transportation_last-section .text-wrapper .inner-text-wrapper {
      width: 50%; }
      @media (max-width: 1024px) {
        #private_transportation_last-section .text-wrapper .inner-text-wrapper {
          width: 100%; } }
    #private_transportation_last-section .text-wrapper p {
      margin: 0; }
      @media (max-width: 1024px) {
        #private_transportation_last-section .text-wrapper p {
          -moz-columns: 1;
               columns: 1; } }
    @media (max-width: 1280px) {
      #private_transportation_last-section .text-wrapper {
        --flow-space: 100px; } }

#private_transportation_page_banner .wrapper {
  padding: 0 8.5%; }
  #private_transportation_page_banner .wrapper.top-container {
    min-height: 100vh;
    min-height: 100svh;
    /* min-height: 100svh; */
    display: flex;
    flex-direction: column;
    background: #1a1a1a;
    z-index: 3;
    width: 100%;
    height: 100vh;
    height: 100svh;
    justify-content: center;
    position: absolute;
    inset: 0;
    margin: 0; }
    @media (max-width: 991px) {
      #private_transportation_page_banner .wrapper.top-container {
        min-height: 90vh;
        min-height: 90svh; } }
    @media (max-width: 768px) {
      #private_transportation_page_banner .wrapper.top-container {
        min-height: 70vh;
        min-height: 70svh; } }
    @media (max-width: 450px) {
      #private_transportation_page_banner .wrapper.top-container {
        min-height: 60vh;
        min-height: 60svh; } }
    #private_transportation_page_banner .wrapper.top-container .subtitle {
      color: #bea380;
      font-size: 25px;
      max-width: 15ch;
      text-align: center;
      font-family: "basis-grotesque-bold-pro", sans-serif;
      margin-inline: auto;
      padding-bottom: 30px; }
      @media (max-width: 1440px) {
        #private_transportation_page_banner .wrapper.top-container .subtitle {
          font-size: 22px; } }
      @media (max-width: 1024px) {
        #private_transportation_page_banner .wrapper.top-container .subtitle {
          font-size: 20px; } }
    #private_transportation_page_banner .wrapper.top-container .section-heading {
      --font-size: var(--fluid-270px);
      --color: #ffffff; }
      @media (max-width: 1440px) {
        #private_transportation_page_banner .wrapper.top-container .section-heading {
          --font-size: var(--fluid-150px); } }

#private_transportation_page_services {
  position: relative; }
  #private_transportation_page_services .section-banner {
    display: flex;
    flex-direction: column;
    background: #1a1a1a;
    z-index: 2;
    width: 100%;
    height: 100%;
    justify-content: center;
    position: absolute;
    inset: 0;
    margin: 0;
    pointer-events: none; }
    #private_transportation_page_services .section-banner .subtitle {
      color: #bea380;
      font-size: 25px;
      max-width: 15ch;
      text-align: center;
      font-family: "basis-grotesque-bold-pro", sans-serif;
      margin-inline: auto;
      padding-bottom: 30px; }
      @media (max-width: 1440px) {
        #private_transportation_page_services .section-banner .subtitle {
          font-size: 22px; } }
      @media (max-width: 1024px) {
        #private_transportation_page_services .section-banner .subtitle {
          font-size: 20px; } }
    #private_transportation_page_services .section-banner .section-heading {
      --font-size: var(--fluid-270px);
      --color: #ffffff; }
      @media (max-width: 1440px) {
        #private_transportation_page_services .section-banner .section-heading {
          --font-size: var(--fluid-150px); } }
  #private_transportation_page_services .overlay {
    position: relative; }
    #private_transportation_page_services .overlay::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.9); }
  #private_transportation_page_services .swiper-service {
    width: 100%;
    position: relative; }
    #private_transportation_page_services .swiper-service .swiper-wrapper {
      min-height: 100vh; }
      @media (max-width: 1024px) {
        #private_transportation_page_services .swiper-service .swiper-wrapper {
          min-height: 95vh; } }
    @media (min-width: 991px) {
      #private_transportation_page_services .swiper-service .swiper-slide.swiper-slide-active .slide-content .image-wrapper img[data-index] {
        -webkit-animation: img-zooming 20s forwards infinite;
                animation: img-zooming 20s forwards infinite; } }
    #private_transportation_page_services .swiper-service .swiper-pagination {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-family: "Dream Avenue", serif;
      font-size: 40px;
      color: #bea380;
      left: revert;
      top: revert;
      right: 5%;
      bottom: 5%;
      z-index: 1; }
      @media (max-width: 1680px) {
        #private_transportation_page_services .swiper-service .swiper-pagination {
          font-size: 35px; } }
      @media (max-width: 1280px) {
        #private_transportation_page_services .swiper-service .swiper-pagination {
          font-size: 30px; } }
      @media (max-width: 768px) {
        #private_transportation_page_services .swiper-service .swiper-pagination {
          font-size: 26px; } }
      @media (max-width: 450px) {
        #private_transportation_page_services .swiper-service .swiper-pagination {
          font-size: 24px; } }
      #private_transportation_page_services .swiper-service .swiper-pagination .swiper-pagination-nums {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      #private_transportation_page_services .swiper-service .swiper-pagination .progressbar-background {
        width: 100%;
        height: 2px;
        background: rgba(190, 163, 128, 0.2); }
        #private_transportation_page_services .swiper-service .swiper-pagination .progressbar-background .progressbar-fill {
          height: 2px;
          background-color: #bea380; }
    #private_transportation_page_services .swiper-service .swiper-slide {
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: auto;
      padding-block: 85px; }
      @media (max-width: 1280px) {
        #private_transportation_page_services .swiper-service .swiper-slide {
          padding-block: 70px; } }
      @media (max-width: 1024px) {
        #private_transportation_page_services .swiper-service .swiper-slide {
          padding-block: 65px; } }
      @media (max-width: 991px) {
        #private_transportation_page_services .swiper-service .swiper-slide {
          padding-block: 50px;
          height: 100vh; } }
      @media (max-width: 768px) {
        #private_transportation_page_services .swiper-service .swiper-slide {
          padding-block: 20px; } }
      #private_transportation_page_services .swiper-service .swiper-slide .slide-content {
        display: flex;
        gap: 5vw;
        position: relative;
        z-index: 1;
        margin-inline: auto;
        width: 100%;
        justify-content: space-between;
        height: 100%;
        margin-block: unset; }
        @media (max-width: 991px) {
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content {
            flex-direction: column-reverse;
            justify-content: flex-end; } }
        #private_transportation_page_services .swiper-service .swiper-slide .slide-content .image-wrapper {
          max-width: 400px;
          overflow: hidden;
          position: relative;
          height: 80%;
          max-height: 650px;
          aspect-ratio: 2 / 3; }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .image-wrapper > img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
          @media (max-width: 991px) {
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .image-wrapper {
              width: 100%;
              max-width: 100%;
              height: auto; } }
          @media (max-width: 450px) {
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .image-wrapper {
              height: 50%; } }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .image-wrapper img[data-tab-index] {
            opacity: 0; }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .image-wrapper img[data-tab-index].active {
              opacity: 1; }
              @media (min-width: 991px) {
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .image-wrapper img[data-tab-index].active {
                  -webkit-animation: img-zooming 20s forwards infinite;
                          animation: img-zooming 20s forwards infinite; } }
        #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text {
          display: flex;
          flex-direction: column;
          gap: 3em;
          align-items: flex-start;
          height: 100%; }
          @media (max-width: 1024px) {
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text {
              gap: 2em; } }
          @media (max-width: 991px) {
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text {
              gap: 1.5em;
              justify-content: space-around; } }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack {
            display: grid; }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack:has(> .tab-content.active[data-tab-index]) div.tab-content[data-index] {
              opacity: 0;
              pointer-events: none; }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] {
              opacity: 0;
              pointer-events: none; }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index],
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] {
              max-width: 55ch;
              overflow-y: scroll;
              display: grid;
              grid-template-rows: 1fr auto;
              gap: 20px;
              padding-block: 10px; }
              @media (max-width: 991px) {
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index],
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] {
                  max-width: 100%; } }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] p,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] p {
                margin: 0;
                font-size: 23px; }
                @media (max-width: 1440px) {
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] p,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] p {
                    font-size: 18px; } }
                @media (max-width: 991px) {
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] p,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] p {
                    font-size: 16px; } }
                @media (max-width: 768px) {
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] p,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] p {
                    font-size: 15px; } }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index].active,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index].active {
                opacity: 1;
                pointer-events: auto; }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] button.open-table,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] button.open-table {
                background: transparent;
                cursor: pointer;
                border: none;
                align-self: start;
                color: #bea380;
                margin-top: 10px;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                min-width: revert; }
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] button.open-table:focus-visible,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] button.open-table:focus-visible {
                  outline: 2px solid rgba(190, 163, 128, 0.2);
                  outline-offset: 2px; }
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] button.open-table span,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] button.open-table span {
                  text-transform: uppercase;
                  font-size: 20px;
                  position: relative;
                  text-decoration: underline;
                  text-underline-offset: 4px;
                  transform: translate(0); }
                  @media (max-width: 991px) {
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] button.open-table span,
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] button.open-table span {
                      font-size: 17px; } }
                  @media (max-width: 768px) {
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] button.open-table span,
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] button.open-table span {
                      font-size: 16px; } }
                  @media (max-width: 450px) {
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] button.open-table span,
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] button.open-table span {
                      font-size: 15px; } }
                @media (max-width: 768px) {
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-tab-index] button.open-table svg,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > div.tab-content[data-index] button.open-table svg {
                    width: 45px; } }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .content-text-stack > * {
              grid-area: 1 / -1; }
          @media (min-width: 993px) {
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items {
              position: relative; }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items::after {
                content: '';
                position: absolute;
                left: -100vw;
                bottom: -25px;
                background: #e3e3e3;
                width: 300vw;
                height: 2px;
                z-index: 2;
                opacity: 0.8; } }
          @media (max-width: 991px) {
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items {
              overflow-x: scroll;
              width: 100%; } }
          @media (max-width: 768px) {
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items {
              overflow-x: unset; } }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div {
            display: flex;
            gap: 2.5rem 1rem;
            flex-wrap: wrap;
            align-items: flex-end; }
            @media (max-width: 1280px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div {
                padding-block: 1em;
                gap: 2rem 1.5rem; } }
            @media (max-width: 991px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div {
                padding-block: 1em;
                gap: 1.8rem 1.3rem; } }
            @media (max-width: 768px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div {
                padding-block: 0.7em;
                gap: 1.5rem 1rem;
                flex-wrap: wrap; } }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div .tab-btn[data-tab-index] {
              opacity: 0.85;
              padding: 0;
              max-width: 12ch;
              background: transparent;
              border: none;
              cursor: pointer;
              font-size: var(--fluid-20px);
              text-align: left;
              margin: 0;
              font-family: "basis-grotesque-bold-pro", sans-serif;
              position: relative;
              transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
              z-index: 3; }
              @media (max-width: 1024px) {
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div .tab-btn[data-tab-index] {
                  text-wrap: nowrap;
                  max-width: 100%; } }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div .tab-btn[data-tab-index]::after {
                content: '';
                position: absolute;
                bottom: -25px;
                z-index: 3;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #bea380;
                transform: scaleX(0);
                transform-origin: right;
                transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
                @media (max-width: 991px) {
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div .tab-btn[data-tab-index]::after {
                    bottom: -15px; } }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div .tab-btn[data-tab-index].active, #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div .tab-btn[data-tab-index]:hover {
                opacity: 1;
                color: #bea380; }
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div .tab-btn[data-tab-index].active::after, #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text .tab-items .overflow-div .tab-btn[data-tab-index]:hover::after {
                  transform: scaleX(1);
                  transform-origin: left;
                  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text h3 {
            font-size: var(--fluid-100px);
            line-height: 1;
            color: #bea380;
            max-width: 15ch;
            justify-self: start;
            margin: 0;
            transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
            @media (max-width: 1440px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text h3 {
                font-size: 80px; } }
            @media (max-width: 1024px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text h3 {
                font-size: 60px; } }
            @media (max-width: 768px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text h3 {
                font-size: 48px; } }
            @media (max-width: 450px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .content-text h3 {
                font-size: 40px; } }
        #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form,
        #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog {
          border: 0;
          top: 0;
          bottom: 0;
          padding: 0;
          width: 100%; }
          @media (min-width: 991px) {
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form,
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog {
              width: 45em; } }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .dialog-container,
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .dialog-container {
            padding: 20px 30px; }
            @media (max-width: 768px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .dialog-container,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .dialog-container {
                padding: 20px 18px; } }
            @media (max-width: 450px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .dialog-container,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .dialog-container {
                padding: 20px 15px; } }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .decorative-text,
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .decorative-text {
            position: absolute;
            left: 30px;
            top: 20px;
            font-family: "Crystal Sky Alt", serif;
            font-size: 65px;
            color: #bea380; }
            @media (max-width: 1280px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .decorative-text,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .decorative-text {
                font-size: 60px; } }
            @media (max-width: 991px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .decorative-text,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .decorative-text {
                font-size: 45px; } }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .tablerequest,
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .tablerequest {
            margin: auto; }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form,
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form {
            padding-block: 150px 0;
            display: grid;
            grid-template-rows: auto 1fr;
            gap: 1em; }
            @media (max-width: 1024px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form {
                padding-block: 100px 0; } }
            @media (max-width: 991px) {
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form {
                padding-block: 70px 0;
                gap: 1.2em; } }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form:not(:has(.results > .card)) [id^='request-BtnOpen'],
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form:not(:has(.results > .card)) [id^='request-BtnOpen'] {
              display: none; }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form,
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form {
              display: grid;
              gap: 2.5em 1.2em; }
              @media (max-width: 768px) {
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form {
                  gap: 2.6em 1.3em; } }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form.perHourForm .result .card .row:last-child,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form.perHourForm .result .card .row:last-child {
                background: rgba(26, 26, 26, 0.06); }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form.perHourForm, #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form.perRouteForm,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form.perHourForm,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form.perRouteForm {
                grid-template-columns: 1fr 1fr; }
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form.perHourForm > label:first-child, #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form.perRouteForm > label:first-child,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form.perHourForm > label:first-child,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form.perRouteForm > label:first-child {
                  grid-column: span 2; }
              @media (max-width: 991px) {
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form.perHourForm > label,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form.perHourForm > label {
                  grid-column: span 2; } }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form label,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form label {
                display: flex;
                flex-direction: column;
                font-weight: 600;
                gap: 7px; }
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form label input,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form label select,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form label input,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form label select {
                  field-sizing: content;
                  background: rgba(26, 26, 26, 0.05);
                  border: none;
                  padding: 0.5em 0.7em;
                  border-radius: 4px;
                  text-align: center; }
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form label input:not([disabled]),
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form label select:not([disabled]),
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form label input:not([disabled]),
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form label select:not([disabled]) {
                    cursor: pointer; }
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form label input[type='number']::-webkit-inner-spin-button,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form label input[type='number']::-webkit-inner-spin-button {
                  opacity: revert;
                  pointer-events: revert; }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form .hours-input-wrapper button.hours-plus,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form .hours-input-wrapper button.hours-minus,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form .hours-input-wrapper button.hours-plus,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form .hours-input-wrapper button.hours-minus {
                padding: 0 8px;
                border: 1px solid #1a1a1a;
                border-radius: 100vmax;
                aspect-ratio: 1;
                height: 100%;
                color: #1a1a1a;
                cursor: pointer;
                transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form .hours-input-wrapper button.hours-plus[disabled],
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form .hours-input-wrapper button.hours-minus[disabled],
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form .hours-input-wrapper button.hours-plus[disabled],
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form .hours-input-wrapper button.hours-minus[disabled] {
                  opacity: 0.3;
                  cursor: not-allowed;
                  -webkit-user-select: none;
                     -moz-user-select: none;
                      -ms-user-select: none;
                          user-select: none; }
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form .hours-input-wrapper button.hours-plus:hover,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .form .hours-input-wrapper button.hours-minus:hover,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form .hours-input-wrapper button.hours-plus:hover,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .form .hours-input-wrapper button.hours-minus:hover {
                  background-color: #bea380;
                  border: 1px solid #bea380;
                  color: #ffffff; }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form:has(.perHourForm) .results,
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form:has(.perHourForm) .results {
              overflow-y: scroll;
              -webkit-padding-end: 0.5em;
                      padding-inline-end: 0.5em; }
              @media (max-width: 768px) {
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form:has(.perHourForm) .results,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form:has(.perHourForm) .results {
                  -webkit-padding-end: 0.2em;
                          padding-inline-end: 0.2em; } }
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results,
            #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results {
              max-height: 500px;
              max-height: 470px; }
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card,
              #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card {
                display: flex;
                flex-direction: column;
                border: 1px solid rgba(26, 26, 26, 0.2);
                border-radius: 4px;
                margin-bottom: 15px; }
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row,
                #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row {
                  display: flex;
                  justify-content: space-between;
                  gap: 1ch;
                  padding: 6px 8px; }
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row:not(:last-child),
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row:not(:last-child) {
                    border-bottom: 1px solid rgba(26, 26, 26, 0.1); }
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .value.price,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .label-title,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .value.price,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .label-title {
                    font-weight: 600; }
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .label-title,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .value,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .label-title,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .value {
                    font-size: 17px; }
                    @media (min-width: 991px) {
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .label-title,
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .value,
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .label-title,
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .value {
                        font-size: 16px; } }
                    @media (max-width: 768px) {
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .label-title,
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .value,
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .label-title,
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .value {
                        font-size: 15px; } }
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row > .value,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row > .value {
                    max-width: 50%;
                    text-align: right; }
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row span.extra-hours,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row span.extra-hours {
                    color: #a88862;
                    font-size: 15px;
                    -webkit-padding-start: 1ch;
                            padding-inline-start: 1ch; }
                  @media (max-width: 991px) {
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row:has(.grid-vehicles),
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row:has(.grid-vehicles) {
                      flex-direction: column; }
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row:has(.grid-vehicles) .grid-vehicles,
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row:has(.grid-vehicles) .grid-vehicles {
                        justify-items: stretch; }
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row:has(.grid-vehicles) .grid-vehicles > .value,
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row:has(.grid-vehicles) .grid-vehicles > .value {
                        display: flex;
                        justify-content: space-between; } }
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .grid-vehicles,
                  #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .grid-vehicles {
                    display: grid;
                    justify-items: end;
                    gap: 5px; }
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .grid-vehicles > .value,
                    #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .grid-vehicles > .value {
                      text-align: end; }
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form .inner-dialog-form .results > .card .row .grid-vehicles > .value:not(:last-child),
                      #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog .inner-dialog-form .results > .card .row .grid-vehicles > .value:not(:last-child) {
                        border-bottom: 1px solid rgba(26, 26, 26, 0.1); }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form::-webkit-backdrop, #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog::-webkit-backdrop {
            background: rgba(26, 26, 26, 0.45); }
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .modal-form::backdrop,
          #private_transportation_page_services .swiper-service .swiper-slide .slide-content .dialog::backdrop {
            background: rgba(26, 26, 26, 0.45); }
  #private_transportation_page_services .navigation {
    display: flex;
    flex-direction: row-reverse;
    margin-top: auto; }
    #private_transportation_page_services .navigation .service-swiper-button-next::after,
    #private_transportation_page_services .navigation .service-swiper-button-prev::after {
      display: none; }
    #private_transportation_page_services .navigation .service-swiper-button-next,
    #private_transportation_page_services .navigation .service-swiper-button-prev {
      margin: 0;
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
      @media (max-width: 1024px) {
        #private_transportation_page_services .navigation .service-swiper-button-next,
        #private_transportation_page_services .navigation .service-swiper-button-prev {
          height: 120px; } }
      @media (max-width: 768px) {
        #private_transportation_page_services .navigation .service-swiper-button-next,
        #private_transportation_page_services .navigation .service-swiper-button-prev {
          height: 100px; } }
      #private_transportation_page_services .navigation .service-swiper-button-next svg,
      #private_transportation_page_services .navigation .service-swiper-button-prev svg {
        width: 140px;
        height: 140px;
        transition: all 0.25s ease-in-out; }
        @media (max-width: 1440px) {
          #private_transportation_page_services .navigation .service-swiper-button-next svg,
          #private_transportation_page_services .navigation .service-swiper-button-prev svg {
            width: 120px;
            height: 120px; } }
        @media (max-width: 1280px) {
          #private_transportation_page_services .navigation .service-swiper-button-next svg,
          #private_transportation_page_services .navigation .service-swiper-button-prev svg {
            width: 100px;
            height: 100px; } }
        @media (max-width: 1024px) {
          #private_transportation_page_services .navigation .service-swiper-button-next svg,
          #private_transportation_page_services .navigation .service-swiper-button-prev svg {
            width: 90px;
            height: 90px; } }
        @media (max-width: 768px) {
          #private_transportation_page_services .navigation .service-swiper-button-next svg,
          #private_transportation_page_services .navigation .service-swiper-button-prev svg {
            width: 70px;
            height: 70px; } }
      #private_transportation_page_services .navigation .service-swiper-button-next:hover svg,
      #private_transportation_page_services .navigation .service-swiper-button-prev:hover svg {
        transition: all 0.3s ease-in-out;
        transform: scale(0.95); }
    #private_transportation_page_services .navigation .service-swiper-button {
      position: relative;
      bottom: unset;
      left: unset;
      right: unset;
      top: unset;
      width: auto;
      height: auto;
      cursor: pointer; }
      #private_transportation_page_services .navigation .service-swiper-button > svg {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
      #private_transportation_page_services .navigation .service-swiper-button.swiper-button-disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: none; }

#default_page_share_to .wrapperRollingText .rollingText {
  --font-size: var(--fluid-100px);
  --color: #1a1a1a; }

.page-template-tmpl_tours-experiences .share-icon-wrapper {
  z-index: 12; }
  @media (max-width: 1280px) {
    .page-template-tmpl_tours-experiences .share-icon-wrapper {
      bottom: 18%; } }
  @media (max-width: 1024px) {
    .page-template-tmpl_tours-experiences .share-icon-wrapper {
      bottom: 12%; } }
  .page-template-tmpl_tours-experiences .share-icon-wrapper .share.share__toggle {
    background-color: #1a1a1a; }
    .page-template-tmpl_tours-experiences .share-icon-wrapper .share.share__toggle svg path {
      fill: #ffffff; }
  .page-template-tmpl_tours-experiences .share-icon-wrapper .share__button .share__link {
    background-color: #1a1a1a; }
    .page-template-tmpl_tours-experiences .share-icon-wrapper .share__button .share__link svg path {
      fill: #ffffff; }

@media (max-width: 1280px) {
  .page-template-tmpl_tours-experiences .tours-experiences-filter-button {
    bottom: 10% !important; } }

@media (max-width: 1024px) {
  .page-template-tmpl_tours-experiences .tours-experiences-filter-button {
    bottom: 5.5% !important; } }

#tours_experiences_page_featured {
  position: relative;
  background-color: #efefef; }
  #tours_experiences_page_featured .wrapper {
    min-height: 100vh;
    min-height: 100svh; }
    @media (max-width: 991px) {
      #tours_experiences_page_featured .wrapper {
        min-height: 95vh;
        min-height: 95svh; } }
    #tours_experiences_page_featured .wrapper h1 {
      font-size: var(--fluid-150px);
      font-family: "Dream Avenue", serif;
      align-self: center;
      text-align: center;
      max-width: 16ch;
      text-transform: uppercase;
      z-index: 2;
      position: relative;
      mix-blend-mode: difference;
      color: #efefef;
      margin: 0; }
      @media (max-width: 1024px) {
        #tours_experiences_page_featured .wrapper h1 {
          font-size: 100px; } }
      @media (max-width: 768px) {
        #tours_experiences_page_featured .wrapper h1 {
          font-size: 68px; } }
      @media (max-width: 450px) {
        #tours_experiences_page_featured .wrapper h1 {
          font-size: 50px; } }
    #tours_experiences_page_featured .wrapper .image {
      display: inline-block; }
      #tours_experiences_page_featured .wrapper .image.img-center {
        aspect-ratio: 2.7 / 4;
        width: 28vw;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: 0;
        align-self: end;
        justify-self: center;
        transition-property: box-shadow;
        transition-duration: 1.5s;
        transition-delay: 1.5s;
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
        @media (max-width: 1440px) {
          #tours_experiences_page_featured .wrapper .image.img-center {
            width: 28vw; } }
        @media (max-width: 1280px) {
          #tours_experiences_page_featured .wrapper .image.img-center {
            width: 37vw; } }
        @media (max-width: 1024px) {
          #tours_experiences_page_featured .wrapper .image.img-center {
            aspect-ratio: 2.3 / 4;
            width: 50vw; } }
        @media (max-width: 991px) {
          #tours_experiences_page_featured .wrapper .image.img-center {
            width: 50vw; } }
        @media (max-width: 768px) {
          #tours_experiences_page_featured .wrapper .image.img-center {
            width: 65vw;
            aspect-ratio: 2.2 / 4; } }
        @media (max-width: 450px) {
          #tours_experiences_page_featured .wrapper .image.img-center {
            width: 70vw; } }
        #tours_experiences_page_featured .wrapper .image.img-center:has(img.vertical.aos-animate) {
          box-shadow: 0 25px 50px -12px rgba(26, 26, 26, 0.25); }
        #tours_experiences_page_featured .wrapper .image.img-center img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    #tours_experiences_page_featured .wrapper .image-bottom {
      position: absolute;
      bottom: -20%;
      left: 53%;
      max-width: 380px;
      aspect-ratio: 3 / 4; }
      #tours_experiences_page_featured .wrapper .image-bottom img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (max-width: 1440px) {
        #tours_experiences_page_featured .wrapper .image-bottom {
          max-width: 250px;
          bottom: -10%; } }
      @media (max-width: 991px) {
        #tours_experiences_page_featured .wrapper .image-bottom {
          max-width: 200px;
          bottom: -5%; } }
      @media (max-width: 768px) {
        #tours_experiences_page_featured .wrapper .image-bottom {
          max-width: 180px;
          right: 5px;
          left: auto; } }

.tours-experiences-filter-button {
  z-index: 11;
  position: relative;
  position: fixed;
  width: 55px;
  padding: 0;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #1a1a1a;
  border: unset;
  outline: unset;
  transform: translate(50%) !important;
  left: 0%;
  transition: 0.4s 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  cursor: pointer; }
  @media (min-width: 1367px) {
    .tours-experiences-filter-button {
      display: none; } }
  @media (max-width: 1366px) {
    .tours-experiences-filter-button {
      bottom: 4%; } }
  @media (max-width: 1280px) {
    .tours-experiences-filter-button {
      width: 53px; } }
  @media (max-width: 1024px) {
    .tours-experiences-filter-button {
      width: 55px;
      bottom: 5%; }
      .tours-experiences-filter-button.scrolled {
        bottom: 12%;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); } }
  @media (max-width: 768px) {
    .tours-experiences-filter-button {
      width: 50px; } }
  @media (max-width: 450px) {
    .tours-experiences-filter-button {
      width: 46px; } }
  .tours-experiences-filter-button.hidden-footer {
    opacity: 0 !important;
    pointer-events: none; }

.tours-experiences-filters {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11;
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
  pointer-events: none; }
  @media (min-width: 1367px) {
    .tours-experiences-filters {
      opacity: 1;
      pointer-events: all;
      transform: translateY(100%); }
      .tours-experiences-filters.scrolled {
        transform: translateY(0%); } }
  @media (max-width: 1366px) {
    .tours-experiences-filters {
      position: fixed;
      height: 100svh;
      width: 100dvw;
      background: rgba(26, 26, 26, 0.6);
      z-index: 21;
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
      .tours-experiences-filters.active {
        opacity: 1;
        pointer-events: all; } }
  .tours-experiences-filters .close-tours-experiences-filters {
    position: absolute;
    right: 10px;
    top: 10px;
    background: unset;
    border: unset;
    outline: unset;
    width: 50px;
    aspect-ratio: 1;
    transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    cursor: pointer; }
    @media (min-width: 1367px) {
      .tours-experiences-filters .close-tours-experiences-filters {
        display: none; } }
    .tours-experiences-filters .close-tours-experiences-filters:hover {
      transform: scale(0.9); }
    .tours-experiences-filters .close-tours-experiences-filters span {
      width: 50px;
      height: 1px;
      background: #ffffff;
      display: block; }
      .tours-experiences-filters .close-tours-experiences-filters span:nth-child(1) {
        transform: rotate(45deg); }
      .tours-experiences-filters .close-tours-experiences-filters span:nth-child(2) {
        transform: rotate(-45deg); }
  .tours-experiences-filters ul.category-list {
    --_gap: 3em;
    --_padding-block: 1.6em;
    background-color: #1a1a1a;
    list-style: none;
    margin: 0;
    min-height: 85px;
    padding-block: var(--_padding-block);
    padding-inline: 8.5%;
    display: flex;
    gap: var(--_gap);
    overflow-y: hidden; }
    .tours-experiences-filters ul.category-list * {
      text-align: center; }
    .tours-experiences-filters ul.category-list ::-webkit-scrollbar {
      max-height: 8px; }
    @media (max-width: 1280px) {
      .tours-experiences-filters ul.category-list {
        min-height: 90px;
        overflow-x: scroll;
        --_padding-block: 20px;
        padding-inline: 5.5%; } }
    @media (max-width: 1366px) {
      .tours-experiences-filters ul.category-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 600px;
        padding-block: 50px;
        gap: 12px;
        overflow-y: scroll;
        overflow-x: hidden; } }
    @media (max-width: 991px) {
      .tours-experiences-filters ul.category-list {
        --_padding-block: 15px;
        min-height: 80px;
        padding-inline: 3.5%; } }
    .tours-experiences-filters ul.category-list #apply_filters {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      cursor: pointer;
      line-height: 1;
      padding: 0.5em 1.4em;
      -webkit-margin-before: 1rem;
              margin-block-start: 1rem;
      background-color: #bea380;
      color: #ffffff; }
      .tours-experiences-filters ul.category-list #apply_filters:hover {
        background-color: #ffffff;
        color: #1a1a1a; }
      @media (min-width: 1366px) {
        .tours-experiences-filters ul.category-list #apply_filters {
          display: none; } }
    .tours-experiences-filters ul.category-list li {
      padding: 0;
      margin: 0;
      color: #ffffff;
      display: flex;
      align-content: center;
      text-transform: uppercase;
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 16px; }
      @media (min-width: 1280px) {
        .tours-experiences-filters ul.category-list li {
          text-wrap: wrap; } }
      .tours-experiences-filters ul.category-list li.all, .tours-experiences-filters ul.category-list li.choose-category {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .tours-experiences-filters ul.category-list li.general-text {
        display: none !important; }
      @media (min-width: 1367px) {
        .tours-experiences-filters ul.category-list li.choose-category {
          text-align: start; } }
      @media (max-width: 1366px) {
        .tours-experiences-filters ul.category-list li.choose-category {
          margin-block: 40px; } }
      .tours-experiences-filters ul.category-list li::after, .tours-experiences-filters ul.category-list li::before {
        content: '';
        position: absolute;
        right: 0; }
        @media (max-width: 1366px) {
          .tours-experiences-filters ul.category-list li::after, .tours-experiences-filters ul.category-list li::before {
            content: none; } }
      .tours-experiences-filters ul.category-list li:not(:last-child)::after {
        height: 100%;
        width: 1px;
        top: 50%;
        transform: translate(calc(var(--_gap) / 2), -50%);
        background-color: #bea380; }
      .tours-experiences-filters ul.category-list li::before {
        width: 24px;
        height: 24px;
        aspect-ratio: 1;
        opacity: 0;
        background-color: #1a1a1a;
        bottom: 0;
        transform: translate(var(--_gap), calc(50% + var(--_padding-block))) rotate(45deg);
        transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1); }
      .tours-experiences-filters ul.category-list li button {
        color: #ffffff;
        font-size: 16px;
        font-family: "basis-grotesque-bold-pro", sans-serif;
        text-transform: uppercase;
        line-height: 1.3;
        text-align: start;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        @media (max-width: 1280px) {
          .tours-experiences-filters ul.category-list li button {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content; } }
        @media (max-width: 1366px) {
          .tours-experiences-filters ul.category-list li button {
            font-size: 15px; } }
      .tours-experiences-filters ul.category-list li.active button,
      .tours-experiences-filters ul.category-list li:hover button {
        color: #bea380; }
      .tours-experiences-filters ul.category-list li.active::before {
        opacity: 1; }
    .tours-experiences-filters ul.category-list .choose-category select#choose-category {
      field-sizing: content;
      background: #1a1a1a;
      cursor: pointer;
      color: white;
      border: none;
      outline: none;
      font-family: "basis-grotesque-bold-pro", sans-serif;
      text-transform: uppercase;
      line-height: 1.3;
      white-space: normal;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .tours-experiences-filters ul.category-list .choose-category select#choose-category::-ms-expand {
        display: none; }

#tours_experiences_page_about {
  position: relative;
  min-height: 80vh;
  min-height: 80svh;
  display: flex;
  flex-direction: column; }
  #tours_experiences_page_about .breadcrumbs {
    display: flex;
    padding: 65px 0 0 3.5%; }
    @media (max-width: 768px) {
      #tours_experiences_page_about .breadcrumbs {
        padding: 40px 0 0 30px; } }
    @media (max-width: 450px) {
      #tours_experiences_page_about .breadcrumbs {
        padding: 40px 0 0 15px; } }
  #tours_experiences_page_about .content-wrapper {
    padding: 100px 8.5%;
    margin-top: auto; }
    @media (max-width: 1280px) {
      #tours_experiences_page_about .content-wrapper {
        width: 100%;
        padding: 80px 5.5% 80px 5.5%; } }
    @media (max-width: 768px) {
      #tours_experiences_page_about .content-wrapper {
        padding: 50px 30px; } }
    @media (max-width: 450px) {
      #tours_experiences_page_about .content-wrapper {
        padding: 50px 15px; } }
    #tours_experiences_page_about .content-wrapper .content {
      width: 100%;
      place-self: start; }
      #tours_experiences_page_about .content-wrapper .content:not(:first-child) {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      #tours_experiences_page_about .content-wrapper .content .two-col {
        display: flex;
        justify-content: space-between;
        gap: 60px; }
        @media (max-width: 1024px) {
          #tours_experiences_page_about .content-wrapper .content .two-col {
            flex-direction: column; } }
        #tours_experiences_page_about .content-wrapper .content .two-col [data-animate-heading] {
          flex-basis: 55%; }
          @media (max-width: 1280px) {
            #tours_experiences_page_about .content-wrapper .content .two-col [data-animate-heading] {
              flex-basis: 50%; } }
          #tours_experiences_page_about .content-wrapper .content .two-col [data-animate-heading] h2 {
            text-transform: uppercase;
            margin: 0; }
        #tours_experiences_page_about .content-wrapper .content .two-col h2 {
          flex-basis: 55%;
          text-transform: uppercase;
          margin: 0; }
          @media (max-width: 1280px) {
            #tours_experiences_page_about .content-wrapper .content .two-col h2 {
              font-size: var(--fluid-80px); } }
        #tours_experiences_page_about .content-wrapper .content .two-col .paragraphs {
          flex-basis: 45%; }
          @media (max-width: 1280px) {
            #tours_experiences_page_about .content-wrapper .content .two-col .paragraphs {
              flex-basis: 50%; } }
          #tours_experiences_page_about .content-wrapper .content .two-col .paragraphs p {
            margin: revert; }

#planning {
  position: relative;
  min-height: 100vh;
  min-height: 100svh; }
  @media (max-width: 991px) {
    #planning {
      padding-block: 80px; } }
  #planning .image-wrapper {
    position: relative;
    height: 100vh;
    height: 100svh; }
    #planning .image-wrapper::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: -1;
      -o-border-image: linear-gradient(20deg, var(--clr-1) 0%, var(--clr-1) 28%, var(--clr-2) 50%, var(--clr-2) 100%) 1 fill;
         border-image: linear-gradient(20deg, var(--clr-1) 0%, var(--clr-1) 28%, var(--clr-2) 50%, var(--clr-2) 100%) 1 fill; }
      @media (max-width: 991px) {
        #planning .image-wrapper::after {
          --clr-1: rgba(26, 26, 26, 0.6);
          --clr-2: rgba(26, 26, 26, 0.3);
          z-index: 1; } }
    #planning .image-wrapper .scale-image {
      position: relative;
      margin-inline: auto;
      -webkit-margin-before: auto;
              margin-block-start: auto;
      width: 25%;
      height: 75%; }
      @media (max-width: 991px) {
        #planning .image-wrapper .scale-image {
          width: 100%;
          height: 100%; } }
      #planning .image-wrapper .scale-image .circleText {
        position: absolute;
        right: 0;
        top: 0;
        width: 160px;
        aspect-ratio: 1;
        max-height: 75vh;
        max-width: 75vw;
        opacity: 1;
        overflow: visible;
        transform-origin: center center;
        stroke-opacity: 0;
        transform: translate(45%, -55%) rotate(0deg);
        -webkit-animation: rotating 8s linear infinite;
                animation: rotating 8s linear infinite;
        transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      #planning .image-wrapper .scale-image text {
        fill: #bea380;
        font-family: "basis-grotesque-regular-pro", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: var(--fluid-55px);
        letter-spacing: 3.5px; }
  #planning .wrapper {
    padding: 0px 8.5%; }
    @media (max-width: 1024px) {
      #planning .wrapper {
        padding: 0px 5.5%; } }
    #planning .wrapper.content-wrapper {
      min-height: 90vh;
      min-height: 90svh;
      display: grid;
      place-content: center; }
      @media (max-width: 991px) {
        #planning .wrapper.content-wrapper {
          z-index: 2; } }
      #planning .wrapper.content-wrapper .col-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5.5%;
        position: relative;
        opacity: 0; }
        @media (max-width: 1024px) {
          #planning .wrapper.content-wrapper .col-2 {
            display: flex;
            flex-direction: column; } }
        @media (max-width: 991px) {
          #planning .wrapper.content-wrapper .col-2 {
            opacity: 1; } }
        #planning .wrapper.content-wrapper .col-2 .heading-col {
          display: grid;
          gap: 55px; }
          #planning .wrapper.content-wrapper .col-2 .heading-col .section-heading {
            --color: #ffffff;
            --font-size: var(--fluid-55px);
            font-family: "Dream Avenue", serif;
            text-align: start;
            text-wrap: balance;
            text-transform: uppercase; }
            @media (max-width: 1440px) {
              #planning .wrapper.content-wrapper .col-2 .heading-col .section-heading {
                font-size: 42px; } }
            @media (max-width: 1024px) {
              #planning .wrapper.content-wrapper .col-2 .heading-col .section-heading {
                font-size: 32px; } }
            @media (max-width: 1440px) {
              #planning .wrapper.content-wrapper .col-2 .heading-col .section-heading {
                font-size: 28px; } }
          #planning .wrapper.content-wrapper .col-2 .heading-col .btn {
            margin-top: 20px;
            position: relative;
            border: 0;
            outline: 1px solid #ffffff;
            display: flex;
            align-items: center;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content; }
            @media (max-width: 991px) {
              #planning .wrapper.content-wrapper .col-2 .heading-col .btn {
                margin-top: 0px;
                padding: 1em 2em; } }
            #planning .wrapper.content-wrapper .col-2 .heading-col .btn::after {
              content: '';
              width: 100%;
              transform: scaleX(0);
              inset: 0;
              position: absolute;
              z-index: -1;
              background-color: #bea380;
              transform-origin: right;
              transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
            #planning .wrapper.content-wrapper .col-2 .heading-col .btn:hover, #planning .wrapper.content-wrapper .col-2 .heading-col .btn:focus-within {
              background-color: transparent;
              outline: 1px solid currentColor; }
              #planning .wrapper.content-wrapper .col-2 .heading-col .btn:hover::after, #planning .wrapper.content-wrapper .col-2 .heading-col .btn:focus-within::after {
                transform: scaleX(1);
                transform-origin: left;
                transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
        #planning .wrapper.content-wrapper .col-2 .steps-col ul.step-list {
          list-style: none;
          padding: 0;
          margin: 0;
          max-width: 650px; }
          #planning .wrapper.content-wrapper .col-2 .steps-col ul.step-list li.step {
            padding-block: 30px;
            font-family: "basis-grotesque-bold-pro", sans-serif;
            color: #ffffff;
            text-transform: uppercase; }
          #planning .wrapper.content-wrapper .col-2 .steps-col ul.step-list li.step:not(:last-child) {
            border-bottom: 1px solid #ffffff; }

#default_destination {
  position: relative; }
  #default_destination .section-heading {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    --font-size: 20px;
    font-family: "basis-grotesque-regular-pro", sans-serif;
    color: #ffffff;
    z-index: 11; }
    @media (max-width: 1440px) {
      #default_destination .section-heading {
        --font-size: 18px; } }
    @media (max-width: 768px) {
      #default_destination .section-heading {
        --font-size: 16px; } }
    #default_destination .section-heading a {
      font: inherit;
      color: inherit;
      position: relative;
      padding-bottom: 8px; }
      #default_destination .section-heading a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        background-color: #ffffff;
        transition: width 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      #default_destination .section-heading a:hover::after {
        width: 100%; }
  #default_destination .wrapper,
  #default_destination .image-container {
    position: relative; }
    #default_destination .wrapper::after,
    #default_destination .image-container::after {
      content: '';
      background-blend-mode: color-dodge;
      background: linear-gradient(111.45deg, rgba(26, 26, 26, 0.4) 50%, rgba(26, 26, 26, 0.4) 100%), url("/wp-content/themes/snami/assets/images/noise.png");
      inset: 0;
      position: absolute; }
    #default_destination .wrapper .default-bg,
    #default_destination .image-container .default-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  #default_destination .wrapper {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative; }
    @media (max-width: 768px) {
      #default_destination .wrapper {
        min-height: 60vh;
        min-height: 60svh; } }
    #default_destination .wrapper .image-container {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      visibility: hidden; }
    #default_destination .wrapper .heading-wrappers {
      gap: 20px 50px;
      position: relative;
      z-index: 10;
      display: flex;
      gap: 20px 50px;
      align-items: center;
      justify-content: space-evenly;
      flex-wrap: wrap;
      max-width: 80ch;
      align-content: center; }
      @media (max-width: 768px) {
        #default_destination .wrapper .heading-wrappers {
          flex-direction: column;
          padding-block: 160px 60px; } }
      #default_destination .wrapper .heading-wrappers .post-title {
        margin: 0;
        display: inline-flex;
        font-size: var(--fluid-100px);
        font-family: "Dream Avenue", serif;
        text-transform: uppercase;
        color: #ffffff;
        cursor: pointer;
        opacity: 1; }
        #default_destination .wrapper .heading-wrappers .post-title a {
          font: inherit;
          color: inherit; }
      @media (hover: hover) and (min-width: 768px) {
        #default_destination .wrapper .heading-wrappers > .post-title {
          transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        #default_destination .wrapper .heading-wrappers:has(> .post-title:hover) > .post-title:not(:hover),
        #default_destination .wrapper .heading-wrappers:has(> .post-title:focus-within) > .post-title:not(:focus-within) {
          opacity: 0.6; } }

.experience-template-default.single #featured,
.tour-template-default.single #featured {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background-color: #1a1a1a; }
  @media (max-width: 991px) {
    .experience-template-default.single #featured,
    .tour-template-default.single #featured {
      min-height: 90vh;
      min-height: 90svh; } }
  .experience-template-default.single #featured .wrapper,
  .tour-template-default.single #featured .wrapper {
    padding: 0 0; }
    .experience-template-default.single #featured .wrapper.content-wrapper,
    .tour-template-default.single #featured .wrapper.content-wrapper {
      z-index: 1;
      display: flex;
      gap: 50px;
      flex-direction: column;
      place-content: center;
      align-items: center;
      max-width: 120ch; }
      .experience-template-default.single #featured .wrapper.content-wrapper .area-location,
      .tour-template-default.single #featured .wrapper.content-wrapper .area-location {
        color: #ffffff;
        font-size: var(--fluid-20px);
        font-family: "basis-grotesque-bold-pro", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        display: flex;
        align-items: center; }
        @media (max-width: 1440px) {
          .experience-template-default.single #featured .wrapper.content-wrapper .area-location,
          .tour-template-default.single #featured .wrapper.content-wrapper .area-location {
            font-size: 18px; } }
        @media (max-width: 768px) {
          .experience-template-default.single #featured .wrapper.content-wrapper .area-location,
          .tour-template-default.single #featured .wrapper.content-wrapper .area-location {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .experience-template-default.single #featured .wrapper.content-wrapper .area-location,
          .tour-template-default.single #featured .wrapper.content-wrapper .area-location {
            margin-block: 20px 0px;
            font-size: 15px; } }
        .experience-template-default.single #featured .wrapper.content-wrapper .area-location::before,
        .tour-template-default.single #featured .wrapper.content-wrapper .area-location::before {
          line-height: 1;
          content: url("/wp-content/themes/snami/assets/images/location_white-marker.svg"); }
      .experience-template-default.single #featured .wrapper.content-wrapper h1.section-heading,
      .tour-template-default.single #featured .wrapper.content-wrapper h1.section-heading {
        margin: 0;
        padding-inline: 20px;
        color: #ffffff;
        text-wrap: balance;
        text-transform: uppercase;
        --font-size: var(--fluid-100px); }
        @media (max-width: 450px) {
          .experience-template-default.single #featured .wrapper.content-wrapper h1.section-heading,
          .tour-template-default.single #featured .wrapper.content-wrapper h1.section-heading {
            --font-size: var(--fluid-150px); } }
      .experience-template-default.single #featured .wrapper.content-wrapper .download_info,
      .tour-template-default.single #featured .wrapper.content-wrapper .download_info {
        font-size: 18px;
        font-family: "basis-grotesque-regular-pro", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: underline;
        text-underline-offset: 7px; }

.tour-template-default.single #featured {
  overflow: hidden;
  position: relative; }
  .tour-template-default.single #featured .scrolled-bgImage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(38% 15%, 62% 15%, 62% 85%, 38% 85%);
            clip-path: polygon(38% 15%, 62% 15%, 62% 85%, 38% 85%);
    filter: brightness(1); }
    @media (max-width: 1440px) {
      .tour-template-default.single #featured .scrolled-bgImage {
        -webkit-clip-path: polygon(35% 16%, 65% 16%, 65% 84%, 35% 84%);
                clip-path: polygon(35% 16%, 65% 16%, 65% 84%, 35% 84%); } }
    @media (max-width: 1280px) {
      .tour-template-default.single #featured .scrolled-bgImage {
        -webkit-clip-path: polygon(35% 14%, 65% 14%, 65% 86%, 35% 86%);
                clip-path: polygon(35% 14%, 65% 14%, 65% 86%, 35% 86%); } }
    @media (max-width: 1024px) {
      .tour-template-default.single #featured .scrolled-bgImage {
        -webkit-clip-path: polygon(30% 16%, 70% 16%, 70% 84%, 30% 84%);
                clip-path: polygon(30% 16%, 70% 16%, 70% 84%, 30% 84%); } }
    @media (max-width: 991px) {
      .tour-template-default.single #featured .scrolled-bgImage {
        -webkit-clip-path: polygon(30% 20%, 70% 20%, 70% 80%, 30% 80%);
                clip-path: polygon(30% 20%, 70% 20%, 70% 80%, 30% 80%); } }
    @media (max-width: 768px) {
      .tour-template-default.single #featured .scrolled-bgImage {
        -webkit-clip-path: polygon(30% 20%, 70% 20%, 70% 80%, 30% 80%);
                clip-path: polygon(30% 20%, 70% 20%, 70% 80%, 30% 80%); } }
  .tour-template-default.single #featured .image {
    overflow: hidden;
    position: absolute;
    max-width: 300px;
    z-index: 1;
    will-change: transform;
    aspect-ratio: 3 / 4; }
    @media (max-width: 1280px) {
      .tour-template-default.single #featured .image {
        max-width: 250px; } }
    @media (max-width: 1024px) {
      .tour-template-default.single #featured .image {
        max-width: 180px; } }
    @media (max-width: 768px) {
      .tour-template-default.single #featured .image {
        max-width: 150px; } }
    @media (max-width: 450px) {
      .tour-template-default.single #featured .image {
        display: none; } }
    .tour-template-default.single #featured .image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transform-origin: left;
      will-change: transform, scale; }
    .tour-template-default.single #featured .image.image-left {
      left: 0;
      top: 40%; }
    .tour-template-default.single #featured .image.image-right {
      right: 0;
      top: 10%; }
  .tour-template-default.single #featured .download_info {
    color: #ffffff; }

@media (max-width: 1024px) {
  #introduction-about {
    padding: 70px 0; } }

#introduction-about .wrapper {
  padding: 0px 8.5%; }
  @media (max-width: 768px) {
    #introduction-about .wrapper {
      padding-inline: 30px; } }
  @media (max-width: 768px) {
    #introduction-about .wrapper {
      padding-inline: 15px; } }
  #introduction-about .wrapper.content-wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #introduction-about .wrapper.content-wrapper {
        min-height: 50vh;
        min-height: 50svh;
        align-items: flex-start; } }
    #introduction-about .wrapper.content-wrapper .col-2 {
      display: flex;
      justify-content: space-between;
      gap: 10%;
      padding-block: 100px;
      align-items: flex-start; }
      @media (max-width: 1024px) {
        #introduction-about .wrapper.content-wrapper .col-2 {
          flex-direction: column;
          gap: 20px;
          padding-block: 50px; } }
      @media (max-width: 991px) {
        #introduction-about .wrapper.content-wrapper .col-2 {
          padding-block: 40px; } }
      #introduction-about .wrapper.content-wrapper .col-2 .heading-col-1 {
        width: 50%; }
        @media (max-width: 1024px) {
          #introduction-about .wrapper.content-wrapper .col-2 .heading-col-1 {
            width: 100%; } }
        #introduction-about .wrapper.content-wrapper .col-2 .heading-col-1 h2 {
          margin: 0;
          text-wrap: balance;
          text-transform: uppercase; }
          @media (max-width: 450px) {
            #introduction-about .wrapper.content-wrapper .col-2 .heading-col-1 h2 {
              font-size: 32px; } }
      #introduction-about .wrapper.content-wrapper .col-2 .content-col-2 {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-items: start; }
        @media (max-width: 1024px) {
          #introduction-about .wrapper.content-wrapper .col-2 .content-col-2 {
            width: 100%; } }
        #introduction-about .wrapper.content-wrapper .col-2 .content-col-2 h3 {
          margin: 0;
          font-size: 18px;
          text-transform: uppercase; }
          @media (max-width: 1440px) {
            #introduction-about .wrapper.content-wrapper .col-2 .content-col-2 h3 {
              font-size: 16px; } }
          @media (max-width: 768px) {
            #introduction-about .wrapper.content-wrapper .col-2 .content-col-2 h3 {
              font-size: 15px; } }
        #introduction-about .wrapper.content-wrapper .col-2 .content-col-2 h2 {
          text-transform: uppercase;
          margin: 0; }
        #introduction-about .wrapper.content-wrapper .col-2 .content-col-2 p {
          margin: 0;
          margin-bottom: 8px; }

#highlights {
  place-content: center;
  padding-block: 305px 175px; }
  @media (max-width: 768px) {
    #highlights {
      padding-block: 100px 80px; } }
  #highlights .wrapper {
    padding: 0px 0px; }
    #highlights .wrapper .col-3 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 8%;
      text-align: center; }
      @media (max-width: 768px) {
        #highlights .wrapper .col-3 {
          grid-template-columns: 1fr; } }
      #highlights .wrapper .col-3 .col {
        position: relative; }
        @media (max-width: 768px) {
          #highlights .wrapper .col-3 .col {
            padding-inline: 20px; }
            #highlights .wrapper .col-3 .col:nth-child(1), #highlights .wrapper .col-3 .col:nth-child(3) {
              display: none; } }
        #highlights .wrapper .col-3 .col .image {
          position: absolute;
          width: 100%;
          max-width: 500px;
          aspect-ratio: 3 / 4; }
          @media (max-width: 1440px) {
            #highlights .wrapper .col-3 .col .image {
              max-width: 450px; } }
          @media (max-width: 1280px) {
            #highlights .wrapper .col-3 .col .image {
              max-width: 400px; } }
          #highlights .wrapper .col-3 .col .image.image-1 {
            left: 0%;
            top: 0%; }
            @media (max-width: 1440px) {
              #highlights .wrapper .col-3 .col .image.image-1 {
                top: 5%; } }
          #highlights .wrapper .col-3 .col .image.image-1-2 {
            right: -10%;
            bottom: -10%; }
            @media (max-width: 1440px) {
              #highlights .wrapper .col-3 .col .image.image-1-2 {
                bottom: 20%; } }
          #highlights .wrapper .col-3 .col .image.image-2 {
            right: 0%;
            top: 50%;
            transform: translateY(-50%); }
            #highlights .wrapper .col-3 .col .image.image-2 img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
        #highlights .wrapper .col-3 .col .image-1 img,
        #highlights .wrapper .col-3 .col .image-1-2 img {
          position: absolute;
          inset: 0;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        #highlights .wrapper .col-3 .col h2.section-heading {
          margin: 0;
          text-transform: uppercase;
          --font-size: var(--fluid-80px); }
        #highlights .wrapper .col-3 .col ul {
          --gap: 70px;
          list-style: none;
          padding: 0;
          margin: 0;
          padding-top: 50px;
          display: grid;
          gap: var(--gap); }
          #highlights .wrapper .col-3 .col ul li {
            display: grid;
            gap: 22px;
            position: relative; }
            #highlights .wrapper .col-3 .col ul li .highlight-title {
              margin: 0;
              font-size: 32px;
              font-family: "Dream Avenue", serif; }
            #highlights .wrapper .col-3 .col ul li .highlight-text {
              margin: 0; }
            #highlights .wrapper .col-3 .col ul li:not(:last-child)::after {
              content: '';
              position: absolute;
              width: 100%;
              height: 1px;
              background-color: #bea380;
              bottom: 0;
              left: 0;
              transform: translateY(calc(var(--gap) / 2 + 1px)); }
            #highlights .wrapper .col-3 .col ul li h3 {
              margin: 0;
              font-size: 32px;
              font-family: "basis-grotesque-regular-pro", sans-serif; }
              @media (max-width: 1440px) {
                #highlights .wrapper .col-3 .col ul li h3 {
                  font-size: 24px; } }
              @media (max-width: 991px) {
                #highlights .wrapper .col-3 .col ul li h3 {
                  font-size: 22px; } }
            #highlights .wrapper .col-3 .col ul li p {
              margin: 0; }

#location-map {
  position: relative;
  min-height: 65vh;
  min-height: 65svh;
  padding-block: 100px;
  margin-bottom: 150px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    #location-map {
      padding-block: 60px;
      margin-bottom: unset;
      min-height: 500px; } }
  #location-map::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    aspect-ratio: 1;
    height: calc(100% - 125px);
    border-radius: 100vw;
    background-color: #ffffff;
    -webkit-animation: bounce 3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
            animation: bounce 3s cubic-bezier(0.65, 0, 0.35, 1) infinite; }
    @media (max-width: 991px) {
      #location-map::after {
        height: 60vw;
        width: 60vw; } }
    @media (max-width: 768px) {
      #location-map::after {
        width: 70vw;
        height: 70vw; } }
  #location-map .text-marquee {
    pointer-events: none;
    cursor: none;
    white-space: nowrap;
    overflow: hidden;
    z-index: 0;
    margin-block: auto; }
    @media (max-width: 768px) {
      #location-map .text-marquee {
        position: relative; } }
    #location-map .text-marquee__text {
      display: inline-block;
      padding-left: 100%;
      font-size: 100px;
      font-family: "Dream Avenue", serif;
      text-transform: uppercase;
      color: #1a1a1a;
      margin: 0; }
      @media (max-width: 1440px) {
        #location-map .text-marquee__text {
          position: relative;
          font-size: 82px; } }
      @media (max-width: 1024px) {
        #location-map .text-marquee__text {
          position: relative;
          font-size: 68px; } }
      @media (max-width: 768px) {
        #location-map .text-marquee__text {
          position: relative;
          font-size: 56px; } }
      #location-map .text-marquee__text[data-direction='rtl'] {
        -webkit-animation: marquee-rtl 32s linear infinite;
                animation: marquee-rtl 32s linear infinite; }
      #location-map .text-marquee__text[data-direction='ltr'] {
        -webkit-animation: marquee-ltr 32s linear infinite;
                animation: marquee-ltr 32s linear infinite; }
      #location-map .text-marquee__text span.gap {
        margin: 0 200px; }
  #location-map .openDialogBtn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    padding: 0;
    background: transparent; }
  #location-map img.backgroundMap-image {
    height: 100%;
    aspect-ratio: 1;
    padding: 18vh;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1; }
    @media (max-width: 991px) {
      #location-map img.backgroundMap-image {
        width: 50vw;
        height: 50vw;
        padding: 50px; } }
    @media (max-width: 768px) {
      #location-map img.backgroundMap-image {
        width: 65vw;
        height: 65vw;
        padding: 50px; } }

#itinerary {
  padding-block: 165px 200px; }
  @media (max-width: 768px) {
    #itinerary {
      padding-block: 140px 80px; } }
  #itinerary .wrapper {
    padding: 0px 8.5%; }
    @media (max-width: 768px) {
      #itinerary .wrapper {
        padding-inline: 30px; } }
    @media (max-width: 768px) {
      #itinerary .wrapper {
        padding-inline: 3.5%; } }
    #itinerary .wrapper h3.section-heading {
      text-transform: uppercase;
      margin: 0;
      --font-size: var(--fluid-80px); }
  #itinerary .accordion {
    padding-top: 95px;
    counter-reset: itinerary-counter; }
    @media (max-width: 768px) {
      #itinerary .accordion {
        padding-top: 32px; } }
    #itinerary .accordion .accordion__item {
      counter-increment: itinerary-counter;
      border-bottom: 1px solid #1a1a1a; }
      #itinerary .accordion .accordion__item .accordion__header {
        cursor: pointer;
        display: grid;
        grid-template-columns: 130px 1fr auto;
        padding-block: 35px;
        align-items: center; }
        @media (max-width: 1440px) {
          #itinerary .accordion .accordion__item .accordion__header {
            padding-block: 28px; } }
        @media (max-width: 768px) {
          #itinerary .accordion .accordion__item .accordion__header {
            padding-block: 25px;
            grid-template-columns: 50px 1fr auto; } }
        #itinerary .accordion .accordion__item .accordion__header::before {
          content: counter(itinerary-counter, decimal-leading-zero);
          font-size: 32px;
          font-family: "basis-grotesque-regular-pro", sans-serif; }
          @media (max-width: 1440px) {
            #itinerary .accordion .accordion__item .accordion__header::before {
              font-size: 24px; } }
          @media (max-width: 991px) {
            #itinerary .accordion .accordion__item .accordion__header::before {
              font-size: 22px; } }
        #itinerary .accordion .accordion__item .accordion__header h4 {
          margin: 0;
          font-family: "basis-grotesque-regular-pro", sans-serif;
          padding-right: 20px; }
        #itinerary .accordion .accordion__item .accordion__header span.cross {
          width: 60px;
          height: 60px;
          aspect-ratio: 1;
          transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
          position: relative; }
          @media (max-width: 1440px) {
            #itinerary .accordion .accordion__item .accordion__header span.cross {
              width: 45px;
              height: 45px; } }
          @media (max-width: 1024px) {
            #itinerary .accordion .accordion__item .accordion__header span.cross {
              width: 30px;
              height: 30px; } }
          @media (max-width: 450px) {
            #itinerary .accordion .accordion__item .accordion__header span.cross {
              width: 25px;
              height: 25px; } }
          #itinerary .accordion .accordion__item .accordion__header span.cross::after, #itinerary .accordion .accordion__item .accordion__header span.cross::before {
            --line: 1px;
            content: '';
            position: absolute;
            background-color: #1a1a1a; }
          #itinerary .accordion .accordion__item .accordion__header span.cross::before {
            width: 100%;
            height: var(--line);
            top: 50%;
            left: 50%;
            transform: translateX(calc(-50% + (var(--line) / 2))); }
          #itinerary .accordion .accordion__item .accordion__header span.cross::after {
            width: var(--line);
            height: 100%;
            top: 50%;
            left: 50%;
            transform: translateY(calc(-50% + (var(--line) / 2))); }
      #itinerary .accordion .accordion__item .accordion__inner {
        position: relative;
        max-width: 78em;
        margin-inline: auto; }
        #itinerary .accordion .accordion__item .accordion__inner .accordion-wrapper {
          grid-template-columns: 1fr 1fr;
          grid-template-rows: auto auto;
          overflow: hidden;
          display: grid; }
          @media (max-width: 1024px) {
            #itinerary .accordion .accordion__item .accordion__inner .accordion-wrapper {
              display: flex;
              flex-direction: column; } }
        #itinerary .accordion .accordion__item .accordion__inner .decorative-text {
          position: absolute;
          left: 0;
          right: 200px;
          bottom: 0;
          font-size: 6.5vw;
          font-family: "Dream Avenue", serif;
          color: #cccccc;
          margin: 0;
          opacity: 0;
          scale: 0;
          z-index: 1;
          mix-blend-mode: difference;
          line-height: 1;
          max-width: 80%;
          text-transform: uppercase;
          transition: opacity 2s, delay 4s ease-in-out; }
          @media (max-width: 1024px) {
            #itinerary .accordion .accordion__item .accordion__inner .decorative-text {
              display: none; } }
        #itinerary .accordion .accordion__item .accordion__inner .image-wrapper {
          height: 600px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          display: grid;
          grid-template-columns: 1fr 1fr 100px 1fr;
          grid-row: 1 / -2;
          grid-column: 1 / 2;
          padding-right: 40px; }
          #itinerary .accordion .accordion__item .accordion__inner .image-wrapper > * {
            grid-area: 1 / 1; }
          @media (max-width: 1024px) {
            #itinerary .accordion .accordion__item .accordion__inner .image-wrapper {
              height: unset;
              position: relative;
              padding-bottom: 40px;
              display: flex;
              justify-content: center; } }
          @media (max-width: 1024px) {
            #itinerary .accordion .accordion__item .accordion__inner .image-wrapper {
              padding-right: 0px;
              width: 100%; } }
          #itinerary .accordion .accordion__item .accordion__inner .image-wrapper img {
            width: 100%;
            max-width: 350px;
            width: 100%;
            height: auto;
            -o-object-fit: cover;
               object-fit: cover; }
            @media (max-width: 1024px) {
              #itinerary .accordion .accordion__item .accordion__inner .image-wrapper img {
                max-width: 200px;
                margin-inline: auto; } }
            @media (max-width: 450px) {
              #itinerary .accordion .accordion__item .accordion__inner .image-wrapper img {
                max-width: 180px; } }
            #itinerary .accordion .accordion__item .accordion__inner .image-wrapper img.image-1 {
              scale: 0;
              grid-column: 1 / 4;
              margin-bottom: auto;
              aspect-ratio: 5 / 4; }
              @media (max-width: 1024px) {
                #itinerary .accordion .accordion__item .accordion__inner .image-wrapper img.image-1 {
                  margin-right: unset; } }
            #itinerary .accordion .accordion__item .accordion__inner .image-wrapper img.image-2 {
              scale: 0;
              margin-block: auto;
              grid-column: 3 / -1;
              aspect-ratio: 3 / 4; }
              @media (min-width: 1440px) {
                #itinerary .accordion .accordion__item .accordion__inner .image-wrapper img.image-2 {
                  margin-left: -50px; } }
              @media (max-width: 1024px) {
                #itinerary .accordion .accordion__item .accordion__inner .image-wrapper img.image-2 {
                  padding-right: 0px;
                  padding-top: 60px;
                  margin-left: -40px; } }
        #itinerary .accordion .accordion__item .accordion__inner .text-wrapper {
          z-index: 1; }
          #itinerary .accordion .accordion__item .accordion__inner .text-wrapper p {
            max-width: 60ch;
            margin: 0; }
          #itinerary .accordion .accordion__item .accordion__inner .text-wrapper button.openDialogBtn {
            all: unset;
            cursor: pointer; }
            #itinerary .accordion .accordion__item .accordion__inner .text-wrapper button.openDialogBtn span.view-map {
              color: #1a1a1a;
              font-family: "basis-grotesque-regular-pro", sans-serif;
              font-weight: 600;
              text-transform: uppercase;
              text-decoration: underline;
              text-underline-offset: 4px;
              position: relative;
              display: flex;
              align-items: center;
              padding-block: 50px; }
              #itinerary .accordion .accordion__item .accordion__inner .text-wrapper button.openDialogBtn span.view-map::before {
                content: url("/wp-content/themes/snami/assets/images/location_marker.svg"); }
              @media (max-width: 991px) {
                #itinerary .accordion .accordion__item .accordion__inner .text-wrapper button.openDialogBtn span.view-map {
                  padding-block: 30px; } }
        #itinerary .accordion .accordion__item .accordion__inner .title-image {
          overflow: clip;
          display: grid;
          grid-template-columns: 1fr auto;
          grid-column: 1 / -1; }
          #itinerary .accordion .accordion__item .accordion__inner .title-image .small-image {
            max-height: 250px;
            aspect-ratio: 3 / 4;
            transform: translateX(100%);
            -o-object-fit: cover;
               object-fit: cover;
            margin-left: auto;
            position: absolute;
            right: 0;
            bottom: 0; }
            @media (max-width: 1024px) {
              #itinerary .accordion .accordion__item .accordion__inner .title-image .small-image {
                display: none; } }
      #itinerary .accordion .accordion__item:has(> .accordion__header.active) {
        padding-bottom: 30px; }
        @media (max-width: 991px) {
          #itinerary .accordion .accordion__item:has(> .accordion__header.active) {
            padding-block: 20px; } }
        #itinerary .accordion .accordion__item:has(> .accordion__header.active) .accordion__inner .decorative-text {
          opacity: 1;
          scale: 1;
          transition: all 2s, delay 4s ease-in-out; }
        #itinerary .accordion .accordion__item:has(> .accordion__header.active) .accordion__inner .image-wrapper .image-1 {
          scale: 1;
          transition: scale 1.5s, delay 1s ease-in-out; }
        #itinerary .accordion .accordion__item:has(> .accordion__header.active) .accordion__inner .image-wrapper .image-2 {
          scale: 1;
          transition: scale 1.5s, delay 1.5s ease-in-out; }
        #itinerary .accordion .accordion__item:has(> .accordion__header.active) .accordion__inner .title-image .small-image {
          transform: translateX(0%);
          transition: transform 2s, delay 2s ease-in-out; }
        #itinerary .accordion .accordion__item:has(> .accordion__header.active) span.cross {
          transform: rotate(45deg); }
        #itinerary .accordion .accordion__item:has(> .accordion__header.active) .accordion__inner {
          padding-top: 30px; }

#experience-info {
  padding-block: 120px; }
  @media (max-width: 1024px) {
    #experience-info {
      padding-block: 75px; } }
  #experience-info .wrapper {
    padding: 0 0; }
    #experience-info .wrapper .col-2 {
      --gap: 12.5%;
      display: grid;
      grid-template-columns: 1fr 1fr; }
      @media (max-width: 1440px) {
        #experience-info .wrapper .col-2 {
          grid-template-columns: 1fr 1.5fr; } }
      @media (max-width: 1024px) {
        #experience-info .wrapper .col-2 {
          display: flex;
          flex-direction: column;
          gap: 40px; } }
      #experience-info .wrapper .col-2 .col-left {
        width: calc(100% - var(--gap)); }
        #experience-info .wrapper .col-2 .col-left img {
          width: 100%; }
        @media (max-width: 1440px) {
          #experience-info .wrapper .col-2 .col-left {
            height: 70svh; } }
        @media (max-width: 1024px) {
          #experience-info .wrapper .col-2 .col-left {
            width: 100%; } }
      #experience-info .wrapper .col-2 .col-right {
        display: grid;
        grid-template-columns: 1fr 1fr; }
        @media (max-width: 1024px) {
          #experience-info .wrapper .col-2 .col-right {
            grid-template-columns: 1fr;
            padding-inline: 30px; } }
        @media (max-width: 450px) {
          #experience-info .wrapper .col-2 .col-right {
            padding-inline: 15px; } }
        #experience-info .wrapper .col-2 .col-right .content {
          place-self: center;
          display: grid;
          gap: 25px; }
          #experience-info .wrapper .col-2 .col-right .content h3,
          #experience-info .wrapper .col-2 .col-right .content p {
            margin: 0; }
          #experience-info .wrapper .col-2 .col-right .content h3 {
            font-size: 37px;
            font-family: "Dream Avenue", serif; }
            @media (max-width: 1440px) {
              #experience-info .wrapper .col-2 .col-right .content h3 {
                font-size: 32px; } }
            @media (max-width: 1024px) {
              #experience-info .wrapper .col-2 .col-right .content h3 {
                font-size: 26px; } }
            @media (max-width: 1440px) {
              #experience-info .wrapper .col-2 .col-right .content h3 {
                font-size: 24px; } }
        #experience-info .wrapper .col-2 .col-right .image_col {
          margin-left: auto;
          margin-bottom: auto; }
          @media (max-width: 1024px) {
            #experience-info .wrapper .col-2 .col-right .image_col {
              display: none; } }

.single-resort.villa-resort #floating-overviewbar {
  --_bg-color: #1a1a1a; }
  .single-resort.villa-resort #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item {
    --_list-color: #ffffff; }

@media (max-width: 1024px) {
  #floating-overviewbar .floating-overviewbar-item {
    --_font-size: 14px; } }

body.single-resort #featured[data-villas] {
  background-color: #1a1a1a;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    body.single-resort #featured[data-villas] {
      min-height: 90vh;
      min-height: 90svh; } }
  @media (max-width: 768px) {
    body.single-resort #featured[data-villas] {
      min-height: 85vh;
      min-height: 85svh; } }
  body.single-resort #featured[data-villas]::after {
    content: '';
    inset: 0;
    position: absolute;
    background-color: rgba(26, 26, 26, 0.3); }
  body.single-resort #featured[data-villas] .scrolled-bgImage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(38% 15%, 62% 15%, 62% 85%, 38% 85%);
            clip-path: polygon(38% 15%, 62% 15%, 62% 85%, 38% 85%);
    filter: brightness(1); }
    @media (max-width: 1440px) {
      body.single-resort #featured[data-villas] .scrolled-bgImage {
        -webkit-clip-path: polygon(35% 16%, 65% 16%, 65% 84%, 35% 84%);
                clip-path: polygon(35% 16%, 65% 16%, 65% 84%, 35% 84%); } }
    @media (max-width: 1280px) {
      body.single-resort #featured[data-villas] .scrolled-bgImage {
        -webkit-clip-path: polygon(33% 17%, 67% 17%, 67% 83%, 33% 83%);
                clip-path: polygon(33% 17%, 67% 17%, 67% 83%, 33% 83%); } }
    @media (max-width: 1024px) {
      body.single-resort #featured[data-villas] .scrolled-bgImage {
        -webkit-clip-path: polygon(30% 18%, 70% 18%, 70% 82%, 30% 82%);
                clip-path: polygon(30% 18%, 70% 18%, 70% 82%, 30% 82%); } }
    @media (max-width: 768px) {
      body.single-resort #featured[data-villas] .scrolled-bgImage {
        -webkit-clip-path: polygon(26% 20%, 74% 20%, 74% 80%, 26% 80%);
                clip-path: polygon(26% 20%, 74% 20%, 74% 80%, 26% 80%); } }
  body.single-resort #featured[data-villas] .image {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    max-width: 300px;
    z-index: 1;
    will-change: transform;
    aspect-ratio: 3.5 / 5; }
    @media (max-width: 1280px) {
      body.single-resort #featured[data-villas] .image {
        max-width: 250px; } }
    @media (max-width: 1024px) {
      body.single-resort #featured[data-villas] .image {
        max-width: 180px; } }
    @media (max-width: 450px) {
      body.single-resort #featured[data-villas] .image {
        display: none; } }
    body.single-resort #featured[data-villas] .image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      will-change: transform, scale; }
    body.single-resort #featured[data-villas] .image.image-left {
      left: 0;
      top: 40%; }
    body.single-resort #featured[data-villas] .image.image-right {
      right: 0;
      top: 10%; }
  body.single-resort #featured[data-villas] .wrapper {
    padding: 0;
    z-index: 1; }

body.single-resort #single-featured[data-hotels] {
  min-height: 100vh;
  min-height: 100svh;
  align-content: center;
  justify-items: center;
  -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.6), rgba(26, 26, 26, 0.6)) 1 fill;
     border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.6), rgba(26, 26, 26, 0.6)) 1 fill;
  position: relative; }
  @media (max-width: 991px) {
    body.single-resort #single-featured[data-hotels] {
      min-height: 90vh;
      min-height: 90svh; } }
  @media (min-width: 768px) {
    body.single-resort #single-featured[data-hotels] {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 768px) {
    body.single-resort #single-featured[data-hotels] {
      min-height: 80vh;
      min-height: 80svh; } }

@media (max-width: 768px) {
  body.single-resort .wrapper {
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem; } }

@media (max-width: 991px) {
  body.single-resort .wrapper {
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem; } }

body.single-resort .wrapper .rating-stars-wrapper {
  --_star_width: 18px;
  justify-content: center;
  margin-bottom: 20px; }

body.single-resort .wrapper .section-heading {
  --color: #ffffff;
  --font-size: var(--fluid-150px);
  margin-inline: auto;
  line-height: 1; }
  @media (min-width: 1440px) {
    body.single-resort .wrapper .section-heading {
      max-width: 15ch; } }

body.single-resort .wrapper .area-location {
  opacity: 0;
  color: #ffffff;
  font-size: var(--fluid-20px);
  font-family: "basis-grotesque-bold-pro", sans-serif;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    body.single-resort .wrapper .area-location {
      margin-block: 20px 0px;
      font-size: 15px; } }
  body.single-resort .wrapper .area-location::before {
    line-height: 1;
    content: url("/wp-content/themes/snami/assets/images/location_white-marker.svg"); }

body.single-resort .wrapper .post-links {
  padding-top: 120px;
  display: flex;
  justify-content: center;
  gap: 50px; }
  @media (max-width: 1440px) {
    body.single-resort .wrapper .post-links {
      padding-top: 70px; } }
  @media (max-width: 768px) {
    body.single-resort .wrapper .post-links {
      padding-top: 40px;
      flex-direction: column;
      text-align: center;
      gap: 2em; } }
  body.single-resort .wrapper .post-links a {
    color: #ffffff;
    font-size: var(--fluid-20px);
    font-family: "basis-grotesque-bold-pro", sans-serif; }
    @media (max-width: 1440px) {
      body.single-resort .wrapper .post-links a {
        font-size: 18px; } }
    @media (max-width: 768px) {
      body.single-resort .wrapper .post-links a {
        margin-inline: auto;
        font-size: 16px; } }
    @media (max-width: 450px) {
      body.single-resort .wrapper .post-links a {
        margin-inline: auto;
        font-size: 15px; } }

body.single-resort #about {
  padding-block: 65px 130px; }
  body.single-resort #about .content-wrapper {
    padding: 100px 5.5% 0 8.5%; }
    @media (max-width: 1440px) {
      body.single-resort #about .content-wrapper {
        padding: 70px 5.5% 0 5.5%; } }
    body.single-resort #about .content-wrapper .two-col {
      display: flex;
      gap: 20px;
      align-items: flex-start; }
      @media (max-width: 1024px) {
        body.single-resort #about .content-wrapper .two-col {
          flex-direction: column;
          gap: 30px; } }
      body.single-resort #about .content-wrapper .two-col .left {
        flex-basis: 50%; }
        body.single-resort #about .content-wrapper .two-col .left h2 {
          margin: 0; }
      body.single-resort #about .content-wrapper .two-col .right {
        flex-basis: 50%; }
        @media (min-width: 991px) {
          body.single-resort #about .content-wrapper .two-col .right {
            --flow-space: 50px; } }
        body.single-resort #about .content-wrapper .two-col .right ul.features {
          display: flex;
          gap: 30px; }
          @media (max-width: 991px) {
            body.single-resort #about .content-wrapper .two-col .right ul.features {
              --flow-space: 15px;
              gap: 12px;
              justify-content: flex-start; } }
          @media (max-width: 768px) {
            body.single-resort #about .content-wrapper .two-col .right ul.features {
              gap: 10px 20px;
              flex-wrap: wrap; } }
          body.single-resort #about .content-wrapper .two-col .right ul.features li {
            font-size: 16px;
            line-height: 1;
            font-weight: 600;
            text-transform: capitalize;
            color: #bea380; }
            @media (max-width: 1440px) {
              body.single-resort #about .content-wrapper .two-col .right ul.features li {
                font-size: 15px; } }
            @media (max-width: 768px) {
              body.single-resort #about .content-wrapper .two-col .right ul.features li {
                font-size: 14px; } }
            @media (max-width: 450px) {
              body.single-resort #about .content-wrapper .two-col .right ul.features li {
                padding-block: 0.25em; } }
        body.single-resort #about .content-wrapper .two-col .right p {
          margin: 0; }
          @media (min-width: 1280px) {
            body.single-resort #about .content-wrapper .two-col .right p {
              max-width: 85%; } }
          @media (max-width: 991px) {
            body.single-resort #about .content-wrapper .two-col .right p {
              max-width: 100%; } }

body.single-resort #highlights {
  place-content: center;
  padding-block: 115px 180px;
  background: var(--bg-clr);
  background-blend-mode: color-dodge; }
  @media (max-width: 1366px) {
    body.single-resort #highlights {
      padding-block: 120px; } }
  @media (max-width: 1280px) {
    body.single-resort #highlights {
      padding-block: 90px 90px; } }
  @media (max-width: 991px) {
    body.single-resort #highlights {
      padding-block: 80px 80px; } }
  body.single-resort #highlights[data-villas] {
    --bg-clr: linear-gradient(111.45deg, #1a1a1a 50%, rgba(26, 26, 26, 0.9) 100%),
				url('/wp-content/themes/snami/assets/images/noise.png');
    --signature-clr: #bea380;
    --lines-clr: var(--signature-clr); }
  body.single-resort #highlights[data-hotels] {
    --bg-clr: linear-gradient(111.45deg, #bea380 50%, rgba(189, 162, 127, 0.9) 100%),
				url('/wp-content/themes/snami/assets/images/noise.png');
    --signature-clr: #1a1a1a;
    --lines-clr: var(--signature-clr); }
  body.single-resort #highlights .wrapper .signature {
    color: #1a1a1a; }
  body.single-resort #highlights .wrapper h3.signature {
    color: var(--signature-clr);
    text-align: center;
    margin: 0; }
  body.single-resort #highlights .wrapper ul {
    --_gap: 100px;
    padding-top: 65px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--_gap);
    row-gap: 80px; }
    @media (max-width: 1280px) {
      body.single-resort #highlights .wrapper ul {
        --_gap: 70px;
        row-gap: 60px; } }
    @media (max-width: 991px) {
      body.single-resort #highlights .wrapper ul {
        flex-direction: column;
        align-items: center;
        --_gap: 50px;
        row-gap: 50px; } }
    body.single-resort #highlights .wrapper ul li {
      font-size: var(--fluid-40px);
      font-weight: 400;
      font-family: "Dream Avenue", serif;
      text-transform: uppercase;
      color: #ffffff;
      position: relative;
      cursor: default; }
      body.single-resort #highlights .wrapper ul li::after {
        position: absolute;
        content: '';
        width: 1px;
        height: calc(100% + 20px);
        background-color: var(--lines-clr);
        top: 50%;
        right: 0;
        transform: translate(calc(var(--_gap) / 2), -50%); }
        @media (max-width: 991px) {
          body.single-resort #highlights .wrapper ul li::after {
            height: 1px;
            width: calc(100% + 20px);
            background-color: var(--lines-clr);
            left: 50%;
            right: auto;
            transform: translate(-50%, var(--_gap));
            top: 0;
            bottom: 50%; } }
      @media (min-width: 991px) {
        body.single-resort #highlights .wrapper ul li:last-child::after {
          content: unset; } }

body.single-resort #ask-your-concierge {
  background-color: #efefef;
  overflow: hidden; }
  body.single-resort #ask-your-concierge .inner-content {
    position: relative;
    display: grid; }
  body.single-resort #ask-your-concierge[data-villas] {
    --text-clr: #bea380; }
    body.single-resort #ask-your-concierge[data-villas] .inner-content {
      min-height: 70vh;
      padding-block: 120px; }
      @media (max-width: 991px) {
        body.single-resort #ask-your-concierge[data-villas] .inner-content {
          padding-block: 100px; } }
      body.single-resort #ask-your-concierge[data-villas] .inner-content .col-2 {
        justify-content: center;
        min-height: 70vh;
        min-height: 70svh;
        align-items: center; }
        body.single-resort #ask-your-concierge[data-villas] .inner-content .col-2 .col-left {
          justify-content: center; }
          @media (max-width: 1280px) {
            body.single-resort #ask-your-concierge[data-villas] .inner-content .col-2 .col-left {
              justify-content: flex-end; } }
          body.single-resort #ask-your-concierge[data-villas] .inner-content .col-2 .col-left .signature {
            position: absolute;
            top: 0;
            transform: translate(-45%, -50%) !important;
            z-index: 1; }
            @media (max-width: 991px) {
              body.single-resort #ask-your-concierge[data-villas] .inner-content .col-2 .col-left .signature {
                left: 50%; } }
            @media (max-width: 768px) {
              body.single-resort #ask-your-concierge[data-villas] .inner-content .col-2 .col-left .signature {
                transform: translateX(-50%);
                width: auto; } }
  body.single-resort #ask-your-concierge[data-hotels] {
    --text-clr: #1a1a1a; }
    body.single-resort #ask-your-concierge[data-hotels] .inner-content {
      padding-block: 170px;
      min-height: 90vh; }
      @media (max-width: 991px) {
        body.single-resort #ask-your-concierge[data-hotels] .inner-content {
          padding-block: 150px; } }
    body.single-resort #ask-your-concierge[data-hotels] .col-2 .col-left {
      max-height: 500px;
      justify-content: flex-end; }
    body.single-resort #ask-your-concierge[data-hotels] .signature {
      position: absolute;
      left: 0;
      top: 0;
      transform: translate(-100%, -100%) !important; }
      @media (max-width: 1440px) {
        body.single-resort #ask-your-concierge[data-hotels] .signature {
          transform: translate(-50%, -100%) !important; } }
      @media (max-width: 991px) {
        body.single-resort #ask-your-concierge[data-hotels] .signature {
          top: 10%;
          transform: translate(0%, -100%) !important; } }
  body.single-resort #ask-your-concierge .wrapper {
    isolation: isolate;
    padding: 0%;
    max-width: 1350px; }
    @media (max-width: 1440px) {
      body.single-resort #ask-your-concierge .wrapper {
        padding: 0% 3.5%; } }
    @media (max-width: 1280px) {
      body.single-resort #ask-your-concierge .wrapper {
        padding: 0% 5.5%;
        max-width: 100%; } }
  body.single-resort #ask-your-concierge .floating-marquee .wrapperRollingText .rollingText {
    --font-size: var(--fluid-350px);
    font-family: "Dream Avenue", serif; }
    @media (max-width: 1440px) {
      body.single-resort #ask-your-concierge .floating-marquee .wrapperRollingText .rollingText {
        --font-size: 220px; } }
    @media (max-width: 1024px) {
      body.single-resort #ask-your-concierge .floating-marquee .wrapperRollingText .rollingText {
        --font-size: 160px; } }
    @media (max-width: 1440px) {
      body.single-resort #ask-your-concierge .floating-marquee .wrapperRollingText .rollingText {
        --font-size: 120px; } }
  body.single-resort #ask-your-concierge .decoration-text {
    position: absolute;
    top: 45%;
    left: 0px;
    opacity: 0.8;
    color: #e6e6e6;
    z-index: 0; }
    @media (max-width: 991px) {
      body.single-resort #ask-your-concierge .decoration-text {
        text-shadow: 1px 1px 0px rgba(26, 26, 26, 0.05), 0 0 1em rgba(26, 26, 26, 0.05), 0 0 0.2em rgba(26, 26, 26, 0.05); } }
  body.single-resort #ask-your-concierge .col-2 {
    display: flex;
    gap: 70px; }
    @media (max-width: 1024px) {
      body.single-resort #ask-your-concierge .col-2 {
        position: relative; } }
    @media (max-width: 800px) {
      body.single-resort #ask-your-concierge .col-2 {
        gap: 80px; } }
    @media (max-width: 768px) {
      body.single-resort #ask-your-concierge .col-2 {
        flex-direction: column;
        align-items: center;
        gap: unset; } }
    body.single-resort #ask-your-concierge .col-2 .img-wrp-outer {
      margin-top: auto;
      position: relative;
      width: 328px; }
      @media (max-width: 991px) {
        body.single-resort #ask-your-concierge .col-2 .img-wrp-outer {
          margin-inline: auto; } }
      @media (max-width: 768px) {
        body.single-resort #ask-your-concierge .col-2 .img-wrp-outer {
          display: none; } }
      body.single-resort #ask-your-concierge .col-2 .img-wrp-outer.mobile {
        display: none; }
        @media (max-width: 768px) {
          body.single-resort #ask-your-concierge .col-2 .img-wrp-outer.mobile {
            display: block; } }
      body.single-resort #ask-your-concierge .col-2 .img-wrp-outer.aos-animate::after {
        inset: -20% -30%;
        transition: inset 0.8s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 1366px) {
          body.single-resort #ask-your-concierge .col-2 .img-wrp-outer.aos-animate::after {
            inset: -15% -25%; } }
        @media (max-width: 768px) {
          body.single-resort #ask-your-concierge .col-2 .img-wrp-outer.aos-animate::after {
            inset: -10%; } }
      body.single-resort #ask-your-concierge .col-2 .img-wrp-outer::after {
        content: '';
        position: absolute;
        inset: 0%;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #baa082 -29%, #baa082 8%, #a58661 40%);
        z-index: -1;
        transition: inset 1.2s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 991px) {
          body.single-resort #ask-your-concierge .col-2 .img-wrp-outer::after {
            width: 90%;
            height: 90%; } }
        @media (max-width: 768px) {
          body.single-resort #ask-your-concierge .col-2 .img-wrp-outer::after {
            width: 80%;
            height: 80%; } }
      body.single-resort #ask-your-concierge .col-2 .img-wrp-outer .img-wrp-inner {
        overflow: hidden;
        position: relative;
        width: 328px;
        height: 438px; }
        body.single-resort #ask-your-concierge .col-2 .img-wrp-outer .img-wrp-inner img.agent-photo {
          position: absolute;
          overflow: hidden;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 991px) {
            body.single-resort #ask-your-concierge .col-2 .img-wrp-outer .img-wrp-inner img.agent-photo {
              width: 90%;
              height: 90%;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); } }
          @media (max-width: 768px) {
            body.single-resort #ask-your-concierge .col-2 .img-wrp-outer .img-wrp-inner img.agent-photo {
              width: 80%;
              height: 80%; } }
        @media (min-width: 768px) {
          body.single-resort #ask-your-concierge .col-2 .img-wrp-outer .img-wrp-inner:hover img {
            scale: 1.08; } }
    body.single-resort #ask-your-concierge .col-2 .col-left {
      width: 40%;
      display: flex; }
      @media (max-width: 1440px) {
        body.single-resort #ask-your-concierge .col-2 .col-left {
          justify-content: flex-end; } }
      @media (max-width: 800px) {
        body.single-resort #ask-your-concierge .col-2 .col-left {
          width: 45%;
          justify-content: unset; } }
      @media (max-width: 768px) {
        body.single-resort #ask-your-concierge .col-2 .col-left {
          position: relative; } }
      body.single-resort #ask-your-concierge .col-2 .col-left .signature {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-wrap: nowrap;
        color: var(--text-clr); }
    body.single-resort #ask-your-concierge .col-2 .col-right {
      width: 60%;
      display: flex;
      flex-direction: column;
      gap: 50px; }
      @media (max-width: 991px) {
        body.single-resort #ask-your-concierge .col-2 .col-right {
          width: 100%; } }
      @media (max-width: 800px) {
        body.single-resort #ask-your-concierge .col-2 .col-right {
          width: 90%; } }
      @media (max-width: 768px) {
        body.single-resort #ask-your-concierge .col-2 .col-right h2.heading {
          text-align: center;
          margin-bottom: 60px; } }
      body.single-resort #ask-your-concierge .col-2 .col-right h2,
      body.single-resort #ask-your-concierge .col-2 .col-right h3,
      body.single-resort #ask-your-concierge .col-2 .col-right p {
        margin: 0; }
      body.single-resort #ask-your-concierge .col-2 .col-right .heading {
        font-size: var(--fluid-80px);
        text-transform: uppercase; }
        @media (max-width: 1440px) {
          body.single-resort #ask-your-concierge .col-2 .col-right .heading {
            font-size: 56px; } }
        @media (max-width: 1024px) {
          body.single-resort #ask-your-concierge .col-2 .col-right .heading {
            font-size: 42px; } }
        @media (max-width: 768px) {
          body.single-resort #ask-your-concierge .col-2 .col-right .heading {
            font-size: 32px; } }
      body.single-resort #ask-your-concierge .col-2 .col-right .content {
        margin-left: auto;
        width: 28em; }
        @media (max-width: 1440px) {
          body.single-resort #ask-your-concierge .col-2 .col-right .content {
            width: 70%; } }
        @media (max-width: 1280px) {
          body.single-resort #ask-your-concierge .col-2 .col-right .content {
            width: 80%; } }
        @media (max-width: 991px) {
          body.single-resort #ask-your-concierge .col-2 .col-right .content {
            width: 100%; } }
        body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-name {
          font-size: var(--fluid-40px);
          font-family: "basis-grotesque-regular-pro", sans-serif;
          font-weight: 400; }
          @media (max-width: 1440px) {
            body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-name {
              font-size: 32px; } }
          @media (max-width: 1024px) {
            body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-name {
              font-size: 28px; } }
          @media (max-width: 768px) {
            body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-name {
              font-size: 24px; } }
        body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-position {
          position: relative;
          --flow-space: 10px;
          display: block;
          font-size: 20px;
          font-weight: 600;
          text-transform: uppercase; }
          @media (max-width: 1440px) {
            body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-position {
              font-size: 18px; } }
          @media (max-width: 768px) {
            body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-position {
              font-size: 16px; } }
          body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-position::after {
            content: '';
            position: absolute;
            bottom: -15px;
            right: 0%;
            width: 0%;
            height: 1px;
            background-color: #bea380;
            transform-origin: 0% 50%;
            transition: width 3s cubic-bezier(0.65, 0, 0.35, 1); }
          body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-position.aos-animate::after {
            width: 200%;
            transition: width 0.8s cubic-bezier(0.65, 0, 0.35, 1); }
          body.single-resort #ask-your-concierge .col-2 .col-right .content .agent-position p {
            --flow-space: 30px; }
        body.single-resort #ask-your-concierge .col-2 .col-right .content .agent_contact {
          --flow-space: 50px;
          text-transform: uppercase;
          text-decoration: underline;
          text-underline-offset: 3px; }
  body.single-resort #ask-your-concierge:has(.agent-photo:is(:hover)) .agent-position::after {
    width: 250% !important; }

@media (min-width: 1024px) {
  body.single-resort #info .image-wrapper.background-image {
    pointer-events: none !important; } }

body.single-resort #info .col-2 {
  max-height: 100vh;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: flex;
  flex-direction: var(--flex-direction); }
  @media (max-width: 1280px) {
    body.single-resort #info .col-2 {
      max-height: unset;
      gap: 3rem; } }
  body.single-resort #info .col-2 .main-content {
    width: 50%;
    margin-top: auto;
    align-content: center;
    padding-inline: 8.5%;
    -webkit-padding-before: 5%;
            padding-block-start: 5%;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden; }
    @media (max-width: 1440px) {
      body.single-resort #info .col-2 .main-content {
        -webkit-padding-before: 80px;
                padding-block-start: 80px;
        padding-inline: 5.5%; } }
    @media (max-width: 1280px) {
      body.single-resort #info .col-2 .main-content {
        width: 55%;
        height: unset;
        max-height: unset; } }
    @media (max-width: 1024px) {
      body.single-resort #info .col-2 .main-content {
        width: 100%; } }
    body.single-resort #info .col-2 .main-content .overflow-content .section-heading {
      --font-size: var(--fluid-80px);
      --text-align: start;
      text-wrap: nowrap; }
      @media (max-width: 2000px) {
        body.single-resort #info .col-2 .main-content .overflow-content .section-heading {
          --font-size: 72px; } }
      @media (max-width: 1700px) {
        body.single-resort #info .col-2 .main-content .overflow-content .section-heading {
          --font-size: 64px; } }
      @media (max-width: 1440px) {
        body.single-resort #info .col-2 .main-content .overflow-content .section-heading {
          --font-size: var(--fluid-80px);
          text-wrap: wrap; } }
      @media (max-width: 1280px) {
        body.single-resort #info .col-2 .main-content .overflow-content .section-heading {
          --font-size: var(--fluid-55px); } }
      @media (max-width: 1024px) {
        body.single-resort #info .col-2 .main-content .overflow-content .section-heading {
          --font-size: var(--fluid-80px); } }
    body.single-resort #info .col-2 .main-content .overflow-content .features {
      --flow-space: 40px;
      display: flex;
      gap: 40px;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        body.single-resort #info .col-2 .main-content .overflow-content .features {
          --flow-space: 15px;
          gap: 12px;
          justify-content: flex-start; } }
      @media (max-width: 768px) {
        body.single-resort #info .col-2 .main-content .overflow-content .features {
          gap: 10px 20px; } }
      body.single-resort #info .col-2 .main-content .overflow-content .features li {
        text-wrap: nowrap;
        color: #bea380;
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        position: relative; }
        @media (max-width: 450px) {
          body.single-resort #info .col-2 .main-content .overflow-content .features li {
            font-size: 16px;
            padding-block: 0.45em; } }
    body.single-resort #info .col-2 .main-content .overflow-content .content {
      overflow: hidden; }
      body.single-resort #info .col-2 .main-content .overflow-content .content * {
        --flow-space: 20px;
        color: var(--text-clr); }
    body.single-resort #info .col-2 .main-content .bottom-image {
      aspect-ratio: 4 / 2;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        body.single-resort #info .col-2 .main-content .bottom-image {
          display: none; } }
  body.single-resort #info .col-2 .image-wrapper {
    height: 90vh; }
    @media (max-width: 1024px) {
      body.single-resort #info .col-2 .image-wrapper {
        height: 80vh; } }
  body.single-resort #info .col-2:nth-child(even) .image-wrapper::after {
    background-color: #1a1a1a; }
  body.single-resort #info .col-2:nth-child(even) .image-wrapper.aos-animate::after {
    transform: translateX(-100%); }
  body.single-resort #info .col-2:nth-child(odd) .image-wrapper::after {
    background-color: #efefef; }
  body.single-resort #info .col-2:nth-child(odd) .image-wrapper.aos-animate::after {
    transform: translateX(100%); }
  body.single-resort #info .col-2 .image-wrapper {
    position: relative;
    width: 50%;
    overflow: hidden; }
    @media (max-width: 1280px) {
      body.single-resort #info .col-2 .image-wrapper {
        width: 45%; } }
    @media (max-width: 1024px) {
      body.single-resort #info .col-2 .image-wrapper {
        width: 100%;
        height: 350px; } }
    body.single-resort #info .col-2 .image-wrapper::after {
      content: '';
      position: absolute;
      inset: -2%;
      transition: all 1.5s cubic-bezier(0.78, 0, 0.22, 1); }
  body.single-resort #info .col-2:nth-child(odd) {
    --text-clr: #1a1a1a; }
    @media (max-width: 1024px) {
      body.single-resort #info .col-2:nth-child(odd) {
        --flex-direction: column; } }
  body.single-resort #info .col-2:nth-child(even) {
    --text-clr: #ffffff;
    --border-clr: #ffffff;
    --flex-direction: row-reverse;
    background-color: #1a1a1a;
    color: var(--text-clr); }
    @media (max-width: 1024px) {
      body.single-resort #info .col-2:nth-child(even) {
        --flex-direction: column; } }
    body.single-resort #info .col-2:nth-child(even) .section-heading {
      --color: #ffffff; }

body.single-resort #rooms {
  background-color: #efefef;
  isolation: isolate; }
  body.single-resort #rooms[data-hotels] {
    --bg-clr: linear-gradient(111.45deg, #bea380 50%, rgba(189, 162, 127, 0.9) 100%),
				url('/wp-content/themes/snami/assets/images/noise.png');
    --swiper-width: 35%;
    --content-width: 30%; }
    @media (max-width: 1280px) {
      body.single-resort #rooms[data-hotels] {
        --swiper-width: 30%;
        --content-width: 40%; } }
    @media (max-width: 1024px) {
      body.single-resort #rooms[data-hotels] {
        --swiper-width: 90%;
        --content-width: 90%; } }
    @media (max-width: 1024px) {
      body.single-resort #rooms[data-hotels] .single-room {
        padding-block: 3rem; } }
    body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery {
      position: relative;
      margin: 0; }
      body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery .swiper-button-prev-custom,
      body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery .swiper-button-next-custom {
        cursor: pointer;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translate(0%, -50%);
        transition: opacity 0.3s ease-in-out; }
        body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery .swiper-button-prev-custom img,
        body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery .swiper-button-next-custom img {
          transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery .swiper-button-prev-custom {
        left: 0; }
        body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery .swiper-button-prev-custom img {
          transform: rotate(180deg); }
        body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery .swiper-button-prev-custom:hover img {
          transform: rotate(180deg) translateX(8px); }
      body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery .swiper-button-next-custom {
        right: 0%; }
        body.single-resort #rooms[data-hotels] .single-room .swiper-inner-gallery .swiper-button-next-custom:hover img {
          transform: translateX(8px); }
    body.single-resort #rooms[data-hotels] .single-room:nth-child(even) {
      background-color: #ffffff; }
      @media (max-width: 1024px) {
        body.single-resort #rooms[data-hotels] .single-room:nth-child(even) {
          flex-direction: column; } }
    body.single-resort #rooms[data-hotels] .single-room:nth-child(odd) {
      flex-direction: row-reverse;
      background-color: #efefef; }
      @media (max-width: 1024px) {
        body.single-resort #rooms[data-hotels] .single-room:nth-child(odd) {
          flex-direction: column; } }
    body.single-resort #rooms[data-hotels] .image {
      aspect-ratio: 3 / 4; }
      body.single-resort #rooms[data-hotels] .image img.small-image {
        flex-basis: 30%;
        max-width: 300px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        margin-bottom: auto; }
        @media (max-width: 1440px) {
          body.single-resort #rooms[data-hotels] .image img.small-image {
            max-width: 200px;
            flex-basis: 25%; } }
        @media (max-width: 1024px) {
          body.single-resort #rooms[data-hotels] .image img.small-image {
            display: none; } }
    body.single-resort #rooms[data-hotels] .heading-wrapper {
      min-height: 65vh;
      min-height: 65svh; }
      @media (max-width: 1366px) {
        body.single-resort #rooms[data-hotels] .heading-wrapper {
          min-height: 50vh;
          min-height: 50svh; } }
      @media (max-width: 1024px) {
        body.single-resort #rooms[data-hotels] .heading-wrapper {
          min-height: 60vh;
          min-height: 60svh; } }
  body.single-resort #rooms[data-villas] {
    --bg-clr: transparent;
    --swiper-width: 50%;
    --content-width: 50%; }
    @media (max-width: 1024px) {
      body.single-resort #rooms[data-villas] {
        --swiper-width: 100%;
        --content-width: 100%; } }
    body.single-resort #rooms[data-villas] .single-room {
      -webkit-padding-after: 55px;
              padding-block-end: 55px;
      position: relative; }
      body.single-resort #rooms[data-villas] .single-room .swiper-button-prev-custom {
        top: 50%; }
        @media (min-width: 1280px) {
          body.single-resort #rooms[data-villas] .single-room .swiper-button-prev-custom {
            left: 20%; } }
        body.single-resort #rooms[data-villas] .single-room .swiper-button-prev-custom img {
          transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
          transform: rotate(180deg); }
        body.single-resort #rooms[data-villas] .single-room .swiper-button-prev-custom:hover img {
          transform: rotate(180deg) translateX(8px); }
      body.single-resort #rooms[data-villas] .single-room .swiper-button-next-custom {
        top: 50%; }
        @media (min-width: 1280px) {
          body.single-resort #rooms[data-villas] .single-room .swiper-button-next-custom {
            right: 20%; } }
        body.single-resort #rooms[data-villas] .single-room .swiper-button-next-custom img {
          transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        body.single-resort #rooms[data-villas] .single-room .swiper-button-next-custom:hover img {
          transform: translateX(8px); }
      body.single-resort #rooms[data-villas] .single-room:nth-child(even) {
        background-color: transparent; }
        @media (max-width: 1024px) {
          body.single-resort #rooms[data-villas] .single-room:nth-child(even) {
            flex-direction: column; } }
      body.single-resort #rooms[data-villas] .single-room:nth-child(odd) {
        flex-direction: row-reverse;
        background-color: #efefef; }
        @media (max-width: 1024px) {
          body.single-resort #rooms[data-villas] .single-room:nth-child(odd) {
            flex-direction: column; } }
        body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .swiper-button-prev-custom {
          top: 50%; }
          @media (min-width: 1280px) {
            body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .swiper-button-prev-custom {
              left: 20%; } }
          @media (max-width: 1280px) {
            body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .swiper-button-prev-custom {
              left: 0; } }
          body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .swiper-button-prev-custom img {
            transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
            transform: rotate(180deg); }
          body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .swiper-button-prev-custom:hover img {
            transform: rotate(180deg) translateX(8px); }
        body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .swiper-button-next-custom {
          top: 50%;
          right: 0; }
          body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .swiper-button-next-custom img {
            transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
          body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .swiper-button-next-custom:hover img {
            transform: translateX(8px); }
        body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .content-container {
          padding-inline: 8% 13%; }
          @media (max-width: 1440px) {
            body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .content-container {
              padding-inline: 8% 8%; } }
          @media (max-width: 1280px) {
            body.single-resort #rooms[data-villas] .single-room:nth-child(odd) .content-container {
              padding-inline: 5.5% 5.5%; } }
    body.single-resort #rooms[data-villas] .content-container {
      padding-inline: 13% 8%; }
      @media (max-width: 1440px) {
        body.single-resort #rooms[data-villas] .content-container {
          padding-inline: 10% 8%; } }
      @media (max-width: 1280px) {
        body.single-resort #rooms[data-villas] .content-container {
          padding-inline: 5.5% 5.5%; } }
    body.single-resort #rooms[data-villas] .small-image {
      position: absolute;
      left: 50%;
      max-width: 280px;
      width: 100%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      @media (max-width: 1440px) {
        body.single-resort #rooms[data-villas] .small-image {
          max-width: 200px; } }
      @media (max-width: 1280px) {
        body.single-resort #rooms[data-villas] .small-image {
          display: none; } }
      body.single-resort #rooms[data-villas] .small-image img {
        aspect-ratio: 3 / 4;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%; }
    body.single-resort #rooms[data-villas] .heading-wrapper {
      min-height: 50vh;
      min-height: 50svh; }
  body.single-resort #rooms .heading-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--bg-clr);
    background-blend-mode: color-dodge; }
    body.single-resort #rooms .heading-wrapper .section-heading {
      --font-size: var(--fluid-80px); }
    body.single-resort #rooms .heading-wrapper span {
      font-size: var(--fluid-40px);
      font-family: "Dream Avenue", serif;
      text-transform: uppercase;
      text-align: center;
      margin-top: 15px;
      display: block; }
      @media (max-width: 768px) {
        body.single-resort #rooms .heading-wrapper span {
          font-size: var(--fluid-20px); } }
  body.single-resort #rooms .single-room {
    isolation: isolate;
    min-height: 85vh;
    min-height: 85svh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden; }
    @media (max-width: 1024px) {
      body.single-resort #rooms .single-room {
        gap: 2em;
        padding: 0px 3.5%; } }
    body.single-resort #rooms .single-room .swiper-inner-gallery {
      position: relative;
      margin: 0;
      width: var(--swiper-width);
      height: 85vh;
      height: 85svh; }
      @media (max-width: 1024px) {
        body.single-resort #rooms .single-room .swiper-inner-gallery {
          height: 70vh;
          height: 70svh; } }
      @media (max-width: 991px) {
        body.single-resort #rooms .single-room .swiper-inner-gallery {
          height: 60vh;
          height: 60svh; } }
      @media (max-width: 768px) {
        body.single-resort #rooms .single-room .swiper-inner-gallery {
          height: 50vh;
          height: 50svh; } }
      body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-button-prev-custom,
      body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-button-next-custom {
        cursor: pointer;
        position: absolute;
        z-index: 2;
        transform: translateY(-50%);
        transition: opacity 0.3s ease-in-out; }
        @media (max-width: 991px) {
          body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-button-prev-custom img,
          body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-button-next-custom img {
            width: 80px; } }
      body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-button-prev-custom {
        top: 50%;
        left: 0; }
      body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-button-next-custom {
        top: 50%;
        right: 20%; }
        @media (max-width: 1280px) {
          body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-button-next-custom {
            right: 0; } }
      body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-pagination {
        position: absolute;
        bottom: 28px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        gap: 9px; }
        body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-pagination .swiper-pagination-bullet {
          --swiper-pagination-bullet-width: 10px;
          --swiper-pagination-bullet-inactive-color: #1a1a1a;
          --swiper-pagination-bullet-inactive-opacity: 0.2;
          --swiper-pagination-bullet-height: var(--swiper-pagination-bullet-width); }
          body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            --swiper-pagination-color: #ffffff;
            --swiper-pagination-bullet-inactive-opacity: 1; }
      body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-wrapper {
        height: 100%; }
        body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-wrapper .swiper-slide {
          height: 100%; }
          body.single-resort #rooms .single-room .swiper-inner-gallery .swiper-wrapper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
    body.single-resort #rooms .single-room .content-container {
      width: var(--content-width);
      padding-block: 20px; }
      body.single-resort #rooms .single-room .content-container > * {
        margin: 0; }
      body.single-resort #rooms .single-room .content-container .rooms-name {
        font-size: 37px; }
        @media (max-width: 1440px) {
          body.single-resort #rooms .single-room .content-container .rooms-name {
            font-size: 32px; } }
        @media (max-width: 1024px) {
          body.single-resort #rooms .single-room .content-container .rooms-name {
            font-size: 26px; } }
        @media (max-width: 1440px) {
          body.single-resort #rooms .single-room .content-container .rooms-name {
            font-size: 24px; } }
      body.single-resort #rooms .single-room .content-container .amenities {
        --flow-space: 26px;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 1280px) {
          body.single-resort #rooms .single-room .content-container .amenities {
            font-size: 16px; } }
        @media (max-width: 768px) {
          body.single-resort #rooms .single-room .content-container .amenities {
            align-items: flex-start;
            gap: 10px; } }
        body.single-resort #rooms .single-room .content-container .amenities .icon-wrapper {
          grid-template-columns: auto 1fr;
          display: grid;
          gap: 10px;
          justify-content: center;
          align-items: center; }
          @media (max-width: 768px) {
            body.single-resort #rooms .single-room .content-container .amenities .icon-wrapper {
              grid-template-columns: 1fr;
              justify-items: center; } }
          body.single-resort #rooms .single-room .content-container .amenities .icon-wrapper .icon {
            display: block;
            width: 28px;
            height: 28px;
            aspect-ratio: 1;
            background-size: contain;
            background-repeat: no-repeat; }
            @media (max-width: 1280px) {
              body.single-resort #rooms .single-room .content-container .amenities .icon-wrapper .icon {
                width: 20px; } }
          body.single-resort #rooms .single-room .content-container .amenities .icon-wrapper .text {
            font-size: 18px;
            font-family: "basis-grotesque-bold-pro", sans-serif;
            text-transform: uppercase; }
            @media (max-width: 1440px) {
              body.single-resort #rooms .single-room .content-container .amenities .icon-wrapper .text {
                font-size: 15px; } }
            @media (max-width: 768px) {
              body.single-resort #rooms .single-room .content-container .amenities .icon-wrapper .text {
                font-size: 14px; } }
        body.single-resort #rooms .single-room .content-container .amenities .room-size .icon {
          background-image: url("/wp-content/themes/snami/assets/images/squeare.svg"); }
        body.single-resort #rooms .single-room .content-container .amenities .guests .icon {
          background-image: url("/wp-content/themes/snami/assets/images/guest.svg"); }
        body.single-resort #rooms .single-room .content-container .amenities .bedrooms .icon {
          background-image: url("/wp-content/themes/snami/assets/images/bedroom.svg"); }
        body.single-resort #rooms .single-room .content-container .amenities .bathrooms .icon {
          background-image: url("/wp-content/themes/snami/assets/images/bathroom.svg"); }
      body.single-resort #rooms .single-room .content-container p {
        --flow-space: 30px; }
      body.single-resort #rooms .single-room .content-container .price {
        --flow-space: 35px;
        display: block; }
      body.single-resort #rooms .single-room .content-container .room-links {
        --flow-space: 36px;
        display: flex;
        justify-content: space-between; }
        body.single-resort #rooms .single-room .content-container .room-links button {
          background-color: transparent;
          border: none;
          padding: 0;
          cursor: pointer; }
        body.single-resort #rooms .single-room .content-container .room-links a,
        body.single-resort #rooms .single-room .content-container .room-links button {
          font-size: 18px;
          font-weight: bold; }
          @media (max-width: 1440px) {
            body.single-resort #rooms .single-room .content-container .room-links a,
            body.single-resort #rooms .single-room .content-container .room-links button {
              font-size: 16px; } }
          @media (max-width: 768px) {
            body.single-resort #rooms .single-room .content-container .room-links a,
            body.single-resort #rooms .single-room .content-container .room-links button {
              font-size: 15px; } }
          body.single-resort #rooms .single-room .content-container .room-links a.amenities,
          body.single-resort #rooms .single-room .content-container .room-links button.amenities {
            color: #1a1a1a; }
          body.single-resort #rooms .single-room .content-container .room-links a.book-room,
          body.single-resort #rooms .single-room .content-container .room-links button.book-room {
            color: #bea380; }
      body.single-resort #rooms .single-room .content-container .amenities-popup {
        --flow-space: 0px;
        width: Min(calc(100% - 3rem), 65em);
        position: fixed;
        margin: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid;
        transition: opacity 0.3s, display 0.2s, overlay 0.3s;
        transition-behavior: allow-discrete; }
        body.single-resort #rooms .single-room .content-container .amenities-popup::-webkit-backdrop {
          -webkit-backdrop-filter: blur(4px);
                  backdrop-filter: blur(4px); }
        body.single-resort #rooms .single-room .content-container .amenities-popup::backdrop {
          -webkit-backdrop-filter: blur(4px);
                  backdrop-filter: blur(4px); }
        body.single-resort #rooms .single-room .content-container .amenities-popup .amenities-content {
          padding: 3em 1.5em 2em 1.5em; }
          @media (max-width: 991px) {
            body.single-resort #rooms .single-room .content-container .amenities-popup .amenities-content {
              padding: 2em 0.5em 1.5em 0.5em; } }
        body.single-resort #rooms .single-room .content-container .amenities-popup .closeDialogBtn {
          cursor: pointer;
          float: right;
          border: 0;
          background: transparent;
          padding: 0;
          margin-bottom: 1em;
          width: 50px;
          height: 50px;
          aspect-ratio: 1;
          position: absolute;
          right: 1rem;
          top: 1rem; }
          @media (max-width: 991px) {
            body.single-resort #rooms .single-room .content-container .amenities-popup .closeDialogBtn {
              width: 40px;
              height: 40px; } }
          body.single-resort #rooms .single-room .content-container .amenities-popup .closeDialogBtn::before, body.single-resort #rooms .single-room .content-container .amenities-popup .closeDialogBtn::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            top: 50%;
            left: 0;
            transform: translate(0%, -50%) rotate(var(--_rotate));
            background-color: #1a1a1a; }
          body.single-resort #rooms .single-room .content-container .amenities-popup .closeDialogBtn::before {
            --_rotate: 45deg; }
          body.single-resort #rooms .single-room .content-container .amenities-popup .closeDialogBtn::after {
            --_rotate: -45deg; }
  body.single-resort #rooms .view-more-container {
    background-color: #efefef; }

body.single-resort #beach-and-pools {
  background-color: #efefef;
  padding-block: 140px 165px; }
  body.single-resort #beach-and-pools .wrapper {
    padding: 0 8.5% 0 0; }
    @media (max-width: 1024px) {
      body.single-resort #beach-and-pools .wrapper {
        padding: 0; } }
    body.single-resort #beach-and-pools .wrapper.col-2 {
      position: relative;
      display: flex; }
      @media (max-width: 1024px) {
        body.single-resort #beach-and-pools .wrapper.col-2 {
          flex-direction: column;
          gap: 3rem; } }
      body.single-resort #beach-and-pools .wrapper.col-2 .image-container {
        width: 48%; }
        @media (max-width: 1280px) {
          body.single-resort #beach-and-pools .wrapper.col-2 .image-container {
            width: 45%; } }
        @media (max-width: 1024px) {
          body.single-resort #beach-and-pools .wrapper.col-2 .image-container {
            width: 100%;
            height: 500px; } }
      body.single-resort #beach-and-pools .wrapper.col-2 .section-heading {
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -50%);
        mix-blend-mode: difference;
        width: 100%;
        z-index: 2;
        --font-size: var(--fluid-90px); }
        @media (max-width: 1024px) {
          body.single-resort #beach-and-pools .wrapper.col-2 .section-heading {
            top: 0; } }
        @media (max-width: 991px) {
          body.single-resort #beach-and-pools .wrapper.col-2 .section-heading {
            --font-size: var(--fluid-100px); } }
        @media (max-width: 768px) {
          body.single-resort #beach-and-pools .wrapper.col-2 .section-heading {
            transform: unset;
            position: relative;
            top: unset;
            left: unset; } }
      body.single-resort #beach-and-pools .wrapper.col-2 .content-container {
        overflow-x: clip;
        width: 35%; }
        @media (min-width: 1024px) {
          body.single-resort #beach-and-pools .wrapper.col-2 .content-container {
            margin-left: auto; } }
        @media (max-width: 1024px) {
          body.single-resort #beach-and-pools .wrapper.col-2 .content-container {
            margin-inline: auto;
            width: 90%;
            overflow: unset; } }
        @media (max-width: 991px) {
          body.single-resort #beach-and-pools .wrapper.col-2 .content-container {
            padding-right: 1em; } }
        body.single-resort #beach-and-pools .wrapper.col-2 .content-container img {
          max-width: 450px; }
          @media (max-width: 1280px) {
            body.single-resort #beach-and-pools .wrapper.col-2 .content-container img {
              display: flex;
              flex-direction: column;
              margin-inline: auto;
              width: 100%; } }
        body.single-resort #beach-and-pools .wrapper.col-2 .content-container .truncated {
          --flow-space: 75px;
          --lines: 8; }
          @media (max-width: 1280px) {
            body.single-resort #beach-and-pools .wrapper.col-2 .content-container .truncated {
              --flow-space: 35px; } }

body.single-resort #restaurants {
  background-color: #ffffff;
  padding-block: 145px 115px; }
  @media (max-width: 1024px) {
    body.single-resort #restaurants {
      padding-block: 100px; } }
  body.single-resort #restaurants .wrapper {
    padding: 0px 8.5%; }
    @media (max-width: 991px) {
      body.single-resort #restaurants .wrapper {
        padding: 0px 5%; } }
    @media (max-width: 768px) {
      body.single-resort #restaurants .wrapper {
        padding: 0px 30px; } }
    @media (max-width: 450px) {
      body.single-resort #restaurants .wrapper {
        padding: 0px 15px; } }
    body.single-resort #restaurants .wrapper .section-heading {
      --font-size: var(--fluid-80px);
      --color: #1a1a1a; }
    body.single-resort #restaurants .wrapper .restaurant-swiper,
    body.single-resort #restaurants .wrapper .grid-restaurant {
      --_gap: 120px;
      padding-top: 70px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: var(--_gap); }
      body.single-resort #restaurants .wrapper .restaurant-swiper.grid-restaurant-desk .single-restaurant,
      body.single-resort #restaurants .wrapper .grid-restaurant.grid-restaurant-desk .single-restaurant {
        width: calc(33% - var(--_gap)); }
      @media (max-width: 1440px) {
        body.single-resort #restaurants .wrapper .restaurant-swiper.grid-restaurant-desk,
        body.single-resort #restaurants .wrapper .grid-restaurant.grid-restaurant-desk {
          --_gap: 70px; } }
      @media (max-width: 1280px) {
        body.single-resort #restaurants .wrapper .restaurant-swiper.grid-restaurant-desk,
        body.single-resort #restaurants .wrapper .grid-restaurant.grid-restaurant-desk {
          --_gap: 50px; } }
      @media (max-width: 1024px) {
        body.single-resort #restaurants .wrapper .restaurant-swiper.grid-restaurant-desk,
        body.single-resort #restaurants .wrapper .grid-restaurant.grid-restaurant-desk {
          --_gap: 25px; } }
      body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant,
      body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant {
        display: flex;
        flex-direction: column;
        gap: 40px; }
        body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .wrapper-image,
        body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .wrapper-image {
          position: relative; }
          body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .wrapper-image img,
          body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .wrapper-image img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            aspect-ratio: 3 / 3.2; }
        body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .swiper-inner-gallery,
        body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .swiper-inner-gallery {
          width: 100%;
          position: relative; }
          body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .swiper-inner-gallery .swiper-slide img,
          body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .swiper-inner-gallery .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            aspect-ratio: 2 / 2.5; }
            @media (max-width: 1440px) {
              body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .swiper-inner-gallery .swiper-slide img,
              body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .swiper-inner-gallery .swiper-slide img {
                max-height: 500px; } }
          body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .swiper-inner-gallery .swiper-pagination,
          body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .swiper-inner-gallery .swiper-pagination {
            position: absolute;
            bottom: 28px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 9px; }
            body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .swiper-inner-gallery .swiper-pagination .swiper-pagination-bullet,
            body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .swiper-inner-gallery .swiper-pagination .swiper-pagination-bullet {
              --swiper-pagination-bullet-width: 10px;
              --swiper-pagination-bullet-inactive-color: black;
              --swiper-pagination-bullet-inactive-opacity: 0.2;
              --swiper-pagination-bullet-height: var(--swiper-pagination-bullet-width); }
              body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .swiper-inner-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
              body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .swiper-inner-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                --swiper-pagination-color: white;
                --swiper-pagination-bullet-inactive-opacity: 1; }
        body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .content_container,
        body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .content_container {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .content_container .restaurant-heading,
          body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .content_container .restaurant-heading {
            --flow-space: 25px;
            margin: 0;
            font-size: 37px;
            font-weight: 400;
            font-family: "Dream Avenue", serif;
            text-transform: uppercase; }
            @media (max-width: 1440px) {
              body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .content_container .restaurant-heading,
              body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .content_container .restaurant-heading {
                font-size: 32px; } }
            @media (max-width: 1280px) {
              body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .content_container .restaurant-heading,
              body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .content_container .restaurant-heading {
                font-size: 29px; } }
            @media (max-width: 1024px) {
              body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .content_container .restaurant-heading,
              body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .content_container .restaurant-heading {
                font-size: 26px; } }
            body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .content_container .restaurant-heading a,
            body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .content_container .restaurant-heading a {
              font: inherit; }
          body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .content_container p,
          body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .content_container p {
            --flow-space: 17px;
            margin: 0; }
            @media (max-width: 768px) {
              body.single-resort #restaurants .wrapper .restaurant-swiper .single-restaurant .content_container p,
              body.single-resort #restaurants .wrapper .grid-restaurant .single-restaurant .content_container p {
                font-size: 17px; } }
    body.single-resort #restaurants .wrapper #load-more {
      --margin-block: 145px 0; }

body.single-resort #spa[data-villas] {
  --bg-clr: #1a1a1a;
  --text-clr: white;
  --flex-direction: row-reverse; }
  body.single-resort #spa[data-villas] .info-item:nth-child(even) {
    --flex-direction: row; }
  @media (max-width: 1024px) {
    body.single-resort #spa[data-villas] .info-item {
      --flex-direction: column !important; } }

body.single-resort #spa[data-hotels] {
  --bg-clr: #efefef;
  --text-clr: #1a1a1a;
  --flex-direction: row; }
  body.single-resort #spa[data-hotels] .info-item:nth-child(even) {
    --flex-direction: row-reverse; }
  @media (max-width: 1024px) {
    body.single-resort #spa[data-hotels] .info-item {
      --flex-direction: column !important; } }

body.single-resort #spa .info-item {
  isolation: isolate;
  background-color: var(--bg-clr);
  width: 100%;
  min-height: 70vh;
  min-height: 70svh;
  display: flex;
  flex-direction: var(--flex-direction); }
  @media (max-width: 1280px) {
    body.single-resort #spa .info-item {
      min-height: 50vh;
      min-height: 50svh; } }
  body.single-resort #spa .info-item .wrapper-image {
    position: relative;
    flex-basis: 55%;
    width: 55%; }
    body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery {
      width: 100%;
      height: 100%; }
      body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery .swiper-button-next-custom,
      body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery .swiper-button-prev-custom {
        cursor: pointer;
        position: absolute;
        z-index: 99999;
        width: 50px;
        height: 50px;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.3s ease-in-out; }
        body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery .swiper-button-next-custom img,
        body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery .swiper-button-prev-custom img {
          transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery .swiper-button-next-custom {
        right: 10px; }
        body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery .swiper-button-next-custom:hover img {
          transform: translateX(8px); }
      body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery .swiper-button-prev-custom {
        left: 10px; }
        body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery .swiper-button-prev-custom img {
          transform: rotate(180deg); }
        body.single-resort #spa .info-item .wrapper-image .swiper-inner-gallery .swiper-button-prev-custom:hover img {
          transform: rotate(180deg) translateX(8px); }
    @media (max-width: 1024px) {
      body.single-resort #spa .info-item .wrapper-image {
        flex-basis: auto;
        width: 100%;
        height: 450px; } }
    @media (max-width: 768px) {
      body.single-resort #spa .info-item .wrapper-image {
        height: 400px; } }
    body.single-resort #spa .info-item .wrapper-image::after {
      content: '';
      position: absolute;
      inset: 0;
      background-color: var(--bg-clr);
      transition: all 1.5s ease-in-out; }
    body.single-resort #spa .info-item .wrapper-image.aos-animate::after {
      transform: translateX(var(--pos)); }
    body.single-resort #spa .info-item .wrapper-image img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body.single-resort #spa .info-item .content-container {
    flex-basis: 45%;
    align-content: center;
    padding-inline: 2.5% 6.5%;
    padding-block: 50px;
    color: var(--text-clr); }
    @media (max-width: 1280px) {
      body.single-resort #spa .info-item .content-container {
        padding-inline: 3.5%;
        padding-block: 70px; } }
    @media (max-width: 1024px) {
      body.single-resort #spa .info-item .content-container {
        padding-block: 80px; } }
    body.single-resort #spa .info-item .content-container .info-name {
      margin: 0;
      font-size: var(--fluid-80px); }
      @media (max-width: 1024px) {
        body.single-resort #spa .info-item .content-container .info-name {
          font-size: var(--fluid-55px); } }
    body.single-resort #spa .info-item .content-container .operating-hours {
      --flow-space: 45px;
      font-size: 18px;
      font-family: "basis-grotesque-regular-pro", sans-serif;
      font-weight: 600;
      display: block; }
      @media (max-width: 1440px) {
        body.single-resort #spa .info-item .content-container .operating-hours {
          font-size: 16px; } }
      @media (max-width: 768px) {
        body.single-resort #spa .info-item .content-container .operating-hours {
          font-size: 15px; } }
    body.single-resort #spa .info-item .content-container p {
      color: var(--text-clr);
      --flow-space: 20px; }
      body.single-resort #spa .info-item .content-container p a {
        font: inherit; }
    body.single-resort #spa .info-item .content-container .download-link {
      --flow-space: 50px;
      color: #bea380;
      font-size: 18px;
      font-weight: 600; }
      @media (max-width: 1440px) {
        body.single-resort #spa .info-item .content-container .download-link {
          font-size: 16px; } }
      @media (max-width: 768px) {
        body.single-resort #spa .info-item .content-container .download-link {
          font-size: 15px; } }
  body.single-resort #spa .info-item:nth-child(even) .content-container {
    padding-inline: 6.5% 2.5%; }
    @media (max-width: 1280px) {
      body.single-resort #spa .info-item:nth-child(even) .content-container {
        padding-inline: 3.5%;
        padding-block: 50px; } }

body.single-resort #facilities {
  padding-block: 120px;
  background-color: var(--bg-clr); }
  @media (max-width: 1024px) {
    body.single-resort #facilities {
      padding-block: 100px; } }
  body.single-resort #facilities[data-villas] {
    --bg-clr: #efefef;
    --border-clr: #bea380; }
  body.single-resort #facilities[data-hotels] {
    --bg-clr: #bea380;
    --border-clr: #1a1a1a; }
  body.single-resort #facilities .section-heading {
    --font-size: var(--fluid-80px); }
  body.single-resort #facilities .wrapper {
    max-width: 1250px;
    padding-inline: 0%; }
    @media (max-width: 1440px) {
      body.single-resort #facilities .wrapper {
        max-width: 1000px; } }
    @media (max-width: 1280px) {
      body.single-resort #facilities .wrapper {
        width: 100%;
        padding-inline: 5.5%; } }
    body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .header .arrow {
      --arrow-rotation: -135deg; }
      body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .header .arrow.rotate {
        --arrow-rotation: 45deg; }
    body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner {
      padding: 15px;
      display: none;
      padding-bottom: 4rem; }
      body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner ul {
        -moz-columns: 3;
             columns: 3;
        margin: 0;
        padding-inline: 0.2em; }
        @media (max-width: 1280px) {
          body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner ul {
            -moz-columns: 2;
                 columns: 2; } }
        @media (max-width: 991px) {
          body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner ul {
            -moz-columns: 1;
                 columns: 1; } }
        body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner ul > * {
          -webkit-padding-after: 0.6em;
                  padding-block-end: 0.6em; }
          @media (max-width: 1440px) {
            body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner ul > * {
              -webkit-padding-after: 0.3em;
                      padding-block-end: 0.3em; } }
        body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner ul li {
          font-size: 20px; }
          @media (max-width: 1440px) {
            body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner ul li {
              font-size: 18px; } }
          @media (max-width: 1024px) {
            body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner ul li {
              font-size: 17px; } }
          @media (max-width: 768px) {
            body.single-resort #facilities .wrapper.facilities-accordion .facility-accordion-item .inner ul li {
              font-size: 16px; } }

body.single-resort #location {
  min-height: 100vh;
  min-height: 100svh; }
  body.single-resort #location .col-2 {
    display: flex; }
    @media (max-width: 1024px) {
      body.single-resort #location .col-2 {
        flex-direction: column-reverse;
        gap: 3rem; } }
    body.single-resort #location .col-2 #single-map {
      width: 50%;
      height: 100%;
      min-height: 100vh;
      min-height: 100svh; }
      @media (max-width: 1024px) {
        body.single-resort #location .col-2 #single-map {
          width: 100%;
          min-height: 60vh;
          min-height: 60svh; } }
      @media (max-width: 991px) {
        body.single-resort #location .col-2 #single-map {
          min-height: 40vh;
          min-height: 40svh; } }
    body.single-resort #location .col-2 .content {
      width: 50%;
      overflow: auto; }
      @media (min-width: 1024px) {
        body.single-resort #location .col-2 .content {
          max-height: 100vh;
          max-height: 100svh; } }
      @media (max-width: 1024px) {
        body.single-resort #location .col-2 .content {
          width: 100%; } }
      body.single-resort #location .col-2 .content.wrapper {
        padding: 0px 8.5%; }
        @media (max-width: 1440px) {
          body.single-resort #location .col-2 .content.wrapper {
            padding: 100px 5.5%; } }
        @media (max-width: 1024px) {
          body.single-resort #location .col-2 .content.wrapper {
            padding: 100px 5.5% 50px; } }
      body.single-resort #location .col-2 .content .section-heading {
        --color: #1a1a1a;
        --font-size: var(--fluid-80px);
        --text-align: start; }
        @media (max-width: 1024px) {
          body.single-resort #location .col-2 .content .section-heading {
            --text-align: center; } }
      body.single-resort #location .col-2 .content .inner-text {
        -webkit-padding-before: 80px;
                padding-block-start: 80px; }
        body.single-resort #location .col-2 .content .inner-text p {
          margin: 0;
          --flow-space: 0px; }
      body.single-resort #location .col-2 .content .location-accordion .location-accordion-item {
        --border-clr: #bea380; }
        body.single-resort #location .col-2 .content .location-accordion .location-accordion-item .header .arrow {
          --border-clr: black;
          --arrow-rotation: 135deg; }
          body.single-resort #location .col-2 .content .location-accordion .location-accordion-item .header .arrow.rotate {
            --arrow-rotation: 45deg; }

body.single-resort #gallery {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 215px 0px; }
  @media (max-width: 1024px) {
    body.single-resort #gallery {
      padding-block: 100px 80px; } }
  body.single-resort #gallery .section-heading {
    margin: 0;
    --font-size: var(--fluid-80px); }
  body.single-resort #gallery .gallery-row.gallery_bottom .swiper-wrapper {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
    align-items: flex-start;
    transition-timing-function: linear !important; }
  body.single-resort #gallery .gallery-row .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden; }
    body.single-resort #gallery .gallery-row .swiper-slide:hover a img {
      scale: 1.125; }
    body.single-resort #gallery .gallery-row .swiper-slide a img {
      max-width: 450px;
      max-height: 450px;
      -o-object-fit: cover;
         object-fit: cover;
      scale: 1;
      transition: scale 0.5s ease-in-out; }
      @media (max-width: 768px) {
        body.single-resort #gallery .gallery-row .swiper-slide a img {
          max-width: 300px;
          max-height: 300px; } }
      @media (max-width: 768px) {
        body.single-resort #gallery .gallery-row .swiper-slide a img {
          max-width: 200px;
          max-height: 200px; } }

body.single-resort #view-also {
  padding-block: 315px 195px;
  background: linear-gradient(0deg, var(--gradient-clr, #bea380) 65%, transparent); }
  @media (max-width: 1024px) {
    body.single-resort #view-also {
      padding-block: 100px 100px; } }
  body.single-resort #view-also[data-hotels] {
    --gradient-clr: #bea380; }
  body.single-resort #view-also[data-villas] {
    --gradient-clr: #1a1a1a; }
  body.single-resort #view-also .section-heading {
    --font-size: var(--fluid-100px);
    --color: #ffffff; }
  body.single-resort #view-also .wrapper {
    padding: 0px 8.5%; }
    @media (max-width: 768px) {
      body.single-resort #view-also .wrapper {
        padding: 0px 5.5%; } }
    body.single-resort #view-also .wrapper .grid-resorts {
      padding-top: 70px;
      overflow: hidden; }
      @media (hover: hover) and (min-width: 768px) {
        body.single-resort #view-also .wrapper .grid-resorts > .single-resort-card {
          transition: opacity 0.3s, scale 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        body.single-resort #view-also .wrapper .grid-resorts:has(.single-resort-card:hover) > .single-resort-card:not(:hover) {
          opacity: 0.4;
          scale: 0.98; } }
      @media (min-width: 1024px) {
        body.single-resort #view-also .wrapper .grid-resorts .swiper-wrapper:has(> .single-resort-card:last-child:nth-child(2)) {
          justify-content: center; } }
      body.single-resort #view-also .wrapper .grid-resorts .single-resort-card {
        overflow: hidden;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        height: auto;
        display: flex;
        flex-direction: column; }
        body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .swiper-inner-gallery {
          width: 100%;
          position: relative; }
          body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .swiper-inner-gallery .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            aspect-ratio: 2 / 2.5; }
        body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container {
          padding-top: 35px;
          display: flex;
          flex: 1;
          flex-direction: column;
          justify-content: space-between;
          color: #ffffff; }
          @media (max-width: 991px) {
            body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container {
              padding-top: 25px; } }
          body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .col-2 {
            display: flex;
            justify-content: space-between;
            overflow: hidden;
            align-items: center; }
            body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
              line-height: 1;
              font-size: 18px;
              text-transform: uppercase; }
              @media (max-width: 1440px) {
                body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
                  font-size: 16px; } }
              @media (max-width: 1024px) {
                body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
                  font-size: 15px; } }
              @media (max-width: 768px) {
                body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
                  font-size: 14px; } }
            body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .col-2 .rating-stars-wrapper {
              -webkit-padding-after: 0px;
                      padding-block-end: 0px;
              --_star_width: 15.5px; }
          body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
            --flow-space: 25px;
            margin: 0;
            font-size: 39px;
            font-weight: 400;
            font-family: "Dream Avenue", serif;
            text-transform: uppercase; }
            @media (max-width: 1440px) {
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
                font-size: 32px; } }
            @media (max-width: 768px) {
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
                font-size: 28px; } }
            body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .resort-heading.clickable-parent-heading a::after {
              inset: 10% 0 0 0; }
            body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .resort-heading a {
              font: inherit;
              color: #ffffff; }
            @media (max-width: 768px) {
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
                --flow-space: 20px; } }
          body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .features {
            --flow-space: 18px;
            --_gap: 55px;
            display: flex;
            justify-content: flex-start;
            gap: 15px var(--_gap);
            flex-wrap: wrap; }
            @media (max-width: 1440px) {
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .features {
                grid-template-columns: repeat(2, 1fr);
                display: grid;
                -moz-column-gap: unset;
                     column-gap: unset; } }
            @media (max-width: 991px) {
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .features {
                --_gap: 35px;
                --flow-space: 15px; } }
            @media (max-width: 768px) {
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .features {
                --_gap: 25px; } }
            body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .features li {
              text-wrap: nowrap;
              color: #ffffff;
              font-size: 16px;
              line-height: 1;
              text-transform: capitalize;
              font-weight: 600;
              position: relative; }
              @media (max-width: 1440px) {
                body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .features li {
                  font-size: 15px; } }
              @media (max-width: 768px) {
                body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .features li {
                  font-size: 14px; } }
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .features li:not(:last-of-type)::after {
                content: '';
                position: absolute;
                width: 1px;
                height: 100%;
                left: 100%;
                top: 50%;
                transform: translate(calc(((var(--_gap) / 2) + 50%) + 1px), -50%);
                background-color: rgba(255, 255, 255, 0.2); }
                @media (max-width: 1440px) {
                  body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .features li:not(:last-of-type)::after {
                    transform: translateY(-50%); } }
          body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .text {
            --lines: 3;
            --flow-space: 17px; }
            @media (max-width: 768px) {
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .text {
                --flow-space: 15px; } }
            body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .text p {
              margin: 0;
              color: #ffffff; }
          body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .pricetext {
            --flow-space: 28px;
            display: block; }
            @media (max-width: 991px) {
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .pricetext {
                --flow-space: 25px; } }
            @media (max-width: 450px) {
              body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .pricetext {
                --flow-space: 22px; } }
            body.single-resort #view-also .wrapper .grid-resorts .single-resort-card .content_container .pricetext .price {
              font-weight: 600; }

.single-destination #featured {
  min-height: 100vh;
  min-height: 100svh;
  -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.3), rgba(26, 26, 26, 0.3)) 1 fill;
     border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.3), rgba(26, 26, 26, 0.3)) 1 fill;
  position: relative; }
  @media (max-width: 991px) {
    .single-destination #featured {
      min-height: 90vh;
      min-height: 90svh; } }
  @media (max-width: 768px) {
    .single-destination #featured {
      min-height: 80vh;
      min-height: 80svh; } }
  .single-destination #featured .featured-marquee {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .single-destination #featured .featured-marquee .featured-marquee__text {
      color: #ffffff; }
  .single-destination #featured .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20.8vw;
    height: 31vw; }
    @media (min-width: 1900px) {
      .single-destination #featured .image {
        width: 18vw;
        height: 31vw; } }
    @media (max-width: 1280px) {
      .single-destination #featured .image {
        width: 23vw;
        height: 32vw; } }
    @media (max-width: 1024px) {
      .single-destination #featured .image {
        width: 35.2vw;
        height: 37vw; } }
    @media (max-width: 991px) {
      .single-destination #featured .image {
        width: 35.2vw;
        height: 52vw; } }
    @media (max-width: 768px) {
      .single-destination #featured .image {
        width: 44.5vw;
        height: 66vw; } }
    @media (max-width: 450px) {
      .single-destination #featured .image {
        width: 53.5vw;
        height: 83vw; } }
  .single-destination #featured .wrapper {
    padding-inline: 0%; }
    @media (min-width: 1024px) {
      .single-destination #featured .wrapper {
        padding-inline: 3.5%; } }

.single-destination #about-overview {
  min-height: 130vh;
  min-height: 130svh;
  padding-block: 95px 155px;
  position: relative;
  background: #efefef;
  z-index: 0; }
  @media (max-width: 991px) {
    .single-destination #about-overview {
      min-height: 90vh;
      min-height: 90svh; } }
  .single-destination #about-overview .floating-marquee {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 1; }
    @media (max-width: 1280px) {
      .single-destination #about-overview .floating-marquee {
        top: 45%; } }
    @media (max-width: 768px) {
      .single-destination #about-overview .floating-marquee {
        top: 40%; } }
    .single-destination #about-overview .floating-marquee .wrapperRollingText .rollingText {
      --font-size: var(--fluid-350px);
      --color: rgba(255, 255, 255, 0.45);
      font-family: "Dream Avenue", serif;
      mix-blend-mode: difference;
      text-transform: uppercase;
      padding-left: 30vw; }
      @media (max-width: 991px) {
        .single-destination #about-overview .floating-marquee .wrapperRollingText .rollingText {
          text-shadow: 1px 1px 0px rgba(26, 26, 26, 0.1), 0 0 1em rgba(26, 26, 26, 0.1), 0 0 0.2em rgba(26, 26, 26, 0.1); } }
      @media (max-width: 1440px) {
        .single-destination #about-overview .floating-marquee .wrapperRollingText .rollingText {
          --font-size: 220px; } }
      @media (max-width: 1024px) {
        .single-destination #about-overview .floating-marquee .wrapperRollingText .rollingText {
          --font-size: 160px; } }
      @media (max-width: 1440px) {
        .single-destination #about-overview .floating-marquee .wrapperRollingText .rollingText {
          --font-size: 120px; } }
  .single-destination #about-overview .images img {
    width: 100%;
    position: absolute;
    z-index: -1;
    max-width: var(--max-width); }
    .single-destination #about-overview .images img.image-1 {
      --max-width: 165px;
      top: 120px;
      left: 8.5%; }
      @media (max-width: 768px) {
        .single-destination #about-overview .images img.image-1 {
          --max-width: 130px; } }
    .single-destination #about-overview .images img.image-2 {
      --max-width: 400px;
      aspect-ratio: 3 / 4;
      max-height: 800px;
      top: 80px;
      right: 8.5%; }
      @media (max-width: 1280px) {
        .single-destination #about-overview .images img.image-2 {
          right: 5.5%; } }
      @media (max-width: 1024px) {
        .single-destination #about-overview .images img.image-2 {
          --max-width: 400px; } }
      @media (max-width: 991px) {
        .single-destination #about-overview .images img.image-2 {
          --max-width: 350px; } }
      @media (max-width: 768px) {
        .single-destination #about-overview .images img.image-2 {
          --max-width: 140px;
          top: 500px; } }
    .single-destination #about-overview .images img.image-3 {
      --max-width: 285px;
      top: 40%;
      left: 15%; }
      @media (max-width: 768px) {
        .single-destination #about-overview .images img.image-3 {
          --max-width: 240px;
          left: 0; } }
      @media (max-width: 450px) {
        .single-destination #about-overview .images img.image-3 {
          --max-width: 150px; } }
  .single-destination #about-overview .wrapper {
    -webkit-padding-before: 140px;
            padding-block-start: 140px;
    text-align: center;
    max-width: 1440px; }
    .single-destination #about-overview .wrapper .subtitle {
      font-family: "basis-grotesque-bold-pro", sans-serif;
      text-transform: uppercase;
      color: #bea380;
      -webkit-padding-after: 40px;
              padding-block-end: 40px;
      display: inline-block;
      z-index: 1;
      position: relative; }
    .single-destination #about-overview .wrapper .section-heading {
      --font-size: var(--fluid-150px);
      --color: #ffffff;
      mix-blend-mode: difference; }
      @media (max-width: 1024px) {
        .single-destination #about-overview .wrapper .section-heading {
          --font-size: var(--fluid-100px); } }
    .single-destination #about-overview .wrapper .quote-container {
      padding-block: 380px 155px;
      max-width: 30%;
      margin-left: auto;
      z-index: 1;
      position: relative; }
      @media (max-width: 1280px) {
        .single-destination #about-overview .wrapper .quote-container {
          max-width: 40%; } }
      @media (max-width: 991px) {
        .single-destination #about-overview .wrapper .quote-container {
          max-width: 60%; } }
      @media (max-width: 450px) {
        .single-destination #about-overview .wrapper .quote-container {
          margin: unset;
          max-width: unset;
          padding-bottom: 60px; } }
      .single-destination #about-overview .wrapper .quote-container > * {
        font-size: 32px;
        margin: 0;
        color: #bea380;
        text-align: start; }
        @media (min-width: 991px) {
          .single-destination #about-overview .wrapper .quote-container > * {
            text-underline-offset: 3px;
            text-decoration: underline; } }
        @media (max-width: 1440px) {
          .single-destination #about-overview .wrapper .quote-container > * {
            font-size: 24px; } }
        @media (max-width: 1024px) {
          .single-destination #about-overview .wrapper .quote-container > * {
            font-size: 22px; } }
        @media (max-width: 450px) {
          .single-destination #about-overview .wrapper .quote-container > * {
            text-align: center; } }
    .single-destination #about-overview .wrapper .content {
      max-width: 50%;
      margin-inline: auto; }
      @media (max-width: 991px) {
        .single-destination #about-overview .wrapper .content {
          max-width: 100%; } }
      .single-destination #about-overview .wrapper .content > {
        text-align: center; }

.single-destination #timeless {
  padding-block: 120px 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 240px;
  background-color: #1a1a1a; }
  @media (max-width: 1440px) {
    .single-destination #timeless {
      gap: 120px; } }
  @media (max-width: 991px) {
    .single-destination #timeless {
      gap: 130px; } }
  @media (max-width: 768px) {
    .single-destination #timeless {
      gap: 80px; } }
  .single-destination #timeless .timeless {
    --section-height: 100vh;
    --section-height: 100svh;
    position: absolute;
    inset: 0;
    width: 100%;
    height: var(--section-height);
    width: 100%;
    z-index: 3; }
    .single-destination #timeless .timeless::before {
      content: '';
      position: absolute;
      inset: 0;
      -o-border-image: linear-gradient(45deg, var(--clr-1), var(--clr-2)) 1 fill;
         border-image: linear-gradient(45deg, var(--clr-1), var(--clr-2)) 1 fill;
      z-index: 2; }
    .single-destination #timeless .timeless [data-animate-heading] {
      position: absolute;
      left: 5%;
      bottom: 100px;
      z-index: 2; }
      .single-destination #timeless .timeless [data-animate-heading].section-heading {
        --font-size: var(--fluid-150px);
        --color: #ffffff;
        text-align: start;
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content; }
        @media (max-width: 450px) {
          .single-destination #timeless .timeless [data-animate-heading].section-heading {
            --font-size: var(--fluid-80px);
            text-align: center; } }
  .single-destination #timeless #lyrical {
    place-items: center;
    place-content: center; }
    .single-destination #timeless #lyrical.lyrical.wrapper {
      position: relative;
      padding: 120px 8.5% 90px 8.5%;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      @media (max-width: 1280px) {
        .single-destination #timeless #lyrical.lyrical.wrapper {
          padding: 90px 5.5% 90px 5.5%; } }
      @media (max-width: 991px) {
        .single-destination #timeless #lyrical.lyrical.wrapper {
          display: flex;
          flex-direction: column; } }
      .single-destination #timeless #lyrical.lyrical.wrapper .marquees-holder {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        left: 0;
        top: 40%;
        z-index: 1; }
      .single-destination #timeless #lyrical.lyrical.wrapper .floating-marquee.last-word {
        margin-left: 30%; }
      .single-destination #timeless #lyrical.lyrical.wrapper .floating-marquee .wrapperRollingText .rollingText {
        --color: rgba(255, 255, 255, 0.2);
        --font-size: var(--fluid-350px);
        mix-blend-mode: difference;
        font-family: "Dream Avenue", serif;
        padding-left: 100vw; }
        @media (max-width: 991px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .floating-marquee .wrapperRollingText .rollingText {
            text-shadow: 1px 1px 0px rgba(26, 26, 26, 0.1), 0 0 1em rgba(26, 26, 26, 0.1), 0 0 0.2em rgba(26, 26, 26, 0.1); } }
        @media (max-width: 1440px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .floating-marquee .wrapperRollingText .rollingText {
            --font-size: 220px; } }
        @media (max-width: 1024px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .floating-marquee .wrapperRollingText .rollingText {
            --font-size: 160px; } }
        @media (max-width: 1440px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .floating-marquee .wrapperRollingText .rollingText {
            --font-size: 120px; } }
      .single-destination #timeless #lyrical.lyrical.wrapper .img-contain {
        height: 780px;
        aspect-ratio: 3 / 4;
        margin-top: auto;
        position: relative; }
        @media (max-width: 1366px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .img-contain {
            max-height: 70svh; } }
        @media (max-width: 1024px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .img-contain {
            height: 500px; } }
        @media (max-width: 991px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .img-contain {
            opacity: 0.6; } }
        @media (max-width: 768px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .img-contain {
            height: 420px; } }
        @media (max-width: 450px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .img-contain {
            margin-bottom: 40px; } }
      .single-destination #timeless #lyrical.lyrical.wrapper .content-text {
        margin-left: auto;
        margin-bottom: auto;
        color: #ffffff;
        text-align: end;
        max-width: 450px;
        text-align: end;
        padding-left: 50px; }
        @media (max-width: 991px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .content-text {
            padding-left: unset;
            max-width: 100%;
            z-index: 1;
            font-size: 25px;
            text-align: center;
            margin-block: auto; } }
        @media (max-width: 768px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .content-text {
            font-size: 22px; } }
        @media (max-width: 768px) {
          .single-destination #timeless #lyrical.lyrical.wrapper .content-text {
            font-size: 20px; } }
  .single-destination #timeless #history {
    min-height: 100vh;
    min-height: 100svh; }
    @media (max-width: 991px) {
      .single-destination #timeless #history {
        min-height: 60vh;
        min-height: 60svh; } }
    .single-destination #timeless #history.history.wrapper {
      padding: 0 16.5%;
      position: relative;
      width: 100%; }
      @media (max-width: 1680px) {
        .single-destination #timeless #history.history.wrapper {
          padding: 0 12%; } }
      @media (max-width: 1440px) {
        .single-destination #timeless #history.history.wrapper {
          padding: 0 8.5%; } }
      @media (max-width: 1280px) {
        .single-destination #timeless #history.history.wrapper {
          padding: 0 5.5%; } }
      @media (max-width: 1024px) {
        .single-destination #timeless #history.history.wrapper {
          padding: 0 3.5%; } }
      .single-destination #timeless #history.history.wrapper .top-wrapper {
        display: flex;
        -webkit-padding-after: 80px;
                padding-block-end: 80px; }
        .single-destination #timeless #history.history.wrapper .top-wrapper h3 {
          color: #ffffff;
          font-size: 100px;
          text-align: start;
          text-transform: uppercase;
          line-height: 1;
          position: absolute;
          left: 8%;
          top: 0%;
          z-index: 2;
          margin: 0;
          margin-right: auto;
          margin-top: auto;
          max-width: -webkit-min-content;
          max-width: -moz-min-content;
          max-width: min-content; }
          @media (max-width: 1440px) {
            .single-destination #timeless #history.history.wrapper .top-wrapper h3 {
              top: 2.5%;
              font-size: 72px; } }
          @media (max-width: 1024px) {
            .single-destination #timeless #history.history.wrapper .top-wrapper h3 {
              font-size: 50px; } }
          @media (max-width: 991px) {
            .single-destination #timeless #history.history.wrapper .top-wrapper h3 {
              font-size: 40px;
              left: 3.5%;
              top: 5.5%; } }
          .single-destination #timeless #history.history.wrapper .top-wrapper h3[data-swiper-index] {
            opacity: 0;
            cursor: none;
            pointer-events: none;
            transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
            .single-destination #timeless #history.history.wrapper .top-wrapper h3[data-swiper-index].active {
              opacity: 1;
              cursor: auto;
              pointer-events: auto;
              transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1); }
        .single-destination #timeless #history.history.wrapper .top-wrapper .swiper-pagination {
          position: static;
          color: #ffffff;
          display: flex;
          justify-content: flex-end;
          align-items: flex-start; }
          .single-destination #timeless #history.history.wrapper .top-wrapper .swiper-pagination .pagination-wrapper {
            width: 200px;
            display: grid;
            gap: 10px; }
            @media (max-width: 1024px) {
              .single-destination #timeless #history.history.wrapper .top-wrapper .swiper-pagination .pagination-wrapper {
                width: 100px; } }
            .single-destination #timeless #history.history.wrapper .top-wrapper .swiper-pagination .pagination-wrapper .spans-wrapper {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              gap: 10px;
              font-size: 35px;
              font-family: "Dream Avenue", serif; }
              @media (max-width: 1440px) {
                .single-destination #timeless #history.history.wrapper .top-wrapper .swiper-pagination .pagination-wrapper .spans-wrapper {
                  font-size: 30px; } }
              @media (max-width: 1024px) {
                .single-destination #timeless #history.history.wrapper .top-wrapper .swiper-pagination .pagination-wrapper .spans-wrapper {
                  font-size: 25px; } }
          .single-destination #timeless #history.history.wrapper .top-wrapper .swiper-pagination .progressbar-background {
            width: 100%;
            height: 1px;
            background: #505050;
            position: static; }
            .single-destination #timeless #history.history.wrapper .top-wrapper .swiper-pagination .progressbar-background .progressbar-fill {
              height: 1px;
              background-color: #ffffff; }
      .single-destination #timeless #history.history.wrapper .swiper.customSwiper {
        width: 100%; }
        .single-destination #timeless #history.history.wrapper .swiper.customSwiper .swiper-slide {
          transition: all 0.3s ease-in-out;
          opacity: 0; }
          .single-destination #timeless #history.history.wrapper .swiper.customSwiper .swiper-slide img {
            width: 100%;
            aspect-ratio: 5 / 2;
            -o-object-fit: cover;
               object-fit: cover; }
            @media (max-width: 768px) {
              .single-destination #timeless #history.history.wrapper .swiper.customSwiper .swiper-slide img {
                aspect-ratio: 4 / 2; } }
          .single-destination #timeless #history.history.wrapper .swiper.customSwiper .swiper-slide.swiper-slide-active {
            opacity: 1;
            transition: all 0.3s ease-in-out; }
      .single-destination #timeless #history.history.wrapper .content {
        padding-top: 115px;
        display: grid;
        grid-template-columns: 1fr 1fr; }
        @media (max-width: 1440px) {
          .single-destination #timeless #history.history.wrapper .content {
            padding-top: 100px; } }
        @media (max-width: 1024px) {
          .single-destination #timeless #history.history.wrapper .content {
            grid-template-columns: 2fr 1fr;
            gap: 20px;
            padding-top: 80px; } }
        @media (max-width: 991px) {
          .single-destination #timeless #history.history.wrapper .content {
            grid-template-columns: 1fr;
            gap: 20px;
            padding-top: 80px; } }
        .single-destination #timeless #history.history.wrapper .content [data-swiper-index] {
          display: flex;
          opacity: 0;
          align-self: start;
          cursor: none;
          pointer-events: none;
          transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
          .single-destination #timeless #history.history.wrapper .content [data-swiper-index] * {
            color: #ffffff;
            text-underline-offset: 4px;
            -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
                    text-decoration-color: rgba(255, 255, 255, 0.5);
            margin: 0;
            margin-top: auto; }
          .single-destination #timeless #history.history.wrapper .content [data-swiper-index].active {
            opacity: 1;
            cursor: auto;
            pointer-events: auto;
            transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1); }
        .single-destination #timeless #history.history.wrapper .content .navigation-buttons {
          display: flex;
          justify-content: flex-end;
          align-items: flex-end; }
          .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-prev,
          .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-next {
            position: static;
            transition: all 0.3s ease-in-out; }
            .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-prev svg,
            .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-next svg {
              width: 160px;
              cursor: pointer; }
              @media (max-width: 1440px) {
                .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-prev svg,
                .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-next svg {
                  width: 120px;
                  height: 120px; } }
              @media (max-width: 1280px) {
                .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-prev svg,
                .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-next svg {
                  width: 105px;
                  height: 105px; } }
              @media (max-width: 991px) {
                .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-prev svg,
                .single-destination #timeless #history.history.wrapper .content .navigation-buttons .button-next svg {
                  width: 95px;
                  height: 95px; } }

.single-destination #faq-content {
  padding-block: 140px 160px; }
  .single-destination #faq-content .wrapper {
    padding: 0 8.5%;
    place-items: center; }
    @media (max-width: 1024px) {
      .single-destination #faq-content .wrapper {
        padding: 0 5.5%; } }
    .single-destination #faq-content .wrapper .top-container-wrapper {
      background-color: #efefef; }
    .single-destination #faq-content .wrapper .top-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; }
      @media (max-width: 1024px) {
        .single-destination #faq-content .wrapper .top-container {
          grid-template-columns: 1fr;
          grid-template-rows: 1fr 1fr auto; } }
      .single-destination #faq-content .wrapper .top-container .quote {
        width: 50%;
        font-size: 32px;
        color: #bea380;
        text-align: start;
        margin: 0; }
        @media (min-width: 991px) {
          .single-destination #faq-content .wrapper .top-container .quote {
            text-decoration: underline; } }
        @media (max-width: 1440px) {
          .single-destination #faq-content .wrapper .top-container .quote {
            font-size: 24px;
            width: 80%; } }
        @media (max-width: 1024px) {
          .single-destination #faq-content .wrapper .top-container .quote {
            width: 18ch;
            text-align: center;
            margin-inline: auto;
            align-self: center; } }
        @media (max-width: 1024px) {
          .single-destination #faq-content .wrapper .top-container .quote {
            font-size: 22px; } }
      .single-destination #faq-content .wrapper .top-container .image {
        aspect-ratio: 1;
        max-width: 520px; }
        @media (max-width: 1440px) {
          .single-destination #faq-content .wrapper .top-container .image {
            max-width: 450px; } }
        @media (max-width: 1024px) {
          .single-destination #faq-content .wrapper .top-container .image {
            max-width: 350px; } }
        @media (max-width: 768px) {
          .single-destination #faq-content .wrapper .top-container .image {
            max-width: 300px; } }
        .single-destination #faq-content .wrapper .top-container .image img {
          -o-object-fit: cover;
             object-fit: cover; }
      .single-destination #faq-content .wrapper .top-container .primary-heading {
        font-size: var(--fluid-150px);
        opacity: 0.9;
        color: #ffffff;
        mix-blend-mode: difference; }
    .single-destination #faq-content .wrapper .secondary-heading {
      margin-top: -50px;
      font-size: var(--fluid-90px);
      max-width: -webkit-min-content;
      max-width: -moz-min-content;
      max-width: min-content;
      text-transform: uppercase;
      text-align: center;
      line-height: 1;
      mix-blend-mode: difference;
      color: #ffffff;
      margin-inline: auto;
      overflow: visible; }
      @media (max-width: 1440px) {
        .single-destination #faq-content .wrapper .secondary-heading {
          font-size: 72px; } }
      @media (max-width: 1024px) {
        .single-destination #faq-content .wrapper .secondary-heading {
          font-size: 60px; } }
      @media (max-width: 768px) {
        .single-destination #faq-content .wrapper .secondary-heading {
          font-size: 40px; } }
    .single-destination #faq-content .wrapper .btn.btn-gold {
      -webkit-margin-before: 140px;
              margin-block-start: 140px; }
  .single-destination #faq-content .faq-wrapper {
    width: 100%;
    padding-top: 100px; }
    .single-destination #faq-content .faq-wrapper [data-accordion-inner],
    .single-destination #faq-content .faq-wrapper [data-accordion-header] {
      padding: 0; }
    .single-destination #faq-content .faq-wrapper .faq-link .text-heading {
      font-family: "Dream Avenue", serif;
      font-size: 35px; }
      @media (max-width: 1440px) {
        .single-destination #faq-content .faq-wrapper .faq-link .text-heading {
          font-size: 28px; } }
      @media (max-width: 1024px) {
        .single-destination #faq-content .faq-wrapper .faq-link .text-heading {
          font-size: 26px; } }
      @media (max-width: 1024px) {
        .single-destination #faq-content .faq-wrapper .faq-link .text-heading {
          font-size: 24px; } }
    .single-destination #faq-content .faq-wrapper .faq-link .faq-answer-wrapper p {
      max-width: 55ch;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .single-destination #faq-content .faq-wrapper .faq-link .faq-answer-wrapper p {
          font-size: 20px; } }
      @media (max-width: 1024px) {
        .single-destination #faq-content .faq-wrapper .faq-link .faq-answer-wrapper p {
          font-size: 18px; } }
      @media (max-width: 768px) {
        .single-destination #faq-content .faq-wrapper .faq-link .faq-answer-wrapper p {
          font-size: 16px; } }

.single-destination #gallery-rows {
  padding-block: 0 150px; }

.single-destination #town-review {
  min-height: 100vh;
  min-height: 100svh;
  padding-block: 100px 70px;
  -o-border-image: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)) 1 fill;
     border-image: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)) 1 fill;
  position: relative; }
  @media (max-width: 1440px) {
    .single-destination #town-review {
      display: flex; } }
  .single-destination #town-review .wrapper.maze-wrapper {
    padding: 0 8.5%;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    z-index: 99;
    background-color: #1a1a1a; }
    .single-destination #town-review .wrapper.maze-wrapper .heading-wrapper {
      text-align: center; }
      .single-destination #town-review .wrapper.maze-wrapper .heading-wrapper .sub-heading {
        color: #bea380;
        display: block;
        text-transform: uppercase;
        padding-bottom: 40px; }
      .single-destination #town-review .wrapper.maze-wrapper .heading-wrapper .section-heading {
        --font-size: var(--fluid-150px);
        --color: #ffffff;
        margin: 0; }
    @media (max-width: 991px) {
      .single-destination #town-review .wrapper.maze-wrapper #maze-svg {
        width: 450px; } }
    @media (max-width: 768px) {
      .single-destination #town-review .wrapper.maze-wrapper #maze-svg {
        width: 300px; } }
  .single-destination #town-review .wrapper.slider-area.grid-2 {
    padding: 0 8.5%;
    display: grid;
    grid-template-columns: 3fr 1fr;
    z-index: 3; }
    @media (max-width: 1440px) {
      .single-destination #town-review .wrapper.slider-area.grid-2 {
        padding: 0 5.5%;
        grid-template-columns: 1fr; } }
    @media (max-width: 1024px) {
      .single-destination #town-review .wrapper.slider-area.grid-2 {
        padding: 0 3.5%;
        gap: 30px; } }
    .single-destination #town-review .wrapper.slider-area.grid-2 .content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      gap: 50px; }
      @media (max-width: 1440px) {
        .single-destination #town-review .wrapper.slider-area.grid-2 .content {
          position: relative;
          z-index: 3; } }
      @media (max-width: 768px) {
        .single-destination #town-review .wrapper.slider-area.grid-2 .content {
          gap: 20px; } }
      .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs {
        overflow: hidden;
        max-width: 45em; }
        @media (max-width: 1440px) {
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs {
            max-width: 80em; } }
        .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .paragraph-wrapper {
          display: grid;
          align-items: center;
          justify-items: center; }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .paragraph-wrapper div {
            grid-area: 1/-1; }
        .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .paragraph-wrapper[data-swiper-index] {
          opacity: 0;
          cursor: none;
          pointer-events: none;
          transform: translateX(-100%);
          transition: transform 0.5s, opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
          overflow-y: scroll;
          font-size: 22px; }
          @media (max-width: 1440px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .paragraph-wrapper[data-swiper-index] {
              font-size: 18px; } }
          @media (max-width: 1280px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .paragraph-wrapper[data-swiper-index] {
              font-size: 18px; } }
          @media (max-width: 450px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .paragraph-wrapper[data-swiper-index] {
              font-size: 16px; } }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .paragraph-wrapper[data-swiper-index].active {
            opacity: 1;
            cursor: auto;
            pointer-events: auto;
            transform: translateX(0%);
            transition: transform 1.2s, opacity 1.3s cubic-bezier(0.65, 0, 0.35, 1); }
        .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .spot-text {
          opacity: 0;
          align-self: start;
          transform: translateX(-100%) !important;
          transition: transform 0.5s, opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 1280px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .spot-text {
              font-size: 18px; } }
          @media (max-width: 768px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .spot-text {
              font-size: 16px; } }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .paragraphs .spot-text.spot-text-active {
            opacity: 1;
            transform: translateX(0%) !important;
            transition: transform 1.2s, opacity 1.3s cubic-bezier(0.65, 0, 0.35, 1); }
      .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings {
        position: relative;
        -webkit-padding-before: 1.25rem;
                padding-block-start: 1.25rem; }
        .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings h3 {
          color: #bea380;
          font-size: 130px;
          text-transform: uppercase;
          margin: 0;
          margin-right: auto;
          opacity: 0;
          max-width: 13ch;
          cursor: none;
          pointer-events: none;
          transition: opacity 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 1440px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings h3 {
              font-size: 82px; } }
          @media (max-width: 1280px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings h3 {
              font-size: 70px; } }
          @media (max-width: 1024px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings h3 {
              font-size: 55px; } }
          @media (max-width: 768px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings h3 {
              font-size: 45px; } }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings h3.active {
            opacity: 1;
            cursor: auto;
            pointer-events: auto;
            transition: opacity 1.3s cubic-bezier(0.65, 0, 0.35, 1); }
        .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings .progress {
          z-index: 100;
          position: absolute;
          left: -18%;
          right: 0;
          width: 100vw;
          top: 0;
          height: 2px; }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings .progress .progress__bar {
            opacity: 1;
            position: relative;
            left: 0;
            right: 0;
            width: auto;
            height: 100%;
            background: rgba(255, 255, 255, 0.4); }
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings .progress .progress__bar::after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 0;
              height: 100%;
              background: #bea380; }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .titles-container .headings .progress.animate .progress__bar::after {
            transition: width linear;
            width: 100%;
            transition-duration: 5s; }
      .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages {
        text-transform: uppercase;
        font-size: 25px;
        font-family: "basis-grotesque-bold-pro", sans-serif;
        overflow: hidden; }
        .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .col-2 {
          display: flex;
          gap: 15px;
          margin-right: auto;
          width: 100%;
          overflow-y: hidden;
          overflow-x: scroll; }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .col-2.active button {
            opacity: 1;
            transform: translateY(0%);
            transition: transform 1.2s var(--delay, 0s), opacity 1.3s cubic-bezier(0.65, 0, 0.35, 1); }
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .col-2.active button:nth-child(even) {
              --delay: 0.2s; }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .col-2 > * {
            margin: 0; }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .col-2 button {
            opacity: 0;
            transform: translateY(100%);
            transition: transform 0.5s var(--delay, 0s), opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
            @media (max-width: 991px) {
              .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .col-2 button {
                width: 100%;
                text-wrap: nowrap; } }
        .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .spot-name {
          padding: 0.7em 1em;
          cursor: pointer;
          font-size: var(--fluid-20px);
          text-transform: uppercase;
          text-align: start;
          position: relative;
          transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
          @media (max-width: 991px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .spot-name {
              padding: 1.2em 1em; } }
          @media (max-width: 1440px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .spot-name {
              font-size: 18px; } }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .spot-name::after {
            content: '';
            position: absolute;
            bottom: 5px;
            z-index: 2;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #bea380;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .spot-name.spot-name-active::after {
            transform: scaleX(1);
            transform-origin: left; }
          .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .spot-name:hover, .single-destination #town-review .wrapper.slider-area.grid-2 .content .villages .spot-name.spot-name-active {
            color: #bea380; }
    .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper {
      width: 100%; }
      @media (max-width: 1440px) {
        .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper {
          grid-area: unset;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          pointer-events: none; } }
      .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper .swiper-wrapper {
        width: 100%;
        height: 100%; }
      .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper .swiper-slide {
        transition: all 0.3s ease-in-out;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: relative; }
        @media (max-width: 1440px) {
          .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper .swiper-slide::after {
            transition: all 0.3s ease-in-out;
            content: '';
            width: 100%;
            height: 100%;
            background: #efefef;
            opacity: 0.5;
            position: absolute;
            left: 0;
            top: 0;
            pointer-events: none; } }
        .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper .swiper-slide .image-wrapper {
          height: 100%;
          width: 100%;
          max-height: 650px; }
          @media (max-width: 1440px) {
            .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper .swiper-slide .image-wrapper {
              height: 100%;
              max-height: unset; } }
          .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper .swiper-slide .image-wrapper img {
            width: 100%;
            opacity: 0;
            transition: all 0.3s ease-in-out; }
            @media (max-width: 1440px) {
              .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper .swiper-slide .image-wrapper img {
                max-width: unset;
                margin-left: auto;
                margin: unset;
                height: 100%;
                width: 100%; } }
            .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper .swiper-slide .image-wrapper img.active-image.active {
              opacity: 1;
              transition: all 0.3s ease-in-out; }
        @media (max-width: 1440px) {
          .single-destination #town-review .wrapper.slider-area.grid-2 .customSwiper .swiper-slide.swiper-slide-active {
            opacity: 0.2 !important; } }
  .single-destination #town-review .wrapper.slider-area .navigation-buttons {
    position: relative;
    display: flex;
    gap: 10px; }
    @media (max-width: 1440px) {
      .single-destination #town-review .wrapper.slider-area .navigation-buttons {
        grid-area: 3 / 1;
        z-index: 3; } }
    @media (max-width: 768px) {
      .single-destination #town-review .wrapper.slider-area .navigation-buttons {
        grid-area: 3 / 1; } }
    .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-next,
    .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-prev {
      position: static; }
      .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-next svg,
      .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-prev svg {
        width: 160px;
        cursor: pointer; }
        @media (max-width: 1440px) {
          .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-next svg,
          .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-prev svg {
            width: 150px;
            height: 150px; } }
        @media (max-width: 1280px) {
          .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-next svg,
          .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-prev svg {
            width: 120px;
            height: 120px; } }
        @media (max-width: 1024px) {
          .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-next svg,
          .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-prev svg {
            width: 100px;
            height: 100px; } }
        .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-next svg path,
        .single-destination #town-review .wrapper.slider-area .navigation-buttons .button-prev svg path {
          stroke: #bea380; }
  .single-destination #town-review .wrapper.slider-area .swiper-pagination {
    position: relative;
    color: #bea380;
    display: flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto; }
    @media (max-width: 1440px) {
      .single-destination #town-review .wrapper.slider-area .swiper-pagination {
        grid-area: 3 / 1; } }
    @media (max-width: 768px) {
      .single-destination #town-review .wrapper.slider-area .swiper-pagination {
        grid-area: unset; } }
    .single-destination #town-review .wrapper.slider-area .swiper-pagination .pagination-wrapper {
      width: 200px;
      display: grid;
      gap: 10px;
      margin-right: auto;
      margin-top: auto; }
      @media (max-width: 991px) {
        .single-destination #town-review .wrapper.slider-area .swiper-pagination .pagination-wrapper {
          width: 100px; } }
      .single-destination #town-review .wrapper.slider-area .swiper-pagination .pagination-wrapper .spans-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        font-size: 40px;
        font-family: "Dream Avenue", serif; }
        @media (max-width: 1440px) {
          .single-destination #town-review .wrapper.slider-area .swiper-pagination .pagination-wrapper .spans-wrapper {
            font-size: 30px; } }
        @media (max-width: 1024px) {
          .single-destination #town-review .wrapper.slider-area .swiper-pagination .pagination-wrapper .spans-wrapper {
            font-size: 25px; } }
      .single-destination #town-review .wrapper.slider-area .swiper-pagination .pagination-wrapper .progressbar-background {
        width: 100%;
        height: 1px;
        background: rgba(190, 163, 128, 0.3);
        position: static; }
        .single-destination #town-review .wrapper.slider-area .swiper-pagination .pagination-wrapper .progressbar-background .progressbar-fill {
          height: 1px;
          background-color: #bea380; }

.single-destination #more-resort-list {
  padding-block: 220px; }
  .single-destination #more-resort-list .wrapper {
    padding: 0 8.5%; }
    @media (max-width: 991px) {
      .single-destination #more-resort-list .wrapper {
        padding: 0 3.5%; } }
    .single-destination #more-resort-list .wrapper .section-heading {
      --font-size: var(--fluid-80px); }
      @media (max-width: 1440px) {
        .single-destination #more-resort-list .wrapper .section-heading {
          max-width: 23ch;
          margin-inline: auto; } }
      @media (max-width: 768px) {
        .single-destination #more-resort-list .wrapper .section-heading {
          --font-size: var(--fluid-55px); } }
    .single-destination #more-resort-list .wrapper .swiper.swiper-resorts {
      padding-top: 70px;
      width: 100%;
      display: flex; }
      @media (hover: hover) and (min-width: 768px) {
        .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .swiper-wrapper > .single-resort-card {
          transition: opacity 0.3s, scale 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .swiper-wrapper:has(.single-resort-card:hover) > .single-resort-card:not(:hover) {
          opacity: 0.4;
          scale: 0.98; } }
      .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide {
        width: 100%;
        overflow: hidden; }
        .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .swiper-inner-gallery {
          width: 100%;
          position: relative; }
          .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .swiper-inner-gallery .swiper-slide {
            height: 500px; }
            @media (max-width: 1366px) {
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .swiper-inner-gallery .swiper-slide {
                max-height: 50svh; } }
            .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .swiper-inner-gallery .swiper-slide img.galleries-image {
              display: block;
              width: 100% !important;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              aspect-ratio: 2 / 2.5; }
        .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-top: 40px; }
          .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .col-2 {
            display: flex;
            justify-content: space-between; }
            .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .col-2 .location-area {
              line-height: 1;
              font-size: 18px;
              text-transform: uppercase; }
              @media (max-width: 1440px) {
                .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .col-2 .location-area {
                  font-size: 16px; } }
              @media (max-width: 1024px) {
                .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .col-2 .location-area {
                  font-size: 15px; } }
              @media (max-width: 768px) {
                .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .col-2 .location-area {
                  font-size: 14px; } }
            .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .col-2 .rating-stars-wrapper {
              --_star_width: 15.5px; }
          .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .resort-heading {
            --flow-space: 25px;
            margin: 0;
            font-size: 39px;
            font-weight: 400;
            font-family: "Dream Avenue", serif;
            text-transform: uppercase; }
            @media (max-width: 1440px) {
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .resort-heading {
                font-size: 32px; } }
            @media (max-width: 768px) {
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .resort-heading {
                font-size: 28px; } }
            .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .resort-heading a {
              font: inherit; }
            .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .resort-heading.clickable-parent-heading a::after {
              inset: 10% 0 0 0; }
          .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features {
            --flow-space: 18px;
            display: flex;
            justify-content: space-between;
            gap: 8px;
            flex-wrap: wrap; }
            @media (max-width: 1440px) {
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features {
                grid-template-columns: repeat(2, 1fr);
                display: grid;
                -moz-column-gap: unset;
                     column-gap: unset; } }
            @media (max-width: 991px) {
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features {
                --flow-space: 15px;
                gap: 12px;
                justify-content: flex-start; } }
            @media (max-width: 768px) {
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features {
                gap: 10px 20px; } }
            .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features li {
              text-wrap: nowrap;
              font-size: 16px;
              line-height: 1;
              font-weight: 600;
              position: relative; }
              @media (max-width: 1440px) {
                .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features li {
                  font-size: 15px; }
                  .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features li:nth-of-type(even) {
                    text-align: right; } }
              @media (max-width: 768px) {
                .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features li {
                  font-size: 14px; } }
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features li:where(:not(.separator)) {
                padding-block: 0.3em; }
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features li.separator:not(:last-of-type) {
                width: 1px;
                background-color: #1a1a1a;
                opacity: 0.2; }
                @media (max-width: 991px) {
                  .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .features li.separator:not(:last-of-type) {
                    display: none; } }
          .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .text {
            --lines: 3;
            --flow-space: 17px; }
            @media (max-width: 768px) {
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .text {
                --flow-space: 15px; } }
            .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .text p {
              margin: 0; }
          .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .pricetext {
            --flow-space: 28px;
            display: block; }
            @media (max-width: 991px) {
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .pricetext {
                --flow-space: 25px; } }
            @media (max-width: 450px) {
              .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .pricetext {
                --flow-space: 22px; } }
            .single-destination #more-resort-list .wrapper .swiper.swiper-resorts .single-resort-card.swiper-slide .content_container .pricetext .price {
              font-weight: 600; }

.single-portfolio #featured {
  min-height: 100vh;
  min-height: 100svh;
  background-color: #1a1a1a;
  overflow: hidden;
  position: relative; }
  @media (max-width: 991px) {
    .single-portfolio #featured {
      min-height: 90vh;
      min-height: 90svh; } }
  @media (max-width: 768px) {
    .single-portfolio #featured {
      min-height: 80vh;
      min-height: 80svh; } }
  .single-portfolio #featured .scrolled-bgImage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-clip-path: polygon(38% 15%, 62% 15%, 62% 100%, 38% 100%);
            clip-path: polygon(38% 15%, 62% 15%, 62% 100%, 38% 100%);
    filter: brightness(1); }
    @media (max-width: 1440px) {
      .single-portfolio #featured .scrolled-bgImage {
        -webkit-clip-path: polygon(35% 16%, 65% 16%, 65% 100%, 35% 100%);
                clip-path: polygon(35% 16%, 65% 16%, 65% 100%, 35% 100%); } }
    @media (max-width: 1280px) {
      .single-portfolio #featured .scrolled-bgImage {
        -webkit-clip-path: polygon(33% 17%, 67% 17%, 67% 100%, 33% 1100%);
                clip-path: polygon(33% 17%, 67% 17%, 67% 100%, 33% 1100%); } }
    @media (max-width: 1024px) {
      .single-portfolio #featured .scrolled-bgImage {
        -webkit-clip-path: polygon(30% 18%, 70% 18%, 70% 100%, 30% 100%);
                clip-path: polygon(30% 18%, 70% 18%, 70% 100%, 30% 100%); } }
    @media (max-width: 768px) {
      .single-portfolio #featured .scrolled-bgImage {
        -webkit-clip-path: polygon(26% 20%, 74% 20%, 74% 100%, 26% 100%);
                clip-path: polygon(26% 20%, 74% 20%, 74% 100%, 26% 100%); } }
  .single-portfolio #featured .featured-vertical-text {
    bottom: 100px; }
  .single-portfolio #featured .section-heading {
    --font-size: var(--fluid-150px);
    --color: #ffffff;
    max-width: 16ch; }

.single-portfolio #portfolio_about {
  padding-block: 60px 100px; }
  .single-portfolio #portfolio_about .breadcrumbs {
    padding-inline: 3%; }
  .single-portfolio #portfolio_about .wrapper {
    position: relative; }
    @media (min-width: 768px) {
      .single-portfolio #portfolio_about .wrapper {
        padding: 50px 17% 0 17%; } }
    @media (max-width: 768px) {
      .single-portfolio #portfolio_about .wrapper {
        padding: 50px 10% 0 10%; } }
    .single-portfolio #portfolio_about .wrapper .section-heading {
      --font-size: var(--fluid-150px);
      margin-bottom: 20px; }
      @media (max-width: 1440px) {
        .single-portfolio #portfolio_about .wrapper .section-heading {
          --font-size: var(--fluid-100px); } }
    .single-portfolio #portfolio_about .wrapper .tagline {
      font-size: 23px;
      text-transform: uppercase;
      color: #bea380;
      max-width: 35ch;
      display: block;
      margin-inline: auto; }
      @media (max-width: 1440px) {
        .single-portfolio #portfolio_about .wrapper .tagline {
          font-size: 20px; } }
      @media (max-width: 1024px) {
        .single-portfolio #portfolio_about .wrapper .tagline {
          font-size: 18px; } }
    .single-portfolio #portfolio_about .wrapper .two-rows {
      padding-top: 100px;
      display: flex;
      flex-direction: column;
      gap: 80px; }
      @media (max-width: 768px) {
        .single-portfolio #portfolio_about .wrapper .two-rows {
          padding-top: 20px; } }
      .single-portfolio #portfolio_about .wrapper .two-rows p {
        font-size: 32px; }
        @media (max-width: 1440px) {
          .single-portfolio #portfolio_about .wrapper .two-rows p {
            font-size: 24px; } }
        @media (max-width: 1024px) {
          .single-portfolio #portfolio_about .wrapper .two-rows p {
            font-size: 20px; } }
      .single-portfolio #portfolio_about .wrapper .two-rows .left-text {
        text-align: start;
        width: 50%; }
        @media (max-width: 768px) {
          .single-portfolio #portfolio_about .wrapper .two-rows .left-text {
            width: 100%;
            max-width: 300px; } }
      .single-portfolio #portfolio_about .wrapper .two-rows .top {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        width: 100%; }
        @media (max-width: 768px) {
          .single-portfolio #portfolio_about .wrapper .two-rows .top {
            flex-direction: column-reverse; } }
        .single-portfolio #portfolio_about .wrapper .two-rows .top [data-animate-text] {
          width: 50%; }
          .single-portfolio #portfolio_about .wrapper .two-rows .top [data-animate-text] p {
            margin: 0;
            padding-bottom: 50px; }
        .single-portfolio #portfolio_about .wrapper .two-rows .top .image {
          display: flex;
          width: 50%; }
          @media (max-width: 768px) {
            .single-portfolio #portfolio_about .wrapper .two-rows .top .image {
              width: 100%; } }
          @media (max-width: 450px) {
            .single-portfolio #portfolio_about .wrapper .two-rows .top .image {
              justify-content: center; } }
          .single-portfolio #portfolio_about .wrapper .two-rows .top .image img {
            margin-left: auto;
            width: 100%;
            aspect-ratio: 3 / 4;
            -o-object-fit: cover;
               object-fit: cover;
            max-width: 300px; }
      .single-portfolio #portfolio_about .wrapper .two-rows .bottom {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        width: 100%; }
        @media (max-width: 768px) {
          .single-portfolio #portfolio_about .wrapper .two-rows .bottom {
            flex-direction: column;
            align-items: flex-end; } }
        .single-portfolio #portfolio_about .wrapper .two-rows .bottom img {
          margin-top: -50px;
          width: 50%;
          aspect-ratio: 3 / 4;
          -o-object-fit: cover;
             object-fit: cover; }
          @media (max-width: 450px) {
            .single-portfolio #portfolio_about .wrapper .two-rows .bottom img {
              margin-inline: auto; } }
        .single-portfolio #portfolio_about .wrapper .two-rows .bottom .right-text {
          margin-block: auto;
          width: 34ch; }
          @media (max-width: 550px) {
            .single-portfolio #portfolio_about .wrapper .two-rows .bottom .right-text {
              width: 100%; } }
          .single-portfolio #portfolio_about .wrapper .two-rows .bottom .right-text p {
            text-decoration: underline;
            font-size: 32px;
            text-align: start;
            color: #bea380; }
            @media (max-width: 1280px) {
              .single-portfolio #portfolio_about .wrapper .two-rows .bottom .right-text p {
                font-size: 24px; } }
            @media (max-width: 1024px) {
              .single-portfolio #portfolio_about .wrapper .two-rows .bottom .right-text p {
                font-size: 20px; } }
    .single-portfolio #portfolio_about .wrapper .floating-marquee {
      position: absolute;
      bottom: -100px;
      left: 0;
      right: 0; }
      @media (max-width: 768px) {
        .single-portfolio #portfolio_about .wrapper .floating-marquee {
          bottom: -50px; } }
      .single-portfolio #portfolio_about .wrapper .floating-marquee .wrapperRollingText .rollingText {
        --font-size: var(--fluid-270px);
        --color: #1a1a1a;
        font-family: "Dream Avenue", serif;
        padding-left: 50vw; }
        @media (max-width: 1440px) {
          .single-portfolio #portfolio_about .wrapper .floating-marquee .wrapperRollingText .rollingText {
            --font-size: 160px; } }
        @media (max-width: 1024px) {
          .single-portfolio #portfolio_about .wrapper .floating-marquee .wrapperRollingText .rollingText {
            --font-size: 140px; } }
        @media (max-width: 768px) {
          .single-portfolio #portfolio_about .wrapper .floating-marquee .wrapperRollingText .rollingText {
            --font-size: 100px; } }

.single-portfolio #portfolio_overview .wrapper {
  padding: 0 8.5%;
  max-width: 1200px;
  text-align: start; }
  .single-portfolio #portfolio_overview .wrapper .truncated h3 {
    font-family: "basis-grotesque-bold-pro", sans-serif;
    font-size: 18px; }
  .single-portfolio #portfolio_overview .wrapper .truncated p {
    --flow-space: 35px; }
  .single-portfolio #portfolio_overview .wrapper .cs_readmore-btn-wrapper .cs_readmore-btn {
    margin-inline: auto;
    display: flex; }

.single-portfolio #gallery-rows {
  margin-block: 120px 170px; }

.single-portfolio #portfolio_view_more {
  padding-block: 0 155px; }
  @media (max-width: 768px) {
    .single-portfolio #portfolio_view_more {
      padding-bottom: 100px; } }
  .single-portfolio #portfolio_view_more .wrapper {
    padding: 0; }
    .single-portfolio #portfolio_view_more .wrapper .section-heading {
      --color: #ffffff;
      --font-size: var(--fluid-80px); }
    .single-portfolio #portfolio_view_more .wrapper .three-cols,
    .single-portfolio #portfolio_view_more .wrapper .three-columns {
      padding-top: 80px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .single-portfolio #portfolio_view_more .wrapper .three-cols,
        .single-portfolio #portfolio_view_more .wrapper .three-columns {
          padding-top: 60px;
          flex-direction: column-reverse;
          gap: 50px; } }
      .single-portfolio #portfolio_view_more .wrapper .three-cols .col-1,
      .single-portfolio #portfolio_view_more .wrapper .three-cols .column-1,
      .single-portfolio #portfolio_view_more .wrapper .three-columns .col-1,
      .single-portfolio #portfolio_view_more .wrapper .three-columns .column-1 {
        width: 18%;
        height: auto;
        position: relative;
        max-height: 500px;
        position: relative; }
        @media (max-width: 1280px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-1,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-1,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-1,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-1 {
            max-height: 350px; } }
        .single-portfolio #portfolio_view_more .wrapper .three-cols .col-1 > img,
        .single-portfolio #portfolio_view_more .wrapper .three-cols .column-1 > img,
        .single-portfolio #portfolio_view_more .wrapper .three-columns .col-1 > img,
        .single-portfolio #portfolio_view_more .wrapper .three-columns .column-1 > img {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        @media (max-width: 991px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-1,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-1,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-1,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-1 {
            display: none; } }
      .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2,
      .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2,
      .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2,
      .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 {
        width: 48%;
        padding-inline: 8%; }
        @media (max-width: 1440px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 {
            padding-inline: 6%; } }
        @media (max-width: 1280px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 {
            padding-inline: 5%; } }
        @media (max-width: 1024px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 {
            padding-inline: 3.5%; } }
        @media (max-width: 991px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 {
            width: 100%; } }
        .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2.content,
        .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2.content,
        .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2.content,
        .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2.content {
          opacity: 0;
          cursor: none;
          pointer-events: none;
          transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2.content p,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2.content a,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2.content h4,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2.content p,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2.content a,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2.content h4,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2.content p,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2.content a,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2.content h4,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2.content p,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2.content a,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2.content h4 {
            margin: 0;
            color: #ffffff; }
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2.content a,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2.content a,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2.content a,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2.content a {
            --flow-space: 40px; }
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2.content p,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2.content p,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2.content p,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2.content p {
            --flow-space: 40px; }
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2.content h4 a,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2.content h4 a,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2.content h4 a,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2.content h4 a {
            color: inherit;
            font-size: inherit;
            line-height: inherit; }
        .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area,
        .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area,
        .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area,
        .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area {
          --flow-space: 0px;
          -webkit-padding-before: 80px;
                  padding-block-start: 80px;
          display: flex; }
          @media (max-width: 768px) {
            .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area,
            .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area {
              -webkit-padding-before: 40px;
                      padding-block-start: 40px; } }
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-next,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-prev,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-next,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-prev,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-next,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-prev,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-next,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-prev {
            position: static;
            transition: all 0.3s ease-in-out; }
            .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-next svg,
            .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-prev svg,
            .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-next svg,
            .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-prev svg,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-next svg,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-prev svg,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-next svg,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-prev svg {
              cursor: pointer; }
              .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-next svg path,
              .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-prev svg path,
              .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-next svg path,
              .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-prev svg path,
              .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-next svg path,
              .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-prev svg path,
              .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-next svg path,
              .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-prev svg path {
                stroke: #bea380; }
              @media (max-width: 1440px) {
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-prev svg {
                  height: 130px;
                  width: -webkit-fit-content;
                  width: -moz-fit-content;
                  width: fit-content; } }
              @media (max-width: 1024px) {
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-prev svg {
                  height: 115px; } }
              @media (max-width: 991px) {
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-prev svg {
                  height: 95px; } }
              @media (max-width: 768px) {
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-prev svg {
                  height: 80px; } }
              @media (max-width: 450px) {
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-prev svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-next svg,
                .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-prev svg {
                  height: 70px; } }
            .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-next.disabled,
            .single-portfolio #portfolio_view_more .wrapper .three-cols .col-2 .navigation-area .button-prev.disabled,
            .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-next.disabled,
            .single-portfolio #portfolio_view_more .wrapper .three-cols .column-2 .navigation-area .button-prev.disabled,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-next.disabled,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .col-2 .navigation-area .button-prev.disabled,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-next.disabled,
            .single-portfolio #portfolio_view_more .wrapper .three-columns .column-2 .navigation-area .button-prev.disabled {
              opacity: 0.3;
              pointer-events: none;
              cursor: none; }
      .single-portfolio #portfolio_view_more .wrapper .three-cols.swiper-slide-active .content,
      .single-portfolio #portfolio_view_more .wrapper .three-columns.swiper-slide-active .content {
        opacity: 1;
        cursor: auto;
        pointer-events: auto; }
      .single-portfolio #portfolio_view_more .wrapper .three-cols .col-3,
      .single-portfolio #portfolio_view_more .wrapper .three-cols .column-3,
      .single-portfolio #portfolio_view_more .wrapper .three-columns .col-3,
      .single-portfolio #portfolio_view_more .wrapper .three-columns .column-3 {
        width: 35%;
        min-height: 70vh;
        position: relative; }
        @media (max-width: 991px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-3,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-3,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-3,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-3 {
            width: 50%;
            min-height: 60vh; } }
        @media (max-width: 991px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-3,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-3,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-3,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-3 {
            width: 100%;
            min-height: 50vh; } }
        @media (max-width: 768px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-3,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-3,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-3,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-3 {
            min-height: 40vh; } }
        @media (max-width: 450px) {
          .single-portfolio #portfolio_view_more .wrapper .three-cols .col-3,
          .single-portfolio #portfolio_view_more .wrapper .three-cols .column-3,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .col-3,
          .single-portfolio #portfolio_view_more .wrapper .three-columns .column-3 {
            min-height: 35vh; } }
        .single-portfolio #portfolio_view_more .wrapper .three-cols .col-3 > img,
        .single-portfolio #portfolio_view_more .wrapper .three-cols .column-3 > img,
        .single-portfolio #portfolio_view_more .wrapper .three-columns .col-3 > img,
        .single-portfolio #portfolio_view_more .wrapper .three-columns .column-3 > img {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }

.single-portfolio #default_page_share_to .floating-marquee .wrapperRollingText .rollingText {
  --font-size: var(--fluid-100px);
  --color: #1a1a1a;
  padding-left: 20vw; }

#faq-content {
  padding-block: 100px 200px; }
  @media (max-width: 768px) {
    #faq-content {
      padding-block: 150px 100px; } }
  #faq-content .faq-link {
    padding: 25px 0;
    width: 100%;
    border-bottom: 1px solid #bea380; }
    #faq-content .faq-link [data-accordion-inner],
    #faq-content .faq-link [data-accordion-header] {
      padding: 0; }
    #faq-content .faq-link .faq-question-wrapper {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px; }
      @media (max-width: 1440px) {
        #faq-content .faq-link .faq-question-wrapper .text-heading {
          font-size: 24px; } }
      @media (max-width: 768px) {
        #faq-content .faq-link .faq-question-wrapper .text-heading {
          margin-block: unset;
          font-size: 20px; } }
      #faq-content .faq-link .faq-question-wrapper .faq-arrow-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 30px; }
        #faq-content .faq-link .faq-question-wrapper .faq-arrow-wrapper .faq-arrow {
          height: 10px;
          transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
      #faq-content .faq-link .faq-question-wrapper .faq-question {
        margin-bottom: unset;
        font-size: 25px;
        max-width: calc(100% - 100px); }
        @media (max-width: 1024px) {
          #faq-content .faq-link .faq-question-wrapper .faq-question {
            font-size: 22px; } }
        @media (max-width: 768px) {
          #faq-content .faq-link .faq-question-wrapper .faq-question {
            max-width: calc(100% - 70px); } }
      #faq-content .faq-link .faq-question-wrapper.active .faq-arrow {
        transform: rotate(180deg); }
    #faq-content .faq-link .faq-answer-wrapper .faq-answer {
      margin-top: 50px;
      font-size: 20px; }
      @media (max-width: 1024px) {
        #faq-content .faq-link .faq-answer-wrapper .faq-answer {
          font-size: 18px;
          margin-top: 30px; } }
      #faq-content .faq-link .faq-answer-wrapper .faq-answer:last-child {
        margin-bottom: 0px; }

a.arrow_link,
button.arrow_link {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-width: 240px; }
  @media (max-width: 450px) {
    a.arrow_link,
    button.arrow_link {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  a.arrow_link.white,
  button.arrow_link.white {
    color: #ffffff; }
  @media (hover: hover) and (min-width: 768px) {
    a.arrow_link:hover span,
    button.arrow_link:hover span {
      transform: translateX(calc(0% - (0px))); } }
  a.arrow_link svg,
  button.arrow_link svg {
    padding-left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  @media (hover: hover) and (min-width: 768px) {
    a.arrow_link span,
    button.arrow_link span {
      transform: translateX(calc(-100% - (-51px)));
      transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); } }

a.btn,
button.btn {
  display: block;
  text-align: center; }

#home_featured .featured_background {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background-color: #1a1a1a; }
  #home_featured .featured_background::after {
    background-color: #1a1a1a;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.22; }
  #home_featured .featured_background.featured_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    height: 100svh; }
  #home_featured .featured_background p {
    margin: unset; }
  #home_featured .featured_background iframe {
    width: 100vw;
    height: 100vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 200vh;
    min-height: 100vh;
    min-height: 100svh; }
  #home_featured .featured_background video {
    height: 100vh;
    height: 100svh;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  #home_featured .featured_background .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    z-index: 2;
    text-align: center; }
    #home_featured .featured_background .title h1 {
      color: #ffffff;
      line-height: 1.1; }
  #home_featured .featured_background .link_url {
    position: absolute;
    bottom: 85px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 2;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; }
    #home_featured .featured_background .link_url.inspire-open {
      cursor: pointer;
      background: transparent;
      border: 0; }

#home_about {
  background-color: #1a1a1a; }
  #home_about .home_about_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden; }
    @media (max-width: 1024px) {
      #home_about .home_about_wrapper {
        flex-direction: column; } }
    #home_about .home_about_wrapper .image {
      height: 120vh;
      height: 120svh;
      position: relative;
      overflow: hidden;
      flex-basis: 50%; }
      @media (max-width: 1024px) {
        #home_about .home_about_wrapper .image {
          height: 450px;
          width: 100%;
          flex-basis: unset; } }
      @media (max-width: 768px) {
        #home_about .home_about_wrapper .image {
          height: 350px; } }
      #home_about .home_about_wrapper .image::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #1a1a1a;
        transition: all 1.5s ease-in-out; }
      #home_about .home_about_wrapper .image.aos-animate::after {
        transform: translateX(100%); }
      #home_about .home_about_wrapper .image img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition: all 5s 1s ease-in-out; }
    #home_about .home_about_wrapper .info {
      flex-basis: 50%;
      margin-left: -100px;
      z-index: 1; }
      @media (max-width: 1024px) {
        #home_about .home_about_wrapper .info {
          margin-left: unset;
          padding-inline: 20px;
          padding-block: 60px; } }
      @media (max-width: 768px) {
        #home_about .home_about_wrapper .info {
          padding-inline: 3.5%;
          padding-block: 50px; } }
      #home_about .home_about_wrapper .info .title h2 {
        color: #bea380; }
      #home_about .home_about_wrapper .info .text {
        max-width: 50%;
        margin: auto; }
        @media (max-width: 1024px) {
          #home_about .home_about_wrapper .info .text {
            max-width: 450px; } }
        #home_about .home_about_wrapper .info .text p {
          color: #ffffff; }
          @media (max-width: 768px) {
            #home_about .home_about_wrapper .info .text p {
              margin-block: 40px; } }

#home_agents {
  overflow: hidden; }
  #home_agents .home_agents {
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
    align-items: center; }
    #home_agents .home_agents .agent_left {
      flex-basis: 23%;
      margin-top: 0px;
      align-self: flex-start;
      display: none; }
      #home_agents .home_agents .agent_left img {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; }
      #home_agents .home_agents .agent_left span {
        font-family: "Crystal Sky Alt", serif;
        color: #bea380;
        font-size: 90px;
        text-align: center;
        display: block;
        margin-top: 50px; }
    #home_agents .home_agents .agent_right {
      flex-basis: 23%;
      align-self: flex-end;
      display: none; }
      #home_agents .home_agents .agent_right img {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; }
      #home_agents .home_agents .agent_right span {
        font-family: "Crystal Sky Alt", serif;
        color: #bea380;
        font-size: 90px;
        text-align: center;
        display: block;
        margin-bottom: 30px; }
    #home_agents .home_agents .info {
      max-width: 800px;
      margin-inline: auto;
      position: relative; }
      @media (max-width: 1440px) {
        #home_agents .home_agents .info {
          max-width: 650px; } }
      @media (max-width: 768px) {
        #home_agents .home_agents .info {
          padding-inline: 15px; } }
      #home_agents .home_agents .info .title {
        text-align: center;
        transform: scale(0.8); }
        #home_agents .home_agents .info .title h2 {
          margin-bottom: 40px;
          line-height: 1;
          font-size: var(--fluid-130px); }
          @media (max-height: 850px) {
            #home_agents .home_agents .info .title h2 {
              font-size: var(--fluid-80px); } }
          @media (max-width: 768px) {
            #home_agents .home_agents .info .title h2 {
              font-size: var(--fluid-130px); } }
      #home_agents .home_agents .info .text {
        transform: scale(0.8);
        max-width: 70%;
        margin: auto;
        text-align: center; }
        @media (max-width: 768px) {
          #home_agents .home_agents .info .text {
            max-width: 90%; } }
        #home_agents .home_agents .info .text p {
          color: inherit; }

#home_accommodation {
  padding: 120px 8.5% 120px 8.5%;
  position: relative; }
  @media (max-width: 991px) {
    #home_accommodation {
      padding: 100px 5.5% 100px 5.5%;
      flex-direction: column; } }
  #home_accommodation .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #home_accommodation .swiper-slide {
        flex-direction: column; } }
    #home_accommodation .swiper-slide.swiper-slide-active .left img {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      transform: translateY(0px); }
    #home_accommodation .swiper-slide.swiper-slide-active .left h2 {
      z-index: 2;
      position: relative;
      opacity: 1;
      transform: translateY(0px); }
      @media (max-width: 991px) and (min-width: 450px) {
        #home_accommodation .swiper-slide.swiper-slide-active .left h2 {
          font-size: 68px; } }
      @media (max-width: 768px) {
        #home_accommodation .swiper-slide.swiper-slide-active .left h2 {
          margin-bottom: 40px; } }
      @media (max-width: 450px) {
        #home_accommodation .swiper-slide.swiper-slide-active .left h2 {
          font-size: 50px; } }
    #home_accommodation .swiper-slide.swiper-slide-active .left p {
      opacity: 1; }
      @media (max-width: 768px) {
        #home_accommodation .swiper-slide.swiper-slide-active .left p {
          margin-bottom: 40px; } }
    #home_accommodation .swiper-slide.swiper-slide-active .right .image {
      position: relative;
      z-index: -1; }
      @media (min-width: 769px) and (max-width: 991px) {
        #home_accommodation .swiper-slide.swiper-slide-active .right .image {
          margin-top: 100px; } }
      #home_accommodation .swiper-slide.swiper-slide-active .right .image img {
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 755px;
        max-width: 612px;
        aspect-ratio: 3 / 4;
        height: 100%;
        transition: all 1.3s 0.8s ease-in-out;
        opacity: 1; }
    #home_accommodation .swiper-slide .left {
      flex-basis: 80%;
      z-index: 0;
      position: relative;
      margin-right: -16%;
      padding-left: 10px; }
      @media (max-width: 1024px) {
        #home_accommodation .swiper-slide .left {
          flex-basis: 70%; } }
      @media (max-width: 768px) {
        #home_accommodation .swiper-slide .left {
          margin-right: unset;
          width: 100%; } }
      #home_accommodation .swiper-slide .left p {
        margin: auto;
        margin-bottom: 60px;
        opacity: 0;
        transition: all 0.5s 1s ease-in-out; }
        @media (max-width: 768px) {
          #home_accommodation .swiper-slide .left p {
            margin-bottom: 8px; } }
      #home_accommodation .swiper-slide .left h2 {
        margin: auto;
        margin-bottom: 180px;
        transform: translateY(100px);
        opacity: 0;
        transition: all 1s 1s ease-in-out; }
        @media (max-width: 768px) {
          #home_accommodation .swiper-slide .left h2 {
            font-size: 68px;
            margin-bottom: 120px; } }
        @media (max-width: 450px) {
          #home_accommodation .swiper-slide .left h2 {
            font-size: 48px; } }
      #home_accommodation .swiper-slide .left .image {
        max-width: 400px; }
        @media (max-width: 768px) {
          #home_accommodation .swiper-slide .left .image {
            position: relative;
            margin-inline: auto;
            padding-right: 32px; } }
      @media (max-width: 768px) and (min-width: 450px) {
        #home_accommodation .swiper-slide .left img:not(.image-tablet) {
          position: relative;
          margin-inline: auto; } }
      @media (max-width: 768px) {
        #home_accommodation .swiper-slide .left img:not(.image-tablet) {
          width: 100%; } }
      #home_accommodation .swiper-slide .left .image-tablet {
        display: none; }
        @media (max-width: 768px) {
          #home_accommodation .swiper-slide .left .image-tablet {
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            max-width: 220px; } }
        @media (max-width: 768px) and (min-width: 450px) {
          #home_accommodation .swiper-slide .left .image-tablet {
            right: -20px; } }
        @media (max-width: 450px) {
          #home_accommodation .swiper-slide .left .image-tablet {
            right: 0;
            top: 55%;
            max-width: 180px;
            max-height: calc(45% + 50px); } }
      #home_accommodation .swiper-slide .left img {
        max-height: 545px;
        max-width: 450px;
        height: 100%;
        width: 100%;
        aspect-ratio: 3 /4;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        margin: auto;
        margin-left: 0px;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 0%, 0% 0%);
        clip-path: polygon(0% 0%, 100% 0, 100% 0%, 0% 0%);
        transition: all 1.3s 0.8s ease-in-out;
        transform: translateY(100px); }
        @media (max-width: 1024px) {
          #home_accommodation .swiper-slide .left img {
            max-width: 350px;
            height: auto;
            margin-bottom: 180px; } }
        @media (max-width: 768px) {
          #home_accommodation .swiper-slide .left img {
            margin-bottom: 100px; } }
    #home_accommodation .swiper-slide .right {
      flex-basis: 36%;
      padding-right: 10px; }
      @media (max-width: 1024px) {
        #home_accommodation .swiper-slide .right {
          flex-basis: 40%; } }
      @media (max-width: 450px) {
        #home_accommodation .swiper-slide .right {
          width: 100%; } }
      #home_accommodation .swiper-slide .right img {
        display: block;
        width: 100%;
        margin-bottom: 65px;
        z-index: -1;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 755px;
        max-width: 612px;
        aspect-ratio: 3 / 4;
        height: 100%;
        position: relative;
        opacity: 0;
        transition: all 1.3s 0.8s ease-in-out; }
        @media (max-width: 768px) {
          #home_accommodation .swiper-slide .right img {
            display: none; } }
      #home_accommodation .swiper-slide .right h4 {
        margin: auto;
        margin-bottom: 22px;
        font-size: 32px;
        font-family: "basis-grotesque-regular-pro", sans-serif;
        font-weight: 400; }
        @media (max-width: 1440px) {
          #home_accommodation .swiper-slide .right h4 {
            font-size: 28px; } }
        @media (max-width: 1024px) {
          #home_accommodation .swiper-slide .right h4 {
            font-size: 24px; } }
      #home_accommodation .swiper-slide .right p {
        margin: auto;
        margin-bottom: 35px; }
  #home_accommodation .navigation {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 40px; }
    #home_accommodation .navigation .swiper-button-prev::after,
    #home_accommodation .navigation .swiper-button-next::after {
      display: none; }
    #home_accommodation .navigation .swiper-button-prev,
    #home_accommodation .navigation .swiper-button-next {
      display: none; }
      @media (max-width: 991px) {
        #home_accommodation .navigation .swiper-button-prev,
        #home_accommodation .navigation .swiper-button-next {
          display: block;
          position: static;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          height: auto;
          --swiper-navigation-color: #bea380; } }

#home_tours {
  background-color: #1a1a1a;
  position: relative; }
  #home_tours .discover-more-button-wrapper {
    padding-block: 8vh; }
    #home_tours .discover-more-button-wrapper a {
      text-align: center;
      align-self: center;
      display: block;
      margin: 0 auto; }
    @media (max-width: 768px) {
      #home_tours .discover-more-button-wrapper {
        padding-block: 120px; } }
  #home_tours .navigation {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 40px; }
    #home_tours .navigation .swiper-button-prev::after,
    #home_tours .navigation .swiper-button-next::after {
      display: none; }
    #home_tours .navigation .swiper-button-prev,
    #home_tours .navigation .swiper-button-next {
      display: none; }
      @media (max-width: 991px) {
        #home_tours .navigation .swiper-button-prev,
        #home_tours .navigation .swiper-button-next {
          display: block;
          position: static;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          height: auto;
          --swiper-navigation-color: #bea380; } }
  #home_tours .pagination {
    position: absolute;
    left: 10%;
    bottom: 170px;
    color: #bea380;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
    width: auto; }
    @media (max-width: 1440px) {
      #home_tours .pagination {
        left: unset;
        right: 10%; } }
    @media (max-width: 991px) {
      #home_tours .pagination {
        bottom: 160px; } }
    @media (max-width: 768px) {
      #home_tours .pagination {
        bottom: 200px;
        right: unset;
        left: 10%; } }
    #home_tours .pagination .pagination-wrapper {
      width: 200px;
      display: grid;
      gap: 10px; }
      @media (max-width: 1024px) {
        #home_tours .pagination .pagination-wrapper {
          width: 180px; } }
      #home_tours .pagination .pagination-wrapper .spans-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        font-size: 40px;
        font-family: "Dream Avenue", serif; }
        @media (max-width: 1440px) {
          #home_tours .pagination .pagination-wrapper .spans-wrapper {
            font-size: 35px; } }
        @media (max-width: 1024px) {
          #home_tours .pagination .pagination-wrapper .spans-wrapper {
            font-size: 27px; } }
    #home_tours .pagination .progressbar-background {
      width: 100%;
      height: 1px;
      background: #ffffff;
      position: static; }
      #home_tours .pagination .progressbar-background .progressbar-fill {
        height: 1px;
        background-color: #bea380; }
  #home_tours .wrapper {
    padding: 0px 8.5% 0px 8.5%; }
    @media (max-width: desktop) {
      #home_tours .wrapper {
        padding: 0px 5.5% 0px 5.5%; } }
    @media (max-width: 768px) {
      #home_tours .wrapper {
        padding: 0px 4.5% 0px 4.5%; } }
    @media (max-width: xsmall) {
      #home_tours .wrapper {
        padding: 0px 3.5% 0px 3.5%; } }
  #home_tours .experiences_home_swipe .swiper-slide {
    padding: 110px 0% 0% 0%;
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 768px) {
      #home_tours .experiences_home_swipe .swiper-slide {
        flex-direction: column-reverse; } }
    #home_tours .experiences_home_swipe .swiper-slide.swiper-slide-active .left .image img {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      transform: translateY(0px); }
    #home_tours .experiences_home_swipe .swiper-slide .left {
      padding-inline: 10px;
      flex-basis: 90%;
      margin-right: -30%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      z-index: 1; }
      @media (max-width: 768px) {
        #home_tours .experiences_home_swipe .swiper-slide .left {
          margin-right: -23%; } }
      #home_tours .experiences_home_swipe .swiper-slide .left .image {
        flex-basis: 15%; }
        @media (max-width: 1024px) {
          #home_tours .experiences_home_swipe .swiper-slide .left .image {
            flex-basis: 32%; } }
        #home_tours .experiences_home_swipe .swiper-slide .left .image img {
          max-width: 218px;
          max-height: 269px;
          width: 100%;
          height: 100%;
          aspect-ratio: 3 /4;
          -o-object-fit: cover;
             object-fit: cover;
          display: block;
          -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0, 100% 0%, 0% 0%);
          transition: all 1.3s 0.5s ease-in-out;
          transform: translateY(-100px); }
      #home_tours .experiences_home_swipe .swiper-slide .left .text {
        flex-basis: 80%;
        margin-top: 80px; }
        #home_tours .experiences_home_swipe .swiper-slide .left .text h2 {
          color: #bea380;
          text-transform: uppercase;
          margin: auto;
          margin-bottom: 80px; }
          @media (max-width: 768px) {
            #home_tours .experiences_home_swipe .swiper-slide .left .text h2 {
              margin-bottom: 24px; } }
        #home_tours .experiences_home_swipe .swiper-slide .left .text .info {
          max-width: 40%; }
          @media (max-width: 1440px) {
            #home_tours .experiences_home_swipe .swiper-slide .left .text .info {
              max-width: 50%; } }
          @media (max-width: 1024px) {
            #home_tours .experiences_home_swipe .swiper-slide .left .text .info {
              max-width: 450px; } }
          #home_tours .experiences_home_swipe .swiper-slide .left .text .info h3 {
            color: #ffffff;
            margin: auto;
            margin-bottom: 22px;
            font-size: 32px;
            font-family: "basis-grotesque-regular-pro", sans-serif;
            font-weight: 400; }
            @media (max-width: 1440px) {
              #home_tours .experiences_home_swipe .swiper-slide .left .text .info h3 {
                font-size: 24px; } }
            @media (max-width: 1024px) {
              #home_tours .experiences_home_swipe .swiper-slide .left .text .info h3 {
                font-size: 20px; } }
          #home_tours .experiences_home_swipe .swiper-slide .left .text .info p {
            color: #ffffff;
            margin: auto;
            margin-bottom: 35px; }
    #home_tours .experiences_home_swipe .swiper-slide .right {
      padding-right: 10px;
      flex-basis: 40%; }
      @media (max-width: 768px) {
        #home_tours .experiences_home_swipe .swiper-slide .right {
          width: 40%;
          position: absolute;
          right: 0;
          top: 40px; } }
      #home_tours .experiences_home_swipe .swiper-slide .right img {
        max-width: 612px;
        max-height: 795px;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        aspect-ratio: 3 /4; }
        @media (max-width: 1440px) {
          #home_tours .experiences_home_swipe .swiper-slide .right img {
            height: auto; } }
        #home_tours .experiences_home_swipe .swiper-slide .right img:nth-of-type(1) {
          display: block; }
      #home_tours .experiences_home_swipe .swiper-slide .right .image {
        transform: translateX(-150%);
        max-width: 220px; }
        @media (max-width: 1024px) {
          #home_tours .experiences_home_swipe .swiper-slide .right .image {
            transform: translate(-150%, 50%);
            display: none; } }
        #home_tours .experiences_home_swipe .swiper-slide .right .image > img.small-middle {
          max-width: 218px;
          max-height: 270px;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }

#home_services {
  background-color: #1a1a1a; }
  #home_services .services_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #home_services .services_wrapper .service {
      flex-basis: 50%; }
      @media (max-width: 1024px) {
        #home_services .services_wrapper .service {
          width: 100%; } }
      #home_services .services_wrapper .service a {
        display: block;
        width: 100%;
        height: 90vh;
        position: relative; }
        @media (max-width: 1024px) {
          #home_services .services_wrapper .service a {
            height: 60vh; } }
        @media (max-width: 768px) {
          #home_services .services_wrapper .service a {
            height: 45vh; } }
        #home_services .services_wrapper .service a:hover img {
          -webkit-clip-path: inset(0% 0% 0% 0%);
                  clip-path: inset(0% 0% 0% 0%); }
        #home_services .services_wrapper .service a:hover h2 {
          top: 45%; }
        #home_services .services_wrapper .service a h2 {
          margin: auto;
          margin-bottom: 25px;
          color: #ffffff;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0px;
          right: 0px;
          text-align: center;
          z-index: 1;
          max-width: 70%;
          text-transform: uppercase;
          transition: all 0.85s ease-in-out; }
          @media (max-width: 1440px) {
            #home_services .services_wrapper .service a h2 {
              font-size: 80px; } }
          @media (max-width: 1440px) {
            #home_services .services_wrapper .service a h2 {
              font-size: 62px; } }
          @media (max-width: 1024px) {
            #home_services .services_wrapper .service a h2 {
              font-size: 54px; } }
          @media (max-width: 768px) {
            #home_services .services_wrapper .service a h2 {
              font-size: 48px; } }
          #home_services .services_wrapper .service a h2 svg {
            display: block;
            margin: auto;
            margin-top: 40px; }
        #home_services .services_wrapper .service a img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-clip-path: inset(15% 15% 15% 15%);
                  clip-path: inset(15% 15% 15% 15%);
          transition: all 0.85s ease-in-out; }
          @media (max-width: 768px) {
            #home_services .services_wrapper .service a img {
              -webkit-clip-path: inset(0% 0% 0% 0%);
                      clip-path: inset(0% 0% 0% 0%); } }

#home_custom_holidays {
  padding-top: 300px;
  padding-bottom: 300px;
  position: relative; }
  @media (max-width: 1024px) {
    #home_custom_holidays {
      padding-bottom: 100px; } }
  @media (max-width: 991px) {
    #home_custom_holidays {
      overflow: hidden; } }
  #home_custom_holidays img.image_right {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 330px;
    display: block;
    max-width: 330px;
    max-height: 412px;
    height: 100%;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
    @media (max-width: 1440px) {
      #home_custom_holidays img.image_right {
        max-width: 280px;
        height: auto; } }
    @media (max-width: 1024px) {
      #home_custom_holidays img.image_right {
        max-width: 250px;
        max-height: 350px; } }
    @media (max-width: 991px) {
      #home_custom_holidays img.image_right {
        max-width: 210px;
        height: auto; } }
    @media (max-width: 768px) {
      #home_custom_holidays img.image_right {
        max-width: 120px; } }
  #home_custom_holidays .wrapper {
    position: relative; }
    #home_custom_holidays .wrapper p.subtitle {
      position: absolute;
      top: 0px;
      margin: auto; }
      @media (max-width: 1024px) {
        #home_custom_holidays .wrapper p.subtitle {
          top: -150px; } }
    #home_custom_holidays .wrapper .info .image {
      position: relative;
      text-align: center; }
      @media (max-width: 768px) {
        #home_custom_holidays .wrapper .info .image {
          margin-bottom: 100px; } }
      #home_custom_holidays .wrapper .info .image img {
        display: block;
        margin: auto;
        width: 100%;
        max-width: 32%; }
        @media (max-width: 1024px) {
          #home_custom_holidays .wrapper .info .image img {
            max-width: 180px;
            height: 400px; } }
        @media (max-width: 991px) {
          #home_custom_holidays .wrapper .info .image img {
            max-width: 45%; } }
        @media (max-width: 768px) {
          #home_custom_holidays .wrapper .info .image img {
            max-width: 220px;
            height: 350px;
            -o-object-fit: cover;
               object-fit: cover; } }
        @media (max-width: 450px) {
          #home_custom_holidays .wrapper .info .image img {
            max-width: 180px;
            height: 320px; } }
      #home_custom_holidays .wrapper .info .image h2 {
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px;
        transform: translateY(-50%);
        text-align: center;
        color: #1a1a1a;
        margin: auto; }
    #home_custom_holidays .wrapper .info .text {
      margin-top: 60px; }
      #home_custom_holidays .wrapper .info .text p {
        max-width: 450px;
        margin: auto;
        text-align: center; }
      #home_custom_holidays .wrapper .info .text .link_center {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: auto;
        margin-top: 50px; }
        #home_custom_holidays .wrapper .info .text .link_center a.arrow_link {
          min-width: unset;
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content;
          margin: auto;
          overflow: visible; }
          #home_custom_holidays .wrapper .info .text .link_center a.arrow_link span {
            transform: translateX(0%); }
          #home_custom_holidays .wrapper .info .text .link_center a.arrow_link svg {
            transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
          #home_custom_holidays .wrapper .info .text .link_center a.arrow_link:hover svg {
            transform: translateX(8px); }

#home_travel_stories .home_travel_wrapper {
  position: relative; }
  #home_travel_stories .home_travel_wrapper.aos-animate .image img {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
  #home_travel_stories .home_travel_wrapper.aos-animate .info .title span {
    flex-basis: 0%; }
  #home_travel_stories .home_travel_wrapper.aos-animate .info .title h2 {
    color: #ffffff;
    padding: 0px 10px; }
  #home_travel_stories .home_travel_wrapper.aos-animate .info a.link {
    opacity: 1; }
    #home_travel_stories .home_travel_wrapper.aos-animate .info a.link::after {
      width: 100%; }
  #home_travel_stories .home_travel_wrapper .image {
    height: 120vh;
    position: relative; }
    @media (max-width: 1024px) {
      #home_travel_stories .home_travel_wrapper .image {
        height: 100vh; } }
    #home_travel_stories .home_travel_wrapper .image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-clip-path: inset(15% 35% 15% 35%);
              clip-path: inset(15% 35% 15% 35%);
      transition: all 1.8s 0.5s ease-in-out; }
  #home_travel_stories .home_travel_wrapper .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto; }
    #home_travel_stories .home_travel_wrapper .info .title {
      display: flex;
      align-items: center;
      max-width: 75%;
      margin: auto;
      justify-content: center; }
      #home_travel_stories .home_travel_wrapper .info .title h2 {
        color: #1a1a1a;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0px 30px;
        text-transform: uppercase;
        flex-basis: 30%;
        transition: all 1.8s 0.5s ease-in-out; }
      #home_travel_stories .home_travel_wrapper .info .title span {
        flex-basis: 40%;
        height: 1px;
        background-color: #bea380;
        transition: all 1.8s 0.5s ease-in-out; }
    #home_travel_stories .home_travel_wrapper .info a.link {
      color: #ffffff;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      margin: auto;
      margin-top: 30px;
      opacity: 0;
      position: relative;
      transition: all 1s 2s ease-in-out; }
      #home_travel_stories .home_travel_wrapper .info a.link::after {
        content: '';
        background-color: #ffffff !important;
        position: absolute;
        bottom: 5px;
        left: 0px;
        right: 0px;
        width: 0%;
        transition: all 1s 3s ease-in-out; }

#home_enquire {
  padding: 150px 0px; }

@-webkit-keyframes marquee_left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

@keyframes marquee_left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

@-webkit-keyframes marquee_right {
  from {
    transform: translateX(-50%); }
  to {
    transform: translateX(0); } }

@keyframes marquee_right {
  from {
    transform: translateX(-50%); }
  to {
    transform: translateX(0); } }
  #home_enquire .marquee_left,
  #home_enquire .marquee_right {
    position: relative;
    width: 100vw;
    max-width: 100%;
    min-height: 100px;
    overflow-x: hidden;
    overflow-y: hidden; }
    @media (max-width: 768px) {
      #home_enquire .marquee_left,
      #home_enquire .marquee_right {
        min-height: 70px; } }
    #home_enquire .marquee_left p,
    #home_enquire .marquee_right p {
      font-family: "Dream Avenue", serif;
      font-size: 100px;
      color: #1a1a1a;
      position: absolute;
      white-space: nowrap;
      will-change: transform;
      margin: auto;
      line-height: 1; }
      @media (max-width: 991px) {
        #home_enquire .marquee_left p,
        #home_enquire .marquee_right p {
          font-size: 80px; } }
      @media (max-width: 768px) {
        #home_enquire .marquee_left p,
        #home_enquire .marquee_right p {
          font-size: 50px; } }
  #home_enquire .marquee_left p {
    -webkit-animation: marquee_left 60s linear infinite;
            animation: marquee_left 60s linear infinite; }
  #home_enquire .marquee_right p {
    -webkit-animation: marquee_right 60s linear infinite;
            animation: marquee_right 60s linear infinite; }
  #home_enquire .link_url .btn {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    margin-inline: auto; }
    @media (max-width: 991px) {
      #home_enquire .link_url .btn {
        -webkit-margin-before: 40px;
                margin-block-start: 40px; } }

#about_featured .featured_background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  overflow: hidden; }
  #about_featured .featured_background .image {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    margin: auto;
    z-index: 3;
    width: 20.8vw;
    height: 31vw; }
    @media (min-width: 1900px) {
      #about_featured .featured_background .image {
        width: 18vw;
        height: 31vw; } }
    @media (max-width: 1280px) {
      #about_featured .featured_background .image {
        width: 23vw;
        height: 32vw; } }
    @media (max-width: 1024px) {
      #about_featured .featured_background .image {
        width: 35.2vw;
        height: 37vw; } }
    @media (max-width: 991px) {
      #about_featured .featured_background .image {
        width: 35.2vw;
        height: 52vw; } }
    @media (max-width: 768px) {
      #about_featured .featured_background .image {
        width: 44.5vw;
        height: 66vw; } }
    @media (max-width: 450px) {
      #about_featured .featured_background .image {
        width: 53.5vw;
        height: 83vw; } }
    #about_featured .featured_background .image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  #about_featured .featured_background::after {
    background-color: #1a1a1a;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5; }
  #about_featured .featured_background.featured_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; }
  #about_featured .featured_background p {
    margin: unset; }
  #about_featured .featured_background iframe {
    width: 100vw;
    height: 100vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 200vh;
    min-height: 100vh; }
  #about_featured .featured_background video {
    height: 100vh;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  #about_featured .featured_background .title {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    z-index: 2; }

@-webkit-keyframes marquee_title {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

@keyframes marquee_title {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
    #about_featured .featured_background .title .marquee_title {
      position: relative;
      width: 200vw;
      max-width: 100%;
      height: 150px;
      overflow-x: hidden;
      overflow-y: hidden;
      display: flex;
      align-items: center; }
      #about_featured .featured_background .title .marquee_title h1 {
        font-family: "Dream Avenue", serif;
        color: #ffffff;
        position: absolute;
        white-space: nowrap;
        will-change: transform;
        -webkit-animation: marquee_title 50s linear infinite;
                animation: marquee_title 50s linear infinite;
        margin: auto;
        text-transform: uppercase; }

#whoweare_about {
  background-color: #1a1a1a;
  position: relative; }
  #whoweare_about .whoweare_about {
    position: relative; }
    #whoweare_about .whoweare_about h2 {
      position: absolute;
      top: 50vh;
      line-height: 1;
      left: 8.5%;
      text-align: left;
      z-index: 2;
      color: #ffffff;
      margin: auto; }
      @media (max-width: 768px) {
        #whoweare_about .whoweare_about h2 {
          top: 40vh; } }
    #whoweare_about .whoweare_about .whoweare_featured_div {
      overflow: hidden;
      height: 100vh;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: 1;
      width: 100%; }
      #whoweare_about .whoweare_about .whoweare_featured_div .image_top {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 0%;
        height: 50vh;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 1; }
        @media (max-width: 1024px) {
          #whoweare_about .whoweare_about .whoweare_featured_div .image_top {
            height: 100vh; } }
        #whoweare_about .whoweare_about .whoweare_featured_div .image_top::after {
          content: '';
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          background-color: #1a1a1a;
          opacity: 0.35;
          z-index: 1; }
      #whoweare_about .whoweare_about .whoweare_featured_div .image_bottom {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 100%;
        height: 50vh;
        position: absolute;
        top: 50vh;
        left: 0px;
        right: 0px;
        z-index: 1; }
        @media (max-width: 1024px) {
          #whoweare_about .whoweare_about .whoweare_featured_div .image_bottom {
            display: none; } }
        #whoweare_about .whoweare_about .whoweare_featured_div .image_bottom::after {
          content: '';
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          background-color: #1a1a1a;
          opacity: 0.35;
          z-index: 1; }
    #whoweare_about .whoweare_about .whoweare_team_about {
      padding-top: 90vh; }
      @media (max-width: 550px) {
        #whoweare_about .whoweare_about .whoweare_team_about {
          padding-top: 80vh; } }
      #whoweare_about .whoweare_about .whoweare_team_about h3 {
        text-align: center;
        max-width: 100%;
        margin: auto;
        margin-bottom: 80px;
        color: #ffffff;
        text-transform: uppercase;
        padding-top: 150px; }
      #whoweare_about .whoweare_about .whoweare_team_about .team_overview {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 70%;
        margin: auto; }
        @media (max-width: 768px) {
          #whoweare_about .whoweare_about .whoweare_team_about .team_overview {
            width: 80%; } }
        @media (max-width: 450px) {
          #whoweare_about .whoweare_about .whoweare_team_about .team_overview {
            width: 90%; } }
        #whoweare_about .whoweare_about .whoweare_team_about .team_overview .team_left {
          flex-basis: 45%; }
          #whoweare_about .whoweare_about .whoweare_team_about .team_overview .team_left img {
            display: block;
            margin: auto;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
            @media (max-width: 1540px) {
              #whoweare_about .whoweare_about .whoweare_team_about .team_overview .team_left img {
                -o-object-fit: cover !important;
                   object-fit: cover !important;
                aspect-ratio: 2 / 3;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                max-height: 480px;
                margin-right: unset; } }
            @media (max-width: 1366px) {
              #whoweare_about .whoweare_about .whoweare_team_about .team_overview .team_left img {
                max-height: 380px; } }
        #whoweare_about .whoweare_about .whoweare_team_about .team_overview .team_right {
          flex-basis: 45%; }
          #whoweare_about .whoweare_about .whoweare_team_about .team_overview .team_right img {
            display: block;
            margin: auto;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
            @media (max-width: 1540px) {
              #whoweare_about .whoweare_about .whoweare_team_about .team_overview .team_right img {
                -o-object-fit: cover !important;
                   object-fit: cover !important;
                aspect-ratio: 2 / 3;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                max-height: 480px;
                margin-left: unset; } }
            @media (max-width: 1366px) {
              #whoweare_about .whoweare_about .whoweare_team_about .team_overview .team_right img {
                max-height: 380px; } }
      #whoweare_about .whoweare_about .whoweare_team_about .text {
        max-width: 25%;
        margin: auto;
        color: #ffffff;
        font-size: 16px;
        text-align: center; }
        @media (max-width: 1024px) {
          #whoweare_about .whoweare_about .whoweare_team_about .text {
            max-width: 450px; } }
        @media (max-width: 768px) {
          #whoweare_about .whoweare_about .whoweare_team_about .text {
            padding-inline: 15px; } }
        #whoweare_about .whoweare_about .whoweare_team_about .text h3 {
          text-transform: uppercase;
          color: #bea380;
          font-size: 35px;
          text-align: center;
          margin: auto;
          margin-bottom: 70px; }
          @media (max-width: 1440px) {
            #whoweare_about .whoweare_about .whoweare_team_about .text h3 {
              font-size: 32px; } }
          @media (max-width: 1024px) {
            #whoweare_about .whoweare_about .whoweare_team_about .text h3 {
              font-size: 26px; } }
          @media (max-width: 768px) {
            #whoweare_about .whoweare_about .whoweare_team_about .text h3 {
              font-size: 24px; } }
        #whoweare_about .whoweare_about .whoweare_team_about .text p {
          color: #ffffff;
          font-size: 16px;
          text-align: center; }
  #whoweare_about .whoweare_snami_origin {
    position: relative;
    padding: 150px; }
    @media (max-width: 768px) {
      #whoweare_about .whoweare_snami_origin {
        padding: 150px 50px; } }
    #whoweare_about .whoweare_snami_origin.aos-animate .image img {
      -webkit-clip-path: inset(0% 0% 0% 0%);
              clip-path: inset(0% 0% 0% 0%); }
    #whoweare_about .whoweare_snami_origin.aos-animate .info {
      top: 50%; }
      #whoweare_about .whoweare_snami_origin.aos-animate .info .text {
        opacity: 1;
        transform: translateY(0px); }
    #whoweare_about .whoweare_snami_origin .image {
      height: 100vh;
      position: relative; }
      #whoweare_about .whoweare_snami_origin .image::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #1a1a1a;
        opacity: 0.5;
        z-index: 1; }
      #whoweare_about .whoweare_snami_origin .image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-clip-path: inset(15% 35% 15% 35%);
                clip-path: inset(15% 35% 15% 35%);
        transition: all 1.8s 0.5s ease-in-out; }
    #whoweare_about .whoweare_snami_origin .info {
      position: absolute;
      top: 65%;
      transform: translateY(-50%);
      left: 0px;
      right: 0px;
      margin: auto;
      z-index: 2; }
      @media (max-width: 450px) {
        #whoweare_about .whoweare_snami_origin .info {
          padding-inline: 15px; } }
      #whoweare_about .whoweare_snami_origin .info .title h3 {
        color: #ffffff;
        margin: auto;
        margin-bottom: 80px;
        text-align: center;
        text-transform: uppercase; }
      #whoweare_about .whoweare_snami_origin .info .text {
        max-width: 30%;
        opacity: 0;
        transform: translateY(100px);
        transition: all 1s 1s ease-in-out;
        margin: auto; }
        @media (max-width: 1024px) {
          #whoweare_about .whoweare_snami_origin .info .text {
            max-width: 450px; } }
        #whoweare_about .whoweare_snami_origin .info .text p {
          text-align: center;
          font-size: 16px;
          color: #ffffff; }
  #whoweare_about .whoweare_cotraveler {
    padding: 150px 0px;
    position: relative; }
    @media (max-width: 768px) {
      #whoweare_about .whoweare_cotraveler {
        padding-top: 60px; } }
    #whoweare_about .whoweare_cotraveler h2 {
      color: #ffffff;
      text-transform: uppercase;
      margin: auto;
      text-align: center;
      margin-bottom: 150px;
      position: relative;
      z-index: 1; }
      @media (max-width: 768px) {
        #whoweare_about .whoweare_cotraveler h2 {
          margin-bottom: 60px; } }
    #whoweare_about .whoweare_cotraveler .cotraveler_info {
      display: flex;
      max-width: 70%;
      margin: auto;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 1024px) {
        #whoweare_about .whoweare_cotraveler .cotraveler_info {
          max-width: 90%; } }
      @media (max-width: 768px) {
        #whoweare_about .whoweare_cotraveler .cotraveler_info {
          max-width: 100%;
          padding-inline: 15px;
          flex-direction: column; } }
      #whoweare_about .whoweare_cotraveler .cotraveler_info .left {
        flex-basis: 35%;
        position: relative;
        z-index: 1; }
        @media (max-width: 1024px) {
          #whoweare_about .whoweare_cotraveler .cotraveler_info .left {
            flex-basis: 45%; } }
        #whoweare_about .whoweare_cotraveler .cotraveler_info .left h3 {
          color: #bea380;
          max-width: 450px;
          margin: auto;
          margin-left: 0px;
          margin-bottom: 80px;
          text-transform: uppercase;
          font-size: 35px; }
          @media (max-width: 1440px) {
            #whoweare_about .whoweare_cotraveler .cotraveler_info .left h3 {
              font-size: 32px; } }
          @media (max-width: 1024px) {
            #whoweare_about .whoweare_cotraveler .cotraveler_info .left h3 {
              font-size: 26px;
              max-width: 100%;
              text-align: center; } }
          @media (max-width: 768px) {
            #whoweare_about .whoweare_cotraveler .cotraveler_info .left h3 {
              font-size: 24px; } }
        #whoweare_about .whoweare_cotraveler .cotraveler_info .left img {
          display: block;
          margin: auto;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          @media (max-width: 768px) {
            #whoweare_about .whoweare_cotraveler .cotraveler_info .left img {
              max-height: 400px;
              margin-bottom: 40px; } }
          @media (max-width: 450px) {
            #whoweare_about .whoweare_cotraveler .cotraveler_info .left img {
              max-height: 250px; } }
      #whoweare_about .whoweare_cotraveler .cotraveler_info .right {
        flex-basis: 35%; }
        @media (max-width: 1024px) {
          #whoweare_about .whoweare_cotraveler .cotraveler_info .right {
            flex-basis: 45%; } }
        #whoweare_about .whoweare_cotraveler .cotraveler_info .right img {
          display: block;
          margin: auto;
          margin-right: 0px;
          width: 100%;
          max-width: 60%;
          margin-bottom: 150px; }
          @media (max-width: 768px) {
            #whoweare_about .whoweare_cotraveler .cotraveler_info .right img {
              display: none; } }
        #whoweare_about .whoweare_cotraveler .cotraveler_info .right .text p {
          color: #ffffff;
          font-size: 16px; }
    #whoweare_about .whoweare_cotraveler .big_text {
      position: absolute;
      left: 0px;
      bottom: -65px;
      right: 0px;
      overflow: hidden;
      padding: 0px 15px; }
      @media (max-width: 768px) {
        #whoweare_about .whoweare_cotraveler .big_text {
          bottom: -5%;
          opacity: 0.25; } }
      #whoweare_about .whoweare_cotraveler .big_text.aos-animate p:first-of-type {
        transform: translateX(0%); }
      #whoweare_about .whoweare_cotraveler .big_text.aos-animate p:last-of-type {
        transform: translateX(0%); }
      #whoweare_about .whoweare_cotraveler .big_text p {
        font-size: 300px;
        mix-blend-mode: difference;
        margin: auto;
        color: #efefef;
        font-family: "Dream Avenue", serif;
        line-height: 0.9;
        transition: all 5s ease-in-out; }
        #whoweare_about .whoweare_cotraveler .big_text p:first-of-type {
          z-index: 0;
          position: relative;
          transform: translateX(-20%); }
        #whoweare_about .whoweare_cotraveler .big_text p:last-of-type {
          z-index: 2;
          position: relative;
          transform: translateX(80%); }
        @media (max-width: 1440px) {
          #whoweare_about .whoweare_cotraveler .big_text p {
            font-size: 270px; } }
        @media (max-width: 1280px) {
          #whoweare_about .whoweare_cotraveler .big_text p {
            font-size: 215px; } }
        @media (max-width: 1024px) {
          #whoweare_about .whoweare_cotraveler .big_text p {
            font-size: 160px;
            z-index: 1; } }
        @media (max-width: 768px) {
          #whoweare_about .whoweare_cotraveler .big_text p {
            font-size: 90px; } }
        @media (max-width: 450px) {
          #whoweare_about .whoweare_cotraveler .big_text p {
            font-size: 80px; } }
        @media (max-width: 350px) {
          #whoweare_about .whoweare_cotraveler .big_text p {
            font-size: 60px; } }
  #whoweare_about .whoweare_dreams {
    padding-top: 350px;
    padding-bottom: 150px; }
    @media (max-width: 1024px) {
      #whoweare_about .whoweare_dreams {
        padding-top: 200px; } }
    @media (max-width: 768px) {
      #whoweare_about .whoweare_dreams {
        padding-top: 220px; } }
    #whoweare_about .whoweare_dreams h2 {
      margin: auto;
      color: #ffffff;
      text-align: center;
      margin: auto;
      margin-bottom: 250px; }
      @media (max-width: 768px) {
        #whoweare_about .whoweare_dreams h2 {
          margin-bottom: 160px; } }
    #whoweare_about .whoweare_dreams.aos-animate .image p {
      top: -80px;
      opacity: 1;
      font-size: var(--fluid-90px); }
    #whoweare_about .whoweare_dreams.aos-animate .image img {
      transform: scale(0.85); }
    #whoweare_about .whoweare_dreams .image {
      height: auto;
      position: relative;
      margin: auto; }
      @media (max-width: 1024px) {
        #whoweare_about .whoweare_dreams .image {
          width: 550px; } }
      @media (max-width: 1024px) {
        #whoweare_about .whoweare_dreams .image {
          width: 100%; } }
      #whoweare_about .whoweare_dreams .image p {
        position: absolute;
        top: -150px;
        left: 0px;
        right: 0px;
        text-align: center;
        z-index: 1;
        color: #efefef;
        mix-blend-mode: difference;
        font-family: "Dream Avenue", serif;
        text-transform: uppercase;
        margin: auto;
        line-height: 0.9;
        opacity: 0; }
      #whoweare_about .whoweare_dreams .image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-clip-path: circle(50% at 50% 50%);
                clip-path: circle(50% at 50% 50%);
        transition: all 1s 1s ease-in-out;
        transform: scale(0.7);
        transform-origin: top;
        width: 50%;
        margin-inline: auto; }
    #whoweare_about .whoweare_dreams .text {
      max-width: 60%;
      margin: auto;
      -moz-column-count: 2;
           column-count: 2;
      -moz-columns: 2;
           columns: 2;
      -moz-column-gap: 50px;
           column-gap: 50px; }
      @media (max-width: 1024px) {
        #whoweare_about .whoweare_dreams .text {
          max-width: 450px;
          padding-inline: 15px;
          -moz-column-count: 1;
               column-count: 1;
          -moz-columns: 1;
               columns: 1; } }
      #whoweare_about .whoweare_dreams .text p {
        margin: auto;
        color: #ffffff;
        font-size: 16px; }

#purpose_about {
  background-color: #1a1a1a;
  position: relative; }
  #purpose_about .purpose_starting_animation {
    background-color: #efefef;
    height: 150vh;
    z-index: 2;
    padding: 150px;
    position: relative;
    transition: all 1s ease-in-out; }
    @media (max-width: 1250px) {
      #purpose_about .purpose_starting_animation {
        height: 130vh; } }
    @media (max-width: 991px) {
      #purpose_about .purpose_starting_animation {
        height: 110vh; } }
    @media (max-width: 768px) {
      #purpose_about .purpose_starting_animation {
        height: 150vh; } }
    #purpose_about .purpose_starting_animation.aos-animate {
      background-color: #1a1a1a; }
      #purpose_about .purpose_starting_animation.aos-animate .title {
        opacity: 0;
        transform: translateY(-100%); }
      #purpose_about .purpose_starting_animation.aos-animate .images img:nth-of-type(1) {
        top: 0px;
        left: 0px;
        opacity: 0; }
      #purpose_about .purpose_starting_animation.aos-animate .images img:nth-of-type(2) {
        top: 50px;
        right: 0px;
        opacity: 0; }
      #purpose_about .purpose_starting_animation.aos-animate .images img:nth-of-type(3) {
        bottom: 0px;
        left: 0%;
        opacity: 0; }
    #purpose_about .purpose_starting_animation .title {
      position: absolute;
      top: 50%;
      left: 0px;
      right: 0px;
      transform: translateY(-50%);
      z-index: 2;
      transition: all 1s ease-in-out; }
      #purpose_about .purpose_starting_animation .title h2 {
        color: #1a1a1a;
        margin: auto;
        text-align: center; }
    #purpose_about .purpose_starting_animation .images img {
      transition: all 1s ease-in-out; }
      #purpose_about .purpose_starting_animation .images img:nth-of-type(1) {
        position: absolute;
        top: 180px;
        left: 150px;
        width: 10%;
        z-index: 1; }
        @media (max-width: 991px) {
          #purpose_about .purpose_starting_animation .images img:nth-of-type(1) {
            width: 20%;
            top: 240px; } }
      #purpose_about .purpose_starting_animation .images img:nth-of-type(2) {
        position: absolute;
        top: 150px;
        right: 150px;
        width: 30%;
        z-index: 1; }
        @media (max-width: 991px) {
          #purpose_about .purpose_starting_animation .images img:nth-of-type(2) {
            right: 55px; } }
      #purpose_about .purpose_starting_animation .images img:nth-of-type(3) {
        position: absolute;
        bottom: 150px;
        left: 20%;
        z-index: 1;
        width: 15%; }
        @media (max-width: 991px) {
          #purpose_about .purpose_starting_animation .images img:nth-of-type(3) {
            bottom: 200px; } }
      @media (max-width: 768px) {
        #purpose_about .purpose_starting_animation .images img:nth-of-type(1) {
          top: 220px;
          left: 30px;
          width: 160px; }
        #purpose_about .purpose_starting_animation .images img:nth-of-type(2) {
          top: 350px; }
        #purpose_about .purpose_starting_animation .images img:nth-of-type(3) {
          bottom: 300px;
          width: 180px;
          left: 50%; } }
  #purpose_about .section_animation_wrapper .section_animation {
    min-height: 100svh;
    position: relative;
    /* Keep position relative for pinning */ }
    @media (max-width: 1440px) {
      #purpose_about .section_animation_wrapper .section_animation:last-child {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: unset; } }
    #purpose_about .section_animation_wrapper .section_animation h3 {
      text-align: center;
      max-width: 50%;
      color: #ffffff;
      margin: auto;
      z-index: 1;
      mix-blend-mode: difference;
      position: relative;
      transform: translateY(-50%); }
      @media (max-width: 768px) {
        #purpose_about .section_animation_wrapper .section_animation h3 {
          max-width: 100%; } }
    #purpose_about .section_animation_wrapper .section_animation img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 20%;
      margin: auto;
      display: block;
      transform: translateY(-50%);
      position: absolute;
      top: 0%;
      left: 0px;
      right: 0px; }
      @media (max-width: 768px) {
        #purpose_about .section_animation_wrapper .section_animation img {
          max-width: 350px; } }
      @media (max-width: 450px) {
        #purpose_about .section_animation_wrapper .section_animation img {
          max-width: 300px; } }

#clients_about {
  background-color: #efefef;
  padding: 150px; }
  @media (max-width: 1280px) {
    #clients_about {
      padding-inline: 110px; } }
  @media (max-width: 1024px) {
    #clients_about {
      padding-inline: 90px; } }
  @media (max-width: 768px) {
    #clients_about {
      padding-inline: 30px; } }
  @media (max-width: 450px) {
    #clients_about {
      padding-inline: 20px; } }
  #clients_about .clients_wrapper .client_top_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 300px; }
    @media (max-width: 1024px) {
      #clients_about .clients_wrapper .client_top_wrapper {
        flex-direction: column;
        margin-bottom: 200px; } }
    @media (max-width: 768px) {
      #clients_about .clients_wrapper .client_top_wrapper {
        margin-bottom: 120px; } }
    #clients_about .clients_wrapper .client_top_wrapper h2 {
      position: absolute;
      top: 150px;
      z-index: 2;
      left: 0px;
      right: 0px;
      text-align: center;
      color: #efefef;
      mix-blend-mode: difference; }
      @media (max-width: 1440px) {
        #clients_about .clients_wrapper .client_top_wrapper h2 {
          top: -50px;
          left: 25%;
          right: unset;
          text-align: start; } }
      @media (max-width: 1024px) {
        #clients_about .clients_wrapper .client_top_wrapper h2 {
          position: relative;
          left: 0px;
          right: 0px;
          text-align: start; } }
    #clients_about .clients_wrapper .client_top_wrapper .left {
      flex-basis: 45%;
      z-index: 1; }
      @media (max-width: 1440px) {
        #clients_about .clients_wrapper .client_top_wrapper .left {
          flex-basis: 37%; } }
      @media (max-width: 1024px) {
        #clients_about .clients_wrapper .client_top_wrapper .left {
          flex-basis: 35%; } }
      #clients_about .clients_wrapper .client_top_wrapper .left img {
        display: block;
        width: 100%; }
        @media (max-width: 1024px) {
          #clients_about .clients_wrapper .client_top_wrapper .left img {
            max-height: 500px;
            -o-object-fit: contain;
               object-fit: contain; } }
        @media (max-width: 768px) {
          #clients_about .clients_wrapper .client_top_wrapper .left img {
            -o-object-position: center;
               object-position: center; } }
    #clients_about .clients_wrapper .client_top_wrapper .center {
      flex-basis: 15%;
      align-content: end;
      padding-bottom: 50px;
      z-index: 1; }
      @media (max-width: 1440px) {
        #clients_about .clients_wrapper .client_top_wrapper .center {
          flex-basis: 30%; } }
      @media (max-width: 1280px) {
        #clients_about .clients_wrapper .client_top_wrapper .center {
          padding-bottom: unset; } }
      @media (max-width: 1024px) {
        #clients_about .clients_wrapper .client_top_wrapper .center {
          flex-basis: unset;
          margin-inline: auto;
          max-width: 450px;
          margin-top: 60px; } }
      #clients_about .clients_wrapper .client_top_wrapper .center p {
        font-size: 25px;
        text-decoration: underline;
        line-height: 1.5;
        margin: auto; }
        @media (max-width: 1440px) {
          #clients_about .clients_wrapper .client_top_wrapper .center p {
            font-size: 22px; } }
        @media (max-width: 768px) {
          #clients_about .clients_wrapper .client_top_wrapper .center p {
            font-size: 20px; } }
    #clients_about .clients_wrapper .client_top_wrapper .right {
      flex-basis: 20%;
      align-content: end; }
      @media (max-width: 768px) {
        #clients_about .clients_wrapper .client_top_wrapper .right {
          display: none; } }
      #clients_about .clients_wrapper .client_top_wrapper .right img {
        display: block;
        width: 100%; }
        @media (max-width: 1024px) {
          #clients_about .clients_wrapper .client_top_wrapper .right img {
            position: absolute;
            top: -50px;
            right: 0;
            z-index: 0;
            width: 150px; } }
  #clients_about .clients_wrapper .client_bottom_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column; }
    @media (max-width: 1280px) {
      #clients_about .clients_wrapper .client_bottom_wrapper {
        flex-direction: column;
        gap: 40px; } }
    #clients_about .clients_wrapper .client_bottom_wrapper .left {
      flex-basis: 45%;
      position: absolute; }
      @media (max-width: 1024px) {
        #clients_about .clients_wrapper .client_bottom_wrapper .left {
          position: relative;
          order: 2;
          display: flex;
          justify-content: center; } }
      #clients_about .clients_wrapper .client_bottom_wrapper .left img {
        margin: auto;
        margin-right: 0px;
        display: block; }
        @media (max-width: 1280px) {
          #clients_about .clients_wrapper .client_bottom_wrapper .left img {
            max-height: 450px; } }
        @media (max-width: 768px) {
          #clients_about .clients_wrapper .client_bottom_wrapper .left img {
            margin: 0; } }
    #clients_about .clients_wrapper .client_bottom_wrapper .center {
      top: -150px;
      left: 0px;
      right: 0px;
      margin: auto; }
      @media (max-width: 1024px) {
        #clients_about .clients_wrapper .client_bottom_wrapper .center {
          max-width: 100%; } }
      #clients_about .clients_wrapper .client_bottom_wrapper .center h3 {
        text-align: center;
        mix-blend-mode: difference;
        margin: auto;
        line-height: 1;
        color: #efefef;
        max-width: 1200px; }
        @media (max-width: 1440px) {
          #clients_about .clients_wrapper .client_bottom_wrapper .center h3 {
            font-size: 68px; } }
        @media (max-width: 768px) {
          #clients_about .clients_wrapper .client_bottom_wrapper .center h3 {
            font-size: 45px; } }
        @media (max-width: 450px) {
          #clients_about .clients_wrapper .client_bottom_wrapper .center h3 {
            font-size: 35px; } }
    #clients_about .clients_wrapper .client_bottom_wrapper .right {
      max-width: 500px;
      margin-left: auto; }
      @media (max-width: 1024px) {
        #clients_about .clients_wrapper .client_bottom_wrapper .right {
          max-width: 100%;
          margin-left: unset;
          order: 3; } }
      #clients_about .clients_wrapper .client_bottom_wrapper .right p {
        font-size: 25px;
        line-height: 1.5; }
        @media (max-width: 1440px) {
          #clients_about .clients_wrapper .client_bottom_wrapper .right p {
            font-size: 22px; } }
        @media (max-width: 1024px) {
          #clients_about .clients_wrapper .client_bottom_wrapper .right p {
            font-size: 20px; } }

#mission_about {
  background-color: #1a1a1a;
  padding: 250px 6.5%; }
  @media (max-width: 768px) {
    #mission_about {
      padding: 150px 6.5% 80px; } }
  #mission_about .mission_wrapper {
    position: relative; }
    #mission_about .mission_wrapper.aos-animate .image_wrapper .text {
      opacity: 1;
      transform: translateY(0px);
      transition: all 1s 2s ease-in-out;
      visibility: visible; }
    #mission_about .mission_wrapper.aos-animate .image_wrapper .image img {
      -webkit-clip-path: inset(0% 0% 0% 0%);
              clip-path: inset(0% 0% 0% 0%);
      transition: all 1s 1s ease-in-out;
      -o-object-fit: cover;
         object-fit: cover; }
    #mission_about .mission_wrapper.aos-animate .title .right h2 {
      padding-right: 0px;
      transition: all 1s 1s ease-in-out; }
    #mission_about .mission_wrapper .image_wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #mission_about .mission_wrapper .image_wrapper {
          flex-direction: column; } }
      #mission_about .mission_wrapper .image_wrapper .image {
        flex-basis: 75%;
        height: 75vh;
        padding-left: 170px; }
        @media (max-width: 768px) {
          #mission_about .mission_wrapper .image_wrapper .image {
            padding-inline: 40px; } }
        #mission_about .mission_wrapper .image_wrapper .image img {
          -webkit-clip-path: inset(0% 25% 0% 40%);
                  clip-path: inset(0% 25% 0% 40%);
          transition: all 0.5s ease-in-out;
          display: block;
          width: 100%;
          height: 100%; }
          @media (max-width: 768px) {
            #mission_about .mission_wrapper .image_wrapper .image img {
              max-height: 450px;
              -o-object-fit: cover;
                 object-fit: cover; } }
      #mission_about .mission_wrapper .image_wrapper .text {
        flex-basis: 20%;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.5s ease-in-out;
        align-content: end;
        visibility: hidden; }
        #mission_about .mission_wrapper .image_wrapper .text p {
          text-align: right;
          color: #ffffff;
          text-transform: lowercase; }
          @media (max-width: 768px) {
            #mission_about .mission_wrapper .image_wrapper .text p {
              text-align: center; } }
    #mission_about .mission_wrapper .title {
      position: absolute;
      top: -85px;
      left: 0px;
      right: 0px;
      display: flex;
      justify-content: space-between; }
      #mission_about .mission_wrapper .title h2 {
        mix-blend-mode: difference;
        color: #ffffff;
        line-height: 1;
        margin: auto;
        font-size: 205px;
        display: table-caption; }
        @media (max-width: 1440px) {
          #mission_about .mission_wrapper .title h2 {
            font-size: 135px; } }
        @media (max-width: 1024px) {
          #mission_about .mission_wrapper .title h2 {
            font-size: 100px; } }
        @media (max-width: 768px) {
          #mission_about .mission_wrapper .title h2 {
            font-size: 60px; } }
      #mission_about .mission_wrapper .title .left h2 {
        text-align: left; }
      #mission_about .mission_wrapper .title .right {
        align-content: end;
        text-align: right; }
        #mission_about .mission_wrapper .title .right h2 {
          transition: all 0.5s ease-in-out;
          padding-right: 100px; }

#principles_about {
  background-image: linear-gradient(to bottom, #1a1a1a 70%, transparent 70%);
  -webkit-padding-after: 300px;
          padding-block-end: 300px; }
  @media (max-width: 1281px) {
    #principles_about {
      -webkit-padding-after: 200px;
              padding-block-end: 200px; } }
  #principles_about .principles_wrapper {
    padding: 0 8.5%; }
    @media (max-width: 768px) {
      #principles_about .principles_wrapper {
        padding: 0 4.5%; } }
    #principles_about .principles_wrapper .heading-wrapper {
      padding-block: 300px 150px;
      text-align: center; }
      @media (max-width: 1440px) {
        #principles_about .principles_wrapper .heading-wrapper {
          padding-block: 100px 50px; } }
      @media (max-width: 1024px) {
        #principles_about .principles_wrapper .heading-wrapper {
          padding-block: 100px; } }
      #principles_about .principles_wrapper .heading-wrapper .section-heading {
        --color: #ffffff;
        --font-size: var(--fluid-150px); }
      #principles_about .principles_wrapper .heading-wrapper .subtitle > * {
        font-size: 25px;
        color: #bea380; }
        @media (max-width: 1440px) {
          #principles_about .principles_wrapper .heading-wrapper .subtitle > * {
            font-size: 22px; } }
        @media (max-width: 1024px) {
          #principles_about .principles_wrapper .heading-wrapper .subtitle > * {
            font-size: 20px; } }
    #principles_about .principles_wrapper .content {
      opacity: 0;
      cursor: none;
      pointer-events: none;
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      display: flex;
      align-content: space-around;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      padding: 80px 60px;
      gap: 40px; }
      @media (max-width: 1280px) {
        #principles_about .principles_wrapper .content {
          padding: 50px 60px 70px; } }
      @media (max-width: 768px) {
        #principles_about .principles_wrapper .content {
          padding-inline: 20px; } }
      #principles_about .principles_wrapper .content [data-swiper-index] {
        opacity: 0;
        cursor: none;
        pointer-events: none;
        transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        #principles_about .principles_wrapper .content [data-swiper-index].active {
          opacity: 1;
          cursor: auto;
          pointer-events: auto; }
      #principles_about .principles_wrapper .content .title-wrapper div[data-swiper-index] {
        text-align: center; }
        #principles_about .principles_wrapper .content .title-wrapper div[data-swiper-index] .section-heading {
          --font-size: var(--fluid-100px);
          margin: 0;
          max-width: 15ch; }
          #principles_about .principles_wrapper .content .title-wrapper div[data-swiper-index] .section-heading a {
            font: inherit; }
        #principles_about .principles_wrapper .content .title-wrapper div[data-swiper-index] span {
          color: #ffffff;
          font-size: 25px;
          max-width: 15ch;
          display: block;
          margin-inline: auto; }
          @media (max-width: 991px) {
            #principles_about .principles_wrapper .content .title-wrapper div[data-swiper-index] span {
              font-size: 22px; } }
          @media (max-width: 450px) {
            #principles_about .principles_wrapper .content .title-wrapper div[data-swiper-index] span {
              font-size: 20px; } }
      #principles_about .principles_wrapper .content .three-columns-wrapper {
        display: flex;
        width: 100%;
        gap: 40px;
        align-items: center; }
        @media (max-width: 1280px) {
          #principles_about .principles_wrapper .content .three-columns-wrapper {
            flex-direction: column;
            gap: 20px; } }
        #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area,
        #principles_about .principles_wrapper .content .three-columns-wrapper .paragraph-wrapper,
        #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination {
          width: 33.333%; }
        #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons {
          display: flex;
          gap: 10px;
          justify-content: flex-start; }
          @media (max-width: 1280px) {
            #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons {
              justify-content: center; } }
          #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons .button-prev,
          #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons .button-next {
            transition: all 0.3s ease-in-out; }
            #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons .button-prev svg,
            #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons .button-next svg {
              cursor: pointer; }
              @media (max-width: 1440px) {
                #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons .button-prev svg,
                #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons .button-next svg {
                  height: 120px;
                  width: 120px; } }
              @media (max-width: 1280px) {
                #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons .button-prev svg,
                #principles_about .principles_wrapper .content .three-columns-wrapper .navigation-area .navigation-buttons .button-next svg {
                  height: 100px;
                  width: 100px; } }
        #principles_about .principles_wrapper .content .three-columns-wrapper .paragraph-wrapper {
          text-decoration: underline;
          text-align: center; }
          @media (max-width: 1280px) {
            #principles_about .principles_wrapper .content .three-columns-wrapper .paragraph-wrapper {
              width: 100%;
              max-width: 450px; } }
        #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination {
          position: static;
          color: #ffffff;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          @media (max-width: 1280px) {
            #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination {
              justify-content: center; } }
          #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination .pagination-wrapper {
            width: 200px;
            display: grid;
            gap: 10px; }
            @media (max-width: 1024px) {
              #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination .pagination-wrapper {
                width: 180px; } }
            #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination .pagination-wrapper .spans-wrapper {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              gap: 10px;
              font-size: 40px;
              font-family: "Dream Avenue", serif; }
              @media (max-width: 1440px) {
                #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination .pagination-wrapper .spans-wrapper {
                  font-size: 30px; } }
              @media (max-width: 1024px) {
                #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination .pagination-wrapper .spans-wrapper {
                  font-size: 27px; } }
          #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination .progressbar-background {
            width: 100%;
            height: 2px;
            background: rgba(255, 255, 255, 0.2);
            position: static; }
            #principles_about .principles_wrapper .content .three-columns-wrapper .swiper-pagination .progressbar-background .progressbar-fill {
              height: 2px;
              background-color: #ffffff; }
    #principles_about .principles_wrapper .swiper {
      transform: translateY(0);
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
      #principles_about .principles_wrapper .swiper .swiper-wrapper .swiper-slide {
        --opacity: 0.85;
        position: relative;
        width: 100%;
        max-height: 850px;
        aspect-ratio: 4 / 2.7; }
        @media (max-width: 1280px) {
          #principles_about .principles_wrapper .swiper .swiper-wrapper .swiper-slide {
            max-height: unset;
            min-height: 600px; } }
        @media (max-width: 1024px) {
          #principles_about .principles_wrapper .swiper .swiper-wrapper .swiper-slide {
            min-height: 800px; } }
        @media (max-width: 768px) {
          #principles_about .principles_wrapper .swiper .swiper-wrapper .swiper-slide {
            min-height: 850px; } }
        @media (max-width: 450px) {
          #principles_about .principles_wrapper .swiper .swiper-wrapper .swiper-slide {
            min-height: 700px; } }
        #principles_about .principles_wrapper .swiper .swiper-wrapper .swiper-slide img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          inset: 0;
          z-index: -1;
          filter: grayscale(1); }
        #principles_about .principles_wrapper .swiper .swiper-wrapper .swiper-slide::after {
          content: '';
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          background-blend-mode: color-dodge;
          background: linear-gradient(111.45deg, rgba(218, 215, 200, var(--opacity)) 50%, rgba(218, 215, 200, var(--opacity)) 100%), url("/wp-content/themes/snami/assets/images/noise.png"); }

#members_about {
  padding: 150px 0px; }
  #members_about h2 {
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 100px;
    padding: 0px 15px; }
  #members_about .about_agents {
    padding: 0px 7.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  #members_about .agent_right {
    margin-top: 100px; }
  #members_about .agent_left,
  #members_about .agent_right {
    flex-basis: 35%; }
    #members_about .agent_left img,
    #members_about .agent_right img {
      display: block;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      background-color: black;
      margin: auto;
      margin-bottom: 80px; }
    #members_about .agent_left h5,
    #members_about .agent_right h5 {
      margin: auto;
      margin-bottom: 20px;
      font-size: 37px;
      text-transform: uppercase; }
    #members_about .agent_left span,
    #members_about .agent_right span {
      display: block;
      margin: auto;
      margin-bottom: 15px;
      font-size: 30px;
      line-height: 1.2;
      color: #1a1a1a;
      font-weight: 400; }
    #members_about .agent_left .text p,
    #members_about .agent_right .text p {
      line-height: 1.5; }

#about_team {
  padding-block: 130px 100px;
  min-height: 70vh;
  min-height: 70svh;
  position: relative; }
  #about_team h2 {
    --font-size: var(--fluid-100px);
    text-transform: uppercase;
    margin-bottom: 150px;
    padding-inline: 15px; }
    @media (max-width: 1440px) {
      #about_team h2 {
        --font-size: var(--fluid-80px); } }
  #about_team .floating-marquee {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 1; }
    #about_team .floating-marquee .wrapperRollingText .rollingText {
      --color: #1a1a1a;
      --font-size: var(--fluid-100px);
      font-family: "Dream Avenue", serif;
      text-transform: uppercase;
      padding-left: 30vw; }
  #about_team .wrapper {
    padding-inline: 0%; }
    @media (min-width: 1024px) {
      #about_team .wrapper {
        padding-inline: 3.5%; } }
    #about_team .wrapper .swiper.agents-swiper {
      width: 100%;
      height: 100%; }
      #about_team .wrapper .swiper.agents-swiper .swiper-wrapper {
        width: 100%; }
        #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide {
          display: flex;
          flex-direction: column;
          gap: 50px;
          align-items: center; }
          #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide img.agent-photo {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            max-width: 250px;
            height: 100%; }
            @media (min-width: 1024px) {
              #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide img.agent-photo {
                transform: scale(0.8);
                transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); } }
            @media (max-width: 991px) {
              #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide img.agent-photo {
                max-width: 250px; } }
            @media (max-width: 768px) {
              #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide img.agent-photo {
                max-width: 200px; } }
          #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info {
            text-align: center; }
            @media (min-width: 1024px) {
              #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info {
                opacity: 0;
                transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1); } }
            #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info .agent-name {
              font-size: var(--fluid-40px);
              font-family: "Dream Avenue", serif;
              text-transform: uppercase; }
              @media (max-width: 1440px) {
                #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info .agent-name {
                  font-size: 32px; } }
              @media (max-width: 768px) {
                #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info .agent-name {
                  font-size: 28px; } }
            #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info span.agent-position {
              font-size: var(--fluid-32px);
              font-family: "basis-grotesque-regular-pro", sans-serif;
              display: block;
              text-transform: capitalize;
              letter-spacing: -1px; }
              @media (max-width: 1440px) {
                #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info span.agent-position {
                  font-size: 24px; } }
              @media (max-width: 1024px) {
                #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info span.agent-position {
                  font-size: 22px; } }
            #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide .agent-info p.agent-excerpt {
              margin-block: 20px; }
          @media (max-width: 400px) {
            #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide {
              padding-inline: 10px; } }
        @media (min-width: 1024px) {
          #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide.swiper-slide-active img.agent-photo {
            transform: scale(1); }
          #about_team .wrapper .swiper.agents-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .agent-info {
            opacity: 1; } }

#choose_snami_about {
  min-height: 120vh;
  min-height: 120svh; }
  #choose_snami_about .main-content.stacking-content {
    justify-items: stretch; }
    #choose_snami_about .main-content.stacking-content .heading-wrapper {
      min-height: 120vh;
      min-height: 120svh;
      height: 100%;
      background-color: black;
      align-content: center;
      justify-items: center;
      display: grid;
      gap: 2.875em;
      z-index: 2; }
      #choose_snami_about .main-content.stacking-content .heading-wrapper .sub-heading {
        color: #bea380;
        font-size: 25px; }
        @media (max-width: 1440px) {
          #choose_snami_about .main-content.stacking-content .heading-wrapper .sub-heading {
            font-size: 22px; } }
        @media (max-width: 1024px) {
          #choose_snami_about .main-content.stacking-content .heading-wrapper .sub-heading {
            font-size: 20px; } }
      #choose_snami_about .main-content.stacking-content .heading-wrapper .section-heading {
        --color: #ffffff;
        --font-size: 250px;
        max-width: 10ch; }
        @media (max-width: 1440px) {
          #choose_snami_about .main-content.stacking-content .heading-wrapper .section-heading {
            --font-size: 120px; } }
        @media (max-width: 1024px) {
          #choose_snami_about .main-content.stacking-content .heading-wrapper .section-heading {
            --font-size: 100px; } }
        @media (max-width: 768px) {
          #choose_snami_about .main-content.stacking-content .heading-wrapper .section-heading {
            --font-size: 72px; } }
    #choose_snami_about .main-content.stacking-content .swiper.reasonsSwiper {
      width: 100%;
      height: 100%; }
      #choose_snami_about .main-content.stacking-content .swiper.reasonsSwiper .swiper-slide {
        -o-border-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%) 1 fill;
           border-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%) 1 fill;
        width: 100%; }
    #choose_snami_about .main-content.stacking-content .content-container {
      z-index: 1;
      padding-block: 80px;
      padding-inline: 8.5%; }
      @media (max-width: 1024px) {
        #choose_snami_about .main-content.stacking-content .content-container {
          padding-inline: 5.5%; } }
      @media (max-width: 991px) {
        #choose_snami_about .main-content.stacking-content .content-container {
          padding-inline: 3.5%; } }
      #choose_snami_about .main-content.stacking-content .content-container .top,
      #choose_snami_about .main-content.stacking-content .content-container .bottom {
        overflow: hidden; }
        #choose_snami_about .main-content.stacking-content .content-container .top [data-swiper-index],
        #choose_snami_about .main-content.stacking-content .content-container .bottom [data-swiper-index] {
          opacity: 0;
          transform: translate(var(--x, 0%), var(--y, -100%));
          transition: all 0.8s ease-in-out; }
          #choose_snami_about .main-content.stacking-content .content-container .top [data-swiper-index].active,
          #choose_snami_about .main-content.stacking-content .content-container .bottom [data-swiper-index].active {
            opacity: 1;
            transform: translate(0%, 0%); }
        #choose_snami_about .main-content.stacking-content .content-container .top .index-num .counter-wrapper,
        #choose_snami_about .main-content.stacking-content .content-container .bottom .index-num .counter-wrapper {
          display: flex;
          overflow: hidden; }
          #choose_snami_about .main-content.stacking-content .content-container .top .index-num .counter-wrapper span:first-child,
          #choose_snami_about .main-content.stacking-content .content-container .bottom .index-num .counter-wrapper span:first-child {
            --x: 0%;
            --y: 100%; }
          #choose_snami_about .main-content.stacking-content .content-container .top .index-num .counter-wrapper span:last-child,
          #choose_snami_about .main-content.stacking-content .content-container .bottom .index-num .counter-wrapper span:last-child {
            --x: 0%;
            --y: -100%; }
        #choose_snami_about .main-content.stacking-content .content-container .top .reason-heading,
        #choose_snami_about .main-content.stacking-content .content-container .bottom .reason-heading {
          --x: 0%;
          --y: 100%; }
      #choose_snami_about .main-content.stacking-content .content-container .top {
        display: flex;
        justify-content: space-between; }
        #choose_snami_about .main-content.stacking-content .content-container .top .text,
        #choose_snami_about .main-content.stacking-content .content-container .top .index-num {
          align-items: start; }
        #choose_snami_about .main-content.stacking-content .content-container .top .text {
          max-width: 55ch; }
          @media (max-width: 1024px) {
            #choose_snami_about .main-content.stacking-content .content-container .top .text {
              max-width: 65%; } }
          @media (max-width: 768px) {
            #choose_snami_about .main-content.stacking-content .content-container .top .text {
              max-width: 100%; } }
          #choose_snami_about .main-content.stacking-content .content-container .top .text p {
            margin: 0;
            font-size: 25px; }
            @media (max-width: 1440px) {
              #choose_snami_about .main-content.stacking-content .content-container .top .text p {
                font-size: 20px; } }
            @media (max-width: 1024px) {
              #choose_snami_about .main-content.stacking-content .content-container .top .text p {
                font-size: 18px; } }
        #choose_snami_about .main-content.stacking-content .content-container .top .index-num span {
          font-size: var(--fluid-200px);
          font-family: "Dream Avenue", serif;
          line-height: 1; }
        @media (max-width: 768px) {
          #choose_snami_about .main-content.stacking-content .content-container .top .index-num {
            display: none; } }
      #choose_snami_about .main-content.stacking-content .content-container .middle {
        --flow-space: 2em;
        position: relative; }
        #choose_snami_about .main-content.stacking-content .content-container .middle ::after {
          content: '';
          width: 100vw;
          background: rgba(190, 163, 128, 0.2);
          height: 1px;
          position: absolute;
          bottom: 0;
          left: -10%; }
          @media (max-width: 768px) {
            #choose_snami_about .main-content.stacking-content .content-container .middle ::after {
              content: none; } }
        #choose_snami_about .main-content.stacking-content .content-container .middle [data-swiper-index] button {
          transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1); }
          #choose_snami_about .main-content.stacking-content .content-container .middle [data-swiper-index] button::after {
            content: '';
            position: absolute;
            bottom: 0;
            z-index: 2;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #bea380;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
        #choose_snami_about .main-content.stacking-content .content-container .middle [data-swiper-index].active button::after {
          transform: scaleX(1);
          transform-origin: left; }
        #choose_snami_about .main-content.stacking-content .content-container .middle .tabs {
          display: flex;
          gap: 30px;
          row-gap: 10px; }
          @media (max-width: 768px) {
            #choose_snami_about .main-content.stacking-content .content-container .middle .tabs {
              flex-wrap: wrap; } }
          #choose_snami_about .main-content.stacking-content .content-container .middle .tabs li button {
            position: relative;
            cursor: pointer;
            border: none;
            background-color: transparent;
            color: #bea380;
            font-size: 25px;
            text-transform: uppercase;
            padding-bottom: 0.4em; }
            @media (max-width: 1440px) {
              #choose_snami_about .main-content.stacking-content .content-container .middle .tabs li button {
                font-size: var(--fluid-20px); } }
      #choose_snami_about .main-content.stacking-content .content-container .bottom {
        --flow-space: 5em;
        justify-items: start; }
        #choose_snami_about .main-content.stacking-content .content-container .bottom .reason-heading {
          color: #bea380;
          line-height: 1;
          margin: 0;
          text-transform: uppercase;
          font-size: 100px; }
          @media (max-width: 1440px) {
            #choose_snami_about .main-content.stacking-content .content-container .bottom .reason-heading {
              font-size: 100px; } }
          @media (max-width: 1024px) {
            #choose_snami_about .main-content.stacking-content .content-container .bottom .reason-heading {
              font-size: 80px; } }
          @media (max-width: 768px) {
            #choose_snami_about .main-content.stacking-content .content-container .bottom .reason-heading {
              font-size: 48px; } }
          @media (max-width: 450px) {
            #choose_snami_about .main-content.stacking-content .content-container .bottom .reason-heading {
              font-size: 40px; } }
      #choose_snami_about .main-content.stacking-content .content-container .navigation-area,
      #choose_snami_about .main-content.stacking-content .content-container .paragraph-wrapper,
      #choose_snami_about .main-content.stacking-content .content-container .swiper-pagination {
        width: 100%; }
      #choose_snami_about .main-content.stacking-content .content-container .navigation-area {
        display: flex;
        --flow-space: 0; }
        #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons {
          display: flex;
          margin-left: -17px; }
          #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-prev,
          #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-next {
            transition: all 0.3s ease-in-out; }
            #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-prev svg,
            #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-next svg {
              cursor: pointer;
              width: 155px;
              height: 155px; }
              @media (max-width: 1440px) {
                #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-prev svg,
                #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-next svg {
                  width: 145px;
                  height: 145px; } }
              @media (max-width: 1280px) {
                #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-prev svg,
                #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-next svg {
                  width: 120px;
                  height: 120px; } }
              @media (max-width: 991px) {
                #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-prev svg,
                #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-next svg {
                  width: 100px;
                  height: 100px; } }
              #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-prev svg path,
              #choose_snami_about .main-content.stacking-content .content-container .navigation-area .navigation-buttons .button-next svg path {
                stroke: #bea380; }
      #choose_snami_about .main-content.stacking-content .content-container .paragraph-wrapper {
        text-decoration: underline;
        text-align: center; }
      #choose_snami_about .main-content.stacking-content .content-container .swiper-pagination {
        position: static;
        color: #bea380;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end; }
        #choose_snami_about .main-content.stacking-content .content-container .swiper-pagination .pagination-wrapper {
          width: 200px;
          display: grid;
          gap: 10px; }
          @media (max-width: 1024px) {
            #choose_snami_about .main-content.stacking-content .content-container .swiper-pagination .pagination-wrapper {
              width: 150px; } }
          #choose_snami_about .main-content.stacking-content .content-container .swiper-pagination .pagination-wrapper .spans-wrapper {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
            font-size: 35px;
            font-family: "Dream Avenue", serif; }
            @media (max-width: 1440px) {
              #choose_snami_about .main-content.stacking-content .content-container .swiper-pagination .pagination-wrapper .spans-wrapper {
                font-size: 30px; } }
            @media (max-width: 1024px) {
              #choose_snami_about .main-content.stacking-content .content-container .swiper-pagination .pagination-wrapper .spans-wrapper {
                font-size: 27px; } }
        #choose_snami_about .main-content.stacking-content .content-container .swiper-pagination .progressbar-background {
          width: 100%;
          height: 2px;
          background: rgba(190, 163, 128, 0.2);
          position: static; }
          #choose_snami_about .main-content.stacking-content .content-container .swiper-pagination .progressbar-background .progressbar-fill {
            height: 2px;
            background-color: #bea380; }

#howitworks {
  padding: 150px 0px; }
  #howitworks .wrapper {
    padding: 0px 6.5%; }
    #howitworks .wrapper h3 {
      text-transform: uppercase;
      color: #1a1a1a;
      margin: auto;
      text-align: center;
      margin-bottom: 80px; }
    #howitworks .wrapper .boxes_wrapper {
      overflow: visible; }
      @media (min-width: 1024px) {
        #howitworks .wrapper .boxes_wrapper .swiper-wrapper {
          display: flex;
          flex-wrap: wrap;
          row-gap: 40px;
          align-items: center;
          justify-content: space-between; } }
      #howitworks .wrapper .boxes_wrapper:has(> .box:hover) > .box:not(:hover) {
        transform: scale(0.96); }
      #howitworks .wrapper .boxes_wrapper .box {
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        flex-basis: calc(25% - (20px));
        min-height: 550px; }
        @media (max-width: 1024px) {
          #howitworks .wrapper .boxes_wrapper .box {
            flex-basis: calc(50% - (20px)); } }
        @media (max-width: 1366px) {
          #howitworks .wrapper .boxes_wrapper .box {
            min-height: 420px; } }
        @media (max-width: 768px) {
          #howitworks .wrapper .boxes_wrapper .box {
            flex-basis: 85%;
            min-height: 350px; } }
        @media (max-width: 450px) {
          #howitworks .wrapper .boxes_wrapper .box {
            min-height: 300px; } }
        #howitworks .wrapper .boxes_wrapper .box:hover::after {
          transform: scaleX(0);
          transform-origin: right; }
        #howitworks .wrapper .boxes_wrapper .box:hover .info {
          opacity: 0;
          transition: all 0.5s cubic-bezier(0.8, 0, 0.14, 1); }
        #howitworks .wrapper .boxes_wrapper .box::before {
          content: '';
          background-color: #1a1a1a;
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          z-index: 1;
          opacity: 0.7; }
        #howitworks .wrapper .boxes_wrapper .box::after {
          content: '';
          background: linear-gradient(125deg, #bea380 45%, #a88862 100%), url("/wp-content/themes/snami/assets/images/noise.png");
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          z-index: 2;
          transform: scaleX(1);
          transform-origin: left;
          transition: transform 0.5s cubic-bezier(0.8, 0, 0.14, 1); }
        #howitworks .wrapper .boxes_wrapper .box .info {
          position: relative;
          z-index: 3;
          opacity: 1;
          transition: all 1s ease-in-out; }
          #howitworks .wrapper .boxes_wrapper .box .info span.count {
            font-family: "Dream Avenue", serif;
            font-size: 100px;
            text-align: center;
            color: #ffffff;
            display: block;
            margin: auto;
            margin-bottom: 120px;
            margin-top: 50px; }
            @media (max-width: 1440px) {
              #howitworks .wrapper .boxes_wrapper .box .info span.count {
                font-size: 68px; } }
            @media (max-width: 768px) {
              #howitworks .wrapper .boxes_wrapper .box .info span.count {
                font-size: 56px; } }
          #howitworks .wrapper .boxes_wrapper .box .info h3 {
            font-family: "Dream Avenue", serif;
            font-size: 30px;
            text-align: center;
            color: #ffffff;
            margin: auto;
            padding: 0px 50px; }
            @media (max-width: 1440px) {
              #howitworks .wrapper .boxes_wrapper .box .info h3 {
                font-size: 26px;
                padding: 0px 20px; } }
            @media (max-width: 1280px) {
              #howitworks .wrapper .boxes_wrapper .box .info h3 {
                font-size: 22px; } }
            @media (max-width: 768px) {
              #howitworks .wrapper .boxes_wrapper .box .info h3 {
                padding-bottom: 20px; } }
        #howitworks .wrapper .boxes_wrapper .box .text {
          position: absolute;
          top: 50%;
          left: 0px;
          right: 0px;
          z-index: 1;
          transform: translateY(-50%);
          padding: 0px 50px; }
          @media (max-width: 1440px) {
            #howitworks .wrapper .boxes_wrapper .box .text {
              padding: 0px 20px; } }
          @media (max-width: 1024px) {
            #howitworks .wrapper .boxes_wrapper .box .text {
              padding: 0 50px; } }
          #howitworks .wrapper .boxes_wrapper .box .text p {
            color: #ffffff; }

#multiday-overview-featured {
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #multiday-overview-featured h1 {
    text-align: center;
    text-transform: uppercase;
    max-width: 11ch;
    z-index: 1; }
  #multiday-overview-featured .image-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 6.25%;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 768px) {
      #multiday-overview-featured .image-wrapper {
        padding-left: 30px; } }
    @media (max-width: 450px) {
      #multiday-overview-featured .image-wrapper {
        padding-left: 15px; } }
    #multiday-overview-featured .image-wrapper .image_left {
      margin-bottom: auto;
      height: 600px;
      max-width: 450px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: top;
         object-position: top; }
      @media (max-width: 1440px) {
        #multiday-overview-featured .image-wrapper .image_left {
          height: 500px;
          max-width: 300px;
          height: auto; } }
      @media (max-width: 1280px) {
        #multiday-overview-featured .image-wrapper .image_left {
          max-width: 27%;
          height: auto; } }
      @media (max-width: 768px) {
        #multiday-overview-featured .image-wrapper .image_left {
          -webkit-margin-after: 150px auto;
                  margin-block-end: 150px auto;
          max-width: 40%;
          max-height: 35%; } }
    #multiday-overview-featured .image-wrapper .image_right {
      margin-top: auto;
      height: 600px;
      max-width: 800px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom;
         object-position: bottom; }
      @media (max-width: 1440px) {
        #multiday-overview-featured .image-wrapper .image_right {
          height: 500px; } }
      @media (max-width: 1280px) {
        #multiday-overview-featured .image-wrapper .image_right {
          max-width: 27%;
          height: auto; } }
      @media (max-width: 768px) {
        #multiday-overview-featured .image-wrapper .image_right {
          max-width: 50%;
          max-height: 35%; } }

.page-template-tmpl_multidays #floating-overviewbar {
  --_bg-color: #1a1a1a;
  --_grid-temp-col: auto auto;
  --_padding-block: 1.2em;
  --_padding-inline: 20px;
  justify-content: space-evenly;
  display: flex !important; }
  @media (max-width: 1024px) {
    .page-template-tmpl_multidays #floating-overviewbar {
      display: none !important; } }
  @media (max-width: 1280px) {
    .page-template-tmpl_multidays #floating-overviewbar {
      --_padding-block: 0.8em; } }
  .page-template-tmpl_multidays #floating-overviewbar .floating-overviewbar-list {
    --_gap: 1.5em; }
    @media (max-width: 1440px) {
      .page-template-tmpl_multidays #floating-overviewbar .floating-overviewbar-list {
        --_gap: 1em; } }
    .page-template-tmpl_multidays #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item {
      --_font-size: 16px;
      --_list-color: #ffffff; }
      @media (max-width: 1440px) {
        .page-template-tmpl_multidays #floating-overviewbar .floating-overviewbar-list .floating-overviewbar-item {
          --_font-size: 14px; } }

.page-template-tmpl_multidays .share.share__toggle {
  background-color: #1a1a1a; }
  .page-template-tmpl_multidays .share.share__toggle svg path {
    fill: #ffffff; }

.page-template-tmpl_multidays .share__button .share__link {
  background-color: #1a1a1a; }
  .page-template-tmpl_multidays .share__button .share__link svg path {
    fill: #ffffff; }

@media (min-width: 1024px) {
  .page-template-tmpl_multidays [id^='request-BtnOpen'] {
    display: none; } }

@media (min-width: 1024px) {
  .page-template-tmpl_multidays #floating-overviewbar [id^='request-BtnOpen'] {
    display: block; } }

@media (max-width: 1024px) {
  .page-template-tmpl_multidays #floating-overviewbar [id^='request-BtnOpen'] {
    display: none; } }

#multidays-overview-about {
  position: relative; }
  @media (max-width: 1280px) {
    #multidays-overview-about {
      flex-direction: column;
      padding-block: 80px 100px; } }
  #multidays-overview-about .content-wrapper {
    padding: 200px 8.5% 140px 8.5%; }
    @media (max-width: 1280px) {
      #multidays-overview-about .content-wrapper {
        padding: 200px 8.5% 140px 8.5%; } }
    @media (max-width: 768px) {
      #multidays-overview-about .content-wrapper {
        padding-block: 100px; } }
    #multidays-overview-about .content-wrapper .content {
      width: 100%; }
      #multidays-overview-about .content-wrapper .content:not(:first-child) {
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      #multidays-overview-about .content-wrapper .content .two-col {
        display: flex;
        justify-content: space-between;
        gap: 60px; }
        @media (max-width: 1280px) {
          #multidays-overview-about .content-wrapper .content .two-col {
            flex-direction: column; } }
        #multidays-overview-about .content-wrapper .content .two-col .paragraphs {
          flex-basis: 55%; }
        #multidays-overview-about .content-wrapper .content .two-col p {
          margin: 0; }
        @media (max-width: 1280px) {
          #multidays-overview-about .content-wrapper .content .two-col h2 {
            margin-bottom: unset; } }
  #multidays-overview-about .featured-marquee {
    position: absolute !important;
    top: 0%;
    margin-block: 40px 20px;
    left: -10px;
    opacity: 0.8;
    z-index: -1; }
    @media (max-width: 1280px) {
      #multidays-overview-about .featured-marquee {
        margin-block: 40px 0px; } }
    #multidays-overview-about .featured-marquee .wrapperRollingText .rollingText {
      --font-size: var(--fluid-270px);
      font-family: "Dream Avenue", serif; }
      @media (max-width: 1440px) {
        #multidays-overview-about .featured-marquee .wrapperRollingText .rollingText {
          --font-size: 160px; } }
      @media (max-width: 1024px) {
        #multidays-overview-about .featured-marquee .wrapperRollingText .rollingText {
          --font-size: 140px; } }
      @media (max-width: 768px) {
        #multidays-overview-about .featured-marquee .wrapperRollingText .rollingText {
          --font-size: 100px; } }
  #multidays-overview-about .decoration-text {
    position: relative;
    opacity: 0.8;
    z-index: -1; }
  #multidays-overview-about .rollingText {
    color: #e6e6e6; }

#multidays-overview .multidays-list {
  display: flex;
  flex-direction: column;
  gap: 120px; }
  @media (max-width: 1024px) {
    #multidays-overview .multidays-list {
      gap: 60px; } }
  #multidays-overview .multidays-list .multiday-item {
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1024px) {
      #multidays-overview .multidays-list .multiday-item {
        flex-direction: column;
        min-height: unset; } }
    #multidays-overview .multidays-list .multiday-item .image-wrapper {
      flex: 50%;
      position: relative;
      display: flex; }
      @media (max-width: 1024px) {
        #multidays-overview .multidays-list .multiday-item .image-wrapper {
          width: 100%;
          margin-inline: auto;
          -webkit-padding-before: 40px;
                  padding-block-start: 40px; } }
      #multidays-overview .multidays-list .multiday-item .image-wrapper .big_image {
        width: 70%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 1024px) {
          #multidays-overview .multidays-list .multiday-item .image-wrapper .big_image {
            width: 100%;
            height: 50vw;
            max-height: 450px;
            min-height: 300px; } }
      #multidays-overview .multidays-list .multiday-item .image-wrapper .small_image {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        max-width: 50%;
        max-height: 55%;
        -o-object-fit: cover;
           object-fit: cover;
        aspect-ratio: 2 / 3;
        left: 70%; }
        @media (max-width: 1440px) {
          #multidays-overview .multidays-list .multiday-item .image-wrapper .small_image {
            max-height: 45%; } }
        @media (max-width: 1024px) {
          #multidays-overview .multidays-list .multiday-item .image-wrapper .small_image {
            width: unset;
            max-height: 55%;
            left: 50%;
            transform: translate(-50%, -50%); } }
    #multidays-overview .multidays-list .multiday-item .multiday-item-overview {
      flex: 50%;
      display: grid;
      place-content: center;
      margin: 0;
      padding-inline: 6%;
      padding-block: 40px; }
      @media (max-width: 1440px) {
        #multidays-overview .multidays-list .multiday-item .multiday-item-overview {
          padding-block: 160px; } }
      @media (max-width: 1024px) {
        #multidays-overview .multidays-list .multiday-item .multiday-item-overview {
          width: 100%;
          max-width: 700px;
          margin-inline: auto;
          padding-block: 40px;
          padding-inline: 20px; } }
      #multidays-overview .multidays-list .multiday-item .multiday-item-overview .multiday-overview-time-info {
        display: flex;
        gap: 30px; }
        #multidays-overview .multidays-list .multiday-item .multiday-item-overview .multiday-overview-time-info span {
          color: #bea380;
          display: flex;
          align-items: center;
          gap: 0.3em;
          font-family: "basis-grotesque-bold-pro", sans-serif; }
      #multidays-overview .multidays-list .multiday-item .multiday-item-overview .multiday-item-main-content {
        --flow-space: 30px; }
        #multidays-overview .multidays-list .multiday-item .multiday-item-overview .multiday-item-main-content h3 {
          margin: 0;
          font-size: 37px; }
          @media (max-width: 1440px) {
            #multidays-overview .multidays-list .multiday-item .multiday-item-overview .multiday-item-main-content h3 {
              font-size: 32px; } }
          @media (max-width: 768px) {
            #multidays-overview .multidays-list .multiday-item .multiday-item-overview .multiday-item-main-content h3 {
              font-size: 28px; } }
          #multidays-overview .multidays-list .multiday-item .multiday-item-overview .multiday-item-main-content h3 a {
            font-size: inherit;
            line-height: normal; }
        #multidays-overview .multidays-list .multiday-item .multiday-item-overview .multiday-item-main-content .multiday-overview-text {
          --flow-space: 20px; }
        #multidays-overview .multidays-list .multiday-item .multiday-item-overview .multiday-item-main-content .price {
          --flow-space: 34px;
          font-size: 18px;
          font-weight: 600;
          display: block; }
      #multidays-overview .multidays-list .multiday-item .multiday-item-overview .view-map-button {
        --flow-space: 32px;
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 18px;
        font-family: "basis-grotesque-bold-pro", sans-serif;
        transition: color 0.3s ease-in-out;
        cursor: pointer;
        padding: 0; }
        #multidays-overview .multidays-list .multiday-item .multiday-item-overview .view-map-button span.link {
          margin: 0; }
        #multidays-overview .multidays-list .multiday-item .multiday-item-overview .view-map-button:hover, #multidays-overview .multidays-list .multiday-item .multiday-item-overview .view-map-button:focus-within {
          color: #bea380; }
      #multidays-overview .multidays-list .multiday-item .multiday-item-overview dialog {
        --flow-space: 0px; }
    @media (min-width: 1024px) {
      #multidays-overview .multidays-list .multiday-item:nth-child(even) {
        flex-direction: row-reverse; }
        #multidays-overview .multidays-list .multiday-item:nth-child(even) .image-wrapper .big_image {
          margin-left: auto; }
        #multidays-overview .multidays-list .multiday-item:nth-child(even) .image-wrapper .small_image {
          left: 30%; }
        #multidays-overview .multidays-list .multiday-item:nth-child(even) .multiday-overview {
          padding-left: 6.25%;
          padding-right: 160px; } }
    @media (min-width: 1024px) and (max-width: 768px) {
      #multidays-overview .multidays-list .multiday-item:nth-child(even) .multiday-overview {
        padding-left: 30px; } }
    @media (min-width: 1024px) and (max-width: 450px) {
      #multidays-overview .multidays-list .multiday-item:nth-child(even) .multiday-overview {
        padding-left: 15px; } }
    #multidays-overview .multidays-list .multiday-item:has(.clickable-parent:hover), #multidays-overview .multidays-list .multiday-item:has(.image-wrapper:hover) {
      background-color: #efefef;
      transition: all 0.3s ease-in-out; }

#multidays-overview button#load-more {
  --margin-block: 100px; }

#multiday-accommodations {
  padding-block: 115px;
  background-color: #bea380; }
  @media (max-width: 1024px) {
    #multiday-accommodations {
      padding-block: 100px; } }
  #multiday-accommodations .section-heading {
    --font-size: var(--fluid-100px);
    --color: #1a1a1a; }
    @media (max-width: 1440px) {
      #multiday-accommodations .section-heading {
        --font-size: var(--fluid-80px);
        padding-inline: 20px; } }
  #multiday-accommodations .wrapper {
    padding: 0px 8.5%; }
    @media (max-width: 768px) {
      #multiday-accommodations .wrapper {
        padding: 0px 5.5%; } }
    #multiday-accommodations .wrapper .grid-resorts {
      padding-top: 70px;
      overflow: hidden; }
      @media (hover: hover) and (min-width: 768px) {
        #multiday-accommodations .wrapper .grid-resorts > .single-resort-card {
          transition: opacity 0.3s, scale 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        #multiday-accommodations .wrapper .grid-resorts:has(.single-resort-card:hover) > .single-resort-card:not(:hover) {
          opacity: 0.4;
          scale: 0.98; } }
      #multiday-accommodations .wrapper .grid-resorts .swiper-wrapper:has(> .single-resort-card:last-child:nth-child(1)) {
        justify-content: center; }
        #multiday-accommodations .wrapper .grid-resorts .swiper-wrapper:has(> .single-resort-card:last-child:nth-child(1)) .single-resort-card {
          margin-right: 0 !important; }
      #multiday-accommodations .wrapper .grid-resorts .swiper-wrapper:has(> .single-resort-card:last-child:nth-child(2)) {
        justify-content: center; }
      #multiday-accommodations .wrapper .grid-resorts .single-resort-card {
        overflow: hidden;
        min-width: 0; }
        #multiday-accommodations .wrapper .grid-resorts .single-resort-card .swiper-inner-gallery {
          width: 100%;
          position: relative; }
          #multiday-accommodations .wrapper .grid-resorts .single-resort-card .swiper-inner-gallery .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            aspect-ratio: 2 / 2.5; }
            @media (max-width: 1440px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .swiper-inner-gallery .swiper-slide img {
                height: 450px;
                max-height: 45svh; } }
            @media (max-width: 1024px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .swiper-inner-gallery .swiper-slide img {
                height: 400px; } }
        #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container {
          padding-top: 40px;
          display: flex;
          flex: 1 0 auto;
          flex-direction: column;
          color: #1a1a1a; }
          @media (max-width: 991px) {
            #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container {
              padding-top: 25px; } }
          #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .col-2 {
            display: flex;
            justify-content: space-between;
            overflow: hidden; }
            #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
              line-height: 1;
              font-size: 18px;
              text-transform: uppercase; }
              @media (max-width: 1440px) {
                #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
                  font-size: 16px; } }
              @media (max-width: 1024px) {
                #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
                  font-size: 15px; } }
              @media (max-width: 768px) {
                #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
                  font-size: 14px; } }
            #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .col-2 .rating-stars-wrapper {
              --_star_width: 15.5px; }
          #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
            --flow-space: 25px;
            margin: 0;
            font-size: 39px;
            font-weight: 400;
            font-family: "Dream Avenue", serif;
            text-transform: uppercase; }
            @media (max-width: 1440px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
                font-size: 32px; } }
            @media (max-width: 768px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
                font-size: 28px; } }
            #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .resort-heading.clickable-parent-heading a::after {
              inset: 10% 0 0 0; }
            #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .resort-heading a {
              font: inherit;
              color: #1a1a1a; }
            @media (max-width: 768px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
                --flow-space: 20px; } }
          #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .features {
            --flow-space: 18px;
            --_gap: 55px;
            display: flex;
            justify-content: flex-start;
            gap: 15px var(--_gap);
            flex-wrap: wrap; }
            @media (max-width: 1440px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .features {
                grid-template-columns: repeat(2, 1fr);
                display: grid;
                -moz-column-gap: unset;
                     column-gap: unset; } }
            @media (max-width: 991px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .features {
                --_gap: 35px;
                --flow-space: 15px; } }
            @media (max-width: 768px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .features {
                --_gap: 25px; } }
            #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .features li {
              text-wrap: nowrap;
              color: #1a1a1a;
              font-size: 16px;
              line-height: 1;
              text-transform: capitalize;
              font-weight: 600;
              position: relative; }
              @media (max-width: 1440px) {
                #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .features li {
                  font-size: 15px; } }
              @media (max-width: 768px) {
                #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .features li {
                  font-size: 14px; } }
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .features li:not(:last-of-type)::after {
                content: '';
                position: absolute;
                width: 1px;
                height: 100%;
                left: 100%;
                top: 50%;
                transform: translate(calc(((var(--_gap) / 2) + 50%) + 1px), -50%);
                background-color: rgba(26, 26, 26, 0.2); }
                @media (max-width: 1440px) {
                  #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .features li:not(:last-of-type)::after {
                    transform: translateY(-50%); } }
          #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .text {
            --lines: 3;
            --flow-space: 17px; }
            @media (max-width: 768px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .text {
                --flow-space: 15px; } }
            #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .text p {
              margin: 0;
              color: #1a1a1a; }
          #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .pricetext {
            --flow-space: 28px;
            display: block; }
            @media (max-width: 991px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .pricetext {
                --flow-space: 25px; } }
            @media (max-width: 450px) {
              #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .pricetext {
                --flow-space: 22px; } }
            #multiday-accommodations .wrapper .grid-resorts .single-resort-card .content_container .pricetext .price {
              font-weight: 600; }

#multiday-featured {
  height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  #multiday-featured .featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(0.75); }
  #multiday-featured .multiday-featured-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 1; }
    @media (max-width: 450px) {
      #multiday-featured .multiday-featured-info {
        gap: 60px; } }
    #multiday-featured .multiday-featured-info * {
      color: #ffffff; }
    #multiday-featured .multiday-featured-info .top {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      font-size: 16px; }
      @media (max-width: 500px) {
        #multiday-featured .multiday-featured-info .top {
          flex-direction: column;
          gap: 20px; } }
      @media (max-width: 768px) {
        #multiday-featured .multiday-featured-info .top {
          font-size: 15px; } }
      @media (max-width: 450px) {
        #multiday-featured .multiday-featured-info .top {
          gap: 8px; } }
      #multiday-featured .multiday-featured-info .top .featured-duration {
        display: flex;
        align-items: center;
        gap: 20px; }
        @media (max-width: 450px) {
          #multiday-featured .multiday-featured-info .top .featured-duration {
            gap: 8px; } }
        #multiday-featured .multiday-featured-info .top .featured-duration img {
          width: 25px;
          height: 25px; }
        #multiday-featured .multiday-featured-info .top .featured-duration span {
          text-wrap: nowrap;
          text-transform: uppercase; }
          @media (max-width: 768px) {
            #multiday-featured .multiday-featured-info .top .featured-duration span {
              font-size: 15px; } }
      #multiday-featured .multiday-featured-info .top .divider {
        width: 1px;
        height: 25px;
        background-color: #ffffff; }
        @media (max-width: 500px) {
          #multiday-featured .multiday-featured-info .top .divider {
            display: none; } }
      #multiday-featured .multiday-featured-info .top span {
        font-family: "basis-grotesque-bold-pro", sans-serif; }
        @media (max-width: 768px) {
          #multiday-featured .multiday-featured-info .top span {
            font-size: 15px; } }
    #multiday-featured .multiday-featured-info h1 {
      text-align: center;
      max-width: 1380px;
      padding-inline: 30px;
      margin-block: unset; }
    #multiday-featured .multiday-featured-info .multiday-location {
      color: #ffffff;
      font-size: 16px;
      font-family: "basis-grotesque-bold-pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 768px) {
        #multiday-featured .multiday-featured-info .multiday-location {
          margin-block: 20px 0px;
          font-size: 15px; } }
      #multiday-featured .multiday-featured-info .multiday-location::before {
        line-height: 1;
        content: url("/wp-content/themes/snami/assets/images/location_white-marker.svg"); }
    #multiday-featured .multiday-featured-info a {
      margin-block: auto; }

#multiday-intro {
  margin-block: 120px; }
  #multiday-intro h2 {
    max-width: 1100px;
    margin-left: unset;
    margin-bottom: 100px; }
  #multiday-intro .intro-content {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      #multiday-intro .intro-content {
        flex-direction: column;
        padding-inline: 20px;
        gap: 20px; } }
    #multiday-intro .intro-content .image_left {
      width: 35%;
      max-height: 800px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1024px) {
        #multiday-intro .intro-content .image_left {
          max-height: 400px;
          margin-inline: auto;
          width: unset; } }
    #multiday-intro .intro-content .image_right {
      width: 15%;
      max-height: 600px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1024px) {
        #multiday-intro .intro-content .image_right {
          max-height: 450px;
          margin-inline: auto;
          width: unset;
          display: none; } }
    #multiday-intro .intro-content .text-wrapper {
      width: 45%;
      padding-block: 40px;
      padding-inline: 7% 6%;
      max-height: 100vh; }
      @media (max-width: 1280px) {
        #multiday-intro .intro-content .text-wrapper {
          width: unset;
          max-height: unset; } }
      @media (max-width: 450px) {
        #multiday-intro .intro-content .text-wrapper {
          padding-inline: unset; } }
      #multiday-intro .intro-content .text-wrapper .truncated {
        --lines: 15; }

#multiday-highlights {
  display: flex;
  align-items: flex-end;
  margin-block: 300px 400px; }
  @media (max-width: 1440px) {
    #multiday-highlights {
      margin-block: 200px 300px; } }
  @media (max-width: 1024px) {
    #multiday-highlights {
      margin-block: 80px 100px; } }
  @media (max-width: 768px) {
    #multiday-highlights {
      margin-block: 140px 200px; } }
  @media (max-width: 768px) {
    #multiday-highlights {
      flex-direction: column;
      gap: 60px; } }
  #multiday-highlights .image-wrapper-left,
  #multiday-highlights .image-wrapper-right {
    width: 35%;
    position: relative;
    display: flex; }
    @media (max-width: 1280px) {
      #multiday-highlights .image-wrapper-left,
      #multiday-highlights .image-wrapper-right {
        width: 25%; } }
    @media (max-width: 768px) {
      #multiday-highlights .image-wrapper-left,
      #multiday-highlights .image-wrapper-right {
        width: 50%;
        min-width: 300px;
        max-height: 400px;
        margin-inline: auto;
        transform: unset; } }
  #multiday-highlights .image_left,
  #multiday-highlights .image_right {
    width: 75%;
    -o-object-fit: cover;
       object-fit: cover; }
  #multiday-highlights .image_left_floating,
  #multiday-highlights .image_right_floating {
    position: absolute;
    width: 45%; }
  #multiday-highlights .image-wrapper-left .image_left_floating {
    right: 30px;
    top: -30%; }
  #multiday-highlights .image-wrapper-right .image_right {
    margin-left: auto; }
  #multiday-highlights .image-wrapper-right .image_right_floating {
    left: 30px;
    bottom: -30%; }
  #multiday-highlights .highlights-wrapper {
    width: 30%;
    padding-inline: 20px; }
    @media (max-width: 1280px) {
      #multiday-highlights .highlights-wrapper {
        width: 50%; } }
    @media (max-width: 1280px) {
      #multiday-highlights .highlights-wrapper {
        width: 100%;
        max-width: 600px;
        margin-inline: auto; } }
    #multiday-highlights .highlights-wrapper h2 {
      text-align: center;
      margin: unset;
      margin-bottom: 40px; }
    #multiday-highlights .highlights-wrapper .highlights-list {
      display: flex;
      flex-direction: column; }
      #multiday-highlights .highlights-wrapper .highlights-list .highlights-item {
        padding: 20px;
        border-bottom: 1px solid #bea380;
        display: flex;
        justify-content: center; }
        #multiday-highlights .highlights-wrapper .highlights-list .highlights-item p {
          text-align: center;
          margin: unset; }

#multiday-itinerary {
  position: relative;
  margin-block: 180px 50px;
  display: flex; }
  @media (max-width: 1024px) {
    #multiday-itinerary {
      margin-block: 100px 40px;
      flex-direction: column;
      gap: 60px; } }
  #multiday-itinerary .itinerary-content {
    --_padding: 8%;
    overflow: hidden;
    width: 75%;
    padding-right: var(--_padding);
    padding-left: var(--_padding); }
    @media (max-width: 1280px) {
      #multiday-itinerary .itinerary-content {
        --_padding: 6%;
        padding-right: calc(var(--_padding) / 2); } }
    @media (max-width: 1024px) {
      #multiday-itinerary .itinerary-content {
        --_padding: 4%;
        padding-right: var(--_padding);
        padding-left: 60px;
        width: 100%; } }
    @media (max-width: 768px) {
      #multiday-itinerary .itinerary-content {
        padding-left: 50px; } }
    @media (max-width: 450px) {
      #multiday-itinerary .itinerary-content {
        padding-left: 30px; } }
    #multiday-itinerary .itinerary-content h2 {
      margin-bottom: 50px; }
    #multiday-itinerary .itinerary-content .itinerary-items-wrapper {
      position: relative; }
      #multiday-itinerary .itinerary-content .itinerary-items-wrapper::after, #multiday-itinerary .itinerary-content .itinerary-items-wrapper::before {
        content: '';
        position: absolute;
        left: calc(var(--_padding) * -1);
        mix-blend-mode: exclusion; }
      #multiday-itinerary .itinerary-content .itinerary-items-wrapper::after {
        width: 2px;
        top: 0;
        height: 100%;
        transform: translateX(calc(-50% - 1px));
        background: repeating-linear-gradient(to top, black 0, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 6px); }
        @media (max-width: 1024px) {
          #multiday-itinerary .itinerary-content .itinerary-items-wrapper::after {
            width: 1px; } }
      #multiday-itinerary .itinerary-content .itinerary-items-wrapper::before {
        width: 4px;
        top: var(--scroll-percentage);
        height: 250px;
        transform: translate(calc(-50% - 1px));
        /*, var(--scroll-percentage)); */
        background: #1a1a1a;
        transition: all 0.1s linear; }
        @media (max-width: 1024px) {
          #multiday-itinerary .itinerary-content .itinerary-items-wrapper::before {
            width: 2px; } }
      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item {
        position: relative; }
        #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item:not(:first-child) {
          margin-top: 100px; }
          @media (max-width: 768px) {
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item:not(:first-child) {
              margin-top: 80px; } }
        #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item::before {
          --_width: 25px;
          position: absolute;
          content: '';
          top: 0;
          width: var(--_width);
          height: var(--_width);
          aspect-ratio: 1;
          border-radius: 100%;
          left: calc(var(--_padding) * -1);
          transform: translateX(-50%);
          background: #1a1a1a; }
          @media (max-width: 1024px) {
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item::before {
              --_width: 15px; } }
        #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .text-wrapper {
          display: flex;
          gap: 60px;
          margin-bottom: 50px; }
          @media (max-width: 1024px) {
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .text-wrapper {
              flex-direction: column;
              gap: 20px; } }
          #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .text-wrapper h3 {
            margin-top: unset;
            text-wrap: nowrap; }
          #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .text-wrapper .text {
            padding-left: 60px;
            max-width: 80%; }
            @media (max-width: 1280px) {
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .text-wrapper .text {
                padding-left: revert;
                max-width: revert; } }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .text-wrapper .text h2 {
              margin-top: unset;
              font-size: 32px;
              font-family: "basis-grotesque-regular-pro", sans-serif;
              margin-bottom: 20px; }
              @media (max-width: 1440px) {
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .text-wrapper .text h2 {
                  font-size: 24px; } }
              @media (max-width: 1024px) {
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .text-wrapper .text h2 {
                  font-size: 22px; } }
        #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .image-wrapper {
          position: relative;
          margin-bottom: 100px; }
          #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .image-wrapper .big_image {
            width: 100%;
            max-height: 700px;
            -o-object-fit: cover;
               object-fit: cover;
            aspect-ratio: 16 / 9; }
            @media (max-width: 1024px) {
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .image-wrapper .big_image {
                max-height: 450px; } }
          #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .image-wrapper .small_image {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-height: 70%;
            max-width: 60%;
            -o-object-fit: cover;
               object-fit: cover;
            aspect-ratio: 11 / 16; }
        #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container {
          padding-block: 120px 150px; }
          #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper {
            width: calc(100% - 100px - (var(--_padding) * 2));
            margin-inline: auto;
            display: flex;
            overflow: hidden; }
            @media (hover: hover) and (min-width: 768px) {
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item {
                transition: opacity 0.3s, scale 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper:has(> .itinerary-swiper-item:hover) > .itinerary-swiper-item:not(:hover) {
                opacity: 0.4;
                scale: 0.98; } }
            @media (max-width: 1024px) {
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper {
                width: calc(100% - 50px - (var(--_padding) * 2)); } }
            @media (max-width: 450px) {
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper {
                width: 100%; } }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-prev,
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-next {
              top: 50%;
              position: absolute;
              cursor: pointer;
              transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-prev > svg,
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-next > svg {
                width: 50px; }
                @media (max-width: 1024px) {
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-prev > svg,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-next > svg {
                    width: 40px; } }
              @media (max-width: 991px) {
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-prev,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-next {
                  display: none; } }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-prev {
              left: 0; }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-prev:hover {
                transform: translateX(-5px); }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-next {
              right: 0; }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-next:hover {
                transform: translateX(5px); }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item {
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              height: auto; }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .img_wrapper {
                width: 100%;
                max-height: 100%;
                overflow: hidden; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .img_wrapper > img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover;
                  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
              @media (max-width: 991px) {
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .location {
                  font-size: 15px; } }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item h3 {
                font-family: "Dream Avenue", serif;
                margin-block: 20px;
                position: relative;
                font-size: 32px; }
                @media (max-width: 1440px) {
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item h3 {
                    font-size: 24px; } }
                @media (max-width: 1024px) {
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item h3 {
                    font-size: 22px; } }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item h3 a {
                  font-size: inherit;
                  font-family: inherit;
                  letter-spacing: inherit;
                  line-height: inherit; }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .link {
                margin: 20px 0 0;
                display: inline-block; }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item:hover, #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item:focus {
                cursor: pointer; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item:hover .discover-resort,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item:hover .discover-experience, #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item:focus .discover-resort,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item:focus .discover-experience {
                  color: #bea380; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item:hover .img_wrapper img, #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item:focus .img_wrapper img {
                  transform: scale(1.05);
                  filter: brightness(0.8); }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .discover-resort,
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .discover-experience {
                background-color: transparent;
                border: 0;
                transition: color 0.3s; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .discover-resort:hover, #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .discover-resort:focus-within,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .discover-experience:hover,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .itinerary-swiper-item .discover-experience:focus-within {
                  color: #bea380; }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup,
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup {
              width: Min(calc(100% - 4rem), 50em);
              margin-inline: auto;
              border: 0;
              -webkit-padding-before: 3rem;
                      padding-block-start: 3rem;
              -webkit-padding-after: 0;
                      padding-block-end: 0;
              padding-inline: 0;
              cursor: auto; }
              @media (max-width: 991px) {
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup {
                  width: Min(calc(100% - 2rem), 50em); } }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup *,
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup * {
                color: #1a1a1a; }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup::-webkit-backdrop, #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup::-webkit-backdrop {
                -webkit-backdrop-filter: blur(4px);
                        backdrop-filter: blur(4px); }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup::backdrop,
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup::backdrop {
                -webkit-backdrop-filter: blur(4px);
                        backdrop-filter: blur(4px); }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content,
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content,
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content,
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content {
                overflow: hidden; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .top-content,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .top-content,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .top-content,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .top-content {
                  padding-inline: 2em; }
                  @media (max-width: 991px) {
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .top-content,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .top-content,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .top-content,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .top-content {
                      padding-inline: 1em; } }
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .top-content h2,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .top-content h2,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .top-content h2,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .top-content h2 {
                    --flow-space: 25px;
                    margin: 0;
                    font-size: 32px; }
                    @media (max-width: 1024px) {
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .top-content h2,
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .top-content h2,
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .top-content h2,
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .top-content h2 {
                        font-size: 28px; } }
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .top-content .features,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .top-content .features,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .top-content .features,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .top-content .features {
                    --flow-space: 30px; }
                    @media (min-width: 991px) {
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .top-content .features,
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .top-content .features,
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .top-content .features,
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .top-content .features {
                        gap: 2em;
                        display: flex; } }
                    @media (max-width: 991px) {
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .top-content .features,
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .top-content .features,
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .top-content .features,
                      #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .top-content .features {
                        -moz-columns: 2;
                             columns: 2; } }
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .top-content .features li,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .top-content .features li,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .top-content .features li,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .top-content .features li {
                      color: #bea380; }
                      @media (max-width: 991px) {
                        #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .top-content .features li,
                        #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .top-content .features li,
                        #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .top-content .features li,
                        #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .top-content .features li {
                          margin-bottom: 0.5em; } }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content:has(.swiper-pop-gallery) .overview-text,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content:has(.swiper-pop-gallery) .overview-text,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content:has(.swiper-pop-gallery) .overview-text,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content:has(.swiper-pop-gallery) .overview-text {
                  --flow-space: 0; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .overview-text,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .overview-text,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .overview-text,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .overview-text {
                  background-color: #efefef;
                  padding-block: 2em;
                  padding-inline: 2em;
                  display: flex;
                  flex-direction: column;
                  align-items: flex-start; }
                  @media (max-width: 991px) {
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .overview-text,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .overview-text,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .overview-text,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .overview-text {
                      padding-inline: 1.2em; } }
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .overview-text .link,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .overview-text .link,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .overview-text .link,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .overview-text .link {
                    font-size: 16px;
                    margin: revert;
                    margin-top: 20px;
                    transition: 0.3s; }
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .overview-text .link:hover, #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-resort-content .overview-text .link:focus-within,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .overview-text .link:hover,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .discover-experience-content .overview-text .link:focus-within,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .overview-text .link:hover,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-resort-content .overview-text .link:focus-within,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .overview-text .link:hover,
                    #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .discover-experience-content .overview-text .link:focus-within {
                      color: #bea380; }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery,
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery {
                height: 450px;
                width: 100%;
                position: relative;
                overflow: hidden; }
                @media (max-width: 1366px) {
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery {
                    height: 400px; } }
                @media (max-width: 1024px) {
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery {
                    height: 350px; } }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery .swiper-slide,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery .swiper-slide {
                  height: auto; }
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery .swiper-slide img,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery .swiper-slide img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                       object-fit: cover; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery .swiper-button-next,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery .swiper-button-prev,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery .swiper-button-next,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery .swiper-button-prev {
                  width: 50px;
                  height: 50px;
                  border: 1px solid rgba(255, 255, 255, 0.5);
                  background-color: #bea380;
                  border-radius: 100vmax;
                  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery .swiper-button-next:hover,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery .swiper-button-prev:hover,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery .swiper-button-next:hover,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery .swiper-button-prev:hover {
                    transform: scale(0.85); }
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery .swiper-button-next::after,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .swiper-pop-gallery .swiper-button-prev::after,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery .swiper-button-next::after,
                  #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .swiper-pop-gallery .swiper-button-prev::after {
                    --swiper-navigation-size: 25px;
                    color: #ffffff; }
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .closeDialogBtn,
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .closeDialogBtn {
                cursor: pointer;
                float: right;
                border: 0;
                background: transparent;
                padding: 0;
                margin-bottom: 1em;
                width: 50px;
                height: 50px;
                aspect-ratio: 1;
                position: absolute;
                right: 1rem;
                top: 1rem;
                transition: transform 0.3s ease; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .closeDialogBtn:hover,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .closeDialogBtn:hover {
                  transform: scale(0.9); }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .closeDialogBtn::before, #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .closeDialogBtn::after,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .closeDialogBtn::before,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .closeDialogBtn::after {
                  content: '';
                  position: absolute;
                  width: 100%;
                  height: 2px;
                  top: 50%;
                  left: 0;
                  transform: translate(0%, -50%) rotate(var(--_rotate));
                  background-color: #1a1a1a; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .closeDialogBtn::before,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .closeDialogBtn::before {
                  --_rotate: 45deg; }
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-resort-popup .closeDialogBtn::after,
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .itinerary-swiper .discover-experience-popup .closeDialogBtn::after {
                  --_rotate: -45deg; }
          @media (max-width: 1280px) {
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container .text-center.h3 {
              font-size: var(--fluid-55px); } }
          #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.accommodation .itinerary-swiper-item .img_wrapper {
            aspect-ratio: 3 / 3.4; }
            @media (max-width: 768px) {
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.accommodation .itinerary-swiper-item .img_wrapper {
                aspect-ratio: 4 / 3; } }
          #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.experiences {
            position: relative;
            padding-block: 120px 150px; }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.experiences .itinerary-swiper-item .img_wrapper {
              aspect-ratio: 3 / 3.4; }
              @media (max-width: 768px) {
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.experiences .itinerary-swiper-item .img_wrapper {
                  aspect-ratio: 4 / 3; } }
            @media (max-width: 991px) {
              #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.experiences .itinerary-swiper-item .location {
                font-size: 15px; } }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.experiences * {
              color: #ffffff; }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.experiences .itinerary-swiper-prev,
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.experiences .itinerary-swiper-next {
              filter: invert(1); }
            #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.experiences::before {
              content: '';
              background-color: #1a1a1a;
              height: 100%;
              width: calc(150vw + (var(--_padding) * 2));
              position: absolute;
              left: -65%;
              top: 0;
              display: block;
              z-index: -1; }
              @media (max-width: 1024px) {
                #multiday-itinerary .itinerary-content .itinerary-items-wrapper .itinerary-item .itinerary-swiper-container.experiences::before {
                  left: -10%; } }
  #multiday-itinerary .itinerary-map {
    width: 25%;
    height: 100svh;
    background-color: #bea380; }
    @media (max-width: 768px) {
      #multiday-itinerary .itinerary-map {
        transform: unset !important;
        width: 100% !important;
        max-height: 450px !important; }
        #multiday-itinerary .itinerary-map .map {
          height: 100% !important; } }

.itinerary-contact {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .itinerary-contact h3 {
    color: #bea380; }
    @media (max-width: 1024px) {
      .itinerary-contact h3 {
        text-align: center;
        padding-inline: 20px; } }
  .itinerary-contact a {
    margin-inline: auto; }

.itinerary-contact {
  display: flex;
  flex-direction: column; }
  .itinerary-contact h3 {
    color: #bea380;
    text-align: center;
    max-width: 650px;
    margin-inline: auto; }
    @media (max-width: 1024px) {
      .itinerary-contact h3 {
        text-align: center; } }
  .itinerary-contact a {
    margin-inline: auto; }

.map {
  width: 100%;
  height: 100svh; }

#multiday-destinations {
  margin-block: 200px 250px; }
  @media (max-width: 1024px) {
    #multiday-destinations {
      margin-block: 160px 200px; } }
  @media (max-width: 768px) {
    #multiday-destinations {
      margin-block: 80px 100px; } }
  #multiday-destinations .destinations-swiper .swiper-slide {
    max-width: 600px; }
    #multiday-destinations .destinations-swiper .swiper-slide .img-wrapper {
      position: relative; }
      #multiday-destinations .destinations-swiper .swiper-slide .img-wrapper img {
        width: 100%;
        height: 100%;
        max-height: 450px;
        min-height: 450px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 1440px) {
          #multiday-destinations .destinations-swiper .swiper-slide .img-wrapper img {
            max-height: 350px;
            min-height: 350px; } }
        @media (max-width: 768px) {
          #multiday-destinations .destinations-swiper .swiper-slide .img-wrapper img {
            max-height: 280px;
            min-height: 280px; } }
      #multiday-destinations .destinations-swiper .swiper-slide .img-wrapper h3 {
        margin: 0;
        line-height: 1;
        text-align: center;
        background: linear-gradient(180deg, #ffffff 0%, #ffffff calc(100% - 40px), #1a1a1a calc(100% - 40px), #1a1a1a 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        position: absolute;
        left: 50%;
        bottom: -40px;
        transform: translate(-50%, 0); }
    #multiday-destinations .destinations-swiper .swiper-slide .text-wrapper p {
      text-align: center;
      padding-inline: 30px;
      margin-top: 60px; }
      @media (max-width: 768px) {
        #multiday-destinations .destinations-swiper .swiper-slide .text-wrapper p {
          margin-top: 50px; } }
    #multiday-destinations .destinations-swiper .swiper-slide .tags-list {
      margin-top: 30px;
      display: flex;
      gap: 20px;
      justify-content: center; }
      @media (max-width: 768px) {
        #multiday-destinations .destinations-swiper .swiper-slide .tags-list {
          flex-direction: column;
          gap: 16px; } }
      #multiday-destinations .destinations-swiper .swiper-slide .tags-list .tag {
        border: 1px solid black;
        padding: 10px 20px; }
        @media (max-width: 1440px) {
          #multiday-destinations .destinations-swiper .swiper-slide .tags-list .tag {
            padding: 10px 16px; } }
        @media (max-width: 768px) {
          #multiday-destinations .destinations-swiper .swiper-slide .tags-list .tag {
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
            margin-inline: auto;
            padding: 6px 12px; } }
        #multiday-destinations .destinations-swiper .swiper-slide .tags-list .tag p {
          margin: unset; }

.single-custom-multi-day #things-to-know {
  --bg-clr: #1a1a1a;
  --clr: #ffffff;
  --svg-clr: #ffffff;
  --accordion-border: #ffffff; }
  .single-custom-multi-day #things-to-know .accordion-item {
    --border-clr: #ffffff; }

#multidays-how-it-works {
  position: relative;
  margin-top: 150px; }
  @media (max-width: 1440px) {
    #multidays-how-it-works {
      margin-top: 100px; } }
  @media (max-width: 450px) {
    #multidays-how-it-works {
      margin-top: 80px; } }
  #multidays-how-it-works * {
    color: #ffffff; }
  #multidays-how-it-works h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    z-index: 3;
    mix-blend-mode: soft-light; }
    @media (max-width: 1024px) {
      #multidays-how-it-works h2 {
        position: relative;
        margin: unset;
        padding-block: 40px;
        left: unset;
        transform: unset;
        top: unset; } }
  #multidays-how-it-works .items-container {
    display: flex; }
    @media (max-width: 1024px) {
      #multidays-how-it-works .items-container {
        flex-direction: column; } }
    #multidays-how-it-works .items-container:has(> .item:hover) > .item:not(:hover) {
      opacity: 0.6; }
    #multidays-how-it-works .items-container .item {
      flex: 33.3333%;
      padding-block: 400px 120px;
      position: relative;
      transition: opacity 0.5s cubic-bezier(0.8, 0, 0.14, 1); }
      @media (max-width: 1024px) {
        #multidays-how-it-works .items-container .item {
          padding-block: 40px; } }
      #multidays-how-it-works .items-container .item * {
        text-align: center; }
      #multidays-how-it-works .items-container .item:nth-child(2) .item-content-wrapper {
        border-inline: 1px solid #ffffff; }
      #multidays-how-it-works .items-container .item .item-content-wrapper {
        display: flex;
        justify-content: center; }
        #multidays-how-it-works .items-container .item .item-content-wrapper .item-content {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 20px;
          padding-inline: 15px;
          max-width: 360px;
          z-index: 2; }
          @media (max-width: 1024px) {
            #multidays-how-it-works .items-container .item .item-content-wrapper .item-content {
              max-width: 750px; } }
          #multidays-how-it-works .items-container .item .item-content-wrapper .item-content .item-counter,
          #multidays-how-it-works .items-container .item .item-content-wrapper .item-content .item-title {
            font-family: "Dream Avenue", serif;
            margin-block: unset; }
          #multidays-how-it-works .items-container .item .item-content-wrapper .item-content img {
            width: 100%;
            transform: scaleX(0);
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            -o-object-fit: cover;
               object-fit: cover;
            filter: brightness(0.3);
            pointer-events: none;
            object-fit: cover;
            transform-origin: right;
            transition: transform 0.5s cubic-bezier(0.8, 0, 0.14, 1);
            z-index: -1; }
      #multidays-how-it-works .items-container .item:hover .item-content-wrapper .item-content img {
        transform-origin: left;
        transform: scaleX(1); }

#multidays-contactus {
  padding-block: 120px 190px; }
  #multidays-contactus .wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px; }
    #multidays-contactus .wrapper .tagtext {
      display: block;
      text-transform: uppercase;
      font-family: "basis-grotesque-bold-pro", sans-serif; }
    #multidays-contactus .wrapper .seperator {
      width: 0px;
      height: 1px;
      background: #bea380;
      transform-origin: center; }
      #multidays-contactus .wrapper .seperator.aos-animate {
        width: 300px; }
    #multidays-contactus .wrapper .section-heading {
      --font-size: var(--fluid-80px);
      --color: #1a1a1a;
      width: 22ch;
      --wrap: auto;
      --align: center;
      width: 100%; }

#all-excursions .section-heading {
  --color: #1a1a1a;
  --font-size: var(--fluid-80px); }

#home_services {
  background-color: #1a1a1a; }
  #home_services .services_wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      #home_services .services_wrapper {
        flex-direction: column; } }
    #home_services .services_wrapper .service {
      flex-basis: 50%; }
      @media (max-width: 1024px) {
        #home_services .services_wrapper .service {
          width: 100%; } }
      #home_services .services_wrapper .service a {
        display: block;
        width: 100%;
        height: 90vh;
        position: relative; }
        @media (max-width: 1024px) {
          #home_services .services_wrapper .service a {
            height: 60vh; } }
        @media (max-width: 768px) {
          #home_services .services_wrapper .service a {
            height: 45vh; } }
        @media (min-width: 768px) and (hover: hover) {
          #home_services .services_wrapper .service a:hover img {
            -webkit-clip-path: inset(0% 0% 0% 0%);
                    clip-path: inset(0% 0% 0% 0%); }
          #home_services .services_wrapper .service a:hover h2 {
            top: 45%; } }
        #home_services .services_wrapper .service a h2 {
          margin: auto;
          margin-bottom: 25px;
          color: #ffffff;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0px;
          right: 0px;
          text-align: center;
          z-index: 1;
          max-width: 70%;
          text-transform: uppercase;
          transition: all 0.85s ease-in-out; }
          @media (max-width: 1440px) {
            #home_services .services_wrapper .service a h2 {
              font-size: 80px; } }
          @media (max-width: 1440px) {
            #home_services .services_wrapper .service a h2 {
              font-size: 62px; } }
          @media (max-width: 1024px) {
            #home_services .services_wrapper .service a h2 {
              font-size: 62px; } }
          @media (max-width: 550px) {
            #home_services .services_wrapper .service a h2 {
              font-size: 48px; } }
          #home_services .services_wrapper .service a h2 svg {
            display: block;
            margin: auto; }
        #home_services .services_wrapper .service a img {
          display: block;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-clip-path: inset(15% 15% 15% 15%);
                  clip-path: inset(15% 15% 15% 15%);
          transition: all 0.85s ease-in-out; }
          @media (max-width: 768px) and (hover: none) {
            #home_services .services_wrapper .service a img {
              -webkit-clip-path: inset(0% 0% 0% 0%) !important;
                      clip-path: inset(0% 0% 0% 0%) !important; } }

.page-template-tmpl_offers #content-default {
  margin-top: unset; }

#offers-featured {
  height: 100svh;
  width: 100dvw;
  position: relative;
  background-color: #efefef; }
  #offers-featured h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--fluid-150px);
    font-family: "Dream Avenue", serif;
    mix-blend-mode: difference;
    max-width: 700px;
    text-align: center;
    margin: unset;
    z-index: 2;
    color: #efefef; }
    @media (max-width: 1440px) {
      #offers-featured h1 {
        max-width: 500px; } }
  #offers-featured .images-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      #offers-featured .images-wrapper {
        align-items: unset; } }
    #offers-featured .images-wrapper .img-left-wrapper {
      margin-bottom: 100px;
      width: 33%;
      padding-right: 10%; }
      @media (max-width: 768px) {
        #offers-featured .images-wrapper .img-left-wrapper {
          align-self: flex-start;
          margin-bottom: unset;
          margin-top: 120px;
          width: 40%; } }
      @media (max-width: 450px) {
        #offers-featured .images-wrapper .img-left-wrapper {
          width: 50%; } }
      #offers-featured .images-wrapper .img-left-wrapper img {
        width: 100%;
        height: auto;
        display: block; }
    #offers-featured .images-wrapper .img-right-wrapper {
      margin-top: 100px;
      width: 33%;
      padding-left: 10%; }
      @media (max-width: 768px) {
        #offers-featured .images-wrapper .img-right-wrapper {
          align-self: flex-end;
          margin-top: unset;
          margin-bottom: 120px;
          width: 45%; } }
      @media (max-width: 450px) {
        #offers-featured .images-wrapper .img-right-wrapper {
          width: 50%; } }
      #offers-featured .images-wrapper .img-right-wrapper img {
        width: 100%;
        height: auto;
        display: block; }
    #offers-featured .images-wrapper .img-center-wrapper {
      width: 33%;
      max-width: 600px; }
      @media (max-width: 768px) {
        #offers-featured .images-wrapper .img-center-wrapper {
          display: none; } }
      #offers-featured .images-wrapper .img-center-wrapper img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        display: block; }

#offers {
  margin-block: 120px 140px; }
  #offers h2 {
    margin-bottom: 100px; }
    @media (max-width: 1440px) {
      #offers h2 {
        font-size: var(--fluid-55px); } }
  #offers .offers-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 100px; }
    #offers .offers-list .offer-item {
      flex: 33%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: 900px;
      padding-inline: 50px; }
      @media (max-width: 1024px) {
        #offers .offers-list .offer-item {
          padding-inline: 20px; } }
      @media (min-width: 768px) {
        #offers .offers-list .offer-item:nth-child(5n), #offers .offers-list .offer-item:nth-child(5n-1) {
          flex: 50%; } }
      @media (max-width: 768px) {
        #offers .offers-list .offer-item {
          flex: 100%; } }
      #offers .offers-list .offer-item .offer-item-image-wrapper {
        overflow: hidden; }
      #offers .offers-list .offer-item img {
        width: 100%;
        height: 450px;
        -o-object-fit: cover;
           object-fit: cover;
        transition: filter 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 1440px) {
          #offers .offers-list .offer-item img {
            height: 400px; } }
        @media (max-width: 768px) {
          #offers .offers-list .offer-item img {
            height: 350px; } }
        #offers .offers-list .offer-item img:hover {
          transform: scale(1.05);
          filter: brightness(0.8); }
      @media (max-width: 768px) {
        #offers .offers-list .offer-item {
          padding-inline: unset; } }
      #offers .offers-list .offer-item .offer-title {
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 1440px) {
          #offers .offers-list .offer-item .offer-title {
            margin: 20px 15px 10px; } }
        @media (max-width: 1024px) {
          #offers .offers-list .offer-item .offer-title {
            margin: 20px 0px; } }
        #offers .offers-list .offer-item .offer-title, #offers .offers-list .offer-item .offer-title a {
          font-size: var(--fluid-32px); }
          @media (max-width: 1440px) {
            #offers .offers-list .offer-item .offer-title, #offers .offers-list .offer-item .offer-title a {
              font-size: 20px; } }
          @media (max-width: 1024px) {
            #offers .offers-list .offer-item .offer-title, #offers .offers-list .offer-item .offer-title a {
              font-size: 18px; } }
        #offers .offers-list .offer-item .offer-title:hover #offers .offers-list .offer-item .offer-title, #offers .offers-list .offer-item .offer-title a {
          color: #bea380; }
      #offers .offers-list .offer-item .link {
        margin-inline: auto; }
        @media (max-width: 1440px) {
          #offers .offers-list .offer-item .link {
            margin-top: 40px; } }

#offers-single-featured {
  position: relative; }
  #offers-single-featured img {
    height: 80svh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100dvw;
    position: relative;
    filter: brightness(0.8); }
  #offers-single-featured h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    margin: unset;
    color: white;
    text-transform: uppercase;
    font-size: var(--fluid-55px);
    padding-inline: 30px;
    width: 100%;
    max-width: 700px; }

#offer-content {
  padding-block: 150px; }
  #offer-content .wrapper {
    max-width: 1440px;
    padding: 0px 3.5%; }
  #offer-content .content-wrapper {
    font-size: 18px; }
    @media (max-width: 1440px) {
      #offer-content .content-wrapper {
        font-size: 16px; } }
    @media (max-width: 768px) {
      #offer-content .content-wrapper {
        font-size: 15px; } }
    #offer-content .content-wrapper h2 {
      font-size: 37px;
      font-weight: 400; }
    #offer-content .content-wrapper h3,
    #offer-content .content-wrapper h4,
    #offer-content .content-wrapper h5,
    #offer-content .content-wrapper h6 {
      font-size: 18px;
      font-weight: bold; }
      @media (max-width: 1440px) {
        #offer-content .content-wrapper h3,
        #offer-content .content-wrapper h4,
        #offer-content .content-wrapper h5,
        #offer-content .content-wrapper h6 {
          font-size: 16px; } }
      @media (max-width: 768px) {
        #offer-content .content-wrapper h3,
        #offer-content .content-wrapper h4,
        #offer-content .content-wrapper h5,
        #offer-content .content-wrapper h6 {
          font-size: 15px; } }
    #offer-content .content-wrapper h2,
    #offer-content .content-wrapper h3,
    #offer-content .content-wrapper h4,
    #offer-content .content-wrapper h5,
    #offer-content .content-wrapper h6 {
      --flow-space: 90px;
      margin-bottom: 0;
      text-transform: uppercase; }
    #offer-content .content-wrapper p {
      --flow-space: 16px; }
    #offer-content .content-wrapper ul,
    #offer-content .content-wrapper ol {
      --flow-space: 50px;
      margin-bottom: 0;
      padding: 0;
      -webkit-padding-start: 1.2em;
              padding-inline-start: 1.2em; }
    #offer-content .content-wrapper ul li {
      -webkit-padding-start: 0.5em;
              padding-inline-start: 0.5em; }
      #offer-content .content-wrapper ul li::marker {
        color: #bea380; }

.page-template-tmpl_policy #privacy-policy {
  padding-block: 220px 150px; }
  .page-template-tmpl_policy #privacy-policy h1.page-heading {
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  .page-template-tmpl_policy #privacy-policy .wrapper {
    max-width: 1440px;
    padding: 0px 3.5%; }
  .page-template-tmpl_policy #privacy-policy .content-wrapper {
    -webkit-padding-before: 120px;
            padding-block-start: 120px;
    font-size: 18px; }
    @media (max-width: 1440px) {
      .page-template-tmpl_policy #privacy-policy .content-wrapper {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .page-template-tmpl_policy #privacy-policy .content-wrapper {
        font-size: 15px; } }
    .page-template-tmpl_policy #privacy-policy .content-wrapper h2 {
      font-size: 37px;
      font-weight: 400; }
    .page-template-tmpl_policy #privacy-policy .content-wrapper h3,
    .page-template-tmpl_policy #privacy-policy .content-wrapper h4,
    .page-template-tmpl_policy #privacy-policy .content-wrapper h5,
    .page-template-tmpl_policy #privacy-policy .content-wrapper h6 {
      font-size: 18px;
      font-weight: bold; }
      @media (max-width: 1440px) {
        .page-template-tmpl_policy #privacy-policy .content-wrapper h3,
        .page-template-tmpl_policy #privacy-policy .content-wrapper h4,
        .page-template-tmpl_policy #privacy-policy .content-wrapper h5,
        .page-template-tmpl_policy #privacy-policy .content-wrapper h6 {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .page-template-tmpl_policy #privacy-policy .content-wrapper h3,
        .page-template-tmpl_policy #privacy-policy .content-wrapper h4,
        .page-template-tmpl_policy #privacy-policy .content-wrapper h5,
        .page-template-tmpl_policy #privacy-policy .content-wrapper h6 {
          font-size: 15px; } }
    .page-template-tmpl_policy #privacy-policy .content-wrapper h2,
    .page-template-tmpl_policy #privacy-policy .content-wrapper h3,
    .page-template-tmpl_policy #privacy-policy .content-wrapper h4,
    .page-template-tmpl_policy #privacy-policy .content-wrapper h5,
    .page-template-tmpl_policy #privacy-policy .content-wrapper h6 {
      --flow-space: 90px;
      margin-bottom: 0;
      text-transform: uppercase; }
    .page-template-tmpl_policy #privacy-policy .content-wrapper p {
      --flow-space: 16px; }
    .page-template-tmpl_policy #privacy-policy .content-wrapper ul,
    .page-template-tmpl_policy #privacy-policy .content-wrapper ol {
      --flow-space: 50px;
      margin-bottom: 0;
      padding: 0;
      -webkit-padding-start: 1.2em;
              padding-inline-start: 1.2em; }
    .page-template-tmpl_policy #privacy-policy .content-wrapper ul li {
      -webkit-padding-start: 0.5em;
              padding-inline-start: 0.5em; }
      .page-template-tmpl_policy #privacy-policy .content-wrapper ul li::marker {
        color: #bea380; }

#travel-stories-featured {
  background: #1a1a1a;
  position: relative;
  height: 100svh; }
  #travel-stories-featured h1 {
    font-size: var(--fluid-150px);
    margin: unset;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    z-index: 1; }
    @media (max-width: 768px) {
      #travel-stories-featured h1 {
        white-space: normal; } }
  #travel-stories-featured .images-container {
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden; }
    @media (max-width: 768px) {
      #travel-stories-featured .images-container {
        flex-direction: column; } }
    #travel-stories-featured .images-container .image-wrapper {
      height: 100%;
      width: 50%; }
      @media (max-width: 768px) {
        #travel-stories-featured .images-container .image-wrapper {
          width: 100%;
          height: 60%; } }
      #travel-stories-featured .images-container .image-wrapper img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        filter: brightness(0.7); }
    #travel-stories-featured .images-container .gallery {
      width: 50%;
      position: relative; }
      @media (max-width: 768px) {
        #travel-stories-featured .images-container .gallery {
          width: 50%;
          height: 60%;
          margin-inline: auto; } }
      #travel-stories-featured .images-container .gallery img {
        position: absolute;
        aspect-ratio: 5/7;
        filter: brightness(0.7);
        -o-object-fit: cover;
           object-fit: cover; }
        #travel-stories-featured .images-container .gallery img:nth-of-type(1) {
          left: 10%;
          top: 22%;
          max-width: 60%;
          max-height: 60%;
          width: 500px; }
        #travel-stories-featured .images-container .gallery img:nth-of-type(2) {
          left: 52.5%;
          top: 16%;
          max-width: 35%;
          width: 230px; }
        #travel-stories-featured .images-container .gallery img:nth-of-type(3) {
          left: 5%;
          top: 60%;
          max-width: 30%;
          width: 230px; }
        #travel-stories-featured .images-container .gallery img:nth-of-type(4) {
          left: 45%;
          top: 55%;
          max-width: 40%;
          max-height: 40%;
          width: 326px; }

.category-filters {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .category-filters {
      margin-bottom: 40px; } }
  .category-filters .categories {
    list-style: none;
    padding: unset;
    margin: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .category-filters .categories {
        flex-wrap: wrap;
        row-gap: 20px;
        -moz-column-gap: 30px;
             column-gap: 30px; } }
    .category-filters .categories li {
      position: relative; }
      .category-filters .categories li a {
        transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        .category-filters .categories li a:hover {
          color: #bea380; }
      .category-filters .categories li ul {
        list-style: none;
        padding: unset;
        margin: unset;
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        background: white;
        padding: 40px 70px;
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, 100%);
        z-index: 1;
        pointer-events: none;
        opacity: 0;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
        .category-filters .categories li ul.active {
          pointer-events: auto;
          opacity: 1; }

#featured-stories {
  margin-block: 70px 150px; }
  @media (max-width: 768px) {
    #featured-stories {
      margin-block: 80px; } }
  #featured-stories .stories-grid {
    display: grid;
    grid-template-columns: 1fr 1.33fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px; }
    @media (max-width: 1024px) {
      #featured-stories .stories-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; } }
    #featured-stories .stories-grid .heading-container {
      grid-column: 2;
      grid-row: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      #featured-stories .stories-grid .heading-container h2 {
        margin: unset;
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        font-size: var(--fluid-80px); }
      @media (max-width: 450px) {
        #featured-stories .stories-grid .heading-container {
          height: -webkit-fit-content !important;
          height: -moz-fit-content !important;
          height: fit-content !important;
          margin-block: 40px; } }
    #featured-stories .stories-grid .featured-story {
      position: relative;
      min-height: 500px; }
      #featured-stories .stories-grid .featured-story::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, #1a1a1a 0%, rgba(255, 255, 255, 0) 300px);
        pointer-events: none; }
      #featured-stories .stories-grid .featured-story img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
        filter: brightness(0.7); }
      #featured-stories .stories-grid .featured-story .text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        position: absolute;
        left: 50%;
        bottom: 70px;
        transform: translateX(-50%);
        width: 100%;
        z-index: 1; }
        #featured-stories .stories-grid .featured-story .text-wrapper span,
        #featured-stories .stories-grid .featured-story .text-wrapper h3 {
          color: #ffffff;
          text-align: center;
          padding-inline: 15px;
          margin: unset; }
        #featured-stories .stories-grid .featured-story .text-wrapper h3 {
          font-size: 36px;
          line-height: 36px; }
          @media (max-width: 768px) {
            #featured-stories .stories-grid .featured-story .text-wrapper h3 {
              font-size: 30px; } }
        #featured-stories .stories-grid .featured-story .text-wrapper span {
          font-weight: bold; }
      #featured-stories .stories-grid .featured-story:hover img {
        filter: brightness(1); }
      #featured-stories .stories-grid .featured-story.story-1 {
        grid-column: 1;
        grid-row: 1/-1; }
      #featured-stories .stories-grid .featured-story.story-2 {
        grid-column: 2;
        grid-row: 2; }
      #featured-stories .stories-grid .featured-story.story-3 {
        grid-column: 3;
        grid-row: 1; }
      #featured-stories .stories-grid .featured-story.story-4 {
        grid-column: 3;
        grid-row: 2; }
    @media (max-width: 1024px) {
      #featured-stories .stories-grid > div,
      #featured-stories .stories-grid .featured-story {
        flex: calc(50% - 10px);
        height: 400px;
        min-width: 300px; } }

#story-collection {
  margin-block: 250px 150px; }
  @media (max-width: 768px) {
    #story-collection {
      margin-block: 80px; } }
  #story-collection .subtitle {
    color: #bea380;
    font-size: 25px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 1;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto; }
    @media (max-width: 1440px) {
      #story-collection .subtitle {
        font-size: 22px; } }
    @media (max-width: 1024px) {
      #story-collection .subtitle {
        font-size: 20px; } }
    @media (max-width: 768px) {
      #story-collection .subtitle {
        font-size: 18px; } }
  #story-collection .title {
    margin-block: 0 70px;
    text-align: center;
    font-size: var(--fluid-150px); }
  #story-collection .story-collection-grid {
    display: grid;
    grid-template-columns: 1fr 1.33fr 1fr;
    gap: 40px;
    max-height: 0px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s 0.8s cubic-bezier(0.65, 0, 0.35, 1), max-height 0.8s cubic-bezier(0.65, 0, 0.35, 1); }
    #story-collection .story-collection-grid:first-child {
      opacity: 1;
      max-height: unset; }
    #story-collection .story-collection-grid.active {
      opacity: 1;
      pointer-events: auto; }
    @media (max-width: 1024px) {
      #story-collection .story-collection-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px; }
        #story-collection .story-collection-grid:not(:last-child) {
          margin-bottom: 40px; } }
    #story-collection .story-collection-grid .collection-story a {
      display: flex;
      flex-direction: column; }
    #story-collection .story-collection-grid .collection-story img {
      width: 100%;
      height: 350px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1366px) {
        #story-collection .story-collection-grid .collection-story img {
          height: 250px; } }
      @media (max-width: 1024px) {
        #story-collection .story-collection-grid .collection-story img {
          height: 350px; } }
    #story-collection .story-collection-grid .collection-story h3 {
      font-size: 36px;
      line-height: 36px;
      margin: unset; }
      @media (max-width: 768px) {
        #story-collection .story-collection-grid .collection-story h3 {
          font-size: 30px; } }
    #story-collection .story-collection-grid .collection-story span {
      font-weight: bold;
      margin-block: 50px 20px; }
      @media (max-width: 1024px) {
        #story-collection .story-collection-grid .collection-story span {
          margin-block: 20px 10px; } }
    #story-collection .story-collection-grid .collection-story:nth-child(1) {
      grid-column: 2;
      grid-row: 1 / 4;
      align-items: center; }
      #story-collection .story-collection-grid .collection-story:nth-child(1) * {
        text-align: center; }
      #story-collection .story-collection-grid .collection-story:nth-child(1) img {
        height: 800px; }
        @media (max-width: 1366px) {
          #story-collection .story-collection-grid .collection-story:nth-child(1) img {
            height: 600px; } }
        @media (max-width: 1024px) {
          #story-collection .story-collection-grid .collection-story:nth-child(1) img {
            height: 400px; } }
      #story-collection .story-collection-grid .collection-story:nth-child(1) p {
        max-width: 400px;
        padding-inline: 30px;
        text-align: center;
        margin-inline: auto;
        margin-top: 60px;
        text-decoration: underline; }
    #story-collection .story-collection-grid .collection-story:nth-child(2) {
      grid-column: 1;
      grid-row: 1 / 2;
      align-items: flex-start; }
      #story-collection .story-collection-grid .collection-story:nth-child(2) * {
        text-align: left; }
    #story-collection .story-collection-grid .collection-story:nth-child(3) {
      grid-column: 3;
      grid-row: 1 / 2;
      align-items: flex-end; }
      #story-collection .story-collection-grid .collection-story:nth-child(3) * {
        text-align: right; }
    #story-collection .story-collection-grid .collection-story:nth-child(4) {
      grid-column: 1;
      grid-row: 2 / 3;
      align-items: flex-start; }
      #story-collection .story-collection-grid .collection-story:nth-child(4) * {
        text-align: left; }
    #story-collection .story-collection-grid .collection-story:nth-child(5) {
      grid-column: 3;
      grid-row: 2 / 3;
      align-items: flex-end; }
      #story-collection .story-collection-grid .collection-story:nth-child(5) * {
        text-align: right; }
    @media (max-width: 1024px) {
      #story-collection .story-collection-grid .collection-story {
        max-width: 550px; }
        #story-collection .story-collection-grid .collection-story:not(:nth-child(1)) {
          flex: calc(50% - 20px);
          min-width: 300px;
          margin-bottom: 20px; }
        #story-collection .story-collection-grid .collection-story:not(:nth-child(1)):nth-child(odd) {
          align-items: flex-end; }
          #story-collection .story-collection-grid .collection-story:not(:nth-child(1)):nth-child(odd) * {
            text-align: center; }
        #story-collection .story-collection-grid .collection-story:not(:nth-child(1)):nth-child(even) {
          align-items: flex-start; }
          #story-collection .story-collection-grid .collection-story:not(:nth-child(1)):nth-child(even) * {
            text-align: center; } }
  #story-collection .bottom-wrapper {
    overflow: visible;
    z-index: 3;
    position: relative;
    margin-top: 100px; }
    #story-collection .bottom-wrapper .featured-marquee {
      overflow: visible; }
    #story-collection .bottom-wrapper .featured-marquee__text {
      overflow: visible;
      font-size: 220px;
      -webkit-animation: marquee-rtl 180s linear infinite;
              animation: marquee-rtl 180s linear infinite; }
      @media (max-width: 1440px) {
        #story-collection .bottom-wrapper .featured-marquee__text {
          font-size: 160px; } }
      @media (max-width: 1024px) {
        #story-collection .bottom-wrapper .featured-marquee__text {
          font-size: 140px; } }
      @media (max-width: 768px) {
        #story-collection .bottom-wrapper .featured-marquee__text {
          font-size: 100px; } }
    #story-collection .bottom-wrapper p {
      color: #bea380; }
    #story-collection .bottom-wrapper .gap {
      margin: 0 40px; }
    #story-collection .bottom-wrapper button {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1) !important;
      margin: unset;
      transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
      transition-delay: 0.8s; }
      #story-collection .bottom-wrapper button.max-posts {
        opacity: 0;
        pointer-events: none; }

#latest-stories {
  background-color: #ffffff;
  padding-block: 200px 130px; }
  @media (max-width: 768px) {
    #latest-stories {
      padding-block: 80px 40px; } }
  #latest-stories h2 {
    text-align: center;
    color: #bea380;
    margin-bottom: 160px;
    font-size: var(--fluid-80px); }
  #latest-stories .stories-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 80px;
    -moz-column-gap: 120px;
         column-gap: 120px; }
    @media (max-width: 1024px) {
      #latest-stories .stories-wrapper {
        -moz-column-gap: 40px;
             column-gap: 40px;
        row-gap: 40px; } }
    #latest-stories .stories-wrapper .story {
      flex: calc(50% - 60px);
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-inline: auto;
      min-width: 300px; }
      #latest-stories .stories-wrapper .story * {
        text-align: center; }
      #latest-stories .stories-wrapper .story img {
        width: 100%;
        height: 450px;
        -o-object-fit: cover;
           object-fit: cover; }
      #latest-stories .stories-wrapper .story h3 {
        font-size: 36px;
        line-height: 36px;
        margin: unset; }
        @media (max-width: 768px) {
          #latest-stories .stories-wrapper .story h3 {
            font-size: 30px; } }
      #latest-stories .stories-wrapper .story span {
        font-weight: bold;
        margin-block: 50px 20px; }
        @media (max-width: 1024px) {
          #latest-stories .stories-wrapper .story span {
            margin-block: 20px 10px; } }

#signature-editor {
  margin-block: 160px 90px; }
  @media (max-width: 768px) {
    #signature-editor {
      margin-block: 30px 0;
      padding-inline: 50px; } }
  @media (max-width: 450px) {
    #signature-editor {
      padding-inline: 40px; } }
  #signature-editor .editor-box {
    background: #bea380;
    display: flex;
    width: 80%;
    margin-inline: auto;
    gap: 40px;
    transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
    @media (min-width: 1024px) {
      #signature-editor .editor-box {
        gap: 20px;
        width: 90%; } }
    @media (min-width: 1024px) {
      #signature-editor .editor-box:hover {
        border-radius: 0 100px; }
        #signature-editor .editor-box:hover img {
          transform: scale(1.1); } }
    @media (max-width: 1024px) {
      #signature-editor .editor-box {
        flex-direction: column;
        border-radius: 0 80px; } }
    @media (max-width: 768px) {
      #signature-editor .editor-box {
        width: 100%; } }
    @media (max-width: 768px) {
      #signature-editor .editor-box {
        border-radius: 0 60px; } }
  #signature-editor .left {
    display: flex;
    width: 45%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 170px;
    transform: translate(-30px, 80px);
    gap: 40px; }
    @media (max-width: 1440px) {
      #signature-editor .left {
        flex-direction: column;
        margin-top: unset;
        width: 40%; } }
    @media (max-width: 1024px) {
      #signature-editor .left {
        width: 100%;
        transform: unset;
        padding: 20px 50px;
        margin-inline: auto;
        align-items: center; } }
    @media (max-width: 768px) {
      #signature-editor .left {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px; } }
    #signature-editor .left .subtitle {
      margin: unset;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      white-space: nowrap;
      font-family: "Crystal Sky Alt", serif;
      font-size: 100px; }
      @media (max-width: 1440px) {
        #signature-editor .left .subtitle {
          font-size: 80px; } }
      @media (max-width: 1024px) {
        #signature-editor .left .subtitle {
          padding-top: 20px;
          font-size: 68px; } }
      @media (max-width: 768px) {
        #signature-editor .left .subtitle {
          padding-top: unset;
          font-size: 60px; } }
    #signature-editor .left .editor-image-wrapper {
      width: 100%;
      overflow: hidden;
      max-height: 450px;
      max-width: 300px; }
      @media (max-width: 1440px) {
        #signature-editor .left .editor-image-wrapper {
          transform: translateX(70px);
          max-height: 320px;
          aspect-ratio: 2 / 3; } }
      @media (max-width: 1024px) {
        #signature-editor .left .editor-image-wrapper {
          transform: unset; } }
      @media (max-width: 768px) {
        #signature-editor .left .editor-image-wrapper {
          max-height: 400px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
      #signature-editor .left .editor-image-wrapper img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: left;
           object-position: left;
        transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1); }
        @media (max-width: 768px) {
          #signature-editor .left .editor-image-wrapper img {
            -o-object-position: center;
               object-position: center; } }
  #signature-editor .right {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding: 70px 70px 70px 0; }
    @media (max-width: 1024px) {
      #signature-editor .right {
        width: 100%;
        padding: 70px;
        padding-top: unset; } }
    @media (max-width: 768px) {
      #signature-editor .right {
        padding: 50px;
        padding-top: unset; } }
    @media (max-width: 450px) {
      #signature-editor .right {
        padding: 30px;
        padding-top: unset; } }
    @media (min-width: 768px) {
      #signature-editor .right .right-content {
        padding-left: 10%; } }
    #signature-editor .right .title {
      margin: unset;
      text-transform: uppercase;
      max-width: 400px;
      font-size: var(--fluid-80px); }
      @media (max-width: 1440px) {
        #signature-editor .right .title {
          font-size: var(--fluid-55px);
          max-width: unset; } }
      @media (max-width: 768px) {
        #signature-editor .right .title {
          text-align: center;
          max-width: unset; } }
    #signature-editor .right .name {
      font-size: 32px;
      line-height: 34px;
      margin-block: 50px 15px; }
      @media (max-width: 1024px) {
        #signature-editor .right .name {
          margin-block: 20px 15px;
          font-size: 24px; } }
      @media (max-width: 1024px) {
        #signature-editor .right .name {
          font-size: 20px; } }
    #signature-editor .right .position {
      text-transform: uppercase;
      font-weight: bold; }
    #signature-editor .right .content-wrapper {
      margin-top: 30px; }
  #signature-editor .bottom-wrapper {
    overflow: visible;
    z-index: -1;
    position: relative;
    margin-top: -130px; }
    @media (max-width: 1440px) {
      #signature-editor .bottom-wrapper {
        margin-top: -100px; } }
    @media (max-width: 1024px) {
      #signature-editor .bottom-wrapper {
        margin-top: -70px; } }
    @media (max-width: 768px) {
      #signature-editor .bottom-wrapper {
        margin-top: -60px; } }
    #signature-editor .bottom-wrapper .featured-marquee {
      overflow: visible; }
    #signature-editor .bottom-wrapper .featured-marquee__text {
      overflow: visible;
      font-size: 300px;
      -webkit-animation: marquee-rtl 180s linear infinite;
              animation: marquee-rtl 180s linear infinite; }
      @media (max-width: 1440px) {
        #signature-editor .bottom-wrapper .featured-marquee__text {
          font-size: 180px; } }
      @media (max-width: 1024px) {
        #signature-editor .bottom-wrapper .featured-marquee__text {
          font-size: 160px; } }
      @media (max-width: 768px) {
        #signature-editor .bottom-wrapper .featured-marquee__text {
          font-size: 120px; } }
    #signature-editor .bottom-wrapper p {
      color: #e1e1e1; }
    #signature-editor .bottom-wrapper .gap {
      margin: 0 40px; }
    #signature-editor .bottom-wrapper button {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1) !important;
      margin: unset; }

#editors-picks-slider {
  min-height: 100vh;
  min-height: 100svh;
  padding-block: 150px 120px;
  background-color: #1a1a1a; }
  @media (max-width: 768px) {
    #editors-picks-slider {
      padding-block: 80px 60px;
      min-height: unset; } }
  #editors-picks-slider .content-wrapper {
    position: relative; }
    #editors-picks-slider .content-wrapper .top-wrapper {
      margin-bottom: 100px; }
      @media (max-width: 1366px) {
        #editors-picks-slider .content-wrapper .top-wrapper {
          margin-bottom: 60px; } }
      @media (max-width: 768px) {
        #editors-picks-slider .content-wrapper .top-wrapper {
          display: flex;
          flex-direction: column-reverse;
          gap: 20px; } }
      #editors-picks-slider .content-wrapper .top-wrapper .stacking-content {
        justify-content: flex-start; }
        #editors-picks-slider .content-wrapper .top-wrapper .stacking-content span {
          font-weight: bold;
          color: #bea380; }
      #editors-picks-slider .content-wrapper .top-wrapper .swiper-pagination {
        position: static;
        color: #ffffff;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start; }
        @media (max-width: 768px) {
          #editors-picks-slider .content-wrapper .top-wrapper .swiper-pagination {
            justify-content: flex-start; } }
        #editors-picks-slider .content-wrapper .top-wrapper .swiper-pagination .pagination-wrapper {
          width: 200px;
          display: grid;
          gap: 10px; }
          @media (max-width: 1024px) {
            #editors-picks-slider .content-wrapper .top-wrapper .swiper-pagination .pagination-wrapper {
              width: 180px; } }
          #editors-picks-slider .content-wrapper .top-wrapper .swiper-pagination .pagination-wrapper .spans-wrapper {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
            font-size: 40px;
            font-family: "Dream Avenue", serif; }
            @media (max-width: 1440px) {
              #editors-picks-slider .content-wrapper .top-wrapper .swiper-pagination .pagination-wrapper .spans-wrapper {
                font-size: 30px; } }
            @media (max-width: 1024px) {
              #editors-picks-slider .content-wrapper .top-wrapper .swiper-pagination .pagination-wrapper .spans-wrapper {
                font-size: 27px; } }
        #editors-picks-slider .content-wrapper .top-wrapper .swiper-pagination .progressbar-background {
          width: 100%;
          height: 1px;
          background: #505050;
          position: static; }
          #editors-picks-slider .content-wrapper .top-wrapper .swiper-pagination .progressbar-background .progressbar-fill {
            height: 1px;
            background-color: #ffffff; }
    #editors-picks-slider .content-wrapper .swiper.customSwiper {
      width: 100%; }
      #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide {
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
        #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide.swiper-slide-active {
          opacity: 1;
          transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1); }
        #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .images {
          display: flex;
          justify-content: space-between;
          position: absolute;
          left: 0;
          top: 38%;
          transform: translateY(-50%);
          width: 100%;
          z-index: -1; }
          #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .images img {
            height: 400px;
            width: 280px;
            -o-object-fit: cover;
               object-fit: cover; }
          @media (max-width: 1440px) {
            #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .images .image-right {
              width: 180px; } }
          @media (max-width: 1024px) {
            #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .images {
              width: 20%;
              margin-left: auto;
              right: 0;
              left: unset;
              justify-content: flex-end; }
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .images .image-left {
                display: none; } }
          @media (max-width: 450px) {
            #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .images {
              display: none; } }
        #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content {
          display: flex; }
          @media (max-width: 450px) {
            #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content {
              flex-direction: column; } }
          #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content {
            display: flex;
            flex-direction: column;
            width: 50%;
            padding-right: 10%;
            padding-bottom: 100px; }
            #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content * {
              color: #ffffff; }
            @media (max-width: 1440px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content h4 {
                margin-block: 0 40px; } }
            @media (max-width: 1024px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content h4 {
                max-width: 600px; } }
            #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content h4 a {
              font-size: var(--fluid-100px);
              line-height: 0.9;
              margin-block: 0 80px;
              mix-blend-mode: difference; }
              @media (max-width: 1440px) {
                #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content h4 a {
                  margin-block: unset;
                  font-size: var(--fluid-80px); } }
            @media (max-width: 1440px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content {
                width: 60%; } }
            @media (max-width: 1280px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content {
                padding-right: 5%; } }
            @media (max-width: 1024px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content {
                width: 100%; } }
            @media (max-width: 768px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content {
                padding: unset; } }
            #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content .text-wrapper {
              width: 50%;
              margin-left: auto; }
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content .text-wrapper a {
                margin-top: 80px;
                text-transform: uppercase;
                font-weight: bold;
                border-bottom: 1px solid #ffffff; }
                @media (max-width: 1024px) {
                  #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content .text-wrapper a {
                    margin-top: 60px; } }
                @media (max-width: 450px) {
                  #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content .text-wrapper a {
                    margin-top: 40px; } }
              @media (max-width: 1024px) {
                #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content .text-wrapper {
                  width: 50%;
                  margin-right: 20%; } }
              @media (max-width: 768px) {
                #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content .text-wrapper {
                  width: 67%; } }
              @media (max-width: 450px) {
                #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content .text-content .text-wrapper {
                  width: 100%; } }
          #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content img {
            width: 50%;
            aspect-ratio: 3 / 4;
            max-height: 900px;
            -o-object-fit: cover;
               object-fit: cover;
            padding-right: 240px; }
            @media (max-width: 1440px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content img {
                width: 45%;
                padding-right: 140px; } }
            @media (max-width: 1024px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content img {
                display: flex;
                justify-content: space-between;
                position: absolute;
                left: 0;
                top: 120px;
                transform: translateY(-50%);
                width: 30%;
                z-index: -1;
                padding-right: 40px; } }
            @media (max-width: 768px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content img {
                top: 110%; } }
            @media (max-width: 450px) {
              #editors-picks-slider .content-wrapper .swiper.customSwiper .swiper-slide .post-content img {
                margin-top: 120px;
                width: 100%;
                height: 350px;
                padding-right: unset;
                position: unset;
                transform: unset; } }

body.category #story-collection .category-filters {
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    body.category #story-collection .category-filters {
      margin-bottom: 60px; } }

@media (max-width: 768px) {
  body.category #story-collection {
    margin-top: 160px; } }

body.category #story-container .no-posts-message p {
  font-size: 40px;
  text-align: center;
  margin-block: 200px; }
  @media (max-width: 768px) {
    body.category #story-container .no-posts-message p {
      font-size: 28px;
      margin-block: 120px; } }

body.category .bottom-wrapper.no-posts {
  display: none; }

#category-featured {
  position: relative; }
  #category-featured img {
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100dvw;
    position: relative;
    filter: brightness(0.8); }
  #category-featured .title-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: unset; }
    #category-featured .title-wrapper .subtitle {
      color: #ffffff;
      font-size: 25px;
      line-height: normal;
      font-weight: 500;
      letter-spacing: 1;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-inline: auto; }
      @media (max-width: 1440px) {
        #category-featured .title-wrapper .subtitle {
          font-size: 22px; } }
      @media (max-width: 1024px) {
        #category-featured .title-wrapper .subtitle {
          font-size: 20px; } }
      @media (max-width: 768px) {
        #category-featured .title-wrapper .subtitle {
          font-size: 18px; } }
    #category-featured .title-wrapper .title {
      color: #ffffff;
      margin-block: 0 70px;
      text-align: center;
      font-size: var(--fluid-150px); }

#sustainability-featured {
  position: relative; }
  #sustainability-featured img {
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100dvw;
    position: relative;
    filter: brightness(0.8); }
  #sustainability-featured h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: unset;
    color: white;
    text-transform: uppercase;
    font-size: var(--fluid-100px); }
    @media (max-width: 1024px) {
      #sustainability-featured h1 {
        font-size: var(--fluid-80px); } }

#sustainability-intro {
  padding-block: 60px 170px;
  background-color: #efefef; }
  @media (max-width: 768px) {
    #sustainability-intro {
      padding-block: 80px 100px; } }
  #sustainability-intro h2 {
    max-width: 1100px;
    z-index: 1;
    position: relative;
    margin-top: 40px;
    color: #efefef;
    mix-blend-mode: difference; }
  #sustainability-intro .intro-content {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      #sustainability-intro .intro-content {
        flex-direction: column;
        gap: 20px; } }
    #sustainability-intro .intro-content img {
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 3 / 4; }
      @media (min-width: 991px) {
        #sustainability-intro .intro-content img {
          max-height: 770px;
          flex: 40%; } }
      @media (max-width: 1440px) {
        #sustainability-intro .intro-content img {
          max-height: 550px; } }
      @media (max-width: 1024px) {
        #sustainability-intro .intro-content img {
          max-height: 450px; } }
    #sustainability-intro .intro-content .text-heading {
      flex: 60%;
      padding-left: 200px; }
      @media (max-width: 1440px) {
        #sustainability-intro .intro-content .text-heading {
          padding-left: 80px; } }
      @media (max-width: 1024px) {
        #sustainability-intro .intro-content .text-heading {
          padding-left: revert; } }
      #sustainability-intro .intro-content .text-heading * {
        font-size: 28px; }
        @media (max-width: 1440px) {
          #sustainability-intro .intro-content .text-heading * {
            font-size: 20px; } }
        @media (max-width: 1024px) {
          #sustainability-intro .intro-content .text-heading * {
            font-size: 18px; } }
        @media (max-width: 768px) {
          #sustainability-intro .intro-content .text-heading * {
            font-size: 16px; } }

#sustainability-banner {
  background-size: cover;
  background-position: center;
  position: relative; }
  #sustainability-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.45; }
  #sustainability-banner .h5 {
    font-family: "Dream Avenue", serif; }
  #sustainability-banner p {
    max-width: 1050px;
    color: white;
    padding-block: 340px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 40px; }
    @media (max-width: 1440px) {
      #sustainability-banner p {
        font-size: 32px; } }
    @media (max-width: 1024px) {
      #sustainability-banner p {
        padding-block: 200px;
        font-size: 28px; } }
    @media (max-width: 768px) {
      #sustainability-banner p {
        font-size: 24px;
        padding-block: 100px; } }

.page-template-tmpl_sustainability #content-default .subtitle {
  text-transform: uppercase; }

.page-template-tmpl_sustainability #content-default p {
  text-align: center; }

.page-template-tmpl_destinations #destination_page_featured {
  position: relative;
  overflow: hidden; }
  .page-template-tmpl_destinations #destination_page_featured .bg-container {
    -o-border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.28), rgba(26, 26, 26, 0.28)) 1 fill;
       border-image: linear-gradient(0deg, rgba(26, 26, 26, 0.28), rgba(26, 26, 26, 0.28)) 1 fill; }
    .page-template-tmpl_destinations #destination_page_featured .bg-container p {
      margin: unset; }
    .page-template-tmpl_destinations #destination_page_featured .bg-container iframe {
      width: 100vw;
      height: 100vw;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      min-width: 200vh;
      min-height: 100vh; }
    .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper {
      min-height: 100vh;
      min-height: 100svh; }
      @media (max-width: 991px) {
        .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper {
          min-height: 90vh;
          min-height: 90svh; } }
      @media (max-width: 768px) {
        .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper {
          min-height: 80vh;
          min-height: 80svh; } }
      .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper .image {
        width: 20.8vw;
        height: 31vw; }
        @media (min-width: 1900px) {
          .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper .image {
            width: 18vw;
            height: 31vw; } }
        @media (max-width: 1280px) {
          .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper .image {
            width: 23vw;
            height: 32vw; } }
        @media (max-width: 1024px) {
          .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper .image {
            width: 35.2vw;
            height: 37vw; } }
        @media (max-width: 991px) {
          .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper .image {
            width: 35.2vw;
            height: 52vw; } }
        @media (max-width: 768px) {
          .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper .image {
            width: 44.5vw;
            height: 66vw; } }
        @media (max-width: 450px) {
          .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper .image {
            width: 53.5vw;
            height: 83vw; } }
      .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper .section-heading {
        --color: #ffffff;
        --font-size: var(--fluid-150px); }
        @media (max-width: 991px) {
          .page-template-tmpl_destinations #destination_page_featured .bg-container .wrapper .section-heading {
            --font-size: var(--fluid-100px); } }

.page-template-tmpl_destinations #destination_page_about {
  min-height: 100vh;
  min-height: 100svh;
  align-content: center;
  position: relative;
  overflow: clip; }
  @media (max-width: 991px) {
    .page-template-tmpl_destinations #destination_page_about {
      min-height: 90vh;
      min-height: 90svh; } }
  @media (max-width: 768px) {
    .page-template-tmpl_destinations #destination_page_about {
      min-height: 80vh;
      min-height: 80svh; } }
  .page-template-tmpl_destinations #destination_page_about .wrapper {
    max-width: 1200px;
    justify-items: center;
    z-index: 1;
    position: relative; }
    @media (max-width: 1440px) {
      .page-template-tmpl_destinations #destination_page_about .wrapper {
        max-width: 60%; } }
    @media (max-width: 1024px) {
      .page-template-tmpl_destinations #destination_page_about .wrapper {
        max-width: 600px; } }
    .page-template-tmpl_destinations #destination_page_about .wrapper .section-heading {
      --font-size: var(--fluid-80px); }
    .page-template-tmpl_destinations #destination_page_about .wrapper .truncated {
      --flow-space: 60px; }
      .page-template-tmpl_destinations #destination_page_about .wrapper .truncated p {
        margin: 0;
        text-align: center;
        max-width: 800px;
        margin-inline: auto; }
  .page-template-tmpl_destinations #destination_page_about .images .image {
    position: absolute;
    width: 100%; }
    @media (max-width: 1440px) {
      .page-template-tmpl_destinations #destination_page_about .images .image {
        z-index: -1; } }
    @media (max-width: 1280px) {
      .page-template-tmpl_destinations #destination_page_about .images .image {
        opacity: 0.5; } }
    @media (max-width: 768px) {
      .page-template-tmpl_destinations #destination_page_about .images .image {
        opacity: 0.3; } }
    .page-template-tmpl_destinations #destination_page_about .images .image.image-1 {
      top: 5%;
      left: 0;
      max-width: 375px; }
      @media (max-width: 1280px) {
        .page-template-tmpl_destinations #destination_page_about .images .image.image-1 {
          top: 7%;
          max-width: 275px; } }
      @media (max-width: 768px) {
        .page-template-tmpl_destinations #destination_page_about .images .image.image-1 {
          max-width: 175px; } }
    .page-template-tmpl_destinations #destination_page_about .images .image.image-2 {
      top: 5%;
      right: 0;
      max-width: 290px; }
      @media (max-width: 1280px) {
        .page-template-tmpl_destinations #destination_page_about .images .image.image-2 {
          max-width: 200px; } }
      @media (max-width: 768px) {
        .page-template-tmpl_destinations #destination_page_about .images .image.image-2 {
          top: 7%;
          max-width: 150px; } }
    .page-template-tmpl_destinations #destination_page_about .images .image.image-3 {
      bottom: 10%;
      left: 10%;
      max-width: 200px; }
      @media (max-width: 768px) {
        .page-template-tmpl_destinations #destination_page_about .images .image.image-3 {
          left: 6%;
          max-width: 150px; } }
    .page-template-tmpl_destinations #destination_page_about .images .image.image-4 {
      bottom: 0;
      right: 5%;
      max-width: 200px; }
      @media (max-width: 768px) {
        .page-template-tmpl_destinations #destination_page_about .images .image.image-4 {
          right: 3%;
          max-width: 150px; } }

.page-template-tmpl_destinations #destination_page_slider {
  min-height: 100vh;
  min-height: 100svh;
  padding-block: 250px 20px; }
  @media (max-width: 991px) {
    .page-template-tmpl_destinations #destination_page_slider {
      min-height: 90vh;
      min-height: 90svh; } }
  @media (max-width: 768px) {
    .page-template-tmpl_destinations #destination_page_slider {
      min-height: 80vh;
      min-height: 80svh; } }
  .page-template-tmpl_destinations #destination_page_slider .wrapper {
    padding: 0 17%;
    position: relative; }
    @media (max-width: 1440px) {
      .page-template-tmpl_destinations #destination_page_slider .wrapper {
        padding: 0 10%; } }
    @media (max-width: 991px) {
      .page-template-tmpl_destinations #destination_page_slider .wrapper {
        padding: 0 6%; } }
    @media (max-width: 768px) {
      .page-template-tmpl_destinations #destination_page_slider .wrapper {
        padding: 0 3.5%; } }
    .page-template-tmpl_destinations #destination_page_slider .wrapper h3[data-swiper-index] {
      margin: 0;
      position: absolute;
      opacity: 0;
      cursor: none;
      pointer-events: none;
      left: 50%;
      top: 50%;
      z-index: 2;
      transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      .page-template-tmpl_destinations #destination_page_slider .wrapper h3[data-swiper-index] > a {
        color: #ffffff;
        font-size: var(--fluid-200px); }
      .page-template-tmpl_destinations #destination_page_slider .wrapper h3[data-swiper-index].active {
        cursor: auto;
        pointer-events: auto;
        opacity: 1;
        transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1); }
    .page-template-tmpl_destinations #destination_page_slider .wrapper .magical-text {
      color: #ffffff;
      font-size: var(--fluid-200px);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -70%);
      z-index: 2;
      margin: 0;
      mix-blend-mode: difference;
      pointer-events: none; }
    .page-template-tmpl_destinations #destination_page_slider .wrapper .destination_swiper {
      width: 100%;
      position: relative;
      z-index: -1; }
      .page-template-tmpl_destinations #destination_page_slider .wrapper .destination_swiper .swiper-slide {
        position: relative;
        height: 660px; }
        @media (max-width: 1440px) {
          .page-template-tmpl_destinations #destination_page_slider .wrapper .destination_swiper .swiper-slide {
            height: 550px;
            max-height: 50svh; } }
        @media (max-width: 991px) {
          .page-template-tmpl_destinations #destination_page_slider .wrapper .destination_swiper .swiper-slide {
            height: 500px; } }
        @media (max-width: 768px) {
          .page-template-tmpl_destinations #destination_page_slider .wrapper .destination_swiper .swiper-slide {
            height: 450px;
            max-height: 40svh; } }
        .page-template-tmpl_destinations #destination_page_slider .wrapper .destination_swiper .swiper-slide a::after {
          content: '';
          position: absolute;
          inset: 0;
          display: flex;
          z-index: 1; }
    .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls {
      opacity: 0; }
      .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev {
        left: 0;
        transform: translate(50%, -50%); }
        @media (max-width: 1024px) {
          .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev {
            transform: translate(15px, -50%); } }
      .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next {
        right: 0;
        transform: translate(-50%, -50%); }
        @media (max-width: 1024px) {
          .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next {
            transform: translate(-15px, -50%); } }
      .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev,
      .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next {
        position: absolute;
        top: 50%;
        transition: all 0.3s ease-in-out;
        z-index: 2; }
        @media (max-width: 1440px) {
          .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev,
          .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next {
            top: 75%; } }
        @media (max-width: 1024px) {
          .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev,
          .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next {
            top: 85%; } }
        .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev svg,
        .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next svg {
          transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
          cursor: pointer; }
          .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev svg path,
          .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next svg path {
            stroke: #ffffff; }
          @media (max-width: 1440px) {
            .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev svg,
            .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next svg {
              width: 150px;
              height: 150px; } }
          @media (max-width: 1024px) {
            .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev svg,
            .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next svg {
              width: 120px;
              height: 120px; } }
          @media (max-width: 768px) {
            .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev svg,
            .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next svg {
              width: 100px;
              height: 100px; } }
        .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-prev:hover svg,
        .page-template-tmpl_destinations #destination_page_slider .wrapper .swiper_controls .button-next:hover svg {
          transform: scale(0.95); }
  .page-template-tmpl_destinations #destination_page_slider .content {
    padding-block: 100px;
    padding-inline: 17%;
    display: grid;
    max-width: 1920px;
    margin: auto;
    opacity: 0;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 1024px) {
      .page-template-tmpl_destinations #destination_page_slider .content {
        padding-block: 40px;
        padding-inline: 6%;
        grid-template-columns: 1fr;
        gap: 2em; } }
    @media (max-width: 768px) {
      .page-template-tmpl_destinations #destination_page_slider .content {
        padding-block: 20px;
        padding-inline: 5%;
        gap: 3.5em; } }
    .page-template-tmpl_destinations #destination_page_slider .content [data-swiper-index] {
      display: flex;
      opacity: 0;
      cursor: none;
      pointer-events: none;
      transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
      .page-template-tmpl_destinations #destination_page_slider .content [data-swiper-index] * {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 3px;
        margin: 0;
        margin-top: auto; }
      .page-template-tmpl_destinations #destination_page_slider .content [data-swiper-index].active {
        opacity: 1;
        cursor: auto;
        pointer-events: auto;
        transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1); }
    .page-template-tmpl_destinations #destination_page_slider .content .swiper-pagination {
      position: static;
      color: #ffffff;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
      .page-template-tmpl_destinations #destination_page_slider .content .swiper-pagination .pagination-wrapper {
        width: 200px;
        display: grid;
        gap: 10px; }
        @media (max-width: 1024px) {
          .page-template-tmpl_destinations #destination_page_slider .content .swiper-pagination .pagination-wrapper {
            width: 180px; } }
        .page-template-tmpl_destinations #destination_page_slider .content .swiper-pagination .pagination-wrapper .spans-wrapper {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 10px;
          font-size: 40px;
          font-family: "Dream Avenue", serif; }
          @media (max-width: 1440px) {
            .page-template-tmpl_destinations #destination_page_slider .content .swiper-pagination .pagination-wrapper .spans-wrapper {
              font-size: 30px; } }
          @media (max-width: 1024px) {
            .page-template-tmpl_destinations #destination_page_slider .content .swiper-pagination .pagination-wrapper .spans-wrapper {
              font-size: 27px; } }
      .page-template-tmpl_destinations #destination_page_slider .content .swiper-pagination .progressbar-background {
        width: 100%;
        height: 1px;
        background: #505050;
        position: static; }
        .page-template-tmpl_destinations #destination_page_slider .content .swiper-pagination .progressbar-background .progressbar-fill {
          height: 1px;
          background-color: #ffffff; }
    .page-template-tmpl_destinations #destination_page_slider .content .stacking-content {
      align-items: end; }

.page-template-tmpl_destinations #destination_page_recommended-accommodation {
  padding-block: 140px;
  background-color: #1a1a1a; }
  @media (max-width: 1024px) {
    .page-template-tmpl_destinations #destination_page_recommended-accommodation {
      padding-block: 100px; } }
  .page-template-tmpl_destinations #destination_page_recommended-accommodation .section-heading {
    --font-size: var(--fluid-80px);
    --color: #bea380; }
    @media (max-width: 1440px) {
      .page-template-tmpl_destinations #destination_page_recommended-accommodation .section-heading {
        max-width: 23ch;
        margin-inline: auto; } }
    @media (max-width: 768px) {
      .page-template-tmpl_destinations #destination_page_recommended-accommodation .section-heading {
        --font-size: var(--fluid-55px); } }
  .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper {
    padding: 0px 8.5%; }
    @media (max-width: 768px) {
      .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper {
        padding: 0px 5.5%; } }
    .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts {
      padding-top: 70px;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .swiper-wrapper:has(> .single-resort-card:last-child:nth-child(1)) {
          justify-content: center; }
          .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .swiper-wrapper:has(> .single-resort-card:last-child:nth-child(1)) .single-resort-card {
            margin-right: 0 !important; }
        .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .swiper-wrapper:has(> .single-resort-card:last-child:nth-child(2)) {
          justify-content: center; } }
      @media (hover: hover) and (min-width: 768px) {
        .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts > .single-resort-card {
          transition: opacity 0.3s, scale 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
        .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts:has(.single-resort-card:hover) > .single-resort-card:not(:hover) {
          opacity: 0.4;
          scale: 0.98; } }
      .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card {
        overflow: hidden;
        min-width: 0; }
        .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .swiper-inner-gallery {
          width: 100%;
          position: relative; }
          .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .swiper-inner-gallery .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            aspect-ratio: 2 / 2.5; }
        .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container {
          padding-top: 40px;
          display: flex;
          flex: 1 0 auto;
          flex-direction: column;
          color: #ffffff; }
          @media (max-width: 991px) {
            .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container {
              padding-top: 25px; } }
          .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .col-2 {
            display: flex;
            justify-content: space-between;
            overflow: hidden; }
            .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
              line-height: 1;
              font-size: 18px;
              text-transform: uppercase; }
              @media (max-width: 1440px) {
                .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
                  font-size: 16px; } }
              @media (max-width: 1024px) {
                .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
                  font-size: 15px; } }
              @media (max-width: 768px) {
                .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .col-2 .location-area {
                  font-size: 14px; } }
            .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .col-2 .rating-stars-wrapper {
              --_star_width: 15.5px; }
          .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
            --flow-space: 25px;
            margin: 0;
            font-size: 39px;
            font-weight: 400;
            font-family: "Dream Avenue", serif;
            text-transform: uppercase; }
            @media (max-width: 1440px) {
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
                font-size: 32px; } }
            @media (max-width: 768px) {
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
                font-size: 28px; } }
            .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .resort-heading a {
              font: inherit;
              color: #ffffff; }
            @media (max-width: 768px) {
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .resort-heading {
                --flow-space: 20px; } }
            .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .resort-heading.clickable-parent-heading a::after {
              inset: 10% 0 0 0; }
          .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .features {
            --flow-space: 18px;
            --_gap: 55px;
            display: flex;
            justify-content: flex-start;
            gap: 15px var(--_gap);
            flex-wrap: wrap; }
            @media (max-width: 1440px) {
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .features {
                grid-template-columns: repeat(2, 1fr);
                display: grid;
                -moz-column-gap: unset;
                     column-gap: unset; } }
            @media (max-width: 991px) {
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .features {
                --_gap: 35px;
                --flow-space: 15px; } }
            @media (max-width: 768px) {
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .features {
                --_gap: 25px; } }
            .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .features li {
              text-wrap: nowrap;
              color: #ffffff;
              font-size: 16px;
              text-transform: capitalize;
              font-weight: 600;
              position: relative; }
              @media (max-width: 1440px) {
                .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .features li {
                  font-size: 15px; } }
              @media (max-width: 768px) {
                .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .features li {
                  font-size: 14px; } }
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .features li:not(:last-of-type)::after {
                content: '';
                position: absolute;
                width: 1px;
                height: 100%;
                left: 100%;
                top: 50%;
                transform: translate(calc(((var(--_gap) / 2) + 50%) + 1px), -50%);
                background-color: rgba(255, 255, 255, 0.2); }
                @media (max-width: 1440px) {
                  .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .features li:not(:last-of-type)::after {
                    transform: translateY(-50%); } }
          .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .text {
            --lines: 3;
            --flow-space: 17px; }
            @media (max-width: 768px) {
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .text {
                --flow-space: 15px; } }
            .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .text p {
              margin: 0;
              color: #ffffff; }
          .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .pricetext {
            --flow-space: 28px;
            display: block; }
            @media (max-width: 991px) {
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .pricetext {
                --flow-space: 25px; } }
            @media (max-width: 450px) {
              .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .pricetext {
                --flow-space: 22px; } }
            .page-template-tmpl_destinations #destination_page_recommended-accommodation .wrapper .grid-resorts .single-resort-card .content_container .pricetext .price {
              font-weight: 600; }

@media (max-width: 1024px) {
  .travel-story-wrapper {
    padding-inline: 8.5%; } }

#travel-story-featured {
  position: relative; }
  #travel-story-featured::before {
    content: '';
    position: absolute;
    top: -220px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a; }
    @media (max-width: 1024px) {
      #travel-story-featured::before {
        top: -180px; } }
  #travel-story-featured .wrapper {
    padding: 5% 6% 6%;
    position: relative;
    margin-top: 220px;
    height: 100vh;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content; }
    @media (max-width: 1024px) {
      #travel-story-featured .wrapper {
        margin-top: 180px;
        padding: 50px; } }
    @media (max-width: 768px) {
      #travel-story-featured .wrapper {
        padding: 30px;
        height: 80vh; } }
    #travel-story-featured .wrapper * {
      color: #ffffff;
      z-index: 1;
      margin: unset; }
    #travel-story-featured .wrapper .image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #travel-story-featured .wrapper .image-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1a1a1a;
        opacity: 0.5; }
      #travel-story-featured .wrapper .image-wrapper img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    #travel-story-featured .wrapper .text-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 80px;
      height: 100%;
      position: relative; }
      @media (max-width: 1024px) {
        #travel-story-featured .wrapper .text-wrapper {
          gap: 60px; } }
      #travel-story-featured .wrapper .text-wrapper h1 {
        font-size: var(--fluid-130px); }
        @media (max-width: 1366px) {
          #travel-story-featured .wrapper .text-wrapper h1 {
            font-size: var(--fluid-100px); } }
      #travel-story-featured .wrapper .text-wrapper .date {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: absolute;
        right: -40px;
        top: -40px; }
        @media (max-width: 768px) {
          #travel-story-featured .wrapper .text-wrapper .date {
            right: -30px;
            top: -70px; } }
        @media (max-width: 450px) {
          #travel-story-featured .wrapper .text-wrapper .date {
            top: -60px; } }
      #travel-story-featured .wrapper .text-wrapper p {
        max-width: 400px; }
  #travel-story-featured .featured-vertical-text {
    bottom: 230px;
    right: 12px; }
    @media (max-width: 1024px) {
      #travel-story-featured .featured-vertical-text {
        bottom: 200px;
        right: 20px; } }
    @media (max-width: 768px) {
      #travel-story-featured .featured-vertical-text {
        right: 5px; } }
    @media (max-width: 450px) {
      #travel-story-featured .featured-vertical-text {
        font-size: 22px;
        right: 0; } }

#travel-story-content {
  margin-top: 80px; }
  @media (max-width: 1024px) {
    #travel-story-content {
      margin-top: 20px; } }
  #travel-story-content a.link {
    margin-inline: unset; }
  #travel-story-content > h2 {
    max-width: 60%;
    padding-right: unset;
    margin-block: 100px 0;
    font-size: var(--fluid-90px); }
    @media (max-width: 1440px) {
      #travel-story-content > h2 {
        font-size: var(--fluid-80px); } }
    @media (max-width: 1280px) {
      #travel-story-content > h2 {
        max-width: 70%; } }
    @media (max-width: 1024px) {
      #travel-story-content > h2 {
        max-width: 80%; } }
    @media (max-width: 1024px) {
      #travel-story-content > h2 {
        max-width: unset; } }
  #travel-story-content .text-section {
    display: flex;
    margin-block: 180px; }
    @media (max-width: 1024px) {
      #travel-story-content .text-section {
        margin-block: 100px; } }
    @media (max-width: 768px) {
      #travel-story-content .text-section {
        flex-direction: column;
        margin-block: 60px; } }
    #travel-story-content .text-section > div {
      width: 33.333%; }
      @media (max-width: 768px) {
        #travel-story-content .text-section > div {
          width: 100% !important; } }
    #travel-story-content .text-section .col-1 .text-wrapper {
      padding-right: 20px; }
      #travel-story-content .text-section .col-1 .text-wrapper * {
        color: #bea380;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        letter-spacing: 1; }
        @media (max-width: 1440px) {
          #travel-story-content .text-section .col-1 .text-wrapper * {
            font-size: 16px; } }
        @media (max-width: 768px) {
          #travel-story-content .text-section .col-1 .text-wrapper * {
            font-size: 15px; } }
    @media (max-width: 1024px) {
      #travel-story-content .text-section.two-column-text .col-2 {
        width: 66.666%; } }
    @media (min-width: 768px) {
      #travel-story-content .text-section.two-column-text .col-3 a {
        margin-left: 35%; } }
    #travel-story-content .text-section.three-column-text .col-2 .text-wrapper {
      max-width: 65%; }
      @media (max-width: 1440px) {
        #travel-story-content .text-section.three-column-text .col-2 .text-wrapper {
          max-width: 90%; } }
      @media (max-width: 768px) {
        #travel-story-content .text-section.three-column-text .col-2 .text-wrapper {
          max-width: 100%; } }
    #travel-story-content .text-section.three-column-text .col-3 .text-wrapper {
      max-width: 300px;
      padding-left: 50px; }
      #travel-story-content .text-section.three-column-text .col-3 .text-wrapper p {
        color: #bea380;
        font-size: 25px;
        line-height: normal;
        font-weight: 500;
        letter-spacing: 1px; }
        @media (max-width: 1440px) {
          #travel-story-content .text-section.three-column-text .col-3 .text-wrapper p {
            font-size: 22px; } }
        @media (max-width: 768px) {
          #travel-story-content .text-section.three-column-text .col-3 .text-wrapper p {
            font-size: 20px; } }
  #travel-story-content .full-section {
    margin-bottom: 200px; }
    @media (max-width: 1024px) {
      #travel-story-content .full-section {
        margin-bottom: 100px; } }
    @media (max-width: 768px) {
      #travel-story-content .full-section {
        margin-bottom: 80px; } }
    #travel-story-content .full-section img {
      max-height: 800px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1440px) {
        #travel-story-content .full-section img {
          max-height: 550px; } }
    #travel-story-content .full-section h3 {
      font-size: var(--fluid-100px);
      text-align: center;
      max-width: 850px;
      margin: -50px auto 60px; }
      @media (max-width: 1024px) {
        #travel-story-content .full-section h3 {
          font-size: var(--fluid-90px); } }
      @media (max-width: 1024px) {
        #travel-story-content .full-section h3 {
          margin-top: -30px; } }
      @media (max-width: 450px) {
        #travel-story-content .full-section h3 {
          margin-top: -15px; } }
    #travel-story-content .full-section .subtitle {
      max-width: 380px;
      margin-block: 70px 100px;
      margin-inline: auto;
      text-align: center;
      text-decoration: underline;
      color: #bea380;
      font-size: 25px;
      line-height: normal;
      font-weight: 500;
      letter-spacing: 1px; }
      @media (max-width: 1440px) {
        #travel-story-content .full-section .subtitle {
          font-size: 22px; } }
      @media (max-width: 768px) {
        #travel-story-content .full-section .subtitle {
          font-size: 20px;
          margin-block: 50px; } }
    #travel-story-content .full-section .text-wrapper {
      max-width: 1000px;
      margin-inline: auto;
      margin-top: 100px;
      display: flex;
      gap: 40px; }
      @media (max-width: 768px) {
        #travel-story-content .full-section .text-wrapper {
          flex-direction: column;
          gap: 20px;
          text-align: center;
          margin-top: 50px; } }
    #travel-story-content .full-section a {
      margin-inline: auto; }
  #travel-story-content .travel-story-closing {
    margin-block: 180px; }
    @media (max-width: 1024px) {
      #travel-story-content .travel-story-closing {
        margin-block: 100px; } }
    @media (max-width: 768px) {
      #travel-story-content .travel-story-closing {
        margin-block: 60px; } }
    #travel-story-content .travel-story-closing .content-wrapper::after {
      bottom: -1px !important;
      height: 300px !important; }
      @media (max-width: 1024px) {
        #travel-story-content .travel-story-closing .content-wrapper::after {
          height: 200px !important; } }
      @media (max-width: 768px) {
        #travel-story-content .travel-story-closing .content-wrapper::after {
          height: 120px !important; } }
  #travel-story-content .iframe-wrapper {
    position: relative;
    height: 80vh;
    overflow: hidden;
    margin-block: 100px; }
    @media (max-width: 1280px) {
      #travel-story-content .iframe-wrapper {
        height: 75vh; } }
    @media (max-width: 1024px) {
      #travel-story-content .iframe-wrapper {
        height: 70vh; } }
    @media (max-width: 768px) {
      #travel-story-content .iframe-wrapper {
        height: 400px;
        margin-block: 80px; } }
    #travel-story-content .iframe-wrapper iframe {
      width: 100vw;
      height: 100vw;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      min-width: 200vh;
      min-height: 100vh; }
    @media (max-width: 768px) {
      #travel-story-content .iframe-wrapper {
        height: 70vh; }
        #travel-story-content .iframe-wrapper iframe {
          min-height: 70vh; } }
  #travel-story-content .gallery-grid-wrapper {
    margin-block: 100px; }
    @media (max-width: 768px) {
      #travel-story-content .gallery-grid-wrapper {
        margin-block: 80px; } }
    #travel-story-content .gallery-grid-wrapper .gallery-grid {
      max-width: 1300px;
      margin-inline: auto;
      display: grid;
      grid-template-rows: repeat(2, 150px) repeat(2, 100px) repeat(2, 150px);
      grid-template-columns: repeat(12, 1fr);
      gap: 20px;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        #travel-story-content .gallery-grid-wrapper .gallery-grid {
          grid-template-rows: repeat(2, 100px) repeat(2, 80px) repeat(2, 100px); } }
      @media (max-width: 768px) {
        #travel-story-content .gallery-grid-wrapper .gallery-grid {
          grid-template-rows: repeat(2, 80px) repeat(2, 60px) repeat(2, 80px);
          gap: 10px;
          margin-bottom: 10px; } }
      @media (max-width: 450px) {
        #travel-story-content .gallery-grid-wrapper .gallery-grid {
          grid-template-rows: repeat(2, 100px) repeat(2, 80px) repeat(2, 100px); } }
      #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item {
        position: relative; }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item::after {
          content: '';
          background-color: #efefef;
          width: calc(100% + 2px);
          height: calc(100% + 2px);
          position: absolute;
          left: -1px;
          top: -1px;
          transition: 1s cubic-bezier(0.65, 0, 0.35, 1); }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(odd)::after {
          top: unset;
          bottom: -1px; }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item.aos-animate::after {
          height: 0; }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n - 6) {
          grid-column: 5 / 10;
          grid-row: 1 / 3; }
          @media (max-width: 450px) {
            #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n - 6) {
              grid-column: 5 / 13; } }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n - 5) {
          grid-column: 2 / 5;
          grid-row: 2 / 5; }
          @media (max-width: 450px) {
            #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n - 5) {
              grid-column: 1 / 5; } }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n - 4) {
          grid-column: 5 / 9;
          grid-row: 3 / 5; }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n - 3) {
          grid-column: 9 / 13;
          grid-row: 3 / 5; }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n - 2) {
          grid-column: 1 / 6;
          grid-row: 5 / 7; }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n - 1) {
          grid-column: 6 / 9;
          grid-row: 5 / 7; }
          @media (max-width: 450px) {
            #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n - 1) {
              grid-column: 6 / 10; } }
        #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n) {
          grid-column: 9 / 12;
          grid-row: 5 / 6; }
          @media (max-width: 450px) {
            #travel-story-content .gallery-grid-wrapper .gallery-grid .gallery-item:nth-child(7n) {
              grid-column: 10 / 13; } }
  #travel-story-content .travel-story-image-pair {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin-block: 150px; }
    @media (max-width: 768px) {
      #travel-story-content .travel-story-image-pair {
        -webkit-margin-before: 80px;
                margin-block-start: 80px; } }
    #travel-story-content .travel-story-image-pair img {
      -o-object-fit: cover;
         object-fit: cover; }
      #travel-story-content .travel-story-image-pair img:nth-of-type(1) {
        width: 33.3333%;
        height: 80%;
        margin-block: auto; }
        @media (max-width: 768px) {
          #travel-story-content .travel-story-image-pair img:nth-of-type(1) {
            max-height: 250px;
            -o-object-fit: contain;
               object-fit: contain; } }
      #travel-story-content .travel-story-image-pair img:nth-of-type(2) {
        width: 66.6666%;
        max-height: 650px; }
        @media (max-width: 1024px) {
          #travel-story-content .travel-story-image-pair img:nth-of-type(2) {
            max-height: 450px; } }
        @media (max-width: 768px) {
          #travel-story-content .travel-story-image-pair img:nth-of-type(2) {
            max-height: 400px; } }
    #travel-story-content .travel-story-image-pair.reverse {
      flex-direction: row-reverse; }
    @media (max-width: 768px) {
      #travel-story-content .travel-story-image-pair {
        flex-direction: column !important;
        align-items: flex-end;
        position: relative; }
        #travel-story-content .travel-story-image-pair img:nth-of-type(1) {
          width: 40%;
          height: 100%;
          margin-block: unset;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 1; }
        #travel-story-content .travel-story-image-pair img:nth-of-type(2) {
          width: 70%; }
        #travel-story-content .travel-story-image-pair.reverse {
          align-items: flex-start; }
          #travel-story-content .travel-story-image-pair.reverse img:nth-of-type(1) {
            left: unset;
            right: 0; } }

.travel-story-closing a.link {
  color: #ffffff; }

.travel-story-closing .content-wrapper {
  background-color: #1a1a1a;
  position: relative;
  padding-top: 150px;
  margin-top: 100px; }
  @media (max-width: 1024px) {
    .travel-story-closing .content-wrapper {
      margin-top: 60px;
      padding-top: 80px; } }
  .travel-story-closing .content-wrapper .title {
    max-width: 380px;
    text-decoration: underline;
    color: #bea380;
    font-size: 25px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 1px;
    margin-block: 0 160px; }
    @media (max-width: 1440px) {
      .travel-story-closing .content-wrapper .title {
        font-size: 22px; } }
    @media (max-width: 768px) {
      .travel-story-closing .content-wrapper .title {
        font-size: 20px; } }
    @media (max-width: 1366px) {
      .travel-story-closing .content-wrapper .title {
        margin-block: 0 60px; } }
  .travel-story-closing .content-wrapper .subtitle {
    color: #bea380;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding-right: 20px;
    letter-spacing: 1; }
    @media (max-width: 1440px) {
      .travel-story-closing .content-wrapper .subtitle {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .travel-story-closing .content-wrapper .subtitle {
        font-size: 15px; } }
  .travel-story-closing .content-wrapper .text-wrapper {
    margin-top: 90px;
    max-width: 650px;
    margin-inline: auto; }
    .travel-story-closing .content-wrapper .text-wrapper,
    .travel-story-closing .content-wrapper .text-wrapper * {
      color: #ffffff; }
    @media (max-width: 1024px) {
      .travel-story-closing .content-wrapper .text-wrapper {
        margin-top: 40px; } }
  .travel-story-closing .content-wrapper .image-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 40px;
    z-index: 1;
    margin-top: 160px;
    max-width: 1200px;
    margin-inline: auto; }
    @media (max-width: 1440px) {
      .travel-story-closing .content-wrapper .image-wrapper {
        max-width: 800px;
        gap: 20px;
        margin-top: 80px; } }
    @media (max-width: 1024px) {
      .travel-story-closing .content-wrapper .image-wrapper {
        max-width: 550px; } }
    .travel-story-closing .content-wrapper .image-wrapper img {
      width: calc(50% - 10px);
      aspect-ratio: 10/11;
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 850px; }
      @media (max-width: 1440px) {
        .travel-story-closing .content-wrapper .image-wrapper img {
          max-height: 650px;
          aspect-ratio: 2 / 3; } }
  .travel-story-closing .content-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 550px;
    background-color: #efefef; }
    @media (max-width: 768px) {
      .travel-story-closing .content-wrapper::after {
        height: 400px; } }
    @media (max-width: 450px) {
      .travel-story-closing .content-wrapper::after {
        height: 320px; } }

.travel-story-closing .bottom-wrapper {
  overflow: visible;
  z-index: 3;
  position: relative;
  mix-blend-mode: difference;
  margin-top: -130px; }
  @media (max-width: 1440px) {
    .travel-story-closing .bottom-wrapper {
      margin-top: -100px; } }
  @media (max-width: 1024px) {
    .travel-story-closing .bottom-wrapper {
      margin-top: -80px; } }
  @media (max-width: 768px) {
    .travel-story-closing .bottom-wrapper {
      margin-top: -50px; } }
  .travel-story-closing .bottom-wrapper .featured-marquee {
    overflow: visible; }
  .travel-story-closing .bottom-wrapper .featured-marquee__text {
    overflow: visible;
    font-size: 220px;
    -webkit-animation: marquee-rtl 180s linear infinite;
            animation: marquee-rtl 180s linear infinite; }
    @media (max-width: 1440px) {
      .travel-story-closing .bottom-wrapper .featured-marquee__text {
        font-size: 150px; } }
    @media (max-width: 1024px) {
      .travel-story-closing .bottom-wrapper .featured-marquee__text {
        font-size: 110px; } }
    @media (max-width: 768px) {
      .travel-story-closing .bottom-wrapper .featured-marquee__text {
        font-size: 80px; } }
  .travel-story-closing .bottom-wrapper p {
    color: #bea380; }
  .travel-story-closing .bottom-wrapper .gap {
    margin: 0 40px; }

.travel-story-closing a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 90px auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1; }
  .travel-story-closing a span {
    font-weight: bold; }

.travel-story-closing.light-section .content-wrapper {
  background-color: unset; }

.travel-story-closing.light-section .text * {
  color: #1a1a1a; }

#other-travel-stories {
  margin-top: 120px;
  padding-block: 120px;
  background-color: #bea380; }
  @media (max-width: 1024px) {
    #other-travel-stories {
      margin-top: 100px;
      padding-bottom: 80px; } }
  #other-travel-stories h2 {
    text-align: center;
    margin-bottom: 100px;
    font-size: var(--fluid-80px); }
  #other-travel-stories .other-stories-swiper {
    position: relative; }
    #other-travel-stories .other-stories-swiper .swiper-slide .image-wrapper {
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      position: relative; }
      #other-travel-stories .other-stories-swiper .swiper-slide .image-wrapper img {
        width: 100%;
        aspect-ratio: 3/2; }
      #other-travel-stories .other-stories-swiper .swiper-slide .image-wrapper::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, #1a1a1a 0%, rgba(255, 255, 255, 0) 70%); }
    #other-travel-stories .other-stories-swiper .swiper-slide .title {
      max-width: 550px;
      padding-inline: 25px;
      margin-inline: auto;
      font-size: 36px;
      text-align: center;
      color: #ffffff;
      margin-block: -25px 20px;
      position: relative;
      z-index: 1; }
      @media (max-width: 768px) {
        #other-travel-stories .other-stories-swiper .swiper-slide .title {
          font-size: 30px; } }
    #other-travel-stories .other-stories-swiper .swiper-slide .date {
      color: #ffffff;
      text-align: center;
      font-weight: bold; }
    #other-travel-stories .other-stories-swiper .other-stories-swiper-navigation {
      display: flex;
      width: 95%;
      justify-content: space-between;
      position: absolute;
      left: 50%;
      top: 40%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      #other-travel-stories .other-stories-swiper .other-stories-swiper-navigation .stories-button-next,
      #other-travel-stories .other-stories-swiper .other-stories-swiper-navigation .stories-button-prev {
        transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
        cursor: pointer; }
        #other-travel-stories .other-stories-swiper .other-stories-swiper-navigation .stories-button-next:hover,
        #other-travel-stories .other-stories-swiper .other-stories-swiper-navigation .stories-button-prev:hover {
          transform: scale(0.95); }
      @media (max-width: 1440px) {
        #other-travel-stories .other-stories-swiper .other-stories-swiper-navigation img {
          width: 130px; } }
      @media (max-width: 1024px) {
        #other-travel-stories .other-stories-swiper .other-stories-swiper-navigation img {
          width: 115px; } }
      @media (max-width: 991px) {
        #other-travel-stories .other-stories-swiper .other-stories-swiper-navigation img {
          width: 95px; } }
      @media (max-width: 768px) {
        #other-travel-stories .other-stories-swiper .other-stories-swiper-navigation img {
          width: 80px; } }
  #other-travel-stories .all-stories {
    margin-top: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-weight: bold;
    display: flex;
    gap: 16px;
    font-size: 20px;
    letter-spacing: 1px;
    align-items: center; }
    @media (max-width: 1366px) {
      #other-travel-stories .all-stories {
        margin-top: 60px; } }
    #other-travel-stories .all-stories svg {
      transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1); }
    #other-travel-stories .all-stories:hover svg {
      transform: translateX(8px); }

#stories-instagram {
  margin-bottom: 180px; }
  @media (max-width: 1024px) {
    #stories-instagram {
      margin-bottom: 100px; } }
  @media (max-width: 768px) {
    #stories-instagram {
      margin-bottom: 80px; } }
  #stories-instagram h3 {
    text-align: center;
    margin-block: 90px 100px; }
    @media (max-width: 768px) {
      #stories-instagram h3 {
        margin-block: 40px 60px; } }
  #stories-instagram .instagram-swiper .swiper-slide {
    width: 450px;
    height: 450px;
    aspect-ratio: 1; }
    @media (max-width: 1440px) {
      #stories-instagram .instagram-swiper .swiper-slide {
        height: 380px;
        width: 380px; } }
    @media (max-width: 1280px) {
      #stories-instagram .instagram-swiper .swiper-slide {
        height: 350px;
        width: 350px; } }
    @media (max-width: 768px) {
      #stories-instagram .instagram-swiper .swiper-slide {
        height: 300px;
        width: 300px; } }
    #stories-instagram .instagram-swiper .swiper-slide a {
      height: 100%;
      width: 100%; }
      #stories-instagram .instagram-swiper .swiper-slide a img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

@media (max-width: 450px) {
  #gallery-rows {
    padding-block: unset;
    margin-block: 100px; } }


/*# sourceMappingURL=theme.css.map*/