/** START OF GENERIC RULES **/
/**font-family: 'Poppins', sans-serif;**/
:root {
  --fontPoppins: "Poppins", sans-serif;
  --portokali: #ab6b2a; /*f47721*/
  --mauro1D: #1d1d1d;
  --mauro50: #505050;
  --mauro70: #707070;
  --gkri: #e8e4e0;
  --gkriBg: rgba(232, 228, 224, 0.7);
  --aspro: #ffffff;
  --mpleBg: rgba(54, 83, 130, 0.6);
  --transition3s: all 0.3s linear;
}


html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

button:focus,
a:focus {
  box-shadow: none !important;
  outline: none;
}

button:focus,
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

a[type="submit"] {
  -webkit-appearance: none !important;
  background: var(--portokali);
  border-radius: 25px !important;
  border: none;
  box-shadow: none;
  -webkit-border: none;
  /* remove browser chrome */
  appearance: none;
  outline: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  color: var(--portokali);
}

a:hover {
  text-decoration: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.greyBg {
  background-color: var(--gkriBg);
}
/** END OF GENERIC RULES **/

/** BODY **/
body {
  font-family: var(--fontPoppins);
  font-weight: 400;
  /*font-size: 16px;*/
  font-size: 14px;
  line-height: 1.7;
  color: var(--mauro50);
  text-align: left;
  background: var(--aspro);
  letter-spacing: 0.3px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4{
  font-family: var(--fontPoppins);
 /* font-weight: 600;*/
  font-weight:400;
  color: var(--portokali);
  line-height: 1;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: rgba(0,0,0,0.005);
}

h1, .h1 {
  /*font-size: 50px;*/
   font-size: 38px;
}

h2, .h2 {
  /*font-size: 36px;*/
  font-size: 32px;
}

h3, .h3 {
  /*font-size: 30px;*/
   font-size: 26px;
}

@media screen and (max-width: 991px) {
  h1, .h1 {
    /*font-size: 45px;*/
    font-size: 32px;
  }
  h2, .h2 {
      font-size: 26px;
    }
    
    h3, .h3 {
      /*font-size: 30px;*/
       font-size: 22px;
}
}

@media screen and (max-width: 575px) {
  h1, .h1 {
   /* font-size: 32px;*/
    font-size: 28px;
  }
  h2, .h2 {
   /* font-size: 28px;*/
    font-size: 22px;
  }

  h3, .h3 {
   /* font-size: 20px;*/
    font-size: 18px;
  }
}

.marginTop {
  margin-top: 80px;/*100px*/
}

.noTopMedia {
  margin-top: 89px; /*124px*/
}

@media screen and (max-width: 991px) {
  .marginTop {
    margin-top: 60px;/*80px*/
  }
  .noTopMedia {
    margin-top: 106px; /*136px*/
  }
}

.circleTitle {
  font-family: var(--fontPoppins);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 6px; /*5.5px*/
  font-size: 14px;/*16px*/
}
.el .circleTitle {
    letter-spacing: 3.5px;
}

.container-heading {
  padding-left: 0px;
}

.container-heading svg {
  position: absolute;
  left: -120px; /*-165px*/
  top: -85px; /*-110px*/
  transform: rotate(270deg); /*270deg*/
  z-index: -10;
        width:240px;
        height:240px;
}

.roomsHome .container-heading svg {
  /*left: -155px;*/
  top: -103px; /*-123px*/
  transform: rotate(210deg);
}
.roomsHome .circleTitle {
  letter-spacing: 0.6px; /*-0.5px*/
}
.homeGastronomy .container-heading svg {
  left: -120px;/*-150px*/
  top: -110px; /*-140px*/
  transform: rotate(265deg);
}

.homeGastronomy .circleTitle,
.homeOffers .circleTitle {
  letter-spacing: 16px;
}

.homeOffers .container-heading svg {
  top: -104px; /*-130px*/
  transform: rotate(260deg);
}

.homeWhyBook .container-heading svg {
  top: -100px; /*-125px*/
  transform: rotate(230deg);
}

.reviewsHome .container-heading svg {
  position: absolute;
/*  left: -175px;*/
  top: -95px; /* -125px*/
  transform: rotate(220deg);
}

.reviewsHome .circleTitle {
  letter-spacing: 1px;
}

.instaHome .container-heading svg {
  top: -100px; /*-125px*/
  transform: rotate(215deg);
}

.roomPage .container-heading svg {
  left: -110px; /*-150px*/
  top: -100px; /*-125px*/
  transform: rotate(255deg);
}

.roomPage .circleTitle {
  letter-spacing: 8.5px;
}
/*BUTTONS
=========================*/
.underlineBtn,
.orangeBtn {
  font-family: var(--fontPoppins);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.orangeBtn {
  border-radius: 25px;
  padding: 12px 25px; /*12px 45px;*/
  line-height: 1.2;
  color: var(--aspro);
  text-align: center;
  background-color: var(--portokali);
}

.orangeBtn span {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.2;
  transition: 0.35s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, 20px);
  backface-visibility: hidden;
}

.orangeBtn:before {
  content: attr(data-text);
  position: absolute;
  padding: 12px 25px; /*12px 45px;*/
  top:0;
  width: 100%;
  left: 0;
  transition: 0.35s cubic-bezier(0.5, -1, 0.5, 2);
  text-transform: uppercase;
  opacity: 1;
  transform: translate(0, 0px);
  backface-visibility: hidden;
}

.orangeBtn:hover:before,
.orangeBtn:focus:before {
  opacity: 0;
  transform: translate(0, -20px);
  backface-visibility: hidden;
}

.orangeBtn:hover span,
.orangeBtn:focus span {
  opacity: 1;
  color: var(--aspro);
  transform: translate(0, 0);
  backface-visibility: hidden;
}
.orangeBtn:hover {
  color: var(--aspro);    
}

.underlineBtn {
  color: var(--mauro50);
  background: rgba(0,0,0,0.005);
}

.underlineBtn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  transform: scale(0);
  height: 2px;
  background-color: var(--mauro50);
  transform-origin: left;
  transition: var(--transition3s);
}

.underlineBtn:hover,
.underlineBtn.active{
  color: var(--portokali);
}

.underlineBtn:hover::after,
.underlineBtn.active::after{
  transform: scale(1);
}

@media screen and (max-width: 1199px) {
  .circle {
    padding-left: 70px;
  }
  .container-heading svg {
    left: -90px;
    transform: rotate(270deg);
  }
  .roomsHome .container-heading svg {
    left: -108px;
  }

  .homeOffers .container-heading svg,
  .homeWhyBook .container-heading svg {
    left: -75px;
  }

  .reviewsHome .container-heading svg {
    top: -100px; /*-135px*/
    left: -115px;
  }

  .instaHome .circle {
    padding-left: 60px;
  }

  .roomPage .container-heading svg {
    left: -45px; /*-75px*/
  }
}

@media screen and (max-width: 991px) {
  .homeGastronomy .container-heading svg {
    left: -75px; /*-85px*/
    top: -115px; /*-150px*/
  }
  .reviewsHome .container-heading svg {
    top: -100px; /*-128px*/
    left: -70px; /*-80px*/
  }
  /*.homeOffers .container-heading svg {
    transform: rotate(290deg);
    left: -95px;
  }*/
  .circle {
    padding-left: 45px;
  }
  .roomPage .container-heading svg {
   /* transform: rotate(310deg);*/
       left: -65px;
  }
}

@media screen and (max-width: 575px) {
  .circleTitle {
    font-size: 14px;
  }
  .container-heading svg {
    left: -95px;
    transform: rotate(310deg);
    top: -120px;
  }

  .roomsHome .container-heading svg {
    top: -130px;
    left: -90px;
    transform: rotate(240deg);
  }
  /*.homeGastronomy .container-heading svg {
    transform: rotate(290deg);
  }*/
  .homeWhyBook .container-heading svg {
      top: -105px;
    /*transform: rotate(250deg);*/
  }
  .reviewsHome .container-heading svg {
    top: -110px;  /*-135px*/
    transform: rotate(235deg);
  }
  .instaHome .container-heading svg {
    top: -110px; /*-125px*/
    left: -80px;
    transform: rotate(235deg);
  }
}

/** SLIDER CAROUSEL **/
#genericCarousel .carousel-item,
#genericCarousel {
  height: 100vh;
}

