@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@300;400;500;600;700;800&display=swap');

/* :root{
    --primary-color: #4e2fda;
    --secondary-color: #2e00ff;
    --light-color: #eee7f7;
    --dark-color: #020617;
    --white-color: #ffffff;
    --text-color: #334155;
    --primary-font: 'Noto Kufi Arabic', sans-serif;
    --transtion: 0.5s all;
} */
:root{
    --primary-color: #04275f;
    --secondary-color: #b00a18;
    --light-color: #eee7f7;
    --dark-color: #020617;
    --white-color: #ffffff;
    --text-color: #334155;
    --primary-font: 'Noto Kufi Arabic', sans-serif;
    --transtion: 0.5s all;
}
@media (min-width: 640px) {
    .img-banner-mediarabs1 , .img-banner-mediarabs2 , .img-banner-mediarabs3 , .img-banner-mediarabs4 , .img-banner-mediarabs5 , .img-banner-mediarabs6{
        display: block;
    }
}



@media (max-width: 1200px) {
    .title-banner{
        font-size: 40px;
        font-weight: 700;
    }
}
@media (max-width: 992px) {
    .title-banner{
        font-size: 35px;
        font-weight: 700;
    }
}
@media (max-width: 991px) {
    #navbarcontent{
        background: var(--white-color);
        padding: 1rem;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 8px -3.5px #dddddd;
        -moz-box-shadow: 0 0 8px -3.5px #dddddd;
        box-shadow: 0 0 8px -3.5px #dddddd;
        text-align: right;
    }
    .title-banner{
        font-size: 35px;
        font-weight: 700;
    }
    .banner-home .container , #nav .container , .contact-sec .container{
        max-width: 650px !important;
    }
}
@media (max-width: 768px) {
    .title-banner{
        font-size: 30px;
        font-weight: 700;
    }
    #banner-home{
        padding-top: 100px;
    }
    .banner-home .container , #nav .container , .contact-sec .container{
        max-width: 520px !important;
    }
    .title-section{
        font-size: 22px;
    }
    
}
@media (max-width: 650px) {
    
}
@media (max-width: 576px) {
    #banner-home{
        text-align: center;
    }
    .title-banner{
        font-size: 22px;
        font-weight: 600;
    }
    #card-clints img{
        max-width: 70px;
    }
    .top-card-img{
        flex-wrap: wrap;
    }
    #about-tabs{
        border-radius: 20px;
        padding: 7px 15px;
        /* display: block; */
        justify-content: center;
    }
    #about-tabs .nav-item{
        padding-bottom: 10px;
        width: 90%;
    }
    #about-tabs .nav-item button{
    }
}