
* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:before, :after {
    box-sizing: border-box;
}
body{
    font-family: 'helvetica-regular';
    font-weight: 100;
    font-size: 16px;
    color: #434343;
    background: url(../images/webp/main-bg.webp);
}
article, aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
ul, li {
    list-style: none;
}
a{
    color: #333;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
    color: #666;
}
input {
    font-family: 'helvetica-regular';
    font-size: 13px;
    -webkit-appearance: none;
}
input:focus {
    outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    color: #155813;
}
img {max-width: 100%;}
section{
    min-height: 70vh;
    padding-bottom: 80px;
    position: relative;
    /*overflow-x: hidden;*/
}
section .sequence{
    position: absolute;
    font-size: 16vw;
    font-family: 'helvetica-bold';
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 40px rgba(0,0,0,.2);
    top: -14%;
    left: 5%;
    z-index: -1;
}
section.reverse .sequence{
    right: 10vw;
    left: auto;
}
.container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
h3{
    font-size: 2.7vw;
    font-weight: normal;
    font-family: 'helvetica-regular';
}
h1, h2{
    font-size: 3vw;
    margin-bottom: 30px;
    position: relative;
    font-family: 'helvetica-bold';
}
h2 small{
    display: block;
    font-size: 24px;
}
hr{
    border: none;
    border-top: 1px solid rgba(255,255,255,.4);
    margin-bottom: 20px;
}
p{
    margin-bottom: 20px;
    font-size: calc(13px + 0.3vw);
}
.error{
    color: #ff7a7a;
    font-size: 11px;
}
.no-margin{
    margin: 0;
}
.line{
    font-size: calc(13px + 0.65vw);
    padding-bottom: 30px;
    position: relative;
    display: block;
    color: #6b6b6b;
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    right: 10%;
    top: 40%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0;
    transition: .3s;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.owl-carousel .owl-nav [class*=owl-]:before{
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 18px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
}
.owl-carousel .owl-nav [class*=owl-]:after{
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev{
    display: none;
}
.owl-carousel .owl-nav .owl-prev:after{
    left: 10px;
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
}
.owl-carousel .owl-nav .owl-next:after{
    right: 10px;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
}
.owl-carousel .owl-nav .owl-next:before{
    right: 10px;
}
.owl-carousel .owl-nav .owl-prev:before{
    left: 10px;
}

.slider-anchor{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
}
.slider-anchor:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #7b7062;
    top: 60%;
}
.slider-anchor a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 15px;
    color: #6b6b6b;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: .4s;    
    transform: scale(.5);
    opacity: 0;
}
.slider-anchor a:hover, .slider-anchor a.active{
    color: #1e5712;
}
.slider-anchor img{
    margin-bottom: 50px;
    width: 60px;
}
.slider-anchor a:hover img, .slider-anchor a.active img{
    filter: hue-rotate(80deg);
}

.slider-anchor a:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    padding: 3px;
    border-radius: 50%;
    border: 0px solid #000;
    background: #575757;
    top: 60%;
    transform: translateY(-50%);
    transition: border .4s cubic-bezier(0.65, 0.05, 0.36, 1)
}
.slider-anchor a.active:before{
    background: #51b500;
    border: 5px solid #1e5712;
}

.col-wrp{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.reverse .col-wrp {
    justify-content: flex-start;
}
.col-cont{
    width: 40%;
    position: absolute;
    left: 0;
    z-index: 2;
}
.reverse .col-cont{
    right: 0;
    left: auto;
    text-align: right;
}
.col-imgs {
    width: 80%;
    padding-left: 4%;
    margin-right: -5%;
    position: relative;
}
.reverse .col-imgs{
    padding-right: 4%;
    padding-left: 0;
    margin-left: -5%;
    margin-right: 0;
}

.primary-btn {
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
.primary-btn .front {    
    transition: .5s;
}
.primary-btn .back {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    transition: .5s;
}
a:hover .primary-btn .front {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}
a:hover .primary-btn .back {
    opacity: 1;
    visibility: visible;
    transform: translateY(-100%);
    color: #fff;
}


.down-arw{
    position: absolute;
    width: 22px;
    height: 32px;
    left: 0;
    right: 0;
    bottom: 25%;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 3; 
    cursor: pointer;
}
.down-arw:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: bounse 1s infinite;
}
@keyframes bounse{
    0%{
        top: -30%;
        opacity:0;
    }
    90%{
        top: 65%;
        opacity:1;
    }
   100%{
        top: 110%;
        opacity: 0;
    }
}

/****************************************************** About Start */
 section#about .sequence{
    left: 10%;
 }
 #about .col-imgs{
    margin-top: -15%;
 }
 #about .mask-wrp p{
    left: inherit;
    right: 30px;
}

