@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Russo+One&display=swap');

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype'),
        url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
        url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.eot');
    src: url('../fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff'),
        url('../fonts/Montserrat-ExtraLight.ttf') format('truetype'),
        url('../fonts/Montserrat-ExtraLight.svg#Montserrat-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype'),
        url('../fonts/Montserrat-Thin.svg#Montserrat-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;

}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    color: #454545;
    font-size: 14px;
    font-family: Montserrat-Regular;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 5px;
}

b {
    font-weight: 600 !important;
}

ul {
    list-style: none;
    padding: 0;
}

.main-con {
    max-width: 100%;
}

.main-box {
    padding: 50px 0px;
}

/* ====================================================================================*/
/* home page css start */
/* ====================================================================================*/
.fixed-header .menu-bar {
    top: 10px;
}

.section-con {
    padding: 10px;
}

.ser-innr {
    border: 1px solid #ebebeb;
    padding: 5px;
    position: relative;
}

.event-cont {
    position: relative;
    height: 95vh;
    width: 100%;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 95vh;
    width: 100%;
}

.slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.15);
    transition: opacity .6s ease;
}

.slide.active {
    animation: grow 4s linear forwards;
    opacity: 1;
}

@keyframes grow {

    0%,
    20% {
        transform: scale(1);
    }

    75%,
    100% {
        transform: scale(1.15);
    }
}

.landing-con {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-flex;
    flex-direction: column;
    z-index: 9;
    margin-top: -150px;
    width: 100%;
}

.logo img {
    width: 337px;
    margin: auto;
    display: block;
    height: auto;
    margin-bottom: 80px;
}

.banner-contentrishikesh {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner-contentrishikesh h1 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;

}

.banner-contentrishikesh h1 span {

    display: block;
}

.read-all {
    text-align: center;
    margin-bottom: 90px;
}

.read-all a {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-size: 15px;
    padding: 10px 60px;
    position: relative;
    display: inline-block;
    background: rgba(159, 172, 115, 0.7);
    border: 3px solid #9fac73;
    cursor: pointer;
    color: #fff;
    margin: 15px 5px 0px;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
}

.read-all a:before {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    background: #313214;
    height: 5px;
    transform: skewX(-45deg);
    -webkit-transition: all 0.45s cubic-bezier(.86, 0, .07, 1);
    transition: all 0.45s cubic-bezier(.86, 0, .07, 1);
    right: 20%;
    top: -4px;
}

.read-all a:after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    background: #313214;
    height: 5px;
    transform: skewX(-45deg);
    -webkit-transition: all 0.45s cubic-bezier(.86, 0, .07, 1);
    transition: all 0.45s cubic-bezier(.86, 0, .07, 1);
    left: 20%;
    bottom: -4px;
}

.read-all a:hover {
    background: transparent;
}

.read-all a:hover:before {
    right: 80%;
    top: -4px;
    background: #313214;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
}

.read-all a:hover:after {
    left: 80%;
    bottom: -4px;
    background: #313214;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
}

.social ul {
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
}

.social ul li a {
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 0px 0px;
}

.copy-strip p,
.copy-strip p a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat-Regular;
}

/* ====================================================================================*/
/* home page css end*/
/* ====================================================================================*/
/* ====================================================================================*/
/* menu css start*/
/* ====================================================================================*/
.header {
    background: #9fac73;
    padding: 10px;
}

