body {
font-family: 'Manrope', sans-serif;
}

.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

.loggedin article {
display: none;
}

.notloggedin article {
display: block;
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}



.c-title-lg {
font-family: 'Gilda Display', serif;
font-size: 2.6vw;
margin-bottom: 0px;
    line-height: 1.1;

}


.c-title-md {
font-family: 'Gilda Display', serif;
margin-bottom: 0px;
font-size: 2vw;
line-height: 1.5;
}

.c-title-sm {
font-size: 20px;
font-weight: 300;
/* letter-spacing: 3px; */
margin-bottom: 0px;
}

.c-title-xs {
font-size: 12px;
letter-spacing: 5px;
margin-bottom: 0px;
}


.c-title-follow {
font-size: 20px;
font-family: 'Gilda Display', serif;
margin-bottom: 30px;
}


/* LOGO */

.c-logo {
    position: absolute;
    z-index: 2;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.c-logo img {
height: 100px;
width: auto;
}

/* VIDEO CONTAINER */

.c-video-container {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.c-video-container video {
    /* width: auto; */
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
.c-video-container video {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}


/* MAKE A GIFT */

.c-gift-icon {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: white;
    text-align: center;
}

.c-gift-icon img {
    height: 30px;
    width: auto;
    margin-bottom: 10px;
}

.c-title-gift {
    margin-bottom: 0;
/*    letter-spacing: 3px; */
    font-size: 12px;
    font-weight: 300;
}




/* BOOK */

.c-book {
    position: absolute;
    top: 30px;
    right: 5%;
    z-index: 2;
    color: white;
    display: flex;
    align-items: center;
}

.c-book-dark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    z-index: 2;
    display: flex;
    align-items: center;
}

.c-appointment {
    padding-right: 7px;
    padding-left: 10px;
    padding-bottom: 0px;
    font-size: 13px;
/* border-bottom: 1px solid white; */
}

.c-appointment span img {
vertical-align: baseline;
}

/* MAINTITLE */

.c-maintitle {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
    width: max-content;
}




/* BODY MARGINS & PADDINGS */

.c-margin-left-5 {
margin-left: 5%;
}

.c-margin-right-5 {
margin-right: 5%;
}

.c-padding-top-200 {
padding-top: 200px;
}

.c-padding-top-150 {
padding-top: 150px;
}

.c-padding-top-100 {
padding-top: 100px;
}

.c-padding-top-50 {
padding-top: 50px;
}

.c-padding-bottom-200 {
padding-bottom: 200px;
}

.c-padding-bottom-150 {
padding-bottom: 150px;
}

.c-padding-bottom-100 {
padding-bottom: 100px;
}

.c-padding-bottom-50 {
padding-bottom: 50px;
}


/* PARAGRAPH ME KENO */

.c-parag-container {
    width: 100%;
    position: relative;
    padding-top: 3vw;
    max-width: 1280px;
    margin: auto;
}

.c-parag-container-big {
    width: 100%;
    position: relative;
    padding-top: 50%;
    max-width: 1280px;
    margin: auto;
}

.c-parag-container .c-title-sm {
padding-top: 30px;
}

.c-parag-left {
    width: 80%;
    padding-left: 10%;
    font-size: 18px;
    padding-top: 150px;
}

.c-parag-left p {
    line-height: 2.4;
}

.c-parag-container .c-title-xs {
    margin-bottom: 3vw;
}


/* BREAK WHITE IMAGES DESIGN */

.c-threeimage {
    height: max-content;
    width: 100%;
    position: relative;
}

.c-image-1 {
    position: relative;
    top: 0;
    margin-right: 0;
    margin-left: auto;
}
.c-image-1 img {
    width: 30vw;
    height: auto;
    max-width: 1000px;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    top: 3vw;
}



.c-image-3 {
    position: relative;
    left: 2vw;
    top: 0;
}
.c-image-3 img {
    width: 30vw;
    height: auto;
    max-width: 600px;
    position: relative;
    top: -3vw;
}


/* BACKGROUNDS */

.c-fullscreenbg {
    height: 100vh;
    width: 100%;
    position: relative;
background-size: cover;
background-position: center;
}

.c-fullscreenBg-titlePosition {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}







/* FOOTER */


.c-footer-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.c-footer-content span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.c-footer-p-margin {
   margin-bottom: 5vw;
}

.c-footer-text {
    font-size: initial;
    font-family: 'Manrope', sans-serif;
/*    letter-spacing: 2px; */
    padding-left: 15px;
}

#c-footer .c-title-lg {
color: #69424b;
}


/* BIG TITLE MIDDLE */

.c-big-text-middle {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-big-text-middle p {
text-align: center;
}

.c-small-title {
padding-top: 5vw;
}



.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 20px;
    color: #69424b;
    margin: auto;
    background-color: #fffbfc;
    transition: 0.3s;
letter-spacing: 1px;
}

.c-button-1:hover {
    margin: auto;
    background-color: #333333;
    color: white;
    transition: 0.3s;
}


.c-button-2 {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 20px;
    color: #fffbfc;
    margin: auto;
    background-color: #512c35;
    transition: 0.3s;
letter-spacing: 1px;
}

.c-button-2:hover {
    margin: auto;
    background-color: #333333;
    color: white;
    transition: 0.3s;
}

.c-button-3 {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    padding: 15px 20px;
    color: white;
    margin: auto;
    border: 1px solid white;
    background-color: transparent;
    transition: 0.3s;
letter-spacing: 1px;
}

.c-button-3:hover {
    margin: auto;
    background-color: #512c35;
    border: 1px solid #512c35;
    color: white;
    transition: 0.3s;
}

.c-copyright {
padding-top: 30px;
padding-bottom: 30px;
border-top: 1px solid #ada394;
    opacity: 0.5;
font-size: 14px;
}

.c-copyright p {
margin-bottom: 0px;
}


/* DETAILS PAGES FOR SERVICES */


.c-middle-img {
    margin-left: 15vw;
    margin-right: 15vw;
    max-width: 100%;
    position: relative;
    height: fit-content;
    text-align: center;
}

.c-middle-img img {
    position: relative;
    z-index: 2;
    width: 40vw;
    height: auto;
    min-width: 720px;
    max-width: 1000px;
}

.c-middle-img-bgcolor {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 20vw;
    background-color: #69424b;
    z-index: 1;
}

#massage .c-middle-img-bgcolor {
    background-color: white;
}