/****************************************************** About Start */
#highlights .owl-carousel .owl-nav [class*=owl-]{
    top: 15%;
    right: 25%;
}

/****************************************************** Amenities Start */
.name{
    width: 25%;
    padding: 15px;
    background: #2e2e2e;
    position: absolute;
    bottom: 10%;
    right: 25%;
    transition: all 1s ease-in-out;
    transition-delay: 1s;
    transform: translateX(30%);
    opacity: 0;
    color: #fff;
}
section.shows .owl-item.active .name{    
    transform: translateX(0);
    opacity: 1;
}
.name span{
    font-size: 1.8vw;
    font-family: 'helvetica-bold';
    margin-bottom: 10px;
    display: block;
}
.name p{
    font-size: 16px;
    margin: 0;
}
.name strong{
    color: #ace500;
}

#amenities .mask-wrp p{
    left: 160px;
    bottom: 10px;
}

/****************************************************** gallery Start */
#gallery .owl-carousel .owl-nav [class*=owl-]{
    left: 10%;
}
section#gallery .sequence{
    top: -5%;
}
/****************************************************** Location Start */
section.location-wrp .sequence{
    top: -5%;
}
.location-wrp .colmns{
    display: flex;
    justify-content: space-between;
    border: 1px solid #5f5649;
    max-width: 99%;
}
.location-wrp .colmns span{
    width: 1px;
    background: #5f5649;
}
.location-wrp li{
    padding: 10px;
    font-size: 22px;
}
.location-wrp .dist li{
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
}
.location-wrp .line{
    /*margin: 50px 0;*/
}

/****************************************************** Vtour Start */
#vtour .mask-wrp span {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    top: 45%;
    left: 50%;
}
#vtour .mask-wrp span:before {
    content: '';
    position: absolute;
    border-left: 12px solid #3c5e07;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 35%;
    left: 45%;
}

/****************************************************** Footer Start */

footer .container{
    padding: 30px 0;
    border-top: 1px solid #313131;
    transform: translateY(0);
    opacity: 1;
}
footer h4{
    text-transform: none;
    font-size: 24px;
    margin-bottom: 20px;
}
.site_address {
    padding-bottom: 30px;
}
/****************************************************** Footer Form Start */

/* Side form */

.enquire-form-slide {
    background-color: rgba(21, 88, 19, 0.95);
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px;
    position: fixed;
    right: -250px;
    top: 25%;
    z-index: 3;
    transition:all ease .4s
}
.enquire-form-slide.active {
    right: 0;
    transition:all ease .4s
}
.enquire-form-slide .enq-toggle {
    background: rgba(21, 88, 19, 0.95);
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: -68px;
    cursor: pointer;
    padding: 8px 25px;
    transform: rotate(-90deg);
}
.enquire-form-slide .close-form {
    background:url(../images/webp/sprite.webp) no-repeat 0 0;
    width:16px;
    height:16px;
    display:inline-block;
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    color: #fff;
    text-align: center;
}
.form-head {
    font-size: 22px;
    color: #e4e2e2;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.form_head3 {
    font-size: 18px;
    color: #e4e2e2;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}

.enquire-form-slide .fieldwrapper {
    width: 100%;
    margin: 0 10px 20px 0;
}
.enquire-form-slide .fieldwrapper input, .enquire-form-slide .fieldwrapper select {
    width: 100%;
    border: none;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    height: 32px;
    padding: 0 0 0 20px;
    outline: 0;
}
.enquire-form-slide .fieldwrapper.form-cta-btn {
    float: none;
    width: auto;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}
.enquire-form-slide .fieldwrapper.form-cta-btn input {
    height: 40px;
    width: 109px;
    padding: 0;
    margin: 0;
    border:none;
    background-color: rgba(21, 88, 19, 0.95);
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.enquire-form-slide .fieldwrapper.form-cta-btn a {
    display: block;
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto;
    border: none;
    background-color: #27a025;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.enquire-form-slide .fieldwrapper.form-cta-btn input:hover {
    background-color: #1783ce;
}

.enquire-form-slide .fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/webp/arrow-down.webp) 96% center no-repeat #fff;
    outline: 0;
    padding-right: 40px;
}
.enquire-form-slide .fieldwrapper > input:placeholder-shown {
    color: #000000;
    opacity: 1;
}
.enquire-form-slide.active.submitpopup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    z-index: 9;
    background-color: rgba(0,0,0,0.8);
}
.submitpopup .thankyou-msg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(21, 88, 19, 1);
    padding: 20px;
    color: #fff;
    text-align: center;
    max-width: 300px;
}
.enquire-form-slide.submitpopup .fieldwrapper.form-cta-btn {
    display: inline-block;
    max-width: none;
    margin: 10px auto;
}
.enquire-form-slide.submitpopup .fieldwrapper.form-cta-btn a {
    width: auto;
    display: block;
    padding: 5px 10px;
    font-size: 15px;
}
.submitpopup .fieldwrapper.form-cta-btn a.whatsapp_btn i {
    font-size: 35px;
    margin-left: 10px;
    vertical-align: middle;
}


