@font-face {
    font-family: myFirstFont1;
    src: url("../fonts/zurchl.woff");
}

@font-face {
    font-family: myFirstFont2;
    src: url("../fonts/ind736i.woff");
}

body {
    font-family: myFirstFont1 !important;
}

.container {
    width: 100%;
}

.slow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*nav*/
.page_loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    right: 0;
    bottom: 0;
    background: #084a78;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_loader img {
    max-width: 333px;
    width: 60%;
}
header {
    background: #2a7bb2;
    width: 100%;
    height: 14vh;
    z-index: 3;
    position: relative;
    
}
.staypage header{
    position: fixed;
    top: 0;
    left: 0;
    transition: .3s;
}
header .logo, 
header .logo img 
 {
    transition: .3s;
}
header .logo1
{
    transition: .3s;
}
.banner {
    width: 100%;
    padding: 0;
    height: 100vh;
}

.logo {
    position: absolute;
    left: 50%;
    top: 0;
    width: 300px;
    text-align: center;
    background: #084a78;
    border-bottom: 4px solid #2a7bb2;
    transform: translate(-50%, 0);
    height: 22vh;
    z-index: 9;
}

.logo h1 {
    margin: 0;
}

.logo img {
    width: 85%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 56%;
}

.logo p {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
    color: #1b96d3;
}

.navi-bar {
    position: absolute;
    right: 3.2%;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
}

.bar1, .bar3, .bar2 {
    width: 34px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    transition: .6s;
}

.navi-bar:hover {
    cursor: pointer;
}

.navi-bar:hover .bar1 {
    transform: translateY(-2px);
}

.navi-bar:hover .bar3 {
    transform: translateY(2px);
}
.change
{
    top: 5%;
}
.change .bar1, .change .bar3, .change .bar2 {
    background-color: #333;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-1px, 1px);
    transform: rotate(-45deg) translate(-1px, 1px);
    transition: .6s;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-2px, -4px);
    transform: rotate(45deg) translate(-2px, -4px);
    transition: .6s;
}

.book-now {
    cursor: pointer;
    position: absolute;
    right: 12%;
    top: 50%;
    text-transform: uppercase;

    transform: translate(0, -50%);
    background: transparent;
    color: white;
    border: 3px solid white;
    padding: 8px 14px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.7);
}
.header-tag-line
{
    position: absolute;left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}
.header-tag-line p
{
    color: white;
    font-size: 50px;
    margin: 0;
}
.header-tag-line p:first-child
{
    line-height: 40px;
}
.header-tag-line p:last-child
{
    font-size:40px;
    margin-left: 100px;
}
nav {
    position: absolute;
    left: 47.5%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
nav ul
{
    margin-bottom: 0;
}
nav ul li {
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    margin-left: 25px;
}

nav ul li a:hover {

    text-decoration: none;
}

.submenu {
    background: rgba(245, 246, 242, 1);
    padding: 1px 0 !important;
    margin-top: 7px !important;
    position: absolute;
    width: 100%;
}

.submenu li {
    margin: 16px 0 !important;
    padding-left: 16px;
}

.nav ul {
    margin: 0;
    padding-left: 0 !Important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav ul li {
    text-decoration: none;
    list-style: none;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}
.nav ul li a
{
        color: inherit;
    text-decoration: none;
}
.nav ul li {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.nav ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #7a7a7a;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav ul li:hover
{
    cursor: pointer;
}
.nav ul li:hover:before, .nav ul li:focus:before, .nav ul li.active:before {
    left: 0;
    right: 0;
}

.nav ul li a .ct {
    font-size: 16px;
}
.slideshow, .teriff-wrap {
    width: 100%;
    height: 86vh;
    position: relative;
}
.staypage .slideshow, .staypage .teriff-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 14vh;
}

.slideshow > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
   height: 100%;
}
.slideshow > div img
{
    object-fit:cover;
}
.slideshowm {
    position: relative;
    width: 100%;
    height: 100vh;
}

.slideshowm > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

:target:before {
    content: "";
    display: block;
    height: 120px; /* fixed header height*/
    margin: -120px 0 0; /* negative fixed header height */
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    :target:before {
        content: "";
        display: block;
        height: 130px; /* fixed header height*/
        margin: -130px 0 0; /* negative fixed header height */
    }
}

/*nav*/
.heading {
    margin-bottom: 30px;
    padding: 0;
    font-family: myFirstFont2;
}

.heading h3 {
    margin: 0;
    font-size: 35px;
    color: #134b71;
    line-height: 32px;
}
.heading h3 span{
    font-size: 24px;
    color: #94958c;
}
.stayblock li
{
    position: relative;
    padding-left: 00px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 96%;
}
.stayblock li:last-child{
    margin-bottom: 0;
}

.stayblock li h5
{
    font-size: 13px;
    margin: 0;
    /* display: flex; */
    align-items: center;
    background: white;
    width: 148px;
    padding: 14px 20px;
    /* border-radius: 85px; */
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-right: 18px;
}
.stayblock li h5 img
{
    width: 90px;
    margin-bottom: 9px;
    /* height: 35px; */
    /* object-fit: contain; */
}
.stayblock li p
{
    color: white;
    margin-top: 8px;
}
.heading p {
    background: #134b71;
    width: 80px;
    content: '';
    height: 2px;
    margin: 10px 0;
}

.heading h5 {
    margin: 0;
    font-size: 20px;
    color: #1b96d3;
}


.reach-us-map-box {
    height: 400px;
}

.reach-us-map-box {
    padding: 0;
}

.reach-us-map-box-left {
    height: 100%;
    background: #b2b2b6;
    padding: 0;
}

.reach-us-map-box-right {
    padding: 0;
}

.sections {
    padding: 0;
    margin-top: 30px;
    width: 100%;
    float: left;
}

.explore-box {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;

    transform-style: preserve-3d;
    overflow: hidden;
}

.explore-con {
    position: relative;
}

.explore-box .explore-con .face {
    position: absolute;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: .7s ease-in-out;
    transform: perspective(500px) rotateY(0deg);
}

.explore-box .explore-con .front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    filter: grayscale(1);
}