#genericCarousel::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
  background-size: 50px!important;
}

.carousel-control-prev-icon {
  background: url("../images/arrow-carousel.svg") no-repeat center center;
    transform: rotate(-180deg);
}

.carousel-control-next-icon {
  background: url("/images/arrow-carousel.svg") no-repeat center center;
}

/* .contentOverSlider {
//   position: absolute;
//   z-index: 3;
//   top: 50%;
//   left: 50%;
//   transform: translate(-50%, -50%);
//   background-color: rgba(0, 0, 0, 0.65);
 }*/

@media screen and (max-width: 991px) {
  #genericCarousel .carousel-item,
  #genericCarousel::before,
  #genericCarousel {
    height: 550px;
  }
}

@media screen and (max-width: 575px) {
  #genericCarousel .carousel-item,
  #genericCarousel::before,
  #genericCarousel {
    height: 350px;
  }
}
/** SLIDER CAROUSEL **/

/** HEADER **/
.header {
  background: rgba(29, 29, 29, 0.3);
  padding: 10px 80px 10px;
}

.header.active {
  background: rgba(29, 29, 29, .7);
}

.header-logo img {
  /*width: 180px;*/
  width: 120px;
  cursor: pointer;
}

.header .underlineBtn {
  color: var(--aspro);
}

