@media (min-width: 320px) and (max-width: 575.99px){ 
    .navbar-brand img{
        width: 70%;
    }
    .banner div div div{
        flex-direction: column;
    }
    .banner_txt h1 {
	font-size: 32px;
    }
    .banner_img img {
	width: 80%;
	margin: 33px 25px;
    }
    #Logo {
        width: 40px;
        height: 40px;
    }
    .h2_w {
        width: 100%;
        font-size: 28px;
    }
    .body_txt{
        display: flex;
        flex-direction: column;
    }

    .unlock div div{
        flex-direction: column;
    }
    .unlock_img img{
        width: 90%;
        padding-bottom: 20px;
    }
    .unlock_txt h2{
        width: 100%;
        font-size: 28px;
    }
   
    .achievements div{
        flex-direction: column;
    }
    .achievements_txt{
        width: 100%;
    }
    .achievements_txt h2{
        width: 100%;
    }
    .achievements_img{
        width: 100%;
    }

    .customer div div{
        flex-direction: column;
    }
    .customer_img{
        width: 100%;
    }
    .customer_txt{
        width: 100%;
    }
    .customer_img img{
        width: 90%;
    }
    .client_img{
        display: flex;
        flex-direction: row !important;
    }
    .client_img img{
        width: 30px;
        height: 30px;
    }
    .client_img .px-5{ 
            padding-right: 0 !important;
            padding-left: 0 !important;
        
    }
    .marketing .head_txt{
        width: 100%;
    }
    .head_txt .w-50 {
        width: auto !important;
    }
    .f_head h1{
        font-size: 22px;
        width: 100%;
    }
    .f_body{
        flex-direction: column;
    }
    .f_left{
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .f_right{
        width: 100%;
        margin: 0 auto;
    }
    .links{
        flex-direction: column;
    }
    .a_top{
        margin-top: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767.99px){ 
    .banner div div div{
        flex-direction: column;
    }
    .h2_w {
        width: 100%;
    }
    .body_txt{
        display: flex;
        flex-direction: column;
    }
    .unlock div div{
        flex-direction: column;
    }
    .unlock_img img{
        width: 90%;
        padding-bottom: 20px;
    }
    .unlock_txt h2{
        width: 100%;
        /* font-size: 28px; */
    }
    .customer div div{
        flex-direction: column;
    }
    .customer_img{
        width: 100%;
    }
    .customer_txt{
        width: 100%;
    }
    .customer_img img{
        width: 90%;
    }
    .client_img{
        display: flex;
        flex-direction: row !important;
    }
    .marketing .head_txt p{
        width: 100%;
    }
    .head_txt .w-50 {
        width: auto !important;
    }
    .f_head h1{
        /* font-size: 40px; */
        width: 100%;
    }
    .f_body{
        flex-direction: column;
    }
    .f_left{
        width: 100%;
        padding-bottom: 20px;
    }
    .f_right{
        width: 100%;
        margin: 0 auto;
    }
    .links{
        gap: 25px;
    }
    .fa-telegram {
        right: -219px;
        bottom: 30px;
    }

}
@media (min-width: 768px) and (max-width: 991.99px){ 
    .h2_w {
        width: 74%;
        margin: 0 auto;
    }
    .body_txt{
        width: 100%;
    }
    .body_1{
        width: 33.3%;
    }
    .body_1 h3 {
        margin-left: 45px;
    }
    .body_1 p {
        margin-left: 27px;
    }

    .customer_img{
        width: 35%;
    }
    .customer_img img{
        width: 100%;
    }
    .head_txt .w-50{
        width: 74% !important;
    }
    .f_head h1 {
        width: auto;
    }
    .f_left p{
        width: 85%;
    }
    .social_links .gap-4 {
        gap: .5rem !important;
    }
    .links{
        gap: 10px;
    }
    .fa-telegram {
        left: 222px;
        bottom: 30px;
    }

}
@media (min-width: 992px) and (max-width: 1199.99px){
   
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .customer_img{
        width: 33%;
    } 
    .customer_img img{
        width: 100%;
    } 
    .head_txt .h2_w{
        width: 56%;
    }
    .f_head h1{
        width: 70%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px){ 
    .f_head h1{
        width: 51%;
    }
}