/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/main.scss (1) ***!
  \***********************************************************************************************************************************************************************************************************************************************/
:root {
  --header-size: 80;
  --color-green: #93EA4E;
  --color-accent-artist: #93EA4E;
}

:root {
  --base-size: 1920;
  --section-margin: 250;
  --mobile-browser: 876;
  --wrapper-padding: 20;
  --cubic-bezier: cubic-bezier(0.87, 0, 0.13, 1);
  --cubic-bezier-circ: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --f-size-x-large: 200;
  --f-size-large: 87;
  --f-size-h1: 75;
  --f-size-h2: 50;
  --f-size-sub: 35;
  --f-size-body: 18;
  --br-button: 5;
  /**
  * Colors
  **/
  --color-gold: #9d850e;
  --color-bamboo: #EDE9DA;
  --color-clay: #AFA59F;
  --color-soft-dark: #3B3B3B;
  --color-sand: #F6E7D8;
}

@media only screen and (max-width: 879px) {
  :root {
    --base-size: 376;
    --wrapper-padding: 20;
    --header-size: 55;
    --f-size-large: 54;
    --f-size-h1: 47;
    --f-size-h2: 30;
    --f-size-sub: 20;
    --f-size-body: 14;
    --section-margin: 150;
  }
}
:root {
  --font-main: "Wix Madefor Text", sans-serif;
  --font-main-bold: "Wix Madefor Text", sans-serif;
  --font-main-black: "Wix Madefor Text", sans-serif;
}

body {
  font-weight: 400;
  color: #F2F2F2;
  font-size: calc(var(--f-size-body) / var(--base-size) * 100vw);
}

#main-website-wrapper .editor-note {
  font-family: var(--font-main);
}

.fn-main {
  font-family: var(--font-main);
}

.h1 {
  font-size: calc(56 / var(--base-size) * 100vw);
}

