/** START OF GENERAL SETTINGS **/
:root {
  --fontRoboto: "Roboto", sans-serif;
  --fontGaramond: "EB Garamond", serif;
  --white: #ffffff;
  --whiteDark: #adadad;
  --black: #2d2d2d;
  --main-color:#963e84; 
  --main-color-light:#ebdfe8; /*#dd99cf;*/
  --grey: #545a5f;
  
  --gold-main: #ad9e85;

  --bgGrey: #f7f9f9;
  --transition3s: 0.3s linear;
  --backdropBlur: blur(1px);
}

.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}

.bg-grey {
  background-color: var(--grey);
  color: var(--white);
}

.bgBluedLightOpacity {
  background-color: var(--main-color-light);
}

.bgGrey {
  background: var(--bgGrey);
}
.bgBlueDark {
  background-color: var(--main-color);
  color: var(--white);
}

.bgBlack {
  background-color: var(--black);
  color: var(--white);
}
.bgWhite {
  background: var(--white);
}
.bgGold {
  background: var(--gold-main);
}
.bgPattern {
  background: var(--main-color-light) url(../images/pattern.svg) repeat-x
    center center;
}
.bgPatternLight {
  background: var(--bgGrey) url(../images/pattern.svg) repeat-x center
    center;
}
/*
@media screen and (max-width: 1199px) {
    .bgPattern {
      background: var(--main-color-light) url(../images/background-big-2-1199.png) no-repeat
        center center / cover;
    }
    .bgPatternLight {
      background: var(--bgGrey) url(../images/background-big-2-1199.png) no-repeat center
        center / cover;
    }   
}
@media screen and (max-width: 991px) {
    .bgPattern {
      background: var(--main-color-light) url(../images/background-big-2-991.png) no-repeat
        center center / cover;
    }
    .bgPatternLight {
      background: var(--bgGrey) url(../images/background-big-2-991.png) no-repeat center
        center / cover;
    }   
}
@media screen and (max-width: 767px) {
    .bgPattern {
      background: var(--main-color-light) url(../images/background-big-2-767.png) no-repeat
        center center / cover;
    }
    .bgPatternLight {
      background: var(--bgGrey) url(../images/background-big-2-767.png) no-repeat center
        center / cover;
    }   
}*/


*,
*::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;
}

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;
  display: inline-block;
  transition: var(--transition3s);
}

a:hover {
  color: var(--main-color-light);
}

/** FOR MAV IOS **/
input[type="checkbox"],
a[type="submit"] {
  float: none !important;
}

button:focus,
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

picture {
  display: block;
  height: 100%;
  width: 100%;
}

picture img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

/*SWIPERS GEN
==========================*/
/*.swiper {
  width: 100%;
  height: auto;
}*/
.testimonialsSwiper .swiper,
.experiencesSwiper .swiper,
.roomsSwiper,
.roomSwiper {
  padding: 0px 0px 120px;
/*  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;*/
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
}
.testimonialsSwiper .swiper-pagination,
.experiencesSwiper .swiper-pagination,
.simpleGallerySwiper .swiper-pagination,
.roomsSwiper .swiper-pagination,
.roomSwiper .swiper-pagination {
  width: auto;
  border-bottom: 2px solid var(--main-color-light);
  padding-bottom: 8px;
  left: unset;
  bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.roomsSwiper .swiper-pagination{
  bottom: 15px;
}
.simpleGallerySwiper .swiper-pagination{
  bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 10px !important;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  background-color: transparent;
  opacity: 1;
  position: relative;
}
.swiper-pagination-bullet::before {
  content: "^";
  font-family: var(--fontGaramond);
  font-weight: 600;
  background: var(--white);
  border: 1px solid var(--main-color-light);
  display: block;
  width: 22px;
  height: 25px;
  font-size: 25px;
  position: absolute;
  bottom: -32px;
  left: -4px;
  display: none;
}
.swiper-pagination-bullet-active {
  color: var(--main-color);
}
.swiper-pagination-bullet-active::before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 130px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #b7a9b4;
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #b7a9b4;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
@media screen and (max-width: 991px) {
  .autoplay-progress {
    right: 5px;
    bottom: 110px;
  }
  .roomsSwiper .swiper-pagination {
    bottom: 35px;
  }
}


/**START OF BODY AND HEADINGS
========================================**/
body {
  font-family: var(--fontRoboto);
  color: var(--black);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  background: #e3e3e385;
  text-align: center;
  overflow-x: hidden;
  position: relative;
}

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(--main-color-light);
}