.header .underlineBtn::after {
  background-color: var(--aspro);
}

/**LANGUAGES**/
.languagesDrop .dropdown-toggle {
  font-family: var(--fontPoppins);
  color: var(--aspro);
  border: none;
  background: transparent;
  font-weight: 400;
  transition: 0.3s linear;
}

.languagesDrop .dropdown-toggle::after {
  margin-left: 0;
}

.languagesDrop a {
  color: var(--aspro);
  text-decoration: none;
}

.languagesDrop .dropdown-menu {
  min-width: 40px;
  border-radius: 0;
  background: transparent;
  border: none;
  left: -10px !important;
  top: 22px !important;
}

.languagesDrop .dropdown-item {
  display: block;
  padding: 0px;
  text-align: center;
  padding: 0 5px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
  color: var(--mauro50);
}

.languagesDrop .dropdown-item:hover {
  background: none;
  color: var(--mauro50);
}

.dropdown.active .dropdown-menu,
.dropdown:hover .dropdown-menu {
  position: absolute !important;
  display: block;
  border: 0px solid rgba(0, 0, 0, 0.15);
  background-color: var(--aspro);
  border-radius: 0;
  padding: 8px 10px;
  font-size: inherit;
  z-index: 1030;
  left: 20px;
  top: calc(100% - 2px);
  margin: 0;
  line-height: 1.4;
}

.header-tel a,
.right-header a {
  color: var(--aspro);
}
/**END OF LANGUAGES**/

/** MENU **/
.menu {
  position: relative;
}

.menu .toggle {
  position: relative;
  top: 8px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 4;
}

.menu .toggle .menu-close {
  display: none;
}

.menu .toggle.active .menu-close {
  display: block;
}

.menu .toggle .menu-open {
  display: block;
}

.menu .toggle.active .menu-open {
  display: none;
}

.menu .fullscreen-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: var(--mauro1D);
  transition: 0.9s;
  z-index: 3;
}

.menu .fullscreen-menu.active {
  left: 0;
}

.menu .fullscreen-menu ul.menu-ul li {
  list-style: none;
  position: relative;
}

.menu .fullscreen-menu ul.menu-ul li a {
  display: inline-block;
  position: relative;
  padding: 15px 0px;
  background: transparent;
  text-transform: uppercase;
  color: var(--aspro);
  text-decoration: none;
  font-size: 25px;
}

.menu .fullscreen-menu ul.menu-ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  transform: scale(0);
  height: 2px;
  background-color: var(--aspro);
  transform-origin: left;
  transition: var(--transition3s);
}

.menu .fullscreen-menu ul.menu-ul li a:hover::after {
  transform: scale(1);
}
/** MENU **/


.loyalty-btn:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1399px) {
  .languagesDrop .dropdown-toggle {
   /* font-size: 16px;*/
  }
  .header {
    padding: 10px 40px 10px;
  }
  .header-book-buttons .orangeBtn {
    padding: 12px 25px;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    padding: 10px 20px 10px;
  }

  .header-logo img {
  /*  width: 140px;*/
  }
/*
  .loyalty-btn {
    position: absolute;
    top: -28px;
    right: 10px;
  }*/
.header-book-buttons a{
    display:block;
    text-align:center;
}
  .header-book-buttons .orangeBtn {
    padding: 12px 25px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 10px 10px;
  }
  .menu .toggle {
    width: 40px;
    height: 30px;
    top: 2px;
  }
  .menu .toggle .menu-open {
    width: 40px;
  }

  .menu .toggle .menu-close {
    width: 30px;
  }

  .loyalty-btn {
    font-size: 14px;
  }
  .header-book-buttons .orangeBtn {
    padding: 12px 10px;
    font-size: 14px;
  }
  .header-book-buttons .orangeBtn::before {
    padding: 0px 7px;
    top: 12px;
  }
}

