/* desde 166px hasta el max-width */
@media(min-width:1600px) {

    .layout {
        min-width: 1600px;
    }

    .layout__menu {
        padding: 5rem 9.5rem;
    }

    .layout__banner {

        min-height: 85rem;
        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) {

    /* .services__grid, */
    /* .projects__grid, */
    /* .stats__container, */
    /* .contact__container, */
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        justify-content: center;
        max-width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .projects__all {
        gap: 3rem;
        justify-content: center;
    }
}

@media(max-width:1200px) {
    .layout {
        min-width: 992px;
    }

    .nav__item {
        margin: 0 2rem;
    }

    .bunner__title {
        font-size: 6rem;
    }

    .layout__services {
        margin: 10rem 7rem;
        margin-bottom: 0rem;

    }

    .services__service {
        padding: 5rem 0rem;
    }

    /* .services__grid, */
    /* .projects__grid, */
    /* .stats__container, */
    /* .contact__container, */
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        max-width: 96rem;
    }

    .services__container-img {
        max-width: 6rem;
    }

    .projects__all {
        gap: 3rem;
        justify-content: center;
    }

    .layout__stats,
    .layout__clients {
        padding: 10rem 7rem;
    }


    .clients__title {
        width: 70%;
    }

    .clients__description {
        width: 60%;
    }

    .layout__news {
        padding: 10rem 0;
    }

    .news__list {
        display: flex;
        flex-direction: column;
    }

    .news__new:last-child {
        border-left: none;
        padding-left: 0;
    }

    .layuot__contact {
        padding-top: 10rem;
        padding-bottom: 7rem;
    }

    
}

@media(max-width: 1000px) {
    .layout {
        min-width: auto;
    }

    .navbar__nav {
        display: none;
    }

    .navbar__mobile-btn{
        display: block;
    }

    .layout__banner {
        min-height: 100%;
        margin: 0 3rem;
    }

    .banner__content {
        width: 65%;
    }

    .bunner__title {
        font-size: 5rem;
    }

    .banner__btn {
        padding: 2rem 3.5rem;
    }

    .shapes__item {
        width: 50%;
    }

    /* .services__grid, */
    /* .projects__grid, */
    /* .stats__container, */
    /* .contact__container, */
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        max-width: 72rem;
    }

    .services__subtitle,
    .projects__subtitle,
    .stats__subtitle,
    .reviews__subtitle,
    .clients__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: 2rem;
        margin-bottom: 3rem;
        padding: 4rem 2.5rem;
    }

    .service-shapes--shape2 {
        top: 10%;
        left: 83%;
    }

    .layout__services {
        padding-bottom: 4rem;
    }

    .layout__projects {
        padding: 8rem 4rem;
    }

    .categories__item {
        font-size: 1.8rem;
    }

    .project-shapes--shape1 {
        top: 3%;
        right: -2%;
    }

    .layout__stats,
    .layout__clients {
        padding: 8rem 5rem;
        width: 100%;
    }

    .stats__description,
    .clients__description {
        font-size: 1.7rem;
        width: 100%;
    }

    .stats__progress {
        flex-wrap: wrap;
    }

    .stats__stat {
        width: calc(50% - 1.5rem);
    }

    .layout__reviews,
    .reviews__description {
        width: 100%;
        font-size: 1.7;
    }

    .reviews__container {
        flex-direction: column;
    }

    .clients__title {
        width: 100%;
        font-size: 5rem;
    }

    .clients__logos {
        flex-wrap: wrap;
        gap: 13rem;
        align-items: center;
    }

    .clients__item {
        width: calc(50% -3rem);
    }

    .layout__news {
        padding: 7rem 0;
    }

    .layuot__contact {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }

    .layuot__contact::before {
        height: 60rem;
    }

    .contact__title {
        width: 100%;
    }

    .contact__btn {
        padding: 1.5rem 3rem;
    }

    .contact__thumb--laptop {
        position: absolute;
        bottom: 0;
        left: 3rem;
    }

    .contact__thumb--chat {
        margin-left: 27.5rem;
        width: 59%;
        left: 10rem;
    }

    .contact__img {
        width: 82%;
    }

    .social__img {
        font-size: 2rem;
    }

    .fleft__container {
        border: none;
    }

    .footer__main {
        display: flex;
        flex-direction: column;
    }

    .footer__fleft {
        width: 100%;
    }

    .footer__fright {
        width: 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;
        margin-top: 2rem;
    }

    .footer__flinks {
        justify-content: center;
    }
}

