#home .section1 img {
    width: 100%;
}

#home .section1 .next,
#home .section1 .prev {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

#home .section1 .next {
    padding-left: unset;
    padding-right: 20px;
    left: unset;
    right: 0;
    transform: translate(50%, -50%);
}

#home .section2 {
    padding-left: 100px;
    overflow: hidden;
    position: relative;
}

#home .section2 .faqButton {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #D48D33;
    border: solid 1px #D48D33;
    color: #fff;
    text-decoration: none;
    z-index: 100;

}


#home .section2 .swiper {
    overflow: visible;
}

#home .section2 .swiper-wrapper {
    padding: 100px 0 100px 0;
}

#home .section2 img {
    width: 100%;
    border: solid 1px #D48D33
}

#home .section2 .item.cs img {
    /* border: solid 1px transparent */
}

#home .section2 .item.swiper-slide-next {
    transform: scale(1.2);
    transform-origin: center;
    z-index: 100;
}

#home .section2 .item .btn {
    position: absolute;
    bottom: 50px;
    right: 0;
    transform: translateX(15%);
    display: none;
}

#home .section2 .item.swiper-slide-next .btn {
    display: inline-block;
}

#home .section2 .item .text {
    display: none;
}

#home .section2 .item.swiper-slide-next .text {
    display: block;
}

#home .section2 .item h5 {
    font-family: dmSans;
    color: #fff;
    margin: 0;
    margin-top: 5px;
    font-size: .8rem;
}

#home .section2 .item h6 {
    font-family: dmSans;
    color: #fff;
    margin: 0;
    font-size: .8rem;
}

#home .section2 .next,
#home .section2 .prev {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    margin-left: -100px;
}

#home .section2 .next {
    margin-left: unset;
    padding-left: unset;
    padding-right: 20px;
    left: unset;
    right: 0;
    transform: translate(50%, -50%);
}

#home .section3 {
    position: relative;
}

#home .section3 img {
    width: 100%;
}

#home .section3 .next,
#home .section3 .prev {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

#home .section3 .next {
    padding-left: unset;
    padding-right: 20px;
    left: unset;
    right: 0;
    transform: translate(50%, -50%);
}

#home .section3 .btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

#home .section4 {
    padding-top: calc(var(--bs-gutter-x));
    /* padding-left: calc(var(--bs-gutter-x)); */
    /* padding-right: calc(var(--bs-gutter-x)); */
    padding-bottom: calc(var(--bs-gutter-y));
    padding-left: 0;
    padding-right: 0;
}

#home .section4 .row {
    margin: 0;
}

#home .section4 .row .item:first-child {
    padding-left: 0;
}

#home .section4 .row .item:last-child {
    padding-right: 0;
}

#home .section4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .section4 h2 {
    font-family: HelveticaNeueBold;
    color: #444343;
    font-size: 3rem;
    text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.6);
}

#home .section4 .text {
    position: absolute;
    bottom: 15px;
    right: 15px
}



@media (orientation: portrait) {
    #home .section2 {
        padding-right: 30px;
        padding-left: 30px;
    }

    #home .section2 .item.swiper-slide-next {
        transform: scale(1);
        z-index: 1;
    }

    #home .section2 .item.swiper-slide-next .btn {
        display: none;
    }


    #home .section2 .item.swiper-slide-next .text {
        display: none;
    }

    #home .section2 .item.swiper-slide-active .text {
        display: block;
    }

    #home .section2 .item.swiper-slide-active {
        transform: scale(1.2);
        z-index: 100;
    }

    #home .section2 .item.swiper-slide-active .btn {
        display: inline-block;
        /* padding:5px 15px;
        bottom:15px;
        font-size: .8rem; */
    }

    #home .section2 .item h5 {
        font-size: .8rem;
    }

    #home .section2 .item h6 {
        font-size: .8rem;
    }

    #home .section2 .next,
    #home .section2 .prev {
        margin-left: -30px;
    }

    #home .section2 .next {
        margin-left: unset;
        margin-right: -30px;
    }

    #home .section2 .faqButton {
        top: 15px;
        right: 15px;
    }

    #home .section3 .btn {
        bottom: 15px;
        right: 15px;
    }

    #home .section4 h2 {
        font-size: 1rem;
    }

    #home .section4 {
        padding-top: calc(var(--bs-gutter-x) * .5);
        /* padding-left: calc(var(--bs-gutter-x) * .5); */
        /* padding-right: calc(var(--bs-gutter-x) * .5); */
        padding-bottom: calc(var(--bs-gutter-y) * .5);
        padding: 0
    }

    #home .section4 .item {
        padding: 0
    }

    #home .section4 .row {
        margin: 0;
    }

    #home .section4 .text {
        /* bottom: 50%;
        transform: translateY(50%);
        left:30px */
    }

    #home .section4 .item {
        padding-top: calc(var(--bs-gutter-x) * .5);
    }

    #home .section4 .ratio-1x1 {
        --bs-aspect-ratio: 42.8571428571%;
    }
}