.parallax-bg,
.swiper-slide.parallax-info {
    position: relative;
    text-align: center;
    display: flex
}

.parallax-bg {
    min-height: 77vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: #fff
}

.parallax-title {
    display: flex;
    position: relative;
    font-weight: 700;
    font-size: 2.5rem;
    align-self: center;
    margin: 22px auto 66px;
    color: #fff;
    font-family: 'Montserrat';
    justify-content: center;
    z-index: 11;
}

.parallax-swiper-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px
}

.parallax-swiper-custom {
    width: 100%;
    padding: 20px 0
}

.swiper-slide.parallax-info {
    background: rgb(255 255 255 / 0%);
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 10px;
    flex-direction: column;
    min-height: 150px;
    transition: .3s ease-in-out;
    cursor: pointer
}

.parallax-slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.parallax-slide-title {
    font-weight: 600;
    margin-bottom: 22px
}

.parallax-slide-description {
    opacity: 0;
    transition: opacity .3s ease-in-out;
        max-height: 212px;
    overflow: scroll;
    scroll-snap-type: none;
}

.swiper-slide:hover .parallax-slide-description {
    opacity: 1
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff
}

.swiper-button-next.parallax-swiper-next,
.swiper-button-prev.parallax-swiper-prev {
    height: 66px;
    width: 66px;
    top: 120px
}

.swiper-button-next.parallax-swiper-next:after,
.swiper-button-prev.parallax-swiper-prev:after {
    width: 82px !important;
    height: 82px !important
}

.section-image-gradient-bottom,
.section-image-gradient-top {
    position: absolute;
    width: 100%;
    height: 20%;
    display: block;
    z-index: 10
}

.section-image-gradient-top {
    top: -2px !important;
    background: #2B2B2B;
    background: -webkit-linear-gradient(0deg,rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    background: -moz-linear-gradient(0deg,rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    background: linear-gradient(0deg,rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
}

.section-image-gradient-bottom {
    bottom: 0;
    background: #2B2B2B;
    background: -webkit-linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    background: linear-gradient(180deg, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2B2B2B", endColorstr="#2B2B2B", GradientType=0);
}

@media (max-width:768px) {
    .parallax-title {
        margin: 44px auto 32px;
        max-width: 80vw;
                line-height: normal;
    }
    .parallax-slide-description {
    opacity: 1;
    transition: opacity .3s ease-in-out;
    max-height: 212px;
    overflow: scroll;
    scroll-snap-type: none;
}
}

.parallax-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none!important;
}