@import url('https://fonts.googleapis.com/css2?family=Petrona:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;300;400;500;600;700;800;900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select, img, iframe {
    vertical-align: middle;
}

html {
    font-size: 125%;
}

body {
    font-family: "Petrona", serif;
    font-size: 18px;
    color: #36454F;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    cursor: default;
    overflow: hidden;
    isolation: isolate;
}

body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

[data-sensitive],
[data-hover] {
    cursor: pointer;
}

[data-sensitive] *,
[data-hover] * {
    pointer-events: none;
}

.preserve3d {
    transform-style: preserve-3d;
}

.will_change {
    will-change: transform;
}

[data-scroll-speed] {
    will-change: transform;
}

p {
    margin-bottom: 7px;
}

/************************** ABOVE **********************/

.font-be {
    font-family: 'Be Vietnam Pro', sans-serif;
}

.extraLight {
    font-weight: 300;
}

.isButton {
    cursor: pointer;
}

#latestFrom {
    width: 35%;
    position: fixed;
    top: 127px;
    left: 0;
    z-index: 1;
    background: #c0b8ab;
    padding: 2.5vw;
    min-width: 450px;
    will-change: transform;
}

#latestClose {
    display: flex;
    align-items: flex-end;
    position: relative;
    top: 5px;
    cursor: pointer;
    width: 160px;
}

#latestBody {
    padding-left: 5vw;
}

.latestTitle {
    font-size: 40px;
}

.latestText {
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
}

.latestText a {
    color: #ffffff;
    text-decoration: underline;
}

/******************************************************/

/********** FRAMEWORK ************/

.relative {
    position: relative !important;
}

.above {
    z-index: 1;
}

.flexed {
    display: flex;
    justify-content: space-between;
}

.column {
    flex-direction: column;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.flexed.vEnd {
    align-items: flex-end;
}

.flexed.oEnd {
    justify-content: flex-end;
}

.flexed.column.oEnd {
    align-items: flex-end;
}

.flexed.vStart {
    align-items: flex-start;
}

.flexed.vCenter {
    align-items: center;
}

.full_width {
    width: 100%;
    height: auto;
}

.full_height {
    height: 100%;
    width: auto;
}

.fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fit.bottom {
    object-position: bottom;
}

.fit.top {
    object-position: top;
}

.no_events {
    pointer-events: none;
}

.no_overflow {
    overflow: hidden;
}

.no_opacity {
    opacity: 0 !important;
    pointer-events: none;
}

.no_opacity.show {
    opacity: 1 !important;
    pointer-events: all;
}

.no_transition {
    transition: none !important;
}

.no_width {
    transform: scale(0, 1);
    pointer-events: none;
}

.no_height {
    transform: scale(1, 0);
    pointer-events: none;
}

.inlineBlock {
    display: inline-block;
    will-change: transform;
}

.block {
    display: block !important;
}

.top_hidden {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
}

.top_single {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.top_double {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.left_single {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    opacity: 0;
}

.right_single {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    opacity: 0;
}

.left_double {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.top_translated {
    -webkit-transform: translateY(5vw);
    transform: translateY(5vw);
}

.top_double.show,
.top_single.show,
.show .top_double,
.show .top_single,
.left_single.show,
.left_double.show,
.show .left_single,
.show .left_double {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.top_hidden.show,
.top_translated.show,
.show .top_hidden,
.show .top_translated,
.no_width.show,
.show .no_width {
    -webkit-transform: none;
    transform: none;
}

.t_container {
    transform: translateX(0);
    height: 100%;
}

.t_container:nth-child(2) {
    transition-delay: 100ms;
}

.mask_left {
    transform: translateX(50%);
    display: block;
}

.mask_left.full {
    transform: translateX(-100.1%);
}

.mask_left .t_container {
    transform: translateX(-100%);
    display: inline-flex;
    align-items: baseline;
}

.mask_left .t_container .label {
    margin-right: 10px;
}

.mask_left.full .t_container {
    transform: translateX(100.1%);
}

.t_container > img {
    transform: scale(1.05);
}

.mask_right {
    transform: translateX(-50%);
}

.mask_right .t_container {
    transform: translateX(100%);
}

.mask_right.full {
    transform: translateX(100.1%);
}

.mask_right.full .t_container {
    transform: translateX(-100.1%);
}

.mask_top {
    transform: translateY(-100.1%);
}

.mask_top .t_container {
    transform: translateY(100.1%);
}

.mask_bottom {
    transform: translateY(100.1%);
}

.mask_bottom .t_container {
    transform: translateY(-100.1%);
}

.show > .mask_bottom,
.show > .mask_left,
.show > .mask_left .t_container,
.show > .mask_left .t_container img,
.show > .mask_right,
.show > .mask_right .t_container,
.show > .mask_right .t_container img,
.show > .mask_top,
.show > .mask_top .t_container,
.show > .mask_top .t_container img,
.show > .mask_bottom,
.show > .mask_bottom .t_container,
.show > .mask_bottom .t_container img {
    transform: none;
}

.back_veil::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scale(1, 0);
    opacity: 0.3;
    background: #514641;
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    /* backface-visibility:hidden;
       -webkit-backface-visibility: hidden;*/
    z-index: -1;
}

#diningOverview .back_veil::after {
    background: #000000;
}

.back_veil.top::after {
    transform-origin: top;
}

.back_veil.left::after {
    transform-origin: left;
    transform: scale(0, 1);
}

.show.back_veil::after {
    transform: none;
}

.d50 {
    transition-delay: 50ms !important;
}

.d100 {
    transition-delay: 100ms !important;
}

.d150 {
    transition-delay: 150ms !important;
}

.d200 {
    transition-delay: 200ms !important;
}

.d250 {
    transition-delay: 250ms !important;
}

.d300 {
    transition-delay: 300ms !important;
}

.d350 {
    transition-delay: 350ms !important;
}

.d400 {
    transition-delay: 400ms !important;
}

.d400 {
    transition-delay: 450ms !important;
}

.d500 {
    transition-delay: 500ms !important;
}

.d550 {
    transition-delay: 550ms !important;
}

.d600 {
    transition-delay: 600ms !important;
}

.d700 {
    transition-delay: 700ms !important;
}

.d800 {
    transition-delay: 800ms !important;
}

.d900 {
    transition-delay: 900ms !important;
}

.has_transition_5000 {
    -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 5000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 5000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 5000ms cubic-bezier(0.19, 1, 0.22, 1);
    /* backface-visibility:hidden;
      -webkit-backface-visibility: hidden;*/
}

.has_transition_3000 {
    -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    /* backface-visibility:hidden;
       -webkit-backface-visibility: hidden;*/
}

.has_transition_2000 {
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    /* backface-visibility:hidden;
      -webkit-backface-visibility: hidden;*/
}

.has_transition_1500 {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    /* backface-visibility:hidden;
      -webkit-backface-visibility: hidden;*/
}

.has_transition_1000 {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    /* backface-visibility:hidden;
        -webkit-backface-visibility: hidden;*/
}

.has_transition_2000_inout {
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 2000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    /* backface-visibility:hidden;
       -webkit-backface-visibility: hidden;*/
}

.has_transition_1500_inout {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    /* backface-visibility:hidden;
        -webkit-backface-visibility: hidden;*/
}

.has_transition_1000_inout {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    /* backface-visibility:hidden;
      -webkit-backface-visibility: hidden;*/
}

/*************** ABOVE **************/

#mainLayer {
    height: 100vh;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100px;
    background: #006d3f;
    transform: translateY(-100px);
    will-change: transform;
}

header.show {
    transform: none;
    z-index: 9999;
}

header .menu {
    margin-left: 20px;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    min-width: 435px;
}

.menu li a {
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
}

/* GALLERY */

#gallerySection {
    min-height: 100vh;
}

#gallery header.forcedShow {
    transform: none !important;
}

#gallery header.forcedShow.forced {
    transform: translateY(-40px) !important;
}

#gallery header {
    background: rgba(81, 70, 65, 0.4);
}

#gallery header .fillColor {
    fill: #ffffff;
}

#gallery header .strokeColor {
    stroke: #ffffff;
}

#gallery header .line {
    background: #fff;
}

#gallery header .label {
    color: #fff;
}

#gallery header .penSprite {
    background-position: 0px -1px;
}

#gallery header .penIcon:after {
    background: #fff;
}

#gallery .galleryContainer {
    height: 100vh;
}

.galleryTitleContainer {
}

.galleryTitle {
    font-size: 2vw;
    padding: 10px 0;
}

.galleryBar {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    background: rgba(81, 70, 65, 0.4);
    padding: 0 2.5vw;
    box-sizing: border-box;
    justify-content: space-between;
    transform: translateY(100.01%);
}

.galleryBar.show {
    transform: none;
}

/***************************************/

header.forced {
    transform: translateY(-100px);
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

#menuBar {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 35px;
}

.article {
    transform: translate3d(0, 0, 0);
}

.mainContainer {
    max-width: 1600px;
    margin: 0 auto;
}

.mainContainer.full_width {
    width: 100%;
}

.largeContainer {
    width: calc(100% - 150px);
    margin: 0 auto;
}

.midContainer {
    width: calc(100% - 5vw);
    max-width: 1440px;
    margin: auto;
}

.subContainer {
    width: calc(100% - 5vw);
    margin: auto;
    max-width: 1330px;
}

.subContainer-fix {
    margin: auto calc(150px - 5vw);
    max-width: 100%;
    padding-bottom: 50px;
}

.subContainer.lens {
    cursor: default;
}

.paragraphContainer {
    width: calc(100% - 10vw);
    margin: auto;
    max-width: 1040px;
}

.menuController {
    display: flex;
    align-items: center;
    width: 45%;
    cursor: pointer;
}

.lines {
    margin-right: 15px;
}

.line {
    width: 33px;
    height: 1px;
    background: #fff;
}

.line._2 {
    margin-top: 5px;
}

.line.half {
    margin-top: 5px;
    width: 20px;
}

#topLines.hidden .line {
    transform: scale(0, 1);
}

.label {
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.bookNow {
    display: flex;
    align-items: center;
    width: 45%;
    position: relative;
    justify-content: flex-end;
}

.bookNow .label {
    margin-right: 0;
}

.link_target a {
    margin: 0 10px;
    font-size: 16px;
}

.lang {
    margin-left: 15px;
}

.lang a {
}

.logoFull {
    display: flex;
    flex-direction: column;
    align-items: center;
    will-change: transform;
}

.fillColor {
    fill: #fff;
}

.strokeColor {
    stroke: #fff;
}

.logotype {
    width: 350px;
}

.logotype path {
    -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 5000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 5000ms cubic-bezier(0.19, 1, 0.22, 1);
    /* backface-visibility:hidden;
       -webkit-backface-visibility: hidden;*/
    will-change: transform;
}

#menuBar .logotype path {
    will-change: transform;
}

.logotype.hidden path {
    opacity: 0;
}

.payoff {
    width: 174px;
    margin-top: 10px;
}

header .mainContainer {
    height: 100%;
}

