/** START OF GENERAL SETTINGS **/
/* FONTS  */
@font-face {
  font-family: 'Zeitung Pro Regular';
  src: url("/fonts/Zeitung_Pro_Regular/ZeitungPro-Regular.eot");
  src: url("/fonts/ZeitungPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Zeitung_Pro_Regular/ZeitungPro-Regular.woff2") format("woff2"), url("/fonts/Zeitung_Pro_Regular/ZeitungPro-Regular.woff") format("woff"), url("/fonts/Zeitung_Pro_Regular/ZeitungPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zeitung Pro Bold';
  src: url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.eot");
  src: url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.woff2") format("woff2"), url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.woff") format("woff"), url("/fonts/Zeitung_Pro_Bold/ZeitungPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --fontRegular: "Zeitung Pro Regular";
  --fontBold: "Zeitung Pro Bold";
  --mainColor:#868872;
  --white: #ffffff;
  --black: #2a2a2a;
  --bgCreamDark: #f5f5f5;
  --transition3s: 0.3s linear;
  --backdropBlur: blur(1px);
  --mainColorOpacity:rgba(134, 136,114, .2);
  
}
.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}
.bgMainColorOpacity{
    background: var(--mainColorOpacity);
}
.bgMainColor{
    background: var(--mainColor);
    color: var(--white);
}
.bgMainColor h2{
    color: var(--white);
}

*,
*::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);
}
.mainColor a {
  color: var(--white);
}
a:hover {
  color: var(--mainColor);
}

/**START OF BODY AND HEADINGS **/
body {
  font-family: var(--fontRegular);
  color: var(--black);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  background: var(--bgCreamDark);
  text-align: left;
  overflow-x: hidden;
}
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(--bgCreamDark);
}

body::-webkit-scrollbar {
  width: 5px;
  background-color: var(--bgCreamDark);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--mainColor);
}

h1, .h1, h2, .h2, h3 {
  font-family: var(--fontRegular);
  line-height: 1.1;
  color: var(--black);
  font-weight: 100;
  position: relative;
  display: block;
  overflow-wrap: break-word;
  text-align: left;
  text-transform: capitalize;
  margin: 10px 0 30px 0;
}
h1, .h1 {
  font-size: 50px;
}
h2, .h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}

@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 50px;
    }
    h2, .h2 {
        font-size: 45px;
    }
    h3 {
        font-size: 35px;
    }
}
@media screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 38px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 26px;
        margin:15px 0;
    }
}

/** START OF MARGIN  *
================================*/
.marginTop {
  margin-top: 90px;
}
.paddings {
  padding: 90px 0px 90px;
}
@media screen and (max-width: 767px) {
  .marginTop {
    margin-top: 70px;
  }
  .paddings {
    padding: 70px 0px 70px;
  }
}
/** END OF MARGIN  **/





.text-hover a.active:after,
.text-hover .active a:after,
.text-hover.active a.nav-link:after,
.text-hover a.nav-link:hover:after,
.text-hover li a:hover:after,
.text-hover a:hover:after,
a.text-hover:hover:after,
.text-hover li a:focus:after,
.text-hover a:focus:after,
a.text-hover:focus:after {
  width: 100%;
}

/** 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%;*/
}

/*
object-fit-cover
picture img {*/
.fit-obj {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}


