:root {
    --fontMain: "Inter", sans-serif;
    --fontNoto: "Noto Serif Display", serif;

  --white: #ffffff;
  --off-white:#F3F1F1;
  --black: #000000;
  --gold-dark:#9F8D57;
  --gold-medium:#C6B78B; /*#8d7c4a;*/
  --gold-light:#C7B78B;
  --green:#002F0B;
  --green-light:#ccdccf;
  --brown:#483D21;

  --letter-spacing:3px;
  --letterSpacingBtn:1px;

  interpolate-size: allow-keywords;
  --plyr-color-main: #C7B78B;
}
.gold-bg {
    background-color:var(--gold-medium);
}
.white-bg {
    background-color:var(--white);
}
/*
.BoxHeight{
    height: auto;
    padding: 30px 10px;
}
.BoxHeight#moto{
    height: auto;
    font-size: 22px;
    padding: 30px 10px;
}
*/
@media (max-width: 420px) {
    .BoxHeight .button{
    font-size: 14px;
    }
}

.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
   scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}
button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
button:focus,
a:focus {
  box-shadow: none !important;
  outline: none;
}

a,
a:hover {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  color: var(--gold-dark);
}
.text a {
    color: var(--gold-medium); 
}
.text a:hover {
  text-decoration: underline; 
}

/** FOR MAV IOS **/
input[type="checkbox"],
a[type="submit"] {
  float: none !important;
}
button:focus,
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.img-fit{
   height: 100% !important;
    width: 100%;
    object-fit: cover; 
}

/**START OF BODY AND HEADINGS
=====================================**/
body {
    font-family: var(--fontMain);
    color: var(--black);
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    background: var(--green-light);
    text-align: left;
    padding-top:120px;
}
@media (max-width:1199px) {
    body {
        padding-top:100px;    
    }
}
@media (max-width:575px) {
    body {
        padding-top:85px;    
    }
}
           
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: var(--white);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--green);
}

.no-slider {
   /* margin-top: 170px;*/
   margin-top: 120px;
}
@media (max-width:1199px) {
     .no-slider {
        /*margin-top: 150px;*/
           margin-top: 90px;
    }   
}
/*@media (max-width:767px) {
    .no-slider {
        margin-top: 140px;
    }  
}
*/
/*
@media (max-width:575px) {
    .no-slider {
        margin-top: 120px;
    }  
}
*/
/**START OF HEADINGS
=====================================**/
h1, .h1,
h2, .h2,
h3, .h3 {
    font-family: var(--fontNoto);
  
  margin-bottom: 30px;
  line-height: 1.2;
  color: var(--black);
  font-weight: 200;
 /* text-transform: uppercase;*/
  word-wrap: break-word;
  font-style:italic;
}
h1, .h1 {
  font-size: 60px;
}
h2, .h2 {
  font-size: 54px;
}

h3, .h3 {
  font-size: 38px;
}
h1 .subtitle, .h1 .subtitle,
h2 .subtitle, .h2 .subtitle{
    display: block;
    font-size: 26px;
 /*   text-transform: uppercase;
    font-family: var(--fontMain);*/
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: var(--letterSpacingBtn);
}
h1 .subtitle.below, .h1 .subtitle.below,
h2 .subtitle.below, .h2 .subtitle.below{
    padding-top: 12px;
}
@media screen and (max-width: 1399px) {
    h1, .h1 {
      font-size: 48px;
    }
    h2, .h2 {
      font-size: 38px;
    }
    h3, .h3 {
      font-size: 34px;
    }
}
@media screen and (max-width: 1199px) {
    h3, .h3 {
      font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
     h1, .h1 {
        font-size: 42px;
      }
    h2, .h2 {
      font-size: 40px;
    }
    h3, .h3 {
      font-size: 28px;
    }
    h1 .subtitle, .h1 .subtitle,
    h2 .subtitle, .h2 .subtitle{
    font-size: 20px;
}
}
@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 40px;
  }
}