header .fillColor {
    fill: #514641;
}

header .strokeColor {
    stroke: #514641;
}

header .line {
    background: #fff;
}

header .logoFull {
    justify-content: center;
}

header .logotype {
    width: 160px;
}

#top {
    overflow: hidden;
    position: relative;
    z-index: 1010;
}

#top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, black -150%, transparent);
    width: 100%;
    height: 200px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: opacity 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}

#top.topVeil:before {
    opacity: 1;
}

#coverPicture {
    height: 100vh;
    position: relative;
    will-change: transform;
}

#coverPicture img.hidden {
    transform: scale(1.02);
    opacity: 0;
}

#leavesLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}

#leavesLayer img.hidden {
    transform: translateY(10px);
    opacity: 0;
}

#topVeil {
    background: #000000;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}

#coverOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
}

#coverOverlay .mainContainer {
    height: 100%;
}

#coverStory {
    position: absolute;
    width: 100%;
    top: 300px;
}

#coverStory h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 400;
    text-align: center;
}

#coverStory.hidden span {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
}

#index #intro .mainContainer._2 {
    margin-top: -50px;
}

#intro {
    position: relative;
    z-index: 3;
}

#intro2 {
    background-image: url("../../assets/images/bg-intro.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: -100px;
}

#intro2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);

}

.doubleColumn-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5vw;
}

.doubleColumn-intro .text {
    min-width: 50%;
}

.smallIntro {
    font-size: 12px;
    font-weight: 600;
    color: #514641;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 10px;
}

.breadcrumb a {
    color: #fff;
    font-size: 18px;
}

.bigTitle {
    display: flex;
    flex-direction: column;
    font-weight: 300;
}

.sectionTitle_room {
    position: absolute;
    bottom: -5px;
    right: 20px;
}

.sectionTitle_room h2 {
    font-size: 120px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 100;
    color: #B9BF53;
    letter-spacing: -3px;
    line-height: 1;
}

.sectionTitle_dining {
    position: absolute;
    bottom: -15px;
    left: 20px;
}

.sectionTitle_dining h2 {
    font-size: 215px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 100;
    color: #77A8AF;
    letter-spacing: 10px;
    line-height: 1;
}

.sectionTitle_cellar {
    position: absolute;
    top: 3vw;
    left: 5vw;
}

.sectionTitle_cellar h2 {
    font-size: 36px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 100;
    color: #fff;
    display: flex;
    align-items: baseline;
}

.sectionTitle_cellar h2 span {
    font-size: 150px;
    margin-right: 40px;
    margin-left: -30px;
    letter-spacing: 12px;
}

.centered {
    text-align: center;
}

#intro .bigTitle:first-child {
    margin-top: 0;
}

.bigTitle .small {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    text-indent: 13px;
    margin-top: 15px;
}

.text {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.text.bigger {
    font-size: 22px;
    line-height: 40px;
}

.text.highlight {
    font-size: 30px;
    line-height: 60px;
}

.text.doubleColumn p {
    column-count: 2;
    column-gap: 8%;
}

.text.tripleColumn p {
    column-count: 3;
    column-gap: 5%;
}

.text.short {
    max-width: 1040px;
}

.text.shorter {
    max-width: 520px;
}

.halfMargin {
    margin-top: 2.5vw;
}

.margin {
    margin-top: 5vw;
}

.doubleMargin {
    margin-top: 8vw;
}

.tripleMargin {
    margin-top: 10vw;
}

.negativeMargin {
    margin-top: -5vw;
}

.subParagraphTitle {
    color: #bbb3a7;
    font-size: 65px;
    display: block;
}

#index #intro .subParagraphTitle {
    max-width: 600px;
}

.discoverButtonView {
    text-align: right;
    margin-top: 5vw;
    display: block;
    color: #36454F;
    margin-right: 40px;
}

.discoverButton {
    display: flex;
    align-items: flex-end;
    padding: 20px 0 20px 0;
    margin-bottom: -40px;
    position: relative;
    top: -15px;
    z-index: 3;
    text-transform: uppercase;
    will-change: transform;
}

.discoverButton_fix.halfMargin {
    margin-top: 10px;
}

.discoverButton + .discoverButton {
    margin-top: 15px;
}

#roomDetailsContainer .discoverButton + .discoverButton {
    margin-top: 35px;
}

.discoverLine {
    width: 203px;
    height: 1px;
    margin-bottom: 3px;
    margin-left: 20px;
    transform-origin: left;
    flex: 1;
}

.discoverLine.smaller {
    width: 100px;
}

.cBrown {
    color: #514641;
}

.cWaterGreen {
    color: #5F9D67;
}

.cWhite {
    color: #fff !important;
}

.cGrey {
    color: #dbd3c7;
}

.bWhite {
    background: #fff;
}

.bOlive {
    background: #fff;
}

.cOlive {
    color: #fff;
}

.bVelvetGreen {
    background: #E4D3BA;
}

.bLightBrown {
    background: #bbb3a7;
}

.cDarkBrown {
    color: #3b2d29;
}

.bOrange {
    background: #cebea4;
}

.bBrown {
    background: #514641;
}

.bMidBrown {
    background: #6a605b;
}

.bRoom {
    background: #dcd4c7;
}

.bOlive {
    background: #a5a295;
}

.bCipria {
    background: #ede5d7;
}

#roomsOverview {
    background: #77A8AF;
}

video {
    width: 100%;
}

.overviewTitle {
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.topText {
    font-weight: 400;
    font-size: 17px;
    display: block;
}

.bottomText {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.topText + .bottomText {
    margin-top: 15px;
}

.topTextContainer + .bottomText {
    margin-top: 15px;
}

#videoContainer {
    height: 52.709vw;
}

.hoverLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.hoverLeft,
.hoverRight {
    width: 50%;
}

#roomsOverview .hoverLayer  {
    width: 62%;
}

#diningOverview .hoverLayer  {
    width: 38%;
    right: 0;
    left: auto;
}

.hoverLayer [data-disabled="true"] {
    cursor: default;
}

#roomsWidget {
    display: flex;
}

.to_left_end {
    margin-left: -2.5vw;
}

.roomDescriptionLayer {
    width: 38%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    padding: 0 2.5vw;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 2;
}

.roomDescription {
    font-size: 72px;
    position: relative;
    top: -2.5vw;
    display: none;
}

.roomDescription.active {
    display: block;
}

.roomDescription > span {
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.roomDescription > span:first-child {
    margin-top: 0;
}

.roomDescription > span > span {
    display: block;
}

.roomPicLayer {
    height: 44.548vw;
}

.roomPicContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#roomsWidget .scrollContainer {
    position: relative;
    z-index: 0;
    height: 101%;
}

#roomsWidget .discoverButton {
    margin-top: 0px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 200px;
    top: auto;
    pointer-events: all;
}

.controlsBar {
    display: none;
}

#diningWidgetBackgrounds {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.diningBackground {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scale(0, 1);
}

.diningBackground._4 {
    background: #514641;
}

.diningBackground._3 {
    background: #786a65;
    /*transform: scale(0.0253,1);*/
}

.diningBackground._2 {
    background: #938580;
    /* transform: scale(0.01686,1);*/
}

.diningBackground._1 {
    background: #a79893;
    /*  transform: scale(0.00843,1); */
}

.diningBackground.active {
    transform: scale(1);
}

#diningOverview {
    position: relative;
}

.diningWidgetSection .overviewTitle {
    padding-bottom: 0;
}

.diningWidgetLeft {
    width: 62%;
    position: relative;
}

.diningWidgetRight {
    width: 38%;
}

.diningWidgetLeftContainer {
    height: 100%;
    padding: 50px;
}

.diningWidgetTitleContainer {
    min-width: 815px;
    z-index: 1;
}

.diningWidgetSection {
    display: none;
    background: #B9BF53;
}

.diningWidgetSection.active {
    display: block;
}

.diningWidgetSection .midContainer {
    align-items: inherit;
}

.overviewSectionTitle {
    font-size: 48px;
    font-family: 'Be Vietnam Pro', sans-serif;
    display: block;
}

.overviewSectionTitle_fix {
    font-size: 60px;
    font-weight: 100;
}

.titleContainer {
    margin-bottom: 40px;
    /* align-items: center; */
}

.titleContainer a {
    display: inline-flex;
    align-items: baseline;
}

.titleContainer a span {
    margin-right: 10px;
}

.diningWidgetSection .overviewSectionTitle {
    white-space: unset;
}

.diningWidgetPic {
    max-height: 800px;
    overflow: hidden;
}

#cellarOverview {
    background: #645954;
    position: relative;
    z-index: 1;
    min-height: calc(100vh + 15vw);
    display: flex;
}

#cellarOverview .midContainer .left,
#experienceOverview .midContainer .left {
    width: 60%;
}

.left_fix {
    width: 40%;
    margin-top: 50px;
    padding-bottom: 100px;
}

.right_fix {
    margin-top: 100px;
    width: 50%;
}

.cellarPic {
    position: relative;
    top: 5vw;
    margin-top: 5vw;
}

.cellarPic img {
    will-change: transform;
}

#cellarOverview .midContainer .right,
#experienceOverview .midContainer .right {
    flex: 1;
    padding-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.rightTextContainer {
    max-width: 400px;
}

.rightTextContainer .text {
    width: 116%;
    margin-top: 6vw;
}

#cellarOverview .discoverButton {
    position: absolute;
    bottom: 8vw;
    right: 0;
    top: auto;
}

#experienceOverview .discoverButton {
    position: absolute;
    bottom: 19vw;
    right: 0;
    top: auto;
}

#spaOverview {
}

#spaOverview .midContainer {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#spaBackground {
    position: absolute;
    width: calc(100% + 5vw);
    height: 100%;
    top: 0;
    left: -2.5vw;
    background: #fff;
    transform-origin: left;
    transform: scale(0, 1);
}

.bigTypo {
    font-size: 84px;
}

.bigTypo2 {
    font-family: 'Be Vietnam Pro', sans-serif;
}

.bigTypo2 .no_overflow span {
    font-size: 62px;
    font-weight: 100;
    display: block;
}

.bigTypo2 span span {
    font-size: 78px;
    font-weight: 400;
}

.textTypo {
    background: #006d3f;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.label.bigger {
    font-size: 18px;
    font-weight: 400;
}

.colorFade {
    position: absolute;
    clip-path: inset(0% 0% 0% 0%);
}

#spaTarget {
    height: 300vh;
}

#spaSticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#spaStory {
    height: 100vh;
    min-height: 760px;
    position: relative;
}

#spaStory > div {
    height: 100%;
    display: flex;
    align-items: center;
    will-change: transform;
}

#spaStoryContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

#spaStoryFixed {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}

#spaExplore {
    margin-top: 6vw;
}

.ctaWidget.full_height {
    height: 100vh;
}

.ctaWidget.full_height:before {
    content: "";
    position: absolute;
    background-image: url("../../assets/images/connect.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100vh;
    z-index: 1;
    right: -32vh;
}

.buttonsLayer {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

#index .scrollButtons {
    position: absolute;
    height: 100vh;
}

#index .scrollButtons a:first-child {
    margin-left: 500px;
    margin-bottom: 17vw;
}

