@media(min-width: 1600px){
    .layout{
        min-width: 1600px;
    }

    .layout__menu{
        padding: 3rem 5rem;
    }

    .layout__banner{
        min-height: 40rem;
        margin: 0 9.5rem;
        padding-right: 0;
        padding-left: 20rem;
        padding-top: 25rem;
        padding-bottom: 30rem;
    }

    .services__service{
        padding: 7rem 5rem; 
    }
}

@media (min-width: 1199px) and (max-width: 1400px){

    .reviews__grid,
    .clientes_container,
    .news__container,
    .footer__container{
        max-width: 98%;
        padding-left: 5rem;
        padding-right: 5rem;
    
    }

    .projects__all{
        gap: 3rem;
    }
}

@media(max-width: 1200px){
    .layout{
        min-width: 992px;
    }
    .nav__item{
        position: relative;
        margin: 0 2rem;
    }

    .banner__title{
        font-size: 6rem;
    }
    .layout__services{
        margin: 10rem 7rem;
        margin-bottom: 0;
    }

    .reviews__grid,
    .clientes_container,
    .news__container,
    .footer__container{
        max-width: 96rem; 
    }

    .services__service{
        padding: 4rem 1.5rem; 
    }
    .service__container-img{
        max-width: 6rem;
    }

    .projects__all{
        gap: 3rem;
    }

    .layout__stats,
    .layout__clientes{
        padding: 10rem 7rem;
    }

    .clientes__title{
        width: 70%;
    }

    .clientes__description{
        width: 60%;
    }

    .layout__news{
        padding: 10rem 0;
    }

    .news__list{
        display: flex;
        flex-direction: column;
    }

    .news__new:last-child{
        border-left: 0;
        padding-left: 0;
    }

    .layaut__contac {
        padding-top: 10rem;
        padding-bottom: 7rem;
    }

/*     .menu-mobile{
        visibility: hidden;
        opacity: 0;
    } */
}