.c-middle-contentbox {
    max-width: 100%;
    margin-left: 15vw;
    margin-right: 15vw;
    background-color: #69424b;
}

#massage .c-middle-contentbox {
    background-color: white;
}

.c-middle-contentbox p{
    margin: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
    font-size: 28px;
font-weight: 300;
    width: 40vw;
    min-width: 720px;
    max-width: 1000px;
}

#massage .c-middle-contentbox p {
    color: initial;
}


.c-leftbox-bgcolor {
    width: 70%;
    height: 85%;
    background-color: #f1e9e9;
    position: absolute;
    top: 0;
}

.c-leftbox-title {
    position: absolute;
    top: 100px;
    text-align: right;
    right: 0;
    left: auto;
}

.c-leftbox-title .c-title-lg {
font-size: 7vw;
}

#pricelist {
font-weight: 300;
}

#pricelist .c-list-title {
    margin-bottom: 10px;
}

#pricelist .c-list-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    width: 70%;
}

#pricelist p {
font-size: 22px;
    margin-bottom: 0;
}

.c-price-line {
padding-right: 100px;
    border-bottom: 2px solid #cfc9cb;
    margin-left: 10px;
    margin-right: 10px;
}

#pricelist .c-icon-time {
width: 30px;
height: auto;
}

#pricelist .c-icon-euro {
width: 22px;
height: auto;
}

#pricelist .col-md-6, #pricelist .col-md-12 {
    margin-top: 100px;
}

.c-border-line {
background-color: #cfc9cb;
width: 1px;
height: 100%;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}


.c-parag-gap {
padding-top: 70px;
    font-size: 20px;
}


/* BOOK YOUR EVENT ICON */

.c-celebrate-icon {
    position: absolute;
    bottom: 50px;
    width: 90%;
    text-align: center;
}

.c-celebrate-icon p {
    margin-bottom: 0;
    /* letter-spacing: 3px; */
    font-size: 14px;
    font-weight: 300;
color: #33242d !important;
}


