/* font-family: 'Libre Baskerville', serif;
font-family: 'Montserrat', sans-serif; */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
   font-family: 'Libre Baskerville', serif;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
.header{
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 0 10px #8888;
    position: relative;
}
.header-in{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
}
.header-in .logo:nth-child(2) a{color:#9c8856}
.header-in .logo{
    float: left;
    margin-right: 0;
    text-align: center;
    position:relative;
    padding: 0 30px;
}
.logo .absolute:before{position: absolute;content:"";width:100%;height: 5px;background:#000;left: 0;top: 10px;}
.logo .absolute:after{
    bottom: 0px;
    margin-left: -5px;
    z-index: 99;
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-bottom: 10px solid #000;
    top: -8px;
    left: 50%;
    }
.green .logo .absolute{background: #ffffff;}
.logo .absolute{
    position: absolute;
    padding: 0;
    background: #fff;
    width: 100%;
    top: 60px;
    left: 0;
    padding: 29px 14px 17px 14px;
    border-radius: 0 0 10px 10px;
    }
.header-in .logo a{
    text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
}
.header-in .logo-ht{
    margin-left: auto;
}

.green .banner{background-image: url(../images/seasons-banner.jpg);}
.banner{
    float: left;
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center top;
    background-color: #000;
    background-attachment: fixed;
}
.banner-in{display: flex;flex-direction: column;align-items: flex-start;justify-content: center;min-height: 520px;color: #fff;}
.banner-in h1{
    font-size: 58px;
    font-family: 'Montserrat', sans-serif;
    line-height: 70px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin: 0;
    margin-bottom: 30px;
}
.banner-in h1 span{
    display: block;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    line-height: 46px;
}
.banner-in p{
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    line-height: 26px;
}
.green .offer-strip{background:#2cbd6c;}
.green .offer-strip h2{color:#fff;}
.green .offer-strip h2:after{content:"";position:absolute;left:0px;bottom:10px;background: #fff;}
.offer-strip{
    float: left;
    width: 100%;
}
.offer-strip h2:after{content: "";
    position: absolute;
    left: 0px;
    bottom: 9px;
    height: 2px;
    background: #b6ded7;
    width: 100%;}
.offer-strip h2{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #16977f;
    padding: 10px 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
	color: #16977f;
    position: relative;
    display: inline-block
}
.green .pattern{background-color:#e6f8ed;background-image:none;}
.green .pattern .container-in{  
    background: transparent;
    padding: 0;
   
    border-radius:0px;
    box-shadow: none;
    flex-wrap: wrap;}
	.green .session p{color:#2cbd6c}
	.green .session a {    background: #2cbd6c;}
.pattern{
    width: 100%;
    float: left;
    background-image: url(../images/pattern.jpg);
    background-repeat: repeat;
    padding: 40px 0;
    background-attachment: fixed;
}
.container-in{
    display: flex;
    background: #fff;
    padding: 30px 40px;
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: 0px 0px 11px 4px #b1a6a6;
    flex-wrap: wrap;
}
.container-in .left-video{
    width: 70%;
}
.container-in .left-video iframe{width:100%;height:365px}
.container-in .right-video iframe{width:100%;height:150px}
.container-in .right-video{
    width: 28%;
}
.container-in .right-video .right-video-in {}
.container-in p{font-size:14px;line-height:20px;margin:10px 0}
.container-in .right-video p{font-size:12px;line-height:20px;}
.session{
    width: 100%;
    float: left;
    text-align: center;
}
.session h3{
    text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
}
.session p{
    font-size: 17px;
    line-height: 24px;
    color: #333333;
}
.session a:hover{ background: #16977f;}
.session a{
    display: inline-block;
    background: #9c8856;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.white-full{
    width: 100%;
    float: left;
    padding: 40px 0;
}
.shadow-box{
    width: 100%;
    float: left;
    box-shadow: 2px 2px 10px 3px #d9d1d1;
    text-align: center;
}
.shadow-box h3{
    text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
}
.shadow-box p{
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    padding: 10px 14%;
    margin: 0px;
}
.shadow-box h4{
    text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    margin: 30px 0;
}
.property{
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.property .property-items:last-child:after{display:none}
.property .property-items:after{content:"";position: absolute;height: 100%;width: 1px;right: 0;background: #037d3f;}
.property .property-items{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
    width: 30%;
}
.property .property-items img{
    margin-right: 20px;transition:all .5s ease;
}
.property .property-items:hover  img{transform:scale(1.1)}

.property .property-items span{
    color: #037d3f;
    text-align: left;
    font-size: 17px;
    line-height: 24px;
}
.amities{
    background-image: url(../images/amities.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 0px;
    background-color: #1b3d59;
}
.amities h4{
    margin: 10px 0 50px 0;
    padding: 0;
    text-align: center;
    color: #fff;
}

.amities .booknow:hover{ background: #16977f;}
.amities .booknow{
    display: inline-block;
    background: #9c8856;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
}
.amenities-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 90px;
    float: left;
    width: 100%;
    text-align: center;
}
.amenities-wrap .amenities-item{
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat';
    justify-content: center;
    align-items: center;transition:all .5s ease;
}
.amenities-wrap .amenities-item:hover  img{transform:scale(1.1)}
.amenities-wrap .amenities-item img{
    width: 100px;
    object-fit: initial;
    height: auto;transition:all .5s ease;
}
.amenities-wrap .amenities-item span{
    color: #fff;
    font-size: 12px;
    margin-top: auto;
    padding-top: 20px;
}
.hubtown-stories{
    width: 100%;
    float: left;
    background-image: url(../images/pattern.jpg);
    background-repeat: repeat;
    padding: 40px 0;
    background-attachment: fixed;
}
.hubtown-stories h4{
    text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
    text-align: center;
    margin: 0;
}
.hubtown-stories .subtext{}
.hubtown-stories .subtext{
    font-size: 17px;
    line-height: 24px;
    color: #000;
    padding: 10px 14%;
    margin: 0px;
    text-align: center;
    font-family: 'Montserrat';
}
.stories-box{
    width: 100%;
    float: left;
}
.stories-item{
    width: 100%;
    float: left;
    background: #fff;
}
.stories-item img{}
.stories-item .desc{
    padding: 20px;
}
.stories-item .desc h3{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
    text-align: center;
    margin: 0;
    text-align: left;
}
.stories-item .desc p{
    font-size: 13px;
    text-align: left;
    font-family: 'Montserrat';
}
.stories-item .desc a{
    display: inline-block;
    background: #9c8856;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}
.news{width: 100%;
    float: left;
    padding: 40px 0;}
.news h4{text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
    text-align: center;
    margin: 0;}
.news p.subtext{font-size: 17px;
    line-height: 24px;
    color: #000;
    padding: 10px 14%;
    margin: 0px;
    text-align: center;
    font-family: 'Montserrat';}
.news .item-in{width:100%;padding:20px;border: 1px solid #16977f;}
.news .item-in h5{
    text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-right: 11px;
}
.news .item-in p{
    font-size: 16px;
    line-height: 20px;
    font-family: "Gotham";
    font-family: 'Montserrat';
}
.news .item-in a{background: #9c8856;color: #fff;padding: 5px 10px;font-size: 12px;text-decoration: none;text-transform: uppercase;margin-top: 20px;display: inline-block;font-family: 'Montserrat', sans-serif;}
.news .item-in img{}
.owl-dots{
    width: 100%;
    text-align: center;
    padding: 10px;
}
.owl-dots .owl-dot{
    background: transparent;
    /* width: 5px; */
    /* height: 5px; */
    border: none;
    /* margin: 5px; */
    display: inline-block;
}
.owl-dots .owl-dot.active{
    /* background: #87674d; */
}
.owl-dots .owl-dot span{
    display: block;
    width: 10px;
    height: 11px;
    border: none;
    margin: 0px;
    display: inline-block;
    padding: 0;
    /* margin: 1px; */
    background: #000;
}
.owl-dots .owl-dot.active span{background: #87674d;}
.owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -60px;
}
.owl-nav button{
    background: transparent;
    border: none;
}
.owl-nav button.owl-prev {float:left;}
.owl-nav button.owl-prev span{
    color: #2cbd6c;
    font-size: 50px;
}
.owl-nav button.owl-next {float:right;}
.owl-nav button.owl-next span{
    color: #2cbd6c;
    font-size: 50px;
}
.video-new-section{width:100%;float:left;padding: 20px 0;background: #edefed;}
.video-new-section  h3{
    text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
    text-align: center;
}
.video-new-section p.desc{
    text-align: center;
    text-decoration: none;
    color: #037d3f;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    padding: 10px 14%;
    margin: 0px;
}
.video-new-section .v-slider{
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    gap: 10px;
	margin:20px 0;
}
.video-new-section .v-slider iframe{width:100%;height:130px}

.video-new-section .v-slider2{
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    gap: 10px;
}
.video-new-section .v-slider2 iframe{width:100%;height:130px}

.footer{width:100%;float:left;padding:10px 0;text-align:center;background:#474753;}

.hubtown-stories.dark-green{background:#e6f8ed}
.hubtown-stories.dark-green .subtext{     color: #2cbd6c;}
.hubtown-stories.dark-green .stories-item .desc a{color: #fff;
    background: #2cbd6c;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 10px;}
.hubtown-stories.dark-green .stories-item {
    border: 1px solid #3ac176;
}
.green .owl-dots .owl-dot.active span {
    background: #2cbd6c;
}
.green .news p.subtext {
    color: #2cbd6c;
}
.green .news .item-in a {
    background: #2cbd6c;
   
}
.prop-anim{
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0;
}
.propertires h4{
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}
.propertires h5{
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}
.propertires p{
    font-size: 17px;
    line-height: 24px;
    color: #000;
    padding: 10px 14%;
    margin: 0px;
    text-align: center;
    font-family: 'Montserrat';
    color: #2cbd6c;
}
.propertires {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.icon-list .item {
    display: block;
    flex-direction: column;
    /* max-width: max-content; */
    text-align: center;
}
.icon-list .item img{width:auto;margin: 0 auto;}
.icon-list .item span{
    font-size: 15px;
    font-family: 'Libre Baskerville', serif;
    color: #16977f;
    line-height: 20px;
    margin: 10px 26px;
    text-align: center;
    display: block;
}
.icon-list{
    width: 100%;
    float: left;
    text-align: center;
}
a.book-now{display: inline-block;
    background: #037d3f;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;}
.propertires.amenities  h5{width:100%;border-bottom:1px solid #9de0ba;margin: 0px;margin-top: -41px;margin-bottom: 40px;}
.propertires.amenities  h5 span{background:#fff;position:relative;top: 10px;padding: 0 20px;}
/*regestration-page*/
.regestration-page{
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #100808;
}
.regestration-page h3{
    text-align: center;
    font-size: 37px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    margin:0px;
    flex-direction: column;
    padding:0px 0 30px 0;
    justify-content: center;
    color: #ffff;
}
.verrify-btn{display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;}
	.verrify-btn .otp-send,
	#otp_send .otp-send
	{    background: #fff;
    border: none;
    padding: 10px;
    width: 50%;
    margin: 10px 0;}
.formIn{    max-width: 600px;
    margin: 0 auto;}
.formIn-shad{
    width: 100%;
    float: left;
    padding: 20px;
    border: 1px solid #cccc;
    border-radius: 20px;
    box-shadow: 0 0 10px #e1dada;
    background: #ffff;
}
.formIn-shad .split-box{
    width: 100%;
    float: left;
    border: 1px solid #ddd7d7;
    padding: 20px;
    border-radius: 10px;
}
*:focus{outline:none;}
.ctrl-box{}
.ctrl-box label{
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;    border-radius: 5px;
}
.ctrl-box .f-ctrl{
    border: 1px solid #ccc;
    background: #ffff;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
}
.ctrl-box p{font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    }
.ctrl-box .sub{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    WIDTH: 100%;
    text-align: center;
    background: #000;
    color: #ffff;
    background-color: #012e6f;
    border-color: #012e6f;
    border: none;
    padding: 10px 20px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.error{font-size: 12px;
    color: #ff0000;
    text-align: left;
    text-transform: capitalize;}
.regestration-page.south25{
    background: #8dd6f6;
}
.regestration-page.south25 h3{
    color: #191919;
}
.regestration-page.south25 h3 img{
    margin: 10px 0;
}
.regestration-page.south25 .ctrl-box .sub {
    
    background: #fff;
    color: #000;
}
.regestration-page.south25 .formIn-shad .split-box {
 
    background: #012e6f;
}
.ctrl-box label, .ctrl-box p {
    
    color: #000;
}

.regestration-page.south25 .ctrl-box label, .regestration-page.south25 .ctrl-box p {
    
    color: #fff;
}
/*regestration-page end*/
.effect {
    position: relative;
    overflow: hidden;
}

 .effect:hover:after {
	
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);

}
.effect:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    content: "";
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
}
.show-slow {
	opacity:0;
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	-webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);}
.show-slow.visible {
    opacity: 1;
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
   
}
@media only screen and (max-width: 767px) {
  .header-in {
   
    flex-wrap: wrap;
}
 .header-in .logo-ht{
   
    width:100%;order:1;
	    text-align: center;
}
.header-in .logo{
   
   order:2;    width: 50%;
}
.header-in .logo:nth-child(2){
   
    order:3;
}
.logo .absolute {
    
    top: 43px;
}
.banner-in h1 {
    font-size: 48px;
   
    line-height: 54px;
}
.container-in .left-video {
    width: 100%;
}
.container-in .left-video iframe{
    width: 100%;
	height:200px;
}
.container-in .right-video {
    width: 100%;
}
.property {
    
    flex-wrap: wrap;
}
.property .property-items {
   
    width: 100%;
}
.property .property-items:after{display:none;}
.property {
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}
.amenities-wrap {
    flex-wrap: wrap;
    padding: 0 22px;
    text-align: center;
}
.amenities-wrap .amenities-item {
   
    width: 50%;
}
.amenities-wrap .amenities-item span {
    color: #fff;
    font-size: 16px;
    margin-top: auto;
    padding-top: 23px;
    line-height: 26px;
    margin-bottom: 20px;
}
}