#index .scrollButtons a:nth-child(3) {
    margin-left: 500px;
    margin-top: 17vw;
}

.scrollButton {
    display: flex;
    align-items: baseline;
    position: relative;
    pointer-events: all;
    will-change: transform;
}

.scrollButton:first-child {
    padding-left: 0;
}

.scrollButton:last-child {
    padding-right: 0;
}

.scrollButton.active .discoverButton {
    display: flex;
}

.scrollButton .discoverButton {
    margin-bottom: -3px;
    margin-left: 20px;
    min-width: 170px;
    top: 0;
    display: none;
}

.scrollButton .discoverButton img {
    margin-right: 10px;
}

.scrollTitle {
    color: #fff;
    font-size: 48px;
    white-space: nowrap;
    text-transform: uppercase;
}

.ctaVeil {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    left: 0;
    top: 0;
    opacity: 0.3;
    will-change: transform;
    z-index: 9999;
}

.ctaImage {
    position: absolute;
    right: -40px;
    top: 30px;
    max-width: 45%;
    will-change: transform;
    z-index: 99;
}

.ctaImage img {
    max-width: 100%;
}

.discoverButton.left .label {
    font-size: 14px;
    order: 1;
    margin-left: 5px;
}

.discoverButton.left .discoverLine {
    margin-left: 0;
}

.picScroller {
    display: flex;
}

.picLayer {
    height: 100%;
}

.picLayer .pic {
    /* min-width: 100vw; */
    top: 0;
    left: 0;
    height: 100%;
}

.buttonSlide {
    position: absolute;
    top: 45%;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
}

/* .ctaWidget:hover .buttonSlide {
    display: none;
} */

#giftOverview .subContainer {
    max-width: 1040px;
}

#giftContainer {
    display: flex;
    margin-right: 0;
    max-width: calc(100% - ((100% - 1040px) / 2) - 2.5vw);
    width: calc(100% - 5vw);
}

.bigTitle + .topText {
    margin-top: 30px;
}

.giftPic {
    width: 37%;
}

.giftTextContainer {
    flex: 1;
    position: relative;
    background: #e7e6dc;
    display: flex;
    align-items: center;
}

#giftContainer .makeGift {
    position: absolute;
    bottom: 5vw;
    right: 2.5vw;
}

#giftContainer .text {
    max-width: 520px;
    margin-left: 5vw;
}

.makeGift.black .giftIco {
    background-position: -30px -24px;
}

#instaBigIco .grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
}

#footerPic {
    padding-top: 5vw;
    padding-left: 4vw;
    padding-right: 4vw;
}

#footerInfo {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 0 6vw 0 4vw;
}

.footerTitle {
    font-size: 4vw;
    width: 12.5vw;
    text-align: right;
}

a.footerText {
    color: #fff;
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    display: flex !important;
}

.footerData {
    display: flex;
    flex-direction: column;
}

.footerData .icon {
    margin-right: 10px;
    min-width: 40px;
    text-align: center;
}

.footerText span {
}

#footerBottom .bottom {
    border-top: 1px solid #dbd3c7;
    padding: 30px 0;
}

#footerSocials {
}

#footerBottom .top {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 6vw 0 4vw;
}

#footerBottom .bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 230px 30px 0;
    font-weight: 400;
    margin: 10px 4vw;
}

#footerBottom {
    background: url("../images/bg-footer.png") no-repeat;
    background-size: cover;
    padding: 30px 0 50px;
    font-size: 18px;
    color: #fff;
}

#footerBottom a {
    color: #fff
}

.veiled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
    will-change: transform;
}

.back-to-top {
    display: inline-block;
    background-image: url("../images/to-top.png");
    background-repeat: no-repeat;
    width: 59px;
    height: 59px;
    position: fixed;
    right: 20px;
    top: 85vh;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/************ LA LOCANDA ************/

.fullContainer.negativeMargin {
    margin-top: -50px;
}

#dining #intro .fullContainer .subParagraphTitle {
    max-width: none;
    mix-blend-mode: screen;
}

.picSetup .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.w40 {
    width: 40.38%;
}

.w53 {
    width: 53.671%;
}

.w60 {
    width: 59.62%;
}

.w65 {
    width: 62%;
}

.picSetup .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.picTitle {
    width: calc(100% - 2.5vw);
}

.picTitle > span {
    text-align: right;
}

.row1 {
    font-size: 4.5vw;
}

.twoRowTitle .row1 {
    color: #d4c4b5;
}

.row2 {
    font-size: 4vw;
}

.row3 {
    font-size: 4.5vw;
}

.twoRowTitle .row2 {
    color: #514641;
    text-align: right;
}

.threeRowTitle.row2 {
    margin-right: 25%;
}

.threeRowTitle .row3 {
    color: #d4c4b5;
    text-align: right;
}

.picText {
    flex: 1;
    display: flex;
    width: calc(100% - 10vw);
    padding-bottom: 5vw;
    margin-top: 1.5vw;
}

.picTitle + .picText {
    margin-top: 2.5vw;
}

.picText.vCenter {
    align-items: center;
}

.picText p span,
#tailoredMenu .picText h1 {
    color: #bbb3a7;
    font-size: 50px;
    display: block;
    line-height: 60px;
}

.picSetup.noTitle .picText {
    margin-top: 0;
    padding-bottom: 0;
}

.picSetup .pic._2 {
    display: flex;
    justify-content: flex-end;
}
.picSetup .pic._3 {
    display: flex;
    justify-content: flex-end;
}
.valueContainer {
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 5vw 0;
}

.valueContainer.column {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.valueText {
    position: relative;
    z-index: 1;
    font-size: 4vw;
    will-change: transform;
    text-transform: uppercase;
}

.valueSmallText {
    display: block;

    font-size: 2.5vw;
    text-transform: uppercase;
}

.valueNegativeMargin {
    margin-top: -15vw;
    padding-top: 10.5vw;
}

#bigMichelinStar {
    position: absolute;
    bottom: 2.5vw;
    right: 0;
    width: 25vw;
    max-width: 570px;
    will-change: transform;
}

.downloadItem {
    display: flex;
    justify-content: space-between;
}

.downloadItem .left {
    display: flex;
    position: relative;
    align-items: center;
    width: calc(50% - 5px);
}

.downloadItem .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(50% - 5px);
}

.downloadTitle {
    position: absolute;
    left: -8vw;
    width: 18vw;
    flex-wrap: wrap;
    display: flex;
    margin-top: -2.5vw;
    z-index: 1;
}

.downloadTitle.wide {
    left: -38%;
    flex-direction: column;
    width: auto;
}

.downloadTitle.wide span {
    width: 100%;
    font-size: 4.5vw;
    color: #dbd3c7 !important;
    line-height: inherit;
}

.downloadTitle span {
    font-size: 9vw;

    width: 50%;
    line-height: 9.4vw;
}

.downloadTitle span._1 {
    color: #8f817c;
}

.downloadTitle span._2 {
    color: #efe7da;
}

.downloadTitle span._3 {
    color: #dcd4c7;
}

.downloadTitle span._4 {
    color: #fff;
}

.downloadButton {
    cursor: pointer;
}

.downloadButton .circle._1 {
    height: 220px;
    width: 220px;
    background: #dbd3c7;
    border-radius: 50%;
}

.downloadButton .circle._2 {
    position: absolute;
    border-radius: 50%;
    background: #efe7d9;
    height: 118px;
    width: 118px;
    top: 50px;
    left: -35px;
}

.downloadButton .circle._3 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    left: 30px;
}

.downloadButton .circle._3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #514641;
    transform: scale(0);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 50%;
}

