/*-------font import-------*/
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
body {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing: grayscale;
}

html, body {
	font-family: 'Rubik';
}

/*shadow on logo*/
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
    max-height: 150px;
    max-width: 150px;
    background-color: #fff;
    border-radius: 50%;
    transition: 3s;
    position: fixed;
    top: 6px;
}

/* Amenities */
.amen-title{
    visibility:hidden;
    transition: all 1ms linear 1ms;
}
.amen-ico:hover ~ .amen-title{
    visibility:visible;
}

.theme-navigation-and-icons .theme-menu-area .theme-menu ul{
    justify-content: center;
}
@media (min-width: 992px).theme-navigation-and-icons .theme-menu-area .theme-menu ul{
    justify-content: center;
}

    .font-24{
        font-size: 24px;
}

/*fixed header height adjustment and header top border*/
.theme-header {
    background:#fffcfc;
    display: flex;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    max-height: 5rem;
    border-top: 6px solid #ac9056;
}
.theme-menu-name{
    font-size: 20px;
     font-weight: bold;
}
..theme-navigation-and-icons .theme-menu-area .theme-menu ul{
    justify-content: center;
}

/*------------Hero Slider------------*/
.hero{
    height:100vh;
}
/*------------book now button in header-----------------------*/
.theme-menu ul li a{
	text-decoration: none;
}
.theme-menu ul li a:hover{
	text-decoration: none;
}
/*.theme-menu ul li:nth-child(8) a span .theme-menu-name {
    color: #ffffff;
    background: #ac9056 ;
    padding: 6px 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    transition: .3s background ease;
    border: 1px solid #ac9056;
    border-radius: 3px;
    text-decoration: none;
}
.theme-menu ul li:nth-child(8) a span .theme-menu-name:hover {
    color: #ac9056;
    background: white ;
    border: 1px solid #ac9056;
    transition: .3s background ease;
    text-decoration: none;
}
.theme-sub-menu li:nth-child(8) a span .theme-menu-name{
    color: #34495e !important;
    padding: 0px !important;
    background: none !important;
    box-shadow: none!important;
    border: none!important;
    text-decoration: none;
}
.theme-sub-menu li:nth-child(8) a span .theme-menu-name:hover,
.theme-sub-menu li:nth-child(8) a span .theme-menu-name:active{
    color: #ac9056 !important;
    padding: 0px !important;
    background: none !important;
    box-shadow: none!important;
    border: none!important;
    text-decoration: none;
}*/

/*-------carousel animation timing changed------*/
.zpcarousel-container .zpcarousel-content-container .zpcarousel-content {
    flex: 1 0 100%;
    margin-block-end: 15px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    perspective: 800;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 199;
}

/*----hide carousel controller----*/
.zpimage-carousel-slide.zpcarousel-controller-overlap .zpcarousel-controller-container {
    margin-block-start: 0!important;
    position: absolute;
    display: none;
    bottom: 18px;
}

.zpcarousel-container.zpcarousel-style-04 .zpcarousel-controller-container, .zpcarousel-container.zpcarousel-style-03 .zpcarousel-controller-container, .zpcarousel-container.zpcarousel-style-02 .zpcarousel-controller-container, .zpcarousel-container.zpcarousel-style-01 .zpcarousel-controller-container {
    margin-block-start: 22px;
    display: none;
}

/*------end carousel controller----*/
/*.zpdark-section a {
    color: white !important;
}*/

.banner-slider .zpheading:after {
 background:#ffffff;
}

.banner-slider .button-space {
 margin-top:30px;   
}
.zpheading {
 line-height:normal;   
}
.column-spacing {
 padding:15px 30px !important;
}
.box-container {
 padding:30px;   
}
.padding-left-medium {
 padding-left:30px;
}
.box-spacing {
 padding:35px;   
}
.margin-top-none {
 margin-top:0px;   
}
.column-box {
 padding:35px !important;   
}
.custom-box {
 padding:35px;   
}
.custom-box .zpheading, .custom-box .zptext {
 color:#3C4576;
}
.custom-box .zpbutton-container .zpbutton-type-primary {
 background:#5B62FE;
 color:#ffffff;
}
.sub-heading h3, .sub-heading h4, .sub-heading h5, .sub-heading h6 {
 color:#5B62FE;
}
  .image
    {
        width:100%
    }
/* accordion for FAQ */
.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
    font-weight: bold;
    color: #091D35;
    
}
/*----header padding change-----*/
.zpheader-style-01 .theme-header .zpcontainer {
    transition: 0.3s linear;  
    padding: 6px;
 
}
/*-------home page image zooming effect-------------------*/
.land-img {
	height:90vh;
   background-size: 110% 110%;
  background-position: center center;
  animation: shrink 13s infinite alternate;
}

@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/* image hover effect */
/*.image-hover {
	transition: .3s ease;
}
.image-hover:hover {
	transform: scale(1.1);
}*/

