@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,500;1,500&family=Noto+Serif+Display:ital,wght@0,300;1,300&family=Playfair:ital,opsz,wdth,wght@0,5..1200,112.5,300;1,5..1200,112.5,300&display=swap');

@font-face {
  font-family: "Erotique Regular";
  src: url("/fonts/Erotique/Erotique-GR-Medium-002.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Erotique Medium";
    src: url("/fonts/Erotique/Erotique-GR-Medium-002.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Syne";
  src: url("/fonts/Syne/Syne-VariableFont_wght.ttf");
}

:root {
    --fontErotiqueRegular: "Erotique Regular", serif;
    --fontErotiqueMedium: "Erotique Medium", serif;
    --fontSyne: "Syne", serif;
    --fontArimo:"Arimo", sans-serif; /*Hebrew*/
    --fontMontserrat:"Montserrat", sans-serif; /*BG*/
    --fontPlayfair:"Playfair", sans-serif; /*BG*/
    --fontNoto:"Noto Serif Display", serif; /*GR*/
    --doc-height: 100%;
    --white: #fff;
    --yellow:#f4c541;
    --black: #1d1d1b;
    --grey-light:#ecedf1;
    --grey:#c4c6c8;  
    --grey-dark: #CBCDCF;
    --green:#8b9b8c;
    --purple:#b39ec7;
    --purple-light:#e7e7ec;
    --letter-spacing:-0.05em;
    --letter-spacingGR:0;
}


::-webkit-scrollbar {width:0px; display: none !important;}
  
html.lenis, html.lenis body {
    height: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}


.syne {
  font-family: var(--fontSyne);  
}
html:lang(he) .syne {
    font-family: var(--fontArimo);
}
html:lang(bg) .syne {
    font-family: var(--fontMontserrat);
}

.color-grey{
    color: var(--grey)!important;
    background: rgba(0,0,0,0.005);
}
.bgGrey {
    background-color: var(--grey-light);
    position:relative;
    z-index:1;
}
.bgPurple-light {
    background-color: var(--purple-light);
        position:relative;
    z-index:1;
}

.bgWhite {
    background-color: var(--white)!important;
        position:relative;
    z-index:1;
}

.gradient {
    background: rgb(136,156,138);
    background: linear-gradient(90deg, rgba(136,156,138,1) 0%, rgba(145,156,151,1) 27%, rgba(171,156,185,1) 77%, rgba(184,156,202,1) 100%);
}
.text-upper {
    text-transform:uppercase;
}
.text-lower {
    text-transform:lowercase;
}
.text-small {
    font-size:20px;
}



html,
body{
    height: 100% 
}
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}
body {
    font-family: var(--fontSyne);
    font-size: 26px;
    line-height:1.1;
    letter-spacing: var(--letter-spacing);
    font-weight: 600;
    color: var(--black);
    text-align: left;
    cursor: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
html:lang(he) body {
    font-family: var(--fontArimo);
    font-weight: 400;
}
html:lang(bg) body {
    font-family: var(--fontMontserrat);
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    body {
        font-size: 24px;
    }
} 
@media screen and (max-width: 767px) {
    body {
        font-size: 18px;
    }
} 
p {
    margin: 0;
    padding-bottom: 1rem;
}
b, strong {
    font-weight: 700;
}
/*
.z-index-holder {
    background-color: var(--white) !important;
    position: relative;
    z-index: 1;
}*/

.site-maxwidth{
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    position:relative;
    z-index:1;
}
@media screen and (min-width: 1921px) {
    .fixed-top{
        left: calc((100vw - 1920px) / 2)!important;
        right: calc((100vw - 1920px) / 2)!important;
    }
    .nav_burger {
        right: calc(((100vw - 1920px) / 2) + 50px)!important;
    }
    .BookButton-holder {
        left: calc(((100vw - 1920px) / 2) + 50px)!important;  
    }
    a.scrollup {
        right: calc(((100vw - 1920px) / 2) + 50px)!important;
    }
}

.preloader {
    /*position:relative;
    height:100%;*/
    position: fixed;
    align-items: center;
    background: #FFF;
    display: flex;
    flex-direction: column;
     padding: 0;
    margin: 0;
    justify-content: space-evenly !important;
    left: 0;
    top: 0;
    bottom:0;
    right:0;
    width: 100%;
    z-index: 1060;
    opacity: 1;
}
.preloader:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
}
.preloader .moto {
    margin-top:25%;
}
.preloader .moto .circle{
    animation-delay: 1s;
    animation: fadeIn 3s ease-in-out forwards;
    text-align:center;
    opacity: 0;
}
.preloader .moto .circle img{
    height:55px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transform-origin: 100% 25px;
    animation: flip 3s infinite linear;
}
.preloader .moto .animate-text{
    padding-top:60px;
    font-family: var(--fontErotiqueMedium);
    font-weight: 500;
    font-size: 72px;
    line-height: 62px;
    letter-spacing: var(--letter-spacing);
    
    text-align:center;
  /*  animation-delay: 0.5s;
    animation-fill-mode: forwards;
    transform: translate(0, 100%);
    animation: 2s slideIn ease-in-out forwards;
    opacity: 0;*/
    position: relative;
}
html:lang(he) .preloader .moto .animate-text{
    font-family: var(--fontArimo);
    font-weight: 500;
}
html:lang(bg) .preloader .moto .animate-text{
    font-family: var(--fontPlayfair);
    font-weight: 300;
}
html:lang(el) .preloader .moto .animate-text{
    font-family: var(--fontNoto);
    font-weight: 300;
    letter-spacing: var(--letter-spacingGR);
}

@media screen and (max-width: 1199px) {
    .preloader .moto .animate-text{
        font-size: 62px;
        line-height: 52px;
    }   
}
@media screen and (max-width: 767px) {
    .preloader .moto .circle img{
        height:45px;
    }
    .preloader .moto .animate-text{
        font-size: 56px;
        line-height: 46px;
    }
}
@media screen and (max-width: 480px) {
    .preloader .moto .animate-text{
        font-size: 48px;
        line-height: 40px;
    }
}
.preloader .logo-icon{
    height:80px;
    width: 67px;
   /* animation-delay: 1s;
    animation: fadeIn 3s ease-in-out forwards;*/
}
@media screen and (max-width: 480px) {
    .preloader .logo-icon img{
        height:60px;
    }
}

.preloader.off{
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    transform: translate(0, 0);
    animation: 3s slideOutTop ease-in-out forwards;

}
@keyframes flip {
    from {
        transform: rotateX(0deg);
    }

    to {
        transform: rotateX(360deg);
    }
}
@keyframes slideIn {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideOutTop {
  100% {
    transform: translateY(-100%);
   /* opacity: 0;*/
     display: none;
  }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



button, .btn {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
button:focus,
.btn.focus,
.btn:focus,
input:focus,
select:focus,
textarea:focus{
  outline: 0;
  box-shadow: none !important;
}

a{
  text-decoration: underline;
  color: var(--black);
  transition: transform 0.25s ease-out;
}
a:hover{
    text-decoration: none;
    color: var(--grey)!important;
    transition: transform 0.25s ease-out;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity:0;
}

/*Button
=============================*/
.button,
.MoreLink,
.Discover,
.BookInner {
    font-family: var(--fontSyne);
    color: var(--grey-light);
    border-radius: 0px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
     border: none;
}

html:lang(he) .button,
html:lang(he) .MoreLink,
html:lang(he) .Discover,
html:lang(he) .BookInner {
    font-family: var(--fontArimo);
    font-weight: 500;
}
html:lang(bg) .button,
html:lang(bg) .MoreLink,
html:lang(bg) .Discover,
html:lang(bg) .BookInner {
    font-family: var(--fontMontserrat);
}


.button {
    background-color:var(--black);
    color: var(--white);
    display: inline-block;
    padding: 14px 28px;
    font-size: 22px;
    z-index: 1;
    position:relative;
    overflow: hidden;
    transition: .2s all ease;
    text-align: center;
    min-width:200px;
}
.button:before {
    background-color:var(--white);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all .2s ease;
    width: 101%;
    height: 0%;
}
.button:hover:before {
    height: 101%;
}
.button:hover {
    color: var(--black);
}

.button.round {
    position: relative;
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
    padding: 0;
    min-width: unset;
    font-weight:500;
}
.button.round.white {
    background-color:var(--white);
    color: var(--black);
    
}
.button.round.grey {
    background-color:var(--grey);
    color: var(--black);
    box-shadow:none;
    text-transform:uppercase;
    flex-direction: column;
}
.button.round.grey:before {
    background-color:var(--grey-light);
}
.button.round.grey::after {
    content: url(../images/arrow-right.svg);
    transform: rotate(90deg);
    transition: 0.5s;
    display: block;
    padding: 0;
    margin: 0;
    width: 16px;
    top: 4px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(96%) contrast(108%);
    height: auto;
    left: 2px;
    position: relative;
}
.button.round.grey:hover {
    color: var(--black)!important;
}




.MoreLink,
.Discover {
    position: relative;
    display: inline-block;
    transition: .3s linear;
    padding: 0px;
    font-size:22px;
    line-height:1.04;
    font-weight: 600;
    color: var(--grey);
    background: rgba(0,0,0,0.005);
    text-decoration: none;
} 
.MoreLink {
    margin: 0 0 0 66px;
    padding: 18px 0;
}
.MoreLink::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    padding: 17px;
    top: 0px;
    left: -66px;
    background: url(../images/cross.svg) no-repeat center center var(--white);
    background-size:21px!important;
    border-radius: 50px;
    border:solid 1px var(--grey);
      transition: 0.5s;
}
.MoreLink:hover,
.Discover:hover {
    color: var(--grey)!important;
}
.MoreLink:hover:before{
    background: url(../images/cross-white.svg) no-repeat center center var(--grey);
    background-position:bottom 12px right 12px;
}
@media (max-width: 1199px) {
    .MoreLink {
        margin: 0 0 0 60px;
        padding: 15px 0;
        line-height: 1;
    }
    .MoreLink::before {
        left: -60px;
        width: 50px;
        height: 50px;
        background-size:19px!important;
    }    
}
@media (max-width: 767px){
    .MoreLink {
        margin: 0 0 0 56px;
        padding: 14px 0;
    }
    .MoreLink::before {
        left: -56px;
        width: 46px;
        height: 46px;
        background-size:19px!important;
    }
}
.Discover::after {
    content: url(../images/arrow-right.svg);
    transition: 0.5s;
    display: inline-block;
    margin-left: 8px;
    width: 28px;
    position:relative;
    top:2px;
}
.Discover.black,
.Discover:hover {
    color:var(--black)!important;
}
.Discover.black::after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(96%) contrast(108%);
}
@media (max-width: 1199px) {
    .button, .MoreLink, .Discover { 
        font-size: 20px;
    }  
}
@media (max-width: 767px){
    .button, .MoreLink, .Discover { 
        font-size: 18px;
    }
}


/*
@media (max-width: 1199px){
    html:lang(ru) .button,
    html:lang(ru) .MoreLink{
        font-size:16px;
    }
    html:lang(ru) .button {
        padding: 10px 16px;
    }
}*/
  
/*HEADERS
===================== */
h1, .h1,
h2, .h2,
h3, .h3 {
    font-family: var(--fontErotiqueMedium);
    font-weight: 500;
    line-height:0.9;
    color: var(--black);
    word-wrap: break-word;
    margin: 0px 0 30px;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
}
html:lang(he) h1, html:lang(he) .h1,
html:lang(he) h2, html:lang(he) .h2,
html:lang(he) h3, html:lang(he) .h3 {
    font-family: var(--fontArimo);
    font-weight: 500;
}
html:lang(bg) h1, html:lang(bg) .h1,
html:lang(bg) h2, html:lang(bg) .h2,
html:lang(bg) h3, html:lang(bg) .h3 {
    font-family: var(--fontPlayfair);
    font-weight: 300;
}

html:lang(el) h1, html:lang(el) .h1,
html:lang(el) h2, html:lang(el) .h2,
html:lang(el) h3, html:lang(el) .h3 {
    font-family: var(--fontNoto);
    font-weight: 300;
    letter-spacing: var(--letter-spacingGR);
}

h1, .h1 {
    font-size: 70px;
}
h2, .h2{
    font-size: 60px;
}
h3, .h3{
    font-size: 44px;
}

@media (max-width: 1340px) {
    h1, .h1 {
        font-size: 64px;
    }
    h2, .h2 {
        font-size: 54px;
    }
    h3, .h3{
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 60px;
    }
    h2, .h2 {
        font-size: 50px;
    }
    h3, .h3{
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 50px;
    }
    h2, .h2 {
        font-size: 40px;
    }
    h3, .h3{
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    h1, .h1 {
        font-size: 42px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    h3, .h3{
        font-size: 28px;
    }
}

h2.syne{
    font-size:24px;
    font-weight:600;
}
h3.syne{
    font-size:22px;
    font-weight:500;
}
@media (max-width: 1199px) {
     h2.syne{
        font-size:22px;
    }
    h3.syne{
        font-size:20px;
    }   
}
@media (max-width: 767px) {
     h2.syne{
        font-size:20px;
    }
    h3.syne{
        font-size:18px;
    }   
}
.bullet-above {
    position:relative;
}
.bullet-above:before {
    content: "";
    background: var(--black);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .bullet-above:before {
        width: 45px;
        height: 45px;
        margin-bottom: 30px;
    }    
}

/*Spacing
=================================*/
.space50 {
    padding-left:20px;
    padding-right:20px;
}
@media screen and (min-width: 768px) {
    .space50 {
        padding-left:50px;
        padding-right:50px;
    }
    .space100 {
        padding-left:60px;
        padding-right:60px;
    }
}
@media screen and (min-width: 1200px) {
    .space100 {
        padding-left:100px;
        padding-right:100px;
    }
}

.mt-offset{
    margin-top:90px;
}
@media (max-width: 1199px) {
    .mt-offset{
        margin-top:80px;
    }   
}
@media (max-width: 767px) {
    .mt-offset{
        margin-top:60px;
    }   
}

.mb-offset{
    margin-bottom:90px;
}
@media (max-width: 1199px) {
    .mb-offset{
        margin-bottom:80px;
    }   
}
@media (max-width: 767px) {
    .mb-offset{
        margin-bottom:30px;
    }   
}
.pt-offset{
    padding-top:90px;
}
@media (max-width: 1199px) {
    .pt-offset{
        padding-top:80px;
    }   
}
@media (max-width: 767px) {
    .pt-offset{
        padding-top:60px;
    }   
}

.paddingY-bg{
    padding-top:100px;
    padding-bottom:100px;
}
@media (max-width: 991px){
    .paddingY-bg{
        padding-top:80px;
        padding-bottom:80px;
    }  
}
@media (max-width: 767px){
    .paddingY-bg{
        padding-top:60px;
        padding-bottom:60px;
    }
    .space50-sm {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*HEADER
=================================*/
header{
    z-index: 1020 !important;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    padding-top:15px;
    padding-bottom:15px;
    font-size:20px;
    font-family: var(--fontSyne);
    color:var(--black);
}
html:lang(he) header {
    font-family: var(--fontArimo);
}
html:lang(bg) header {
    font-family: var(--fontMontserrat);
}


body.revert header,
header.revert {
    color:var(--white);    
}
@media screen and (max-width: 1199px) {
    header{
        font-size:18px;  
    }
}
@media screen and (max-width: 767px) {
    header{
        font-size:16px;    
    }
}
header .logo img{
    height: 68px;
}
header .logo.intro-hidden{
    display:block;
}
header.revert .logo.intro-hidden{
    display:none;
}
@media screen and (max-width: 480px) {
    header .logo img{
        height:60px;
    }
}
/*
.logo img{
    filter: brightness(0) invert(1); 
    height: 62px;
}
.revertColor .logo img{
    filter: brightness(0) saturate(100%) invert(52%) sepia(4%) saturate(2891%) hue-rotate(347deg) brightness(93%) contrast(86%);
     height: 62px;
 }
 */
 
 /* HEADER RIGHT COLUMN- lang & tel
=============================== */ 
header .right-col{
    position: absolute;
    right: 0;
    top: 60px;
}
@media screen and (max-width: 767px) {
    header .right-col{
        display:none;
    }
}
.languages a {
    display:block;
    text-decoration:none;
    padding:2px 0;
    background: rgba(0,0,0,0.005);
}
header.revert .languages a {
    color:var(--white);
}
header.revert .tel-icon img {
    filter: brightness(0) invert(1); 
}
.tel-icon {
      margin-top:10px;  
}

.logo-onSlider {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    z-index: 2;
    width: 290px;
}
.logo-onSlider img{
    filter: brightness(0) invert(1); 
}
@media screen and (max-width: 767px) {
  .logo-onSlider {
          width: 210px;
  }
}


.BookButton-holder {
    position:fixed;
    bottom:50px;
    left:50px;
    z-index:10;
    line-height:0;
}
.BookButton-holder .button{
    min-width:200px;
    text-align: center;
}
@media screen and (max-width: 767px) {
   .BookButton-holder {
        bottom:30px;
    } 
}
@media screen and (max-width: 575px) {
   .BookButton-holder {
       left:20px;
       right:20px;
       bottom:20px;
    } 
    .BookButton-holder .button{
        width:calc(100%);
        text-align: center;
    }
}
.BookButton-holder.revert .button{
    background-color:var(--white);
    color: var(--black);
}

.BookButton-holder.revert .button:hover:before {
    background-color:var(--black);
}
.BookButton-holder.revert .button:hover {
    color: var(--white)!important;
}


/*SLIDER
=============================== */
.noSlider-holder{
    height: 92px;
    background-color: var(--white) !important;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px){
    .mobile-space-top {
        padding-top: 100px;
        background-color: var(--white) !important;
        position: relative;
        z-index: 1;
        margin-bottom:0px;
    }
    .room-page-template .mobile-space-top {
        display: inline-block;
        max-width: min-content;
    }
}

#bigCarousel .carousel-item,
#bigCarousel {
  position: relative;
  height: 100vh;
}
#bigCarousel .carousel-control-prev,
#bigCarousel .carousel-control-next {
    visibility: hidden; }
#bigCarousel:hover .carousel-control-prev,
#bigCarousel:hover .carousel-control-next {
    visibility: visible; }
    
#bigCarousel img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.GradientBg{
    position: absolute;
    z-index: 2;
    top: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
   /* background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22452731092436973) 46%, rgba(0,0,0,0.44021358543417366) 70%, rgba(0,0,0,0.8239670868347339) 100%);*/
}
.GradientBg:before,
.GradientBg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 33%;
    z-index: 2;
}
.GradientBg:before {
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.GradientBg:after {
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.BlurBg{
    backdrop-filter: blur(10px);
}
/*
.contentOverSlider {
    position: absolute;
    z-index: 9;
    color: white;
    bottom: 0%;
    height: 50%;
    width: 100%;
    font-family: var(--fontErotiqueMedium)
    font-weight: 500;
    color: var(--white);
    font-size: 76px;
    line-height:1;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .contentOverSlider {
        font-size: 48px;
    }
}
*/
.carousel-control-next, .carousel-control-prev {
    width:10%;
}
#bigCarousel .carousel-control-next-icon {
  background-image: url(../images/right-arrow.svg)!important;
}
#bigCarousel .carousel-control-prev-icon {
  background-image: url(../images/right-arrow.svg)!important;
  transform:          rotate(-180deg);
  -ms-transform:      rotate(-180deg);
  -moz-transform:     rotate(-180deg);
  -webkit-transform:  rotate(-180deg);
  -o-transform:       rotate(-180deg);
}
#bigCarousel .carousel-control-next-icon, 
#bigCarousel .carousel-control-prev-icon {
  display: inline-block;
  width: 50px!important;
  height: 50px!important;
  background: no-repeat 50%/100% 100%;
}
/*
@media screen and (max-width: 991px) {
      #bigCarousel .carousel-item,
      #bigCarousel {
        height: 500px !important;
      }
}
@media screen and (max-width: 575px) {
  #bigCarousel .carousel-item,
  #bigCarousel {
    height: 350px;
  }
}*/