@media screen and (max-width: 575px) {
 /* .header-book-buttons .orangeBtn {
    width: 60px;
  }

  .loyalty-btn {
    font-size: 14px;
    right: -75px;
    width: 150px;
  }*/

  .header-logo img {
    /*width: 110px;*/
    width: 100px;
  }

  .menu .fullscreen-menu ul.menu-ul li a {
    font-size: 20px;
    padding: 10px 0px;
  }
}

@media screen and (max-width: 480px) {
    .header {
        background: rgba(29, 29, 29, 0.5);
    }
  .loyalty-btn {
    font-size: 12px;
    line-height:1;
    padding-bottom:5px;
  }
  .header-book-buttons .orangeBtn {
    padding: 8px 10px;
    font-size: 12px;
  }
  .header-book-buttons .orangeBtn::before {
    padding: 0px 7px;
    top: 8px;
  }
  
}
/** HEADER **/

/** BOOKING FORM **/
.bookingForm {
  border: 1px solid #dcdcdc;
  border-width: 1px 0px 1px 0px;
  padding: 15px 0px; /*30px*/
}

.bookingForm .form-label {
  font-family: var(--fontPoppins);
  font-size: 14px; /*16px*/
  color: var(--mauro50);
  text-transform: uppercase;
}

.bookingForm .form-control {
  border: none;
  width: 80%;
  font-size: 20px; /*24px*/
  font-weight: 400;
  background: transparent;
  border-radius: 0px;
  cursor: pointer;
}
.bookingForm option {
    font-size: 16px;/*20px*/
}
.bookingForm .form-select {
  background-image: none;
}

@media screen and (max-width: 1399px) {
  .bookingForm .form-control {
    font-size: 20px;
  }

  .bookingForm .orangeBtn {
    padding: 15px 15px;
  }
}
/** BOOKING FORM **/

/** WELCOME HOME **/
.welcomeHome {
    /*padding-top: 50px;*/
  background: url("../images/sun.png") no-repeat bottom right;
  background-size: 300px; /*600*/
}

@media screen and (max-width: 1399px) {
  .welcomeHome {
    background-size: 240px; /*400*/
  }
}

@media screen and (max-width: 991px) {
  .welcomeHome {
    background-size: 180px; /*280*/
  }
}
/** WELCOME HOME **/

/** ROOMS HOME 
============================**/
#rooms-intro {
    padding-left:120px;
    padding-right:120px;
}
#rooms-intro.owl-carousel .owl-nav button.owl-prev,
#rooms-intro.owl-carousel .owl-nav button.owl-next {
  width: 100px;
  height: 100px;
  background-size: 100px!important;
      position:absolute;
  top:50%;
}
#rooms-intro.owl-carousel .owl-nav button.owl-prev {
    left:0px;
}
#rooms-intro.owl-carousel .owl-nav button.owl-next {
    right:0px;
}
@media screen and (max-width: 991px) {
    #rooms-intro {
        padding-left:60px;
        padding-right:60px;
    }
    #rooms-intro.owl-carousel .owl-nav button.owl-prev,
    #rooms-intro.owl-carousel .owl-nav button.owl-next {
      width: 60px;
      height: 60px;
      background-size: 60px!important;
    }
}

.row-room {
  display: flex;
  justify-content: space-between;
}
#rooms-intro h2{
    margin-bottom: 4px;
}
#rooms-intro .h4{
    font-size:1.2rem;
}
.row-room .room-box h2{
    margin-bottom: 0px;
}

.left-col-room {
  width: 60%;
}

.right-col-room {
  width: 39%;
  position: relative;
}

.room-box {
  background-color: var(--mpleBg);
  height: 750px;
  padding: 0px 30px;
  width: 70%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.room-BookBtn {
  position: relative;
  bottom: -58px;
}

#roomsCarousel .carousel-control-prev,
#roomsCarousel .carousel-control-next {
  top: unset;
  bottom: 125px;
  width: auto;
  right: 9% !important;
}

#roomsCarousel .carousel-control-prev {
  margin-right: 100px;
  left: unset;
}

#roomsCarousel .carousel-item {
  padding-bottom: 120px;
}