.c-footerLink {
color: #0b0205;
}


.c-below-footer-content a {
    color: #0b0205;
}


/* MOBILE */

@media (max-width: 768px) {

.c-logo img {
    height: 55px;
}

.c-hidemobile {
display: none;
}

.c-title-lg {
    font-family: 'Gilda Display', serif;
    font-size: 34px;
    margin-bottom: 0px;
    line-height: 1.2;
}
.c-title-md {
    font-size: 24px;
}

.c-title-sm {
    font-size: 18px;
}


.c-parag-left {
    width: 100%;
    padding-left: 10%;
    font-size: 16px;
    padding-top: 100px;
}

.c-parag-left p {
    line-height: 1.8;
}

.c-parag-gap {
    padding-top: 40px;
    font-size: 16px;
}

.c-image-1 img {
    width: 70vw;
    top: 30px;
}

.c-image-3 img {
    width: 60vw;
    top: 0vw;
}

.c-image-parties img {
    max-width: 300px;
    height: auto;
}

.c-celebrate-icon {
    bottom: 15px;
}

.c-footer-content {
    position: relative;
    top: 00%;
    transform: translateY(0%);
    width: 100%;
margin-top: 50px;
}

.c-footer-content span {
    position: relative;
    top: 0;
    transform: translateY(0%);
    line-height: 1;
}

.c-footer-content .c-title-lg {
text-align: left !important;
}

#c-footer .c-padding-top-100 {
    padding-top: 0px;
}

.c-title-follow {
    font-size: 16px;
}

.c-below-footer-content div {
text-align: left !important;
}

.c-copyright {
    padding-top: 15px;
    padding-bottom: 5px;
}

.c-copyright p {
font-size: 12px;
text-align: center !important;
margin-bottom: 10px;
}

.c-middle-img {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    position: relative;
    height: fit-content;
    text-align: center;
}

.c-middle-img img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: 1000px;
}

.c-middle-img-bgcolor {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 120px;
    background-color: #69424b;
    z-index: 1;
}

.c-middle-contentbox {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: #69424b;
}

.c-middle-contentbox {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #69424b;
}

.c-middle-contentbox p {
    margin: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
}

#treatments .col-md-2 {
display: none;
}

.c-leftbox-bgcolor {
    width: 70%;
    height: 300px;
    background-color: #f1e9e9;
    position: relative;
    top: 0;
}

.c-leftbox-title {
    position: absolute;
    top: 100px;
    text-align: right;
    right: 20px;
    left: auto;
}

.c-leftbox-title .c-title-lg {
    font-size: 60px;
}

#treatments .c-leftbox-title .c-title-lg {
    opacity: 0.1;
}

#pricelist p {
    font-size: 16px;
    margin-bottom: 0;
}

}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}#innercopyinfo {
border-top: 1px solid #ada394;
    padding-left: 5%;
    padding-right: 5%;
    width: auto;
    max-width: 100%;
}/*! locomotive-scroll v4.0.6 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh;}[data-scroll-direction=horizontal] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}

/* SPY */

.rootOverflow {
overflow: auto !important;
}


.c-subtitle-gap {
margin-top: 2vw;
}


.c-gap-contact {
margin-top: 10vw;
}

.c-text-button {
font-size: 16px;
/*    letter-spacing: 4px; */
color: #602936;
}

#partiesEvents {
padding-bottom: 3vw;
    padding-top: 3vw;
}




#c-bg-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#c-bg-after-fixed{
  width: 100%;
  background: #f9f6f0;
  display: flex;
  height: 100%;
}

.c-bg-before {
  background: #69424b;
padding-top: 0px;
padding-bottom: 0px;
}

@media (max-width: 990px) {
.c-bg-before {
  background: #69424b;
padding-top: 100px;
padding-bottom: 100px;
}
}



/* ================== */



body {
  overflow: auto;
}




a {
  text-decoration: none;
}


.preserve3d {
  transform-style: preserve-3d;
}