/** START OF MARGIN  
============================== **/
.mt-offset{
    margin-top:120px;
}
.mt-offset-half{
    margin-top:60px;
}
.pt-offset {
    padding-top: 80px;
}
.pb-offset{
    padding-bottom: 120px!important;
}
.py-offset {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 1200px) { 
    .mt-offset{
        margin-top:90px;
    }
    .pb-offset{
        padding-bottom: 90px!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mt-offset{
        margin-top:70px;
    }
    .pb-offset{
        padding-bottom: 70px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
   .mt-offset{
        margin-top:50px;
    } 
    .pb-offset{
        padding-bottom: 50px!important;
    }
}

@media (max-width: 767px) {
   .mt-offset{
        margin-top:50px;
    } 
    .mt-offset-half{
        margin-top:40px;
    }
    .pb-offset{
        padding-bottom: 50px!important;
    } 
}

@media screen and (max-width: 575px) {
    .mt-offset{
        margin-top: 40px;
    }
    .mt-offset-half{
        margin-top:30px;
    }
    .pb-offset{
        padding-bottom: 40px!important;
    }
    .pt-offset {
        padding-top: 60px;
    }
    .py-offset {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.container-spacing {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.container-spacing-left {
    padding-left: 1rem !important;
}
@media (min-width: 768px) {
    .container-spacing {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }  
    .container-spacing-left {
        padding-left: 1.5rem !important;
    }
}
@media (min-width: 1200px) {
    .container-spacing {
        padding-left:3rem!important;  
        padding-right:3rem!important;  
    } 
    .container-spacing-left {
        padding-left: 3rem !important;
    }
}


/* START OF BUTTONS  
====================================*/
.button {
  position: relative;
  display: inline-block;
  padding: 0.5em 0em 0.5em 0em;
  font-size: 16px;
  font-family: var(--fontMain);
  font-weight: 400;
  letter-spacing: var(--letterSpacingBtn);
  text-decoration: none;
  color: var(--black)!important;
  text-align: center;
  font-style: normal;
}
.button:hover,
.btn-more:hover{
    color: var(--black)!important;
    text-decoration: none!important;
}
.button:after {
    content:"";
    margin-left: 8px;
    width:14px;
    height:12px;
    display:inline-block;
    transition: all 0.5s ease-in-out;
    background:url(/images/arrow-up.svg) no-repeat center center;
    background-size: contain;
}
@media (max-width: 480px) {
    .button:after {
        width: 12px;
    }
}

.button:hover:after {
    /*transform: translate(0.5em, -0.35em) rotate(0deg);*/
    transform: translate(0.2em, -0.25em) rotate(0deg);
}
.button.white {
    color: var(--white)!important;  
}
.button.white:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(301deg) brightness(103%) contrast(101%);
}

/*
.button a {
  color: var(--black);
  display: block;
  padding: 0px 20px;
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.button img{
    padding-left: 5px;
    transition: all 0.5s ease-in-out;
    transform: translate(0, -0.2em) rotate(0deg);
}
.button:hover img{
    transition: all 0.5s ease-in-out;
    transform: translate(0.5em, -0.55em) rotate(0deg);
}*/

.btn--book {
    font-weight: 500;
    color: var(--white);
}
.btn--book img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(301deg) brightness(103%) contrast(101%);
}

/*
.button.submit {
  padding: 0em 0em 0em 0em;
  letter-spacing: 0px;
}

.button.calendar {
    background: url(/images/calendar.svg) no-repeat 12px center;
    background-size: 20px 20px;
    padding-left: 40px;
}
.button.calendar:not(:hover) {
    filter: brightness(0) saturate(100%) invert(27%) sepia(71%) saturate(434%) hue-rotate(158deg) brightness(96%) contrast(90%);
}
.button.calendar:after {
    background: var(--blue-color) url(/images/calendar.svg) no-repeat;
    background-position: 12px center;
    background-size: 20px 20px;
}
*/


/* START OF HEADER  
============================*/
.header {
  /*background-color: var(--white);*/
  color: var(--black);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size:16px;
  font-weight:300;
}
@media (max-width:480px) {
    .header {
        font-size:14px;
    }
}
.headerScroll,
/*.header:hover,*/
.no-slider header {
  background-color: var(--green-light);
}
.header-container {
    display:flex;
    justify-content: space-between !important;
    align-items: center !important; 
    padding-top: 0.7rem  !important;
    padding-bottom: 0.7rem  !important;
}
@media (max-width:1199px) {
     .header-container .left-col,
    .header-container .right-col,
    .header-container .center-col {
         width:33.333%;
    }     
}
@media (min-width:1200px) {

     .header-container .left-col,
    .header-container .right-col {
        width:500px;
    } 
    .header-container .center-col {
         width:calc(100% - 500px);
    }
}
.header .img-logo {
  height: 90px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter:brightness(0) invert(0);
}
.header.headerScroll .img-logo {
    height: 70px;
}
.header.headerScroll .img-logo.visible-on-scroll {
    height: 60px;

}
@media (max-width:1199px) {
    .header .img-logo {
       height: 70px;
    }
   .header.headerScroll .img-logo {
        height: 55px;
    }
    .header.headerScroll .img-logo.visible-on-scroll {
        height: 40px;
    }

}
@media (max-width: 575px) {
   .header .img-logo {
       height: 60px;
   }
   .header.headerScroll .img-logo {
        height: 45px;
    }
}
.header.headerScroll .hidden-on-scroll {
    display:none;
}

.header:not(.headerScroll) .visible-on-scroll {
    display:none;
}
.header .button{
    border-top: none;
    border-left: none;
    border-right: 1px solid var(--gold-medium);
    border-bottom: 1px solid var(--gold-medium);
    padding: 0.5em 1em 0.5em 1em;
    font-family: var(--fontMain);
    font-size: 18px;
}
/*
.header .button:hover{
    color: var(--black);
}
.header .button:hover:after,
.header .button:hover:after{
    background: none;
}

body:not(.no-slider):not(.scrolled) .header .button{
    color: var(--black);
    border-top: none;
    border-left: none;
    border-right: 1px solid var(--gold-medium); 
    border-bottom: 1px solid var(--gold-medium); 
}
@media (max-width: 1199px) {
    body:not(.no-slider):not(.scrolled) .header .button{
        margin-top: 0px;
    }   
}
body:not(.no-slider):not(.scrolled) .header .button:hover{
    color: var(--black)!important;
}

body:not(.no-slider):not(.scrolled) .header .button:hover:after,
body:not(.no-slider):not(.scrolled) .header .button:hover:after{
    background: var(--black);
}*/
/*
@media (max-width:1199px) {
    .header .button{
        padding: 10px 22px;
        font-size: 14px;    
    }
}
*/
@media (max-width:991px) {
    .header .button{
        padding: 10px 12px;
         font-size: 16px;    
    }
}
@media (max-width: 480px) {
    .header .button{
        padding: 10px 5px;
        font-size: 14px;  
        letter-spacing: 0;  
    }
    .header .button:after {
        width: 12px;
        height: 10px;
    }
}

/* LANGUAGES  
-----------------------*/
.languagesDrop {
    position:relative;
    margin-left:15px;
        font-weight:300;
}
.languagesDrop .dropdown-toggle {
    color: var(--black);
    font-weight:300;
}
.languagesDrop .dropdown-menu {
    min-width: 40px;
    border-radius: 0;
    padding: 5px 0px;
    left: -10px !important;
    top:0px!important;
    background-color: var(--gold-medium);
    border: 0;
}
.languagesDrop .dropdown-menu a{
    color: var(--black);
    text-align: left;
    font-weight: 300;
}
.languagesDrop .dropdown-menu a:hover{
    background: none;
    color: var(--white);
}
body:not(.no-slider):not(.scrolled) .languagesDrop .dropdown-toggle {
    color:var(--black);
    margin-top: 2px;
}
.main_navigation .languagesDrop {
    display:none;
}
@media (max-width:767px) {
    .right-col .languagesDrop {
        display:none;
    }
    .main_navigation .languagesDrop {
        display:block;
    }
    .main_navigation  .languagesDrop {
        margin-left:0px;   
    }
    .main_navigation  .languagesDrop .dropdown-toggle{
      /*  color: var(--white)!important; */
      font-size:18px;
    }
    .main_navigation .languagesDrop .dropdown-menu {
      left: 0px !important;
      top: 0px !important;  
    }
    .main_navigation .languagesDrop .dropdown-menu a {
        color: var(--black);
        text-align: left;
        padding: 0 11px;
    }
}
/* END OF HEADER  */

/*=== NAVIGATION DESKTOP OPEN
=====================================*/
.header-menu {
    list-style:none;
    margin:px 0px 0 0;
    font-size:16px;
    font-weight:300;
    font-family: var(--fontMain);
}
.header-menu.right {
    order:3;
    margin:0px 0 0 80px;
        justify-content:start;
}
.header-menu li{
    margin:0 15px;
    position:relative;
}
@media (max-width: 1399px) {
   .header-menu {
        width:calc(100% - 170px);
        margin: 0px 10px 0 0;
   }
   .header-menu.right {
    margin:0px 0 0 40px;
   }
   .header-menu li{
    margin:0 8px;
    }
}
.header-menu a {
    transition: var(--transition3s);
    color:var(--black);
}
.header-menu a:hover {
    transition: var(--transition3s);
    color: var(--gold-dark) !important;
}

body:not(.no-slider):not(.scrolled) .header .header-menu a {
    color:var(--black);
}
@media (max-width:1199px) {
   .header-menu {
       display:none;
   }
}

/*=== NAVIGATION
=====================================*/

body.menu-open,
.site__body--noscroll {
    overflow:hidden;
}

/*NAV Button
====================== */
.nav_burger {
    position: fixed;
    top: 39px;
    right: 3rem;
    /* border-left: 2px solid var(--gold-medium); */
    z-index:1050;
    transition: 0.3s ease-in-out;
}
.scrolled .nav_burger {
    top: 29px;
}
@media (min-width:1200px) {
    .nav_burger {
        /* display:none; */
    }
}
@media (max-width:1199px) {
    .nav_burger {
        top: 30px;
        /* left: 1rem !important; */
        border-left: none;
        right: 1.5rem;
    }
    .scrolled .nav_burger {
        top: 20px;
    }
}
@media (max-width:767px) {
    .nav_burger {
        right: 1rem;
    } 
}
@media (max-width:575px) {
    .nav_burger {
        top: 25px;
    }
    .scrolled .nav_burger {
        top: 20px;
    }
}
.nav_burger_inner {
    padding-left: 10px;
    transition: all .2s ease-in-out;
}
.nav_burger_inner:hover {
    cursor: pointer; 
}
.nav_burger_icon {
    position: relative;
    display: block;
    vertical-align: middle;
}
.nav_burger_icon .bar {
    height: 2px;
    width: 37px;
    display: block;
    margin: 8px 0;
    position: relative;
    background: var(--gold-medium);
}
.nav_burger_icon .bar:nth-of-type(2) {
    width: 25px;
}
body:not(.no-slider):not(.scrolled):not(.menu-open) .nav_burger_icon .bar {
    background: var(--gold-light);
}
.menu-open .nav_burger_icon .bar {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transform: skew(0deg);
     background: var(--black);
}
.menu-open .nav_burger_icon .bar:first-of-type {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.menu-open .nav_burger_icon .bar:nth-of-type(2) {
    opacity: 0;
}
.menu-open .nav_burger_icon .bar:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
/*NAV OVERALY
=============================== */
.overlay-menu {
    display:none;
}
.main_navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
   z-index:-2;
    text-align: left;
    display:none;
    transition: 0.4s;
}
html:lang(el) .main_navigation {}  
.menu-open .main_navigation {
    display:block;
    z-index: 1040!important;
}
.menu-button {
    position:absolute;
    top: calc(1rem + 27px);
    right: 1rem;
}
.menu-logo {
    position:absolute;
    top:1rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.menu-logo img{
    height:90px; 
    filter: brightness(0) invert(0);
    /*filter: brightness(0) saturate(100%) invert(100%) sepia(51%) saturate(2265%) hue-rotate(324deg) brightness(80%) contrast(73%);*/
}
@media (max-width:1199px) {
    .menu-button {
        padding: 10px 22px;
        font-size: 14px;    
    }
    .menu-logo img{
       height: 70px;
    }
}

@media (max-width: 575px) {
    .menu-button {
        top: calc(1rem + 22px);
    }
   .menu-logo img{
       height: 60px;
   }
}
@media (max-width: 480px) {
    .menu-button{
        padding: 10px 12px;
        font-size: 12px;    
    }
}
.main_navigation_inner {
    height: auto;
    min-height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    background-color: var(--gold-light);
    padding-top: 150px;
}

@media (min-width:1025px) {
    .main_navigation_inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.menu--main {
    position: relative;
    width: calc(90%);
    height: calc(100%);
    padding: 0px 3rem 0 60px;
 /*   text-transform: uppercase;*/
    font-weight: 300;
    font-family: var(--fontNoto);
    font-style: italic;
}
@media (max-width:767px) {
    .menu--main {
        padding: 0px 1.5rem 0 1.5rem;
    }
}
.menu-icons {
    width: calc(100%);
}

.menu--main .menu__list--level-0 {
    font-size:30px;
    color: var(--black);
    display: inline-block;
    width: 100%;
}
@media (min-width:1025px) {
    .menu--main .menu__list--level-0 {
        font-size: 30px;
    }
}
@media (min-width:1200px) {
    .menu--main .menu__list--level-0 {
        font-size: 34px;
    }
}
@media (min-width:1480px) {
    .menu--main .menu__list--level-0 {
        font-size: 40px;
    }
}
.menu--main .menu__list--level-0>.menu__item {
        margin-bottom: 15px;
}

@media (min-width:1025px) {
    .menu--main .menu__list--level-0>.menu__item {
        overflow: hidden;
    }
}
.menu--main .menu__link {
    text-decoration:none;
    display: inline-block;
}
.menu--main .menu__list li.menu__item a.menu__link{
    color: var(--black);
}


@media (hover: hover) {   /* when hover is supported */
    .menu--main .menu__list--level-0:hover > .menu__item,
    .menu--main .menu__list--level-0:hover > .menu__item a{
        color: rgba(0,0,0,.5)!important;
        transition: all .5s ease;
    }
    .menu--main .menu__list--level-0 > .menu__item.active:not(.toggled) .menu__list--submenu{
        opacity: 1;
        visibility: visible;
        transform: translate(0, -50%);
        transition: 0.3s 0.2s;
    }
}

/*.menu--main .menu__list--level-0>.menu__item>.menu__link:hover.hovered {*/
.menu--main .menu__list--level-0 > .menu__item.active,
.menu--main .menu__list--level-0 > .menu__item.active a{
    color: var(--black)!important;
}
@media (hover: none) {
    .menu--main .tabbed-mob .menu__list--level-0:hover > .menu__item:not(.toggled),
    .menu--main .tabbed-mob .menu__list--level-0:hover > .menu__item:not(.toggled) a{
        color: var(--black)!important;
        transition: all 1s ease;
    }
}

/*SUBMENU 
============================= */

.menu--main .menu__list--level-1 {
    font-size: 18px;
}
.menu--main .menu__list--level-1>.menu__item {
    padding: 8px 15px 8px 10px;
}


@media (min-width:1025px) {
    .menu__list__wrapper {
        width: 42%;
        min-width: 42%;
    }
}

@media (min-width:1480px) {
    .menu__list__wrapper {
        width: 34%;
        min-width: 34%;
    }    
}
@media (min-width:1025px) {
    .menu--main .menu__list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }
    .menu--main > .menu__list:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(100% - 1px);
        height: 100%;
        width: 100%;
    }
    .menu--main .menu__list--level-1 {
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translate(0px,-50%);
        padding-left: 82px;
        opacity: 0;
        min-width: 580px;
        visibility: hidden;
        transition: 0.3s;
        height: 100%;
        align-items: start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size:22px;
    }
    .menu--main .menu__list--level-1 > li {
        position:relative;
    }
    .menu--main .menu__list--level-1 > li:before {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0;
        background: #809785;
        width: 1px;
        opacity: 0.1;
    }
    .menu--main .menu__list--level-0 > .menu__item.active .menu__list--submenu{
        opacity: 1;
        visibility: visible;
        transform: translate(0, -50%);
        transition: 0.3s 0.2s;
    }
    .menu__list--submenu.two-cols{
      /*display: grid;
      grid-template-columns: repeat(2, 1fr);*/
      columns: 2 !important;
        -webkit-columns: 2;
        -moz-columns: 2;
        display: block;
      min-width: 750px;
    }
}

@media (min-width:1200px) {
    .menu--main .menu__list--level-1 {
        font-size: 24px;
        min-width: 700px;  
    }
    .menu--main .menu__list--level-1>.menu__item {
        padding: 10px 0 10px 40px;
        transition: .5s;
    }
}
@media (min-width:1480px) {
    .menu--main .menu__list--level-1 {
        font-size: 32px;
        font-weight:300; 
        min-width: 880px;  
    }
    .menu--main .menu__list--level-1>.menu__item {
        padding: 7px 0 7px 50px;
        transition: .5s;
    }
}

.menu--main .menu__list--level-1>.menu__item>.menu__link {
    display: block;
     transition: .4s;
    text-transform: capitalize!important;
    color: var(--black);
}

.menu--main .menu__list--level-1>.menu__item>.menu__link:hover,
.menu--main .menu__list--level-1>.menu__item>.menu__link.active{
    color: var(--grey-dark)!important;
}

@media (max-width:1024px) {
    .menu__list__wrapper ul{
        list-style:none;    
    }
    .menu__item.menu__item--has-children>a{
        display:inline-block;
    }
  
    .menu__item.menu__item--has-children ul{
        position: relative;
        left: 0%;
        top: 0%;
        transform: translate(0px, 0%);
        padding-left: 0px;
        opacity: 1;
        visibility: visible;
        transition: 0s;
        margin-left: 0;
        padding-top: 16px;
        padding-bottom: 10px;
      /*  display: none;*/
    }
    .menu--main .menu__list--level-0>.menu__item {
        margin-bottom: 15px;
    }
    .menu--main .menu__list--level-1 {
        font-size: 22px;
    }
    .menu__item.menu__item--has-children.toggled ul{
        display: block;
        animation: fade_in_show 0.5s
    }
    .menu__item.menu__item--has-children.toggled .menu__link{
       color: var(--black)!important;
    }
    .menu--main .menu__list--level-1>.menu__item {
        padding: 4px 10px;
    }
    .menu__list--submenu.two-cols{
      columns: 1 !important;
        -webkit-columns: 1;
        -moz-columns: 1;
        display: block;
    }
    
}

@keyframes fade_in_show {
     0% {
          opacity: 0;
          transform: scaleY(0)
     }

     100% {
          opacity: 1;
          transform: scaleY(1)
     }
}

.menu-icons {
    font-size: 20px;
    font-family: var(--fontSyne);
    color: var(--black);
}
html:lang(he) .menu-icons {
    font-family: var(--fontArimo);
    font-weight: 400;
}
html:lang(bg) .menu-icons {
    font-family: var(--fontMontserrat);
}
  

@media (min-width:1025px) {

    .menu-icons .social{
        position:absolute;
        bottom:0px;
    }
    .menu-icons .social a {
        display: block;
        margin-right: 0px;
        margin-top:12px;
    }
    .menu-icons .social img {
        width:25px;
        height:auto;
    }
}
@media (max-width:1024px) {
   /* .menu-icons {
        padding:0 30px;
    }*/
    .menu-icons .languages a{
        display:inline-block;
        padding:0px 8px 0 0;
    }
    .menu-icons .languages:after,
    .menu-icons .tel-icon:after{
        content:"";
        width:52px;
        border-bottom:solid 1px var(--black);
        display:block;
        margin:20px 0;
    } 
    .tel-icon {
        margin:0;
    }
    .tel-icon img{
        width:42px;
    }
}

/*----Season----*/

.toggle-season {
  position: relative;
  width: 100px;
  height: 37px;
 /* background: #fff;*/
  border-radius: 45px;
  border: 1px solid var(--gold-light);
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
    font-size: 14px;
    line-height: 1.5;
}
.el .toggle-season {
   width: 120px;
}
.toggle-season .label {
      position: absolute;
      transition: opacity 0.3s;
      pointer-events: none;
      background: rgba(0, 0, 0, 0.01);
}
/*default summer
-------------------*/
.toggle-season .label:not(.dark) {
      top: 6px;
      right: 9px;
      color: #000;
}
.toggle-season .label.dark {
  top: 6px;
  left: 15px;
  color: #000;
}
.toggle-season:not(.winter) .label.dark {
    opacity: 0;
}
/* Dark mode */
.toggle-season.winter .label:not(.dark) {
    opacity: 0;
}
.toggle-circle {
      position: absolute;
      top: 0px;
      left: 4px;
      width: 34px;
      height: 34px;
      /*background: white;*/
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      transition: transform 0.3s;
      /* box-shadow: 0 2px 6px rgba(0,0,0,0.2); */
}

.toggle-circle img{
    width: 20px;
    filter:brightness(0) saturate(100%) invert(60%) sepia(14%) saturate(1020%) hue-rotate(7deg) brightness(90%) contrast(92%);
}
.toggle-season.winter .toggle-circle {
    transform: translateX(60px);
}
.el .toggle-season.winter .toggle-circle {
    transform: translateX(75px);
}

@media (max-width: 991px) {
    .toggle-season {
        position: absolute;
        top: 110px;
        right: 2rem;
        z-index: 1;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .toggle-season {
        right: 1.5rem;
    }
}
@media (max-width: 575px) {
    .toggle-season {
        position: absolute;
        top: 90px;
        z-index: 1;
    }
}

/*------tooltip------*/
.Calltooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 15px;
}

/* Tooltip text */
.Calltooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 180px;
  bottom: 100%;
  left: 0px;
  margin-left: -75px; /* Use half of the width (130/2 = 65), to center the tooltip */
  background-color: transparent;
  color: var(--black);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size:14px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}
.Calltooltip img {
    width: 24px;
    margin-top: 6px;
}
.call-text {
    display:none;
}
@media (min-width: 768px) {
    .Calltooltip img {
        display:none;
    }
    .call-text,
    .Calltooltiptext{
        display:block;
    }
    /* Show the tooltip text on hover */
    .Calltooltip:hover .Calltooltiptext {
      visibility: visible;
    }
}


@media (max-width: 575px) {
.Calltooltip {
  margin: 0 6px;
}
}

/*=== Carousel Slider
=====================================*/
/*.noSlider-holder {
    height:116px;
}
@media (max-width: 575px) {
    .noSlider-holder {
        height: 77px;
    }
}*/
#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;
}
.visually-hidden{
    background: rgba(0, 0, 0, 0.05);
}
.carousel-control-next, .carousel-control-prev {
    width:10%;
}
#bigCarousel .carousel-control-next-icon {
  background-image: url(../images/arrow-right.svg)!important;

}
#bigCarousel .carousel-control-prev-icon {
  background-image: url(../images/arrow-right.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;
  }
}
.contentOverSlider {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0px 20px;
    background:rgba(0,0,0,0.005);
    font-family:var(--fontNoto);
    font-style: italic;
    font-size: 74px;
    color: var(--white);
    font-weight: 100;
    line-height: 1.2;
    text-shadow: 1px 1px 2px #000000;
    text-align:center;
}
@media screen and (max-width: 1399px) {
  .contentOverSlider {
    font-size: 58px;
  }
}
@media screen and (max-width: 991px) {
  .contentOverSlider {
    font-size: 48px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 575px) {
  .contentOverSlider {
    font-size: 36px;
  }
}

/* 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;
    }
}

/*BOOKING FORM
================================ */
/*.innerpages .bookingForm{
    position: fixed!important;
}*/
.bookingForm{
    position: fixed!important;
    bottom: 0px;
    z-index: 9;
    left: 0;
    right: 0;
    color: var(--white);
    background-color:var(--green);
    font-family: var(--fontNoto);
}
.bookingForm .column {
    position: relative;
    display: flex;
    width: 20%;
    /*padding-right: 100px;*/
}
.bookingForm .column:after{
    content: "";
   /* position: absolute;*/
   position:relative;
    background: #fff;
    z-index: 1;
    width: 80px;
    height: 1px;
    /*bottom: 12px;
    right: 10px;*/
    display: inline-block;
    margin-left:10px;
    align-self: end;
    margin-bottom:10px;
}
.bookingForm .column:nth-child(1),
.bookingForm .column:nth-child(2){
    width: 22%;
}

.bookingForm .column:nth-child(3),
.bookingForm .column:nth-child(4){
    width: 18%;
}
.bookingForm .form-label {
    text-transform: none;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height:1;
    margin-bottom:0;
    font-family: var(--fontNoto);
    word-wrap: normal;
}
.bookingForm .column input {
    width:100px;
}
.bookingForm .column-btn {
    width: 14%
}
.bookingForm .column-btn {
    width: 14%
}
/*
.bookingForm .column:nth-child(6){
    width: 16%;
}    
.bookingForm .column:nth-child(2){
    width: 22%;
    color: var(--white);
}
.bookingForm .column:nth-child(3){
    width: 10%;
    color: var(--white);
}
.bookingForm .column:nth-child(4){
    width: 12%;
    color: var(--white);
    margin-left: 150px;
}

.bookingForm .column:nth-child(2) input,
.bookingForm .column:nth-child(3) input,
.bookingForm .column:nth-child(4) input{
    padding-right:20px;
}
.bookingForm .column:nth-child(2)::before{
    content: "";
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 100px;
    height: 1px;
    bottom: 12px;
    left: -90px;
    display: inline-block;
}
.bookingForm .column:nth-child(3)::before,
.bookingForm .column:nth-child(4)::before{
        content: "";
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 100px;
    height: 1px;
    bottom: 12px;
    left: -90px;
    display: inline-block;
}
.bookingForm .column:first-child {
   width: 20%;
}*/

@media (max-width: 1200px) {
    .bookingForm .column:nth-child(2)::before,
    .bookingForm .column:nth-child(3)::before,
    .bookingForm .column:nth-child(4)::before {
    width: 80px;
    left: -70px;
    }
    .bookingForm .column:nth-child(2)::before {
    left: -70px;
}
}

@media screen and (max-width: 1199px) {
    .bookingForm .column {
        width: 13%;
    }
     .bookingForm .column:first-child {
        display:none;
    }   
    .bookingForm .column:nth-child(2){
        width: 22%;
    }
    .bookingForm .column:nth-child(3){
        width: 24%;
    }
}

.bookingForm .form-control {
  text-align: end;
  border: none;
  background: transparent;
  border-radius: 0px;
  cursor: pointer;
  background-color: transparent;
  font-size:14px;
  padding-left:5px;
  box-shadow: none;
  outline:none;
  padding:5px 0;
  color: var(--white);
  font-family: var(--fontNoto);
  font-weight:200;
}
.bookingForm option {
    font-size: 16px;
     color: var(--white);
}
.bookingForm select {
    border-radius:0;
    width:45px;
}

.heading-overSlider {
    position:absolute;
    padding-right:1rem;
    right:0px;
    bottom:1rem;
    z-index: 8;
   /* background:var(--blue-color)!important;*/
    text-align:right;
}
@media (min-width:1200px){ 
    .heading-overSlider {
        padding-right:3rem;
    }
}
.heading-overSlider h1{
    color: var(--white) !important;
    margin: 0;
    padding: 8px 0 8px 25px;
}

.heading-overSlider.center {
    right:unset;
    left: 50%;
    transform: translateX(-50%);
    text-align:center;
    padding:0;
    background:none!important;
}

/*FOOTER
=====================*/
.awards-section,
.awards-section h2,
.newsletter h2{
    text-align:center;
}
.awardsSwiper .swiper-slide{
    text-align:center;
}

.newsletter  {
   font-size: 16px;
   text-transform:none;
   text-align:center;
}
.newsletterform .form-control {
  background-color: var(--white);
  border: 0;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
  border-top-right-radius:20px;
  border-top-left-radius:20px;
  padding: 12px 15px;
  color: #8D8D8D;
  font-size: 16px;
  font-weight:200;
}
.newsletterform .form-agree label {
  color: var(--black);
}
.newsletterform  .form-control::placeholder {
  color: #8D8D8D;
}
.newsletterform .field-validation-error {
    padding-top:5px;
    padding-left:18px;
}
.newsletterform .form-agree {
        padding-left:15px;
}
.newsletterform .v-no {
    display:none;
}
/*
.newsletterform label{
    background: rgba(0, 0, 0, 0.01);
}*/

.footer {
    color:var(--black);
    font-size: 16px;
    font-weight: 400;
    text-align:start;
    text-transform: uppercase;
    font-family: var(--fontMain);
}
.footer .h3 {
    color:var(--black); 
    font-weight:300;
}
.footer a{
    color:var(--black);
}
.footer a:hover{
    color:var(--gold-medium);
}
.footer .h4{
    font-size: 14px;
    font-weight: 700;
    font-family: var(--fontMain);
}
.footer-nav {
    font-size:14px;
    font-weight:600;
}
.footer-nav li{
    margin: 0px 0px 7px 0;
    list-style-type: none;
    text-decoration: none;
}
.footer-nav a{
    text-decoration: none;
    letter-spacing: 1px;
   /* text-transform: uppercase;*/
}
.footer-nav a:hover,
.footer-nav a:focus{
    text-decoration: none;
}

.footer .contact {
    font-size: 14px;
}
.footer .contact a{
    text-transform: none;
}
.social a{
    display: inline-block;
    padding: 12px 6px 12px;
    margin:0 10px;
    transition: all 0.5s linear;
}
.social img{
  width: 30px;
  height: 30px;
}

/*burger menu
==============*/
.social-menu .h4{
    color: var(--black);
   /* text-transform: uppercase;*/
    font-size: 14px;
    font-family: var(--fontMain);
}
.social-menu .text-end:not(h4){
    display:flex;
}
.social-menu img{
  width: 30px;
  height: 30px;
  /*filter: brightness(0) saturate(100%) invert(100%) sepia(32%) saturate(0%) hue-rotate(228deg) brightness(101%) contrast(101%);*/
}
.social-menu a {
    display: inline-block;
    padding: 12px 6px;
    transition: all 0.5s linear;
}
.vert-text{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 200px;
    font-family: var(--fontMain);
     color: var(--black);
    writing-mode: sideways-lr;
}
.vert-text a{
    color: var(--black);
}
.vert-text a:hover{
    color: var(--gold-medium);
}

@media (max-width: 768px) {
    .social {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-nav,
    .contact{
        text-align: center;
    }
    .social {
        margin: 40px 0;
    }
}

@media (max-width: 767px) {
    .footer-nav,
    .contact{
        text-align: center;
    }
    .social {
        margin: 40px 0;
    }
}
@media (min-width: 992px) {
    .footer .footer-nav,
    .footer .social,
    .footer .contact {
        width:200px;
    }
    
}
@media (min-width: 1200px) {
    .footer .footer-nav,
    .footer .social,
    .footer .contact {
        width:260px;
    }
    
}
.copyright {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 14px;
    text-transform: capitalize;
}
.copyright a {
    text-decoration: none;
}
.copyright a:hover {
    text-decoration:underline;
}

/* The border box 
============================*/
/*
.img-Border {
  display: inline-block;
  position: relative;
  padding-bottom:20px;
  margin-right: 20px !important;
}
.img-Border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    border: 2px solid var(--gold-light);
    pointer-events: none;
    z-index: -1;
}
.img-Border .img-border-space {
   transform: translate(20px, 20px);
}
.img-Border img {
  display: block;
  width: 100%;   
  height: auto;  
}
*/

    

/*CONTENT
=====================*/
.border-seperator{
    border:0;
}
/*
.border-seperator{
    border-top: 2px solid var(--gold-light);
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    opacity: 1;
    margin-top: 1.5rem !important;
}
@media (min-width: 768px) {
    .border-seperator{
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
        margin-top: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .border-seperator{
        margin-right: 3rem !important;
        margin-left: 3rem !important;
        margin-top: 6rem !important;
    }
}
*/

/*INTRO SECTION
=====================*/
.intro-section .col-padding-x{
   padding-right: 1rem !important;
  /*  padding-left: 1rem !important;*/
}

@media (min-width: 768px) {
    .intro-section .col-padding-x{
        padding-right: 1.5rem !important;
        /*padding-left: 1.5rem !important;*/
    }   
}

@media (max-width: 992px) {
    .intro-section .col-padding-x{
        padding-right: 0rem !important;
        /*padding-left: 1.5rem !important;*/
    }   
}

@media (min-width: 1200px) {
    .intro-section .col-padding-x{
        padding-right:3rem!important;
         /*padding-left:3rem!important;  
         */
    } 
}
@media (max-width: 991px) {
    .intro-section .img-Border {
        margin-right: 0rem !important;
    }
 .intro-section .place-text{
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }   
}
/*
@media (max-width: 991px) {
    .intro-section .img-Border {
        margin-right: 1.5rem !important;
    }
 .intro-section .place-text{
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }   
}
@media (max-width: 767px) {
 .intro-section .img-Border {
        margin-right: 1rem !important;
    }
     .intro-section .place-text{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}*/
@media (min-width: 992px) {
    .intro-section .second-img {
        margin-top:-5%;
    }
}
@media (max-width: 991px) {
    .intro-section > .row > div:nth-of-type(2)  {
        display:none;
    }
}
.intro-section .place-text,
.place-big-text{
    font-size: 26px;
    font-family: var(--fontNoto);
    font-weight: 300;
    /* text-transform: uppercase; */
    align-self: flex-end !important;
    margin-top: 8%;
    font-style: italic;
}
.place-big-text{
    margin-top:0;
}
@media (max-width: 1479px) {
    .intro-section .place-text,
    .place-big-text{
        font-size: 42px;
    }
}
@media (max-width: 1399px) {
    .intro-section .place-text,
    .place-big-text{
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
.intro-section .place-text,
.place-big-text{
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .intro-section .place-text,
    .place-big-text{
        font-size: 24px;
    }
}


/*ACCOMM PAGE - MAIN TEXT
=====================================*/
/*
.img-Border.space-left{
    margin-right: 1rem !important;
}*/
@media (min-width: 992px) {
    .space-left {
        margin-left:6rem;
    }
}
@media (min-width: 768px) {
    .img-Border.space-left{
        margin-right: 1.5rem !important;
    }
}








/*

.text-right-space{
   padding: 0px 10rem 0 0; 
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-right-space{
        padding: 0px 3rem 0 0; 
    }
}

@media (max-width: 575px) {
    .text-right-space{
        padding: 0px 0rem 0 0; 
    }
}

.Div-Border{
    border-bottom: 2px solid var(--gold-light);
}
@media (max-width: 992px) {
.Div-Border{
    padding: 0px 0;
    border-bottom: 2px solid var(--gold-light);
    }
}*/


.BigText{
    font-size: 26px;
    font-weight: 200;
    font-family: var(--fontMain);
    padding-top: 20px;
    display: block;
    font-style: italic;
}
@media (max-width: 1199px) {
    .BigText{
        font-size: 26px;
    }
}
@media (max-width: 575px) {
.BigText{
        font-size: 24px;
    }
}

.ExtBrd-Left{
    /*border-left: 2px solid var(--gold-light);*/
    padding-left:0px!important;
}
/*
@media (min-width: 768px) {
    .section-facilities .img-Border{
        margin:10% 10% 0 10%!important;
    }
}*/

/* START OF SWIPER CAROUSELS 
====================================*/
.swiper-button-next svg, 
.swiper-button-prev svg,
.swiper-button-next:after, 
.swiper-button-prev:after {
    display:none;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev{
    background:var(--green-light) url(/images/arrowR.svg) no-repeat center center !important;
    width:40px!important;
    height:40px!important;
    border-radius: 30px;
    border: 1px solid var(--gold-light);
    top:calc(100% - 30px);
}
.swiper .swiper-button-next{
    right:calc(50% - 50px);
}
.swiper .swiper-button-prev{
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    left:calc(50% - 50px);
}
@media (max-width: 767px){
    .othersSwiper,
    .RoomSwiper,
    .testimonialsSwiper{
        padding-bottom: 60px !important;
    }
    .othersSwiper .swiper-button-next,
    .othersSwiper .swiper-button-prev,
    .RoomSwiper .swiper-button-next,
    .RoomSwiper .swiper-button-prev,
    .testimonialsSwiper .swiper-button-next,
    .testimonialsSwiper .swiper-button-prev{
        top:calc(100% - 20px);
    }
}
@media (min-width: 768px){
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev{
        display:none;    
    }
}

/* START OF SWIPER CAROUSELS 
====================================*/
.left-space-holder {
    /*margin-left:calc(5%)!important;*/
}
@media (min-width: 768px){
    .left-space-holder {
        margin-left:calc(12%)!important;
    }
    .right-space-holder {
        margin-right:calc(12%)!important;
    }
    .swiper.RoomSwiper {
        padding-left:calc(12%)!important;
    }
}
@media (min-width: 992px){
    .offers-page .right-space-holder {
        margin-right:calc(25%)!important;
    }    
}

.swiper.RoomSwiper {
    width: 100%;
    height: 100%;
    margin-top:30px;
}
.swiper.RoomSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.swiper.RoomSwiper .swiper-slide h3{
    text-align:left;
}
.roomdetails{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
}
.roomdetails p {
    margin-top: 0;
    margin-bottom: 0.2rem;
}
/*SECTION GALLERY
-------------------------*/
.section-gallery .swiper-slide {
    width:auto;
}
@media (max-width: 575px){
    .section-gallery .swiper-slide {
        width:100%;
    }
}
.section-gallery .swiper-slide a{
    display:block;
    padding:0 5px;
}



/*Why SECTIONS
----------------------------*/
.section-why .ribbon{
    font-family: var(--fontNoto);
    font-size: 28px;
    font-weight:300;
}
.ribbon-col {
    padding: 1.5rem;
}
.ribbon-col .button{
    padding:0;
   /* font-family: var(--fontMain);
    font-weight:400;*/
    font-size:20px;
   
}
.ribbon-col:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: center;
} 
@media (max-width: 575px) {
    .section-why .ribbon{
        font-size: 26px;
    }
    .ribbon-col .button{
        font-size:18px; 
    }
}

/*Review SECTIONS
----------------------------*/
.testimonialsSwiper{
    margin-top:20px;
}
.Review-box .text{
    background:var(--white);
    padding:30px 30px 20px 30px;
}
.Review-box h3,
.Review-box .h3{
    font-size:24px;
    margin-bottom: 10px;
  /*  text-transform:uppercase;*/
}
.Review-box .button {
    margin-top:10px;
}
.review-header {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
   border-bottom: 2px solid var(--gold-light); 
}
.TitleIcon{
    width: 80px;
    height:80px!important;
    height: auto;
    border-radius: 50px;
}
.TitleIcon.google{
    background: var(--off-white) url(/images/google.svg) no-repeat center center;
    background-size: 60%;
}
.TitleIcon.tripadvisor{
    background: var(--off-white) url(/images/tripadvisor1.svg) no-repeat center center;
    background-size: 60%;
}
.review-rate {
   height:17.5px;
   display:inline-block;    
   background: url(/images/star.svg) repeat-x left center; 
}
.review-rate.rate1 {
   width:20px;
}
.review-rate.rate2 {
   width:40px;
}
.review-rate.rate3 {
   width:60px;
}
.review-rate.rate4 {
   width:80px;
}
.review-rate.rate5 {
   width:100px;
}


/*OFFERS PAGE 
----------------------------*/
@media (min-width: 992px){
    .text-smaller-width {
        width:60%;  
    }
}
@media (min-width: 1200px){
    .btn-holder {
        margin-left: 40px;
        min-width: 120px;
        text-align: right;
    }
}
/*BODY SECTIONS
======================*/

/*Why Book with us
=================================*/
.bg-image-holder{
    position:relative;
}
.bg-image-holder picture{
    position:relative;
    z-index:0;
}
@media (min-width: 1200px){
    .bg-image-holder img{
        max-height:600px;
    }
}
.bg-image-holder picture img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;  
    filter: grayscale(1);
    opacity: 0.7;
}
.greenBg{
    position: absolute;
    z-index: 1;
    width: 100%;
    height:100%;
    padding-bottom: 50px;
   /* background-color: rgb(1 41 13 / 82%);*/
   background-color: rgb(1 41 13 / 50%);
    z-index:1;
    top:0;
    color:var(--white);
}
.greenBg h2{
    color:var(--white);
}
@media (max-width: 767px) {
    .greenBg{
        padding-bottom: 20px;
        padding-left: calc(5%) !important;
    }
}

.ColumnBox{
    width: calc(22% - 10px);
    padding: 20px;
    margin-right: 10px;
    color: var(--white);
   /* background-color: var(--gold-medium);*/
    display: flex;
    flex-direction: column;
}
.ColumnBox .h2{
    font-weight: 300;
    font-size: 44px;
 /*   color: var(--white);*/
    word-wrap: unset;
}
.ColumnBox div:not(.h2){
    margin-top:auto;
}
/*
.ColumnBox p,
.ColumnBox .h2{
    background: rgba(0, 0, 0, 0.01);
}*/
.ColumnBoxImg{
    width: calc(35% - 40px);
    margin-left: 20px;
}
.BtnOver{
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}
.BtnOver .button{ 
   /* font-family: var(--fontNoto);
        font-weight: 400;*/
    font-size: 18px;

}
@media (max-width: 1680px) {
    .ColumnBox .h2 {
        font-size: 38px;
    }
}
@media (max-width: 1400px) {
    .ColumnBox .h2 {
        font-size: 32px;
    }
}
@media (max-width: 1200px) {
    .ColumnBox .h2 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .ColumnBox {
        width: calc(33.33% - 10px);
        margin:0 5px;
        font-size: 14px;
        padding: 10px;
        min-height: 240px;
         margin-bottom:30px;
    }
    .ColumnBoxImg {
        /* width: calc(100% - 1.5rem);
         margin-right: 1.5rem !important;*/
        margin-left: 0px;
      width: calc(100%);
      margin-right:0px!important;
     }
}
@media (max-width: 767px) {
    .ColumnBox .h2 {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .ColumnBox {
        width: 100%;
        font-size: 14px;
        text-align: center;
        /*padding: 25px;
        min-height: 200px;*/
        padding: 5px;
        min-height: unset!important;
    }
    .ColumnBox .h2 {
        font-size: 30px;
    }
}



/*GASTRONOMY Section
---------------------------*/
@media (min-width: 992px) {
    .intro-section.gastronomy .second-img {
        margin-top:-8%;
    }
}

/*Body Section Row
===================================*/
@media (min-width: 768px) {
    .section-row .img-Border{
       /* margin:10% 10% 0 10%!important;*/
      width:100%;
    }
}
 .section-row .row  {
    align-items: center !important;
}
 .section-row .img-Border.has-slider {
    width:calc(100% - 20px);
}



/*MapSection
---------------------------*/
/*
#image-map img.map-bg{
    position: relative;
} 

#image-map {
    position: relative;
}
.pin {
    display: none;
}
.tooltip-up, .tooltip-down {
    position: absolute;
    background: url(/images/PIN.svg);
    width: 33px;
    height: 44px;
}
#image-map div.tooltip-up:last-child{
    background: none;
}
.tooltip-Royal {
    position: absolute;
    background: url(/images/pin-arachova.svg);
}
.tooltip {
    display: none;
    width: 450px;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: -140px;
    left: 100%;
    z-index: 999;
    padding: 0px;
    color: var(--black);
    border-radius: 0px;
     
}
.tooltip-content {
    background: #fff;    
}
.tooltip-down .tooltip {
    bottom: 12px;
    top: auto;
}
.tooltip-down .tooltip::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid #ffdb90;
}
.tooltip h2{
    font-size: 18px;
    margin: 0 0 10px;
}
.tooltip .button {
    font-size: 14px;
}
@media (max-width: 1200px) { 
    .tooltip-up, .tooltip-down {
        width: 16px;
        height: 22px;
        background-size: 97%;
    }
    .tooltip-up:last-child,
    .tooltip-up:last-child > img{
        width: 22px!important;
        height: 28px!important;
    }
}
@media (max-width: 991px) { 
    .tooltip-up:last-child,
    .tooltip-up:last-child > img{
        width: 16px!important;
        height: 22px!important;
    }
}
@media (max-width: 767px) { 
    .tooltip {
        width: 280px;
        bottom: 0px;
        left:calc(50% - 140px);        
    }
    .tooltip .description{
        display:none;
    }
    .tooltip .button{
        font-size:14px;
    }
    
}
*/

#map { height: 560px; touch-action: manipulation; }
#map h2{
    font-size: 20px;
    margin: 0 0 15px;
}
#map .button {
    margin-top:10px;
    font-size: 14px;
}
#map .leaflet-popup-content {
    margin:15px;
}
#map .leaflet-popup-content picture{
    height:100%;
    display:block;
}
#map .leaflet-popup-content picture img{
    height: 100%;
    object-fit: cover;   
}
body:not(.winter) #map .leaflet-popup-content picture.summer {
    display:block; 
}
body:not(.winter) #map .leaflet-popup-content picture.winter{
      display:none;  
}
body.winter #map .leaflet-popup-content picture.summer {
    display:none;
}
body.winter #map .leaflet-popup-content picture.all-seasons,
body.winter #map .leaflet-popup-content picture.winter{
      display:block;  
}