.downloadButton:hover .circle._3:before,
.downloadItem.group .left:hover .circle._3:before,
.downloadItem.group .right:hover .circle._3:before {
    transform: scale(1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.downloadButton .circle.show {
    transform: none;
    transition: all 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.downloadButton .button {
    position: absolute;
    top: 98px;
    left: 93px;
    height: 35px;
    width: 112px;
    font-size: 12px;
    font-weight: 600;
    color: #514641;
    text-align: center;
}

.downloadItem.group {
    flex-direction: column;
}

.downloadItem.group .top {
    display: flex;
    justify-content: space-between;
}

.downloadItem.group .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.downloadItem.group .left,
.downloadItem.group .right {
    cursor: pointer;
}

.downloadItem.group .top .left {
    cursor: default;
}

.downloadItem.group .downloadButton {
    position: absolute;
    left: 50%;
    margin-left: -110px;
}

.downloadIco {
    position: absolute;
    top: 20px;
    left: 25px;
    transform: scale(0);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.downloadButton:hover .downloadIco,
.downloadItem.group .left:hover .downloadIco,
.downloadItem.group .right:hover .downloadIco {
    transform: scale(1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.downloadIco:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: -5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(135deg);
}

.downloadIco:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background: #ffffff;
    left: -7px;
    top: 13px;
}

#bookTable {
    margin-top: -2.5vw;
}

.bookContainer {
    max-width: calc(100% - ((100% - 1240px) / 2));
    width: calc(100% - 7.5vw);
    margin: auto;
    margin-right: 0;
    /*padding-top: 8vw;*/
    padding-top: 5vw;
    padding-bottom: 5vw;
    position: relative;
}

.bookPanel {
    padding-bottom: 4vw;
    display: flex;
    justify-content: flex-end;
    min-height: 17vw;
}

.bookTitle {
    font-size: 4vw;
    position: absolute;
    top: 13vw;
    font-weight: 300;
    z-index: 1;
    width: 48vw;
    text-transform: uppercase;
}

.bookDescription {
    position: absolute;
    bottom: 4vw;
    left: 5vw;
    max-width: 300px;
}

.wpforms-form {
    margin-top: 30px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.formField.margin {
    margin-top: 40px;
}

.formField.start {
    justify-content: flex-start;
}

.formField label {
    font-weight: 400;
    font-size: 13px;
    min-width: 110px;
    color: #fffff3;
    text-transform: uppercase;
}

.formField input {
    background: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    margin-bottom: 10px;
    width: -webkit-fill-available;
    height: 40px;
    padding: 0 10px;
}

.formField textarea {
    width: 100%;
    background: none;
    border: 1px solid #7f7671;
    margin-top: 15px;
    height: 120px;
    padding: 5px;

    font-size: 14px;
}

.formField.privacy {
    margin-top: 40px;
}

.formField.privacy > span {
}

.privacyBox {
    margin-top: 16px;
    font-size: 10px;
    color: #fffff3;
}

.form.black .formField label {
    color: #514641;
}

.form.black .formField textarea {
    /*border: 1px solid #DBD3C7;*/
}

.form.black p.checkbox:not(#foo) > input + label .privacyIco {
    background-position: -124px -4px;
}

.form.black p.checkbox label {
    padding-left: 30px;
    font-size: 12px;
    font-style: normal;
}

.form.black .privacyBox {
    color: #514641;
}

.form.black
p.checkbox:not(#foo)
> input[type="checkbox"]:hover
+ label
.privacyIco,
p.checkbox:not(#foo) > input[type="checkbox"] + label .privacyIco:hover {
    background-position: -124px -28px;
}

.form.black
p.checkbox:not(#foo)
> input[type="checkbox"]:hover:checked
+ label
.privacyIco,
p.checkbox:not(#foo)
> input[type="checkbox"]:checked
+ label
.privacyIco:hover {
    background-position: -124px -52px;
}

.form.black
p.checkbox:not(#foo)
> input[type="checkbox"]:checked
+ label
.privacyIco {
    background-position: -124px -52px;
}

.form.black
p.checkbox.error:not(#foo)
> input[type="checkbox"]
+ label
.privacyIco {
    background-position: -124px -4px;
}

.form.black .sendButton {
    color: #514641;
}

.form.black .sendButton:before,
.form.black .sendButton:after {
    background: #514641;
}

.form-submit {
    width: 100%;
    margin-top: 30px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.form-submit input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #575756;
    font-size: 18px;
    background: transparent;
    margin-bottom: 10px;
    padding: 15px 0 5px;
}

.form-submit label {
    display: block;
    margin: 10px 0;
}

.form-submit textarea {
    width: 100%;
    border: 1px solid #575756;
    background: transparent;
    min-height: 100px;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.form-submit .file-input {
    width: 146px;
    margin-top: 30px;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    color: #36454F;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 10px 12px;
    background-color: transparent;
    border: 1px solid #575756;
}

.file-input__label svg {
    height: 16px;
    margin-right: 4px;
}

.sendButton {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: baseline;
    width: 100%;
    background: none;
    border: none;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 0;
    color: #006D3F;
    font-weight: bold;
}

.sendButton img {
    margin-left: 7px;
}

.link_submit a {
    color: #006D3F;
    text-transform: uppercase;
    font-weight: bold;
}

.link_submit img {
    margin-left: 7px;
}

/************** WP FORM OVERRIDE ************/

.form {
    width: 100%;
}

.wpforms-container .back_veil {
    margin-top: -100px;
}

.wpforms-container .wpforms-field-label {
    font-weight: 400 !important;
    text-transform: uppercase;
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium {
    width: 100% !important;
}

.wpforms-container .wpforms-field-sublabel {
    text-transform: uppercase;
}

.wpforms-container .wpforms-required-label {
    color: #fff !important;
}

.wpforms-field-select select {
    width: auto !important;
    font-size: 18px;
    background: #fff;
    border: 1px solid #fff;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.wpforms-field-select option {
    color: #514641;
}

.wpforms-container label.wpforms-error {
    width: 100%;
    font-size: 10px !important;
    text-transform: none;
    color: #fff !important;
    position: relative;
    left: 110px;
    top: 7px;
}

.wpforms-container .wpforms-field input.wpforms-error,
.wpforms-container .wpforms-field input.user-invalid,
.wpforms-container .wpforms-field textarea.wpforms-error,
.wpforms-container .wpforms-field textarea.user-invalid,
.wpforms-container .wpforms-field select.wpforms-error,
.wpforms-container .wpforms-field select.user-invalid,
.wpforms-container .wpforms-field.wpforms-has-error .choices__inner {
    border: 1px solid #fff !important;
}

.wpforms-container
.wpforms-datepicker-wrap
.wpforms-field-medium
+ .wpforms-datepicker-clear {
    right: 0 !important;
}

.ui-timepicker-list li {
    font-size: 18px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    font-size: 16px !important;
}

.wpforms-container .wpforms-datepicker-wrap .wpforms-datepicker-clear {
    background-color: #514641 !important;
    background-size: 6px !important;
}

.wpforms-field-gdpr-checkbox label.wpforms-error {
    left: 0 !important;
}

.wpforms-container {
    margin-bottom: 0px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.wpforms-confirmation-container {
    font-size: 35px;
}

.form.black .wpforms-confirmation-container {
    color: #fff;
}

.form-text {
    margin-top: 5vw;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding-bottom: 50px;
}

.form-scroll ul {
    width: 100%;
    margin-top: 30px;
    max-height: 50vh;
    padding-right: 10px;
    overflow-y: scroll;
}

.form-scroll ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #878787;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #36454F;
}

.form-scroll ul li p {
    margin-bottom: 7px;
}

.form_no_scroll ul {
    margin-top: 30px;
}

.form_no_scroll ul li {
    display: flex;
}

.form_no_scroll ul li p {
    margin-bottom: 7px;
}

.form_no_scroll ul li p:first-child {
    min-width: 100px;
}

.text-detail {
    margin-top: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.4;
}

.not-found {
    margin-bottom: 5vw;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #BFBFBF;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #BFBFBF;
}

*::-webkit-scrollbar-thumb {
    background-color: #36454f;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

/******************************************/

#sommelier .left {
    width: 55vw;
}

#sommelier .right {
    width: 45vw;
    display: flex;
    justify-content: center;
}

#tailoredMenu .mainContainer {
    margin-top: 15vw;
}

.bTailored.halfHeight {
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #ece4d7;
}

.tablePaddingLeft {
    padding-left: 2.5vw;
}

.tablePaddingRight {
    padding-right: 2.5vw;
}

/****************** ROOMS *************/

#roomsList {
}

.sectionRow {
    height: 38vw;
    margin-top: 20vw;
}

.sectionRow + footer {
    margin-top: 9vw;
}

.sectionRow .discoverButton {
    align-self: flex-end;
}

.sectionRow.left .discoverButton {
    margin-right: calc(5vw + 20px);
}

.sectionRow .mainContainer {
    height: 100%;
}

.sectionRowPic {
    width: 48%;
    will-change: transform;
    height: calc(100% + 10vw);
    margin-top: -5vw;
}

.sectionRowPic.veiled:after {
    opacity: 0.4;
}

.sectionRow.left .sectionRowPic {
    order: 1;
}

.sectionRowText {
    width: 52%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sectionRow.left .sectionRowText {
    align-items: flex-start;
}

.textContainer {
    max-width: 520px;
    padding: 0 5vw;
}

.sectionRowContainer {
    max-width: 1630px;
    width: 100%;
    display: flex;
    height: 100%;
}

.sectionRow.inPage {
    margin-top: 7.5vw;
}

.sectionRow.inPage .sectionRowContainer {
    margin: auto;
}

.sectionRow.inPage .sectionRowContainer .sectionRowPic {
    margin-top: 0;
    height: auto;
}

#roomBody {
    background: #ede5d8;
    display: flex;
    margin-top: 19.5vw;
    will-change: transform;
    flex-direction: column;
}

#roomBody .pic {
    margin-top: -11.5vw;
}

#roomDetail {
    margin-top: -18vw;
    padding-top: 22vw;
}

#roomDetailsContainer .bigTypo {
    font-size: 75px;
}

#roomDetailsContainer {
    display: flex;
    flex-direction: column;
}

#roomDetailsContainer .discoverButton {
    align-self: flex-end;
}

#servicesDetail li,
#servicesList li {
    margin-top: 5px;
}

#servicesDetail li,
#servicesList li:first-child {
    margin-top: 0;
}

#roomServices {
}

#roomServicesPic {
    max-width: 527px;
    width: 50%;
}

#servicesTitle {
    color: #dbd3c7;
    font-size: 90px;
    margin-top: -3.15vw;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    position: relative;
}

#services #servicesTitle {
    margin-top: -2vw;
}

#servicesList {
    display: flex;
    max-width: 600px;
    flex-direction: column;
}

#extras {
}

#extrasTitle {
    font-weight: 300;
    color: #dbd3c7;
    font-size: 50px;
}

#extrasList li {
    font-size: 30px;
    margin-top: 20px;
    font-weight: 300;
}

.roomTitle {
    margin-left: 10vw;
    font-size: 70px;
    position: relative;
    top: -40px;
}

#infoRooms {
    background-image: url("../../assets/images/bookPanel-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9999;
}

.geoTitle {
    font-size: 50px;
}

.geoText {
    font-size: 30px;
    font-weight: 300;
    line-height: 60px;
}

.gmap {
    border: 10px solid #fff;
}

#suitcase {
    padding-bottom: 5vw;
}

/************ AQUAPETRA ***********/

.scrollPic img {
    will-change: transform;
}

.quadPicture {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}

.qPic {
    will-change: transform;
}

.qPic.left {
    margin-left: 5.949%;
}

.qPic.plus {
    margin-top: -1%;
}

.qPic.minus {
    margin-top: -20%;
}

.quadPicture.mirrored .qPic.minus {
    margin-top: -15%;
}

.quadPicture.mirrored .qPic.plus {
    margin-top: -7%;
}

.apLogo {
    position: absolute;
    top: 39%;
    left: 40.38%;
    width: 19.25%;
    height: 19.25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apLogo svg {
    width: 75%;
}

.apOverlay {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 100%;
}

.apOverlay .a {
    width: 38%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.apOverlay .p {
    left: 55.5%;
    position: absolute;
    width: 31%;
    /*top: 0.6%;*/
    opacity: 0.5;
}

.scrollTextContainer {
    max-width: 638px;
    height: 160px;
}

.scrollText .text {
    height: 160px;
    display: flex;
    align-items: center;
}

.scrollPicContainer:before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/connect.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 90vh;
    width: 90vh;
    z-index: 999;
    right: -17%;
    top: 10%;
}

.PicContainer {
    height: 100vh;
}

.PicContainer-img {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/connect.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 90vh;
    width: 90vh;
    z-index: 1;
    right: -15%;
    top: 8%;
}

.stopScrollPic {
    position: absolute;
    top: 0;
    left: 0;
}

.PicContainer-item .stopScrollPic:nth-child(2) .icon {
    top: 5%;
    right: 5%;
    align-items: baseline;
    justify-content: end;
}

.PicContainer-item .stopScrollPic:nth-child(3) .icon {
    bottom: 5%;
    right: 5%;
    align-items: baseline;
    justify-content: end;
}

.stopScrollPic .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stopScrollPic .icon span {
    font-size: 38px;
    text-transform: uppercase;
    margin-right: 20px;
    color: #fff;
}

.stopScrollPic .icon a {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-top: 10px;
}

.stopScrollPic .icon a img {
    margin-right: 10px;
}

.stopScrollPic._1 {
    position: relative;
    z-index: 2;
}

.stopScrollPic._2 {
    z-index: 3;
}

.stopScrollPic._3 {
    z-index: 4;
}

.expandedPic {
    width: calc(100% + 5vw);
    max-width: 1040px;
}

#melodyText {
    display: flex;
    flex: 1;
    align-items: center;
    max-width: 300px;
    justify-content: flex-end;
    width: calc(100% - 10vw);
}

#aquapetraTarget {
    height: 300vh;
}

#aquapetraSticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.stopScrollContainer {
    padding-top: 0;
}

/************* PARCO D'ARTE **************/

.subScrollerContainer {
    height: 77px;
}

#artTarget {
    height: 600vh;
}

#artSticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#art .scrollTextContainer,
#art .scrollText .text {
    height: 224px;
}