.mask-wrp p{
    font-size: 12px;
    position: absolute;
    left: 50px;
    bottom: 50px;
}

/********************************************* Responsive css */
@media only screen and (max-width: 1024px) and (orientation: landscape){
    header img{
        max-height: 35px;
    }
    header.sticked .top-logo img {
        max-height: 28px;
    }
    nav a{
        margin: 0 4px;
        font-size: 14px;
    } 
    .slider-wrp{
        margin-top: 48px;
    }
    .mask-wrp p{
        bottom: 0px;
    }
}
@media only screen and (max-width: 768px), (max-width: 1024px) and (orientation: portrait){
    header .container{
        position: relative;         
        justify-content: flex-start;
    }
    header .top-logo:first-child {
        padding-right: 15px;
        border-right: 1px solid #e0e0e0;
        margin-right: 15px;
    }
    .menu-btn{
        display: block;
        position: absolute;
        right: 0;
        z-index: 5;
    }    
    button{
        background-color: transparent;
        border: none;
        color: inherit;
        cursor: pointer;
        font: inherit;
        line-height: normal;
        outline: 0;
        overflow: visible;
        width: auto;
        align-items: center;
        display: flex;
    }
    .c-burger{
        width: 20px;
        margin-right: 10px;
    }
    .c-burger_row {
        height: 2px;
        overflow: hidden;
        position: relative;
        width: 20px;
        transition: .5s;
    }
    .c-burger_line {
        height: 2px;
        position: absolute;
        width: 100%;
        background-color: #333;
        transition: .5s;
    }
    .first {
        left: 0;
        transform: scaleX(.2);
        transform-origin: left;
    }
    .c-burger_row:nth-child(2) .c-burger_line{
        transition-delay: .2s
    }
    .c-burger_row:nth-child(3) .c-burger_line{
        transition-delay: .4s
    }
    .last {
        right: 0;
        transform: scaleX(.7);
        transform-origin: right;
    }
    .c-burger_row:nth-child(2) {
        margin: 4px 0;
    }
    .menu-btn.opened .c-burger_row:nth-child(2){
        margin: 0;
    }
    .menu-btn.opened .c-burger_row:first-child{
        margin-bottom: -2px;
    }
    .menu-btn.opened .c-burger_row:last-child{
        margin-top: -2px;
    }
    .c-toggle-menu_labels {
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #909090;
    }
    .c-toggle-menu_labels .open {    
        transition: .5s;
    }
    .c-toggle-menu_labels .close {
        align-items: center;
        display: flex;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        width: 100%;
        transition: .5s;
    }
    .menu-btn.opened .c-toggle-menu_labels .open {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
    }
    .menu-btn.opened .c-toggle-menu_labels .close {
        opacity: 1;
        visibility: visible;
        transform: translateY(-100%);
    }
    .menu-btn.opened .c-burger_line{
        background-color: #fff;
    }
    nav{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        width: 45%;
        height: 100vh;
        padding-left: 8%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 4;
        background: rgba(30, 87, 18, 0.85);
        transform: translateX(50%);
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease-in-out;
    }
    nav.show{
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
    nav a{
        color: #fff;
        font-size: 20px;
        position: relative;
        padding: 10px 0;
        opacity: 0;
        transition: all .4s ease-in-out;
        transform: translateX(-10px);
    }
    nav.show a{
        opacity: 1;
        transform: translateX(0px);
    } 
    nav.show a:nth-child(1){
        transition-delay: .1s;
    }
    nav.show a:nth-child(2){
        transition-delay: .2s;
    }
    nav.show a:nth-child(3){
        transition-delay: .3s;
    }
    nav.show a:nth-child(4){
        transition-delay: .4s;
    }
    nav.show a:nth-child(5){
        transition-delay: .5s;
    }
    nav.show a:nth-child(6){
        transition-delay: .6s;
    }
    nav.show a:nth-child(7){
        transition-delay: .7s;
    }
    nav a:hover, nav a.active{
        color: #fff;
    }
    section{
        margin: 40px 0 0;
        min-height: auto;
    }
    .col-wrp{
        flex-direction: column;
    }
    .col-cont{
        position: inherit;
        width: 80%;
    }
    .col-imgs, .reverse .col-imgs{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .slider-anchor{
        margin-top: 0;
        max-width: 100%;
        overflow-x: auto;
    }
    .name {
        width: 30%;
    }
    section#gallery .sequence {
        top: -13%;
    }
    section.location-wrp .sequence {
        top: -9%;
    }
    .mask-wrp p{
        bottom: 0px;
    }

    .enquire-form-slide {
        top: auto;
        left: 0;
        right: auto;
        bottom: -100%;
        margin: 0 auto;
        width: 100%;
        max-width: none;
        padding-bottom: 80px;
    }
    .enquire-form-slide.active {
        right: auto;
        bottom: 0;
    }
    .enquire-form-slide .enq-toggle {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.6);
        height: auto;
        text-align: center;
        padding: 10px 0;
        position: fixed;
        z-index: 999;
        transform: none;
    }
    .enquire-form-slide .enq-toggle i {
        display: inline-block;
        background: #014d82;
        font-size: 1em;
        line-height: 25px;
        padding: 5px 15px;
        min-width: 100px;
        color: #fff;
        font-style: normal;
    }
    .enquire-form-slide .enq-toggle.active i{
        width:40px;
        text-indent:999px;
        overflow:hidden;
        min-width:inherit;
        border-radius:50%;
        background:#014d82 url(../images/webp/arrow_select.webp) no-repeat center center;
    }
    .form-head {
        font-size: 28px;
        line-height: 55px;
    }
    .enquire-form-slide .fieldwrapper {
        margin: 0 10px 10px 0;
    }
    .enquire-form-slide .fieldwrapper.form-cta-btn input {
        padding-top: 5px; 
    }
}
@media only screen and (max-width: 480px){
    body{
        font-size: 14px;
    }
    h2{
        margin-bottom: 20px;
        font-size: 7vw;
        line-height: 20px
    }
    h3{
        font-size: 6.5vw;
        line-height: 35px;
    }
    p {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .owl-carousel .owl-nav [class*=owl-]{
        width: 30px;
        height: 30px;
    }
    header{
        padding: 10px 0;
    }
    header .top-logo:first-child{
        padding-right: 8px;
        margin-right: 8px;
    }
    header img{
        max-height: 24px;
    }
    header.sticked .top-logo img {
        max-height: 20px;
    }
    nav{
        width: 70%;
    }
    nav a{
        font-size: 16px;
    }
    .slider-wrp {
        margin-top: 48px;
    }
    /* #homeslider .item .img-wrp{
        height: 57vh;
        background-position: 65%;
    } */
    
    section{
        padding-bottom: 40px;
    }
    section .sequence {
        font-size: 30vw;
    }
    .col-cont {
        width: 100%;
    }
    .name{
        width: 45%;
        padding: 8px;
        bottom: 0;
    }
    .name p {
        font-size: 12px;
    }
    .name span{
        font-size: 3.5vw;
    }
    .slider-anchor a{
        font-size: 11px;
        margin: 0 10px;
    }
    .slider-anchor img{
        max-width: 35px;
    }
    .slider-anchor:before{
        top: 50%;
    }
    .slider-anchor a:before{
        top: 50%;
    }
    section#gallery .sequence {
        top: -20%;
    }
    .mask-wrp p{
        bottom: 0px;
    }
    .mask-wrp p {
        font-size: 9px;
        left: inherit;
        bottom: 0px;
        right: 0;
    }
    #highlights .mask-wrp p{
        bottom: 0px;
        width: 70px;
        left: inherit;
    }
    #amenities .mask-wrp p{
        bottom: 0px;
        width: 70px;
        left: inherit;
    }
    section.location-wrp .sequence {
        top: -15%;
    }
    .location-wrp .line {
        margin: 30px 0;
        padding: 0;
    }
    .location-wrp li{
        padding: 5px;
        font-size: 16px;
    }
    .location-wrp .dist li {
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
    }
}