body .home .banner {
    position: relative
}

body .home .banner img {
    width: 100%;
    display: block
}

body .home .container .sec1 {
    padding: 11.35417vw 10.41667vw 6.77083vw 10.41667vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

body .home .container .sec1 .text {
    width: 32.60417vw
}

body .home .container .sec1 .text .p1 {
    color: #252726;
    text-transform: capitalize
}

body .home .container .sec1 .text .des {
    color: #403F3F;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 1.5625vw
}

body .home .container .sec1 .pic {
    width: 44.32292vw;
    overflow: hidden
}

body .home .container .sec1 .pic img {
    width: 100%;
    height: 29.42708vw;
    display: block;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .sec1 .pic:hover img {
    transform: scale(1.05)
}

body .home .container .sec2 {
    width: 100%;
    overflow: hidden
}

body .home .container .sec2 .swiper1 {
    width: 100%
}

body .home .container .sec2 .swiper1 .pic {
    width: 100%;
    overflow: hidden
}

body .home .container .sec2 .swiper1 .pic img {
    width: 100%;
    height: 19.89583vw;
    object-fit: cover;
    display: block;
    transition: all 600ms
}

body .home .container .sec2 .swiper1 .pic:hover img {
    transform: scale(1.05)
}

body .home .container .sec3 {
    padding: 16.30208vw 0 10.9375vw 0;
    overflow: hidden
}

body .home .container .sec3 .title {
    margin: 0 10.41667vw
}

body .home .container .sec3 .title .t {
    color: #252726;
    text-transform: capitalize
}

body .home .container .sec3 .title .des {
    color: #403F3F;
    /* font-weight: 700; */
    margin: 2.5vw 0 3.22917vw 0;
    line-height: 1.5;
    /* text-transform: capitalize */
}

body .home .container .sec3 .swiper2 {
    width: 100%
}

body .home .container .sec3 .swiper2 .pic {
    width: 100%;
    overflow: hidden
}

body .home .container .sec3 .swiper2 .pic img {
    width: 100%;
    height: 41.66667vw;
    object-fit: cover;
    display: block;
    transition: all 600ms
}

body .home .container .sec3 .swiper2 .pic:hover img {
    transform: scale(1.05)
}

body .home .container .pager {
    margin: 0 10.41667vw;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4.16667vw 0 10vw 0
}

body .home .container .pager .prev,
body .home .container .pager .next {
    display: flex;
    align-items: center;
    width: 23.4375vw;
    gap: .52083vw
}

body .home .container .pager .prev img,
body .home .container .pager .next img {
    width: 1.04167vw
}

body .home .container .pager .prev p,
body .home .container .pager .next p {
    color: #252726;
    font-weight: 700
}

body .home .container .pager .next {
    justify-content: flex-end
}

body .home .container .pager .next p {
    margin: 0 .52083vw 0 1.5625vw
}

body .home .container .pager .back {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.04167vw 2.60417vw;
    background: #252726;
    gap: 1.04167vw;
    cursor: pointer;
    color: white
}

body .home .container .pager .back img {
    width: 1.77083vw
}

@media screen and (max-width: 768px) {
    body .home .banner {
        margin-top: 60px
    }

    body .home .banner img {
        height: 240px
    }

    body .home .container .sec1 {
        flex-direction: column;
        padding: 30px 5% 60px 5%;
        gap: 20px;
        align-items: flex-start
    }

    body .home .container .sec1 .text {
        width: 100%
    }

    body .home .container .sec1 .text .p1 {
        font-size: 24px;
        line-height: 1.2
    }

    body .home .container .sec1 .text .des {
        margin-top: 10px;
        font-size: 16px
    }

    body .home .container .sec1 .pic {
        width: 100%
    }

    body .home .container .sec1 .pic img {
        height: auto
    }

    body .home .container .sec2 .swiper1 .pic img {
        height: 191px
    }

    body .home .container .sec3 {
        padding: 30px 0 60px 0
    }

    body .home .container .sec3 .title {
        margin: 0 5%
    }

    body .home .container .sec3 .title .t {
        font-size: 24px;
        line-height: 1.2
    }

    body .home .container .sec3 .title .des {
        margin: 10px 0 20px 0;
        font-size: 16px
    }

    body .home .container .sec3 .swiper2 .pic img {
        height: 380px
    }

    body .home .container .pager {
        margin: 0 5%;
        padding: 30px 0;
        flex-direction: column;
        gap: 10px
    }

    body .home .container .pager .prev,
    body .home .container .pager .next {
        width: 100%
    }

    body .home .container .pager .prev img,
    body .home .container .pager .next img {
        width: 14px
    }

    body .home .container .pager .prev p,
    body .home .container .pager .next p {
        margin: 0 10px
    }

    body .home .container .pager .next {
        /* flex-direction: row-reverse; */
        justify-content: flex-end;
    }

    /* body .home .container .pager .next img {
        transform: rotate(180deg)
    } */

    body .home .container .pager .back {
        width: fit-content;
        margin: 0 auto;
        padding: 10px 20px;
        order: 3
    }

    body .home .container .pager .back img {
        width: 20px
    }
}