/* HEADINGS
============================*/
h1, h2, .h1, .h2, h3, .h3 {
  font-family: var(--fontRoboto);
  margin-bottom: 20px;
  /*letter-spacing: -1.5px;*/
  line-height: 1;
  color: var(--black);
  font-weight: 300;
  display: block;
  overflow-wrap: break-word;
  text-align: left;
  text-transform: uppercase;
}
h1, .h1 {
  font-size: 58px;
}
h2, .h2 {
  font-size: 54px;
  position: relative;
  padding-bottom: 10px;
}
h3, .h3 {
  font-size: 40px;
}
h2:not(.h3):not(.text-start)::after,
.testimonialsSwiper h2:after{
  content: "";
  display: block;
  background: url("../images/bg-header.svg") no-repeat center center; /*.svg */
  width: 200px;
  height: 18px;
  margin: 20px auto 20px;
  opacity: .6;
  background-size: auto 18px;
}
h2.text-start::after {
   margin: 20px auto 0px 0px; 
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 44px;
  }
  h3, .h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 38px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 30px;
  }
}
.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--main-color);
  margin-bottom: 5px;
  display: block;
}
h1 span,
h2 span {    
    color: var(--main-color);
    display: block;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 26px;
    font-weight: 100;
}
@media screen and (max-width: 991px) {
    h1 span, h2 span { 
        font-size: 22px;
    }
}
@media screen and (max-width: 575px) {
    h1 span, h2 span {  
        font-size: 20px;
    }
}

/** START OF MARGIN  
=================================**/
.marginTop {
  margin-top: 120px;
}
.paddingTop {
  padding-top: 120px;
}
.paddings {
  padding: 120px 0px 120px;
}
@media screen and (max-width: 991px) {
  .marginTop {
    margin-top: 70px;
  }
  .paddingTop {
    padding-top: 70px;
  }
  .paddings {
    padding: 70px 0px 70px;
  }
}
@media screen and (max-width: 767px) {
  .marginTop {
    margin-top: 50px;
  }
  .paddingTop {
    padding-top: 50px;
  }
  .paddings {
    padding: 50px 0px 50px;
  }
}

/* START OF BUTTONS  
======================================*/
.button-1,
.button-2 {
  position: relative;
  font-family: var(--fontRoboto);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--black);
  background-color: var(--white);
  border: 1px solid var(--main-color);
  padding: 12px 30px;
  transition: var(--transition3s);
}
@media screen and (max-width: 992px) {
    .button-1,
    .button-2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .button-1,
    .button-2 {
        padding: 10px 18px;
    }
}
.button-2 {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: var(--white);
}
.button-2:hover {
  background: var(--white);
  color: var(--main-color);
}
.button-1:hover {
  background: var(--main-color);
  color: var(--white);
}
.centeredButton {
  background: url("../images/bg-header-grey.svg") center center repeat-x;
  background-size: auto 10px;
}


/* START OF HEADER AND MENU  
====================================*/
.header {
  padding: 5px 85px 15px;
  transition: var(--transition3s);
}

.noTopMedia .header,
.headerScroll {
  background-color: var(--black);
}
.headerScroll .top-header {
  display: none;
}
.headerScroll .bottom-header .open-menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1399px) {
    .header,
  .headerScroll {
    padding: 5px 30px 15px;
  }
}
@media screen and (max-width: 991px) {
  .header,
  .headerScroll {
    padding: 5px 20px 5px;
  }
}
@media screen and (max-width: 575px) {
  .header,
  .headerScroll {
    padding: 5px 10px 5px;
  }
}

.clockdate-wrapper {
  margin: 0 25px 0 auto;
}
#clock {
  font-size: 15px;
  text-shadow: 0px 0px 1px var(--white);
  color: var(--white);
}
#clock span {
  color: var(--white);
  text-shadow: 0px 0px 1px var(--white);
  font-size: 13px;
  position: relative;
  padding-left:3px;
}

