.sliderWrapper .swiper {
    width: 100%;
    padding: 60px 0;
    position: relative;
}

.sliderWrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
    z-index: 2;
    transform-origin: center center;
    margin-right: 50px !important;
}

.sliderWrapper .swiper-slide .swiper-slide-prev {
    margin-right: 50px !important;
}

.sliderWrapper .swiper-slide {
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderWrapper .swiper-navigation-icon {
    display: none;
}

.sliderWrapper {
    width: 100%;
    position: relative;
}

.sliderWrapper .swiper-button-prev,
.sliderWrapper .swiper-button-next {
    position: absolute;
    top: unset;
    bottom: -80px;
    width: 50px;
    height: 50px;
    background: var(--home-top-slots-nav-bg);
    border: 2px solid var(--home-top-slots-nav-border);
    border-radius: 50%;
    color: var(--home-top-slots-nav-border);
    margin-top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.sliderWrapper .swiper-button-prev:hover,
.sliderWrapper .swiper-button-next:hover {
    background: var(--home-top-slots-nav-hover-bg);
}

.sliderWrapper .swiper-button-prev {
    left: calc(50% - 50px);
    right: auto;
}

.sliderWrapper .swiper-button-next {
    left: calc(50% + 30px);
    right: auto;
}

.sliderWrapper .swiper-button-next img {
    transform: rotateZ(180deg);
}

.sliderWrapper .swiper-button-prev .ydomIyUSkc5FmW,
.sliderWrapper .swiper-button-next .ydomIyUSkc5FmW {
    opacity: 1;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.sliderWrapper .swiper-button-prev:hover .ydomIyUSkc5FmW,
.sliderWrapper .swiper-button-next:hover .ydomIyUSkc5FmW {
    opacity: 0;
    height: 0;
}

.sliderWrapper .swiper-button-prev .active,
.sliderWrapper .swiper-button-next .active {
    opacity: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
}

.sliderWrapper .swiper-button-prev:hover .active,
.sliderWrapper .swiper-button-next:hover .active {
    opacity: 1;
    height: auto;
}

.NHaPI8xX {
    margin: 50px 0 30px;
    position: relative;
	overflow: hidden;
}

.NHaPI8xX > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.kwKnjcuCqCtrEB2 {
    padding: 70px 0 110px;
    position: relative;
    z-index: 2;
	background-color: rgba(0, 0, 0, .5);
/*     background-color: var(--home-top-slots-overlay-bg); */
	
}

.kwKnjcuCqCtrEB2::before,
.kwKnjcuCqCtrEB2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.kwKnjcuCqCtrEB2::before {
    top: 0;
    height: 146px;
    background: linear-gradient(360deg, rgba(0, 10, 31, 0) 0%, var(--home-top-slots-gradient-color) 100%);
}
.kwKnjcuCqCtrEB2::after {
    bottom: 0;
    height: 325px;
    background: linear-gradient(0deg, var(--home-top-slots-gradient-color) 0%, rgba(0, 10, 31, 0) 100%);
}

.bIFHivyeqlYaqz {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 3;
    position: relative;
}

.yYuQxmPIy {
    color: var(--home-top-slots-title-color);
    font-size: 37px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.MAwYoWjIEmiPLL {
    color: var(--home-top-slots-subtitle-color);
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 30px;
}

.aNYektjGkp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 261px;
    height: 390px;
    border: 2.5px solid var(--home-top-slots-card-border);
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.aNYektjGkp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.lECG1lqnP {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 10px;
    padding: 0 17px 25px;
    text-align: center;
    color: var(--home-top-slots-card-text-color);
    z-index: 2;
}

.lECG1lqnP .title {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}

.lECG1lqnP .HkTKipZt1 {
    font-size: 16px;
    font-weight: 600;
}

.aNYektjGkp:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 1;
}

.aNYektjGkp.is-red:after {
    background: linear-gradient(360deg, var(--home-card-gradient-red) 40%, rgba(204, 68, 68, 0) 100%);
}
.aNYektjGkp.is-purple:after {
    background: linear-gradient(360deg, var(--home-card-gradient-purple) 40%, rgba(104, 68, 204, 0) 100%);
}
.aNYektjGkp.is-blue:after {
    background: linear-gradient(360deg, var(--home-card-gradient-blue) 40%, rgba(50, 124, 235, 0) 100%);
}
.aNYektjGkp.is-green:after {
    background: linear-gradient(360deg, var(--home-card-gradient-green) 40%, rgba(138, 204, 68, 0) 100%);
}
.aNYektjGkp.is-orange:after {
    background: linear-gradient(360deg, var(--home-card-gradient-orange) 40%, rgba(214, 89, 0, 0) 100%);
}
.aNYektjGkp.is-pink:after {
    background: linear-gradient(360deg, var(--home-card-gradient-pink) 40%, rgba(202, 2, 83, 0) 100%);
}


@media (max-width: 1024px) {
    .yYuQxmPIy {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .MAwYoWjIEmiPLL {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .sliderWrapper .swiper-slide.swiper-slide-active {
        transform: scale(1.2);
    }

    .lECG1lqnP {
        padding: 0 10px 17px;
    }

    .lECG1lqnP .title {
        font-size: 17px;
    }

    .lECG1lqnP .HkTKipZt1 {
        font-size: 11px;
    }

    .sliderWrapper .swiper-button-prev,
    .sliderWrapper .swiper-button-next {
        width: 33px;
        height: 33px;
    }

    .sliderWrapper .swiper-button-next {
        left: calc(50% + 10px);
    }

    /* .sliderWrapper .swiper-button-prev {
        left: calc(50% - 50px);
    } */
}