@media screen and (min-width: 1600px) {
    .section-work .inner {
        width: 90%;
        margin: 0 auto;
        max-width: 1440px;
    }
}

@media screen and (min-width: 1500px) { 
    .section-reviews .head {
        width: 85%;
        max-width: 1440px;
    }
}

@media screen and (max-width: 1275px) { 
    .section-services {width: 100%;}

    .section-reviews .head {
        width: 90%;
    }

    .section-cta {
        width: 90%;
    }

    .home footer {
        width: 90%;
    }

    .section-work {
        margin-bottom: -50px;
    }

}

@media screen and (max-width: 1080px) { 
    .section-services {
        margin-top: 100px;
    }

    .section-services .service .info p {width: 90%;}

    .section-cta .info h2 {
        font-size: 40px;
    }

    .section-cta .info p {
        font-size: 20px;
    }

    .section-cta img {
        height: 460px;
    }

    .section-services .service .info h3 {
        font-size: 35px;
    }

    .section-services .service .info p {
        font-size: 18px;
    }

    .site-main .hero h1 {
        font-size: 54px;
        line-height: 54px;
        max-width: 400px;
    }




    .contact .top-section {
        flex-wrap: wrap;
    }

    .contact .form {
        width: 100%;
        margin-bottom: 50px;
    }

    .contact .form form {
        width: 100%;
    }

    .contact .map {
        width: 100%;
    }

    .contact .map {
        height: 600px;
    }
}

@media screen and (max-width: 880px) { 
    .section-services .service img {
        height: 350px;
        object-fit: cover;
    }

    .section-services .service .info p {
        line-height: 26px;
        width: 91%;
        margin-bottom: 30px;
    }

    .section-services .service .info button {
        font-size: 16px;
    }

    .section-services h2 {
        font-size: 44px;
        margin-bottom: 80px;
    }

    .section-reviews .head h2 {
        font-size: 44px;
    }

    .section-cta .info .reviews {
        flex-wrap: wrap;
        display: flex;
        position: relative;
        bottom: 0;
        gap: 5px;
        margin-top: 50px;
    }

    .section-cta .info {
        margin-bottom: 0;
    }

    .section-services {
        width: 95%;
    }

    .section-reviews .head {
        width: 95%;
    }

    .section-cta {
        width: 95%;
        margin-top: 120px;
    }

    .section-cta .info p {
        font-size: 18px;
        line-height: 28px;
    }

    .section-cta .info .inner {
        margin: 0 35px;
    }

    .section-reviews {
        margin-top: 130px;
        position: relative;
    }

    .site-main .hero {
        max-height: 850px;
    }

    header div ul {
        margin-left: 40px;
    }

    .section-partners .splide ul li img {
        height: 55px;
        object-fit: contain;
    }

    .mywork .items {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: ". . .";
    }
}

@media screen and (max-width: 768px) {  
    .section-cta {
        display: block;
        padding-top: 50px;
    }

    .section-cta .face {
        position: absolute;
        right: 20px;
        top: 50%;
        height: 90%;
        width: 35%;
        border-radius: 20px;
        transform: translateY(-50%);
    }

    .section-cta .info .reviews {display: block;padding-bottom: 10px;margin-top: 35px;margin-bottom: 10px;}

    .section-cta .info button {
        font-size: 17px;
        padding: 12px 45px;
    }

    .section-cta .info .reviews .review {height: 33px;}

    .section-cta .info .reviews .review {
        display: flex;
        align-items: center;
    }

    .section-cta .info .reviews .review-google {
        
    }

    .section-cta {
        margin-top: 80px;
    }

    .section-cta .info .review-treatwell .logo {
        height: auto;
        margin-top: 0;
        object-fit: contain;
        margin-bottom: 3px;
        margin-left: -5px;
    }

    .section-cta .info {
        width: 60%;
    }

    .section-cta img {
        width: 100%;
        height: 300px;
    }

    .section-services .service {
        /* padding-bottom: 40px; */
        margin-bottom: 40px;
        flex-wrap: wrap;
        z-index: 9;
        position: relative;
        padding-bottom: 0;
    }

    .section-services .line {
        height: calc(100% - 190px);
        display: none;
    }

    .section-services .service img {
        height: 100%;
        width: 40%;
        max-width: 500px;
        margin: 0;
        margin-left: 0;
    }

    .section-services .service .info {
        width: 100%;
        padding-top: 35px;
        margin-bottom: 30px;
    }

    .section-services .service .img_wrapper {
        margin: 0 auto;
    }

    .section-services .service .img_wrapper .back {
        width: 105%;
        transform: translate(-50%, -51%);
        left: 50%;
        top: 50%;
        height: 105%;
    }

    .section-services .service .info h3::before {
        height: 0;
    }

    .section-services .service:nth-child(3) {
        flex-direction: column-reverse;
    }

    .contact .map {
        height: 400px;
    }

    .section-cta {
        width: 100%;
    }

    
}