/** START OF WEATHER WIDGET
================================= **/
.booked-wzsp-prime-data {
    width: auto !important;
}
.weather-booked-vertical-one-prime {
    width: 120px !important;
}
.booked-wzsp-prime-in *, 
.booked-wzsp-prime-in .booked-wzsp-day-val .booked-wzsp-day-number,
.booked-wzsp-prime-in .booked-wzsp-prime-data .booked-wzsp-day-dergee-val {
    color: var(--white)!important;
    font-size: 18px!important;
    font-weight: 300!important;
    font-family: var(--fontRoboto)!important;
}
.booked-wzsp-prime-in .booked-wzsp-day-dergee {
        align-items: start!important;
}
.booked-wzsp-prime-in .booked-wzsp-prime-data .booked-wzsp-day-dergee-name {
    font-size: 18px!important;
}
.booked-wzsp-prime-data .booked-wzsp-prime-img {
   /* background-image: url(https://static.bookcdn.com/images/weather/bwc-ico-g48x48.png)!important;*/
    background-image: url('/images/wmedium.webp')!important;
    width: 48px;
    height: 42px;
    padding: 0px!important;
    filter: brightness(0%) invert(100%);
    /*filter: invert(5%) sepia(65%) saturate(4627%) hue-rotate(198deg) brightness(20%) contrast(103%);*/
}
@media (max-width: 575px){
    .booked-wzsp-prime-data {
        display:block!important;
    }
    .booked-wzsp-prime-in .booked-wzsp-prime-img.wt03 {
        margin: auto;
    }
    .booked-wzsp-prime-in *, 
    .booked-wzsp-prime-in .booked-wzsp-day-val .booked-wzsp-day-number,
    .booked-wzsp-prime-in .booked-wzsp-prime-data .booked-wzsp-day-dergee-val,
    .booked-wzsp-prime-data .booked-wzsp-day-dergee-name {
        font-size: 16px!important;
    }
    .booked-wzsp-prime-data .booked-wzsp-prime-img {
        width: 32px;
        height: 28px!important;
        margin:5px auto 0 auto;
        background-size:100%;
    }
}
.booked-wzsp-prime-data .booked-wzsp-day-dergee {
     flex-direction: row!important;
}
/* == END OF WEATHER WIDGET ======================= **/
        
        
.header-contact li:first-child {
  margin-right: 10px;
}
.header-contact li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.header-contact li a img {
  filter: brightness(0) invert(1);
  margin-right: 7px;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 1024px) {
    .header-contact li a {
        font-size: 13px;
    }
    .header-contact li a img {
        margin-right: 5px;
    }
}
@media screen and (max-width: 1199px) {
    .header-contact li.call span {
        display:none;
    }
}
.header-logo {
    padding: 10px 0px 15px 0px;
}
.header-logo img {
    transition: var(--transition3s);
    width:115px;
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 1399px) {
   .header-logo {
        padding: 10px 10px 15px 10px;
    } 
}
@media screen and (max-width: 991px) {
    .header-logo {
        padding: 10px;
    }
    .header-logo img {
      width:80px;
    }
    .headerScroll .header-logo img {
      width: 60px;
    }
}
@media screen and (max-width: 767px) {

    .headerScroll .header-logo {
        padding: 0px;
    }
  /*  .header-logo img {
      width:140px;
    }
    .headerScroll .header-logo img {
      width: 120px;
    }*/
}
.header:not(.headerScroll) .bottom-header {
    margin-top: 1rem !important;
}
.header.headerScroll .bottom-header {
    margin-top: .5rem !important;
}
.headerScroll .bottom-header .open-menu ul {
  width: 72%;
  margin:0 2%;
}


.headerScrollFade {
  display: none;
  transition: var(--transition3s);
}
.headerScrollFade .headerScrollFade-logo img{
    height: 70px;
    /*filter: brightness(0) invert(1);*/
}