.bOrange.halfHeight {
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

#art .picSetup {
    margin-top: -1px;
}

.bArt {
    background: #ece4d7;
}

.bookPanel.bWhite {
    background: #fff !important;
}

/****************** EXPERIENCES **************/

.experience.first {
    margin-top: 19.5vw;
}

.experience {
    margin-top: 15vw;
}

.experience .pic {
    margin-top: -11.5vw;
}

.expBackground:before {
    content: "";
    height: calc(100% + 18vw);
    position: absolute;
    left: -2.5vw;
    top: -18vw;
    width: calc(100% - 5vw);
    background: #fff;
    max-width: 1580px;
}

.experience.odd .expBackground:before {
    content: "";
    height: calc(100% + 18vw);
    position: absolute;
    left: -2.5vw;
    top: -18vw;
    width: calc(100% - 5vw);
    background: #cebea4;
    max-width: 1580px;
}

.experience .overviewSectionTitle {
    text-transform: none;
}

.experienceFloatingPic {
    width: 33.2295vw;
    position: absolute;
    height: calc(100% + 10vw);
    top: -5vw;
    right: 0;
    overflow: hidden;
    max-height: 850px;
}

.experienceSub .text {
    margin-top: 25px;
}

.experience.odd .pic {
    margin-top: 0;
}

.experienceSubContainer {
    max-width: calc(100% - 38.3vw);
    min-height: 34vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5vw 0;
    box-sizing: border-box;
}

.experience .panelText {
    width: calc(100% - 5vw);
}

#expTarget {
    height: 500vh;
    margin-top: -13vw;
}

#expSticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/************** AQUASPA **********/

.picSetup.aquaspa {
}

.bAquaGreen {
    background: #70917b;
}

.bAquaVelvet {
    background: #9bb29f;
}

.bAquaBook {
    background: #c6d3c4;
}

.bAquaPanel {
    background: #e2e9dc;
}

.colorPanel {
    padding-top: 22.5vw;
    margin-top: -15vw;
    padding-bottom: 7.5vw;
}

.panelText p {
    font-weight: 200;
    font-size: 2.2vw;
}

/************** NAV **************/

#mainNav {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 9000;
    height: 100%;
    will-change: transform;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease-out;
}

#mainNav:before {
    content: "";
    position: absolute;
    width: 140px;
    height: 100%;
    left: 0;
    top: 0;
    background: #8DC63F;
    z-index: 2;
}

#mainNav:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 100%;
    right: 0;
    top: 0;
    background: #8DC63F;
    z-index: 3;
}

#mainNav.active {
    visibility: visible;
    opacity: 1;
    left: 0;
}

#mainNav.hidden {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 9000;
    height: 100%;
    will-change: transform;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease-out;
}

#navBack {
    background: #E3E3E5;
    position: absolute;
    top: calc(2.5vw + 30px + 19px);
    left: 0;
    width: 100%;
    height: calc(100% - calc(2.5vw + 30px + 19px));
    z-index: 0;
}

#navScrollCover {
    position: absolute;
    width: 100%;
    height: calc(2.5vw + 30px + 19px);
    background: #E3E3E5;
    z-index: 1;
}

#navBack.hidden,
#navScrollCover.hidden {
    transform: translateX(50px);
    opacity: 0;
}

#navBar {
    display: flex;
    align-items: flex-end;
    padding: 49px 2.5vw 2.5vw 2.5vw;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

#navClose {
    display: flex;
    align-items: flex-end;
    position: relative;
    top: 5px;
    cursor: pointer;
}

#navBookNow {
    height: 19px;
    top: 5px;
    color: inherit;
}

.closeLine {
    width: 57px;
    height: 1px;
    margin-right: 15px;
    margin-bottom: 5px;
    transform-origin: left;
}

#langsContainer {
    position: absolute;
    top: 55px;
    left: 225px;
}

#langsContainer ul {
    display: flex;
}

#langsContainer ul li {
    margin-left: 20px;
    position: relative;
}

#langsContainer ul li:after {
    content: "/";
    position: absolute;
    left: 35px;
    top: 0;
    color: #ffffff;
}

#langsContainer ul li:first-child {
    margin-left: 0;
}

#langsContainer ul li:last-child:after {
    content: none;
}

#langsContainer .current-lang {
    text-decoration: underline;
}

#langsContainer ul li a {
    color: #ffffff;
}

#navLogo {
    width: 29px;
    height: 33px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}

#navScroller {
    padding-top: calc(2.5vw + 49px + 19px);
}

#navPanel {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}

#navSectionContainer {
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#navSectionContainer .navSection:nth-child(2n) {
    padding-bottom: 2vw;
    width: 40%;
}

#navSectionContainer .navSection:nth-child(2n+1) {
    padding-bottom: 2vw;
    width: 60%;
}

#navSectionContainer .navSection:nth-child(2n+1) .navSectionCenter {
    padding-left: 15%;
}

#navSectionContainer .navSection:first-child {
    width: 100%;
    margin-left: -70px;
    margin-bottom: 30px;
}

.navSection:first-child {
    padding-top: 0;
}

.navSection:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.navSectionCenter {
    display: flex;
    justify-content: space-between;
}

.navLeft {
    width: 180px;
    display: flex;
    justify-content: space-between;
}

.navRight {
}

.navSectionTitle {
    font-size: 45px;
    display: flex;
    justify-content: flex-start;
    text-transform: uppercase;
}

.navSectionAbstract {
    max-width: 320px;
    color: #fff;
    margin-top: 30px;
    line-height: 25px;
}

.navButton {
    display: flex;
}

.navButton a {
    font-size: 16px;
    font-weight: 400;
    color: #36454F;
    padding-bottom: 10px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.navSectionButtons .navButton:first-child a {
    font-weight: 700;
    position: relative;
}

.navSectionButtons .navButton {
    overflow: visible !important;
}

#navSectionContainer .navSection:nth-child(2) .navSectionButtons .navButton:first-child a:before {
    content: "";
    position: absolute;
    left: -52px;
    top: -10px;
    background-image: url("../images/view-more-black.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 27px;
}

.navSectionButtons .navButton:hover a:before {
    content: "";
    position: absolute;
    left: -52px;
    top: -10px;
    background-image: url("../images/view-more-black.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 27px;
}

.navButton a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform-origin: left;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005),
    opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
}

.navButton a:hover:after,
.navButton a.active:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.navSectionLine {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 2.5vw;
}

.footerSmallButton a {
    color: inherit;
}

#navFooter {
    padding-bottom: 30px;
    border-top: 1px solid #fff;
    padding-top: 30px;
    max-width: 1170px;
}

#navFooterTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

#navFooterLeft {
    display: flex;
}

.footerSocials {
    display: flex;
}

.footerSocials a {
    margin-left: 40px;
}

.fb {
    margin-left: 15px;
}

.footerSmallButton {
    padding: 8px 0;
}

#navFooterRight .makeGift {
    position: relative;
    top: 12px;
}

/********************************/

.galleryContainer {
    will-change: transform;
    height: 110vh;
    width: 100%;
    position: relative;
}

.sliderContainer,
.slide {
    height: 100%;
}

.slideContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    height: 100%;
}

body.exiting {
    opacity: 0;
    transform: scale(1.02);
    transform-origin: top;
}

/**********************/

#gift #roomBody,
#offers #roomBody {
    background: #e7e5da;
}

#feed {
    min-height: 100vh;
    background: #006d3f;
}

footer {
    background: #006d3f;
}

#tracker {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    transform: translate(50vw, 50vh);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 200ms 200ms linear;
    transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 200ms 200ms linear;
    will-change: transform;
    z-index: 1;
}

#mainTrack {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: -25px;
    border-radius: 50%;
    transform: scale(0.3);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform;
}

#tracker.isSensitive #mainTrack {
    transform: scale(1.5);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#tracker.isHover #mainTrack {
    transform: scale(1) translate(-10px, -10px);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#symbol {
    position: absolute;
    top: -10px;
    left: -10px;
}

#symbol .arrow {
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);
}

#symbol .plus {
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);
}

#symbol .minus {
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0, 1);
}

#symbol .arrow:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: -7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

#symbol .plus:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 1px;
    background: #fff;
    top: -6px;
}

#symbol .plus:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #fff;
    left: -6px;
}

#symbol .minus:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #fff;
    left: -6px;
}

#tracker.isHover #symbol .arrow {
    transform: none;
}

#tracker.isHover.right #symbol .arrow {
    transform: translateX(3px);
}

#tracker.isHover.right #symbol .arrow:before {
    transform: rotate(-135deg);
}

#symbol.dark .plus:after,
#symbol.dark .plus:before,
#symbol.dark .minus:before {
    background: #514641;
}

#symbol.dark .arrow:before {
    border-color: #514641;
}

#tracker.isDisabled #mainTrack {
    transform: scale(0);
}

#tracker.isDisabled #symbol .arrow {
    transform: scale(0) !important;
}

.c-scrollbar {
    z-index: 2;
}

/************************ MOBILE ***************************/

@media all and (max-width: 1600px) {
    #coverStory h1 {
        font-size: 55px;
    }

    .subParagraphTitle {
        font-size: 60px;
    }

    .overviewSectionTitle {
        font-size: 55px;
    }

    .overviewSectionTitle_fix {
        font-size: 42px;
        font-weight: 100;
    }
    .bigTypo {
        font-size: 72px;
    }
    .menu li a, .link_target a {
        font-size: 13px;
    }
    #instaBigIco .grid img{
        width: 395px;
        height: 331px;
        object-fit: cover;
    }
    /* .row1  {
          font-size: 90px;
          color:#D4C4B5;
      }

       .row2 {
          font-size: 80px;
      }*/
    #chefTitle {
        max-width: 556px;
        width: calc(100% - 2.5vw);
    }

    #navSectionContainer{
        max-width: 920px;
    }
}

.dots-container {
    position: absolute;
    top: 100px;
    left: 40vw;
    height: 100vh;
    z-index: 9;
}

.dots-container .dot {
    display: flex;
    align-items: baseline;
}

.dots-container .dot:first-child {
    margin-bottom: 30vh;
    margin-left: 22vw;
}

.dots-container .dot:nth-child(3) {
    margin-top: 30vh;
    margin-left: 22vw;
}

.dots-container .dot .dot-text {
    cursor: pointer;
    margin: 5px;
    color: #fff;
    font-size: 48px;
    white-space: nowrap;
    text-transform: uppercase;
}

.dots-container .dot img {
    margin-right: 10px;
    margin-left: 10px;
    width: 101px;
    height: 26px;
}

.dots-container .dot.active {

}

.slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    height: 100vh;
}