.StarsOverSlider{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 50px;
    background:url(/images/stars.svg) repeat-y center center;
    height: 172px;
    width: 20px;
}
@media screen and (max-width: 767px) {
    .StarsOverSlider{
        width:15px;
        height: 122px;
        bottom: 110px;
    }
}


/*GALLERY Only Images vertical scroll - convert to swiper on mobile
==================================================*/
@media screen and (min-width: 768px) {
    .leftCol-slide-container {
         height: 100%; 
    }
   .sliderMobileSwiper {
      width: 100%;
      height: 100vh; 
      position: static;
    }
    .sliderMobileSwiper .swiper-wrapper{
        position:relative;
        height: 100%; 
    }
    .sliderMobileSwiper .swiper-slide{
        overflow:clip;
        position:absolute;
        text-align:left;
    }
    .sliderMobileSwiper .swiper-slide img{
        position:absolute;
        height:100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sliderMobileSwiper:not(.single) {
         overflow: hidden;
    }
    .sliderMobileSwiper:not(.single) .swiper-slide {
      width: auto;
      margin-right: 20px;
    }
    .sliderMobileSwiper:not(.single) .swiper-wrapper {
      transition-timing-function: linear;
    }
}

/*swiper auto-play
==================================================*/

    .genSwiper:not(.single) {
         overflow: hidden;
    }
    .genSwiper:not(.single) .swiper-slide {
      width: auto;
      margin-right: 20px;
    }
    .genSwiper:not(.single) .swiper-wrapper {
      transition-timing-function: linear;
    }

/*END GALLERY Only Images vertical scroll - convert to swiper on mobile
==================================================*/



/* Video
=================================== */
.mainVideoSlider {
        position: relative;
        height: 100vh;
    }
.mainVideoSlider video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .mainVideoSlider, .mainVideoSlider video {
        height: 450px;
    }
}
@media screen and (max-width: 767px) {
    .mainVideoSlider, .mainVideoSlider video {
        height: 400px;
    }
}
@media screen and (max-width: 480px) {
    .mainVideoSlider, .mainVideoSlider video {
        height: 350px;
    }
}