.headerScroll .bottom-header .open-menu .headerScrollFade {
  width: 12%;
  display: inline;
}
.headerScroll .bottom-header .open-menu .headerScrollFade .button-1 {
  width: auto;
}
@media screen and (max-width: 1399px) {
  .headerScroll .bottom-header .open-menu .headerScrollFade .button-1 {
    padding: 12px 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .headerScroll .bottom-header .open-menu .headerScrollFade .button-1 {
        padding: 8px 12px;
        font-size: 14px;
        width: auto;
  }
}

.open-menu ul li {
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
}
.headerScroll .open-menu ul li {
    padding-bottom: 0px;
  padding-top: 5px;
}


.open-menu ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  max-width: 0;
  background: var(--white);
  -webkit-transition: var(--transition3s);
  -ms-transition: var(--transition3s);
  transition: var(--transition3s);
}
.open-menu ul li:hover::after,
.open-menu ul li.active::after{
  max-width: 300px;
  transition: var(--transition3s);
}
.open-menu ul li a {
  font-family: var(--fontRoboto);
  line-height: 1.5;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1399px) {
  .open-menu ul li a {
    font-size: 14px;
  }
  .headerScroll .open-menu ul li a {
    font-size: 13px;
  }
}
.headerScroll .open-menu ul li a {
    color: var(--white);
}
.headerScroll .open-menu ul li::after {
    background: var(--main-color-light);
}
.headerScrollFade .button-1 {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--white);
}
.headerScrollFade .button-1:hover {
    background: var(--white);
    color: var(--main-color);
}
/* LANGUAGES  
=================================*/
.languagesDrop  {
    line-height:1.2;
     margin-right: 12px;
}
@media screen and (min-width: 992px) {
    .languagesDrop  {
         margin-right:0px;
        margin-left: 8px;
        border-left: 1px solid #fff;
        padding-left: 8px;
    }
}
.languagesDrop .dropdown-toggle {
  color: var(--white);
  font-weight: 400;
  transition: var(--transition3s);
      font-size: 14px;
    font-weight: 400;
        line-height: 1.6;
}

.languagesDrop .dropdown-menu {
  min-width: 50px;
  border-radius: 0;
  padding: 0px 0px 2px;
  font-size: 14px;
  left: -10px !important;
}