@media(max-width: 1000px){
    .layout{
        min-width: auto;
    }

    .navbar__nav{
        display: none;
    }

    .navbar__mobile-btn{
        display: block;
    }

    .layout__banner{
        min-height: 100%;
        margin: 0.3;
    }

    .banner__content{
        width: 60%;
    }

    .banner__title{
        font-size: 5rem;
    }

    .banner__btn{
        padding: 2rem 3.5rem;
    }

    .shapes_item{
        width: 50%;
    }

    .reviews__grid,
    .clientes_container,
    .news__container,
    .footer__container{
        max-width: 72rem;
    }

    .services__subtitle,
    .project__subtitle,
    .stats__subtitle,
    .reviews__subtitle,
    .clientes__subtitle,
    .news__subtitle,
    .contact__subtitle{
        font-size: 1.8rem;
    }

    .services__title,
    .projects__title,
    .stats__title,
    .reviews__title,
    .news__title,
    .contact__title{
        font-size: 5rem;
    }

    .services__list{
        flex-direction: column;
    }

    .services__service{
        width: 95%;
        margin-top: 1rem;
        padding: 4rem 2.5rem;
        margin-bottom: 1rem;
    }

    .services-shapes--shape2{
        display: none;
    }

    .layout__services{
        padding-bottom: 4rem;
    }

    .layout__projects{
        padding: 8rem 4rem;
    } 
    .projects-shapes--shape2{
        display: none;
    }

    .layout__stats,
    .layout__clientes{
        padding: 8rem 5rem;
    }

    .stats__description,
    .clientes__description{
        font-size: 1.7rem;
        width: 100%;
    }

    .stats__progress{
        flex-wrap: wrap;
    }

    .stats_stat{
        width: calc(50% - 7rem );
    }

    .layout__reviews {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }

    .reviews__description, 
    .news__description {
        width: 100%;
        font-size: 1.7rem;
    }

    .reviews__container{
        flex-direction: column;
    }

    .clientes__title {
        width: 100%;
        font-size: 5rem;
    }

    .clientes__logos{
        flex-wrap: wrap;
    }

    .clientes__item{
        width: calc(50% - 3rem);
    }

    .layout__news{
        padding: 8rem 0;
    }

    .layaut__contac{
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
    .layaut__contac::before{
        height: 60rem;
    }
    .contact__title{
        width: 100%;
    }
    .contact__btn{
        padding: 1.8rem 3.5rem;
    }
    .contact__thum--chat{
        margin-right: -13rem;
        margin-bottom: -0.8rem;
        width: 70%;
    }

    .contact__img{
        width: 100%;
    }

    .contact__thum--laptop{
        bottom: 0;
        left: 0;
    }

    .contact__thum-mobile{
        bottom: 0;
        right: -8rem;
    }

    .contact__img{
        width: 70%;
    }

    .social_img {
        font-size: 2rem;
    }

    .footer__main{
        display: flex;
        flex-direction: column;
    }

    .footer__container{
        border: none;
    }

    .footer__fleft {
        width: 100%;
    }

    .footer__frigth {
        flex-basis: 100%;
    }

    .footer__bottom{
        flex-direction: column;
    }
    .footer__copyright{
        flex-basis: auto;
        text-align: center;
        display: block;
        margin-bottom: 1rem;
    }
    .footer__links{
        flex-basis: auto;
        text-align: center;
    }
    .footer__flinks{
        justify-content: center;
    }

    .fleft__group{
        margin-bottom: 4rem;
    }

}

@media(max-width: 770px){
    .layout__banner{
        margin: 0 3rem;
        padding: 8rem 3rem;
    }

    .banner__title{
        font-size: 4rem;
    }

    .layout__services{
        margin: 7rem 7rem;
    }

    .reviews__grid,
    .clientes_container,
    .news__container,
    .footer__container{
        max-width: 54rem;
    }

    .services__subtitle,
    .project__subtitle,
    .stats__subtitle,
    .reviews__subtitle,
    .clientes__subtitle,
    .news__subtitle,
    .contact__subtitle{
        font-size: 1.6rem;
    }

    .services__title,
    .projects__title,
    .stats__title,
    .reviews__title,
    .news__title,
    .contact__title{
        font-size: 5rem;
    }

    .layout__projects{
        padding: 6rem 5rem;
    }

    .projects__all{
        flex-direction: column;
    }

    .projects__project{
        width: 100%;
    }

    .layout__stats,
    .layout__clientes{
        padding: 6rem 3rem;
    }

    .stat__count{
        font-size: 4.4rem;
    }

    .layout__reviews{
        padding-top: 6rem;
        padding-bottom: 3rem;
    }

    .reviews__review {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .layout__news{
        padding: 6rem 0;
    }

    .news__new{
        display: flex;
        flex-direction: column;
    }

    .new__container--img{
        width: 100%;
    }

    .new__img{
        width: 100%;
    }
    .new__title{
        font-size: 2rem;
    }

    .layaut__contac{
        padding-top: 6rem;
        padding-bottom: 4rem;
    }

    .layaut__contac::before{
        height: 48rem;
    }

     .contact__thum--chat{
        margin-right: -42rem;
        margin-bottom: -0.8rem;
        width: 90%;
    }

    .contact__img{
        width: 100%;
    }

    .contact__thum--laptop{
        bottom: 0;
        left: 12rem;
    }

    .contact__thum-mobile{
        bottom: 0;
        right: -8rem;
    }

    .contact__img{
        width: 50%;
    }

    .layout_footer{
        padding: 0;
    }

    .fleft__container{
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 8rem;
    }

}

@media(max-width: 640px){
    
    .layout__projects,
    .stats_container,
    .contact__container,
    .reviews__grid,
    .clientes_container,
    .news__container,
    .footer__container{
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .layout__services{
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .contact__thum--chat{
        margin-right: -30rem;
    }

    .contact__thum--laptop{
        bottom: 0;
        left: 0rem;
    }

    .contact__thum-mobile{
        bottom: 0;
        right: -21rem;
    }

    .footer__frigth{
        display: flex;
        flex-direction: row;
        flex-basis: 100%;
        gap: 4rem;
    }

    .footer_widget--50{
    flex-basis: auto;
    }

}