.slide-container:before {
    content: "";
    position: absolute;
    background-image: url("../../assets/images/connect.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100vh;
    z-index: 1;
    right: -32vh;
}

.slide-container .slide-fix {
    display: none;
    width: 100%;
}

.slide-container .slide-fix.fade {
    animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-container .slide img {
    width: 100%;
}

@media all and (max-width: 1400px) {
    .largeContainer {
        width: calc(100% - 60px);
        margin: 0 auto;
    }

    #navSectionContainer {
        max-width: 920px;
    }

    #navFooter {
        max-width: 920px;
    }

    .sectionTitle_room h2 {
        font-size: 80px;
    }

    .sectionTitle_dining h2 {
        font-size: 135px;
    }
    .sectionTitle_cellar {
        left: 20px;
    }
    #navSectionContainer .navSection:first-child {
        margin-left: -30px;
    }
    .footerSocials a {
        margin-left: 20px;
    }
}

@media all and (max-width: 920px) {
    /************ ABOVE ***************/
    body {
        font-size: 16px;
    }

    .mobileHidden {
        display: none !important;
    }

    .label {
        font-size: 12px;
    }

    .menuController {
        width: 60px;
    }

    .logotype {
        width: 180px;
    }

    .payoff {
        width: 92px;
        margin-top: 6px;
    }

    .line._2 {
        margin-top: 5px;
    }

    #menuBar {
        top: 15px;
    }

    .bookNow {
        width: 60px;
    }

    #topGift {
        position: absolute;
        right: 0px;
        bottom: 20px;
    }

    .line {
        width: 32px;
    }

    #coverStory {
        bottom: 120px;
    }

    #coverStory h1 {
        font-size: 30px;
    }

    #coverStory.hidden span {
        -webkit-transform: translateY(190%);
        transform: translateY(190%);
    }

    .bookNow .label {
        margin-right: 0;
        text-align: center;
    }

    .makeGift {
        width: 89px;
        text-align: center;
    }

    .galleryTitle {
        font-size: 14px;
        padding: 10px 0 4px 0;
    }

    .galleryBar {
        bottom: 22px;
    }

    .galleryTitleContainer {
        width: 100%;
        text-align: center;
    }

    .latestTitle {
        margin-top: 30px;
        font-size: 25px;
    }

    #latestFrom {
        width: 100%;
        min-width: 0;
        padding: 5vw 5vw 5vw 2.5vw;
        top: 58px;
    }

    #latestFrom.right_single {
        transform: none;
    }

    .latestText {
        font-size: 14px;
        line-height: 23px;
    }

    /********* NAV **********************/
    #mainNav:before,
    #mainNav:after {
        display: none;
    }

    #navBar {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    #navBack {
        top: 59px;
        height: calc(100% - calc(2.5vw + 15px + 25px));
    }

    #navScrollCover {
        height: 59px;
    }

    .ctaWidget.full_height:before {
        display: none;
    }

    .ctaWidget.full_height {
        height: 65vw;
    }

    .buttonsLayer {
        top: 0;
        height: 65vw;
    }

    .scrollButtons {
        display: flex;
        height: 65vw;
    }

    .scrollButtons a {
        margin: 0 !important;
    }

    #navScroller {
        padding-top: 59px;
    }

    #navClose {
        top: 2px;
        left: 0;
    }

    #navLogo {
        width: 14px;
        height: 19px;
        margin-left: -7px;
    }

    #navSectionContainer {
        padding: 0 2.5vw;
    }

    .navSectionCenter {
        margin-top: 25px;
    }

    .navLeft {
        width: 120px;
        min-width: 120px;
        padding-right: 15px;
    }

    .navSectionTitle {
        font-size: 30px;
    }

    .navSectionAbstract {
        font-size: 14px;
        line-height: 22px;
        margin-top: 25px;
    }

    .navButton a {
        font-size: 14px;
        white-space: break-spaces;
        padding: 6px 0;
    }

    .navSectionLine {
        margin-top: 25px;
    }

    #navSectionContainer .navSection:first-child {
        margin: 0;
        padding: 20px 0;
    }

    #navSectionContainer .navSection:first-child img {
        max-width: 100%;
    }

    .navSection {
        width: 100%;
        padding-bottom: 15px;
    }

    #navSectionContainer .navSection:nth-child(2n) {
        width: 100%;
    }

    #navSectionContainer .navSection:nth-child(2n+1) {
        width: 100%;
    }

    #navSectionContainer .navSection:nth-child(2n+1) .navSectionCenter {
        padding-left: 0;
    }

    #navFooterTop {
        flex-wrap: wrap;
        padding: 0 2.5vw;
    }

    #navFooterBottom {
        margin-bottom: 15px;
    }

    /*********************/
    .doubleMargin {
        margin-top: 50px;
    }

    .tripleMargin {
        margin-top: 60px;
    }

    section.doubleMargin {
        margin-top: 80px;
    }

    .margin {
        margin-top: 30px;
    }

    .bottomText {
        font-size: 11px;
    }

    .bigTypo {
        font-size: 38px;
    }

    .textTypo {
        font-size: 16px;
    }

    .form-scroll ul li a {
        font-size: 16px;
    }

    .bigTypo2 .no_overflow span {
        font-size: 38px;
    }

    .valueText {
        font-size: 30px;
    }

    .valueNegativeMargin {
        margin-top: -15vw;
        padding-top: 7.5vw;
    }

    #cuisine.valueNegativeMargin {
        margin-top: 0;
        padding-top: 0;
    }

    .bigTitle .small {
        font-size: 10px;
        margin-top: 10px;
        margin-left: 5px;
        text-indent: 0;
    }

    .text.bigger {
        font-size: 16px;
        line-height: 30px;
    }

    .subContainer,
    .largeContainer,
    .midContainer,
    .paragraphContainer {
        width: 92%;
        margin: 0 auto;
    }

    .mask_left .t_container {
        min-width: 100px;
    }

    #videoContainer {
        height: 65vw;
    }

    [data-scroll-mobile-disabled] {
        transform: none !important;
    }

    #index #intro .bigTitle {
        text-indent: -2px;
    }

    .bigTitle > span + span {
        margin-top: -5px;
    }

    .subParagraphTitle {
        font-size: 28px;
        line-height: 36px;
    }

    #index #intro .mainContainer._2 {
        margin-top: 50px;
    }

    .text {
        font-size: 15px;
        line-height: 28px;
    }

    .text.doubleColumn p {
        column-count: 1;
        column-gap: 0;
    }

    .discoverLine {
        width: 100px;
    }

    #roomDetailsContainer .discoverButton + .discoverButton {
        margin-top: 0px;
    }

    .topText + .bottomText {
        margin-top: 5px;
    }

    .topText {
        font-size: 13px;
    }

    .overviewTitle {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .topText + .bottomText {
        margin-top: 12px;
    }

    #roomsWidget {
        flex-direction: column;
        width: calc(100% + 5vw);
    }

    .roomPicLayer {
        height: 65vw;
        width: 100%;
        position: relative;
    }

    .roomDescriptionLayer {
        min-height: 280px;
        width: 100%;
        flex-flow: column;
    }

    .roomDescription {
        font-size: 30px;
        top: 10vw;
    }

    .roomDescription > span {
        margin-top: 5px;
    }

    #roomsWidget .discoverButton {
        bottom: 0px;
        right: 0;
        left: 20px;
        margin: 0 auto;
        z-index: 2;
    }

    #roomsWidget .scrollContainer {
        height: 105%;
    }

    #roomsWidget .hoverLayer {
        height: 65vw;
    }

    .diningWidgetSection .midContainer {
        margin-top: 40px;
        flex-direction: column;
    }

    .diningWidgetSection .flexed {
        flex-wrap: wrap;
    }

    .diningWidgetLeft {
        order: 1;
        width: 100%;
        padding-top: 20px;
    }

    .diningWidgetTitleContainer {
        min-width: 0;
    }

    .overviewSectionTitle {
        font-size: 32px;
    }

    .diningWidgetSection .overviewSectionTitle {
        white-space: inherit;
    }

    .diningWidgetRight {
        width: 100%;
        max-width: none;
    }

    .diningWidgetPic {
        overflow: hidden;
        height: 65vw;
    }

    .diningWidgetLeftContainer {
        padding: 20px 2vw;
    }

    .diningWidgetTextContainer {
        margin-top: 30px;
    }

    .diningWidgetLeftContainer .discoverButton {
        margin-top: 30px;
    }

    .diningBackground._4,
    .diningBackground._3,
    .diningBackground._2,
    .diningBackground._1 {
        transform: scale(0, 1);
    }

    .diningBackground.active {
        transform: scale(1);
    }

    #diningWidget .hoverLayer {
        height: calc(65vw + 107px);
    }

    #cellarOverview .midContainer {
        flex-direction: column;
    }

    #cellarOverview .midContainer .left {
        width: 100%;
    }

    #cellarOverview .midContainer .right,
    #experienceOverview .midContainer .right {
        padding-bottom: 30px;
    }

    #cellarOverview .midContainer .right,
    #experienceOverview .midContainer .right {
        margin-top: 30px;
    }

    #cellarOverview .discoverButton {
        position: relative;
        bottom: 0;
        right: 0;
        top: auto;
    }

    #cellarOverview .flexed {
        flex-wrap: wrap;
    }

    .left_fix {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .right_fix {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .overviewSectionTitle_fix {
        font-size: 32px;
    }

    #cellarOverview .titleContainer.flexed {
        flex-wrap: wrap;
    }

    .cellarPic {
        top: 0vw;
        margin-top: 15vw;
    }

    .rightTextContainer .text {
        margin-top: 30px;
        width: 100%;
    }

    #cellarOverview .discoverButton {
        position: relative;
        bottom: 0;
        right: 0;
        top: auto;
        margin-top: 30px;
    }

    #spaOverview .bigTypo {
        font-size: 35px;
    }

    #spaOverview .midContainer {
        padding: 0 5vw;
        top: -30px;
        padding-top: 40px;
    }

    #spaStory {
        height: 100vh;
        min-height: 0px;
    }

    #spaStory > div {
        padding-top: 40px;
        box-sizing: border-box;
    }

    #spaTarget {
        height: 200vh;
    }

    .label.bigger {
        font-size: 13px;
    }

    #spaExplore {
        margin-top: 60px;
        text-align: center;
        line-height: 25px;
    }

    .ctaWidget {
        height: 65vw;
    }

    .picLayer {
        height: 107%;
        margin-top: -2%;
    }

    .giftTextContainer {
        padding: 60px 0 80px 0;
    }

    .giftPic {
        width: 100%;
        margin-top: 30px;
    }

    #giftContainer {
        flex-direction: column;
        width: calc(100% - 2.5vw);
    }

    #giftOverview .topText {
        text-align: center;
        line-height: 25px;
    }

    #giftContainer .text {
        width: calc(100% - 5vw);
        margin-left: 2.5vw;
    }

    #giftOverview .subContainer {
        width: calc(100% - 5vw);
    }

    #feed {
        min-height: auto;
    }

    #instaBigIco .grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 2.5vw;
    }

    #footerTop {
        flex-direction: column;
        padding: 30px 0;
    }

    #footerPic {
        margin-left: 0;
        width: 100%;
    }

    #footerInfo {
        padding: 0 2.5vw;
        min-width: 0;
        width: 100%;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .footerData {
        width: 100%;
    }

    #footerBottom {
        margin-top: 20px;
    }

    #footerBottom .makeGift {
        margin-top: 0;
        padding: 10px 20px;
    }

    #footerBottom .top {
        flex-wrap: wrap;
        padding: 0 2.5vw;
    }

    #footerBottom .top > div {
        margin-bottom: 10px;
    }

    #footerBottom .bottom {
        flex-wrap: wrap;
        padding: 30px 2.5vw;
    }

    #footerBottom .bottom > div {
        margin-bottom: 10px;
    }

    .scrollTitle {
        font-size: 27px;
        order: 1;
    }

    .scrollButton {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 50px 25vw;
    }

    .scrollButton .discoverButton {
        width: 100%;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .scrollButton .discoverButton .label {
        order: 0;
        margin-left: 0;
        margin-right: 20px;
    }

    .scrollButton .discoverButton .discoverLine {
        width: auto;
    }

    .valueSmallText {
        font-size: 22px;
    }

    .qPic.plus {
        margin-top: 2%;
    }

    .qPic.minus {
        margin-top: -14.5%;
    }

    #sommelier {
        display: flex;
        flex-direction: column;
    }

    #sommelier .left {
        width: 100%;
    }

    #sommelier .right {
        width: 100%;
        margin-top: 50px;
    }

    .valueContainer {
        min-height: 40vh;
    }

    .valueContainer.bigMobile {
    }

    .galleryContainer {
        height: 65vw;
    }

    .sliderContainer,
    .slide {
        height: 105%;
        position: relative;
        top: -2.5%;
    }

    .downloadItem {
        justify-content: center;
        position: relative;
    }

    .downloadItem.group .downloadTitle {
        left: 50px;
    }

    .downloadItem .left {
        align-items: center;
        width: 70%;
        margin-left: 10%;
    }

    .downloadTitle {
        position: absolute;
        left: -16.5vw;
        width: 35vw;
        margin-top: -2.5vw;
    }

    .downloadItem.group .downloadTitle {
        left: 50px;
    }

    .downloadTitle span {
        font-size: 70px;
        line-height: 70px;
    }

    .downloadItem.group .downloadPic {
        height: 90vw;
    }

    .downloadItem.group .downloadPic img {
        margin-top: -1.5%;
    }

    .downloadItem .right {
        width: auto;
        position: absolute;
        right: 5vw;
        top: 32%;
    }

    .downloadButton .circle._1 {
        height: 120px;
        width: 120px;
        background: #dbd3c7;
        border-radius: 50%;
    }

    .downloadButton .circle._2 {
        display: none;
    }

    .downloadButton .circle._3 {
        width: 45px;
        height: 45px;
        top: 35px;
        left: -39px;
    }

    .downloadIco {
        top: 17px;
        left: 22px;
    }

    .downloadButton .button {
        position: absolute;
        top: 53px;
        left: 7px;
    }

    .fullPic {
        height: 67vw;
    }

    .fullPic img {
        width: 126%;
        margin-left: -13%;
        margin-top: -2.5vw;
    }

    .scrollPic {
        height: 67vw;
    }

    .scrollPic img {
        margin-top: -2vw;
    }

    .gmap {
        height: auto;
        margin-top: 2.5vw;
        margin-bottom: 2.5vw;
        border-width: 2.5vw;
    }

    .gmapContainer {
        margin-top: 0 !important;
    }

    .gmap iframe {
        height: 90vw;
    }

    .subParagraphTitle br {
        display: none;
    }

    .fullContainer.negativeMargin {
        margin-top: 50px;
    }

    .bookTitle {
        position: relative;
        font-size: 30px;
        top: 0;
        margin-left: 5vw;
    }

    .formField label {
        font-size: 11px;
    }

    .wpforms-confirmation-container {
        font-size: 24px;
        margin-top: 20px;
    }

    .wpforms-container .wpforms-field {
        padding: 9px 0;
    }

    .bookContainer {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .picTitle {
        width: 100%;
    }

    .row1,
    .row2,
    .row3 {
        font-size: 45px;
    }

    .twoRowTitle {
        width: 100%;
    }

    .twoRowTitle .row1 {
        margin-right: 0;
        text-align: left;
        margin-left: 0;
    }

    .twoRowTitle .row2 {
        text-align: left;
        margin-left: 112px;
    }

    #hospitality .twoRowTitle .row2 {
        text-align: left;
        margin-left: 30%;
    }

    .threeRowTitle .row1 {
        margin-right: 0;
        text-align: left;
    }

    .threeRowTitle .row2 {
        text-align: left;
        margin-left: 30%;
    }

    .threeRowTitle .row3 {
        text-align: left;
        margin-left: 0;
    }

    #hospitality .twoRowTitle .row2 {
        text-align: right;
        margin-left: 0;
    }

    .doublePicSetup .right {
        width: 100%;
    }

    .doublePicSetup .right .text {
        margin-top: 40px;
    }

    .stopScroll {
        margin: 0;
    }

    #aquapetraSticky .left .text {
        margin-top: 20px;
    }

    .stopScroll .largeContainer {
        flex-direction: column;
    }

    .stopScroll .largeContainer .left {
        width: 100%;
    }

    .stopScroll .largeContainer .right {
        margin-top: 30px;
        width: 100%;
    }

    .stopScrollContainer {
        padding-top: 0;
        padding-bottom: 30px;
    }

    /*#hospitality .stopScrollContainer {
          padding-top: 63px;
      padding-bottom: 0px;
      }*/
    #melodyText {
        width: 100%;
        max-width: 100%;
        margin-top: 70px;
    }

    #art .bookPanel.bWhite {
        background: none !important;
    }

    #art .picSetup + .doubleMargin {
        margin-top: 0;
    }

    .subScrollerContainer {
        height: 36px;
    }

    .downloadTitle.wide span {
        width: 100%;
        font-size: 25px;
    }

    /*********** STOP SCROLL MOBILE ADAPTATION ***********/
    #aquapetraTarget,
    #artTarget {
        height: 400vh;
    }

    .stopScrollPic {
        height: 100%;
        width: 100%;
    }

    .scrollPicContainer:before {
        display: none;
    }

    .scrollPicContainer {
        height: 100vh;
        width: 100%;
    }

    .stopScrollPic .mask_top,
    .stopScrollPic .t_container {
        height: 100%;
        width: 100%;
        will-change: transform;
    }

    .stopScrollPic .mask_top {
        transform-origin: bottom;
    }

    .stopScrollPic .t_container {
        transform-origin: top;
    }

    .stopScrollPic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .oppositeScrollContainer {
        height: 100%;
    }

    .stopScrollPic .icon {
        display: block;
        top: 40%;
        text-align: center;
    }

    .stopScrollPic .icon span {
        font-size: 32px;
        display: block;
        margin-right: 0;
    }

    .stopScrollPic .icon a {
        margin-top: 20px;
        display: inline-block;
    }

    .stopScrollPic .icon img {
        transform: scale(1) !important;
        position: relative;
        width: 23px;
        height: 27px;
    }

    .PicContainer-img {
        display: none;
    }

    /************************************/
    .picSetup .largeContainer {
        flex-direction: column;
    }

    .picSetup .left {
        width: 100%;
        order: 1;
        margin-top: 40px;
    }

    .picSetup .right {
        width: 100%;
        align-items: flex-start;
    }

    #aquaspa .picSetup {
        flex-direction: column;
        margin-top: 20px;
    }

    #aquaspa .picSetup .left {
        order: 0;
    }

    #aquaspa .expandedPic {
        margin-top: 0;
        width: 100%;
    }

    #aquaspa .pic._2 {
        margin-top: 2.5vw;
    }

    #aquaspa #intro .fullPic {
        margin-top: 70px;
    }

    .picText {
        margin-top: 60px;
        margin-bottom: 70px;
        padding-bottom: 0;
        width: 100%;
    }

    .picTitle + .picText {
        margin-top: 20px;
    }

    .mainContainer + .negativeMargin {
        margin-top: 0;
    }

    #tailoredMenu .mainContainer {
        margin-top: calc(60px + 5vw);
    }

    .picText p span,
    #tailoredMenu .picText h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .bookPanel {
        margin-left: 0vw;
        background: none !important;
    }

    .sectionRow {
        height: auto;
        margin-top: 30px;
    }

    .sectionRow:nth-child(3) {
        margin-top: 60px;
    }

    .sectionRow .mainContainer {
        padding: 40px 0 2.5vw 0;
    }

    .sectionRowContainer {
        flex-direction: column;
    }

    .sectionRowPic {
        width: 100%;
        order: 1;
        height: 50vh;
        margin-top: 60px;
    }

    .sectionRowText {
        width: 100%;
    }

    .sectionRowText .text {
        margin-top: 30px;
    }

    .sectionRowText .discoverButton {
        margin-top: 30px;
    }

    #roomsMacro .bigTypo {
        font-size: 34px;
    }

    #roomDetailsContainer .bigTypo {
        font-size: 36px;
        margin-bottom: 20px;
    }

    #roomBody {
        margin-top: 90px;
    }

    #roomBody .pic {
        height: 50vh;
    }

    #roomBody .pic img {
        position: absolute;
        top: -2.5%;
        left: 0;
        width: 100%;
        height: 105%;
        object-fit: cover;
    }

    #roomDetailsContainer {
        padding: 0 2.5vw;
        box-sizing: border-box;
    }

    #roomDetailsContainer .discoverButton {
        top: 5px;
        margin-bottom: 0;
    }

    #roomDetail {
        margin-top: -100px;
        padding-top: 150px;
        margin-left: -2.5vw;
        width: calc(100% + 5vw);
        padding-bottom: 65px;
    }

    #offers #roomDetail,
    #gift #roomDetail {
        padding-bottom: 15px;
    }

    .text.highlight {
        font-size: 18px;
        line-height: 32px;
    }

    #roomBody + .galleryContainer,
    #roomBody + .fullPic {
        margin-top: -50px;
    }

    #roomServices {
        margin-top: 0;
    }

    #servicesTitle {
        font-size: 50px;
        margin-top: 30px !important;
    }

    #servicesList {
        margin-top: 25px;
    }

    #extrasTitle {
        font-size: 28px;
    }

    #extrasList li {
        font-size: 15px;
        margin-top: 10px;
        font-weight: 300;
    }

    #extrasList li:last-child {
        margin-top: 30px;
    }

    .roomTitle {
        margin-left: 0;
        font-size: 40px;
        margin-top: 5px;
        display: block;
        top: 0;
    }

    .geoTitle {
        font-size: 28px;
    }

    .geoText {
        font-size: 15px;
        font-weight: 300;
        line-height: 28px;
        margin-top: 30px;
    }

    .colorPanel {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        padding-bottom: 13vw;
    }

    #suitcase {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    #aquaspa .bAquaVelvet .paragraphContainer {
        margin-top: 50px;
    }

    .downloadItem.group .top,
    .downloadItem.group .bottom {
        flex-direction: column;
        margin-top: 0;
    }

    .downloadItem.group .left,
    .downloadItem.group .right {
        right: 0;
        margin-left: 0;
    }

    .downloadItem.group .left,
    .downloadItem.group .right {
        width: 100%;
    }

    #events .picText {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .galleryContainer .hoverLeft:before,
    .galleryContainer .hoverRight:before,
    .galleryContainer .hoverLeft:after,
    .galleryContainer .hoverRight:after {
        opacity: 1;
    }

    .bookDescription {
        display: none;
    }

    #experienceOverview {
        display: none;
    }

    .expBackground:before {
        width: calc(100% + 5vw) !important;
    }

    .experienceSub {
        flex-direction: column;
    }

    .experienceSubContainer {
        width: 100%;
        max-width: none;
    }

    .controlsBar {
        position: absolute;
        height: 22px;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0 2.5vw;
        box-sizing: border-box;
        align-items: center;
        z-index: 1;
    }

    .galleryContainer .controlsBar {
        z-index: 2;
    }

    .controlsBar.top_translated {
        transform: translateY(22px);
    }

    .show .controlsBar.top_translated,
    .show.controlsBar.top_translated {
        transform: none;
    }

    .controlsBack {
        background: #514641;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.4;
        z-index: 0;
    }

    .advice {
        z-index: 1;
        font-size: 9px;
        position: absolute;
        display: flex;
        align-items: center;
    }

    .advice.left {
        left: 2.5vw;
    }

    .advice.right {
        right: 2.5vw;
    }

    .advice svg {
        width: 17px;
        margin-right: 5px;
    }

    .bullets {
        height: 9px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .bulletsScroller {
        display: flex;
        height: 7px;
        margin-top: 2px;
    }

    .bullets.moving {
        position: relative;
        width: 212px;
    }

    .bullets.moving .bulletsScroller {
        position: absolute;
        left: calc(50% - 5.5px);
    }

    /*.bullets.moving::after {
      content: '';
      height: 3px;
      width: 3px;
      background: #FFFFFF;
      border-radius: 50%;
      position: absolute;
      right: 0;
      top: 4px;
      }

      .bullets.moving::before {
      content: '';
      height: 3px;
      width: 3px;
      background: #FFFFFF;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 4px;
      }

      */
    .bullet {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ffffff;
        margin: 0 2px;
        opacity: 0.5;
    }

    .bullet.active {
        opacity: 1;
        transform: translateY(-2px);
    }

    .fullScreenLauncher {
        width: 15px;
        height: 14px;
        position: absolute;
        left: 2.5vw;
    }

    .fullScreenLauncher .left:before {
        content: "";
        position: absolute;
        border-top: 1px solid #ffffff;
        width: 4px;
        height: 4px;
        border-left: 1px solid #ffffff;
    }

    .fullScreenLauncher .left:after {
        content: "";
        position: absolute;
        border-bottom: 1px solid #ffffff;
        width: 4px;
        height: 4px;
        border-left: 1px solid #ffffff;
        bottom: 0;
    }

    .fullScreenLauncher .right:before {
        content: "";
        position: absolute;
        border-top: 1px solid #ffffff;
        width: 4px;
        height: 4px;
        border-right: 1px solid #ffffff;
        right: 0;
    }

    .fullScreenLauncher .right:after {
        content: "";
        position: absolute;
        border-bottom: 1px solid #ffffff;
        width: 4px;
        height: 4px;
        border-right: 1px solid #ffffff;
        right: 0;
        bottom: 0;
    }

    .fullScreenCloser {
        width: 15px;
        height: 14px;
        position: absolute;
        display: none;
        left: 2.5vw;
    }

    .fullScreenCloser .left:before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #ffffff;
        width: 4px;
        height: 4px;
        border-right: 1px solid #ffffff;
    }

    .fullScreenCloser .left:after {
        content: "";
        position: absolute;
        border-top: 1px solid #ffffff;
        width: 4px;
        height: 4px;
        border-right: 1px solid #ffffff;
        bottom: 0;
    }

    .fullScreenCloser .right:before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #ffffff;
        width: 4px;
        height: 4px;
        border-left: 1px solid #ffffff;
        right: 0;
    }

    .fullScreenCloser .right:after {
        content: "";
        position: absolute;
        border-top: 1px solid #ffffff;
        width: 4px;
        height: 4px;
        border-left: 1px solid #ffffff;
        right: 0;
        bottom: 0;
    }

    .is-fullscreen .fullScreenCloser {
        display: block;
    }

    .is-fullscreen .fullScreenLauncher {
        display: none;
    }

    .loading {
        width: 13px;
        height: 13px;
        z-index: 1;
        position: absolute;
        right: 2.5vw;
        opacity: 0;
    }

    .loading svg {
        stroke-dasharray: 40px;
        animation: spinning 2s cubic-bezier(0.575, 0.005, 0.285, 1.005) infinite;
    }

    .loading.show {
        opacity: 1;
    }

    @keyframes spinning {
        0% {
            stroke-dashoffset: 0;
        }
        50% {
            stroke-dashoffset: 40;
        }
        100% {
            stroke-dashoffset: 80;
        }
    }

    .adviceBar {
        width: 100%;
        position: absolute;
        top: 0;
        height: 22px;
        display: flex;
        align-items: center;
        transform: translateY(-22px);
    }

    .adviceBar .advice {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .is-fullscreen .adviceBar {
        transform: translateY(0);
    }

    #langsContainer {
        position: absolute;
        top: 23px;
        left: 75px;
    }

    .doubleColumn-intro {
        grid-template-columns: auto;
    }

    .sectionTitle_room h2,
    .sectionTitle_dining h2 {
        font-size: 40px;
    }

    .sectionTitle_cellar h2 {
        display: block;
    }

    .sectionTitle_cellar h2 span {
        font-size: 40px;
        display: block;
    }

    .slide-container {
        height: 60vh;
    }

    .slide-container:before {
        display: none;
    }

    .dots-container {
        position: absolute;
        top: 50px;
        left: 8px;
        height: 60vh;
        z-index: 9;
    }

    .dots-container .dot .dot-text {
        font-size: 24px;
    }

    .dots-container .dot {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
    }

    .dots-container .dot:first-child {
        margin-bottom: 10vh;
        margin-left: 0;
    }

    .dots-container .dot:nth-child(3) {
        margin-top: 10vh;
        margin-left: 0;
    }
}