/*MOBILE HEADER && NAV
===============================*/
.mobileRow .button-1 {
  padding: 8px;
  font-size: 14px;
  width: 60px;
}
@media screen and (max-width: 575px) {
    .mobileRow .button-1 {
        font-size: 12px;
        padding: 10px;
    }
}
.mobileRow .languagesDrop .dropdown-toggle {
  font-size: 14px;
}
#menuBtn {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--main-color);
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
.main-menu {
  position: fixed;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  visibility: hidden;
  z-index: 2;
  transform: rotate(-15deg) translate3d(0, 0, 0);
}
.main-menu::before,
.main-menu::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 80%;
  background: var(--main-color-light) url(../images/pattern.svg) no-repeat center center / cover; /*background-big-2-767.png*/
  transform-origin: center center;
  transition: all 500ms ease;
  will-change: transform;
  z-index: -1;
}
.main-menu::before {
  top: 51%;
  transform: translate(100%, -100%) translate3d(0, 0, 0);
}
.main-menu::after {
  top: 49%;
  transform: translate(-150%, 0%) translate3d(0, 0, 0);
  transition-delay: 100ms;
}
.main-menu .nav {
  position: relative;
  display: inline-block;
  padding: 0px;
  list-style: none;
  counter-reset: menu-counter;
  transform: rotate(15deg);
}
.main-menu .nav__item {
  margin: 7px;
  opacity: 0;
  transform: translateX(-15px) translate3d(0, 0, 0);
  transition: all 100ms ease 100ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-menu .nav__item a {
  color: var(--grey);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.main-menu .nav__item a.active{
    opacity:.6;
}
.main-menu.open {
  visibility: visible;
}
.main-menu.open::before {
  -webkit-animation: menu-in-left 500ms ease;
  animation: menu-in-left 500ms ease;
  transform: translate(-50%, -100%) translate3d(0, 0, 0);
  transition-duration: 0ms;
}
.main-menu.open::after {
  -webkit-animation: menu-in-right 500ms ease 100ms;
  animation: menu-in-right 500ms ease 100ms;
  transform: translate(-50%, 0%) translate3d(0, 0, 0);
  transition-duration: 0ms;
}
.main-menu.open .nav__item {
  opacity: 1;
  transform: translateX(0px) translate3d(0, 0, 0);
  transition: all 250ms ease;
}
.main-menu.open .nav__item:nth-child(0n) {
  transition-delay: 250ms;
}
.main-menu.open .nav__item:nth-child(1n) {
  transition-delay: 300ms;
}
.main-menu.open .nav__item:nth-child(2n) {
  transition-delay: 350ms;
}
.main-menu.open .nav__item:nth-child(3n) {
  transition-delay: 400ms;
}
.main-menu.open .nav__item:nth-child(4n) {
  transition-delay: 450ms;
}
.main-menu.open .nav__item:nth-child(5n) {
  transition-delay: 500ms;
}
.main-menu.open .nav__item:nth-child(6n) {
  transition-delay: 550ms;
}
.main-menu.open .nav__item:nth-child(7n) {
  transition-delay: 600ms;
}
.main-menu.open .nav__item:nth-child(8n) {
  transition-delay: 650ms;
}
.main-menu.open .nav__item:nth-child(9n) {
  transition-delay: 700ms;
}
.main-menu.open .nav__item:nth-child(10n) {
  transition-delay: 750ms;
}
.main-menu.open .nav__item:nth-child(11n) {
  transition-delay: 800ms;
}
.main-menu.open .nav__item:nth-child(12n) {
  transition-delay: 850ms;
}
.main-menu.open .nav__item a {
  transition: all 250ms ease;
}

@media screen and (max-height: 700px) {
  .main-menu .nav {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 600px;
  }
  .main-menu .nav__item a {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .main-menu .nav__item a {
    font-size: 20px;
  }
}

@-webkit-keyframes menu-in-left {
  0% {
    transform: translate(-150%, -100%) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-50%, -100%) translate3d(0, 0, 0);
  }
}

@keyframes menu-in-left {
  0% {
    transform: translate(-150%, -100%) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-50%, -100%) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes menu-in-right {
  0% {
    transform: translate(100%, 0%) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-50%, 0%) translate3d(0, 0, 0);
  }
}
@keyframes menu-in-right {
  0% {
    transform: translate(100%, 0%) translate3d(0, 0, 0);
  }
  100% {
    transform: translate(-50%, 0%) translate3d(0, 0, 0);
  }
}


/*SLIDER
=============================== */
.noSlider-holder{
    height: 218px;
}
/*
@media (max-width: 1399px){
    .noSlider-holder{
        height: 178px;
    }
}
@media (max-width: 1199px){
    .noSlider-holder{
        height: 177px;
    }
}*/
@media (max-width: 991px){
    .noSlider-holder{
        height: 118px;
    }
}
/*
@media (max-width: 767px){
    .noSlider-holder{
        height: 76px;
    }
}*/
.BackgroundShadow{
    position: absolute;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08167016806722693) 25%, rgba(0, 0, 0, 0.28895308123249297) 63%, rgba(0, 0, 0, 0.5606617647058824) 100%);
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#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;
}
.carousel-control-next, .carousel-control-prev {
    width:10%;
}
#bigCarousel .carousel-control-next-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-prev-icon {
  background-image: url(../images/arrow-right.svg)!important;

}
#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;
  bottom: 200px;
  left: 0;
  width: 100%;
  padding: 0px 3px;
  margin: auto;
  z-index: 10;
  text-align: center;
}
.contentOverSlider .title {
    font-family: var(--fontRoboto);
    font-size: 52px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--white);
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .contentOverSlider .title {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
    .contentOverSlider {
        bottom: 10%;
    }
    .contentOverSlider .title {
        font-size: 38px;
    }
}
@media screen and (max-width:767px) {
  .contentOverSlider .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contentOverSlider .title {
    font-size: 26px;
  }
}
/* 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;
    }
}
.plyr__video-embed iframe {
	top: -50%!important;
	height: 200%!important;
}
.YTvideo-placement .plyr__volume input[type=range],
.YTvideo-placement .plyr__controls__item.plyr__menu,
.YTvideo-placement .plyr--fullscreen-enabled [data-plyr=fullscreen]{
    display:none!important;
}
.YTvideo-placement .plyr--video .plyr__controls {
    max-width: 740px;
    margin: auto;
    bottom: 140px;
    background:transparent!important;
}
@media (max-width: 1199px){   
  .YTvideo-placement .plyr--video .plyr__controls {
      max-width: 90%;
    bottom: 40px;
  }
}
    
@media (max-width:767px){   
    .YTvideo-placement .plyr--video .plyr__controls {
        bottom: 20px;
    }  
}
    
.YTvideo-placement .plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 1!important; 
    pointer-events: none; 
    transform: none!important;
}

/** BOOKING ROW 
=================================**/
.bookingRow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 60%;
}
.bookingRow input,
.bookingRow select,
.bookingRow select option{
  display: block;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--white);
  padding: 30px 40px 30px 20px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.bookingRow select option {
  color: var(--white);
}
.bookingRow .booking-col {
  border-right: 1px solid var(--white);
}
.bookingRow .col:last-child {
  border-right: none;
}
.submitBtn {
  display: block;
  border: none;
  width: 100%;
  background: var(--main-color);
  color: var(--white);
  font-size: 15px;
  text-decoration: none;
  line-height: 82.5px;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: var(--transition3s);
}
.submitBtn:hover {
  background: var(--black);
}
.bookingRow ::-webkit-input-placeholder {
  color: var(--white);
}
@media screen and (max-width: 1399px) {
  .bookingRow {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .bookingRow {
    display: none !important;
  }
}


/* START OF BREADCRUMB 
=================================*/
.breadcrumb {
    padding: 50px 0px;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--main-color);
}
.breadcrumb ul li {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.breadcrumb ul li a {
  color: var(--black);
}
.breadcrumb ul li:not(:last-child)::after {
    content: "|";
    font-size: 20px;
    color: var(--main-color-light);
    position: absolute;
    margin-left: 8px;
    top: 0;
    line-height: 1;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 30px 0px;
  }
}