/********** 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;
}

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

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

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



.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: 40px;
  background: #fffff4;
  transform: translateY(-40px);
  will-change: transform;
}

header.show {
  transform: none;
}

/* 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: #fffff4;
}

#gallery header .label {
  color: #fffff4;
}

#gallery header .penSprite {
  background-position: 0px -1px;
}

#gallery header .penIcon:after {
  background: #fffff4;
}

#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(-40px);
  -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);
}

.mainContainer {
  width: 100%;
  margin: auto;
}

.largeContainer {
  width: calc(100% - 5vw);
  max-width: 1580px;
  margin: auto;
}

.midContainer {
  width: calc(100% - 5vw);
  max-width: 1440px;
  margin: auto;
}

.subContainer {
  width: calc(100% - 5vw);
  margin: auto;
  max-width: 1240px;
}

.subContainer.lens {
  cursor: default;
}

.paragraphContainer {
  width: calc(100% - 10vw);
  margin: auto;
  max-width: 1040px;
}

.menuController {
  display: flex;
  align-items: center;
  width: 240px;
  cursor: pointer;
}

.lines {
  margin-right: 15px;
}

.line {
  width: 57px;
  height: 1px;
  background: #fffff4;
}

.line._2 {
  margin-top: 8px;
}

#topLines.hidden .line {
  transform: scale(0, 1);
}



#top {
  overflow: hidden;
}

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

#coverPicture img.hidden {
  transform: scale(1.02);
  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;
}

#coverOverlay .mainContainer {
  height: 100%;
}

#coverStory {
    position: absolute;
    width: 100%;
    bottom: 25%;
    text-align: center;
    color: white;
}


#coverStory.hidden span {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}

#topGift {
  position: absolute;
  right: -20px;
  bottom: 80px;
}

.makeGift {
  display: flex;
  color: #514641;
  padding: 20px;
  margin-right: -20px;
}

.giftIco {
  width: 57px;
  height: 18px;
  background: url(/wp-content/themes/aquapetra/assets/images/sprites.png)
    no-repeat;
  background-position: -30px 0px;
  position: relative;
  top: -4px;
  margin-left: 30px;
}

.makeGift.show .no_opacity {
  opacity: 1 !important;
  pointer-events: all !important;
}

.makeGift.black .giftIco {
  background-position: -30px -24px;
}

#index #intro .mainContainer._2 {
  margin-top: -50px;
}

.smallIntro {
  font-family: "Geometria";
  font-size: 12px;
  letter-spacing: 5.5px;
  font-weight: 600;
  color: #514641;
}

.bigTitle {
  display: flex;
  flex-direction: column;
  font-family: "Gilda Display";
  font-weight: 400;
}

.centered {
  text-align: center;
}

#intro .bigTitle:first-child {
  margin-top: 0;
}

.bigTitle .small {
  font-family: "Geometria";
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 7px;
  text-indent: 13px;
  margin-top: 15px;
}

.text {
  font-size: 19px;
  line-height: 32px;
}

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




.subParagraphTitle {
  color: #bbb3a7;
  font-size: 65px;
  display: block;
}

#index #intro .subParagraphTitle {
  max-width: 600px;
}






.c-dark-text {
  color: #512c35;

}

.c-white-text {
  color: #fffff4 !important;

}







#roomsOverview {
  background: #ede5d7;
}

video {
  width: 100%;
}

.overviewTitle {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.topText {
  font-family: "Geometria";
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 10px;
  display: block;
}

.bottomText {
  font-family: "Geometria";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 8px;
  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: 1;
}

.hoverLeft,
.hoverRight {
  width: 50%;
}

.hoverLayer [data-disabled="true"] {
  cursor: default;
}

#roomsWidget {
  display: flex;
}

.to_left_end {
  margin-left: -2.5vw;
}

.roomDescriptionLayer {
  width: 35%;
  background: #dbd3c7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.5vw;
  box-sizing: border-box;
}

.roomDescription {
  font-size: 3vw;
  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: 90px;
  right: 0;
  z-index: 2;
  top: auto;
}

.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;
  padding-bottom: 8vw;
}

.diningWidgetSection .overviewTitle {
  padding-bottom: 0;
}

.diningWidgetLeft {
  flex: 1;
  position: relative;
}

.c-image-parties {
    width: 100%;
    max-width: fit-content;
    margin-right: 0;
    margin-left: auto;
}

#coorporate .c-image-parties {
    margin-right: auto;
    margin-left: 0;
}

.diningWidgetLeftContainer {
  max-width: 530px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 5.5vw 60px 5.5vw 0;
  box-sizing: border-box;
}

.diningWidgetTitleContainer {
  min-width: 815px;
  z-index: 1;
}

.diningWidgetSection {
  display: none;
}

.diningWidgetSection.active {
  display: block;
}

.diningWidgetSection .midContainer {
  align-items: inherit;
}

.overviewSectionTitle {
  font-size: 65px;
  display: block;
}

.diningWidgetSection .overviewSectionTitle {
  white-space: nowrap;
}

.c-image-parties-img {
    max-height: fit-content;
    overflow: hidden;
}

@media all and (min-width: 1860px) {
  .diningWidgetTitleContainer {
    z-index: 1;
    position: absolute;
    bottom: calc(5.5vw - 16px);
    left: calc(725px + 2.5vw);
  }

  .diningWidgetSection .midContainer {
    align-items: flex-end;
  }

  .diningWidgetTextContainer {
    margin-bottom: 10vw;
  }
}

#cellarOverview {
  background: #645954;
  position: relative;
  z-index: 1;
}

#cellarOverview .midContainer .left,
#experienceOverview .midContainer .left {
  width: 60%;
}

.cellarPic {
  position: relative;
  top: 5vw;
  margin-top: -10vw;
}

.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: #fffff4;
  transform-origin: left;
  transform: scale(0, 1);
}

.bigTypo {
  font-size: 88px;
}

.label.bigger {
  font-size: 18px;
  letter-spacing: 10px;
  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;
}



#spaExplore {
  margin-top: 6vw;
}

.ctaWidget {
  height: 43.6vw;
}




/****************** 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: #fffff4;
  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%;
}



/************** NAV **************/

