@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');
body{
    font-family: 'Optima', sans-serif;
}
html{
    scroll-behavior: smooth;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 9;
}
.banner_sec{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 70%), rgba(0, 0, 0, 0.2)), url(../image/banner.jpg);
    background-size: cover;
    background-position: center;
    padding:12% 0% 6% 0%;
    
  
}
.banner_sec h1{
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    font-size: 3rem;
    text-shadow: 1px 2px #8bc34a7d;
}
.banner_sec .row{
    justify-content: space-between;
	    padding-bottom: 25px;
}
.bnr-inr{
    /* background: #00000073;
    padding: 4rem 1rem; */
}
.banner_sec p{
font-size: 22px;
color: #f1f1f1;
font-weight: 700;
}
.banner_sec h3{
    font-size: 32px;
    font-weight: 700;
}
.header .navbar-nav .nav-link{
    font-weight: 600;
    font-size: 17px;
    padding: 5px 15px;
    }
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:hover{
    color: #90c14f;
}
.header .navbar-nav .nav-link.btn-inr:hover{
    color: #fff;
}
header .navbar-brand img{
    height: 65px;
}
.header .navbar-expand-lg .navbar-nav{
    align-items: flex-start;
}
.icon-box{
    background-color:#90c14f;
    border-radius: 7px;
    box-shadow: 0px 1px 1px 0px #000;
    align-items: center;
    padding: 15px 12px;
    height: 100%;
    cursor: pointer;
	text-align:Center;

}
header.header .navbar-collapse .navbar-nav a.nav-link.btn-inr {
        background: linear-gradient( -45deg, #90c14f, #90c14f, #32CD32, #32CD32 );
		    transition: all 0.3s ease;    transform: scale(1);    animation: Gradient 3s ease infinite;
			    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border: 1px solid #90c14f;
}
.call-box p{
    font-size: 12px;
    color: #222;
}
.call-box{
    align-items: flex-start;
    padding-top: 5px;
}
.call-box h6{
    font-size: 16px;
    color: #90C14D;
    font-weight: 700;
}
.contact-info-link{
    padding-right: 50px;
    padding-left: 10px;
    /*border-left: 2px solid #9bc75e;*/
}
.call-box img{
    height: 25px;
    margin-right: 10px;
	margin-top:7px;
}
.icon-box:hover{
    opacity: 1;
    background: #000;
}
.icon-box p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.icon-box img{
    height: 100%;
    max-height:100% ;
}
.icon-b{
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    margin-right: 15px;
	margin-top:-40px;

}
.btn-inr{
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background-color: #90C14D;
    border: 2px solid #90c14f;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    opacity: 0.9;
}
.btn-inr:hover{
    opacity: 1;
}
.hdng-sub{
    font-weight: 700;

}
.mid-sec{
    background-color: #f1f1f1;
    padding-top: 3.5rem !important;
}
.mid-sec p{
    line-height: 28px;
}
.mid-sec img{
    border-radius: 10px;
    width: 100%;
}
.pre-box h3{
    font-weight: 700;
    font-size: 70px;
    color: #222;
}
.pre-box h5{
    font-size: 24px;
    font-weight: 200;
}
.pre-box{
    background: #f6f6f6;
    border: 1px solid #222;
    border-radius: 10px;
    transition: all 0.3s;
    height: 100%;
    cursor: pointer;
    padding: 15px 10px;
    max-width: 100%;
    margin: auto;

}
.amenitie-box{
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.amenitie-box img{
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: translate3d(-15px, 0, 0) scale(1.12);
    transform: translate3d(-15px, 0, 0) scale(1.12);
}
.inr-text{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f1f1f1;
    transition: all 0.3s;
    transition: .5s ease;
    text-align: center;
      background: rgb(26 25 25 / 15%)
    
}
.inr-text h4{
    font-size: 24px;
 
    font-weight: 600;
    color: #fff;
}
.amenitie-box:hover img{
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);

}
.row-amenitie .col-md-4{
    margin-bottom: 20px;
}
.amenitie-box:hover .inr-text {
    background: #3836366b;
}
/* .pre-box:hover{
    background-color: #90C14D;
}
.pre-box:hover h3{
color: #f1f1f1;
} */
.dtl-box{
    height: 100%;
    background-color: #fff;
    border-left: 4px solid #90C14D;
    padding: 10px;
    border-radius: 5px;
}

.dtl-box p{
margin: 0;
font-weight: 600;
}
.slide-glry .owl-slider img{
    height: 600px;
}
.slide-glry .owl-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 40%;
    width: 100%;
}
.slide-glry .owl-nav button{
    font-size: 30px !important;
    background-color: #90C14D !important;
    color: #fff !important;
    width: 50px;
    height: 50px;
    font-weight: 700 !important;
    margin: 0px -22px;
    border-radius: 30px;
}
.form-comn {
    border: 1px solid #90C14D;
    padding: 30px 25px;
    border-radius: 25px;
}
.point_sec .row{margin-top: -60px;}
.point_sec .row .col-md-4 {
    padding: 30px;
}
.form-comnbnr{
background-color: rgb(0 0 0 / 0.4);
border:3px solid #fff;
}
.form-comn h4{
    font-weight: 700;
    color: #90C14D;
}
.form-comn p{
    color: #545454;
    font-weight: 600;
}
.form-comnbnr p{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.frm-box{
    position: relative;
    margin-top: 15px;
}

.form-comn .btn-inr{
    display: block;
    width: 100%;
    margin-top: 15px;

}
.form-comn .form-control{
    border:1px solid #22222291;
    border-bottom: 2px solid #fff;
    background-color: #22222291;
    color: #fff;
    border-radius: 0;
    padding: 8px;
    font-size: 14px;
}
.form-comn .form-control::placeholder{
    color: #fff;
}
.iti--separate-dial-code .iti__selected-dial-code{
    color:#a2a2a2;
}
.iti__arrow--up{
    border-color: #a2a2a2;
}
.form-comn .form-control:hover, .form-comn .form-control:focus{
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 2px;
}
.form-comnmodal .form-control{
border: 1px solid #d1d5db !important;
font-size: 13px;
padding: 15px 10px;
color: #9ca3af;
border-radius: 8px;
background-color: #f9fafb;
}
.form-comnmodal{
padding: 40px 40px;
border: none;
}
.form-modal .modal-dialog {
max-width: 600px;
}
.form-comnmodal .form-control::placeholder{
    color: #9ca3af;
}
/* .bnr-p{
    display: inline-block;
    background: #f1f8e938;
    padding: 0px 5px
} */
.frm-box .iti{
    display: block;
}
.slide-glry img{
    object-fit: cover;
}
.btn-close{
    position: absolute;
    right: 10px;
    top: 10px;

}
.btn-close:hover{
    color: #90C14D;
}
.form-comnfooter{
    border-color: #f8f9fa;
}
.form-comnfooter .form-control{
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-bottom-color: #222;
    color: #222;
}
.form-comnfooter .form-control:hover, .form-comnfooter .form-control:focus{
border: 2px solid #222;
border-radius: 3px;
}
.form-comnfooter .form-control::placeholder{
    color: #222;
}
img.wafi-logo{
    width: 70px;
}
img.mazaya-logo{
    width: 80%;
    padding-bottom: 20px;
}
body.thankyou_page{
    text-align: center;
    padding: 5%;
}

.language-text{
    margin: 11% auto;
}
.payment-plan{
    padding: 10px;
}
@media(max-width:991px){
    .form-comn{
        padding: 20px;
    }
    .banner_sec h1{
        font-size: 2rem;
    }
    .banner_sec p, .btn-inr{
        font-size: 14px;
    }
    .banner_sec h3{
        font-size: 18px;
    }
    .header .navbar-nav .nav-link.btn-inr{
        display: inline;
    }
    header .navbar-brand img{
        height: 45px;
    }
    .point_sec .col-md-4{
        margin-bottom: 15px;
    }
    .mid-sec{
        padding-top: 3rem;
    }
    #plan .col-md-4{
        margin-bottom: 15px;
    }
    .pre-box h5{
        font-size: 16px;
    }
    .slide-glry .owl-slider img{
        height: 400px;
    }
    .content-box .col-lg-6{
        margin-bottom: 10px;
    }
    .amenitie-box{
        height: 170px;
    }
}
@media(max-width: 767px) {
	.icon-b{border: 1px solid;}
	.contact-info-link{padding-bottom: 15px;}
	.banner_sec .row .col-md-6.col-lg-5{padding: 30px 20px 30px 20px;text-align: center;}
	.point_sec .row .col-md-4 {
    padding-bottom: 0px;
	margin-bottom:0;
}
	.banner_sec .row .form-comn .col-md-6.col-lg-5 {
    padding-bottom: 30px;
}
    .slide-glry .owl-nav button{
        margin: 0 5px;
        height: 40px;
        width: 40px;
        font-size: 20px !important;
    }
    .inr-text h4{
        font-size: 16px;
    }
    .amenitie-box{
        height: 150px;
    }
    .slide-glry .owl-slider img{
        height: 300px;
    }
    .hdng-sub{
        font-size: 20px;
    }
    .pre-box h3{
        font-size:45px;
    }
    .payment-plan{
        width: 50%;
    }
}