@media(max-width: 770px) {

    .layout__banner {
        padding: 8rem 3rem;
    }

    .bunner__title {
        font-size: 4rem;
    }

    .layout__services {
        margin: 7rem 7rem;
    }

    .service-shapes--shape1 {
        top: 3%;
        right: 6%;
    }

    /* .services__grid, */
    /* .projects__grid, */
    /* .stats__container, */
    /* .contact__container, */
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        max-width: 54rem;
    }

    .services__subtitle,
    .projects__subtitle,
    .stats__subtitle,
    .reviews__subtitle,
    .clients__subtitle,
    .news__subtitle,
    .contact__subtitle {
        font-size: 1.6rem;
    }

    .services__title,
    .projects__title,
    .stats__title,
    .reviews__title,
    .news__title,
    .contact__title {
        font-size: 5rem;
    }

    .projects__all {

        flex-direction: column;

    }

    .projects__project {
        width: calc(100% - 3.5rem);
    }

    .layout__stats,
    .layout__clients {
        padding: 6rem 3rem;
    }

    .project-shapes--shape1 {
        top: 3%;
        right: -13%;
    }

    .stat__count{
        font-size: 3.5rem;
    }

    .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;
    }
    .news__description{
        width: 100%;
    }

    .new__container-img {
        width: 100%;
    }

    .new__img{
        width: 100%;
    }

    .new__tittle{
        font-size: 2rem;
    }

    .layuot__contact{
        padding-top: 6rem;
        padding-bottom: 4rem;
    }

    .layuot__contact::before{
        height: 48rem;
    }

    .contact__thumb--laptop {
        left: 11rem;
    }
    .contact__thumb--mobile {
        bottom: 0;
        right: -11rem;
    }

    .contact__thumb--chat {
        margin-right: -10rem;
        width: 82%;
        left: 10rem;
    }

    .contact__img {
        width: 50%;
    }

    .fleft__container {
        padding-right: 0rem;
        margin-right: 0rem;
    }
}
@media(max-width: 640px){

    /* .services__grid, */
    /* .projects__grid, */
    .layout__projects,
    .stats__container,
    .contact__container,
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .layout__services{
        margin-left: 3rem;
        margin-right: 1rem;
    }

    .contact__thumb--laptop {
        left: -1rem;
    }
    .contact__thumb--mobile {
        bottom: 0;
        margin-right: -9rem;
    }
    .projects__categories {
        gap: 1rem;
    }
    .project-shapes--shape1 {
        top: 3%;
        right: 0%;
    }

    .contact__thumb--chat {
        margin-right: -5rem;
        width: 135%;
        margin-left: 7rem;
        padding-bottom: 1.2rem;
    }

    .contact__img {
        width: 50%;
    }

    .footer__widget--50{
        flex-basis: auto;
    }

    .footer__fright{
        flex-basis: 100%;
        gap: 4rem;
    }
}

@media(max-width: 540px){
    .bunner__title {
        font-size: 3rem;
    }

    .banner__btn {
        padding: 1rem 2.5rem;
    }
    .project-shapes--shape2 {
        top: 9%;
        right: 54%;
        opacity: 0.7;
    }
    .services__title, 
    .projects__title, 
    .stats__title, 
    .reviews__title, 
    .news__title, 
    .contact__title,
    .clients__title {
        font-size: 3rem;
    }

    .stats__progress {
        display: flex;
        flex-direction: row;
        gap: 3rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        
    }
    .stats__container {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .clients__logos {
        gap: 6rem;
        align-items: center;
    }

    .layout__news {
        padding: 0rem 0;
    }
    .fleft__title{
        font-size: 4.3rem;
    }
    .categories__item {
        font-size: 1.5rem;
    }
    .services__list{
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .footer__fright {
        gap: 2rem;
    }
    .fleft__group {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fleft__mail-icon {
        margin-left: 0rem;
    }
    .stat__title{
        padding: 1rem;
    }
    .stats__stat {
        width: 50%;
        text-align: center;
        
        
    } 

}

    