body:not(.winter) .hide-summer,
body.winter .hide-winter {
     display:none;
}
body.winter .hide-summer {
    display:block;
}









/*INSTAGRAM SECTIONS
----------------------------*/
.hashtag{
    font-size: 14px;
    font-weight: bold;
    font-family: var(--fontMain);
    text-transform:uppercase;
}   
.instagram-images{
    margin-top:20px;
}

/*FORM
==========================*/
/* START OF NEWSLETTER  
----------------------------*/
.form-holder { }
.contactForm {
     font-size: 16px;
}
.contactForm .form-control {
    background-color: var(--white);
    border: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 12px 15px;
    color: #8D8D8D;
    font-size: 16px;
    font-weight: 200;
}
/*
.contactForm select:has(option[value=""]:checked) {
    color: var(--blue-color);
}

.contactForm select option:not([value]) {
    color:red;
}
.contactForm select option[selected=selected][value] {
    color: var(--blue-color);
}

.contactForm label,
.contactForm .form-control::placeholder{
    color: var(--blue-color);
}*/
.field-validation-valid {
  display: none;
  color: red; 
}
.field-validation-error {
  display: block;
  color: red;
  text-align: left; 
  font-size:12px;    
      padding-top:5px;
    padding-left:18px;
}
.field-validation-error:empty {
	display: none;
}  
.asterisk span {
  display: inline;
  font-size: 14px;
}
.form-agree label {
	display:inline;
	color: var(--black);
    text-transform:unset;
}
.form-agree .field-validation-error {
	display: inline-block;
}
.form-agree a {
    text-decoration:underline;
    padding-bottom: 0px;
}
.form-agree a:hover {
    text-decoration:none;
}