/*------media query for desktop devices------*/
@media only screen and (min-width: 992px) {
	.theme-navigation-and-icons .theme-menu-area .theme-menu {
        position: static;
        background: none;
        width: auto;
        max-inline-size: 100%;
        flex: 1 0 0px;
        padding-block-start: 0px;
        visibility: visible;
        height: 100%;
        overflow: visible;
        border-block-start: none;
        box-shadow: 0 0 0 transparent;
        max-block-size: none;
        margin-top: 0px;
    }
    .theme-header-animate {
        max-height: 5rem;
        right: 0;
        width: 100%;
        top: 0;
        z-index: 250;
        position: fixed;
        visibility: visible;
        animation: headerStart 0.8s linear 1 alternate;
        box-shadow: 0 3px 5px RGBA(0, 0, 0, 0.05);
    }
   /*.margin-left-footer {
    	margin-left: 5rem;
    }*/
}
@media only screen and (max-width: 1400px) {
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
        height: 100px !important;
        width: 100px !important;
        margin: 0px;
        left: 0;
	}
}
@media only screen and (max-width: 992px) {
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
        height: 90px !important;
        width: 90px !important;
        margin: 0px;
        z-index: 1;
	}
}
/*-------meadia query for mobile and tablet devices------*/
@media only screen and (max-width: 768px) {
    .amen-title{
        visibility: visible;
    }
    .order-change {
     	order:-1;   
    }
    .theme-header {
        flex: 1 0 0;
        max-height: 5rem !important;
    }
    /*.hide-bg-contact {
    	background: none !important;
    }*/
   .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
        height: 60px !important;
        width: 60px !important;
        margin: -16px -4px;
	}
    
    [data-element-id="elm_P0-IhKuWaHXMA3WHd-QlQQ"] .zpimage-container figure img {
        /*width: 401px !important;
        height: 472.48px !important;*/
        padding: 3rem 3rem;
        margin: -3rem 23px;
    }
    /*top heading*/
    [data-element-id="elm_bJQIaGN0RFKasCX4oaReNQ"] h2.zpheading {
        margin-top: -4rem;
        font-size: 2.2rem;
    }
    /* icon features */
    .icon-feature img {
        max-width: 200px;
    }
    /* icon features end */
    /* Amenities */
    .amenities-sec {
        padding: 0px;
        margin: 0px;
    }
    /* Amenities end */
    /* hide heroslide */
    .zphero {
        display: none;
        width: 100%;
        position: relative;
        overflow: hidden;
        background-color: #333;
    }
   theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
        height: 75px !important;
        width: 75px !important;
        margin: 0px;
        z-index: 1;
	}
    .font-24 span{
        font-size: 14px !important;
    }
   h4 {
       font-size: 18px !important;
    }

    /*.amenities-row {
    	display: grid;
        grid: 33px / auto auto auto;
        grid-gap: 5px;
        font-size: 10px;
    }
     .amenities-row img {
         max-width: 10px;
    }*/
}
@media only screen and (max-width: 576px){
    .font24 span{
        font-size: 14px !important;
    }
}


/* Pop-up */

/* The Modal (background) */ 
.modal { 
 justify-content:center; 
 display: none; /* Hidden by default */ 
 position: fixed; /* Stay in place */ 
 z-index: 300; /* Sit on top */ 
 padding-top: 100px; /* Location of the box */ 
 left: 0; 
 top: 0; 
 width: 100%; /* Full width */ 
 height: 100%; /* Full height */ 
 overflow: auto; /* Enable scroll if needed */ 
 background-color: rgb(0,0,0); /* Fallback color */ 
 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ 
} 
 
/* Modal Content */ 
.modal-content { 
 display:inline-flex; 
 position: relative; 
 background-color: #fefefe; 
 margin: auto; 
 padding: 0; 
 border: 1px solid #888; 
border-radius: 25px;
 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); 
 -webkit-animation-name: animatetop; 
 -webkit-animation-duration: 0.4s; 
 animation-name: animatetop; 
 animation-duration: 0.4s 
} 
 
/* Add Animation */ 
@-webkit-keyframes animatetop { 
 from {top:-300px; opacity:0}  
 to {top:0; opacity:1} 
} 
 
@keyframes animatetop { 
 from {top:-300px; opacity:0} 
 to {top:0; opacity:1} 
} 
 
/* The Close Button */ 
.close { 
 color: white; 
 position: absolute; 
 top: -13px; 
 right: -13px; 
 float: right; 
 font-size: 20px; 
 font-weight: bold; 
 border-radius: 50%; 
 width: 30px; 
 height: 30px; 
 background:#969494; 
 text-align:center; 
} 
.close:hover, 
.close:focus { 
 text-decoration: none; 
 cursor: pointer; 
} 
 
.modal-header { 
 padding: 2px 16px; 
 background-color: #5cb85c; 
 color: white; 
} 
 
.modal-body {padding: 2px 16px;} 
 
.modal-footer { 
 padding: 2px 16px; 
 background-color: #5cb85c; 
 color: white; 
} 