@media all and (max-width: 959px) and (orientation: landscape) {
    .is-fullscreen .adviceBar {
        transform: translateY(-22px);
    }
}

.services {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.services > * {
    flex-grow: 1;
}

.circle--rotate {
    border-radius: 50%;
    width: 43%;
    height: 43%;
    position: relative;
    right: 120px;
    margin-left: auto;
    margin-top: 60px;
    transform: rotate(0deg);
    z-index: 99;
    padding: 0;
}

.circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}

.circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    height: 10%;
    width: 100%;
    margin: -5% auto;
    transition: all 500ms ease;
}

.circle--rotate > li i {
    color: #ffffff;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: table;
}

.circle--rotate > li i::before {
    display: table-cell;
    vertical-align: middle;
}

.circle--rotate > li img {
    margin: auto;
}

.circle--slider {
    position: relative;
}

.img-bg-circle {
    background-image: url(../../assets/images/connect.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    width: 800px;
    height: 100%;
    right: -121px;
}

.animate-img .icon1 {
    position: absolute;
    right: 20px;
    z-index: 99999;
    top: 5px;
    font-size: 38px;
    text-transform: uppercase;
    color: #ffffff;

}

.animate-img .icon2 {
    position: absolute;
    right: 20px;
    z-index: 99999;
    top: 5px;
    font-size: 38px;
    text-transform: uppercase;
    color: #ffffff;

}

.animate-img .icon3 {
    position: absolute;
    right: 20px;
    z-index: 99999;
    top: 890px;
    font-size: 38px;
    text-transform: uppercase;
    color: #ffffff;

}

.active .animate-img .icon {

    right: 520px;
    top: 420px;
}

.animate-img .icon a {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 9999;
    margin-left: 10px;
}


@media all and (min-width: 1600px) {

}

#slideShow .hoverLayer {
    z-index: 999;
   
}