.explore-box .explore-con .front {
    position: relative;
    height: 100%;
    z-index: 9;
}

.explore-box .explore-con:hover .front {
    transform: perspective(500px) rotateY(180deg);
    z-index: -1;
}

.explore-box .explore-con:hover .front img {
    filter: inherit;
}

.explore-loca {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 7px black;
}

.explore-box .explore-con .back {
    background: #fff;
    width: 100%;
    height: 100%;
    transform: perspective(500px) rotateY(180deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.explore-box .explore-con:hover .back {
    transform: perspective(500px) rotateY(360deg);
}

.explore-det {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 90%;
    font-size: 15px;
}

.dinning-box {
    padding: 0;
    display: grid;
    grid-template-columns: 62.6% 36.9%;
    grid-column-gap: .5%;
}

.dinning-con {
    padding: 0;
}

.dinning-con .show-imagebox {
    height: 500px;
}

.show-imagebox {
    padding: 0;

}

.show-imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show-imagecontent {
    padding: 20px;
    background: #ececec;
}

.show-imagecontent p {
    margin-bottom: 0;
    overflow: hidden;
    height: 37px;
}

.room-box {
    padding: 0;
    display: grid;
    grid-template-columns: 24.625% 24.625% 24.625% 24.625%;
    grid-column-gap: .5%;
}

.room-con {
    padding: 0;
}

.room-con .show-imagebox {
    height: 365px;
}

.room-con .show-imagecontent p {
    margin-bottom: 0;
    overflow: inherit;
    height: inherit;
    text-align: center;
    font-size: 20px;
}

.reach-box {
    display: flex;
    align-items: center;
}

.reach-icon {
    background: #497291;
    padding: 8px 9px;
    border-radius: 50px;
    margin: 0;
    line-height: 0;
    margin-right: 20px;
    color: white;
    box-shadow: 0px 2px 4px rgba(101, 99, 99, .5);
        width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reach-box-wrap {
    display: grid;
    grid-gap: 10px;
    font-size: 14px;
}
.reach-box-wrap p{
    font-size: 13px;
    text-align: left;
    color: white;
}
.reach-box img {
    width: 110px;
}

.sections-baner {
    position: relative;
    height: 800px;
    float: left;
    width: 100%;
}

.sections-baner-heading {

    position: absolute;
    right: 18.7%;
    top: 6.7%;
    width: 350px;
    text-align: right;
}

.sections-baner-heading img {
    width: 100%;
}

.sections-baner-heading p {
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 24px;
    color: white;
}

.see-all {
    position: absolute;
    right: 0;
    bottom: 10.6%;
    background: rgba(255, 255, 255, .5);
    border: 0;
    padding: 14px 40px;
    font-size: 18px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.div-box
{
    position: absolute;
    z-index: 1;
    top: 6% /*15%*/;
    width: 35%;
    left: 22%;
    text-align: left;
}
.vertical-slider .image_thumble{
    display: block;
    width: 100%;
    height: 170px;
}
.vertical-slider .image_thumble img{
    object-fit: cover;
}

.co-box {
    color: #494848;
    padding: 0;
    font-size: 15px;
}
.co-box p
{
    margin-bottom:17px;
}
 .coming-soon-bk
    {
        
    width: 187px;
    margin-top: 20px;
    }
.coming-soon
{
     position: absolute;
    left: 50%;
    width: 124px;
    top: 93px;
    transform: translate(-50%, 0);
    animation-name: cmngsoon;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes cmngsoon {
  0% {
   
    transform: translate(-50%, 0) scale(1.1);
  }
  50% {
    
    transform: translate(-50%, 0) scale(.9);
  }
  100% {
    
    transform: translate(-50%, 0) scale(1.1);
  }
}
.co-section .heading h3 {
    font-size: 60px;
}

.co-section .heading p {
    height: 0;
}

.co-section .heading h5 {
    font-size: 35px;
}

footer {
    width: 100%;
    float: left;
    background: #b2b2b6;
    padding: 10px 5.8%;
    margin-top: 15px;
}

footer p {
    margin: 0;
    text-align: right;
}

.reach-content {
    margin-bottom: 0;
    color: #040404;
}
.show-imagecontent {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.show-imagecontent:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d8d7d7;
    -webkit-transform: scaleY(.06);
    transform: scaleY(.06);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.dinning-box:hover, .room-con:hover, .hshow-imagecontent:hover, .show-imagecontent:focus, .show-imagecontent:active {
    color: inherit;
    cursor: pointer;
}
.dinning-con:hover .show-imagecontent:before, .room-con:hover .show-imagecontent:before, .show-imagecontent:focus:before, .show-imagecontent:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.room-con:hover
{
    cursor: pointer;
}
.side-nav
{
    position: fixed;
    right: -101%;
    top: 50%;
    transform: translate(0,-50%);
    background: transparent;
    z-index: 1;
    float: left;
    width: 80px;
    height: 75vh;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    
}
.fp-viewing-about .side-nav,
.fp-viewing-rooms .side-nav, 
.fp-viewing-teriff .side-nav, 
.fp-viewing-event .side-nav, 
.fp-viewing-gallery .side-nav,
.fp-viewing-explore .side-nav,
.fp-viewing-reachus .side-nav

{
    right: 30px;
    transition: .3s;
    visibility: visible;
    opacity: 1;
}
.wav
{

    width: 100%;
    height: 100%;
   
}
.wavimg
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.wav1
{
    width: 80%;
    height: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
   
}
.wav1img{
    width: 100%;
    height: 100%;
}
.side-nav-cls
{
    transform: translate(200%,-50%);
    opacity: 0;
    visibility: hidden;
}
.side-nav .navi-bar {
    position: absolute;
    left: 50%;
    top: 4%;
    z-index: 1;
    transform: translate(-50%, 0);
}
.side-nav .bar1,.side-nav .bar3,.side-nav .bar2 {
    width: 100%;
    height: 2px;
    background-color: #7a7a7a;
    margin: 3px 0;
    transition: .6s;
}
.side-nav .book-now
{
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 0;
    top: initial;
    right: initial;
    text-transform: uppercase;
    color: #0076ad;
    font-family: myFirstFont2;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 15px 0;
}
.side-nav .logo {
    position: absolute;
    right: initial;
    top: 50%;
    bottom: initial;
    width: 135px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}
.grid-img
{
    width: 56%;
    height: 100%;
}
.grid-content
{
    width: 44%;
    height: 100%;
    position: relative;
    background: #68a1c8;
    text-align: left;
}

.stay-left, .taste-left
{
    float: left;
}
.taste-right, .stay-right
{
    float: right;
}

.stay-right-back
{
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.more-btn
{
    background: #68a1c8;
    color: white;
    border: 3px solid white;
    padding: 8px 14px;
    box-shadow: 4px 4px 14px rgb(0 0 0 / 29%);
    margin-top: 25px;
    margin-left: 15px;
}
.stay-box
{
    width: 75%;
    position: absolute;
    left: 50%;
    top: 6% /*6%*/;
    transform: translate(-50%, 0);
    z-index: 1;
}
.stay-box .heading h3, .stay-box .heading h3 span
{
    color: white;
}
.stay-box .heading p{
    background: white;
}

.stay-box .co-box
{
    color: white;
    width: 85%;
}
.heading h6 {
    font-size: 15px;
    line-height: 20px;
    font-family: myFirstFont1;
}
.explore .heading
{
    margin-bottom: 0;
    padding: 0;
    height: 25% /*30%*/;
	margin-top:3%;
}
.explore .heading p{
    margin: 10px auto;
    background: #134b71;
}
.explore .explore-box{
    height: 68%;
    grid-template-rows: 50% 50%;
}
.explore .heading h3 {
    color: #134b71;
}
.explore .heading h6
{
    width:100%;
    margin: 15px auto ;
    margin-bottom: 0;
}
.review{
    width: 100%;
    height: 54vh;
    position: relative;
}
.review img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reachus
{
    height:41vh;
    width: 100%;
    background: #3c86b8;
}
.reach-logo
{
    width: 30%;
    height: 100%;
    float: left;
    position: relative;
}
.reach-logo img
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}
.reach-us-map-box
{
    width:70%;
    height: 100%;
    background: #68a1c8;
    float: left;
}
.reach-us-map-box .heading
{
    text-align: left;
    padding:20px 0;
    padding-bottom: 0;
}
.reach-us-map-box .heading h3{
    color: white;
}
.reach-us-map-box .heading p{
    background: white;
}
.foot
{
    height: 5vh;
    position: relative;
    background: #114e8c;
}
.foot p{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 13px;
    color: white;
    margin-bottom: 0;
}
.reach-us-details
{
    height:100%;
}
.review-box
{
    margin-top: 4%;
}

.review-image-box p{
    font-size: 16px;
    text-align: center;
	overflow: hidden;
	height: 47px;
	margin-bottom: 0;
}

.review-box .heading
{

}
.review-box .heading p {
    margin: 10px auto;
}
.slider-vertical .slick-prev:before, .slider-vertical .slick-next:before {
    display: none;
}
.slider-vertical .slick-prev, .slider-vertical .slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}
.slider-vertical .slick-prev {
    border-width: 0 14px 14px 14px;
    border-color: #000000 transparent;
    top: -30px;
}
.slider-vertical .slick-next {
    border-width: 14px 14px 0px 14px;
    border-color: #000000 transparent;
    bottom: -30px;
    top: auto;
}
.slider-vertical .slick-prev.slick-disabled, .slider-vertical .slick-next.slick-disabled {
    opacity: 0.1;
    cursor: default;
}
.slider-vertical div {
    height: 250px;
    background: #333333;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
}
.review-box .carousel-control span{
    color: #8a8a8a;
}
.carousel {
    position: relative;
    padding: 0 0px;
}

.side-nav .navi-bar {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translate(-50%, 0);
    padding: 25px 21px;
}
.side-nav .bar1,.side-nav .bar3,.side-nav .bar2 {
    width: 100%;
    height: 2px;
    background-color: #7a7a7a;
    margin: 3px 0;
    transition: .6s;
}
.side-nav .book-now
{
    border: 0;
    box-shadow: none;
    position: absolute;
    left: 50%;
    bottom: 12%;
    top: initial;
    right: initial;
    text-transform: uppercase;
    color: inherit;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    transform: translate(-50%, 0) scale(1);
    width: 100%;
    padding: 15px 10px;
    background: transparent;
    font-family: inherit;
    width: 84%;
  background: transparent;
  animation-name: color;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  color:#fff;
  font-weight:bold;
}
@keyframes color {
  0% {
   
    transform: translate(-50%, 0) scale(1.1);
  }
  50% {
    
    transform: translate(-50%, 0) scale(.9);
  }
  100% {
    
    transform: translate(-50%, 0) scale(1.1);
  }
}

.side-nav .logo {
    position: absolute;
    right: initial;
    top: 22%;
    bottom: initial;
    width: 170px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background: transparent;
    border-bottom: 0;
height: auto;
box-shadow: none;
}
.cta_btn {
    position: absolute;
    right: initial;
    top: 65%;
    bottom: initial;
    width: 110px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background: transparent;
    border-bottom: 0;
    height: auto;
    box-shadow: none;
    display: flex;
}
.cta_btn .sidebtn {
   font-size: 18px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 2.3;
    border-radius: 50%;
	margin: 0 3px;
}
.cta_btn .sidebtn i.fa,
.cta_btn .sidebtn i.fas{
	transform: rotate(90deg);
}
.cta_btn .sidebtn.cl{
	background: #084a78;
    color: #fff;
}
.cta_btn .sidebtn.ml{
	    background: #da2525;
    color: #fff;
}
.cta_btn .sidebtn.wp{
	background: #129117;
    color: #fff;
}
.play{
position: absolute;
bottom: 0%;
width: 100%;
}
.play button
{
position: absolute;
bottom: 0;
width: 100%;
background: transparent;
padding: 13px;
padding-top: 17px;
border: 0;
    left: 0;
}
.play button i
{
font-size: 11px;
text-align: center;
margin-right: 4px;
}
.nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #dbecf6;
    width: 100%;
    text-align: left !Important;
    z-index: 99;
    height: 100%;
}
.logo1
{
    position: absolute;
    left: 50%;
    top: 0;
    width: 322px;
    transform: translate(-50%, 0);
    height: 26vh;
    z-index: 1;
}
.logo1 img
{
    width: 100%;
    position: absolute;
    left: 0;
    /* transform: translate(-50%, -50%); */
    top: 0;
    height: 100%;

}



/* small height navigation start*/

.smallhit header{background: #2a7bb2; width: 100%; height: 8%; position: absolute; top: 0; left: 0; z-index: 1;}
.smallhit nav{position:absolute; left:47.5%; top:50%; transform:translate(-50%, -50%); width:100%;}
.smallhit nav ul{margin-bottom:0;}
.smallhit nav ul li {text-transform: uppercase; color: #ffffff; display: inline-block; margin-left: 25px;}
.smallhit nav ul li a:hover{text-decoration: none;}
.smallhit .logo{position: absolute; left: 50%; top: 0; width: 260px; text-align: center; background: #084a78; border-bottom: 4px solid #2a7bb2; transform: translate(-50%, 0); height: 155%; z-index: 9;}
.smallhit .logo img{width: 85%; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 51%;}
.smallhit .logo1{position: absolute; left: 50%; top: 0; width: 282px; transform: translate(-50%, 0); height: 179%;}
.smallhit .logo1 img{width: 100%; position: absolute; left: 0; /* transform: translate(-50%, -50%); */ top: 0; height: 105%;}
.smallhit .book-now {
    position: relative;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    transform: translate(0, -50%);
    background: transparent;
    color: white;
    border: 0;
    padding: 11px 17px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.7);
    background: #2a7bb2;
    top: 0;
    left: 0;
    margin-top:30px;
}
.taste-left{background: #68a1c8; float: left; width: 44%; height: 100%; position: relative; text-align: left;}
.taste-box{width: 75%; position: absolute; left: 50%; top: 6% /*6%*/; transform: translate(-50%, 0); z-index: 1;}
.taste-box .heading h3, .taste-box .heading h3 span{color: white;}
.taste-box .heading p{background: white;}
.taste-box .co-box{color: white; width:85%;}

/* small height navigation end*/

.room-right-box
{
    width: 20%;
    height: 100%;
    float: right;
    height: 100%;
    background: #69a0c7;
    display:none;
}
.room-left-box
{
    width: 100%;
 
    height:100%;
}
.room-left-box .heading
{
    width: 100%;
    text-align: left;
}
.slider-box
{
    width: 100%;
    height:80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8vw;
    padding-right: 8vw;
    position: relative;
    padding-top: 14vh;
}
.amenities-box
{
    width: 100%;
    background: #ebebeba8;
    height: 20vh;
    padding: 0px 8vw;
    padding-right: 0;
    display:flex;
    align-items:center;
    
}
.room-image-box
{
    padding-right: 15px;
    height: 285px !important;
    cursor:pointer;
outline:0;
}
.room-image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:.3s;
}
.room-image-box:hover img
{
        box-shadow: 1px 1px 7px;
        transition:.3s;
}
.rooms-slider .slick-next {
    right: -42px;
    transform: rotate(180deg);
}
.rooms-slider .slick-prev {
    left: -42px;
}
.rooms-slider .slick-prev:before
{
    content: '';
    background-image: url(../images/room-left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}
.rooms-slider .slick-next:before
{
    content: '';
    background-image: url(../images/room-left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}
.amenities-items
{
    margin: 0;
    padding-left: 0;
    text-align: left;
}
.amenities-items li
{
    display: inline-block;
    padding-right: 35px;
    margin-right: 35px;
    border-right: 2px solid #86c3e3;
    text-align: center;
}
.amenities-items li:last-child
{
    border: 0;
}
.amenities-items-img
{
    margin-bottom: 10px;
    height: 25px;
}
.amenities-items-img img{
    width:60%;
    height:100%;
    object-fit: contain;
}
.amenities-items-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #1d4966;
}
.amenities-heading
{
    text-align: left;
    /* padding-left: 8vw; */
    color: white;
    font-size: 18px;
    /* padding-top: 8px; */
    margin-bottom: 20px;
}
.see-box
{
  
    z-index: 1;
    width: 70%;
    margin: auto;
    padding: 4% 0;
    height: 100%;
    position: relative;
}
.see-div-box
{
    width: 42%; float: left;
}
.see-div-box .heading h3{
    text-align: left;
}
.see-div-box .co-box
{
    text-align: left;
}
.see-gallery-box
{
    width: 54%;
    float: left;
    margin-left: 4%;
    display: flex;
}
.see-gallery-box .slick-prev {
    left: 50%;
    font-family: FontAwesome;
    top: -30px;
    transform: translate(-50%, 0) rotate(90deg);
}
.see-gallery-box .slick-next {
    left: 50%;
    font-family: FontAwesome;
    bottom: -30px;
    transform: translate(-50%, 0) rotate(-90deg);
    right: initial;
    top: initial;
}
.see-gallery-box .slick-prev:before
{
    content: '';
    background-image: url(../images/review-left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}
.see-gallery-box .slick-next:before
{
    content: '';
    background-image: url(../images/review-left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}
.backimg
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0%;
    bottom: 0;
}

.review-box .slick-prev {
    left: -42px;
}
.review-box .slick-next {
    right: -42px;
    
}
.review-box .slick-prev:before
{
    content: '';
    background-image: url(../images/review-left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}
.review-box .slick-next:before
{
    content: '';
    background-image: url(../images/review-right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}
.footer-img
{
   height:55%;
   width:100%;
   object-fit:cover;
}
.reachus .heading h3
{
    font-size: 28px;
}
#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: 50% !important;
    height: 80% !important;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    box-shadow:nonw !important;
    filter: drop-shadow(0 0 8px rgb(0 0 0 / 60%)) !important;
    object-fit: contain !important;
}
.come-tag, .ex-tag
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.come-tag p
{
    color: white;
    font-size: 85px !important;
    font-style: italic;
    font-family: script;
    line-height: 70px !important;
    margin-bottom:0;
    text-align: left;
    width: 39% !important;
    text-shadow: 2px 2px 15px #000000ad;
}
.ex-tag p
{
    color: white;
    font-size: 62px !important;
    font-style: italic;
    font-family: script;
    line-height: 76px !important;
    margin-bottom:0;
    width: 45% !important;
    text-align: right;
    text-shadow: 2px 2px 15px #000000ad;
}
.see-image
{
 display: grid;
 gap: 5px;
 grid-template-columns: 1fr;
 /* width: 100%; */
}
.reach-logo img
{
    width: 70%;
}
.teriff-box
{
    
    
    height:100%;
       
            
}
.teriff-box .room-left-box
{
    background-image: url("../images/teriff-bk.jpg");
     padding-top: 94px;
     padding-left: 8vw;
         background-repeat: no-repeat;
    background-size: cover;
}
.teriff-room-box
{
        text-align: left;
        height: 100%;
    width: 100%;
    position: relative;
}

.teriff-amount
{
    position: absolute;
    bottom: 0;
    background: #ffffffe8;
    width: 100%;
    padding: 15px;
}
.teriff-amount h4, .teriff2-amount h4
{
    margin-bottom:0;
        margin-top: 0px;
            font-weight: bold;
   
}
.teriff-amount h3, .teriff2-amount h3
{
        margin-top: 11px;
    margin-bottom:0;
        font-weight: bold;
    font-style: italic;
    color: #084a78;
}
.teriff-amount h3 span, .teriff2-amount h3 span
{
        font-size: 18px;
    margin-right: 8px;
}
.extra-box
{
    text-align:left;
}

.extra-box h4 sup
{
        font-size: 9px;
}
.extra-box h4 span
{
    font-size: 14px;
}
.teriff-2-box
{
        top: 226px /*15%*/;
            width: 32%;
}
.teriff2-amount
{
        display: flex;
    align-items: center;
    margin-bottom:25px;
}
.teriff2-amount h4
{
    
    width:50%;
}
.teriff2-amount h3
{
    margin-top:0;
    text-align:right;
    width:50%;
}
.p-modal
{
    background: white !important;
    overflow: auto;
    /* height: 93vh; */
    text-align: left;
}
.fp-viewing-1 .header2, .fp-viewing-2 .header2, .fp-viewing-3 .header2, .fp-viewing-4 .header2, .fp-viewing-5 .header2
{
    height: 10vh;
    transition: .3s;
}

.fp-viewing-1 .header2 .logo, 
.fp-viewing-2 .header2 .logo, .fp-viewing-3 .header2 .logo, .fp-viewing-4 .header2 .logo, .fp-viewing-5 .header2 .logo, .fp-viewing-6 .header2 .logo
{
    left: 3.2%;
    transform: translate(-0%, 0);
    height: 100%;
    border: 0;
    transition: .3s;
}
.fp-viewing-1 .header2 .logo img, 
.fp-viewing-2 .header2 .logo img, .fp-viewing-3 .header2 .logo img, .fp-viewing-4 .header2 .logo img, .fp-viewing-5 .header2 .logo img, .fp-viewing-6 .header2 .logo img
{
    width: 72%;
    top: 50%;
    transition: .3s;
}
.fp-viewing-1 .header2 .logo1, 
.fp-viewing-2 .header2 .logo1, .fp-viewing-3 .header2 .logo1, .fp-viewing-4 .header2 .logo1, .fp-viewing-5 .header2 .logo1, .fp-viewing-6 .header2 .logo1

{
    left: 3.2%;
    transform: translate(-11px, 0);
    height: 12vh;
    transition: .3s;
}
.fp-viewing-6 .header2, 
.fp-viewing-1 .header2 .book-now, .fp-viewing-2 .header2 .book-now, .fp-viewing-3 .header2 .book-now, .fp-viewing-4 .header2 .book-now, .fp-viewing-5 .header2 .book-now
{
    /* display: none; */
}

.bs-slider{
    overflow: hidden;
    height: 86vh;
    position: relative;
    background: #00000000;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 23%);
}
.bs-slider > .carousel-inner > .item, .bs-slider > .carousel-inner
{
    height:100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    object-fit: cover;
    height: 100%;

}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    width: 75%;
    text-align: center;
    transform: translate(0, -66%);
}

.slide-text h1 {
      padding: 0;
      color: #ffffff;
      font-size: 55px;
      font-style: normal;
      line-height: 70px;
      margin-bottom: 0;
      letter-spacing: 1px;
      /* display: inline-block; */
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s;
      margin-top: 0 !important;
      font-family: myFirstFont2;
      text-align: center;
      text-shadow: 0 0 15px #0000007a;
      text-align: center;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
.room-banner
{
    position: absolute;
    left: 77px;
    bottom: 77px;
    z-index: 1;
    background: #0700009e;
    width: 43%;
    padding: 37px;
    color:white;
}
.room-banner h2{
   font-size: 13px;
   margin: 0;
   /* display: flex; */
   align-items: center;
   background: white;
   width: 170px;
   padding: 14px 20px;
   /* border-radius: 85px; */
   justify-content: center;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 18px;
   color: black;
}
.room-banner h2  img
{
        width: 125px;
        margin-bottom: 0;
        /* height: 38px; */
        /* object-fit: contain; */
}
.room-banner p{
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    margin:0;
}
.event-overlay
{
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 1;
    background: #0700009e;
    width: 40%;
    padding: 25px;
    color:white;
}
.event-overlay h2
{
    margin-top: 0;
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    
    font-family: myFirstFont2;
}
.event-overlay p
{
        text-align: left;
        font-size: 16px;
        line-height: 25px;
        margin:0;
}
.room-banner a{position: relative;display: inline-block;text-align: right;float: right;margin-top: 16px;font-size: 18px;color: #ab2b27; display:none;}
.room-banner a::before{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: #ab2b27;
    left: -109%;
    top: 50%;
    transform: translate(0, -50%);
}
.tagline
{
    font-size: 20px;
    color: #94958c;
    margin-bottom: 17px;
    font-weight: bold;
}
.rooms-det
{
        width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rooms-det p
{
        width: 65%;
        border-right: 2px solid white;
        padding-right: 15px;
}
.eventblock p
{
    font-size: 17px;
    color: white;
    font-family: myFirstFont2;
}
.eventblock h5, .eventblock p span
{
    color: white;
    font-size: 15px;
}
.eventblock img
{
    width: 14px;
    margin-right: 6px;
    filter: brightness(6);
}
.event-left
{
        display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50% 50%;
}
.rechbox
{
        position: fixed;
    left: 0;
    top: 0;
    background: #dbecf6;
    width: 100%;
    text-align: left !Important;
    z-index: 99;
    height: 100%;
    display:none;
}
.rechwrap
{
    width: 100%;
    height: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.rechwrap form
{
    width:50%;
}
.rechwrap form label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: black;
    font-size: 16px;
}
.rechwrap form .form-group {
    margin-bottom: 24px;
    position: relative;
}
.rechwrap form input, .rechwrap form select{
    
    background-color: #ffffff;
        height: 54px;
    border: none;
    background-image: none !important;
    appearance: none !important;
    -webkit-appearance: none;
}


.rechwrap form textarea {
    min-height: 130px;
}
.rechwrap form .form-group>i {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 19px;
    font-size: 16px;
    color: #93a5be;
}
.form-title
{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}
.eventblock
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 30px;
    /* background: #ff830063; */
    /* padding: 22px; */
}
.eventblock ul
{width: auto;border-right: 2px solid white;padding-right: 15px;margin-right: 15px; margin-bottom:0;}
.eventblock
{
}
.teriff-sec
{
        position: relative;
    height: 100%;
}
.teriff-sec img
{
    
}
.teriff-sec div
{
     position: absolute;
     bottom: 0;
     left: 0;
     /* width: 100%; */
     /* height: 100%; */
     /* color: white; */
     background-image: linear-gradient(64deg, #000000, transparent);
     padding: 25px;
     /* padding-top: 68px; */
     padding-right: 68px;
     background: #ffffffe8;
     width: 100%;
     padding: 15px;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
.teriff-sec div h3
{
        margin: 0;
        font-family: myFirstFont2;
        font-size: 18px;
        margin-bottom: 0;
}
.teriff-sec div h4
{
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}
.teriff-sec div h4 span
{
        font-size: 16px;
    margin-right: 7px;
}
.tariff-wrap-box
{
    height:100vh;
}
.tariff-wrap-box .tz-gallery
{
       margin-bottom: 30px; 
}
.teriff-logo
{
        /* text-align: center; */
        margin-top: 0;
        margin-bottom: 38px;
        display: flex;
        align-items: baseline;
        /* background: rebeccapurple; */
}
.teriff-logo img {
    width: 185px;
    /* height: 134px; */
    object-fit: contain;
    margin-right: 18px;
}
.tariff-wrap-box .room-image-box {height: 340px !important;}
.conifer img
{
    
}
.foresta img
{
    
}
.teriff-logo span
{
    font-size: 24px;
    font-weight: bold;
    display: none;
}
.gallery-box
{
    width: 50%;
    border-right: 2px solid #94958c;
    padding: 0 25px;
}
.gallery-box p
{
    margin-bottom: 42px;
    font-size: 17px;
    font-weight: bold;
}
.gallery-box p img
{
        width: 130px;
    margin-bottom: 5px;
}
.stay-content a
{
    display:none;
}
.gallery-box.rt
{
    border:none;    margin-top: -45px;
}
.ft-img
{
    width:75%;
    
}
.reach-us-details iframe
{
    width:100%;
    height:150px;
}
.abt-bk-m
    {
        display:none;
    }
    .banner-vdo
    {
        width: 100%;height: 86vh;     object-fit: cover;
    }
    #baguetteBox-overlay .full-image img {
    -moz-box-shadow: none;
    box-shadow: none !important;
}
.banner-name-plate
{
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    z-index: 9;
    text-transform: uppercase;
    background: #00000078;
    padding: 8px 11px;
    font-size: 10px;
    margin-bottom:0;
}