.menu-bar {
    position: absolute;
    left: 9px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -30px;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.menu-bar .line {
    width: 30px;
    height: 4px;
    margin: 3px;
    background: #fff;
    transition: all 300ms ease-out;
}

.nav-bar .nav-items {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #9fac73;
    clip-path: circle(30px at 93% 8%);
    transition: all 800ms ease-out;
    opacity: 0;
    z-index: 9999;
}

.nav-bar .nav-items .nav-links {
    color: #ebebeb;
    font-size: 25px;
    margin: 16px 0 0px;
    text-decoration: none;
    font-family: Montserrat-Regular;
}

.nav-bar.toggle .nav-items {
    clip-path: circle(100%);
    opacity: 1;
}

.nav-bar.toggle .menu-bar .line {
    background: #fff;
}

.nav-bar.toggle .menu-bar .line:nth-child(1) {
    transform: rotate(-45deg);
    margin: 0;
}

.nav-bar.toggle .menu-bar .line:nth-child(3) {
    opacity: 0;
}

.nav-bar.toggle .menu-bar .line:nth-child(2) {
    transform: rotateZ(45deg);
    margin: -4px;
}

.header-logo {
    text-align: center;
    margin: 0;
    padding: 0;
}

.header-logo img {
    width: 50%;
}

.mobile-logos {
    display: none;
}

.reserve {
    text-align: right;
}

.reserve a {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-size: 12px;
    padding: 10px 30px;
    position: relative;
    display: inline-block;
    background: none;
    border: 2px solid #fff;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    z-index: 9999;
}

/* ====================================================================================*/
/* menu css end*/
/* ====================================================================================*/
/* ====================================================================================*/
/* footer css start*/
/* ====================================================================================*/
.footer p,
.footer p a {
    padding: 20px 0px 0px;
    color: #939292;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat-Regular;
    text-align: center;
}

.footer {
    background: #d9d9d9;
    padding: 1px;
}

/* ====================================================================================*/
/* footer css end*/
/* ====================================================================================*/
/* ====================================================================================*/
/* about page css start*/
/* ====================================================================================*/
.zoominheader {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
    text-align: center;
    -webkit-animation: zoomout 10s ease-in infinite;
    animation: zoomout 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

/*End of Zoom out Keyframes */
.zoomoutheader h3 {
    line-height: 1;
    color: #939292;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.abt-cont p {
    color: #454545;
    font-size: 14px;
    line-height: 31px;
    font-family: Montserrat-Regular;
    font-weight: normal;
    text-align: center;
}

.abt-cont p b {
    font-size: 18px;
}

.abt-cont ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.abt-cont ul li {
    display: inline-block;
    width: 29%;
    color: #454545;
    font-size: 14px;
    line-height: 31px;
    font-family: Montserrat-Regular;
    font-weight: normal;
    text-align: center;
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 8px 0px;
    margin: 0px 10px;
    border-radius: 5px;
}

.abt-imgs {
    text-align: center;
}

.abt-imgs img {
    border: 1px solid #ebebeb;
    padding: 5px;
    margin-bottom: 25px;
}

.services {
    position: relative;
    margin-bottom: 30px;
}

.services:before {
    content: "";
    position: absolute;
    background: #e6e6e6;
    left: 0px;
    height: 120px;
    width: 100%;
    top: 26%;
}

.stay-content {
    position: relative;
    top: 20px;
    text-align: center;
}

.stay-content h5 {
    color: #000000;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.stay-content h6 {
    color: #727272;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 17px;
}

.stay-content h6 span {
    display: block;
    color: #000;
    font-size: 16px;
}

.reserve-now {
    position: relative;
    padding-top: 120px;
    padding-bottom: 70px;
}

.fav-img {
    text-align: center;
    margin: 30px 0px;
    position: relative;
}

.fav-img:before {
    border-right: 2px solid #d6d6d6;
    height: 120px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: -77px;
}

.fav-img img {
    width: 40px;
}

.fav-img h3 {
    position: relative;
    top: 15px;
    padding-bottom: 12px;
}

.more-btn {
    text-align: center;
}

.more-btn a {
    border: 3px solid #a6a6a6;
    border-radius: 50px;
    color: #a6a6a6;
    padding: 10px 30px 10px 30px;
    position: relative;
    width: 200px;
    text-align: center;
    margin: auto;
}

.more-btn a {
    color: #a6a6a6;
    text-decoration: none;
}

.more-btn a:before {
    content: "";
    position: absolute;
    width: 11%;
    top: -4px;
    left: 14px;
    height: 4px;
    background-color: white;
    transform: skewX(45deg);
    transition: linear .7s;
}

.more-btn a:after {
    content: "";
    position: absolute;
    width: 11%;
    bottom: -4px;
    right: 14px;
    height: 4px;
    background-color: white;
    transform: skewX(45deg);
    transition: all .7s;
}

.more-btn a:hover {
    color: #a6a6a6;
    border: 3px solid #9fac73;
}

.more-btn a:hover::before {
    left: 130px;
    transform: skewX(-45deg);
}

.more-btn a:hover::after {
    right: 130px;
    transform: skewX(-45deg);
}

.zoominheader.seekinng {
    top: 60px;
    z-index: 999;
}

.zoominheader.seekinng h5 {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

.zoominheader.find {
    position: absolute;
    text-align: center;
    width: 100%;
    transform: translate(50%, -50%);
    margin-top: 0px;
}

.zoominheader.find h5 {
    line-height: 1;
    color: #efebeb;
    font-size: 80px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.abt-img-2 {
    margin-top: 30px;
}

.zoominheader.find.escape h5 {
    font-size: 60px;
    color: #efebeb;
    font-weight: 500;
}

.abt-cont p {
    z-index: 99;
    position: relative;
}

.zoominheader.find.escape {
    margin-top: 30px;
}

/* ====================================================================================*/
/* about page css ends*/
/* ====================================================================================*/
/*======================================================================================*/
/*======================================================================================*/
/* room list css */
/*======================================================================================*/
.room-list {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 3px;
    display: block;
    box-shadow: inset 0 0 0 1px #e0e5e9;
    border: 5px solid #fbfbfc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img_list {
    overflow: hidden;
    min-height: 220px;
    text-align: center;
    position: relative;
}

.img_list img {
    width: auto;
    height: 220px;
    position: absolute;
    left: -10%;
}

.img_list a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.price_list .button {
    display: block;
}

.rooms_list_desc {
    padding: 25px 20px 0 0;
    border-right: 1px solid #ededed;
    height: 220px;
    line-height: 17px;
    text-align: left;
}

.rooms_list_desc h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat-Regular';
}

.rooms_list_desc p b {
    font-weight: 600;
}

.price_list {
    display: table;
    height: 220px;
    font-size: 25px;
    color: #9fac73;
    width: 100%;
    font-weight: 700;
    margin-left: -15px;
}

.price_list div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.price_list p {
    padding: 0;
    margin: 0;
}

.rooms_list_desc ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.rooms_list_desc ul li {
    display: inline-block;
    width: 30%;
    margin-bottom: 5px;
    position: relative;
    font-size: 15px;
}

.price_list .btn_1 {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-size: 14px;
    padding: 5px 40px;
    position: relative;
    display: inline-block;
    background: none;
    border: 2px solid #9fac73;
    cursor: pointer;
    color: #9fac73;
    margin: 15px 5px 0px;
    text-decoration: none;
    border-radius: 50px;
}

.price_list .btn_1:before {
    content: "";
    position: absolute;
    width: 11%;
    top: -4px;
    left: 14px;
    height: 4px;
    background-color: white;
    transform: skewX(45deg);
    transition: linear .7s;
}

.price_list .btn_1:after {
    content: "";
    position: absolute;
    width: 11%;
    bottom: -4px;
    right: 14px;
    height: 4px;
    background-color: white;
    transform: skewX(45deg);
    transition: all .7s;
}

.price_list .btn_1:hover {
    color: #a6a6a6;
    border: 2px solid #9fac73;
}

.price_list .btn_1:hover::before {
    left: 80px;
    transform: skewX(-45deg);
}

.price_list .btn_1:hover::after {
    right: 80px;
}

.img_list {
    overflow: hidden;
    min-height: 220px;
    text-align: center;
    position: relative;
}

.img_list img {
    width: auto;
    height: 220px;
    position: absolute;
    left: -10%;
}

.img_list a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.img_list a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

ul.add_info {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.add_info li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ededed;
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.add_info li a {
    color: #555;
    width: 35px;
    height: 35px;
    display: block;
}

ul.add_info li img,
ul.add_info li i {
    display: inline-block;
    font-size: 22px;
    top: 6px;
    position: relative;
}

/*======================================================================================*/
/* room list css */
/*======================================================================================*/

/*======================================================================================*/
/* room details css */
/*======================================================================================*/
.img-box {
    text-align: center;
    padding: 5px;
    margin: 5px;
    border: 1px solid #d6d6d6;
}

.room-slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.room-slider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.room-slider img {
    display: block;
    height: auto;
    max-width: 100%;
}

.box_style_1 {
    padding: 20px 25px 5px 25px;
    box-shadow: inset 0 0 0 1px #e0e5e9;
    border: 5px solid #fbfbfc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
}

.box_style_1 h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e5e9;
}

.box_style_1 ul {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0;
    line-height: 34px;
}

.box_style_1 ul li img {
    font-size: 22px;
    margin: 0 10px 0 0;
}

.room-slider {
    position: relative;
    margin-bottom: 30px;
}

.room-slider:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ededed;
    bottom: -10px;
    width: 100%;
}

.box_style_1 table tr td b {
    font-weight: 600;
}

.box_style_1 .table th,
.box_style_1 .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #454545;
    font-family: Montserrat-Regular;
    font-weight: normal;
    line-height: 25px;
}

.box_style_1 ul li {
    color: #454545;
    font-family: Montserrat-Regular;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 15px;
    position: relative;
}

.box_style_1 ul li:before {
    content: "";
    position: absolute;
    bottom: -8px;
    z-index: 99;
    width: 100%;
    background: #ededed;
    height: 1px;
}

.box_style_1 ul li:last-child:before {
    display: none;
}

.enquiry {
    text-align: center;
    margin: 8px 0px 25px;
}

.enquiry a {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-size: 15px;
    padding: 10px 60px;
    position: relative;
    display: inline-block;
    background: none;
    border: 3px solid #9fac73;
    cursor: pointer;
    color: #9fac73;
    text-decoration: none;
    border-radius: 50px;
}

.enquiry a:before {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    background: #fff;
    height: 4px;
    transform: skewX(-45deg);
    -webkit-transition: all 0.45s cubic-bezier(.86, 0, .07, 1);
    transition: all 0.45s cubic-bezier(.86, 0, .07, 1);
    right: 20%;
    top: -4px;
}

.enquiry a:after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    background: #fff;
    height: 4px;
    transform: skewX(-45deg);
    -webkit-transition: all 0.45s cubic-bezier(.86, 0, .07, 1);
    transition: all 0.45s cubic-bezier(.86, 0, .07, 1);
    left: 20%;
    bottom: -4px;
}