/*SWIPER GEN
=================================*/
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button {
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url(../images/arrow-next.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 90px;
  height: 48px;
  background-size: 70px;
  top: unset;
  opacity: 0.9 !important;
  pointer-events: visible !important;
  transition: 0.3s ease;
  cursor: pointer !important;
}
.swiper-button.swiper-button-next:hover {
  background-position: 70% 50%;
}
.swiper-button.swiper-button-prev:hover {
  background-position: 70% 50%;
}


.imgCol picture {
  min-height: 700px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .imgCol picture {
    min-height: 500px;
  }
/*  a.light {
    color: var(--black) !important;
  }*/
}

@media screen and (max-width: 575px) {
  .imgCol picture {
    min-height: 350px;
  }
}
/** END OF GENERAL SETTINGS **/

.btn.btn-arrow,
button.btn-arrow {
    font-family: var(--fontBold);
    background: var(--black);
    border: 1px solid var(--black);
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 1.5px;
    overflow: hidden;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
    background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
}
.btn-arrow span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
}
.btn-arrow svg {
    position: absolute;
    width: 0.9em;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.btn-arrow svg * {
    stroke-width: 5;
}
/*
.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}
.btn.btn-medium {
  padding: 1.2em 2.7em;
  font-size: 1em;
}
*/
.btn.btn-arrow:hover,
button.btn-arrow:hover {
  color: var(--white);
  background: var(--mainColor);
  border: 1px solid var(--mainColor);
}

.btn-box button.btn-arrow:hover {
  background-color: transparent;
}

.btn-arrow:hover span {
  transform: translate3d(-1rem, 0, 0);
}

.btn-arrow:hover svg {
  opacity: 1;
  right: -2rem;
}
/*HEADER
========================== */

header {
    z-index: 5;
    transition: var(--transition3s);
}
.navbar-brand img {
    height: 90px;
    transition: var(--transition3s);
    filter: brightness(0) invert(1);
}
.headerScroll, .noTopMedia {
  background-color: var(--mainColor);
}
.headerScroll .navbar-brand img {
  height: 60px;
  width: 165px;
}
@media screen and (max-width: 1399px) {
  .navbar-brand img {
    height: 70px;
    width: 200px;
  }
}


.nav-item {
    margin-right: 40px !important;
}
@media screen and (max-width: 1499px) {
    .nav-item {
        margin-right: 1rem !important;
    }
    .navbar-nav {
        margin-left: 0px;
    }
}
@media screen and (max-width: 1199px) {
    .nav-item {
        margin-right: 0px !important;
    }
}
.nav-link {
    font-family: var(--fontRegular);
  font-size: 14px;
  padding: 0 !important;
  color: var(--white);
  background: rgba(0,0,0,0.005);
  position: relative;
}
li a.nav-link:after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-out;
  border-bottom: 1px solid;
}
@media screen and (max-width: 1399px) { 
    .nav-link {
        font-size: 13px;
    }
}

@media screen and (max-width: 1199px) {
    .nav-link {
      color: var(--black) !important;
      font-size: 17px;
      padding: 10px 0px !important;
    }
}

.navbar-toggler {
    border: 1px solid var(--white);
}
.offcanvas {
  width: 90%;
}

header .btn.btn-arrow{
    margin-top:0px!important;
    padding: 14px 20px;
}
@media screen and (max-width: 1600px) {
    header .btn.btn-arrow{
        width:140px;
    }
}

/* LANGUAGES  
=================================*/
.languagesDrop {
    margin-right:15px;
    transition: var(--transition3s);
    font-family: var(--fontBold);
}
.languagesDrop .dropdown-toggle {
  color: var(--white);
  font-weight: 400;
  transition: var(--transition3s);
}
.languagesDrop .dropdown-menu {
    min-width: 40px;
    border-radius: 0;
    padding: 0px 0px 2px;
    font-size: 15px;
    left: 0px !important;
}
.languagesDrop .dropdown-menu .dropdown-item {
    padding:4px 5px;
}
@media screen and (max-width: 1199px) {
    .lang-mobile{
        position:absolute;
        right: 90px;
        top: 38px;
        transition: var(--transition3s);
    }
    .headerScroll .lang-mobile{
        top: 34px;
    }
}

/* TOP MEDIA
================================== */
#bigCarousel .carousel-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
    #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-up-top.svg)!important;
      transform:          rotate(90deg);
  -ms-transform:      rotate(90deg);
  -moz-transform:     rotate(90deg);
  -webkit-transform:  rotate(90deg);
  -o-transform:       rotate(90deg);
