.full-jackpot__bg {
    height: 316px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.full-jackpot__section-content {
    align-items: flex-start;
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
@media (min-width: 768px) {
    .full-jackpot__title {
        font-size: 24px;
    }
}
.full-jackpot__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
@media (min-width: 768px) {
    .full-jackpot__sum {
        font-size: 40px;
    }
}
.full-jackpot__sum {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 8px 0 0;
    position: relative;
}
@media (min-width: 1248px) {
    .full-jackpot {
        padding: 56px 56px 28px;
    }
}
@media (min-width: 960px) {
    .full-jackpot {
        padding: 56px 32px 28px;
    }
}
@media (min-width: 768px) {
    .full-jackpot {
        padding: 56px 44px 28px;
    }
}
.full-jackpot {
    overflow: hidden;
    padding: 56px 16px 28px;
    position: relative;
}

.full-jackpot__section-content{
    max-width: 1280px;
    margin: 0 auto;
}
}
@media all {
    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        display: block;
    }
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box;
    }
    .swiper-android .swiper-slide,
    .swiper-wrapper {
        transform: translate3d(0px, 0, 0);
    }
    .swiper-horizontal {
        touch-action: pan-y;
    }
    .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
        display: block;
    }
    .swiper-backface-hidden .swiper-slide {
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
    }
    .swiper-button-prev.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto;
    }
    .swiper-button-prev:after {
        content: "prev";
    }
    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto;
    }
    .swiper-button-next:after {
        content: "next";
    }
    .swiper .swiper-notification {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        opacity: 0;
        z-index: -1000;
    }
}
/*! CSS Used from: https://web.archive.org/web/20241204110924cs_/https://skycrown.nz/wp-content/themes/template-skycrown/style/style.css?ver=6.7.1 ; media=all */
@media all {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Roboto", sans-serif;
        color: white;
        line-height: 23px;
    }
    a {
        text-decoration: none;
        font-weight: 500;
        font-family: "Roboto";
    }
    a:hover {
        cursor: pointer;
    }
    .title-section {
        font-family: "Roboto";
    }
   
    .wr-title-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
    }
    .title-section {
        font-size: 24px;
        line-height: 32px;
        padding-top: 3px;
        font-family: "Roboto";
    }
    .wr-nex-prev {
        position: relative;
        max-width: 160px;
        width: 100%;
        border: solid;
        height: 60px;
        border: none;
        display: flex;
        align-items: center;
    }
    .wr-nex-prev .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 27px;
        border-radius: 20px;
        background-color: #23262e;
        margin-left: 5px;
    }
   .wr-nex-prev .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    left: 31%;
}
    .link-view-all {
        border: none;
        border-radius: 12px;
        background-color: #23262e;
        color: #bec2c9;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: normal;
        text-transform: capitalize;
        transition: background-color 0.3s ease, color 0.3s ease;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Roboto";
    }
    .link-view-all:hover {
        color: white;
    }
    .wr-nex-prev .swiper-button-prev {
        border-radius: 12px 6px 6px 12px;
    }
    .wr-nex-prev .swiper-button-next {
        border-radius: 6px 12px 12px 6px;
    }
    .wr-nex-prev .swiper-button-next,
    .wr-nex-prev .swiper-button-prev {
        align-items: center;
        background-color: #23262e;
        width: 38px;
        height: 38px;
        margin: 0;
        background-image: none;
        opacity: 1;
        transition: background-color 0.3s ease;
    }
    .wr-nex-prev .swiper-button-next::after,
    .wr-nex-prev .swiper-button-prev::after {
        color: #53545b;
        font-size: 18px;
    }
    .swiper-wrapper {
        gap: 20px;
    }
  
    .slide {
        width: calc(20% - 20px);
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 20px;
        padding: 0 0 30px 0;
    }
    .popular-block-wr {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
    }
    .popular-block-wr::before {
        border-radius: 2px;
        position: absolute;
        border-radius: 2px;
        position: absolute;
        top: 10px;
        right: 10px;
        text-transform: uppercase;
        background-color: #a6ff00;
        display: flex;
        width: auto;
        padding: 0;
        gap: 8px;
        font-weight: 900;
        color: #000;
        padding: 6px 4px 4px;
        font-size: 10px;
        font-family: "Roboto";
    }
    .popular-block-img {
        white-space: normal;
        width: 100%;
        display: block;
        height: 238px;
        min-width: 238px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .popular-block-wr:hover .popular-block__action {
        opacity: 1;
    }
    .link__play:hover {
        opacity: 0.8;
    }
    .link-color {
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        padding-top: 10px;
        font-family: "Roboto";
    }
    .link-color:hover {
        text-decoration: underline;
    }
    .popular-block__action {
        align-items: center;
        display: flex;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 20px;
    }
    .title-slide {
        position: absolute;
        bottom: 0;
        display: block;
        padding: 0 10px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: white;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.2px;
        text-align: left;
        text-transform: capitalize;
    }

    @media (max-width: 1368px) {
        .popular-block-img {
            height: 176px;
            min-width: 176px;
        }
        .slide {
            width: calc(16.6666666667% - 16px);
        }
    }
    @media (max-width: 1280px) {
        .popular-block-img {
            height: 212px;
            min-width: 212px;
        }
        .slide {
            width: calc(25% - 16px);
        }

    }
    @media (max-width: 992px) {
        .popular-block-img {
            height: 158px;
            min-width: 158px;
        }
      
    }
    @media (max-width: 768px) {
        .container {
            max-width: 100%;
        }
    }
    @media (max-width: 576px) {
        .slide {
            width: calc(33.3333333333% - 16px);
        }
        .title-section {
            font-size: 20px;
        }
    }
    @media (max-width: 480px) {
		.swiper-slide{
		width:40% !important;
		}
		.swiper-backface-hidden .swiper-slide{
		margin-right:0px !important;
		}
        .slide {
            width: calc(50% - 16px);
        }
    }
}

/* Основні стилі для Swiper */
.swiperNewGames {
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    gap: 20px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 250px; /* Фіксована ширина слайдів */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.swiper-slide img {
    width: 100%;
    height: 100;
    border-radius: 12px;
    object-fit: cover;
}

.swiper-scrollbar {
    background: rgba(255, 255, 255, 0.1);
    height: 4px;
    border-radius: 10px;
}

.swiper-scrollbar-drag {
    background: #007bff;
    border-radius: 10px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    min-width: 100%;
}

.container{
max-width:1280px !important;
width:100% !important
}
.section-slider .swiper {
    padding: 20px 0;
}
.swiper-button-lock {
    display: flex !important;

}
@media (max-width: 768px) {
    .wr-nex-prev .swiper-button-next{
        right:3px !important;

    }
    .wr-nex-prev .swiper-button-prev {
        left: 33% !important;
    }
    .wr-nex-prev{
        max-width: 138px !important;
    }

}