.popularpokies {
    overflow: hidden;
}

.popularpokies__title {
    display: flex;
    justify-content: center;
}

.popularpokies__title img  {
    max-height: 78px;
}

.popularpokies__swiper-slide-inner {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.popularpokies__type {
    background: linear-gradient(141deg, #d0f 0%, #8000ff 100%);
    border-radius: 0 0 32px 0;
    font-weight: 700;
    text-decoration: none;
    color: white;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popularpokies__show-more {
    position: absolute;
    left: 0px;
    bottom: -65px;
    transition: all ease 0.3s;
    width: calc(100% + 1px);
    box-sizing: border-box;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(142.39% 280.83% at 50.26% -33.33%, rgba(171, 0, 170, 0.7) 0%, #370866 43.67%, #000 97%);
}

.popularpokies__btn {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 992px) {
    .popularpokies__row .swiper-wrapper{
        flex-wrap: wrap;
        gap: 24px;
    }

    .popularpokies__row .swiper-wrapper .swiper-slide{
        flex-basis: calc((100% - 96px) / 5);
    }

    .popularpokies__swiper-slide-inner {
        height: 320px;
    }

    .popularpokies__title {
        margin-bottom: 30px;
    }

    .popularpokies__type {
        padding: 12px 8px;
        font-size: 18px;
        min-width: 118px;
        box-sizing: border-box;
    }

    .popularpokies__light img{
        max-height: 52px;
        margin-left: 20px;
    }

    .popularpokies__show-more {
        padding: 20px;
        font-size: 18px;
    }

    .popularpokies__btn {
        margin-top: 40px;
    }

    .popularpokies__swiper-slide-inner:hover .popularpokies__show-more {
        bottom: -1px;
    }
}

@media screen and (max-width: 991.98px) {
    .popularpokies__title {
        margin-bottom: 10px;
    }

    .popularpokies__type {
        padding: 6px 4px;
        font-size: 10px;
        min-width: 66px;
        border-radius: 0 0 18px 0;
    }

    .popularpokies__light img{
        max-height: 30px;
        margin-left: 10px;
    }

    .popularpokies__show-more {
        padding: 11px;
        font-size: 10px;
    }

    .popularpokies__btn {
        margin-top: 20px;
    }

    .popularpokies__swiper-slide-inner {
        height: 180px;
        border-radius: 13px;
    }

    .popularpokies__row {
        overflow: visible;
    }

    .popularpokies__show-more {
        bottom: -1px;
    }
}