/*
Theme Name: Home Maker
Author: DEM Webs India
version: 2.0.1
*/

@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*/
header {
    background: #328D98;
    width: 100%;
    height: 14vh;
    z-index: 1;
    position: relative;
}

.banner {
    width: 100%;
    padding: 0;
    height: 100vh;
}

.logo {
    position: absolute;
    left: 40%;
    top: 10%;
    width: 270px;
    text-align: center;
    background: #ccf2f6;
    border-bottom: 4px solid #328D98;
    transform: translate(-50%, 0);
    height: 17vh;
    z-index: 9;
    box-shadow: 3px 4px 10px #000;

}

.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 #menu {
    margin: 0;
    padding-left: 0 !Important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.dropdown-men{ position: absolute; top: 100px; left: 100px; transform: translate(-60%,-60%); background-color:blue ; z-index: 99; }*/

.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;
}

.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: 48px;
    color: #328d98;
    line-height: 30px;
}
.heading h3 span{
    font-size:30px;
    color: #94958c;

}
.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: 0px;
    display: grid;
    /*grid-template-columns: 33% 33% 33%;*/
   /* grid-column-gap: .5%;
    grid-row-gap: 8px;*/
    /*transform-style: preserve-3d;*/
    overflow: hidden;
}

.explore-con {
    position: relative;
}
.explore-con h4{font-size: 16px;font-weight: 800;margin-top: 30px;margin-bottom: 23px;color: #328d98;}
.explore-con ul li{font-size: 13px;}

.explore-box .explore-con .face {
    /*position: absolute;*/
    top: 10px;
    /*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: 85%;
    height: 85%;
    object-fit: cover;
    position: relative;
    
}

.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: grayscale(1);
}*/



.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;
    font-weight: 700;
}

.explore-box .explore-con .back {
    background: url(../upload/v4.jpg);
    background-size: cover;
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    transform: perspective(500px) rotateY(180deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 20px!important;
}

.explore-box .explore-con .back ul{
    color: #fff!important;
    font-size: 16px;
    text-shadow: 1px 2px 3px #fff;
}

/*.explore-box .explore-con .face{ position: relative; }*/

.explore-box .explore-con .back .back-image-layer{ position: absolute; height: inherit; width: inherit; top: 0;left: 0; color: rgba(0, 0, 0, 0.5); }
.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;
    margin-top: -3px;
}

.reach-icon {
    background: #176e79;
    /*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);
}

.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: 130px;
}
.vertical-slider .image_thumble img{
    object-fit: cover;
}

.co-box {
    color: #494848;
    padding: 0;
    font-size: 15px;
}
 .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: 2%;
    top: 50%;
    transform: translate(0,-50%);
    background: transparent;
    z-index: 1;
    float: left;
    width: 80px;
    height: 75%;
    opacity: 1;
    visibility: visible;
    transition: .3s;
    
}
.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);
}
.stay-left, .taste-right
{
    float: left;width: 56%;height: 100%;
}
.taste-right
{
    float:right;
}
.stay-right
{
    background: #328D98;
    float: right;
    width: 44%;
    height: 100%;
    position: relative;
    text-align: left;
}
.stay-right-back
{
    position: absolute;
    bottom: 0;
    height: 44%;
    width: 100%;
    object-fit: cover;
}
.more-btn
{
    background: transparent;
    color: white;
    border: 3px solid white;
    padding: 8px 14px;
    box-shadow: 4px 4px 14px rgb(0 0 0 / 29%); margin-top: 25px;
}
.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: -67px;*/
    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: #328d98;
}
.explore .heading h6
{
    width:100%;
    margin: 15px auto ;
    margin-bottom: 0;
}
.review{
    width: 100%;
    height: 55%;
    position: relative;
}
.review img{
   /* width: 100%;*/
    height: 100%;
    /*object-fit: cover;*/
}
.reachus
{
    height:38%;
    width: 100%;
    background: #3c86b8;
}
.reach-logo
{
    width: 30%;
    height: 100%;
    float: left;
    position: relative;
    background: #328d98;
}
.reach-logo img
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}
.reach-us-map-box
{
    width:70%;
    height: 100%;
    background: #328d98;
    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: 7%;
    position: relative;
    background: #176e79;

}
.foot p{
position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 14px;
    color: white;
}
.review-box
{
    margin-top: 4%;
}