#mainNav {
  width: 100%;
  max-width: 960px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  will-change: transform;
  display: none;
}

#mainNav.active {
  display: block;
}

#mainNav.hidden {
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

#navBack {
  background: #c0b8ab;
  position: absolute;
  top: calc(2.5vw + 49px + 19px);
  left: 0;
  width: 100%;
  height: calc(100% - calc(2.5vw + 49px + 19px));
  z-index: 0;
}

#navScrollCover {
  position: absolute;
  width: 100%;
  height: calc(2.5vw + 49px + 19px);
  background: #c0b8ab;
  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;
}



.closeLine {
  width: 57px;
  height: 1px;
  margin-right: 15px;
  margin-bottom: 5px;
  transform-origin: left;
}

#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 {
  padding: 0 calc(2.5vw + 73px);
}

.navSection {
  padding-bottom: 2.5vw;
}

.navSection:first-child {
  padding-top: 0;
}

.navSection:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.navSectionCenter {
  margin-top: 2.5vw;
  display: flex;
  align-items: center;
}

.navLeft {
  width: 375px;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}

.navRight {
}

.navSectionTitle {
  font-size: 45px;
  display: flex;
  justify-content: flex-start;
  text-transform: uppercase;
}

.navSectionAbstract {
  max-width: 320px;
  color: #fffff4;
  margin-top: 30px;
  line-height: 25px;
}

.navButton {
  display: flex;
}

.navButton a {
  font-family: "Geometria";
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fffff4;
  white-space: nowrap;
  display: block;
  padding: 8px 0;
  text-transform: uppercase;
}

.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: #fffff4;
  margin-top: 2.5vw;
}

.footerSmallButton a {
  color: inherit;
}

#navFooter {
  padding-bottom: 40px;
}

#navFooterTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#navFooterBottom {
  margin-top: 30px;
}

.footerSocials {
  display: flex;
}

.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 {
  background: #e7e5da;
}

@media all and (max-width: 1440px) {
  #coverStory h1 {
    font-size: 55px;
  }

  .subParagraphTitle {
    font-size: 60px;
  }

  .overviewSectionTitle {
    font-size: 55px;
  }

  /* .row1  {
		font-size: 90px;
		color:#D4C4B5;
	}

	 .row2 {
		font-size: 80px;	
	}*/

  #chefTitle {
    max-width: 556px;
    width: calc(100% - 2.5vw);
  }
}