/* CONTENT
=================================== */

.all-rooms-intro {
    position:relative;
     z-index:2;
}
/*
@media screen and (min-width: 1200px) {
     .container-tabs-height{
        min-height:620px;
    }
}
@media screen and (min-width: 1480px) {
     .container-tabs-height{
        min-height:740px;
    }
}*/
@media screen and (min-width: 1680px) {
    .container-tabs-min-height{
        min-height:620px;  
    }
    .container-tabs-min-height-sm{
        min-height:520px;  
    }
}

.room-line {
    padding-top: 4rem !important;
}
.room-line:first-child {
    padding-top:1.5rem!important;
}
.room-line h2{
    margin-bottom:10px;
}
.room-line h2 a{
    text-decoration:none;
}
.room-line h2 a:hover{
    color: var(--black)!important;
}
@media screen and (min-width: 768px) {
    .room-line {
        padding-top: 2.4rem!important;
    }
    .room-line:first-child {
        padding-top: 5rem!important;
    }
    .room-line h2{
         margin-bottom:0px;
    }
    .all-rooms-intro h2{
        position:relative;
    }
    .all-rooms-intro h2:before,
    .all-rooms-intro .show-on-hover:before{
        content: "";
        position: absolute;
        left: 0;
        height: 80%;
        opacity: 0;
        width: 0;
        overflow: hidden;
        transition: opacity 1s ease-out;
    }
    .all-rooms-intro h2:before{
          border-bottom: solid 1px var(--grey);  
    }
    .all-rooms-intro .room-line:hover h2,
    .all-rooms-intro .room-line:hover .show-on-hover{
        transition: all 1s ease-out;
        padding-left:70px;  
    }
    .all-rooms-intro .room-line:hover h2:before,
    .all-rooms-intro .room-line:hover .show-on-hover:before{
        opacity: 1;
        width: 50px;
    }
    .all-rooms-intro:hover .room-line:not(:hover) h2{
      color: var(--grey);
    }
    .all-rooms-intro .room-line .room-img{
        position: absolute;
        z-index: -1;
        top: 0px;
        right: 0px;
        text-align: center;
        width: 60%;
        opacity: 0;
         -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    .all-rooms-intro .room-line:hover .room-img{
       opacity: 1;
       height: auto;
    }
     .all-rooms-intro .room-line:hover .room-img img{
                height:100%;
     }
    .show-on-hover {
        transition-delay:3s;
        transition: opacity 1s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    .all-rooms-intro .room-line:hover .show-on-hover {
        opacity: 1;
        height: auto;
    }
}
.details-line span:not(:last-child):after{
    content:" /";
}
@media (min-width: 1681px) {
    .room-line h2{
        font-size: 78px;
    }
}
@media screen and (max-width: 767px) {
    .all-rooms-intro .show-on-hover {
        display:none;
    }
}



/* Intro Section News: text rotate vertical
=================================== */
.text-rotate h3{
    font-weight:700;
}
@media screen and (max-width: 767px) {
    .text-rotate h3{
        text-align:right;
        padding-left:15%;
    }
}
@media screen and (min-width: 768px) {
    .section-news-intro .slide-holder{
        padding-left:60px;
    }
    .text-rotate {
        transform: rotate(-90deg);
        position: absolute;
        /*left: 30px;
        bottom: 0px;
        height: 500px;
        width: 500px;*/
        text-align: left;
        z-index: -1;
        transform-origin: 0 0;
        transform: translate(0%, 0%) rotate(-90deg) translate(0%, -110%);
    }
    .text-rotate h3 {
        position:relative;
        padding-left:50px; 
    }
    .text-rotate h3:before{
        content:" ";
        position:absolute;
        left:0px;
        bottom:3px;
        width:40px;
        border-bottom: solid 1px var(--black);
    }
    .text-rotate span:before{
        content:" / ";
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .text-rotate h3{
        font-size:24px;
    }
}

@media screen and (min-width: 1681px) { 
    .text-rotate {
        width:580px;
    }
}



/* SWIPER - GENERAL intro
=============================== */

.swiper-slide {
    text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
    background: url(../images/right-arrow.svg) no-repeat center center !important;
    width:40px;
    height:40px;
    top:calc(100% - 20px);
}
.swiper-button-prev {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.swiper-button-next {
     right: calc(50% - 50px);
}
.swiper-button-prev {
     left: calc(50% - 50px);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display:none;  
}       
@media (min-width: 992px){
    .swiper-button-next,
    .swiper-button-prev {
        position:absolute;
        position: absolute;
        top: 40%;
        left: auto;
        right: calc(20% - 80px);
        width:80px;
        height:80px;
    }
    .swiper-button-prev {
        top:calc(40% - 100px);
    }
}

/*.swiper-pagination-bullet {
    background-color: rgba(112, 112, 112, 0.6);
    height: 30px;
    width: 30px;
    opacity:.8;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color:transparent;
        border: 3px solid rgba(112, 112, 112, 0.6);
        opacity:0.6;
}*/
.swiper-pagination{
    bottom: 0px!important;
    color: white;
    font-size: 14px;
}

.swiper-pagination.asLine {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination.asLine .swiper-pagination-bullet {
    background: var(--black);
    height: 1px;
    width: 26px;
    opacity: 1;
    border-radius: 0;
    margin: 0;
}
.swiper-pagination.asLine .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

@media (max-width: 1199px) and (min-width: 992px){

}
@media (max-width: 991px) and (min-width: 768px){
}
@media (max-width: 767px){
    .swiper-pagination-bullet {
        height: 16px;
        width: 16px;
    }
    .swiper-pagination.small .swiper-pagination-bullet {
        height: 16px;
        width: 16px;
    }
}




/*REVIEWS
===============================*/
.section_reviews {
    background: rgb(184,156,202);
    background: linear-gradient(45deg, rgba(184,156,202,1) 0%, rgba(171,156,185,1) 27%, rgba(145,156,151,1) 77%, rgba(136,156,138,1) 100%);
        position: relative;
    z-index: 1;
}
.section_reviews .heading {
    background-color: var(--black);
    color: var(--white);
    font-size: 1.9em;
    text-align: center;
    padding: 30px 0 20px;
    line-height: 1;
      overflow: hidden;
  position: relative;
}
.section_reviews .marquee-header {
  width: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  gap: 1rem;
}
.section_reviews .marquee-content {
  display: flex;
  gap: 1rem;
}

.review-title {
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: solid 2px var(--black);
    margin-bottom: 15px;
    display: inline-block;
}
.review-title:before {
    content:'“';
    display:inline-block;
}
.review-title:after {
    content:'”';
    display:inline-block;
}
    .review-text {
        font-size:20px;
    }
.review-text a{
    text-decoration:none;   
}
.review-text a:hover{
    color: var(--black) !important;
    opacity: .7;
}  
@media (min-width: 992px){

}
.reviewsSwiper.swiper {
    position: relative;
    width: 100%;
    padding-bottom: 140px;
    padding-top: 100px;
    text-align:center;
}
.reviewsSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
  }
.reviewsSwiper.swiper .swiper-pagination{
    bottom: 70px !important;
    color:var(--black);
}
.reviewsSwiper.swiper .swiper-pagination .paginationborder:before {
    content: '';
    position: relative;
    width: 20%;
    border-bottom: 1px solid var(--black);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 1px;
}
@media (max-width: 767px){
    .section_reviews .heading {
        font-size: 1.5em;
        line-height:1.2;
        padding: 20px 0 10px;
    }
    .review-title {
        font-size: 24px;
    }
    .reviewsSwiper.swiper {
        padding-bottom: 100px;
        padding-top: 60px;
    }
    .reviewsSwiper.swiper .swiper-pagination{
        bottom: 50px !important;
    }
    .review-text {
     padding:0 50px;   
     font-size:18px;
    }
}
@media (max-width: 575px){
    .review-text {
     padding:0 30px; 
    }
}



/*MARQUEE gal-images - SECTION GALLERY- TEXT
===============================*/
/* 
.section.is--marquee{
   height:75vh;
    min-height:40.625em
}
@media screen and (max-width:767px){.section.is--marquee{height:50vh;min-height:auto}}
*/
.marquee{z-index:1;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%;height:100%;display:flex;position:relative;overflow:hidden}
.marquee-track{z-index:1;flex:none;justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;position:relative}
.marquee-list{flex-direction:row;flex:none;justify-content:flex-start;height:100%;display:flex}
.marquee-flex{flex:none;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;justify-content:flex-start;align-items:stretch;height:100%;display:flex}
.marquee-item{flex:none;width:32em;height:100%;position:relative;overflow:hidden}
.marquee-img{object-fit:cover;object-position:50% 50%;width:100%;max-width:none;height:110%;margin-top:-10%}



/* GALLERY IMAGES
===============================*/

.mb-scroll-over {
    margin-bottom: 100vh;
}
.previous-element-trigger{
  margin-bottom: 100vh;  
}
.is--section {
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 10em;
    padding-bottom: 4em;
    display: flex;
}
.section.is--grid {
    z-index: 0;
    width: 100%;
    height: 100vh;
    /*max-width: 1880px;*/
    background-color: var(--black);
    /*position: -webkit-sticky;
    position: sticky;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    overflow: hidden;
}

.grid-columns {
    width: 100%;
    height: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}
@media (min-width: 1921px) {
    .section.is--grid {
        overflow: hidden;
        width: 1916px;
        margin: 0px 2px;
    }
    /*.grid-columns {
        width: 1916px;
    }*/
}
.grid-column-w {
    flex-direction: column;
    display: flex
}
.grid-column {
    flex-direction: column;
    align-items: stretch;
    position: relative
}
.grid-column-item {
    width: 33.33vw;
    margin-bottom: 5px;
    padding-top: 113%;
    position: relative;
    overflow: hidden
}
.grid-column-item.show-mobile {
    display: none
}
@media screen and (max-width: 767px) {
    .grid-column-item.show-mobile {
        display: block;
    }
}

.grid-column-item__img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: scale(1.2);
    opacity:0;
}
@media screen and (max-width: 991px) {
    .grid-column-item {
        width: 45vw;
    }
}
@media screen and (max-width: 767px) {
    .grid-column-item {
        min-width: 21rem
    }
}
@media screen and (max-width: 479px) {
   .grid-column-item {
        width: 33.33vw;
        min-width: 15.5rem
    }
}

.btn-holder {
    position:absolute;
    z-index:2;
    bottom:0px;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px) {
   .btn-holder {
         bottom:60px;
   }
}


/* CONTACT
=============================== */

.contact-section .lady-bg{
    background:url(/images/lady.svg) no-repeat top center;
    background-size: auto;
}
.contact-section h2{
    margin-bottom:0px;
}
.contact-section .contactform {
    margin-top:30px;
}
.contactform {
    font-size:20px;
    color: var(--grey);
}
.contactform a {
     color: var(--grey);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--grey);
}

.contactform .form-floating>label {
    left:10px;
    font-weight: 600;
    font-size:20px;
    line-height: 1;
    padding:.5rem 0;
    letter-spacing: var(--letter-spacing);
    color: var(--grey);
}
.contactform .form-floating>label:after{
    background-color:transparent!important;
}
.contactform .form-control {
    border-radius: 0px;
    border:0;
    border-bottom: 2px solid var(--grey);
    outline: none;
    color: var(--black) !important;
    padding: 24px 0;
    font-size: 20px;
}
@media screen and (max-width: 1199px) {
    .contactform,
    .contactform .form-floating>label,
    .contactform .form-control {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .contactform {
        margin-left:10%;
        margin-right:10%;
    }
}

::-webkit-input-placeholder {
 	color: var(--grey);
}
:-moz-placeholder { 
    color: var(--grey);
}
::-moz-placeholder {  
    color: var(--grey);
}
:-ms-input-placeholder { 
    color: var(--grey);
}
.contactform select.form-control {
    color: var(--grey);
}
.contactform textarea.form-control {
  height: auto;
}
.field-validation-valid {
  display: none;
  color: red; }
.field-validation-error {
  display: block;
  color: red;
  text-align: left; 
  font-size:12px;    
}
.field-validation-error:empty {
	display: none;
}  

.asterisk span {
  display: inline;
  font-size: 14px;
}
.form-agree label {
	display:inline;
}
.form-agree .field-validation-error {
	display: inline-block;
}

.form-agree a {
    text-decoration:underline;
    padding-bottom: 0px;
    border-bottom: 0px solid var(--grey);
}
.form-agree a:hover {
    text-decoration:none;
}
.grecaptcha-badge {
	display: none !important;
}

input[type="file"] {
/*    padding:6px;*/

}
.attachment-field{
    min-width: 160px;
    background: url(/images/upload-icon.svg) no-repeat top left;
    background-size: 20px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: var(--letter-spacing);
    padding-bottom: 8px;
    padding-right: 15px;
}


/* FOOTER
=============================== */
footer {
    background: rgb(136,156,138);
    background: linear-gradient(45deg, rgba(136,156,138,1) 0%, rgba(145,156,151,1) 27%, rgba(171,156,185,1) 77%, rgba(184,156,202,1) 100%);
    /*font-size: 34px; */
    line-height: 1.2;
    font-weight: 400;
    padding-top:100px;
        position: relative;
    z-index: 1;
}
.contact-details a{
    text-decoration:none;
}
.social a {
    display: inline-block;
    margin-right:12px;
    transition: all 0.5s linear;
}
.social img{
  height: 26px;
}

.partners-logos {
    text-align:center;
    padding-top:60px;
}
.partners-logos a{
    display:block;
    margin-bottom:30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .partners-logos a{
        display:inline-block;
    }
}
@media (min-width: 1200px) {
    .partners-logos {
        padding-top:0px;
        text-align:right;
    }
}
.footerMenu-holder {
    padding-top:60px;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    align-items: center !important;
}
@media (max-width: 767px) {
    .footerMenu-holder {
        font-size: 16px;   
    }
}
.footerMenu a{
    color: var(--black);
    text-decoration: none;
    padding:0 20px 0 0;
}
.footerMenu a:hover,
.footerMenu a:focus{
    color: var(--grey-dark)!important;
}

.footer-year {
    text-align:right;
}
@media (max-width: 1199px) {
    .footerMenu-holder .nav{
        justify-content: center;
    }
    .footer-year {
        text-align:center;
        padding-top:60px;
    }
}
@media (max-width:767px) {
    footer .social{
        padding-bottom: 30px;
    }
    .footer-year,
    .footer-year,
    .footerMenu-holder {
        padding-top: 30px;
    }
    footer .space100{
        padding-left: 60px;
        padding-right: 60px;
    }
}
.member {
    background-color:var(--black);
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    margin-top:10px;
}
.member img{
    filter: brightness(.889) invert(1);
}
@media (min-width: 1200px) {
    .member {
        margin-top:60px;
    }
}
.copyright {
    background-color:var(--green);
    font-size: 15px;
    color: var(--black);
    line-height: 1.2;
        position: relative;
    z-index: 1;
}
.copyright .row{
    padding-top:10px;
    padding-bottom:10px;
}
.copyright a {
    text-decoration: none;
}
@media (max-width: 767px) {
    .copyright {
        padding-bottom:70px;
    }
}
/*=========== To Top =========== */
.toTop {
  text-align: right; }
      
a.scrollup {
    background: url(../images/arrow-top.svg) no-repeat center center;
    bottom: 30px;
    display: none;
    position: fixed;
    right: 50px;
    width: 20px;
    height: 100px;
    text-decoration: none;
    z-index: 99;
 }
.scrollup.is-visible {
	display: inline;
  	opacity: 1;
}
@media (max-width: 767px) {
    a.scrollup {
        bottom: 20px;
        right: 20px;
    }
}


/* INNERPAGES
=============================== */
.main-text{
   text-align:center; 
}
.umb-block-list ul{
    margin-left: 30px;
}
.umb-block-list ul li{
    margin-bottom:8px;   
}
@media (min-width: 992px) {
    .two-cols-page {
        min-height:100vh;
    }
}

.text-page-template {
    background-color: var(--white) !important;
    position: relative;
    z-index: 2;
}
.room-amenities-section h2{
    font-family: var(--fontSyne);  
    color: var(--grey)!important;
    font-size:24px;
    font-weight:600;
}
html:lang(he) .room-amenities-section h2{
    font-family: var(--fontArimo);
    font-weight:500;
}
html:lang(bg) .room-amenities-section h2{
    font-family: var(--fontMontserrat);
}

@media (max-width: 1199px) {
    .room-amenities-section h2{
        font-size:22px;
    }
}
@media (max-width: 767px) {
    .room-amenities-section h2{
        font-size:20px;
    }
}


.room-amenities-section {
    font-size:23px;
    font-weight:500;
}
.room-amenities-section ul,
.text-page-template ul,
.text-container ul {
    margin: 0px 0 0 0;
    padding: 0;
}
.room-amenities-section li,
.text-page-template li,
.text-container li{
    text-align: left;
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
    background: url(../images/bullet.svg) no-repeat left 8px;
    padding-left: 24px;
    background-size:8px;
}
.text-container .color-grey li {
    background: url(../images/bullet-grey.svg) no-repeat left 14px;
    background-size:8px;
}

/*
.ob-unfold .ob-content { overflow: hidden; height: 200px; }
.ob-unfold .ob-blanket { cursor: pointer; z-index: 100; }

#moreText {
    height:400px;
    overflow:hidden;
}*/

/*AWARDS
=================================*/
.awardsSwiper:before,
.awardsSwiper:after{
   content:"";
   position:absolute;
   top:0;
   bottom:0;
   width:150px;
  z-index:2;        
}
.awardsSwiper:before{
    left:0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 90%);
}
.awardsSwiper:after{
    right:0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 100%);
}
.awardsSwiper .swiper-wrapper {
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}




/*GALLERY PAGE
=================================*/
.gallery-container {
  width: 100%;

}
.gallery-container .grid-sizer,
.gallery-container .grid-item {   width: 50%;}
.gallery-container .grid-item  {
  	padding:1px;  
}
@media screen and (min-width: 768px) {
    .gallery-container .grid-sizer,
    .gallery-container .grid-item {   width: 33.333%;}
    .gallery-container picture {
    	visibility:hidden;
    }
}

.greyscale-imgs img {
    filter: grayscale(1);
}



/*BLOCKLISTS
================================= */
/*MAP BLOCK*/
.fit-img img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

/*FORMS
======================*/

.newsletterform .form-control {
    border-radius: 0px;
    border:0;
    border-bottom: 2px solid var(--grey);
    outline: none;
    color: var(--black) !important;
    padding: 24px 0;
    font-size: 20px;
}
.newsletterform ::-webkit-input-placeholder {
 	color: var(--grey);
}
.newsletterform :-moz-placeholder { 
   color: var(--grey);
}
.newsletterform ::-moz-placeholder {  
   color: var(--grey);
}
.newsletterform :-ms-input-placeholder { 
   color: var(--grey);
}
.newsletterform .form-agree label {
    font-size:14px;
}
.newsletterform .form-agree label a {
    color: var(--black);
    text-align:underline;
}
@media (max-width: 767px){
    .newsletterform {
        max-width:300px;
        margin:auto;
    }
}

/* CUSTOM CURSOR
================================ */
.sliderContainer,
.clickable{
    overflow:hidden;
}
.cursor {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1055;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.cursor-dot {
    position: relative;
    display: flex;
    width: 12px;
    height: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(244, 197, 65, 1);
    /*opacity: 0;*/
    transition: height 300ms ease, width 300ms ease, opacity 300ms ease;
}
.cursor-dot.bigger{
    width: 25px;
    height: 25px; 
    background-color: rgba(29, 29, 27, 1);
}

.cursor-dot .cursor-text {
    opacity:0;
}
    
.cursor-dot.show {
    position: relative;
    display: flex;
    width: 6.25rem;
    height: 6.25rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
    /*opacity: 0;*/
    transition: height 300ms ease, width 300ms ease, opacity 300ms ease;
}
.cursor-dot.show .text-wrapper {
    overflow: hidden;
    height: 1rem;
}
.cursor-dot.show .cursor-text {
    transition: transform 300ms ease;
    font-size: 1rem;
    line-height: 1;
    color:var(--black);
    font-size:16px;
    font-weight:500;
    letter-spacing: var(--letter-spacing);
        opacity:1;
}
.cursor-dot.show .cursor-text .explore{
    display:none;
}
.cursor-dot.show.explore .cursor-text .drag{
    display:none;
}
.cursor-dot.show.explore .cursor-text .explore{
    display:inline;
}

.cursor-dot.show .cursor-dot-accent {
    position: absolute;
    transition: opacity 300ms ease;
}

.cursor-dot.show .cursor-dot-accent.left {
        width: 15px;
    height: 13px;
    left:5px;
    display:none;

    background: url(../images/arrow-right.svg) no-repeat;
    filter: brightness(1) invert(1); 
    transform: scaleX(-1);
     transition: all 1s ease-in-out;
}
.cursor-dot.show .cursor-dot-accent.right {
    width: 15px;
    height: 13px;
    right:5px;
    display:none;

    background: url(../images/arrow-right.svg) no-repeat;
    filter: brightness(1) invert(1); 
     transition: all 1s ease-in-out;
         transition: height 300ms ease, width 300ms ease, opacity 300ms ease;
         
}
.no-click{
    pointer-events: none;
    touch-action: none;
}
.can-click{
    pointer-events: auto;
    touch-action: auto;
}
/*
.cursor-dot.show{
 	opacity: 1;
}*/
.cursor-dot.active{
  	width: 3.5rem;
    height: 3.5rem;
}
.cursor-dot.active .cursor-text{
  	transform: translateY(-100%)
}
.cursor-dot.active .cursor-dot-accent{
  	opacity: 1;
}
.cursor-dot.active .cursor-dot-accent.left {
    left:-25px;
        display:inline-block;

}
.cursor-dot.active .cursor-dot-accent.right {
    right:-25px;
   display:inline-block;
}

/*fslightbox
=================================*/
.fslightbox-container {
    background: linear-gradient(rgb(0 0 0 / 90%),#fff 1810%)!important; 
}
.fslightbox-toolbar {
    background:none!important;
}
.fslightbox-toolbar .fslightbox-svg-path,
.fslightbox-toolbar .fslightbox-svg-path:hover{
    fill: #000!important;
}
.fslightbox-toolbar svg{
    width:38px!important;
}
.fslightbox-slide-btn {
   /* background: rgba(149, 120, 94,.88)!important;*/
}
.fslightbox-svg-path {
    fill:#fff!important;
}
.fslightbox-slide-btn{
    border-radius: 50%!important;
}
@media screen and (min-width: 992px) {
    .fslightbox-slide-btn svg{
        width: 30px!important;
    }
    .fslightbox-slide-btn{
        padding: 22px!important;
        border-radius: 50%!important;
    }
}
    
    /*
ul.TextListCenter{
    margin: 30px 0 0 0;
    padding: 0;
}
ul.TextListCenter li{
    text-align: center;
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
    
}

ul.TextListCenter li:before{
    position: absolute;
    content: "";
    background: url(../images/check.jpg) no-repeat 2px 5px;
    margin-left: -30px;
    width: 10px;
    height: 20px;
    padding-left: 23px;
}
    */
.sitemap {
   /* text-transform:uppercase;*/
}    
.sitemap a{
    text-decoration:none;
}
.sitemap a:hover{
    text-decoration:underline;
}
.sitemap .subs:not(:last-child):after  {
    content:"|";
    display:inline-block;
}



/** START OF MODAL 
=======================*/
.modal {
  z-index: 20000;
}
  .modal .modal-dialog {
    max-width:680px;
  }
.modal .modal-content {
  border-radius: 0px;
      background: rgb(184, 156, 202);
    background: linear-gradient(45deg, rgba(184, 156, 202, 1) 0%, rgba(171, 156, 185, 1) 27%, rgba(145, 156, 151, 1) 77%, rgba(136, 156, 138, 1) 100%);
    position: relative;
    z-index: 1;
}
.modal .btn-close {
  position: absolute;
  width: 2em;
  height: 2em;
  right: 0px;
  top: 0px;
  opacity: .8;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .modal .modal-body .imgCol {
    height: 300px !important;
  }
    .modal .modal-dialog {
        max-width:400px;
        margin-left: auto;
        margin-right: auto;
    }
} 

#newsletterFormModal  .modal-dialog {
    min-height:600px;
}

#newsletterFormModal  iframe {
    height:900px;
}

@media (min-width: 768px){
    .window-height{
        height:100vh;
    }
}

/*GSAP ANIMATION
================================*/
/*EXPERIENCES VERTICAL CAROUSEL*/


@media (min-width: 768px){
    .vertical-scrollable-item .h-screen  {
        height:100vh;
    }
    .vertical-scrollable-item .h-\[400vh\] {
        height: 400vh;
    }
    .vertical-scrollable-item .p-all{
        padding:10%;
        height:inherit;
    }
    .vertical-scrollable-item h3 {
         overflow-wrap: anywhere;   
    }
}
@media (min-width: 1480px) {
    .vertical-scrollable-item .p-all {
        padding:15%;
    }
}
@media (min-width: 1680px) {
    .vertical-scrollable-item .p-all {
        padding:20%;
    }
}
@media (max-width: 767px){
    #verticalContainer .left-section {
        display:none;
    }
    #verticalContainer .right-section {
        width:100%!important;
        margin-top:60px;
        padding-left:20px;
        padding-right:20px;
    }
    .vertical-scrollable-item .text-holder {
        padding:40px 40px 60px 40px;
    }
}

