@font-face {
    font-family: "Almarai-Regular";
    src: url(../font/Almarai-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Almarai-Light";
    src: url(../font/Almarai-Light.ttf);
    font-style: normal;
}
@font-face {
    font-family: "Almarai-Bold";
    src: url(../font/Almarai-Bold.ttf);
    font-weight: 400;
    font-style: normal;
}

html{
    scroll-behavior: smooth;
}
.language .lang{
    font-size: 20px;
}
.header{
    position: absolute;
    width: 100%;
    z-index: 99;
}
.header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    background-color: #1C2119;
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
.banner_sec{
    background-image: url(../image/banner.jpg);
    background-size: cover;
    background-position: 0% 50%;
    padding:15% 0% 6% 0%;
    text-align: left;
    height: 950px;
    
  
}
.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 .btn-inr {
    margin-top: 15px;
}
.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: #fff;
}
.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;
}
.navbar-toggler-icon{
    background-image: url(../image/web.png);
}
.icon-box{
    background-color:rgb(205 205 205 / 19%);
    border-radius: 7px;
    box-shadow:rgb(148 143 143) 0px 0px 14px -5px;
    border: 1px solid #8BC34A;
    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: #2E2721;
	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;
}
.call-box p{
    font-size: 12px;
    color: #fff;
}
.call-box{
    align-items: flex-start;
    padding-top: 5px;
}
.call-box h6{
    font-size: 16px;
    color: #ffffff;
    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 p{
    color: #000;
    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;
    padding: 10px;
    border-radius: 30px;
    margin-right: 15px;

}
.btn-inr{
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background-color:#2E2721;
    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;

}
.content-box{
    padding: 5% 10% 5% 10%; 
    font-family:'Almarai-Light';
    line-height: 40px;
}
.mid-sec{
    background-color: #f1f1f1;
    font-family:'Almarai-Light';

}

.mid-sec p{
    font-size: 20px;
}
.mid-sec img{
    width: 100%;
}
.mid-sec h2{
    font-family: 'Almarai-Light';
    font-size: 50px;
}
.mid-bg{
    background-image: url(../image/sufana-12.jpg);
    background-size: cover;
    background-position: 0% 60%;
    color: #fff;
    width: 100%;
    height: 650px;
    

}
.location{
    background-color: #cddbdc;
    padding: 80px 0px 80px 0px
}
.location img{
    border-radius: 10px;
    width: 100%;
}
.location-text{
    padding: 3% 0% 3% 0%;
    text-align: right;
    width: 50%;
    font-size: 20px;
}
.pre-box h3{
    font-weight: 700;
    font-size: 70px;
    color: #fff;
}
.pre-box h5{
    font-size: 30px;
    font-weight: 200;
    color: #fff;
}
.pre-box{
    background:rgba(121, 121, 121, 0.52);
    border: 2px solid #69363B;
    border-radius: 10px;
    transition: all 0.3s;
    height: 100%;
    cursor: pointer;
    padding: 15px 10px;
    max-width: 100%;
    margin: auto;

}

.mid-amenities{
    color:#BA9A67;
    padding-top: 80px;
    padding-bottom: 80px;
}
.mid-amenities h2{
    font-size: 4em;
}
.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 #2E2721;
    padding: 10px;
    border-radius: 5px;
}

