@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&family=Readex+Pro:wght@160..700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root{
    --def:#25283a;
    --def-s:#7078ab;
}
body{
    font-family: "Noto Kufi Arabic", sans-serif;
    background-color: #ffffff;
    color: #4b527c;
    font-size: 20px;
    line-height: 2.2 ;
}

.navbars{
    background-color: rgb(37, 40, 58);
    height: 57px !important;
}
.home{
    margin-top: 55px;
    
}

.bar-s{
    background-color: var(--def);
    height: 60px;
    color: white;
}
.logo{
    width: 140px;
}
.c-def{
    color: var(--def-s);
}
.about{
    width: 80%;
    margin-top: -100px;
}
.c-w{
    color: white;
}
.box{
    background-color: var(--def);
    padding: 10px;
   
}
.part{
    width: 70px;
}
.card{
    border-radius: 12px;
    border:none;
    margin-bottom: 27px;
}
.card-body{
    font-size: 12px !important;
}
.c-white{
    color: white;
}
.btn-primary{
    border-radius: 12px;
    background-color: var(--def);
    padding: 12px 14px;
    font-size: 12px;
    border: none !important;
}

.btn-light{
    border-radius: 12px;
    background-color: var(--def-s);
    padding: 11px 13px;
    font-size: 13px;
    border: none !important;
    color: white !important;
}

.btn-light-small{
    border-radius: 12px;
    background-color: var(--def-s);
    padding: 7px 8px;
    font-size: 11px;
    border: none !important;
    color: white !important;
}
.btn-secondary{
    border-radius: 12px;
    color: var(--def-s);
    padding: 12px 14px;
    font-size: 13px;
    border: none !important;
    background: white !important;
}

.btn-secondary:focus{
    border-radius: 12px;
    color: var(--def-s);
    padding: 11px 13px;
    font-size: 13px;
    border: none !important;
    background: white !important;
}

.form-control{
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 15px;
    font-size: 12px;
    border: 1px solid rgb(224, 224, 224);
}
.form-control:focus{
    outline: none !important;
    border-color: var(--def-s) !important;
    box-shadow: 0px 0px 0px 1px var(--def-s);
}
.btn-fixed-contact{
    width: 63px;
    height: 63px;
    border-radius:50%;
    text-align: center;
    padding: 2px;
    position: fixed; 
    font-size: 38px;
    /* border: 1px solid white; */
    background: rgb(255, 255, 255);
  }
.w{
    bottom:42px;
    left: 19px;
    color:white;
    background: rgb(10, 180, 115);
  }

  .sss{
    width: 70px;
    height: 22px;
    border-radius:10px;
    text-align: center;
    padding: 2px;
    position: fixed; 
    font-size:12px;
    /* border: 1px solid white; */
    background: rgb(255, 255, 255);
    bottom:65px;
    left: 75px;
    color:rgb(0, 0, 0);
}

.footer{
    background-color: #25283a;
    min-height: 600px;
    padding-top: 50px;
    color: #bfc3da;
    font-size: 12px;
    margin-top: -20px;
}
.logo-footer{
    width: 190px;
}

.icon-contact{
    background-color: white;
    color: #25293f00;
    border-radius: 50%;
    /* padding:  3px 10px !important; */
    width:32px;
    height:32px;
    padding-top: 2px;
    font-size: 14px;
    text-align: center;
}

.offcanvas{
    width: 74%;
}
.a-menu{
    padding: 4px 12px;
    text-decoration-line: none;
    color: #25283a;
    font-size: 14px;
}
.icon-contact-s{
    background-color: var(--def);
    color: #25293f00;
    border-radius: 50%;
    padding:  4px 6px;
    font-size: 14px;
}

.no-padd{
    padding: 0px !important;
}
.no-padd > img{
    border-radius: 12px !important;
}

.plus{
    background-color: #f0f2ffd7 !important;
    color: var(--def-s) !important;
}

.topb{
    width: 100%;
    height: 480px;
    background-color: #25283ac7;
    position: relative;
    margin-top: -200px;
    color: white;
    margin-top: -520px;
}
.home-img{
    height: 510px;
}

@media only screen and (max-width: 600px) {
    .home-img{
        height: 190px;
    }
    body{
        font-size: 15px;
    }
    .home-banner{
        height:580px;
    }
    .logo{
        width: 120px;
    }
    .about{
        width: 100%;
        margin-top: -200px;
    }
    .topb{
        height: 190px;
        margin-top: -200px;
    
    }
}