.review-image-box p{
    font-size: 16px;
    text-align: center;
	overflow: hidden;
	height: 47px;
	margin-bottom: 0;
    font-weight: 700;
}

.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 85px;
}

.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: 40%;
    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;
}
.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 span
{
font-size: 11px;
text-align: center;
margin-right: 4px;
}
.nav {
    position: absolute;
    left: 0;
    top: 0;
    background: #dbecf6;
    width: 100%;
    text-align: left !Important;
    z-index: 99;
    height: 100%;
}
.logo1
{
    display: none;
    position: absolute;
    left: 38%;
    top: 0;
    width: 322px;
    transform: translate(-50%, 0);
    height: 26vh;
    z-index: 1;
    box-shadow: 3px 4px 10px #000;
}
.logo1 img
{
    width: 98%;
    position: absolute;
    left: 2px;
     /*transform: translate(-50%, -50%); */
    top: 5%;
    height: 77%;

}



/* small height navigation start*/

.smallhit header{background: #328D98; 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 #328D98; 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: absolute; right: 6%; 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);}
.taste-left{background: #328D98; 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%;}

/*.get_quote{ margin-top: 100px!important; }*/

/* small height navigation end*/

.room-right-box
{
    width: 20%;
    height: 100%;
    float: right;
    height: 100%;
    background: #69a0c7;
}
.room-left-box
{
    width: 80%;
    float: left;
    height:100%;
}
.room-left-box .heading
{
    width: 70%;
    text-align: left;
}
.slider-box
{
    width: 100%;
    height:80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8vw;
    padding-right: 10px;
}
.amenities-box
{
    width: 100%;
    background: #467498;
    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;
}
.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-right-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: 15px;
    margin-right: 15px;
    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: #86c3e3;
}
.amenities-heading
{
    text-align: left;
    /* padding-left: 8vw; */
    color: white;
    font-size: 18px;
    /* padding-top: 8px; */
    margin-bottom: 20px;
}
.see-box
{
    float: left;
    margin-top: 4%;
    z-index: 1;
}
.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: 43%; float: left;margin-left: 11%;margin-top: 48px;
}
.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(upload/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(upload/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('upload/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(upload/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;grid-column-gap: 5px;grid-row-gap: 5px;grid-template-columns: auto auto;    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%;
}

/*ct*/
.logo img{ width: 200px!important; }
/*#menu{background-color: red; position: relative;}*/
/*.dropdown-men{ position: absolute; top: 0;left: 200px; z-index: 99; background-color: red; color: #fff;}*/

/*#hasChildren{ position: relative; }*/
.why_us_r{ margin-top: 20px; color: #fff;}
.why_us_ul{ list-style-type: circle; }
.why_us_ul li{ font-size: 13px;font-weight: 600; margin: 10px 0;  color: #fff!important;}
.about_para{ text-shadow: 1px 2px 3px #fff; font-weight: 600;font-size: 16px; }
.form_row{ margin: 19px 0; }
.form_row input{ padding: 26px 25px!important; background-color:; border: 1px solid #328d98; }
/*.form_row input:focus{ outline:none!important; border: red!important; }*/
.form_row textarea{  padding: 15px!important; border: 1px solid #328d98;}
.room-left-box2{ padding: 30px!important; }
.m-63{ margin: 63px!important; }

.ltn__contact-address-item {
  padding: 40px 30px 10px;
  text-align: center;
  -webkit-box-shadow: #000;
  box-shadow: #000;
  margin-bottom: 30px; }
  .ltn__contact-address-item i {
    background-color: transparent;
    color: var(--ltn__heading-color);
    height: 60px;
    width: 60px;
    line-height: 60px;
    -webkit-box-shadow: #000;
    box-shadow: #000;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .ltn__contact-address-item:hover i {
    background-color: #000;
    color: #fff; }

.ltn__contact-address-item-2 {
  padding: 30px 0 10px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .ltn__contact-address-item-2 + .ltn__contact-address-item-2 {
    border-top: 1px solid; }

.contact-form-box {
  padding: 40px 50px 50px;
  position: relative;
  z-index: 1; }
  .contact-form-box input::-webkit-input-placeholder {
    color: #000; }
  .contact-form-box input::-moz-placeholder {
    color: #000; }
  .contact-form-box input:-ms-input-placeholder {
    color: #000; }
  .contact-form-box input:-moz-placeholder {
    color: #000; }

.contact-form-box-2 input,
.contact-form-box-2 textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0; }

.google-map {
  height: 400px; }

.ltn__contact-address-item-3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #000;
  padding: 50px 30px 25px; }
  .ltn__contact-address-item-3 i {
    font-size: 50px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .ltn__contact-address-item-3 .ltn__contact-address-icon {
    margin-bottom: 35px; }
    .ltn__contact-address-item-3 .ltn__contact-address-icon img {
      max-width: 80px; }
  .ltn__contact-address-item-3:hover i {
    background-color: transparent;
    color: #000; }

.address{ padding: 8px 10px!important; }
.mobile{ padding: 8px 12px!important; }
.email{ padding: 8px 9px!important; }
.globe{ padding: 10px!important; }
.facebook{ padding: 8px 10px!important; }
.twitter{ padding: 8px 10px!important; }
.instagram{ padding: 8px 10px!important; }
.review-image-box h3{font-size: 22px;font-weight: 700;margin: -29px;}
.review-image-box{ display: flex!important; flex-direction: column;!important;align-items: center; justify-content: center;}
.review-image-box img{ height: 70px; width: 70px; border-radius: 50%; }
.testi-content p{font-weight: 600;}
.explore .fp-tableCell{ height: 111%!important }
/*.explore .heading{ margin-bottom: 0px!important }*/
.explore-con .carosel_content button{background-color: #328D98;border:none!important;color: #fff;padding: 4px 14px}
body{user-select:none;}
.btn-success{ background-color: #328d98!important; padding: 10px 30px!important; font-weight: 600!important; letter-spacing: 1px!important; text-transform: uppercase!important; }
.btn-success:hover{background-color: #176e79!important;}
.about_more{ display: none; }
.btn-more-less{ background-color: #328d98; color: #fff; padding: 10px 13px!important; border-radius: 5px; font-size: 14px; margin: 20px auto;}
#section5 ul li{ font-size: 15px!important; font-weight: 600; }
.face h3{ font-family: myFirstFont2!important; }
#about_more_btn{ margin-top: 22px!important;  font-size: 12px!important;}
#about_more_btn:focus{ border: none!important; outline: none!important; }
.forminator-button-submit{  background-color: #328d98!important; padding: 10px 12px!important; border: none!important; color: #fff!important; font-weight: 600!important; }
.forminator-row input{ width: 100%; margin: 14px; padding: 9px; border: 1px solid #328d98!important; background-color: #fcfcfc!important;}
.forminator-row textarea{ width: 100%; margin: 14px; padding: 9px; border: 1px solid #328d98!important; background-color: #fcfcfc!important;}

/*.team img{width: 100%!important; height: auto!important;    padding-bottom: 10px;}
.team h3{color: #328d98; font-weight: 600;}
.team .single-team{position: absolute;top: 20%;
    left: 25%;
    color: #fff; display: none;}
.team img:hover .single-team{display: block!important;}*/

.reach_us_heading{margin-bottom: 15px!important;}
.reach-box-wrap{ margin-top: 43px; }
.preloader{
    height: 100vh;
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 99!important;
}
.loader {
  animation:spin 1s infinite linear;
  border:solid 2vmin transparent;
  border-radius:50%;
  border-right-color:#328d98;
  border-top-color:#328d98;
  box-sizing:border-box;
  height:20vmin;
  left:calc(50% - 10vmin);
  position:fixed;
  top:calc(50% - 10vmin);
  width:20vmin;
  z-index:1;
}
  .loader:before {
    animation:spin 2s infinite linear;
    border:solid 2vmin transparent;
    border-radius:50%;
    border-right-color:#39a1ac;
    border-top-color:#39a1ac;
    box-sizing:border-box;
    content:"";
    height:16vmin;
    left:0;
    position:absolute;
    top:0;
    width:16vmin;
  }
  .loader:after {
    animation:spin 3s infinite linear;
    border:solid 2vmin transparent;
    border-radius:50%;
    border-right-color:#66c2cc;
    border-top-color:#66c2cc;
    box-sizing:border-box;
    content:"";
    height:12vmin;
    left:2vmin;
    position:absolute;
    top:2vmin;
    width:12vmin;
  }

@keyframes spin {
  100% {
    transform:rotate(360deg);
  }
}

