
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic&display=swap');
:root{
    --primary_clr:#f6931e;
    --secondary_clr:#666666;
    --primary_clr_opacity:#f6951ec9;
}
*{
    font-family: 'Noto Sans Arabic', sans-serif;
}

.section-1-1,.section-1-2,.section-1-3,.section-1-4,.section-1-5{
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
}

/*.......................... section-1-1 ........................*/
.section-1-1{
    .col-md-6{
        align-items: center;
        display: flex;
    }
    .img-div{
        text-align: center;
    }
    .s-img{
        border-radius: 10px;
    }
    @media screen and (max-width:700px) {
        .row{
            flex-direction: column-reverse;
        }
        .s-img{
            margin-bottom: 10px;
        }
        .col-md-6:nth-child(1){
            padding: 0 25px;
        }
        
    }
}
/*.......................................................   section-1-1 END   ...........................................................*/


/*.......................... section-1-2 ........................*/
.section-1-2{
    .col-md-6{
        margin-bottom: 15px;
    }
    .aos{
        opacity: 0;
        transition: 0.5s;
    }
    .aos:nth-child(odd){
        transform: translateX(-50px);
    }
    .aos:nth-child(even){
        transform: translateX(50px);
    }
    .aos.active{
        transform: translateX(0);
        opacity: 1;
    }
    .for-bg-clr{
        padding: 15px;
        background-color: #dadae752;
        height: 100%;
        border-radius: 8px;
    }
}
.section-1-2 h5{
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--primary_clr_opacity);
    font-weight: 600;
}
.section-1-2 ul li{
    color: var(--secondary_clr);
    padding: 5px 0;

}
    

/*.......................................................   section-1-2 END   ...........................................................*/

/*.......................... paste_here ........................*/
/*.......................................................   paste_here END   ...........................................................*/