filter: brightness(0) invert(1);
}
#bigCarousel .carousel-control-prev-icon {
  background-image: url(/images/arrow-up-top.svg)!important;
      transform:          rotate(-90deg);
  -ms-transform:      rotate(-90deg);
  -moz-transform:     rotate(-90deg);
  -webkit-transform:  rotate(-90deg);
  -o-transform:       rotate(-90deg);
  filter: brightness(0) invert(1);

}
#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: 10%;
    left: 5%;
    z-index: 3;
    width: 65%;
    background: rgba(0, 0, 0, 0.005);
    color: var(--white);
    font-size: 4rem;
    line-height: 1.2;
}
@media screen and (max-width: 1199px) {
    .contentOverSlider {
        font-size: 3rem;
    }
}
@media screen and (max-width: 991px) {
    .contentOverSlider {
        font-size: 2.5rem;
    }
}
@media screen and (max-width:767px) {
    .contentOverSlider {
           width: 80%;
    }
}
@media screen and (max-width: 575px) {
    .contentOverSlider {
        font-size: 1.6rem;
    }
}

/*MAIN SECTIONS
===================================== */

.pattern-overlay.pattern-right img {
  height: 150px;
}
@media screen and (max-width:767px) {
    .pattern-overlay.pattern-right img {
        height: 80px;
    }   
}


.bg-curve-right {
    background: url(../images/curve-right.svg) no-repeat;
    background-size: 25%;
    background-position: left top;
}
.bg-curve-right.right {
    background-position: right top;
}
.bg-r {
    background: url(../images/r.svg) no-repeat;
    background-position: right bottom;
}
@media screen and (max-width:1199px) {
    .bg-r {
        background-size: 25%;
    }
}
@media screen and (max-width:992px) {
    .bg-r {
        background-size: 20%;
    }
}
.bg-curve-left {
    background: url(../images/curve-left.svg) no-repeat;
    background-size: 15%;
    background-position: left top 2%;
}

/* ROOMS  
==========================*/
@media screen and (min-width:768px) {
    .rooms-swiper-container {
        padding-left:100px;
        padding-right:100px;
    }
}
.simpleGallerySwiper .swiper-button-next,
.simpleGallerySwiper .swiper-button-prev{
    background: var(--mainColor) url(../images/arrow-next.svg) no-repeat center;
    width: 80px;
    height: 80px;
    background-size: 55px;
    border-radius: 50%;
    top: calc(50% - 40px); 
    transform: translateY(calc(50% - 40px));
    margin:10px;
}
@media screen and (max-width:767px) {
    .simpleGallerySwiper .swiper-button-next,
    .simpleGallerySwiper .swiper-button-prev{
        width: 60px;
        height: 60px;
        background-size: 35px;
        top: calc(50% - 30px); 
        transform: translateY(calc(50% - 30px));
    }
}
.simpleGallerySwiper .swiper-button-prev {
    transform: rotate(180deg);
    opacity: 1 !important;
    left: 0;
}
@media (min-width:1480px) {
    .rooms ul {
        font-size: 20px;
        line-height: 1.5;
    }
}

/*
.rooms .swiper-button-next,
.rooms .swiper-button-prev{
    background: var(--mainColor) url(../images/arrow-next.svg) no-repeat center;
    width: 80px;
    height: 80px;
    background-size: 55px;
    border-radius: 50%;
    top: 50%;
    margin:10px;
}
@media screen and (max-width: 767px) {
    .rooms-swiper-container {
        padding-left:70px;
        padding-right:70px;
    }
    .rooms .swiper-button-next,
    .rooms .swiper-button-prev{
        width: 70px;
        height: 70px;
        background-size: 50px;
    }
}
@media screen and (max-width: 575px) {
    .rooms-swiper-container {
        padding-left:50px;
        padding-right:50px;
    }
    .rooms .swiper-button-next,
    .rooms .swiper-button-prev{       
        width: 60px;
        height: 60px;
        background-size: 45px;
        top: 20%;
    }
}
.rooms .swiper-button-prev {
    transform: rotate(180deg);
    opacity: 1 !important;
    left: 0;
}
.rooms .swiper-button-next { 
    right: 0;
}

.rooms .swiper-wrapper {
  margin-bottom: 40px;
}
.rooms .swiper-arrow img {
  top: 400px;
  padding: 8px;
  width: 80px;
  height: 80px;
  z-index: 3;
  background-color: var(--mainColor);
  transition: var(--transition3s);
}
.rooms img.icon-arrow-left {
  left: 60px;
  transform: rotate(-180deg);
}
.rooms img.icon-arrow-right {
  right: 60px;
}
.rooms .swiper-arrow img:hover {
  background-color: var(--black);
}
*/
/* ROOMS  */