.h2 {
  font-size: calc(42 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .h2 {
    font-size: calc(20 / var(--base-size) * 100vw);
  }
}

.h3 {
  font-size: calc(25 / var(--base-size) * 100vw);
  margin-bottom: calc(25 / var(--base-size) * 100vw);
  color: var(--color-gold);
}
@media only screen and (max-width: 879px) {
  .h3 {
    font-size: calc(16 / var(--base-size) * 100vw);
    line-height: calc(20 / var(--base-size) * 100vw);
  }
}

.b1 {
  font-size: calc(24 / var(--base-size) * 100vw);
}

.b2 {
  font-size: calc(32 / var(--base-size) * 100vw);
}

.t1 {
  font-size: calc(58 / var(--base-size) * 100vw);
  font-family: var(--font-main-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "DM Sans", sans-serif;
}

body,
html {
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 879px) {
  body,
  html {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

main {
  width: 100vw;
  padding-top: calc(var(--header-size) / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  main {
    padding-top: 0;
  }
}

.grid {
  display: grid;
  gap: 1.0416666667vw;
  width: 100vw;
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 879px) {
  .grid {
    display: block;
  }
}

@media only screen and (max-width: 879px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 879px) {
  .mobile {
    display: block;
  }
}

section {
  max-width: 100vw;
  overflow: hidden;
}

figure {
  margin: 0;
}

.parallax {
  overflow: hidden;
}
.parallax:not(.edit) img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 130% !important;
  transform: translateY(-20%);
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border-radius: 0 !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.primary-button a {
  color: var(--color-gold);
}

.border-green-top {
  border-top: 1px solid #93EA4E;
}

.underline-text {
  position: relative;
}

.scroll-indicator {
  z-index: 56;
  bottom: calc(100 / var(--base-size) * 100vw);
  right: calc(120 / var(--base-size) * 100vw);
  font-size: calc(14 / var(--base-size) * 100vw);
  position: absolute;
  color: var(--color-sand);
}
@media only screen and (max-width: 879px) {
  .scroll-indicator {
    left: calc(20 / var(--base-size) * 100vw);
    right: unset;
    bottom: calc(100 / var(--base-size) * 100vw);
  }
}

.underline-button {
  overflow: hidden;
  position: relative;
}
.underline-button::after, .underline-button::before {
  left: 0;
  content: "";
  width: 100%;
  bottom: 0;
  height: 1px;
  display: block;
  position: absolute;
  transform: scaleX(0);
  background-color: currentColor;
  transform-origin: right;
  transition: transform 0.45s var(--cubic-bezier-circ);
}
.underline-button::before {
  opacity: 0.3;
  transform: none;
}
@media only screen and (min-width: 879px) {
  .underline-button:hover::after {
    transform: none;
    transform-origin: left;
  }
}

.thank-you-message {
  inset: 0;
  z-index: 9;
  opacity: 0;
  display: flex;
  position: fixed;
  align-items: center;
  pointer-events: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.thank-you-message.active {
  opacity: 1;
  pointer-events: all;
}
.thank-you-message-inner {
  height: auto;
  width: calc(600 / var(--base-size) * 100vw);
  padding: calc(40 / var(--base-size) * 100vw);
  text-align: center;
  border-radius: calc(5 / var(--base-size) * 100vw);
  background-color: #FFF;
}
@media only screen and (max-width: 879px) {
  .thank-you-message-inner {
    width: calc(290 / var(--base-size) * 100vw);
    padding: calc(40 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
  }
}
.thank-you-message-inner .button-close {
  display: flex;
  margin-top: calc(40 / var(--base-size) * 100vw);
  justify-content: center;
}

.price.discount {
  color: red;
  text-decoration: line-through;
}

main ul {
  padding: 0;
  list-style: none;
}
main ul li {
  position: relative;
  padding: calc(10 / var(--base-size) * 100vw);
}
main ul li::before {
  left: 0;
  content: "-";
  position: absolute;
}

.calendar-wrapper {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  padding: calc(40 / var(--base-size) * 100vw);
  pointer-events: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper {
    padding: calc(20 / var(--base-size) * 100vw);
  }
}
.calendar-wrapper.transport-booking-form {
  display: none;
}
.calendar-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.calendar-wrapper-inner {
  height: auto;
  width: calc(850 / var(--base-size) * 100vw);
  overflow: hidden;
  border-radius: calc(5 / var(--base-size) * 100vw);
  background-color: #FFF;
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper-inner {
    height: auto;
    display: block;
    overflow: hidden auto;
  }
}
.calendar-wrapper-inner .detail {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper-inner .detail {
    display: block;
  }
}
.calendar-wrapper-inner .detail .form {
  flex: 0 0 calc(500 / var(--base-size) * 100vw);
}
.calendar-wrapper-inner .detail-header {
  margin-bottom: calc(20 / var(--base-size) * 100vw);
  padding: calc(40 / var(--base-size) * 100vw) calc(40 / var(--base-size) * 100vw) 0;
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper-inner .detail-header {
    padding: calc(20 / var(--base-size) * 100vw);
    margin-bottom: 0;
  }
  .calendar-wrapper-inner .detail-header h2 {
    margin-bottom: 0;
  }
}
.calendar-wrapper-inner .detail .banner {
  width: 100%;
  flex: 1 auto;
  height: inherit;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper-inner .detail .banner {
    height: calc(100 / var(--base-size) * 100vw);
  }
}
.calendar-wrapper-inner .detail .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none !important;
}

.transport-booking-form {
  inset: 0;
  z-index: 92;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.transport-booking-form h4 {
  font-size: calc(18 / var(--base-size) * 100vw);
  color: var(--color-gold);
  margin-bottom: calc(20 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .transport-booking-form .outer {
    width: 90vw;
    height: 90vh;
    overflow: hidden auto;
  }
}
.transport-booking-form .inner {
  height: auto;
  display: grid;
  width: calc(1200 / var(--base-size) * 100vw);
  background-color: #FFF;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 879px) {
  .transport-booking-form .inner {
    width: 100%;
    display: block;
  }
}
.transport-booking-form .inner .list {
  padding: calc(40 / var(--base-size) * 100vw);
  background-color: var(--color-sand);
}
.transport-booking-form .inner .list .note {
  font-size: calc(13 / var(--base-size) * 100vw);
  margin-top: calc(20 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .transport-booking-form .inner .list .note {
    font-size: calc(10 / var(--base-size) * 100vw);
  }
}
.transport-booking-form .inner .list-item {
  display: flex;
  cursor: pointer;
  font-size: calc(15 / var(--base-size) * 100vw);
  padding-bottom: calc(10 / var(--base-size) * 100vw);
  margin-bottom: calc(10 / var(--base-size) * 100vw);
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 879px) {
  .transport-booking-form .inner .list-item {
    display: block;
    font-size: calc(11 / var(--base-size) * 100vw);
  }
}
.transport-booking-form .inner .list-item:last-child {
  margin-bottom: 0;
}
.transport-booking-form .inner .list-item .price {
  gap: calc(5 / var(--base-size) * 100vw);
  display: flex;
}
.transport-booking-form .inner .list-item .price .discount {
  opacity: 0.5;
  text-decoration: line-through;
}
.transport-booking-form .inner .form {
  padding: calc(40 / var(--base-size) * 100vw);
}
.transport-booking-form .inner .form form {
  padding: 0;
}
.transport-booking-form.tour-package .list {
  padding: 0;
}
.transport-booking-form.tour-package .list figure {
  width: 100%;
  height: calc(600 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .transport-booking-form.tour-package .list figure {
    height: calc(120 / var(--base-size) * 100vw);
  }
}
.transport-booking-form.tour-package .list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.calendar-wrapper form {
  padding: calc(40 / var(--base-size) * 100vw);
  padding-top: 0;
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper form {
    padding: calc(40 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
    padding-top: 0;
  }
}
.calendar-wrapper form input {
  width: 100%;
  border: none;
  height: calc(40 / var(--base-size) * 100vw);
  color: #000;
  border-radius: 0;
  font-size: calc(16 / var(--base-size) * 100vw);
  margin-bottom: calc(10 / var(--base-size) * 100vw);
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper form input {
    font-size: calc(15 / var(--base-size) * 100vw);
    height: calc(35 / var(--base-size) * 100vw);
  }
}
.calendar-wrapper form input.red {
  border-color: red;
}
.calendar-wrapper form .button-container {
  display: flex;
  font-size: calc(16 / var(--base-size) * 100vw);
  align-items: center;
  margin-top: calc(40 / var(--base-size) * 100vw);
  justify-content: space-between;
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper form .button-container {
    font-size: calc(16 / var(--base-size) * 100vw);
    margin-top: calc(20 / var(--base-size) * 100vw);
  }
}
.calendar-wrapper form .button-container .button-cancel {
  opacity: 0.5;
  cursor: pointer;
}
.calendar-wrapper form .button-container .button-send {
  cursor: pointer;
  color: #FFF;
  padding: calc(5 / var(--base-size) * 100vw) calc(15 / var(--base-size) * 100vw);
  border-radius: calc(var(--br-button) / var(--base-size) * 100vw);
  background-color: var(--color-gold);
}
.calendar-wrapper form .terms-condition {
  display: flex;
  margin-top: calc(10 / var(--base-size) * 100vw);
  justify-content: flex-end;
}
.calendar-wrapper form .terms-condition a {
  color: #000;
  font-size: calc(14 / var(--base-size) * 100vw);
  text-decoration: underline;
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper form .terms-condition a {
    font-size: calc(13 / var(--base-size) * 100vw);
  }
}
.calendar-wrapper form .total {
  color: #FFF;
  display: flex;
  padding: calc(20 / var(--base-size) * 100vw);
  justify-content: space-between;
  background-color: var(--color-gold);
}
@media only screen and (max-width: 879px) {
  .calendar-wrapper form .total {
    padding: calc(10 / var(--base-size) * 100vw);
    font-size: calc(14 / var(--base-size) * 100vw);
  }
}
.calendar-wrapper form .total .sub-total {
  font-weight: 600;
}
.calendar-wrapper form textarea {
  width: 100%;
  height: calc(100 / var(--base-size) * 100vw);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.in-page-booking {
  top: 40vh;
  right: 0;
  color: #FFF;
  cursor: pointer;
  position: fixed;
  transform-origin: right;
  transform: rotate(-90deg);
  padding: calc(20 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw) calc(60 / var(--base-size) * 100vw);
  background-color: var(--color-gold);
  transition: transform 0.5s var(--cubic-bezier-circ);
}
@media only screen and (min-width: 879px) {
  .in-page-booking:hover {
    transform: rotate(-90deg) translateY(calc(-10 / var(--base-size) * 100vw));
  }
}

.listing-main-wrapper {
  width: 100vw;
  padding: calc(150 / var(--base-size) * 100vw) 0;
  overflow: hidden;
}
.listing-main-wrapper.special-offer {
  padding-bottom: 0;
}
@media only screen and (max-width: 879px) {
  .listing-main-wrapper {
    padding: calc(100 / var(--base-size) * 100vw) 0 0;
  }
}

.header-listing {
  padding: 0 calc(120 / var(--base-size) * 100vw);
  margin-bottom: calc(40 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .header-listing {
    padding: 0 calc(20 / var(--base-size) * 100vw);
  }
}
.header-listing .title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-listing .title-wrapper a {
  margin: 0;
  font-size: calc(18 / var(--base-size) * 100vw);
  color: var(--color-gold);
}
@media only screen and (max-width: 879px) {
  .header-listing .title-wrapper a {
    font-size: calc(13 / var(--base-size) * 100vw);
  }
}
.header-listing .description {
  max-width: calc(700 / var(--base-size) * 100vw);
  font-size: calc(30 / var(--base-size) * 100vw);
}
.header-listing .description a {
  color: var(--color-gold);
}
@media only screen and (max-width: 879px) {
  .header-listing .description {
    font-size: calc(16 / var(--base-size) * 100vw);
  }
}

.listing {
  padding: 0 calc(120 / var(--base-size) * 100vw);
  overflow: visible;
}
@media only screen and (max-width: 879px) {
  .listing {
    padding: 0 0;
  }
}
.listing .swiper {
  gap: calc(10 / var(--base-size) * 100vw);
  display: flex;
  overflow: visible;
}
@media only screen and (max-width: 879px) {
  .listing .swiper .swiper-wrapper {
    padding-right: calc(20 / var(--base-size) * 100vw);
  }
}
.listing .swiper .card-wrapper {
  flex: 0 0 calc(400 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .listing .swiper .card-wrapper {
    flex: 0 0 calc(300 / var(--base-size) * 100vw);
    padding-left: calc(20 / var(--base-size) * 100vw);
    margin-bottom: calc(20 / var(--base-size) * 100vw);
  }
}
.listing .slider-navigation {
  gap: calc(40 / var(--base-size) * 100vw);
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 879px) {
  .listing .slider-navigation {
    display: none;
    padding: 0 calc(20 / var(--base-size) * 100vw);
    justify-content: flex-start;
  }
}
.listing .slider-navigation .prev-next {
  cursor: pointer;
}

/*
========================
GENERAL
========================
*/
html {
  margin: 0;
  padding: 0;
  overflow: hidden auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.lenis-stopped {
  overflow: hidden !important;
}

.grid {
  gap: calc(12 / var(--base-size) * 100vw);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 879px) {
  .grid {
    display: block;
  }
}

#main-website-wrapper * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #0C0C0C;
  word-wrap: break-word;
  font-family: var(--font-main) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a,
button {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

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

main {
  z-index: 9;
  position: relative;
}

.container {
  width: auto;
  margin: 0 calc(120 / var(--base-size) * 100vw);
  grid-column: 1/13;
  padding: 0 calc(24 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .container {
    padding: 0 calc(20 / var(--base-size) * 100vw);
  }
}

blockquote {
  padding: calc(42 / var(--base-size) * 100vw);
  border-left: calc(3 / var(--base-size) * 100vw) solid #0E1A2C;
  background-color: rgba(33, 64, 154, 0.0784313725);
}

figure.parallax {
  overflow: hidden;
}
figure.parallax img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p {
  display: block;
  margin-bottom: calc(20 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .p {
    margin-bottom: calc(10 / var(--base-size) * 100vw);
  }
}

.wonders-bali {
  position: relative;
  padding: calc(100 / var(--base-size) * 100vw) 0;
}
.wonders-bali .main-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 calc(200 / var(--base-size) * 100vw);
  grid-column: 2/12;
  text-align: center;
  margin-bottom: calc(50 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .wonders-bali .main-container {
    height: auto;
    text-align: left;
    margin-bottom: 0;
    padding: 0 calc(20 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
  }
}
@media only screen and (max-width: 879px) {
  .wonders-bali .main-container h2 {
    font-size: calc(15 / var(--base-size) * 100vw);
    margin-bottom: calc(20 / var(--base-size) * 100vw);
  }
}
.wonders-bali .main-container .desc {
  margin: 0 auto;
  max-width: calc(600 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .wonders-bali .main-container .desc {
    font-size: calc(var(--f-size-sub) / var(--base-size) * 100vw);
  }
}
.wonders-bali .list-container {
  top: 0;
  gap: calc(20 / var(--base-size) * 100vw);
  width: 100%;
  display: grid;
  padding: 0 calc(120 / var(--base-size) * 100vw);
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 879px) {
  .wonders-bali .list-container {
    display: flex;
    position: relative;
    padding: 0 calc(20 / var(--base-size) * 100vw);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .wonders-bali .list-container > * {
    scroll-snap-align: center;
    flex-shrink: 0;
  }
  .wonders-bali .list-container::-webkit-scrollbar {
    display: none;
  }
}
.wonders-bali .list-container .card {
  inset: 0;
  width: 100%;
  display: block;
}
.wonders-bali .list-container .card a {
  color: var(--color-gold);
}
@media only screen and (min-width: 879px) {
  .wonders-bali .list-container .card:hover {
    opacity: 1;
  }
  .wonders-bali .list-container .card:hover .name {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 879px) {
  .wonders-bali .list-container .card {
    width: 80vw;
    position: relative;
  }
}
.wonders-bali .list-container .card .parallax {
  height: calc(300 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .wonders-bali .list-container .card .parallax {
    height: calc(230 / var(--base-size) * 100vw);
    border-radius: calc(8 / var(--base-size) * 100vw);
  }
}
.wonders-bali .list-container .card .parallax img {
  width: 100%;
  height: 120%;
}
.wonders-bali .list-container .card .name {
  display: flex;
  font-size: calc(15 / var(--base-size) * 100vw);
  align-items: center;
  margin-top: calc(10 / var(--base-size) * 100vw);
  padding-bottom: calc(10 / var(--base-size) * 100vw);
  color: var(--color-gold);
  justify-content: space-between;
  transition: opacity 1s ease-in-out;
}
@media only screen and (max-width: 879px) {
  .wonders-bali .list-container .card .name {
    font-size: calc(12 / var(--base-size) * 100vw);
  }
}
.wonders-bali .list-container .card .name-group {
  gap: calc(10 / var(--base-size) * 100vw);
  display: flex;
}

.book-driver {
  overflow: hidden;
  position: relative;
  padding-top: calc(150 / var(--base-size) * 100vw);
  padding-bottom: calc(200 / var(--base-size) * 100vw);
  background-color: #FFF;
}
@media only screen and (max-width: 879px) {
  .book-driver {
    padding-top: 0;
    margin-top: calc(100 / var(--base-size) * 100vw);
    padding-bottom: calc(150 / var(--base-size) * 100vw);
  }
}
.book-driver::before {
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  content: "";
  position: absolute;
  pointer-events: none;
  background-color: var(--color-bamboo);
}
.book-driver .main-container {
  display: grid;
  grid: calc(150 / var(--base-size) * 100vw);
  grid-column: 3/11;
  grid-template-columns: 50% 1fr;
}
@media only screen and (max-width: 879px) {
  .book-driver .main-container {
    padding: 0;
    display: block;
  }
}
.book-driver .main-container .parallax {
  z-index: 6;
  height: calc(800 / var(--base-size) * 100vw);
  position: relative;
  border-radius: calc(10 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .book-driver .main-container .parallax {
    height: calc(500 / var(--base-size) * 100vw);
  }
}
.book-driver .main-container .parallax img {
  width: 100%;
}
.book-driver .main-container .content {
  z-index: 3;
  color: #FFF;
  display: flex;
  position: relative;
  mix-blend-mode: difference;
  padding-top: calc(100 / var(--base-size) * 100vw);
  padding-left: calc(200 / var(--base-size) * 100vw);
  padding-bottom: calc(100 / var(--base-size) * 100vw);
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 879px) {
  .book-driver .main-container .content {
    padding: 0 calc(20 / var(--base-size) * 100vw);
    margin-top: calc(50 / var(--base-size) * 100vw);
  }
}
.book-driver .main-container .content h2 {
  margin-bottom: 0;
  flex: 0 0 calc(100 / var(--base-size) * 100vw);
  font-size: calc(var(--f-size-sub) / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .book-driver .main-container .content h2 {
    flex: 0 auto;
    margin-bottom: calc(20 / var(--base-size) * 100vw);
  }
}
.book-driver .main-container .content .description {
  flex: 1 auto;
}
@media only screen and (max-width: 879px) {
  .book-driver .main-container .content .button-wrapper {
    margin-top: calc(50 / var(--base-size) * 100vw);
  }
}
.book-driver .main-container .content .button-wrapper a {
  color: #FFF;
}
@media only screen and (max-width: 879px) {
  .book-driver .main-container .content .button-wrapper a {
    margin-top: calc(100 / var(--base-size) * 100vw);
  }
}

.free-banner {
  position: relative;
}
.free-banner .grid {
  z-index: 7;
  width: 100%;
  bottom: calc(100 / var(--base-size) * 100vw);
  position: absolute;
}
.free-banner .grid h2 {
  color: #FFF;
  grid-column: 1/13;
  text-align: center;
  font-size: calc(var(--f-size-h1) / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .free-banner .grid h2 {
    text-align: left;
    padding: 0 calc(20 / var(--base-size) * 100vw);
  }
}
.free-banner .grid h2 span {
  font-weight: 600;
}
.free-banner .parallax {
  height: 100vh;
}
.free-banner .parallax img {
  width: 100vw;
  -o-object-position: left;
     object-position: left;
}

.experience-summary {
  padding: calc(var(--section-margin) / var(--base-size) * 100vw) 0;
}
@media only screen and (max-width: 879px) {
  .experience-summary {
    padding-bottom: 0;
  }
}
.experience-summary .mobile {
  display: none;
  margin-bottom: calc(20 / var(--base-size) * 100vw);
  padding-left: calc(20 / var(--base-size) * 100vw);
  font-size: calc(var(--f-size-sub) / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .experience-summary .mobile {
    display: block;
  }
}
.experience-summary .candid {
  padding-left: calc(120 / var(--base-size) * 100vw);
  grid-column: 1/7;
}
@media only screen and (max-width: 879px) {
  .experience-summary .candid {
    padding-left: 0;
  }
}
.experience-summary .candid .parallax {
  height: 90vh;
  border-radius: calc(10 / var(--base-size) * 100vw);
}
.experience-summary .candid .parallax img {
  width: 100%;
}
.experience-summary .description {
  grid-column: 9/12;
  padding-top: calc(100 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .experience-summary .description {
    color: #444;
    background-color: #FFF7F4;
    padding: calc(40 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw) calc(40 / var(--base-size) * 100vw);
  }
}
@media only screen and (max-width: 879px) {
  .experience-summary .description h2 {
    display: none;
  }
}
.experience-summary .description p {
  display: block;
  font-size: calc(25 / var(--base-size) * 100vw);
  line-height: 1.5;
  margin-top: calc(150 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .experience-summary .description p {
    margin-top: 0;
    font-size: calc(16 / var(--base-size) * 100vw);
    padding-right: calc(40 / var(--base-size) * 100vw);
  }
}
.experience-summary .description p strong {
  font-weight: normal;
}
.experience-summary .description .parallax {
  width: 70%;
  margin: 0 auto;
  height: calc(450 / var(--base-size) * 100vw);
  margin-top: calc(200 / var(--base-size) * 100vw);
  border-radius: calc(10 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .experience-summary .description .parallax {
    margin: calc(60 / var(--base-size) * 100vw) 0 0 auto;
    height: calc(280 / var(--base-size) * 100vw);
  }
}
.experience-summary .description .parallax img {
  width: 100%;
  height: 100%;
}

.gallery-section-wrapper .header {
  padding-left: calc(120 / var(--base-size) * 100vw);
  max-width: calc(800 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .gallery-section-wrapper .header {
    max-width: unset;
    padding-top: calc(100 / var(--base-size) * 100vw);
    padding-left: calc(20 / var(--base-size) * 100vw);
    padding-right: calc(40 / var(--base-size) * 100vw);
    padding-bottom: calc(50 / var(--base-size) * 100vw);
  }
}
.gallery-section-wrapper .gallery-section-scroll {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.gallery-section-wrapper .gallery-section {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: calc(150 / var(--base-size) * 100vw) 0;
}
@media only screen and (max-width: 879px) {
  .gallery-section-wrapper .gallery-section {
    margin-top: 0;
  }
}
.gallery-section-wrapper .gallery-section-item {
  display: flex;
  padding-left: calc(15 / var(--base-size) * 100vw);
  height: calc(400 / var(--base-size) * 100vw);
  flex: 0 0 auto;
  align-items: center;
}
@media only screen and (max-width: 879px) {
  .gallery-section-wrapper .gallery-section-item {
    width: calc(200 / var(--base-size) * 100vw);
    height: calc(300 / var(--base-size) * 100vw);
    flex: 0 0 calc(200 / var(--base-size) * 100vw);
  }
}
.gallery-section-wrapper .gallery-section-item figure {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
}
.gallery-section-wrapper .gallery-section-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.kecak-dance-banner {
  padding: 0 calc(120 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .kecak-dance-banner {
    padding: calc(50 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw) 0;
  }
}
.kecak-dance-banner .inner {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  grid-column: 1/13;
  border-radius: calc(10 / var(--base-size) * 100vw);
  background-color: #000;
}
@media only screen and (max-width: 879px) {
  .kecak-dance-banner .inner {
    border-radius: calc(10 / var(--base-size) * 100vw);
  }
}
.kecak-dance-banner .inner .label {
  z-index: 9;
  left: calc(40 / var(--base-size) * 100vw);
  top: calc(100 / var(--base-size) * 100vw);
  color: #FFF;
  position: absolute;
}
@media only screen and (max-width: 879px) {
  .kecak-dance-banner .inner .label {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.kecak-dance-banner .inner .title {
  z-index: 9;
  left: calc(40 / var(--base-size) * 100vw);
  color: #FFF;
  bottom: calc(150 / var(--base-size) * 100vw);
  font-weight: 700;
  position: absolute;
  font-size: calc(50 / var(--base-size) * 100vw);
  max-width: calc(600 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .kecak-dance-banner .inner .title {
    left: calc(20 / var(--base-size) * 100vw);
    width: 100%;
    width: auto;
    right: calc(20 / var(--base-size) * 100vw);
    max-width: unset;
    text-align: center;
    font-size: calc(25 / var(--base-size) * 100vw);
  }
}
.kecak-dance-banner .inner a {
  z-index: 9;
  left: calc(40 / var(--base-size) * 100vw);
  bottom: calc(40 / var(--base-size) * 100vw);
  height: calc(40 / var(--base-size) * 100vw);
  display: flex;
  cursor: pointer;
  padding: 0 calc(20 / var(--base-size) * 100vw);
  font-size: calc(16 / var(--base-size) * 100vw);
  align-items: center;
  position: absolute;
  font-weight: 700;
  color: var(--color-gold);
  background-color: #FFF;
  border-radius: calc(var(--br-button) / var(--base-size) * 100vw);
  transition: all 0.45s var(--cubic-bezier-circ);
}
@media only screen and (min-width: 879px) {
  .kecak-dance-banner .inner a:hover {
    color: #FFF;
    background-color: var(--color-gold);
  }
}
@media only screen and (max-width: 879px) {
  .kecak-dance-banner .inner a {
    left: 0;
    right: 0;
    width: calc(150 / var(--base-size) * 100vw);
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
}
.kecak-dance-banner .inner .parallax {
  height: 100%;
  overflow: hidden;
  border-radius: calc(var(--br-button) / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .kecak-dance-banner .inner .parallax {
    border-radius: calc(var(--br-button) / var(--base-size) * 100vw);
  }
}
.kecak-dance-banner .inner .parallax img {
  opacity: 0.9;
  width: 100%;
}

.activities {
  padding: calc(100 / var(--base-size) * 100vw) 0 calc(10 / var(--base-size) * 100vw);
}
.activities.home-section .header-section {
  padding: 0 calc(120 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities.home-section {
    padding-top: 0;
    padding-top: calc(50 / var(--base-size) * 100vw);
  }
  .activities.home-section .header-section {
    padding: 0 calc(20 / var(--base-size) * 100vw);
  }
  .activities.home-section h3 {
    margin-bottom: calc(20 / var(--base-size) * 100vw);
  }
}
.activities.list {
  padding-top: 0;
}
.activities h3 {
  font-size: calc(var(--f-size-h2) / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities h3 {
    text-indent: 0;
    font-size: calc(var(--f-size-sub) / var(--base-size) * 100vw);
    margin-bottom: calc(50 / var(--base-size) * 100vw);
  }
}
.activities h3 span {
  font-weight: 500;
}
.activities-listing {
  gap: calc(10 / var(--base-size) * 100vw);
  display: grid;
  padding: calc(50 / var(--base-size) * 100vw) 0 0;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 879px) {
  .activities-listing {
    gap: calc(20 / var(--base-size) * 100vw);
    padding: 0 calc(20 / var(--base-size) * 100vw);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .activities-listing > * {
    scroll-snap-align: center;
    flex-shrink: 0;
  }
  .activities-listing::-webkit-scrollbar {
    display: none;
  }
}
.activities-listing.listing .listing-card {
  width: 100%;
  height: calc(430 / var(--base-size) * 100vw);
  position: relative;
}
@media only screen and (max-width: 879px) {
  .activities-listing.listing .listing-card {
    width: 80vw;
    height: calc(250 / var(--base-size) * 100vw);
  }
}
.activities-listing.listing .listing-card::before {
  content: "";
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: calc(200 / var(--base-size) * 100vw);
  position: absolute;
  pointer-events: none;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-mask-image: linear-gradient(to top, black 20%, transparent 100%);
          mask-image: linear-gradient(to top, black 20%, transparent 100%);
}
@media only screen and (max-width: 879px) {
  .activities-listing.listing .listing-card::before {
    border-radius: 0 0 calc(8 / var(--base-size) * 100vw) calc(8 / var(--base-size) * 100vw);
  }
}
.activities-listing.listing .listing-card .detail {
  bottom: 0;
  z-index: 5;
  color: #FFF;
  font-size: calc(20 / var(--base-size) * 100vw);
  position: absolute;
  padding: 0 calc(20 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-listing.listing .listing-card .detail {
    font-size: calc(var(--f-size-body) * 1.2 / var(--base-size) * 100vw);
  }
}
.activities-listing.listing .listing-card .detail h2 {
  gap: calc(10 / var(--base-size) * 100vw);
  font-size: calc(20 / var(--base-size) * 100vw);
  max-width: calc(400 / var(--base-size) * 100vw);
  margin-bottom: calc(10 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-listing.listing .listing-card .detail h2 {
    max-width: unset;
    margin-bottom: 0;
  }
}
.activities-listing.listing .listing-card .detail .price-promo {
  display: none;
}
.activities-listing.listing .listing-card .detail .promo-price {
  color: red;
  text-decoration: line-through;
}
.activities-listing.listing .listing-card .detail .crown {
  display: none;
}
.activities-listing.listing .listing-card:first-child {
  grid-row: 1/3;
  height: calc(870 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-listing.listing .listing-card:first-child {
    height: calc(250 / var(--base-size) * 100vw);
  }
}
.activities-listing.listing .listing-card:first-child::before {
  height: 70%;
}
.activities-listing.listing .listing-card:first-child .crown {
  display: block;
  pointer-events: none;
}
.activities-listing.listing .listing-card:first-child .crown svg {
  height: auto;
  width: calc(40 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-listing.listing .listing-card:first-child .crown svg {
    width: calc(var(--f-size-body) * 2 / var(--base-size) * 100vw);
  }
}
.activities-listing.listing .listing-card:first-child .price-promo {
  display: block;
}
.activities-listing.listing .listing-card:first-child .price-promo .big-price {
  font-size: calc(100 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-listing.listing .listing-card:first-child .price-promo .big-price {
    font-size: calc(30 / var(--base-size) * 100vw);
  }
}
.activities-listing.listing .listing-card:first-child .price {
  color: red;
  text-decoration: line-through;
}
.activities-listing.listing .listing-card .thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 879px) {
  .activities-listing.listing .listing-card .thumbnail {
    border-radius: calc(8 / var(--base-size) * 100vw);
  }
}
.activities-listing.listing .listing-card .thumbnail img {
  width: 100%;
  height: 100%;
}
.activities .button-more {
  display: flex;
  font-size: calc(22 / var(--base-size) * 100vw);
  margin: calc(40 / var(--base-size) * 100vw) auto 0;
  justify-content: center;
  color: var(--color-gold);
}
@media only screen and (max-width: 879px) {
  .activities .button-more {
    font-size: calc(15 / var(--base-size) * 100vw);
    padding-left: calc(20 / var(--base-size) * 100vw);
    justify-content: flex-start;
  }
}
.activities-categories .inner {
  padding: 0 calc(120 / var(--base-size) * 100vw) calc(100 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-categories .inner {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
.activities-categories .inner .detail {
  display: flex;
  grid-column: 1/6;
  padding-top: calc(150 / var(--base-size) * 100vw);
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 879px) {
  .activities-categories .inner .detail {
    order: 2;
    padding: calc(20 / var(--base-size) * 100vw);
  }
}
.activities-categories .inner .detail .content {
  padding-right: calc(100 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-categories .inner .detail .content {
    padding-right: 0;
  }
}
.activities-categories .inner .detail .button-categories {
  margin: 0;
  width: calc(400 / var(--base-size) * 100vw);
  height: calc(50 / var(--base-size) * 100vw);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 879px) {
  .activities-categories .inner .detail .button-categories {
    width: 100%;
    height: calc(40 / var(--base-size) * 100vw);
    margin-top: calc(40 / var(--base-size) * 100vw);
  }
}
.activities-categories .inner .detail .button-categories svg {
  bottom: 0;
  top: calc(14 / var(--base-size) * 100vw);
  right: calc(10 / var(--base-size) * 100vw);
  width: calc(20 / var(--base-size) * 100vw);
  height: calc(20 / var(--base-size) * 100vw);
  position: absolute;
}
@media only screen and (max-width: 879px) {
  .activities-categories .inner .detail .button-categories svg {
    top: calc(8 / var(--base-size) * 100vw);
  }
}
.activities-categories .inner .detail .button-categories .button {
  width: 100%;
  gap: calc(10 / var(--base-size) * 100vw);
  height: 100%;
  display: flex;
  cursor: pointer;
  padding: 0 calc(20 / var(--base-size) * 100vw);
  align-items: center;
}
.activities-categories .inner .detail .button-categories .button span {
  color: var(--color-gold);
}
.activities-categories .inner .detail .button-categories ul {
  margin: 0;
  left: -1px;
  top: calc(48 / var(--base-size) * 100vw);
  padding: 0;
  opacity: 0;
  z-index: 999;
  width: calc(400 / var(--base-size) * 100vw);
  list-style: none;
  position: absolute;
  pointer-events: none;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transform: translateY(calc(10 / var(--base-size) * 100vw));
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.71s var(--cubic-bezier-circ);
}
.activities-categories .inner .detail .button-categories ul.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
@media only screen and (max-width: 879px) {
  .activities-categories .inner .detail .button-categories ul {
    width: calc(100% + 2px);
  }
}
.activities-categories .inner .detail .button-categories ul li::before {
  display: none;
}
.activities-categories .inner .detail .button-categories ul li a {
  display: block;
  padding: calc(10 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
  color: var(--color-gold);
}
.activities-categories .inner .banner {
  grid-column: 7/13;
  height: calc(500 / var(--base-size) * 100vw);
  margin-right: calc(-120 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-categories .inner .banner {
    order: 1;
  }
}
.activities-categories .inner .banner figure {
  width: 100%;
  height: calc(500 / var(--base-size) * 100vw);
}
.activities-categories .inner .banner figure img {
  width: 100%;
  height: 100%;
}
.activities-categories .inner .all-activities {
  gap: calc(20 / var(--base-size) * 100vw);
  display: grid;
  grid-column: 1/13;
  margin-top: calc(100 / var(--base-size) * 100vw);
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 879px) {
  .activities-categories .inner .all-activities {
    order: 3;
    padding: 0 calc(20 / var(--base-size) * 100vw);
    margin-top: calc(50 / var(--base-size) * 100vw);
    grid-template-columns: repeat(1, 1fr);
  }
  .activities-categories .inner .all-activities .activity-card-global {
    width: 100%;
  }
}

.others-activity {
  padding: calc(200 / var(--base-size) * 100vw) calc(120 / var(--base-size) * 100vw);
  border-left: 1px solid #000;
}
@media only screen and (max-width: 879px) {
  .others-activity {
    padding: calc(40 / var(--base-size) * 100vw) 0;
  }
  .others-activity.recommend-activities .header {
    padding: 0 calc(20 / var(--base-size) * 100vw);
  }
}
.others-activity .header {
  width: 100%;
  height: auto;
  margin-bottom: calc(100 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .others-activity .header {
    padding: 0;
    margin-bottom: calc(50 / var(--base-size) * 100vw);
  }
}
.others-activity .header h2 {
  font-size: calc(18 / var(--base-size) * 100vw);
  color: var(--color-gold);
}
.others-activity .header .description {
  font-size: calc(24 / var(--base-size) * 100vw);
  max-width: calc(700 / var(--base-size) * 100vw);
}
.others-activity .listing {
  gap: calc(20 / var(--base-size) * 100vw);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 879px) {
  .others-activity .listing {
    padding: 0 calc(20 / var(--base-size) * 100vw);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .others-activity .listing > * {
    scroll-snap-align: center;
    flex-shrink: 0;
  }
  .others-activity .listing::-webkit-scrollbar {
    display: none;
  }
}
.others-activity .listing .card {
  width: 100%;
  height: calc(270 / var(--base-size) * 100vw);
  position: relative;
}
@media only screen and (max-width: 879px) {
  .others-activity .listing .card {
    width: 80vw;
    height: calc(250 / var(--base-size) * 100vw);
    flex: 0 0 80vw;
    overflow: hidden;
    border-radius: calc(8 / var(--base-size) * 100vw);
  }
}
.others-activity .listing .card::before {
  content: "";
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: calc(200 / var(--base-size) * 100vw);
  position: absolute;
  pointer-events: none;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-mask-image: linear-gradient(to top, black 20%, transparent 100%);
          mask-image: linear-gradient(to top, black 20%, transparent 100%);
}
.others-activity .listing .card h3 {
  bottom: 0;
  z-index: 9;
  color: #FFF;
  padding: calc(20 / var(--base-size) * 100vw);
  margin-bottom: 0;
  position: absolute;
}
.others-activity .listing .card figure {
  width: 100%;
  height: calc(270 / var(--base-size) * 100vw);
}
.others-activity .listing .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.activity-card-global {
  width: 100%;
  margin-bottom: calc(40 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activity-card-global {
    width: calc(300 / var(--base-size) * 100vw);
  }
}
.activity-card-global a {
  display: block;
}
.activity-card-global .header {
  display: flex;
  position: relative;
  margin-bottom: calc(15 / var(--base-size) * 100vw);
  align-items: center;
  justify-content: space-between;
}
.activity-card-global .package-label {
  z-index: 9;
  color: #FFF;
  height: calc(20 / var(--base-size) * 100vw);
  padding: 0 calc(10 / var(--base-size) * 100vw);
  font-size: calc(12 / var(--base-size) * 100vw);
  line-height: calc(20 / var(--base-size) * 100vw);
  border-radius: calc(5 / var(--base-size) * 100vw);
  background-color: var(--color-gold);
}
.activity-card-global h2 {
  bottom: 0;
  z-index: 9;
  color: #444;
  margin-bottom: 0;
  font-size: calc(18 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activity-card-global h2 {
    font-size: calc(15 / var(--base-size) * 100vw) !important;
  }
}
@media only screen and (max-width: 879px) {
  .activity-card-global .header {
    padding: 0 !important;
  }
}
.activity-card-global .thumbnail {
  width: 100%;
  height: calc(300 / var(--base-size) * 100vw);
  overflow: hidden;
  position: relative;
  border: 1px solid #000;
  border-radius: calc(10 / var(--base-size) * 100vw);
  background-color: #f5f5f5;
}
@media only screen and (max-width: 879px) {
  .activity-card-global .thumbnail {
    height: calc(230 / var(--base-size) * 100vw);
  }
}
.activity-card-global .thumbnail::before {
  content: "";
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: calc(200 / var(--base-size) * 100vw);
  position: absolute;
  pointer-events: none;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-mask-image: linear-gradient(to top, black 20%, transparent 100%);
          mask-image: linear-gradient(to top, black 20%, transparent 100%);
}
@media only screen and (max-width: 879px) {
  .activity-card-global .thumbnail::before {
    border-radius: 0 0 calc(8 / var(--base-size) * 100vw) calc(8 / var(--base-size) * 100vw);
  }
}
.activity-card-global .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity-card-global .detail-footer {
  bottom: 0;
  z-index: 9;
  width: 100%;
  color: #FFF;
  font-size: calc(18 / var(--base-size) * 100vw);
  position: absolute;
  flex-direction: row;
  margin-top: calc(10 / var(--base-size) * 100vw);
  justify-content: space-between;
}
@media only screen and (max-width: 879px) {
  .activity-card-global .detail-footer {
    font-size: calc(15 / var(--base-size) * 100vw);
  }
}
.activity-card-global .detail-footer .activity-price-container {
  padding: calc(20 / var(--base-size) * 100vw);
  justify-content: center;
}
.activity-card-global .detail-footer .button-action {
  bottom: 0;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.activity-card-global .detail-footer .button-action:after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.activity-card-global .detail-footer .button-action .button {
  width: 100%;
  display: flex;
  height: calc(40 / var(--base-size) * 100vw);
  font-size: calc(15 / var(--base-size) * 100vw);
  padding: 0 calc(20 / var(--base-size) * 100vw);
  text-align: center;
  align-items: center;
  justify-content: center;
}
.activity-card-global .detail-footer .button-action a {
  gap: calc(10 / var(--base-size) * 100vw);
  color: #FFF;
  display: flex;
  align-items: center;
}
.activity-card-global .detail-footer .button-action a svg {
  width: calc(15 / var(--base-size) * 100vw);
  height: calc(15 / var(--base-size) * 100vw);
}

.activity-price-container {
  display: flex;
  gap: calc(10 / var(--base-size) * 100vw);
}
.activity-price-container .discount {
  color: red;
  text-decoration: line-through;
}

.activities-single-wrapper-inner {
  gap: 0;
  width: 100vw;
}
.activities-single-wrapper-inner-content {
  grid-column: 1/9;
}
.activities-single-wrapper-inner-content .content-wrapper-banner {
  width: 100%;
  height: calc(500 / var(--base-size) * 100vw);
  overflow: hidden;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-banner {
    height: calc(400 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-content .content-wrapper-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activities-single-wrapper-inner-content .content-wrapper-header {
  width: 100%;
  display: flex;
  height: calc(60 / var(--base-size) * 100vw);
  align-items: center;
  padding-left: calc(20 / var(--base-size) * 100vw);
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-header {
    height: auto;
    display: block;
    padding: calc(20 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-content .content-wrapper-header h1 {
  font-size: calc(25 / var(--base-size) * 100vw);
  margin-bottom: 0;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-header h1 {
    font-size: calc(18 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-content .content-wrapper-header .title-price {
  gap: calc(20 / var(--base-size) * 100vw);
  display: flex;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-header .title-price {
    display: block;
  }
}
.activities-single-wrapper-inner-content .content-wrapper-header .title-price .activity-price-container {
  gap: calc(10 / var(--base-size) * 100vw);
  display: flex;
  font-size: calc(16 / var(--base-size) * 100vw);
  align-items: center;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-header .title-price .activity-price-container {
    margin: calc(5 / var(--base-size) * 100vw) 0;
    font-size: calc(14 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-content .content-wrapper-header .title-price .booking-button a {
  display: flex;
  color: #FFF;
  height: calc(60 / var(--base-size) * 100vw);
  font-size: calc(16 / var(--base-size) * 100vw);
  padding: 0 calc(20 / var(--base-size) * 100vw);
  align-items: center;
  justify-content: center;
  background-color: var(--color-gold);
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-header .title-price .booking-button {
    display: flex;
  }
  .activities-single-wrapper-inner-content .content-wrapper-header .title-price .booking-button a {
    height: auto;
    font-size: calc(12 / var(--base-size) * 100vw);
    border-radius: calc(5 / var(--base-size) * 100vw);
    padding: calc(5 / var(--base-size) * 100vw) calc(10 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-content .content-wrapper-description {
  gap: calc(100 / var(--base-size) * 100vw);
  display: grid;
  padding: calc(50 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
  grid-template-columns: calc(300 / var(--base-size) * 100vw) 1fr;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-description {
    display: block;
  }
}
.activities-single-wrapper-inner-content .content-wrapper-description .side-left .booking-button {
  margin-top: calc(30 / var(--base-size) * 100vw);
}
.activities-single-wrapper-inner-content .content-wrapper-description .side-left .booking-button a {
  font-size: calc(16 / var(--base-size) * 100vw);
  color: var(--color-gold);
}
.activities-single-wrapper-inner-content .content-wrapper-description .side-left .categories {
  opacity: 0.5;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-description .side-left .categories {
    margin-bottom: calc(20 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-content .content-wrapper-description .side-right {
  padding-right: calc(150 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-description .side-right {
    padding-right: 0;
  }
}
.activities-single-wrapper-inner-content .content-wrapper-description details {
  font-size: calc(17 / var(--base-size) * 100vw);
  margin-top: calc(20 / var(--base-size) * 100vw);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.activities-single-wrapper-inner-content .content-wrapper-description details[open] summary::after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-description details {
    font-size: calc(15 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-content .content-wrapper-description details summary {
  width: 100%;
  display: flex;
  cursor: pointer;
  list-style: none;
  padding: calc(15 / var(--base-size) * 100vw) 0;
  font-size: calc(20 / var(--base-size) * 100vw);
  position: relative;
  color: var(--color-gold);
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-description details summary {
    font-size: calc(14 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-content .content-wrapper-description details summary:after {
  content: "+";
  transition: transform 0.45s ease-in-out;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-description details summary {
    font-size: calc(16 / var(--base-size) * 100vw);
    padding: calc(10 / var(--base-size) * 100vw) 0;
  }
}
.activities-single-wrapper-inner-content .content-wrapper-description details summary::-webkit-details-marker {
  display: none;
}
.activities-single-wrapper-inner-content .content-wrapper-description details p {
  font-size: calc(17 / var(--base-size) * 100vw) !important;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-description details p {
    font-size: calc(14 / var(--base-size) * 100vw) !important;
  }
}
.activities-single-wrapper-inner-content .content-wrapper-description details a {
  color: var(--color-gold);
}
.activities-single-wrapper-inner-content .content-wrapper-description details h2 {
  font-size: calc(20 / var(--base-size) * 100vw);
}
.activities-single-wrapper-inner-content .content-wrapper-description details .wp-block-group {
  gap: calc(20 / var(--base-size) * 100vw);
  align-items: flex-start;
  padding-bottom: calc(20 / var(--base-size) * 100vw);
}
.activities-single-wrapper-inner-content .content-wrapper-description details .wp-block-group figure {
  height: 100%;
  flex: 0 0 45%;
  height: calc(350 / var(--base-size) * 100vw);
}
.activities-single-wrapper-inner-content .content-wrapper-description details .wp-block-group figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 879px) {
  .activities-single-wrapper-inner-content .content-wrapper-description details .wp-block-group figure:hover img {
    transform: scale(1.2);
  }
}
.activities-single-wrapper-inner-featured {
  padding: 0;
  grid-column: 9/13;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-featured {
    border-left: none;
    border-top: 1px solid #000;
  }
}
.activities-single-wrapper-inner-featured .inner {
  padding: calc(60 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-featured .inner {
    padding: 0;
  }
  .activities-single-wrapper-inner-featured .inner .header-overview {
    padding: 0 calc(20 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-featured .inner .listing {
  padding: 0;
  display: block;
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-featured .inner .listing {
    display: flex;
    padding: 0 calc(20 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-featured .inner .header-overview {
  margin-bottom: calc(60 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .activities-single-wrapper-inner-featured .inner .header-overview {
    padding-top: calc(40 / var(--base-size) * 100vw);
  }
}
.activities-single-wrapper-inner-featured .inner .header-overview h2 {
  font-size: calc(18 / var(--base-size) * 100vw);
  color: var(--color-gold);
}

.about-bali-vana .inner {
  gap: 0;
}
.about-bali-vana .inner .detail {
  display: flex;
  line-height: 1.4;
  grid-column: 7/13;
  max-width: calc(650 / var(--base-size) * 100vw);
  padding-left: calc(120 / var(--base-size) * 100vw);
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 879px) {
  .about-bali-vana .inner .detail {
    line-height: 1.3;
    padding-left: calc(100 / var(--base-size) * 100vw);
    padding-top: calc(40 / var(--base-size) * 100vw);
    padding-right: calc(20 / var(--base-size) * 100vw);
    padding-bottom: calc(40 / var(--base-size) * 100vw);
  }
}
.about-bali-vana .inner .detail .content {
  padding-top: calc(20 / var(--base-size) * 100vw);
  color: var(--color-soft-dark);
}
.about-bali-vana .inner .banner {
  grid-column: 1/7;
}
@media only screen and (max-width: 879px) {
  .about-bali-vana .inner .banner {
    padding-right: calc(20 / var(--base-size) * 100vw);
  }
}
.about-bali-vana .inner .banner figure {
  width: 100%;
  display: block;
  height: 100vh;
}
@media only screen and (max-width: 879px) {
  .about-bali-vana .inner .banner figure {
    height: 70vh;
    min-height: unset;
  }
}
.about-bali-vana .inner .banner figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 879px) {
  .about-bali-vana .inner .banner figure img {
    height: inherit;
    min-height: unset;
  }
}
.about-bali-vana.contact-page .contact-detail strong {
  opacity: 0.7;
  font-weight: normal;
}

.global-page {
  align-items: center;
}
.global-page .side-section {
  min-height: 100vh;
  grid-column: 1/6;
  position: relative;
}
.global-page .side-section figure {
  width: 100%;
  height: 100vh;
  display: block;
}
.global-page .side-section figure img {
  width: 100%;
  height: 100vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-page .content {
  grid-column: 7/13;
  padding-left: calc(100 / var(--base-size) * 100vw);
  padding-right: calc(200 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .global-page .content {
    padding: calc(40 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
  }
}

.button-booking.transport {
  display: flex;
  margin-top: calc(20 / var(--base-size) * 100vw);
}
.button-booking.transport a {
  height: calc(50 / var(--base-size) * 100vw);
  display: flex;
  align-items: center;
  padding: 0 calc(30 / var(--base-size) * 100vw);
  justify-content: center;
  color: var(--color-sand);
  background-color: var(--color-gold);
}
@media only screen and (max-width: 879px) {
  .button-booking.transport {
    height: calc(45 / var(--base-size) * 100vw);
    display: flex;
    border-radius: calc(8 / var(--base-size) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .button-booking.transport a {
    width: 100%;
    border-radius: calc(5 / var(--base-size) * 100vw);
  }
}

.top-banner-layout-page {
  width: 100%;
}
.top-banner-layout-page .banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.top-banner-layout-page .banner figure {
  height: 100vh;
  overflow: hidden;
}
.top-banner-layout-page .banner h1 {
  z-index: 9;
  left: calc(120 / var(--base-size) * 100vw);
  bottom: calc(100 / var(--base-size) * 100vw);
  font-weight: 300;
  margin-bottom: 0;
  position: absolute;
  color: var(--color-sand);
  font-size: calc(var(--f-size-h1) / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .top-banner-layout-page .banner h1 {
    left: calc(20 / var(--base-size) * 100vw);
    bottom: calc(300 / var(--base-size) * 100vw);
  }
}
.top-banner-layout-page .banner img {
  width: 100%;
}
.top-banner-layout-page .banner .scroll-down {
  z-index: 9;
  right: calc(120 / var(--base-size) * 100vw);
  bottom: calc(100 / var(--base-size) * 100vw);
  font-size: calc(14 / var(--base-size) * 100vw);
  position: absolute;
  color: var(--color-sand);
}
@media only screen and (max-width: 879px) {
  .top-banner-layout-page .banner .scroll-down {
    left: calc(20 / var(--base-size) * 100vw);
    right: unset;
    bottom: calc(100 / var(--base-size) * 100vw);
  }
}

.wp-block-group.overview {
  padding: calc(100 / var(--base-size) * 100vw) calc(120 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .wp-block-group.overview {
    padding: 0 calc(20 / var(--base-size) * 100vw) calc(50 / var(--base-size) * 100vw);
  }
}
.wp-block-group.overview.last-section {
  padding-bottom: 0;
  padding-top: calc(100 / var(--base-size) * 100vw);
}
.wp-block-group.card-wrapper-container {
  padding: calc(200 / var(--base-size) * 100vw) 0;
}
@media only screen and (max-width: 879px) {
  .wp-block-group.card-wrapper-container {
    padding-top: calc(100 / var(--base-size) * 100vw);
  }
}
.wp-block-group.card-wrapper-container h3 {
  color: var(--color-gold);
}
.wp-block-group.card-wrapper-container .two-column-card {
  display: grid;
  margin: 0 auto;
  width: calc(1440 / var(--base-size) * 100vw);
  padding: calc(200 / var(--base-size) * 100vw) 0;
  grid-template-columns: calc(700 / var(--base-size) * 100vw) 1fr;
}
@media only screen and (max-width: 879px) {
  .wp-block-group.card-wrapper-container .two-column-card {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .wp-block-group.card-wrapper-container .two-column-card .header-content {
    width: 100%;
  }
}
.wp-block-group.card-wrapper-container .two-column-card.image-left .wp-block-group__inner-container {
  padding-left: calc(220 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .wp-block-group.card-wrapper-container .two-column-card.image-left .wp-block-group__inner-container {
    padding: calc(20 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw) calc(50 / var(--base-size) * 100vw) calc(100 / var(--base-size) * 100vw);
  }
}
.wp-block-group.card-wrapper-container .two-column-card figure {
  width: calc(700 / var(--base-size) * 100vw);
  height: calc(900 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .wp-block-group.card-wrapper-container .two-column-card figure {
    width: 100%;
    height: 90vw;
  }
}
.wp-block-group.card-wrapper-container .two-column-card figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.wp-block-group.card-wrapper-container .two-column-card figure.parallax img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 140% !important;
}
.wp-block-group.card-wrapper-container .two-column-card.image-right {
  grid-template-columns: 1fr calc(700 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .wp-block-group.card-wrapper-container .two-column-card.image-right {
    display: flex;
    flex-direction: column-reverse;
  }
  .wp-block-group.card-wrapper-container .two-column-card.image-right .header-content {
    padding-top: calc(50 / var(--base-size) * 100vw);
    background-color: var(--color-sand);
  }
}
.wp-block-group.card-wrapper-container .two-column-card.image-right .wp-block-group__inner-container {
  padding-right: calc(220 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .wp-block-group.card-wrapper-container .two-column-card.image-right .wp-block-group__inner-container {
    padding: calc(20 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw) calc(50 / var(--base-size) * 100vw) calc(100 / var(--base-size) * 100vw);
  }
}
@media only screen and (max-width: 879px) {
  .wp-block-group.card-wrapper-container .two-column-card.image-right.header .wp-block-group:first-child {
    display: none;
  }
}

.fullsize-banner {
  width: 100vw;
  height: 100vh;
}
.fullsize-banner img {
  max-height: unset;
}

.gallery-wrapper .gallery-header {
  padding-top: calc(200 / var(--base-size) * 100vw);
  text-align: center;
  padding-bottom: calc(100 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .gallery-wrapper .gallery-header {
    padding-top: calc(100 / var(--base-size) * 100vw);
    padding-bottom: calc(20 / var(--base-size) * 100vw);
  }
}
.gallery-wrapper .gallery {
  display: grid;
  width: 100vw;
  gap: calc(100 / var(--base-size) * 100vw);
  padding: 0 calc(120 / var(--base-size) * 100vw) calc(100 / var(--base-size) * 100vw);
  grid-template-columns: repeat(3, 1fr);
}
.gallery-wrapper .gallery.mobile {
  display: none;
}
@media only screen and (max-width: 879px) {
  .gallery-wrapper .gallery {
    gap: calc(20 / var(--base-size) * 100vw);
    padding: 0 calc(20 / var(--base-size) * 100vw) calc(100 / var(--base-size) * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-wrapper .gallery.mobile {
    display: grid;
  }
  .gallery-wrapper .gallery.dekstop {
    display: none;
  }
}
.gallery-wrapper .gallery .group {
  width: 100%;
  padding-top: calc(200 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .gallery-wrapper .gallery .group {
    padding-top: 0;
  }
}
.gallery-wrapper .gallery .group:nth-of-type(2) {
  padding-top: 0;
}
.gallery-wrapper .gallery .group .image-wrapper {
  width: 100%;
  margin-bottom: calc(20 / var(--base-size) * 100vw);
}
.gallery-wrapper .gallery .group .image-wrapper figure {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 879px) {
  .gallery-wrapper .gallery .group .image-wrapper figure {
    height: calc(200 / var(--base-size) * 100vw);
    border-radius: calc(5 / var(--base-size) * 100vw);
  }
}
.gallery-wrapper .gallery .group .image-wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  position: relative;
  padding: calc(100 / var(--base-size) * 100vw) 0 0;
  color: var(--color-soft-dark);
  border-top: 1px solid #000;
}
.footer::before {
  top: 0;
  z-index: 1;
  content: "";
  width: 1px;
  left: 50vw;
  height: 100%;
  position: absolute;
  background-color: var(--color-soft-dark);
}
@media only screen and (max-width: 879px) {
  .footer::before {
    display: none;
  }
}
@media only screen and (max-width: 879px) {
  .footer {
    width: 100%;
    padding: calc(100 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw) 0;
  }
}
@media only screen and (max-width: 879px) {
  .footer-content {
    padding: 0;
    margin: 0 auto;
  }
}
.footer-content-top {
  width: 100vw;
}
@media only screen and (max-width: 879px) {
  .footer-content-top {
    display: block;
  }
}
.footer-content-top a {
  grid-column: 1/4;
  margin-left: calc(120 / var(--base-size) * 100vw);
  color: var(--color-soft-dark);
}
@media only screen and (max-width: 879px) {
  .footer-content-top a {
    margin-left: 0;
    display: block;
    margin-bottom: calc(20 / var(--base-size) * 100vw);
  }
}
.footer-content-top a svg {
  width: 100%;
  height: auto;
}
.footer-content-top a svg path {
  fill: var(--color-soft-dark);
}
@media only screen and (max-width: 879px) {
  .footer-content-top a svg {
    height: auto;
    width: calc(200 / var(--base-size) * 100vw);
    transform: none;
  }
}
.footer-content-top-contact {
  grid-column: 7/12;
  font-size: calc(15 / var(--base-size) * 100vw);
  padding-left: calc(120 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .footer-content-top-contact {
    padding-left: 0;
    font-size: calc(13 / var(--base-size) * 100vw);
  }
}
.footer-content-top-contact .item {
  margin: 0 auto;
  margin-bottom: calc(5 / var(--base-size) * 100vw);
}
.footer-content-top-contact .item h4 {
  height: auto;
  font-size: calc(15 / var(--base-size) * 100vw);
  margin-bottom: calc(10 / var(--base-size) * 100vw);
  color: var(--color-gold);
}
.footer-content-top-contact .item.social-media h4 {
  margin-top: calc(20 / var(--base-size) * 100vw);
}
.footer-content-top-contact .item.social-media a {
  margin-left: 0;
  margin-right: calc(20 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .footer-content-top-contact .item.social-media a {
    display: inline-flex;
  }
}
.footer-content-top-contact .address {
  margin-top: calc(20 / var(--base-size) * 100vw);
}
.footer-content-top-contact h4 {
  height: calc(60 / var(--base-size) * 100vw);
  font-size: calc(24 / var(--base-size) * 100vw);
  padding-top: calc(3 / var(--base-size) * 100vw);
  white-space: nowrap;
  margin-bottom: calc(28 / var(--base-size) * 100vw);
  font-family: var(--font-main-black);
}
@media only screen and (max-width: 879px) {
  .footer-content-top-contact h4 {
    margin-bottom: calc(24 / var(--base-size) * 100vw);
  }
}
.footer-content-top-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-content-top-contact ul li {
  margin-bottom: calc(13 / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  .footer-content-top-contact ul li {
    margin-bottom: calc(19 / var(--base-size) * 100vw);
  }
}
.footer-content-top-contact ul a {
  font-size: calc(17 / var(--base-size) * 100vw);
  color: var(--color-soft-dark);
  transition: color 0.45s var(--cubic-bezier);
}
@media only screen and (min-width: 879px) {
  .footer-content-top-contact ul a:hover {
    color: #93EA4E;
  }
}
.footer-content-bottom {
  z-index: 2;
  display: flex;
  font-size: calc(16 / var(--base-size) * 100vw);
  margin-top: calc(83 / var(--base-size) * 100vw);
  padding: calc(20 / var(--base-size) * 100vw) calc(120 / var(--base-size) * 100vw);
  line-height: calc(36.59 / var(--base-size) * 100vw);
  position: relative;
  background-color: #FFF;
  justify-content: space-between;
  border-top: 1px dotted rgba(45, 45, 45, 0.5);
}
.footer-content-bottom a {
  color: var(--color-gold);
}
.footer-content-bottom-a .desktop {
  gap: calc(10 / var(--base-size) * 100vw);
  display: flex;
}
@media only screen and (max-width: 879px) {
  .footer-content-bottom-a .desktop {
    display: none;
  }
}
@media only screen and (max-width: 879px) {
  .footer-content-bottom {
    height: auto;
    font-size: calc(13 / var(--base-size) * 100vw);
    border-top: none;
    margin: calc(44 / var(--base-size) * 100vw) calc(-20 / var(--base-size) * 100vw) 0;
    padding: calc(34 / var(--base-size) * 100vw) calc(23 / var(--base-size) * 100vw) calc(42 / var(--base-size) * 100vw);
    flex-direction: column-reverse;
  }
  .footer-content-bottom-a {
    line-height: 1.25;
  }
  .footer-content-bottom-a a {
    display: block;
    margin-bottom: calc(20 / var(--base-size) * 100vw);
  }
}
.footer-content-bottom-b {
  color: rgba(239, 240, 240, 0.6);
}
@media only screen and (max-width: 879px) {
  .footer-content-bottom-b {
    margin-top: calc(30 / var(--base-size) * 100vw);
    padding-top: calc(5 / var(--base-size) * 100vw);
    border-top: 1px solid #5B5B5B;
  }
}
.footer-content-bottom-b a {
  color: #eff0f0;
}
@media only screen and (max-width: 879px) {
  .footer-content-bottom .bali {
    margin-bottom: calc(10 / var(--base-size) * 100vw);
  }
}
.footer-content-bottom .bali svg {
  width: auto;
  height: calc(30 / var(--base-size) * 100vw);
}

.button-chat {
  z-index: 9;
  width: 50px;
  height: 50px;
  right: calc(20 / var(--base-size) * 100vw);
  bottom: calc(50 / var(--base-size) * 100vw);
  display: flex;
  position: fixed;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--color-sand);
}
.button-chat::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  transition: transform 0.5s var(--cubic-bezier);
  background-color: var(--color-sand);
}
.button-chat a {
  width: 100%;
  z-index: 3;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.button-chat svg {
  width: calc(30 / var(--base-size) * 100vw);
  height: calc(30 / var(--base-size) * 100vw);
}
.button-chat:hover::after {
  transform: scale(1.1);
}

.website-note {
  top: 0;
  width: 100%;
  display: none;
  height: calc(30 / var(--base-size) * 100vw);
  color: #FFF;
  align-items: center;
  font-size: calc(15 / var(--base-size) * 100vw);
  justify-content: center;
  background-color: red;
}

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 91;
  margin: 0 auto;
  display: flex;
  position: fixed;
  overflow: hidden;
  align-items: center;
  -webkit-backdrop-filter: blur(calc(40 / var(--base-size) * 100vw));
          backdrop-filter: blur(calc(40 / var(--base-size) * 100vw));
  height: calc(var(--header-size) / var(--base-size) * 100vw);
  justify-content: space-between;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 879px) {
  header {
    top: calc(20 / var(--base-size) * 100vw);
    left: calc(20 / var(--base-size) * 100vw);
    right: calc(20 / var(--base-size) * 100vw);
    padding: 0 calc(20 / var(--base-size) * 100vw);
    border-bottom: 0;
    border-radius: calc(5 / var(--base-size) * 100vw);
    -webkit-backdrop-filter: blur(calc(40 / var(--base-size) * 100vw));
            backdrop-filter: blur(calc(40 / var(--base-size) * 100vw));
    background-color: rgba(244, 238, 235, 0.9) !important;
  }
}
header a {
  display: flex;
  color: var(--color-gold);
}
header a.logo {
  height: inherit;
  align-items: center;
  justify-content: center;
  width: calc(var(--header-size) / var(--base-size) * 100vw);
  border-right: 1px solid #000;
}
@media only screen and (max-width: 879px) {
  header a.logo {
    width: auto;
    border-right: 0;
  }
}
header a svg {
  height: calc(50 / var(--base-size) * 100vw);
}
header a svg path {
  fill: var(--color-soft-dark);
}
@media only screen and (max-width: 879px) {
  header a svg {
    width: auto;
    height: calc(30 / var(--base-size) * 100vw);
  }
}
@media only screen and (max-width: 879px) {
  header a {
    left: 0;
    width: 100%;
  }
}
header .button-booking {
  margin-top: 0 !important;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 879px) {
  header .button-booking {
    padding: calc(20 / var(--base-size) * 100vw);
  }
}
header .button-booking a {
  height: inherit !important;
  color: #000 !important;
  background-color: transparent !important;
}
header .button-booking a:hover {
  color: #000 !important;
  background-color: var(--color-sand) !important;
}
header .burger {
  order: 3;
  z-index: 8;
  height: calc(51 / var(--base-size) * 100vw);
  padding: calc(20 / var(--base-size) * 100vw) 0;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 879px) {
  header .burger {
    display: flex;
  }
}
header .burger .line {
  height: 1px;
  width: calc(33 / var(--base-size) * 100vw);
  will-change: transform;
  transition: all 0.7s var(--cubic-bezier-circ);
  background-color: var(--color-gold);
  transform: translate3d(0, 0, 0);
}
header .burger .line:last-child {
  width: calc(20 / var(--base-size) * 100vw);
}
header .burger.active .line {
  animation: lineAnimationFirst 0.6s var(--cubic-bezier-circ) forwards;
}
header .burger.active .line:last-child {
  animation: lineAnimationLast 0.6s var(--cubic-bezier-circ) forwards;
  width: calc(33 / var(--base-size) * 100vw);
}
@keyframes lineAnimationFirst {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, calc(5 / var(--base-size) * 100vw), 0);
  }
  100% {
    transform: translate3d(0, calc(5 / var(--base-size) * 100vw), 0) rotate(45deg);
  }
}
@keyframes lineAnimationLast {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, calc(-5 / var(--base-size) * 100vw), 0) rotate(0);
  }
  100% {
    transform: translate3d(0, calc(-5 / var(--base-size) * 100vw), 0) rotate(-45deg);
  }
}
@media only screen and (max-width: 879px) {
  header .main-menu {
    display: none;
  }
}
header .main-menu ul {
  margin: 0;
  padding: 0;
  gap: calc(36 / var(--base-size) * 100vw);
  display: flex;
  list-style: none;
  align-items: center;
}
@media only screen and (max-width: 879px) {
  header .main-menu ul {
    order: 1;
  }
  header .main-menu ul li {
    list-style: none;
  }
}
header .main-menu ul li {
  display: flex;
  position: relative;
  align-items: center;
  height: calc(var(--header-size) / var(--base-size) * 100vw);
}
@media only screen and (max-width: 879px) {
  header .main-menu ul li {
    display: none;
  }
  header .main-menu ul li:last-child {
    display: flex;
  }
}
header .main-menu ul li a {
  display: flex;
  height: calc(50.7 / var(--base-size) * 100vw);
  font-size: calc(17 / var(--base-size) * 100vw);
  position: relative;
  align-items: center;
  transition: all 0.75s var(--cubic-bezier);
}
header .main-menu ul li a:hover {
  color: #cccbcb;
}
header .main-menu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
header .main-menu ul li.current-menu-item a {
  pointer-events: none;
  color: var(--color-gold);
}
header .main-menu ul li.current-menu-item ul {
  pointer-events: none;
}
header .main-menu ul li.current-menu-item ul li a {
  color: #F7F7F7;
  text-shadow: unset;
  pointer-events: auto;
}
header.add-background {
  mix-blend-mode: unset;
  background-color: #FFF;
}
header.add-background .main-menu a {
  color: var(--color-soft-dark);
}
header.add-background svg path {
  fill: var(--color-soft-dark);
}

.mobile-menu {
  z-index: 92;
  top: calc(100 / var(--base-size) * 100vw);
  left: calc(20 / var(--base-size) * 100vw);
  right: calc(20 / var(--base-size) * 100vw);
  position: fixed;
  overflow: hidden;
  border-radius: calc(5 / var(--base-size) * 100vw);
  will-change: clip-path;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  clip-path: inset(0% 0% 100% 0%);
  background-color: rgba(244, 238, 235, 0.9);
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu ul li.button-booking {
  margin-top: 0;
}
.mobile-menu ul li a {
  display: block;
  color: var(--color-gold);
  padding: calc(15 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
}
.mobile-menu ul li:last-child {
  border-radius: 0;
  border-bottom: none;
}
.mobile-menu ul li:last-child a {
  border-radius: 0;
}

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