#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 linaer;
  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: #fffff4;
  top: -6px;
}

#symbol .plus:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #fffff4;
  left: -6px;
}

#symbol .minus:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #fffff4;
  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;
}.c-menubar {
    position: absolute;
    width: 100%;
    z-index: 999999;
    background-color: #f9f6f0;
top: -65px;
    height: 65px;
color: #0b0205;
}

.c-menu {
    position: absolute;
    left: 5%;
    top: 50%;
}

.c-logo-small {
    position: absolute;
    left: 50%;
top: 17px;
    transform: translateX(-50%);
}


.c-logo-small img {
    height: 40px;
    width: auto;
}


.c-showmenu {
top: 0px;
transition: 1s;
}

.c-hidemenu {
top: -65px;
transition: 1s;
}.c-smallmenutitle {
position: absolute;
    top: 24px;
    left: calc(5% + 75px);
letter-spacing: 2px;
font-size: 13px;
font-weight: 400;
}

.c-smallmenutitle-white {
    position: absolute;
    top: 34px;
    left: calc(5% + 75px);
    color: white;
    z-index: 999;
letter-spacing: 2px;
font-size: 13px;
font-weight: 300;
}


#custom-menu ul {
padding-left: 0px !important;
list-style: none !important;
    list-style-type: none !important;
    list-style-position: initial !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.loggedin .button_container {
  position: relative;
}

.notloggedin .button_container {
  position: fixed;
  width: 0px;
  height: 0px;
    left: 5%;
    top: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.55s;
}

.button_container.active-container {
  position: fixed;
  width: 60px;
  height: 30px;
}

.notloggedin .c-custom-menu-buttons .button_container {
  position: absolute;
  width: 60px;
  height: 30px;
z-index: 999;
    left: 5%;
    top: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.55s;
}

#custom-menu .button_container {
  position: absolute;
  width: 60px;
  height: 30px;
z-index: 999;
    left: 5%;
    top: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.55s;
}

#cMenu .button_container {
    top: 20px;
}



#custom-menu .button_container span {
opacity: 1;
}

/* DESIGN GIA TO MENU BUTTONS OTAN EINAI STO FIXED */

.button_container span {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: white;
  transition: all 0.35s ease;
opacity: 0;
}

.button_container .active-buttons span {
opacity: 1;
}

/* ============================== */

/* DESIGN GIA TO MENU BUTTONS OTAN EINAI STO TOP=0 */

.c-custom-menu-buttons span {
opacity: 1;
}

/* ============================== */

.top {
  top: 7px;
}

.button_container:hover .top {
  top: 9px;
}

.button_container.active:hover .top {
  top: 0px;
}


.bottom {
  top: 17px;
}

.button_container:hover .bottom {
  top: 15px;
}

.button_container.active:hover .bottom {
  top: 20px;
}

.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background-color: #0b0205;
  transition: all 0.35s ease;
transition-delay: 1s;
  opacity: 1;
width: 30px;
    top: -2px;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background-color: #0b0205;
  transition: all 0.35s ease;
transition-delay: 1s;
  opacity: 1;
width: 30px;
}

/* DEACTIVE BUTTONS */

.c-custom-menu-buttons .top {
background-color: #0b0205;
  top: 7px;
}

.c-custom-menu-buttons:hover .top {
  top: 9px;
}

.button_container.active:hover .top {
  top: 0px;
}


.c-custom-menu-buttons .bottom {
background-color: #0b0205;
  top: 17px;
}

.c-custom-menu-buttons:hover .bottom {
  top: 15px;
}

.button_container.active:hover .bottom {
  top: 20px;
}

.c-custom-menu-buttons.deactive .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background-color: #a8915f;
  transition: all 0.35s ease;
transition-delay: 1s;
  opacity: 0;
}



.c-custom-menu-buttons.deactive .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background-color: #a8915f;
  transition: all 0.35s ease;
transition-delay: 1s;
  opacity: 0;
}

/* ================================ */



.button_container.active {
  right: 35px;
z-index: 99999999 !important;
}