.slideshow {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.slideshow:before {
    content: "";
    position: absolute;
    background-image: url("../../assets/images/connect.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 90vh;
    width: 90vh;
    z-index: 10;
    top: 5vh;
    right: -32vh;
}

.circle-carousel {
    position: relative;
    padding-top: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.circle-carousel .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle-carousel .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: 2s;
}

.circle-carousel .slide img {
    position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: 0;
    left: 0;
}

.circle-carousel .slide.active {
    z-index: 1;
    opacity: 1;
}

.circle-carousel .pagination {
    position: absolute;
    top: 50vh;
    right: -180vh;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 180vh;
    height: 180vh;
    border-radius: 50%;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.circle-carousel .pagination .dot {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 650px;
    pointer-events: auto;
    transition: 0.3s;
}

.circle-carousel .pagination .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.circle-carousel .pagination .item .icon {
    transform: rotate(90deg);
}

.circle-carousel .pagination .item .icon .dot-text {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}

.circle-carousel .pagination .item .icon .dot-text a {
}

.circle-carousel .next,
.circle-carousel .prev {
    width: 50vw;
    height: 50vh;
    position: absolute;
    z-index: 99;
    text-transform: uppercase;
    transition: 0.3s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-carousel .next:hover,
.circle-carousel .prev:hover {
    cursor: pointer;
    opacity: 1;
}

.circle-carousel .next {
    right: 0;
    top: 0;
    display: none;
}

.circle-carousel .prev {
    right: 0;
    top: 50vh;
}


@media all and (max-width: 920px) {
    .circle-carousel .pagination {
        right: -243vh;
    }

    .circle-carousel .pagination .item .icon .dot-text {
        font-size: 18px;
    }

}

/* .cus-next{
    background-image: url('../images/icon-up.png')!important;
    height: 30px;
    width: 30px;
}
.cus-pre{
    background-image: url('../images/icon-dowm.png')!important;
    height: 30px;
    width: 30px;
} */


#tracker.isHover.right .show-icon-up {
    background: unset !important;
    opacity: 1;
    background-image: url(../images/icon-up.png) !important;
    height: 50px;
    width: 50px;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999999;
    border-radius: 50%;
}

#tracker.isHover.left .show-icon-down {
    background: unset !important;
    opacity: 1;
    background-image: url(../images/icon-dowm.png) !important;
    height: 50px;
    width: 50px;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999999;
    border-radius: 50%;
}

.room .ctaWidget {
    height: 43.6vw;
}


.room .scrollButtons {
    position: absolute;
display: flex;
justify-content: center;
overflow: hidden;
}
.room .scrollButton {
    display: flex;
    align-items:flex-end;
    position: relative;
    padding: 0 9vw;
    pointer-events:all;
    will-change:transform;
}

.room .scrollButton:first-child {
padding-left:0;
}

.room .scrollButton:last-child {
padding-right:0;
}

.room .scrollButton .discoverButton {
margin-bottom: -3px;
top: 0;
}

.room .scrollTitle {
    color: #fffff4;
font-size: 65px;
white-space: nowrap;
text-transform:uppercase;
}