input[type="date"]:not(.has-value):before{
  content: attr(placeholder);
}

#json-msg {
    padding-top:20px;
}
.status-failure,
.status-busy {
    margin:6px 0 0 0;
}
.status-busy img{
   height: 10px;
}

.attachment-field {
    padding: 0 10px 5px;
    color:#656363;
}


/*404 page
============================================*/
.sitemap a{
    text-decoration:none;
        color: var(--dark-color);
}
.sitemap a:hover{
    text-decoration:underline;
}

/*Offers listing
============================================*/
@media (min-width: 1200px){
    .offer-listing-item .text-holder h2 {
        width: 400px;
        padding-right: 40px;
    }
    .offer-listing-item .text-holder .description {
        width: calc(100% - 440px - 190px);
        padding-top:0.5em;
    }
    .offer-listing-item .text-holder .btn-holder {
        width:150px;
    }
}
@media screen and (min-width: 1400px) {
    .offer-listing-item .text-holder h2 {
        width: 430px;
    }
    .offer-listing-item .text-holder .description {
        width: calc(100% - 470px - 190px);
    }
}
@media screen and (min-width: 1680px) {
    .offer-listing-item .text-holder h2 {
        width: 550px;
    }
    .offer-listing-item .text-holder .description {
        width: calc(100% - 590px - 190px);
    }
}