@media screen and (max-width: 680px) {  
    .section-services .service {
        display: block;
        position: relative;
        width: 95%;
    }

    .section-services .service img {
        width: 100%;
        margin: 0;
    }

    .section-services .service .info {
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .section-services .service:nth-child(odd) {
        display: flex;
        flex-flow: column-reverse;
    }

    .section-services {
        width: 100%;
    }

    .section-services .service .img_wrapper {
        width: 90%;
    }

    .section-reviews .cont {
        margin-top: 30px;
    }

    .section-reviews .head .reviews {
        display: none;
    }

    header .menu-header-container {
        display: none; 
    }

    .section-reviews .head h2 {
        line-height: 45px;
    }

    .section-reviews .head .reviews {
        position: absolute;
        bottom: -60px;
    }

    .section-cta {
        flex-wrap: wrap;
        display: flex;
        margin-top: 120px;
    }

    .section-cta .info {
        width: 100%;
    }

    .section-cta .face {
        display: block;
        position: relative;
        top: unset;
        transform: unset;
        width: 100%;
        height: 300px;
        border-radius: 0;
        right: 0;
    }

    .section-cta .info .inner {
        margin: 0 20px;
    }

    footer .bottom {
        flex-direction: column-reverse;
        width: max-content;
        justify-content: start;
        flex-wrap: wrap;
    }


    .home header div img {
        width: 150px;
    }

    .section-reviews .cont .review {
        max-width: 280px;
    }

    .section-quote {
        margin-top: 70px;
    }

    .site-main .hero {
        max-height: 760px;
        background: linear-gradient(89.84deg, #665341ba 0.45%, #564538c9 10%, rgb(74 61 47 / 57%) 43.95%, rgb(32 26 20 / 46%) 98.31%), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg);
        background-position: 25%;
        background-repeat: no-repeat;
        background-size: cover;
        /* background-position: left center; */
        /* background: linear-gradient(89.84deg, #342a21ba 0.45%, #30261ec9 10%, rgba(32, 26, 20, 0.3) 43.95%, rgba(32, 26, 20, 0) 98.31%), url(/wp-content/themes/sabaliene/assets/images/hero-back.jpg); */
    }

    .site-main .hero .paralax .shadow {
        background-image: linear-gradient(to right, #5a4939c9, #5a49398f);
    }

    .site-main .hero h1 {
        font-size: 55px;
        line-height: 49px;
        max-width: 320px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .site-main .hero p {
        font-size: 20px;
        line-height: 30px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .site-main .hero .inner .buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    } 

    .site-main .hero .contact {
        margin: 0;
    }

    .home footer {

    }

    footer .bottom p {
        font-size: 14px;
    }

    footer .top {
        flex-wrap: wrap;
    }

    footer .left {
        width: 100%;
    }

    footer .center {
        width: 100%;
    }

    footer .right {
        width: 100%;
        margin-top: 30px;
    }

    footer .bottom .social {
        width: 100%;
    }

    .section-cta .info .reviews .stars {
        object-fit: contain;
    }

    .section-cta .info h2 {font-size: 35px;margin-bottom: 5px;}

    .section-partners h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .section-work {
        margin-bottom: -120px;
    }

    .section-services h2 {
        margin-bottom: 30px;
        font-size: 35px;
    }

    .section-services {margin-top: 40px;}

    .section-services .service .info button {
        width: 70%;
    }

    .section-services .service img {
        height: 350px;
    }

    .site-main .hero p {
        font-size: 18px;
        line-height: 27px;
        text-align: center;
    }

    .site-main .hero .reviews {
        margin-bottom: 10px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
        margin-top: 40px;
    }

    .site-main .hero .review {
        width: 100%;
        justify-content: center;
    }

    .section-partners .splide ul li img {
        height: 45px;
    }

    .section-reviews .head h2 {
        font-size: 35px;
        text-align: center;
        margin: 0 auto;
    }

    .section-reviews .cont .review h3 {
        font-size: 23px;
        line-height: 28px;
    }

    .section-reviews .cont .review .text {
        font-size: 14px;
    }

    .section-services .service .info h3 {
        font-size: 32px;
    }

    header .book {
        display: none;
    }

    header .mobile {
        display: block;
    }


    .mywork .items {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: ". .";
        margin-top: 0;
    } 

    .mywork {
        margin-top: 80px;
    }

    .mywork h1 {
        font-size: 45px;
    }


    
}


@media screen and (max-width: 480px) {   

    .mywork .items {
        grid-template-columns: 1fr;
        grid-template-areas: ".";
    } 

}