/* START OF AWARDS  
===============================*/
/*.awardsSection .border-dark {
    margin-top: 1rem;
}*/
.awardsSection-container {
    align-items: center !important;
    justify-content: center !important;
}

@media screen and (max-width: 991px) {
    .awardsSection .border-dark {
        border: 0 !important;
        margin-bottom: 3rem !important;
    }
    .awards-list {
                justify-content: center!important;
    }
    .award {
        margin: .4rem !important;
    }
    .award img {
      height: 100px!important;
    }
}
    
    


/* START OF FOOTER 
=============================*/
footer h3 {
    font-size:28px;
}
@media screen and (max-width: 767px) {
    footer h3 {
        font-size:22px;
    }
}
footer ul li {
  margin-bottom: 7px;
}
.social {
    padding-top:20px;
}

.social h3 {
    display:none;
}
.social img {
  height: 22px;
  margin-right: 10px;
 filter:brightness(0) invert(1);
}
.sister-hotel img{
    height: 70px;
    filter: brightness(0) invert(1);
    margin: 20px 0 0 0;
}
.copyright {
    padding-left:60px;
    padding-right:60px;
  font-size: 14px;
}
.copyright a,
footer a {
  color: var(--white);
}
.copyright a:hover,
footer a:hover {
  text-decoration: underline;
  color: var(--white);
}
.cookie-icon {
    position:fixed;
    left:5px;
    bottom:5px;
    opacity: 1;
    width:46px;
    height:46px;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    padding:6px;
    font-size:8px;
    z-index: 10;
}
/* SECTIONS
==========================*/
.picture-box {
  position: relative;
  overflow: hidden;
}
.picture-box img {
  transition: var(--transition3s);
}
.picture-box:hover img {
  transform: scale(1.1);
}
.picture-text {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 10;
  color: var(--black);
  background: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-family: var(--fontGaramond);
  width: 90%;
  text-transform: uppercase;
  padding: 15px;
  max-width: 300px;
  border: 1px solid var(--main-color);
}

/* START DINING HOME  
================================*/
.twoBorderColsSectino .leftCol {
  border-bottom: 15px solid var(--main-color-light);
  border-right: 15px solid var(--main-color-light);
}

.twoBorderColsSectino .rightCol {
  border-top: 15px solid var(--main-color-light);
}

/* START OF WHY BOOK SECTION 
============================*/
.why-box {
    position: relative;
    z-index: 1;
    padding:15px;
}
.why-box .number {
    font-size: 54px;
    font-weight: 300;
    margin: 10px;
    line-height: 1;
    backdrop-filter: var(--backdropBlur);
}
@media screen and (min-width: 576px) {
    .whySection-box {
        display: flex;
        flex-wrap: wrap;
    }
    .why-box {
      width:50%;
      text-align:left;
    }
    .why-box:nth-child(odd) {
        text-align:right;   
    }
    .why-box .number {
        font-size: 80px;
    }
}   