/*Dining Section
========================== */
.rest-list h3 {
    color:var(--white);
    background:url(/images/dine.svg) no-repeat left top;
    padding-left: 3rem !important;
    font-size: 24px;
    line-height:1.2;
    margin-top:20px;
}
@media screen and (min-width: 575px) {
    .rest-list h3 {
        padding-left: 2.5rem !important;
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1600px){
    .asBg img{
       min-height:710px;  
    }
}
.asBg,
.img-bg  {
    overflow: hidden !important;
}
@media screen and (min-width: 992px) {
    .img-bg  {
        height:640px;
    }
}
.block-sections ul,
.list {
    padding-left: 0;
    list-style: none; 
}
.block-sections ul li,
.list li {
    display: flex;
}
.block-sections ul li:before,
.list li:before{
    content: "~ ";
    padding: 0 10px;
}


/* CONTACT FORM
================================*/
.contactForm .form-control {
  font-family: var(--fontRegular);
  color: var(--white);
  border-radius: 0;
  border: none;
  font-size: 14px;
  background: transparent;
  border-bottom: 1px solid var(--white) !important;
}
.contactForm .form-control::placeholder {
  color: #c3c3c3;
}
.contactForm textarea:focus,
.contactForm input:focus {
  outline: none;
}

.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;
}  
.form-agree label {
	display:inline;
}
.form-agree .field-validation-error {
	display: inline-block;
}
.form-agree a {
    text-decoration:underline;
}
.form-agree a:hover {
    text-decoration:none;
}
.grecaptcha-badge {
	display: none !important;
}

/* FOOTER  
================================*/
footer,
footer h3,
footer a,
.contact-detail,
.contact-detail a,
.contact-detail h3{
  color: var(--white);
}
footer .container .row {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.footer-logo img {
    height: 100px;
    filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .footer-logo img {
      height:auto;
      width:80%;
  }
}
.social-links li {
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 8px;
}
.social-links li img {
  height: 28px;
  filter: brightness(0) invert(1);
}
.menu-list li {
  margin-bottom: 7px;
}
footer .menu-list a:hover {
  color: var(--white);
  text-decoration: underline;
}
.memberOf img {
    width:100px;
}
@media (max-width: 575px) {
    .memberOf img {
        width:80px;
    }   
}
.copyright {
  font-size: 12px;
}

.cookie-icon {
    position:fixed;
    left:20px;
    bottom:20px;
    opacity: 1;
    width:46px;
    height:46px;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    padding:6px;
    font-size:8px;
    z-index: 10;
}
/* START SCROLL UP  
=============================*/
#progress {
  position: fixed;
  bottom: 20px;
  right: 20px;
  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);
}


/* END SCROLL UP  
=================================*/
#popupModal .modal-dialog {
    max-width: 640px;
    width: 90%;
    margin: 20px auto;
}
#popupModal .modal-content {
    border-radius: 0;
    background: #DFDEDF;
}
#popupModal .img {
    margin-bottom: 20px;
}
#popupModal .modal-content.padding{
      padding: 20px;
}
.modal .btn-close {
  position: absolute;
  width: 2em;
  height: 2em;
  right: -16px;
  top: -16px;
  opacity: .8;
  border-radius: 0px;
}

