/*==========================================
=            Responsive Design
==========================================*/


/*==========================================
=            أجهزة اللابتوب
==========================================*/
@media (max-width:1200px){

}


/*==========================================
=            التابلت
==========================================*/
@media (max-width:992px){

}


/*==========================================
=            الموبايل
==========================================*/

/*==========================================
=           cta
==========================================*/
@media (max-width:768px){

    .cta-box{

        flex-direction:column;
        text-align:center;
        padding:30px 20px;
        gap:20px;

    }

    .cta-image{

        width:180px;
        margin:auto;

    }

    .cta-image img{

        max-width:100%;
        height:auto;

    }

    .cta-content{

        width:100%;

    }

}


/*==========================================
=            الموبايل الصغير
==========================================*/
@media (max-width:576px){

}