@media screen and (max-width: 1199px) {
  .room-box {
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .room-box {
    height: 650px;
  }
  .left-col-room {
    width: 50%;
    height: 600px !important;
  }
  .right-col-room {
    width: 49%;
    height: 600px !important;
  }
}

@media screen and (max-width: 767px) {
  .room-box {
    top: -315px;
    height: 700px;
  }
  .row-room {
    flex-direction: column;
  }
  .left-col-room {
    width: 100%;
    height: 300px !important;
  }
  .right-col-room {
    width: 100%;
    height: 350px !important;
  }
}

@media screen and (max-width: 575px) {
  .room-box {
    /* top: -225px; */
    height: 635px;
  }
  .right-col-room,
  .left-col-room {
    height: 300px !important;
  }
}
/** ROOMS HOME **/

/**GASTRONOMY HOME **/
.row-gastronomy {
  display: flex;
  position: relative;
}

.row-gastronomy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 430px;
  top: 100px;
  display: block;
  background: var(--gkriBg);
  z-index: -1;
}

.col-text {
  width: 40%;
}

.col-image-1 {
  width: 25%;
  margin-right: 1%;
}

.col-image-2 {
  width: 34%;
}

@media screen and (max-width: 1399px) {
  .col-image-1,
  .col-image-2 {
    height: 580px !important; /*600*/
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .homeGastronomy .h1 {
    font-size: 35px;
    padding-left: 0px;
  }
 /* .homeGastronomy .container-heading svg {
    left: -140px;
  }*/
  .col-image-1,
  .col-image-2 {
    height: 550px !important;/**/
  }
}

@media screen and (max-width: 991px) {
  .row-gastronomy::before {
    height: 700px;
    top: 0;
  }

  .row-gastronomy {
    flex-wrap: wrap;
  }

  .col-text {
    width: 100%;
    margin-bottom: 50px;
  }

  .col-image-1 {
    width: 49%;
    height: 400px !important;
  }

  .col-image-2 {
    width: 50%;
    height: 400px !important;
  }
}

@media screen and (max-width: 575px) {
  .homeGastronomy .h1 {
    padding-left: 40px;
    font-size: 26px;
  }
  .col-image-1,
  .col-image-2 {
    height: 300px !important;
  }
}
/**GASTRONOMY HOME **/

/** HOME OFFERS **/
.homeOffers {
  position: relative;
}

.homeOffers::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%; /*400px*/
  bottom: 0px;
  display: block;
  background: var(--gkriBg);
  z-index: -1;
}

.offer-box img {
  height: 400px;
  object-fit: cover;
}

.offer-box .underlineBtn {
  color: var(--portokali);
}

@media screen and (max-width: 1599px) {
  .offer-box img {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .homeOffers::before {
    top: 25%; /*5%*/
    height: 75%; /*95%*/
    bottom: unset;
  }
/*
  .homeOffers {
    margin-top: 100px !important;
  }*/
}
/** HOME OFFERS **/

/* Clip text element */
.clip-text {  
 font-family: initial;
    font-size: 8em; /*12em*/
    line-height: 1;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     background-image: url(/images/bg.jpg);
      background-size: cover;
      background-position:center center;
}
@media screen and (max-width: 991px) {
  .clip-text { 
          font-size: 6em;
  }
}
.clip-text.II{
     background-position:right 15px top 15px;
}
.clip-text.III{
     background-position:left 50px top 15px;
}
.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
}
/* Background */
.clip-text:before {
    z-index: -2;
    background-image: inherit;
}
/* Text Background (black zone) */
.clip-text:after {
    z-index: -1;
   background-color: #fff;
}
/** HOME WHY **/
/*.whyCarousel img {
  width: auto !important;
  height: 175px;
}
*/
.whyCarousel h3 {
  color: var(--mauro50);
  font-weight:100;
}
@media screen and (min-width: 768px) {
    .whyCarousel h3 {
      font-size:20px;
    }
}
.whyCarousel.owl-carousel .owl-nav button.owl-prev,
.whyCarousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 20%;
}
.whyCarousel.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}
.whyCarousel.owl-carousel .owl-nav button.owl-next {
  right: -50px;
}
@media screen and (max-width: 767px) {
  .whyCarousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .whyCarousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
 /* .whyCarousel img {
    height: 120px;
  }*/
}


/** HOME REVIEWS **/
.reviewsHome {
  padding: 80px 0px;
}