.c-overlay {
  position: fixed;
background-color: #f9f6f0;
  visibility: hidden;
  width: 0%;
  height: 100vh;
  left: 0px;
  top: 0px;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transition: opacity 0.35s, width 0.35s, visibility 0.35s;
  transition: opacity 0.35s, width 0.35s, visibility 0.35s;
    z-index: 9999999;
}

.c-overlay.open {
  width: 100%;
  opacity: 1;
  visibility: visible;
overflow-y: hidden;
}

.c-overlay.open li {
  -webkit-animation: fadeInLeft 1.5s ease forwards;
  animation: fadeInLeft 1.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.c-overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.c-overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.c-overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.c-overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.c-overlay .nav {
    position: relative;
    height: 100vh;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
font-size: 14px;
}
.c-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
}

.c-overlay ul li {
    display: block;
    height: 100vh;
    min-height: 50px;
    position: relative;
    opacity: 0;
    width: 25%;
}

.c-overlay ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
margin-top: 20px;
line-height: 1.1;
}






@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes fadeInLeftLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeftLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.active {
  overflow: hidden;
}




/* STYLING */

.c-menu-category {
font-size: 30px;
    margin-bottom: 0;
    color: #69424b;
font-family: 'Gilda Display', serif;
}

.c-overlay ul li a span {
font-size: 20px;
}

.c-overlay ul li p {
margin-bottom: 20px;
}



.c-overlay ul li {
background-color: #f4f3f0;
transition: 0.75s;
}

.c-overlay ul li:hover {
background-color: #fff;
}


.c-overlay ul li .c-overlay-inner {
    position: relative;
    height: 65%;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    border-right: 1px solid rgb(168 145 95 / 20%);
    border-bottom: 0px solid rgb(168 145 95 / 20%);
    padding-right: 0;
    margin-left: -1px;
}

/* ALIGN MENU CONTENT MIDDLE */

.c-align-menu {
    position: relative;
    width: 70%;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    height: auto;
    padding-right: 15%;
    margin-left: calc(15% - 1px);
}

.c-align-menu img {
width: 100%;
height: auto;
}

/* ==================== */

#custom-menu .c-logo {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
opacity: 0;
}

.c-overlay.open .c-logo {
  -webkit-animation: fadeInLeftLogo 1.5s ease forwards;
  animation: fadeInLeftLogo 1.5s ease forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}


#custom-menu .c-logo img {
    width: 12vw;
    max-width: 250px;
    min-width: 130px;
}


/* BUTTON ANIMATION */

.c-overlay ul li .c-button-2 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: left;
    padding: 15px 20px;
    color: #fffbfc;
    background-color: #512c35;
    transition: 0.3s;
    width: fit-content;
opacity: 0;
    transition: 0.3s;
}

.c-overlay ul li .c-button-2:hover {
    background-color: #333333;
    color: white;
    transition: 0.3s;
}

.c-overlay ul li:hover .c-button-2 {
opacity: 1;
}


.c-contactMenu {
    position: absolute;
    bottom: 0;
    padding-bottom: 0px;
    padding-top: 15px;
    z-index: 22;
    width: 100%;
    text-align: center;
}

.c-contactMenu a {
text-decoration: none;
color: #0b0205;
}



.cLang {
    position: relative;
    top: 0px;
    right: 5%;
    z-index: 9999;
}

.cLang ul {
    line-height: 0.8;
}

.c-book-dark .cLang a {
color: #0b0205;
}

.c-book .cLang a {
color: white;
}

.cLang ul li a {
    margin-top: 0px !important;
}

.cLang li {
    background-color: transparent !important;
    height: auto !important;
    display: inline-block;
    overflow: hidden;
}

.cLang li:hover {
    background-color: transparent !important;
    height: auto !important;
}


.cLang .active {
    font-weight: 800;
}

.cLang li:nth-child(1) {
    width: 19px;
margin-right: 5px;
}

.cLang li:nth-child(2) {
    width: 19px;
}


@media (max-width: 1700px) {
.c-overlay ul li .c-overlay-inner {
    height: 72%;
}
.c-menu-category {
    font-size: 20px;
}

.c-overlay ul li a {
    font-size: 16px;
}
.c-overlay.open li .c-subtitle {
    font-size: 12px;
}
.c-overlay ul li a span {
    font-size: 20px;
}
}