.enquiry a:hover {
    background: transparent;
}

.enquiry a:hover:before {
    right: 80%;
    top: -4px;
    background: #fff;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
}

.enquiry a:hover:after {
    left: 80%;
    bottom: -4px;
    background: #fff;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
}

/*======================================================================================*/
/* room details css */
/*======================================================================================*/
/* contact css */
/*======================================================================================*/
.stay-cont p img {
    width: 17px;
    margin-right: 8px;
}

.location {
    font-family: Montserrat;
    color: #454545;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}

.stay-cont p b {
    margin-right: 10px;
}

.location b {
    margin: 0px 14px 0px 5px;
}

.contact p {
    margin-bottom: 30px;
}

.stay-cont.contact p a {
    color: #454545;
}

.stay-cont.contact p {
    color: #454545;
    margin: 0 0 20px 0;
    font-size: 14px;
}

.cnct-frm div.wrap div {
    position: relative;
    margin: 17px 0;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
}

.contact-frm {
    border: 1px solid #e6e6e6;
    padding: 0px 15px 19px;
}

.cnct-frm input[type=text] {
    width: 100%;
    padding: 20px;
    border: none;
    font-size: 16px;
    background-color: transparent;
    color: #969696;
    font-family: Montserrat-Regular;
    font-weight: 400;
    border-color: #e6e6e6;
}

.cnct-frm textarea.form-control {
    background: transparent;
    width: 100%;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    background-color: transparent;
    color: #969696;
    font-family: Montserrat-Regular;
    font-weight: 400;
    border-color: #e6e6e6;
}

.cnct-frm .submit-btn {
    background: #040404;
    border: 1px solid #040404;
    padding: 0px 40px;
    border-radius: 0px;
    color: #767676;
    font-size: 28px;
    width: 100%;
    text-transform: uppercase;
    font-family: Montserrat;
    transition: ease-out 1s;
    height: 46px;
}

.form-control {
    transition: linear .3s;
}

.form-control:hover {
    border: none;
}

.form-control:focus {
    box-shadow: none;
}

.cnct-frm .submit-btn:hover {
    background: transparent;
}

.stay-cont.contact h5 {
    margin-bottom: 20px;
}

label.error {
    position: absolute;
    left: 14px;
    color: #f00;
    font-size: 11px;
    bottom: -25px;
    font-weight: normal !important;
}

.map {
    padding-top: 0px;
}

/*======================================================================================*/
/* contact css */
/*======================================================================================*/
/*======================================================================================*/
/* tab css */
/*======================================================================================*/
.links-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.links-btn ul li {
    margin: 0px 14px;
}

.links-btn ul li a {
    border-radius: 2px;
    color: #495057;
    transition: color .2s ease-out, box-shadow .2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 18px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Montserrat-Regular';
    padding: 14px;
}

.links-btn {
    padding-bottom: 0px;
}

.links-btn ul li a:hover,
.links-btn ul li.active a {
    background: #454545;
    color: #fff;
}

/*======================================================================================*/
/* tab css */
/*======================================================================================*/
/*======================================================================================*/
/* event page css */
/*======================================================================================*/
.exhibit-cont {
    position: relative;
    padding: 40px 0px 60px 0px;
}

.exhibit-cont:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: rgb(0, 0, 0, 0.9);
}

