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 10.41667vw;
    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: 500
}

body .home .banner .content .l h1 span {
    font-weight: 300
}

body .home .banner .content .l .pics {
    margin: 1.35417vw 0 3.28125vw 0;
    display: flex;
    gap: 1.77083vw
}

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

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

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: 3.22917vw;
    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.35417vw
}

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

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

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

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

body .home .container .sec1 .title h1 {
    color: #252726;
    text-transform: capitalize;
    font-weight: 400
}

body .home .container .sec1 .title .des {
    color: rgba(0, 0, 0, 0.6);
    width: 62.5vw;
    margin: 2.34375vw auto 10.41667vw auto;
    line-height: 1.5;
    letter-spacing: 0.54px;
    text-transform: capitalize
}

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;
    height: 40.45vw;
}

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: capitalize;
    font-weight: 400;
    text-align: center
}

body .home .container .sec2 .pros {
    margin: 5.98958vw 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 10.41667vw;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4.16667vw 0 7.13542vw 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 .content {
        flex-direction: column;
        padding: 0 20px;
        gap: 20px
    }
    body .home .container .sec1 .pics .swiper .pic img {
        height: 200px;
    }
    body .home .banner .content .l .pics {
        margin: 10px 0 20px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }

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

    body .home .banner .content .l .pics .pic img {
        height: auto;
    }

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

    body .home .banner .content .l .btn {
        width: 100%;
        height: 40px;
        margin-top: 20px
    }

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

    body .home .banner .content .r img {
        width: 100%;
        height: 180px;
    }

    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;
        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
    }
}