﻿.carousel-section, .swiper-container, .swiper-img, .swiper-slide {
    position: relative
}

.carousel-section {
    margin: 0 auto;
    column-gap: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.swiper {
    width: 100%;
    padding: 0 0 95px
}

.swiper-slide {
    width: 15rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.coverflow-swiper .swiper-slide {
    min-height: 25rem !important
}

.swiper-slide .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
    width: 100%;
    border-radius: 10px
}

.coverflow-swiper .swiper-slide-next .card, .coverflow-swiper .swiper-slide-prev .card {
    background: 50%/cover no-repeat #d3d3d3
}

.coverflow-swiper .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-next):not(.swiper-slide-active) .card {
    background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%),#fff
}

.swiper-slide .slide-content img {
    width: 100%;
    height: 100%;
    background-position: 75% 30%;
    background-size: cover;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    display: block;
    position: relative;
    overflow: hidden
}

.coverflow-swiper .swiper-slide .card {
    height: 400px
}

.swiper-img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 144px;
    width: 100%;
    overflow: hidden
}

.cardshadow {
    webkit-box-shadow: 0 0 18px rgba(0,0,0,.06);
    -ms-box-shadow: 0 0 18px rgba(0,0,0,.06);
    box-shadow: 0 0 18px rgba(0,0,0,.06)
}

.swiper-button-next, .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    top: 47%;
    width: 40px;
    height: 40px
}

    .swiper-button-next::after, .swiper-button-prev::after {
        content: ""
    }

    .swiper-button-next .bx, .swiper-button-prev .bx {
        font-size: 25px
    }

.swiper-pagination-bullet {
    background-color: var(--phh-color-deep-gray) !important;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: var(--phh-color-white) !important
}