/* START OF OFFERS SECTION 
================================*/
.offersListing h2::after{
    display:none;
}
.OfferCol {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.OfferCol::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: var(--backdropBlur);
  background: rgba(0, 0, 0, 0.4);
}
.OfferCol .OfferCol-text h3,
.OfferCol .OfferCol-text .h3{
  text-align: center;
  color: var(--white);
}
.OfferCol .OfferCol-text {
  color: var(--white);
  position: absolute;
  backdrop-filter: var(--backdropBlur);
  z-index: 1;
}

/* START SCROLL UP 
=================================*/
#progress {
  position: fixed;
  bottom: 5px;
  right: 5px;
  height: 50px;
  width: 50px;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#progress-value img {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(68%) sepia(20%) saturate(354%)
    hue-rotate(359deg) brightness(90%) contrast(87%);
}

/* START CONTACT PAGE 
=============================*/
.contact-details img,
.social-details img {
  width: 25px;
  filter: brightness(0);
}
.contact-details li {
  margin-bottom: 20px;
}
.social-details li {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
   .social-details{
    margin-top: 20px;   
   } 
}

/* START OF GALLERY PAGE  
=====================================*/
#galleryBtnContainer .button {
  margin: 10px 15px;
  padding: 12px 25px 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: var(--black);
  border: 1px solid var(--black);
  transition: all 0.3s ease;
}
#galleryBtnContainer .button.active {
  color: var(--white);
  background: var(--grey);
  border: 1px solid var(--grey);
}
@media (max-width: 768px) {
    #galleryBtnContainer .button {
        padding: 7px 15px;
    }
}

@media (max-width: 575px) {
  #galleryBtnContainer .button {
    margin: 5px;
  }
}
.photoColumn {
  display: none;
}
.photoColumn.show {
  display: block;
  animation: animate 0.4s ease;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

/* START OF ROOMS PAGE  
================================*/
.roomFacilities {
  padding:20px;
  text-align:left;
}
.roomFacilities ul{
    padding-left: 0;
    list-style: none;
}    
.roomFacilities li {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
    .roomFacilities {
        padding:50px;
    }
    .roomFacilities ul{
        columns: 2;
        max-width: 600px;
        margin: auto;
    }
    .roomFacilities li {
        margin:0 10px 12px 10px;
    }
}

/*CONTACT FORM
============================*/
.newsletterform .form-control {
  background: transparent;
  border-radius: 0;
  border: 0;
  color: var(--white);
  border-bottom: 1px dashed var(--white);
}
.newsletterform .form-control::placeholder {
  color: var(--white);
}
.contactForm label {
  font-family: var(--fontRoboto);
  font-size: 16px;
  font-weight: 400;
 /* color: var(--main-color-light);*/
}
textarea.form-control {
        height: auto !important;
}
.field-validation-valid {
  display: none;
  color: red; }
.field-validation-error {
  display: block;
  color: red;
  text-align: left; 
  font-size:12px;    
}
.field-validation-error:empty {
	display: none;
}  
.asterisk span {
  display: inline;
  font-size: 14px;
}
.form-agree label {
	display:inline;
}
.form-agree .field-validation-error {
	display: inline-block;
}
.form-agree a {
    text-decoration:underline;
    padding-bottom: 0px;
    border-bottom: 0px solid var(--main-color-light);
}
.form-agree a:hover {
    text-decoration:none;
}
#json-msg {
    padding-top:20px;
}
.status-failure,
.status-busy {
    margin:6px 0 0 0;
}
.status-busy img{
   height: 10px;
}
/*SECTIONS BLOCKLISTS
==========================*/
@media (min-width: 992px) {
    .fullwidth-img img{
        max-height:640px;
    }
}

/** START OF MODAL 
=======================*/
.modal {
  z-index: 20000;
}
  .modal .modal-dialog {
   /* max-width:640px;*/
  }
.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: 20px;
}
#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;
}
.modal-body .text .space{
    margin:30px;
}
@media screen and (max-width: 767px) {
    .modal .modal-dialog {
        max-width:400px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-body .text .space{
        margin:30px 0 0 0;
    }
}

/*Privacy Policy
============================*/

.wordbreak a{
     word-break: break-word;  
}
.privacyList ul{
    margin: 0 0 18px 20px;
}
.privacyList ul ul{
    margin:0 0 18px 40px;
}
.privacyList li{
    list-style: disc;
}
.privacyList ul ul li{
    list-style: circle;
}


/* END OF ROOMS PAGE  */