.exhibit:before {
    background-image: url(../images/hall/1.jpg);
    width: 586px;
}

.ehbt-innr {
    position: relative;
    left: -21px;
    background: #fff;
    padding: 26px 50px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.5);
    width: 542px;
    top: 8px;
}

.ehbt-innr:after {
    content: "";
    position: absolute;
    border: 4px solid #9fac73;
    width: 486px;
    bottom: 0;
    left: 59px;
    height: 100%;
    clip-path: polygon(0 0, 95% 0, 70% 100%, 0 100%);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ppe-list ul {
    display: flex;
    flex-wrap: wrap;
}

.ppe-list ul li {
    display: inline-block;
    width: 50%;
    margin: 0px 0px 4px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    font-family: 'Montserrat-Regular';
}

.vist-innr:after {
    content: "";
    position: absolute;
    border: 4px solid #9fac73;
    width: 486px;
    bottom: 0;
    left: 0;
    height: 100%;
    clip-path: polygon(0 0, 95% 0, 70% 100%, 0 100%);
}

.service-right .service-inner {
    padding: 0px 30px 0px 0px;
}

.service-right:before {
    left: initial;
    right: 0;
}

.service2:before {
    background-image: url(../images/yoga-lawn.jpg);
    width: 586px;
}

.our-story h2 {
    font-size: 29px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 13px;
    font-family: 'Montserrat-Regular';
    font-weight: 600;
}

.service3:before {
    background-image: url(../images/river.jpg);
    width: 586px;
}

.vist-innr {
    position: relative;
    left: -14px;
    background: #fff;
    padding: 26px 50px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.5);
    width: 542px;
    top: 8px;
}