@media (max-width: 360px){
    .vertical-scrollable-item .text-holder {
        padding:10px 10px 30px 10px;
    }
}


.counter{
    display:flex;   
    align-items: start;
    justify-content: start;
        line-height: 1.1;
}
.counter:after{
    content: " ";
    left: 0px;
    bottom: 3px;
    width: 40px;
    border-bottom: solid 1px var(--grey);
    height: 64px;
    margin-left: 5px;
}
@media (max-width: 1340px){
    .counter:after{
        height: 50px;
    }
}
@media (max-width: 1199px){
    .counter:after{
        height: 48px;
    }
}
@media (max-width: 767px){
    .counter:after{
        height: 39px;
    }
}
@media (max-width: 575px) {
    .counter:after{
        height: 35px;
    }  
}


.loadBox {
  display: none;    
}
.loadBox.is-visible {
  display: block;    
}

/*Meetings Widget*/
.widget-container {
    margin:auto!important;
        max-width: 1026px;
}

/*EXPERIENCES
================================= 
@media (min-width: 768px){
    .VerticalColumn {
        height: calc(100%); 
    }
    .StickyBox{
        position: sticky;
        top: 0px;
        margin-bottom: 0;
        height: calc(100vh); 
    }
    .scrollable .scrollable-item{
        min-height:100vh; 
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .scrollable .scrollable-item .p-all{
        padding:10%;
    }
    .scrollable .scrollable-item h3 {
         overflow-wrap: anywhere;   
    }
    .StickyBox picture {
        display:none;
        height:100%;
        width:100%;
        position:absolute;
        z-index:1;
    }
    .StickyBox picture.isVisible{
        display:block;
        animation:slide-down .3s alternate linear;
        z-index:10;
    }
    .StickyBox picture.isVisible.revert{
        display:block;
        animation:slide-up .3s alternate linear;
    }
    .StickyBox picture:nth-child(1) {
        filter: invert(100%); 
    }
        .StickyBox picture:nth-child(2) {
        filter: sepia(100%); 
    }
        .StickyBox picture:nth-child(3) {
        filter: invert(20%); 
    }
}
@keyframes slide-down {
  from {
    background-color: #ff7a59;
    width:100%;
    height: 0px;
    top: 0px;
  }
  to {
    background-color: #33475b;
       width:100%;
    height: 100%;
    top: 0px;
  }
}
@keyframes slide-up {
  from {
    background-color: #ff7a59;
    width:100%;
    height: 0px;
    bottom: 0px;
  }
  to {
    background-color: #33475b;
       width:100%;
    height: 100%;
    bottom: 0px;
  }
}
@media (max-width: 767px){
    .StickyBox {
        display:none;    
    }
    .scrollable-item {
        padding-left:20px;
        padding-right:20px;
    }
    .scrollable-item .text-holder {
        padding:50px 50px 70px 50px;
    }
}
@media (max-width: 360px){
    .scrollable-item .text-holder {
        padding:30px 20px 50px 20px;
    }
    
}
*/