.reviewsCarousel.owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.reviewsCarousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  right: -50px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .reviewsHome .h1 {
    font-size: 35px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .reviewsHome {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 767px) {
  .reviewsCarousel.owl-carousel .owl-nav button.owl-next {
    right: -28px;
  }
}
/** HOME REVIEWS **/

/** HOME INSTA **/
.instaHome {
  margin-bottom: 140px;
}
.row-insta {
  display: flex;
  position: relative;
  margin-top: 130px;
  margin-bottom: 100px;
}

.row-insta::before,
.row-insta::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 350px;
  background-color: var(--gkriBg);
  display: block;
  z-index: -1;
}

.row-insta::before {
  top: -50px;
  left: 0;
}

.row-insta::after {
  bottom: -50px;
  right: 0;
}
.instaHome .h1 span {
  display: block;
  font-weight: 300;
  font-style: italic;
  margin-left: 70px;
}

@media screen and (max-width: 1199px) {
  .row-insta::before,
  .row-insta::after {
    width: 400px;
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .row-insta {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .row-insta::before,
  .row-insta::after {
    width: 80%;
    height: 200px;
  }
  .instaHome .h1 span {
    margin-left: 5%;
        font-size: 20px;
  }
}
/** HOME INSTA **/

/** FOOTER **/
.row-footer {
  display: flex;
  color: var(--mauro70);
}

.row-footer h2,
.row-footer .h2 {
  font-weight: 400;
  font-size: 24px;
}

.row-footer .left-footer {
  width: 70%;
  padding: 70px 50px;
}

.row-footer .left-footer .contactDetails p {
  line-height: 2;
}

.row-footer p a {
  columns: var(--mauro70);
}

.row-footer .left-footer .footer-social li {
  margin-right: 20px;
}
.footer-social img {
    height:25px;     
}
.footer-social img:hover {
    opacity:.7;     
}
@media screen and (max-width: 575px) {
    .footer-social img {
        height:22px;     
    } 
    .row-footer .left-footer .footer-social li {
        margin-right: 14px;
    }
}
.row-footer .right-footer {
  width: 30%;
}

.newsletterForm .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--mauro70);
  border-radius: 0px;
  font-style: italic;
  padding: 8px 15px;
}
.newsletterForm .underlineBtn {
  color: var(--portokali) !important;
  background:none!important;
  padding:0!important;
  font-weight: 400;
}
.newsletterForm .underlineBtn:hover::after {
  transform: scale(1)!important;
}
.form-agree {
    font-size:14px;   
}
.form-agree a{
    color: var(--mauro70);
}


.bottomMenu ul li {
  margin: 0px 10px 0px;
}

.bottomMenu ul li a {
  text-transform: uppercase;
}

.bottomMenu ul li:last-child {
  margin-right: 0px;
}

.copyright{
  color: var(--mauro70);
  font-size:12px;
}
.copyright a {
  text-decoration: none;
  color: var(--mauro70);
}
copyright a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .row-footer {
    flex-wrap: wrap;
  }
  .row-footer .left-footer {
    width: 100%;
    padding: 50px 30px;
  }
  .row-footer .right-footer {
    width: 100%;
  }
}
/** FOOTER **/

/** OWL CAROUSEL **/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background-size: 50px!important;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url("/images/arrow-carousel-grey.svg") no-repeat center center;
     transform: rotate(-180deg);
}

.owl-carousel .owl-nav button.owl-next {
 background: url("/images/arrow-carousel-grey.svg") no-repeat center center;
}

.owl-carousel button.owl-dot,
.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid var(--mauro70);
  border-radius: 50px;
  margin-right: 10px;
  background: transparent;
}

.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot:hover {
  background: var(--portokali);
}

/** OWL CAROUSEL **/

/** FOR TTTLE ANIMATIONS **/
@keyframes rectangle {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  95% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: none;
  }
}

@-webkit-keyframes rectangle {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  95% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: none;
  }
}

@-moz-keyframes rectangle {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  95% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: none;
  }
}

@-o-keyframes rectangle {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  95% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: none;
  }
}