/*LISTS
=======================*/
.u-list,
.body-content ul{
    list-style-type:none;
    margin-bottom:30px;
}
.u-list li,
.body-content ul li{
    padding-left: 30px;
    margin-bottom: 15px;
    background-size: 14px;
}
.text ul,
.place-text ul{
    list-style-type:none;
    margin-bottom:30px;
}
.text ul li ul,
.place-text ul li ul{
    margin:5px 0 5px 20px;
}
.text ul li:before,
.place-text ul li:before{
    content:"- ";
}

/*====Animation====*/
  .AnimationBody {
      /* display: flex; */
      /* flex-direction: column; */
      /* align-items: center; */
      /* gap: 3rem; */
    }

    .reveal  {
      opacity: 0;
      transform: translateY(100px);
      transition: all 1s ease-out;
    }

    .reveal.from-top {
      transform: translateY(-100px);
    }

    .reveal.show {
      opacity: 1;
      transform: translateY(0);
    }
    
    .reveal.from-right {
      transform: translateX(100px);
    }
    .reveal.from-right.show {
        opacity: 1;
      transform: translateX(0px);
    }
    

    /* When visible, animate in */
   .reveal .show {
      opacity: 1;
      transform: translateX(0);
    }

    /* Extra option: slide from bottom */
    .reveal .from-bottom {
      transform: translateX(-100px);
    }

   .reveal .from-bottom.show {
      transform: translateX(0);
      opacity: 1;
    }

    /*=========== To Top =========== */