.event-dtls {
    padding-bottom: 20px;
}

/*======================================================================================*/
/* event page css */
/*======================================================================================*/
/*======================================================================================*/
/* host a retreat page css */
/*======================================================================================*/
.zoomoutheader h5 {
    font-size: 30px;
    text-transform: uppercase;
}

.main-frm {
    margin: 0px;
    text-align: center;
    padding: 70px 40px;
    border: 1px solid #fff;
    border-style: dotted;
    background: rgba(159, 172, 115, 1);
    position: relative;
}

.main-frm #myform1 p {
    font-size: 15px;
    color: #fff;
}

.main-frm input[type="text"],
select {
    border: none;
    padding: 10px;
    outline: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    width: 100%;
    margin-bottom: 40px;
    color: #fff;
    font-size: 16px;
}

.main-frm ::-webkit-input-placeholder {
    color: #FFF;
}

.main-frm select option {
    color: #000;
}

.main-frm button[type="submit"] {
    color: #fff;
    background: #839250;
    border-radius: 25px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 12px;
    min-width: 250px;
    letter-spacing: 1px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .35);
    cursor: pointer;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.main-frm button[type="submit"]:hover {
    background: #9fac73;
}

.main-frm label {
    position: absolute;
    left: 20px;
    color: #000;
    font-size: 13px;
    bottom: 10px;
    font-weight: normal;
}