.c-smallmenutext {
   font-size: 14px;
}

.c-overlay ul li p.c-abovesmallmenutext {
    margin-bottom: 0px;
}

/* ================== */

/* MOBILE & TABLET */

@media (max-width: 990px) {

#custom-menu .button_container {
    position: absolute;
    width: 30px;
}

.notloggedin .c-custom-menu-buttons .button_container {
    position: absolute;
    width: 30px;
}

.c-smallmenutitle-white, .c-smallmenutitle {
display: none;
}

.c-overlay.open {
    width: 100%;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

.c-overlay {
    position: fixed;
    background-color: #fffbfc;
}
.c-overlay ul {
    display: flex;
    flex-wrap: wrap;
}
.c-overlay ul li {
    background-color: #fffbfc;
}
.c-overlay ul li {
    display: block;
    height: auto;
    min-height: 50px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    flex: 100%;
}
.c-overlay ul li .c-overlay-inner {
    position: relative;
    height: 65%;
    width: 100%;
    top: 0;
    transform: translate(0, 0%);
    border-bottom: 1px solid rgb(168 145 95 / 20%);
    padding-right: 1vw;
    margin-left: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 0px solid rgb(168 145 95 / 20%);
}
.c-overlay .nav {
    position: relative;
    height: fit-content;
top: 0;
    margin-top: 100px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
font-size: 14px;
}
.c-overlay ul li .c-overlay-inner {
    height: auto;
}

.c-align-menu {
    position: relative;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
    height: auto;
    padding-right: 0%;
    margin-left: 0;
}

.c-contactMenu {
    position: relative;
    bottom: 0;
    padding-bottom: 0px;
    padding-top: 30px;
    z-index: 22;
    width: 100%;
    text-align: left !important;
}

.c-contactMenu p {
    text-align: left !important;
}

.c-overlay ul li .c-button-2 {
opacity: 1;
}

.c-appointment {
    padding-right: 0px;
}

.cLang {
    position: absolute;
    top: -35px;
        right: 0;
    z-index: 9999;
}

.cLang ul {
    display: flex;
    padding-left: 0 !important;
}

.c-book-dark .cLang {
    top: -30px;
}

.cLang div.langlist span.langtext {
    display: block !important;
}

.cLang ul li a span {
    font-size: 14px;
}

.cLang li:nth-child(1) {
    width: 16px;
    margin-right: 10px;
}
.cLang li:nth-child(2) {
    width: 16px;
}

.c-overlay .cLang ul {
    display: flex;
    flex-wrap: nowrap;
}

}

/* ========================= *//* CONTACT FORM */


.contactform {
max-width: 1000px;
margin: auto;
margin-bottom: 100px;
}

.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border-bottom: 1px solid rgb(105 66 75 / 15%);
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
    background-color: transparent;
}

.contactform p.notrequired select:focus-visible, .contactform p.notrequired textarea:focus-visible, .contactform p.notrequired input:focus-visible, .contactform p.required select:focus-visible, .contactform p.required textarea:focus-visible, .contactform p.required input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.contactform p.checkbox label {
    display: inline;
    font-size: 14px;
}



.contactform button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    color: white;
  padding: 15px 20px;
font-size: 14px;
    margin: auto;
    margin-top: 0px;
    background-color: #69424b;
  text-transform: uppercase;
    transition: 0.3s;
    position: relative;
border-radius: 0px;
    letter-spacing: 1px;
border: 0px solid white;
}
.contactform button:hover {
color: white;
background-color: #33242d;
}

div.contactform p label {
    font-size: 16px;
}


.submit {
text-align: center;
}

.contactform .labelspacer {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Gilda Display', serif;
    color: #69424b;
    text-transform: uppercase;
}

@media (max-width: 768px) {

.contactform h1 {
text-align: center;
}

.contactform .submit {
text-align: center;
}
div.contactform p label {
    font-size: 11px;
}


}html.has-scroll-smooth, .has-scroll-smooth body {
    overflow: auto !important;
    overflow: scroll !important;
}

.notloggedin #belowsite {
display: none;
}

#content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 20px;
}