.toTop {
  text-align: right; }
      
a.scrollup {
    background: url(../images/ToTop.svg) no-repeat center center !important;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 5px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    padding: 0px 0px 0;
    z-index: 10000;
    transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background-size: 100% auto;
 }
.scrollup.is-visible {
	display: inline;
  	opacity: 1;
}

@media (min-width: 992px){
    a.scrollup {
         bottom: 90px;
    }
}

/*Privacy Policy
============================*/
.privacyList {
    text-align:start;
}
.wordbreak a{
     word-break: break-word;  
}
.privacyList ul{
    margin: 0 0 15px 20px;
}
.privacyList ul ul{
    margin:5px 0 5px 40px;
}
.privacyList li{
  /*  list-style: disc;*/
    margin-bottom:5px;
}
/*
.privacyList ul ul li{
    list-style: circle;
}*/
.wordbreak h2{
    font-size: 2rem;
}
@media (min-width: 768px) {
    .wordbreak h2{
        font-size: 2.2rem;
        padding-top: 22px;
        margin-bottom: 18px;
    }   
}
/** START OF MODAL 
=======================*/
.modal {
  z-index: 10000;
  font-size:var(--body-font-size);
          background: rgba(0, 0, 0, 0.4);
}
  .modal .modal-dialog {
    max-width:740px;
  }
.modal .modal-content {
  -webkit-box-shadow: 0px 20px 20px #00000045;
          box-shadow: 0px 20px 20px #00000045;
  padding: 20px;
  border-radius: 0px;
  border: none;
  text-align: left;
}
#popupModal .modal-content.padding{
      padding: 0px;
}
#popupModal .modal-content.padding .modal-body{
      padding: 0px;
}
.modal .btn-close {
  position: absolute;
  width: 2em;
  height: 2em;
  right: 0px;
  top: 0px;
  opacity: .8;
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
    .modal .img {
        display:flex;
    }
    .modal .img img{
        height: 100% !important;
        width: 100%;
        object-fit: cover; 
    }
}
@media screen and (max-width: 767px) {
    .modal .modal-dialog {
        max-width:540px;
        margin-left: auto;
        margin-right: auto;
    }
}
.modal .btn-holder {
    position:relative;
    z-index:2;
}
.modal h2,
.modal .h3 {
    font-size: 32px;
}
.visually-hidden {
    background: rgba(0,0,0,0.005);
}

/* All imgs gery*/
img {
    filter: grayscale(80%);
}
img:hover {
    filter: grayscale(0);
}