.js-animate-clip {
  -o-animation-name: rectangle;
  -moz-animation-name: rectangle;
  -webkit-animation-name: rectangle;
  animation-name: rectangle;
  -o-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -o-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.js-animate-clip.js-do-animation {
  -o-animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
/** FOR TTTLE ANIMATIONS **/

/** ROOM LISTING **/
.roomListing .row::before {
  content: "";
  position: absolute;
  height: 650px;
  width: 100%;
  top: 100px;
  display: block;
  background: var(--gkriBg);
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .roomListing .row::before {
    height: 680px;
    width: 100%;
    top: 82px;
  }
}

@media screen and (max-width: 991px) {
  .roomListing .row::before {
    height: 100%;
    top: 0;
  }

  .roomListing .imgCol {
    height: 450px !important;
  }
}

@media screen and (max-width: 575px) {
  .roomListing .imgCol {
    height: 300px !important;
  }
}
/** ROOM LISTING **/

/** ROOM PAGE **/
.roomShowing .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.otherRooms .owl-carousel .owl-dots {
  text-align: end;
  margin-top: 20px;
  margin-right: 60px;
}

.otherRoom-box {
  background: var(--mpleBg);
  width: 85%;
  height: 70%;
  position: absolute;
  left: 0px;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 100px;
  padding-right: 50px;
}

.otherRoom-box h2 {
  color: var(--aspro);
}

.owl-item:nth-child(even) .otherRoom-box {
  left: unset;
  right: 0;
}

@media screen and (max-width: 991px) {
  .roomShowing .owl-carousel .item {
    height: 450px !important;
  }
  .otherRooms .owl-carousel .item {
    height: 500px !important;
  }
}

@media screen and (max-width: 575px) {
  .roomShowing .owl-carousel .item {
    height: 350px !important;
  }
  .otherRooms .owl-carousel .item {
    height: 400px !important;
  }

  .otherRoom-box {
    top: 65px;
    padding-left: 80px;
  }
}
/** ROOM PAGE **/

/** EXPERIENCES **/
.experiencesPage {
  position: relative;
  padding-top: 20px;
  padding-bottom: 150px;
}

.experiencesPage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 100%;
  display: block;
  background: var(--gkriBg);
  z-index: -1;
}

.experiencesPage .experience-box {
  display: flex;
  justify-content: center;
}

.experiencesPage .text-box {
  background: var(--mpleBg);
  width: 65%;
  text-align: center;
  padding: 30px;
  position: relative;
  top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.experiencesPage .text-box h2 {
  color: var(--aspro);
  position: relative;
  text-align: center;
  /*text-transform: capitalize;*/
}

.experiencesPage .text-box h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/mini-wave.png) no-repeat center;
  background-size: 130px;
}

@media screen and (max-width: 1399px) {
  .experiencesPage .text-box {
    width: 75%;
  }
  .experiencesPage::before {
    width: 80%;
  }
}

@media screen and (max-width: 1199px) {
  .experience-box {
    height: 600px !important;
  }
}

@media screen and (max-width: 991px) {
  .experiencesPage .text-box {
    top: 30px;
  }
  .experience-box.first .text-box {
    top: -30px;
  }

  .experience-box {
    height: 500px !important;
  }
  .experiencesPage {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .experience-box {
    height: 350px !important;
  }
}
/** EXPERIENCES **/

/** GASTRONOMY **/
.gastronomyPage {
  padding: 60px 0px 80px;
}
.gastronomyPage .container-heading svg {
  top: -100px; /* -125px*/
  transform: rotate(225deg);
}

.gastronomyPage.ombraResto .container-heading svg {
  top: 95px; /*-105px*/
  left: -110px;
  transform: rotate(305deg);
}

.gastronomyPage .circleTitle {
  letter-spacing: 0.5px;
}

.gastronomyPage.gastronomyPage.ombraResto .circleTitle {
  letter-spacing: 13.5px;
}

.gastronomyPage .owl-item.active:first-child {
  padding-left: 70px;
}

.gastronomyPage .owl-stage {
  left: -70px;
}

.gastronomyPage .owl-carousel .owl-dots {
  text-align: end;
  margin-top: 50px;
  margin-right: 20px;
}

.gastronomyPage.ombraResto .bookingForm {
  border: none;
}

@media screen and (max-width: 1199px) {
  .gastronomyPage.ombraResto .container-heading svg {
    left: -95px; /*-35px*/
  }
}

@media screen and (max-width: 991px) {
  .gastronomyPage .owl-item .item {
    height: 450px !important;
  }
  .gastronomyPage.ombraResto .container-heading svg {
   /* top: -112px;*/
    left: -90px; /*-50px*/
    transform: rotate(325deg);
  }
}

@media screen and (max-width: 991px) {
  .gastronomyPage .owl-item .item {
    height: 350px !important;
  }
}
@media screen and (max-width: 1199px) {
  .gastronomyPage .container-heading svg {
    left: -50px;
  }
}
@media screen and (max-width: 991px) {
  .gastronomyPage .container-heading svg {
    left: -70px;
  }
}
@media screen and (max-width: 575px) {
  .gastronomyPage .container-heading svg {
    top: -110px;/*-135px*/
        left: -65px;
    transform: rotate(238deg);
  }
}
/** GASTRONOMY **/

/** SCROLL UP  **/
a.scrollup,
a:hover.scrollup {
  background: url(/images/arrow-carousel-grey.svg) no-repeat center center
    var(--mauro1D);
  bottom: 0px;
  transform: rotate(-90deg);
  display: none;
  position: fixed;
  right: 50px;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  padding: 25px 10px 0;
  z-index: 1000;
  background-size: 100%;
}
/** SCROLL UP  **/

.gallery div{
    margin-bottom:30px;   
}
.prevNextWrap {
	min-height:60px;
}
.prevNextWrap a {
    margin: 0 5px;
    min-width: 60px;
    display: inline-block;
}
.prevNextWrap span{
	display: inline-block;
    color: #565656;
	padding-top: 6px;
}

.prevNextWrap a.prev span{
	padding-left: 40px;
}
.prevNextWrap a.prev:before{
    content: '';
    position: absolute;
     background: url("../images/arrow-carousel.svg") no-repeat center center;
    transform: rotate(-180deg);
    width: 40px;
    height: 40px;
    background-size: 100%;
}
.prevNextWrap a.next:after{
	 content: '';
    position: absolute;
    background: url("/images/arrow-carousel.svg") no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 100%;
}

/** FORMS  
============================**/
.contactform  .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--mauro70);
  border-radius: 0px;
  font-style: italic;
  padding: 8px 15px;
}
.contactform .underlineBtn {
  background-color: var(--portokali);
  font-weight: 400;
  color:#fff;
  padding:4px 16px;
}

