@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap');





.font-open-sans {
    font-family: "Open Sans", sans-serif !important;
}

.font-pt-serif {
  font-family: "PT Serif", serif !important;
}

body {
  /* margin-left: 50px;
    margin-right: 50px; */
  
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

.font-s14 {
  font-size: 14px !important;
}
.font-s16 {
  font-size: 16px !important;
}

.font-s18 {
  font-size: 18px !important;
}

.font-s24 {
  font-size: 24px !important;
}
.font-s28 {
  font-size: 28px !important;
}
.font-s32 {
  font-size: 32px !important;
}
.font-lh30 {
  line-height: 30px !important;
}
.font-lh34 {
  line-height: 34px !important;
}
.font-ls01 {
  letter-spacing: 0.1em !important;
}

.burger-menu {
  display: inline-block;
  position: absolute;  
  z-index:9999;
  cursor: pointer;
  width: 70px;
  height: 35px;
  padding: 0;
  
}




.burger-menu > .line {
  display: block;
  width: 70px;
  height: 5px;
  border-radius: 10px;
  background: #fff;
  left: 0;
  top:0;  
  position: absolute;
  transition: 0.2s ease;
}
.burger-menu:hover > .line {    
    left:-5px;
    transition: 0.2s ease;
    opacity: 0.7;
}


.burger-menu > .line:first-child {
    position:absolute;
    background: #fff;
    left:0px;
    top:15px;
    
}

.burger-menu:hover > .line:first-child {    
    left:5px;
    
}


.burger-menu > .line:last-child {
    position:absolute;
    background: #fff;
    left:0px;
    top:30px;
    
    
}

.burger-menu:hover > .line:last-child {
    left:-5px;    
}

@media (max-width: 700px) {
  body {
    margin-left: unset !important;
    margin-right: unset !important;
  }

  .main-hotel-det-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
  }

  .main-hotel-det-list > li {
    width: 33.3% !important;
    height: 79px;
    display: block;
    float: left;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
  }

  .main-hotel-det-list > li:last-child {
    width: 100% !important;

    height: unset !important;
    align-items: center;
    display: block !important;
    padding: 20px !important;
    font-size: 18px;
  }

  a.logo {
    width: unset !important;
    top: 0;
    left: 50px !important;
    right: 50px !important;
    z-index: 9999;
  }
  .toplinearea {
    min-height: unset !important;
  }
}

.font-inria-serif {
  font-family: "Inria Serif", serif;
}
.toplinearea {
  min-height: 50px;
}
a.logo {
  padding: 40px 50px 40px 50px;
  width: 200px;
  top: 0;
  left: 50px;
  z-index: 9999;
  display: block;
  position: absolute;
  background: #000;
}

.down-arrow-block {
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px;
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 100%;
}

.top-menu {
  padding: 10px 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  z-index: 9999;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}

.top-menu > li {
  display: inline-block;
  text-align: center;
  border-left: 1px solid #ffffff69;
}

.top-menu > li:first-child {
  display: inline-block;
  text-align: center;
  border-left: 0;
}

.top-menu > li > a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}

.main-hotel-det-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
}

.main-hotel-det-list > li {
  width: 70px;
  height: 79px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

.main-hotel-det-list > li > span {
  display: block;
  padding: 5px;
}

.main-hotel-det-list > li.first-color {
  background: #e3e3e3;
}

.main-hotel-det-list > li.second-color {
  background: #eaeaea;
}

.main-hotel-det-list > li.third-color {
  background: #f4f4f4;
}

.main-hotel-det-list > li:last-child {
  width: calc(100% - 225px);
  height: 75px;
  align-items: center;
  display: flex;
  padding-left: 20px;
  font-size: 18px;
}

.owl-nav > .owl-prev {
  background-color: #efefef !important;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 10px;
}

.owl-nav > .owl-next {
  background-color: #e6e6e6 !important;
  bottom: 0;
  left: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 10px;
}

.btn-close {
  position: Absolute;
  z-index: 99999;
  top: 30px;
  right: 30px;
  display: block;
}

.hotelspecs {
  transition: 0.5s ease;
  background: #fff;
  position: relative;
}

.hotelspecs:hover {
  transition: 0.5s ease;
  background-color: #f3f3f3;
}

.hotelspecs:before {
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  background-color: rgb(216, 216, 216);
  content: "";
  transition: 0.3s ease;
}

.hotelspecs:hover:before {
  width: 100%;
  transition: 0.3s ease;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100vh;
}









.ui-widget-header {
  border: 0 !important;
  background:#fff !important;
  color: #333;
  font-weight: bold;
}



.right-nav{
  list-style: none;  
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: right;

}

.right-nav > li {
  display: inline-block;
  text-align: center;

}


.right-nav > li:last-child {
  font-size:13px;
  letter-spacing: 0.2em;
  font-weight: 900;
}
.right-nav > li > a {
  font-family: "Open Sans", sans-serif !important;  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  
}

.hero-span-one{
  font-family: "Open Sans", sans-serif !important;  
  font-size:14px;
  letter-spacing: 0.5em;
  font-weight: 400;
}

.hero-header-two{
  font-family: "Frank Ruhl Libre", serif;
  font-size:96px;
  font-weight: 300;
  padding: 0 !important;  margin: 0;
}
.hero-header-three{
  position: relative;
  font-family: "Frank Ruhl Libre", serif;
  font-size:96px;
  font-weight: 300;
  padding: 0;  margin: 0;
  top:-20px;
  
}

.hero-span-four{
  position: relative;
  font-family: "Frank Ruhl Libre", serif;
  font-size:36px;
  font-weight: 300;
  padding: 0;  margin: 0;
  top:-30px;
}


.rezforms{
  padding: 10px;
  background: #fff;
  border:1px solid #efefef;  
  width:100%;
}

.rezforms-btn{
  padding: 10px;
  background: #1d1d1d;
  border:0;  
  width:100%;
  color:#fff;
  font-family: "Open Sans", sans-serif !important;
  font-size:14px;
  font-weight:700;
}

.footerlogo{
  filter: brightness(0) saturate(0%);
}


.footer-link{
  text-decoration:none;
  color:#000;
}


.footer-link:hover{
  text-decoration:underline;
  color:#000;
}


.mobilerez{
  position: fixed;
  left:10px;
  bottom:10px;
  z-index:9999;
  display:inline-block;
  background-color: #000;
  color:#fff;
  right:10px;
  text-align:center;
  padding: 10px;
  text-decoration:none;
}

.rezlink{
  font-family: "Open Sans", sans-serif !important;  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-size:13px;
  letter-spacing: 0.2em;
  font-weight: 900;
}