.main-frm textarea#txtmsg {
    border: none;
    padding: 10px;
    outline: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    width: 100%;
    margin-bottom: 40px;
    color: #fff;
    font-size: 16px;
    height: 47px;
    overflow: hidden;
}

/*======================================================================================*/
/* host a retreat page css */
/*======================================================================================*/
/*======================================================================================*/
/* gallery css */
/*======================================================================================*/
.-fx-image-gal {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.-fx-gal-item {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.-fx-gal-item a {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.-fx-gal-image-thumb img {
    width: 100%;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.-fx-gal-image-thumb:hover img {
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.5);
    transition: all 0.5s ease;
}

@media (min-width: 420px) {
    .-fx-image-gal {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .-fx-gal-item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .-fx-gal-item {
        width: 33.33%;
    }
}

/*======================================================================================*/
/* gallery css */
/*======================================================================================*/
/*======================================================================================*/
/* explore gallery css */
/*======================================================================================*/
.explore-gallery {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.explore-item {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.explore-item a {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.explore-thumb img {
    width: 100%;
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.explore-thumb:hover img {
    cursor: pointer;
    transform: scale(1.5);
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.explore-item {
    position: relative;
}

.explore-item h5 {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 10px;
    background: #454545;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

@media (min-width: 420px) {
    .explore-gallery {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .explore-item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .explore-item {
        width: 32.33%;
        margin: 5px;
    }
}

/*======================================================================================*/
/* explore gallery css */
/*======================================================================================*/
/*======================================================================================*/
/* house css */
/*======================================================================================*/
.house-gallery {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
}

.house-item {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #dedede;
}

.house-item a {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.house-thumb {
    overflow: hidden;
}

.house-thumb:hover {
    overflow: hidden;
}

.house-thumb img {
    width: 100%;
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.house-thumb:hover img {
    cursor: pointer;
    transform: scale(1.5);
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hosue-detail {
    padding: 10px;
}

.house-item h5 {
    position: relative;
    z-index: 99;
    bottom: 0;
    background: #454545;
    padding: 10px 5px 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 420px) {
    .house-gallery {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .house-item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .house-item {
        width: 32.33%;
        margin: 5px;
    }
}

.zoomoutheader.packs h5 {
    line-height: 1;
    color: #efebeb;
    font-size: 80px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.days-details {
    padding-top: 0px;
}

table.promotable {
    width: 100%;
    margin: auto;
}

table.promotable tr td {
    padding: 13px 15px;
    text-align: left;
    border-top: 0.5px solid #555;
    border-bottom: 0.5px solid #555;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

table.promotable tr td:first-child {
    width: 85%;
    position: relative;
}

table.promotable tr td:first-child:after {
    content: "";
    position: absolute;
    height: 100%;
    background: #555;
    width: 1px;
    right: 0;
    top: 0;
}

.arrival {
    position: relative;
}

.arrival:after {
    display: none;
}

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

table.promotable tr td.arrival {
    font-size: 25px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

table.promotable tr td.arrival.nternational {
    font-weight: normal;
}

/*======================================================================================*/
/* house css ends */
/*======================================================================================*/
/*======================================================================================*/
/* Gallery css start */
/*======================================================================================*/
.galleryImg>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.galleryImg>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
}

/*.galleryImg > a:nth-child(3)> img{
    object-position: bottom;
}
.galleryImg > a:nth-child(13)> img{
    object-position: top;
}*/
.galleryImg {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-auto-rows: 120px;
    grid-auto-flow: dense;
}

.horizontal {
    grid-column: span 2;
}

.vertical {
    grid-row: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}

/*======================================================================================*/
/* Gallery css Ends */
/*======================================================================================*/
/*======================================================================================*/
/* Room Size Css Starts */
/*======================================================================================*/
.roomsize ul li {
    border: 1px solid #ededed;
    padding: 7px 10px;
    width: 175px;
    height: 35px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

/*======================================================================================*/
/* Room Size Css Ends */
/*======================================================================================*/


.cont {
    padding: 20px 0px;
    background: #9fac73;
    color: #fff;
}

.text-content {
    position: relative;
    width: 100%;
    padding: 40px 50px;
    background: #9fac73;
}

.text-content h1 {
    color: #fff;
    font-family: 'Lobster', cursive;
    letter-spacing: 2px;
    text-align: center;
    font-size: 50px;
}

.text-content h1 span {
    background: #000;
    padding: 0px 20px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    font-size: 25px;
}

.text-content h3 {
    font-family: Montserrat-Regular;
    color: #fff;
    text-align: justify;
    font-weight: 700;

}

.text-content h3 span {
    background: #fff;
    color: #000;
    padding: 0px 20px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    font-size: 20px;
}

.video_box {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 20px;
    overflow: hidden;

}

.video_box img {
    width: 100%;
    height: 100%;
    box-shadow: 4px 5px 9px rgb(0 0 0 / 12%);
    transition: 0.5s;
    transform: scale(1);
}

.video_box:hover img {
    transform: scale(1.5);
}

.video_box_ {
    background: #fff;
    padding-top: 70px;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%);
    width: 100px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.play i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    top: 50%;
    left: 50%;
}

.child-box {
    position: absolute;
    top: 47%;
    left: 60%;
    width: 340px;
    height: 309px;
    overflow: hidden;
    border: 5px solid #fff;
}

@media(max-width: 500px) {
    .child-box {
        display: none;
    }
}

.child-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.child-box img:hover {
    width: 150%;
}

.bg_black {
    background: #000;
}

.bg_black img {
    width: 40px;
}

.images_box {}

.images_box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-template-rows: minmax(100px, auto);
    grid-gap: 15px;
}

.images-box {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.images-box:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
}

.images-box:nth-child(4) {
    grid-column: span 2;
    grid-row: span 1;
}

.images-box img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
}

.images-box:hover img {
    transform: scale(1.5);
}

.footer {
    padding: 5px 10px 15px 10px;
    background: #000;
    color: #fff;
}

.content-bg {
    position: relative;
    width: 100%;
    height: 500px;
    background: #ffffff url(../images/img-box3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    background-attachment: fixed;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(160 218 19 / 26%);
}
.banner-video-box{
    width: 100%;
    height: 100vh;
}
.main-con.event-con video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-video-box .ser-innr{
    width: 100%;
    height: 100%;
}

@media(max-width:991px){
    .banner-video-box {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .images_box {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        grid-template-rows: minmax(auto, auto);
    }

    .images-box:nth-child(1) {
        grid-column: unset !important;
        grid-row: unset !important;
    }

    .images-box:nth-child(4) {
        grid-column: unset !important;
        grid-row: unset !important;
    }
}

.modal-header {
    border: none !important;
}

.modal-content {
    background: transparent !important;
    border: none !important;
}

button.close {
    color: #fff !important;
    font-size: 50px !important;
    font-weight: normal !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1200px !important;
        margin: 1.75rem auto;
    }
}

.modal-body video {
    width: 100%;
}

/*============HOME POPUP==================*/
.popup_content {
    width: 100%;
    padding: 20px;
    background: #fff;
}

.popup_box {
    border: 10px;
}

.popup_img_ {
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.p0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.popup_img_ .col-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.popup_content {
    min-height: 480px;


}

.popup_img {
    min-height: 480px;

    position: relative;

}

.popup_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.popup_content h3 {
    font-size: 25px;
    padding: 0px 10px;
}

.popup_content p {
    font-size: 18px;
    padding: 0px 10px;
}

.close_ {
    position: absolute;
    top: 13%;
    right: 45px;
    z-index: 1;
    border: none;
    background: #ccc;
    color: #222;
    border-radius: 50%;
    width: 30px;
    font-size: 32px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 768px) {
    .child-box {
        display: none;
    }

    .close_ {
        top: 6%;
    }

    .video_box {
        margin: 0;
    }
}

@media(max-width: 600px) {
    .text-content h3 {
        font-size: 18px;
    }

    .text-content h1 {
        font-size: 22px;
    }

    .text-content {
        padding: 30px 20px;
    }

    .video_box {
        margin: 0;
    }

    .video_box {
        height: 100%;
    }

    .images-box {
        height: 100%;
    }

    .content-bg {
        height: 300px;
    }
}

.footer-box {
    width: 100%;
    margin: 0 auto;
}

@media(max-width: 600px) {
    .footer-box {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px !important;
        margin: 1.75rem auto;
    }
}