.contactform .underlineBtn:hover::after {
  transform: scale(0);
}

.field-validation-valid {
  display: none;
  color: red; }
.field-validation-error {
  display: block;
  color: red;
  font-size: 12px;
  text-align: left; }
.form-agree label{
    text-transform: none;
    display:inline;    
}
.form-agree .field-validation-error {
	display: inline-block;
}
.form-agree a {
    text-decoration:underline;
}
.form-agree a:hover {
    text-decoration:none;
}
.note {
  font-size: 14px; }

.asterisk {
	text-align:left;
	font-size:14px;
}
.grecaptcha-badge {
  display: none !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}



.map_link {
    height: 400px !important;
    background: url(/images/map.jpg) no-repeat center center;
    width: 100%;
    display: block;
    background-size: cover;
}

@media screen and (max-width: 575px) {
    .map_link {
        height: 300px !important;
    }
}


/** Blog TopMedia
=========================  **/ 
.breadcrumbs {
    text-transform: uppercase;
}
.breadcrumbs ul li {
    margin-right: 10px;
    position: relative;
    padding-right: 20px;
    line-height: 1.5;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumbs ul li.active::after {
    content: "";
}
.breadcrumbs ul li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    display: inline;
    height: 30px;
}
.blog-mainImage {
    position: relative;
    height: 400px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top 40% center!important;
}
.blog-mainImage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.55) 100%);
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .blog-mainImage {
        height:400px;
    }
}
@media screen and (max-width: 767px) {
    .blog-mainImage {
        height:350px;
    }
}

.post-content img {
    max-width: 100%;
    height: auto;
}
.postthumb {
    min-height:280px;
    background-position:center!important;
    background-repeat:no-repeat!important;
}
@media screen and (max-width: 767px) {
    .postthumb {
        margin-bottom:30px;
    }
}
.post-excerpt h2 a{
        color: var(--portokali);
}

.post-excerpt .underlineBtn {
    color: var(--portokali);
    text-transform: initial;
}
.post-group {
    border-top: 1px solid rgba(112, 112, 112, 0.18);
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
}
.post-content ul{
    margin-left: 22px;
    margin-bottom: 20px;
}

.ab-desktop-widget-booking-ref-text, 
.ab-desktop-widget-score-and-reviews span, 
.ab-desktop-widget-score-and-reviews .ab-desktop-widget-score,
.ab-desktop-widget-score-and-reviews .ab-desktop-widget-reviews{
    color: #000 !important;
}

.ab-badge {
    background-color: #AC1145 !important;
}

.ab-notification-toast-6204 {
    background-color: #295C89 !important;
}

.modal .orangeBtn {
    color: #000 !important;
}