.dtl-box p{
margin: 0;
font-weight: 600;
}
.container-slide{
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.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: #2E2721 !important;
    color: #fff !important;
    width: 50px;
    height: 50px;
    font-weight: 700 !important;
    margin: 0px 0px;
    border-radius: 30px;
}
.form-comn {
    border: 1px solid #2E2721;
    padding: 30px 25px;
    border-radius: 25px;
    margin: auto;
}
.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: #000;
}
.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;
}
form > div > input:invalid:not(:focus):not(:placeholder-shown) ~ .error {
	display: block;
	color: red;
}
label.error{
    display: block;
	color: red;
}
/* .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;

    box-shadow: 0px 0px 5px 0.2px rgba(0, 0, 0, 0.5);
}
.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;
}
.wafi-logo img{
    width: 100px;
}
img.project-logo{
    width: 35%;
}
body.thankyou_page{
    text-align: center;
    padding: 5%;
}

.language-text{
    margin: 11% auto;
}
.payment-plan{
    padding: 10px;
}
.developer-box{
   border: #2E2721 3px solid
}
.about-sec{
    background-size: cover;
    background-position: center;
    padding: 5rem;
}
.dev-sec {
    padding: 3rem;
}
.about-mada{
    padding-top: 0rem;
}
.about-sec img{
    width: 100%
}
.dev-container{
    border: 1px solid #2E2721;
    background-color: #ffffff;
    padding: 5px;
}


.fixed_footer_icons .whatsapp_footer{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.fixed_footer_icons .call_footer{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 10px;
    background-color: #0125db;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.main-content{
    background-color: #fff;
}
.project-features-sec {
    padding-top: 50px;
    padding-bottom: 100px;
}
.project-features-text{
    padding: 20px;
    text-align: right;
    font-size: 20px;
    font-family:'Almarai-Light';
}
.project-features-text h5{
    font-weight: 900;
    font-family: 'Almarai-Bold';
}
.project-features-img{
    box-shadow: 2px 2px 8px #0e0e0e62;
}
.project-features-img img{
    width: 100%;
}
.project-features-sec h2{
    font-family: 'Almarai-Light';
    font-size: 50px;
}
.project-features-sec-mob{
    display: none;
}

.amenities {
    text-align: center;
}
.project-amenities{
    padding-top: 3rem;
}
.amenities-item{
    text-align: center;
  }
.amenities-text-p{
    padding:20px;
}
.amenities-icon img{
    width: 50px;
}
.footer{
    background-color: #000;
    padding: 20px;
    color: #fff;
    direction: ltr;
    text-align: center;
}
.footer .social{
    padding: 15px;
}
.footer .social a {
    padding: 3px 0;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 15px;
}
.footer .social a i {
    font-size: 18px;
    margin-right: 5px;
}
.privacy-policy{
    text-decoration: none;
    color: #fff;
}
.header-features ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.header-features > li {
    float: left;
    width: 29%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0 3.0625rem 2.0625rem 0
}
li::marker {
    color: #69363B;
    font-size: 30px;
  }
  input#phone1, input#phone{
    padding-right: 94px;
}
.office-whatsapp{
    direction: ltr;
    text-align: right;
}
.office-whatsapp a{
    text-decoration: none;
    color:#fff;
    font-size:20px
}
.office-footer{
    background-color: #cddbdc;
    background-size: cover;
    background-position: center;
    color: #000;
}
.branch-flag{
    width: 120px;
}
.mid-content{
    background-color: #BA9A67;
    color: #fff;
}
.mid-text{
    font-size: 3.5em;
}

.box-app{
    background-color: #fff;
    border-radius: 40px ;
    width: 82%;
    margin: auto;
    text-align: center;
    padding: 20px;
}
.qr-code img{
    width: 30%;
}
.store-buttons {
    display: flex;
    gap: 12px;
    padding: 20px;
  }
  
  .store-badge {
    display: flex;
    align-items: center;
    background-color: black;
    color: white;
    border-radius: 40px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background 0.2s;
  }
  
  .store-badge:hover {
    background-color: #333;
  }
  
  .store-icon {
    width: 23%;
    margin-right: 12px;
  }
  
  .store-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    margin: auto;
  }
  
  .small-text {
    font-size: 10px;
    opacity: 0.7;
  }
  
  .big-text {
    font-size: 20px;
    font-weight: bold;
  }

  .offices {
    direction: ltr;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 20px;
    background-color: #cddbdc;
  }

  .office-block {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .office-block img.flag {
    width: 125px;
  }

  .office-details {
    text-align: right;
  }

  .office-details h3 {
    margin: 0;
    font-size: 20px;
  }

  .office-details p {
    margin: 5px 0;
    font-size: 14px;
  }

  .office-details strong {
    font-size: 16px;
  }

  .office-whatsapp a{
    display: inline-block;
    margin-left: 8px;
    color: #4CAF50;
    text-decoration: none;
  }
@media(max-width:991px){
    .form-comn{
        padding: 20px;
        width: 100%;
    }
    .banner_sec h1{
        font-size: 2rem;
    }
    .banner_sec p, .btn-inr{
        font-size: 14px;
    }
    .banner_sec h3{
        font-size: 18px;
    }
    .banner_sec{
        height: auto;
        text-align: center;
        background-position:center;
    }
    .banner_sec .row{
        margin:50% auto;
    }
    .header .navbar-nav .nav-link.btn-inr{
        display: inline;
    }
    header .navbar-brand img{
        height: 45px;
    }
    .point_sec .col-md-4{
        margin-bottom: 15px;
    }
    .about-sec{
        padding: 3rem;
    }
    .dev-sec{
        padding: 0;
    }
    .about-mada{
        padding-top:0;
    }
    #plan .col-md-4{
        margin-bottom: 15px;
    }
    .pre-box h5{
        font-size: 15px;
    }
    .slide-glry .owl-slider img{
        height: 400px;
    }
    .content-box .col-lg-6{
        margin-bottom: 10px;
    }
    .amenitie-box{
        height: 170px;
    }
    .developer-row{
       flex-direction: column-reverse;
    }
    .payment-plan-bg{
        padding: 1rem;
    }
    .footer-container{
        flex-direction: column-reverse;
    }
    img.project-logo{
        width: 70%;
        padding-bottom: 16px;
    }
    .mid-text{
        font-size: 1.5rem;
    }
    .location-text{
       padding: 3% 10% 3% 10%;
        font-size: 14px;
    }
    .mid-amenities h2{
        font-size: 3em;
    }
    .mid-bg{
        height: 250px;
        background-position: center;
    }
    .mid-sec h2{
        font-size:25px;
    }
    .mid-sec p{
        font-size:14px;
    }
    .content-box{
        line-height: 30px;
    }

}
@media(max-width: 767px) {
	.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;
}
.row.align-items-center.reverse-colum{
    flex-direction: column-reverse;
}
.mid-amenities{
    padding: 0;
}
.project-features-sec-mob{
    display: contents;

}
.project-features-sec{
    display: none;
}
.amenities-box img{
    width: 40px;
}
.box-features{
    padding: 10px;
}
	.banner_sec .row .form-comn .col-md-6.col-lg-5 {
    padding-bottom: 30px;
}
ul.header-features > li{
    width: 100%;
    margin: 0;
}
body{
    font-family: "Cairo";
}
    .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%;
    }
    .developer-row{
        flex-direction: column-reverse;
     }
     .footer{
        text-align: center;
    }
    .copyright {
        padding: 10px;
    }
    .footer .social a i {
        vertical-align: middle;
    }
    .footer .social a {
        padding: 10px;
        
    }
    .col-md-4.form-div{
        padding-bottom: 30px;
    }
    
.store-buttons{
    display: grid;
}
.office-footer .row.align-items-center.justify-content-center{
    flex-direction: column-reverse;
}
label{
    font-size: 11px;
}
.form-div{
    padding: 38px;
}
.qr-code img{
    width: 50%;
}
.offices {
flex-direction: column;
align-items: flex-start;
flex-direction: column-reverse;
}

.office-block {
width: 100%;
justify-content: flex-start;
flex-direction: column-reverse;
}
.office-details{
    text-align: center;
}
.office-whatsapp{
    text-align: center;
}
}