body .home .banner {
    position: relative
}

body .home .banner .bg {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

body .home .banner .content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 55%;
    transform: translateY(-50%);
    padding: 0 8.33333vw;
    display: flex;
    justify-content: space-between;
    gap: 4.16667vw
}

body .home .banner .content .l {
    color: white
}

body .home .banner .content .l h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-family: "times"
}

body .home .banner .content .l .pics {
    margin: 2.96875vw 0 1.38542vw 0;
    display: flex;
    gap: 3.77083vw
}

body .home .banner .content .l .pics .pic {
    width: 10.5vw
}

body .home .banner .content .l .pics .pic img {
    width: 100%;
    object-fit: contain;
    transition: all 600ms
}

body .home .banner .content .l .pics .pic p {
    margin-top: 1.92708vw;
    text-align: center;
    white-space: nowrap
}

body .home .banner .content .l .pics .pic p span {
    font-weight: 700
}

body .home .banner .content .l .pics .pic:hover img {
    transform: scale(1.05)
}

body .home .banner .content .l .des {
    line-height: 1.5;
    text-transform: capitalize;
    line-height: 1.1
}

body .home .banner .content .l .btn {
    width: 16.97917vw;
    height: 2.34375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.52917vw;
    background: linear-gradient(90deg, rgba(241, 219, 99, 0) 0%, #F1DB63 51.41%, rgba(241, 219, 99, 0) 100%);
    color: #000;
    line-height: 1.8;
    text-transform: capitalize
}

body .home .banner .content .r {
    margin-top: 1.5625vw
}

body .home .banner .content .r img {
    width: 50.05208vw;
    object-fit: cover;
    transition: all 600ms
}

body .home .banner .content .r:hover img {
    transform: scale(1.05)
}

body .home .container .sec1 {
    padding: 13.33333vw 8.33333vw
}

body .home .container .sec1 .title {
    text-align: center
}

body .home .container .sec1 .title h1 {
    color: #252726;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "times";
    line-height: 1.5
}

body .home .container .sec1 .title .des {
    color: rgba(0, 0, 0, 0.6);
    width: 50.98958vw;
    margin: 1.92708vw auto 11.82292vw auto;
    line-height: 1.5;
    font-weight: 300
}

body .home .container .sec1 .pics {
    overflow: hidden
}

body .home .container .sec1 .pics .swiper {
    width: 100%
}

body .home .container .sec1 .pics .swiper:not(:last-child) {
    margin-bottom: 3.90625vw
}

body .home .container .sec1 .pics .swiper .pic {
    overflow: hidden
}

body .home .container .sec1 .pics .swiper .pic img {
    width: 100%;
    transition: all 600ms
}

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

body .home .container .sec2 {
    overflow: hidden
}

body .home .container .sec2 h1 {
    color: #252726;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-family: "times"
}

body .home .container .sec2 .pros {
    margin: 6.40625vw 0 10.15625vw 0
}

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

body .home .container .sec2 .pros .swiper1 a {
    display: block
}

body .home .container .sec2 .pros .swiper1 a .pic {
    overflow: hidden
}

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

body .home .container .sec2 .pros .swiper1 a .name {
    color: #252726;
    margin: 2.08333vw 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: capitalize
}

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

body .home .container .pager {
    margin: 0 7.13542vw;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5vw 0 10.05208vw 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;
    font-family: "times"
}

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;
    font-weight: 700;
    font-family: "times", "Times New Roman", Times, serif;
    gap: 1.04167vw;
    cursor: pointer
}

body .home .container .pager .back p {
    font-family: "times"
}

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

@media screen and (max-width: 768px) {
    body .home .banner .content {
        flex-direction: column;
        padding: 0 20px;
        gap: 20px
    }
    body .home .banner .content .l .pics {
        margin: 20px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    body .home .banner .content .l .pics .pic {
        width: 100%
    }

    body .home .banner .content .l .pics .pic img {
        height: 160px;
        object-fit: contain
    }

    body .home .banner .content .l .pics .pic p {
        margin-top: 15px;
        font-size: 14px;
        white-space: normal
    }

    body .home .banner .content .l .des {
        line-height: 1.3
    }

    body .home .banner .content .l .btn {
        width: 250px;
        height: 32px;
        margin: 20px auto 0
    }

    body .home .banner .content .r {
        margin-top: 0
    }

    body .home .banner .content .r img {
        width: 100%
    }

    body .home .container .sec1 {
        padding: 30px 5% 60px 5%
    }

    body .home .container .sec1 .title h1 {
        font-size: 24px
    }

    body .home .container .sec1 .title .des {
        width: 100%;
        margin: 20px auto
    }

    body .home .container .sec1 .pics .swiper:not(:last-child) {
        margin-bottom: 30px
    }

    body .home .container .sec2 h1 {
        font-size: 24px
    }

    body .home .container .sec2 .pros {
        margin: 30px 0
    }

    body .home .container .sec2 .pros .swiper1 a .pic img {
        height: 227px
    }

    body .home .container .sec2 .pros .swiper1 a .name {
        margin: 20px 0 0 0
    }

    body .home .container .pager {
        margin: 0 5%;
        padding: 30px 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px
    }

    body .home .container .pager .prev,
    body .home .container .pager .next {
        width: 100%;
        min-width: 0
    }

    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 {
        grid-column: 1 / -1;
        width: fit-content;
        margin: 0 auto;
        padding: 10px 20px;
        order: 3;
        font-family: "times", "Times New Roman", Times, serif
    }

    body .home .container .pager .back img {
        width: 20px;
        filter: brightness(0)
    }
}
