.header .container,
.footer .container {
    max-width: calc(100% - 26.666em);
}

.container {
    width: 100%;
    max-width: calc(100% - 19.9999em);
}

.bg-gradient {
    min-height: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.promo_section .promo_section__head {
    margin-bottom: 0.2em;
}

.btn-link {
    font-size: 1em;
    font-family: Monument Extended, Arial Black;
    letter-spacing: 6%;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.btn-link:hover {
    opacity: 1;
}

.btn-link svg {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-link:hover svg {
    opacity: 1;
}

.promo_section .promo_section__button {
    gap: 9em;
}

.promo_section .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 0;
}

.parallax-wrapper-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.promo_section__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.parallax-wrapper-static {
    position: relative;
    width: 100%;
    height: 50vh;
    height: 50svh;
}

.parallax-wrapper-static .parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.parallax-wrapper-static .parallax-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, 0, 0) scale(1.18);
    will-change: transform;
}

.parallax-wrapper-static .parallax-img .game-show-parallax {
    object-position: center 35%;
}

.parallax-wrapper-static .parallax-img .rng-parallax {
    object-position: 12em 30%;
}

.game_section {
    padding: 3em 1em 6em;
    align-items: flex-start;
    overflow: visible;
}

.game_section-inner {
    margin: auto;
    max-width: calc(100% - 43.249em);
    width: 100%;
}

.section-heading-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 6em 0 3em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(32, 32, 32, 0) 100%);
}

.section-heading {
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 3em;
    letter-spacing: 8%;
    text-transform: uppercase;
    margin: auto;
    max-width: calc(100% - 15.083em);
    width: 100%;
    display: block;
    opacity: 0.9;
}

.section-content {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.section-content .section-content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1em;
    opacity: 0.5;
    padding-bottom: 0.8em;
    transition: opacity 0.3s ease;
}

.section-content .section-content-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(210, 139, 15, .3) 0%, rgba(255, 255, 255, .4) 64.42%);
}

.section-content .section-content-item:hover {
    opacity: 1;
}

.section-content .section-content-item:hover .item-title svg {
    opacity: 1;
}

.section-content .section-content-item .item-title {
    display: flex;
    align-items: center;
    gap: .4em;
    font-size: 1.88em;
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
}

.section-content .section-content-item .item-title svg {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.section-content .section-content-item .item-subtitle {
    font-size: 1em;
    font-family: Monument Extended, Arial Black;
    font-weight: 100;
    display: block;
    min-height: 1.11em;
}

.desk-only {
    display: block;
}

.mob-only {
    display: none;
}

.breadcrums {
    position: absolute;
    top: 7em;
    left: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    font-family: Gilroy;
    font-weight: 400;
    font-size: .875em;
}

.breadcrums__wrap a,
.breadcrums__wrap span {
    padding: 0;
}

.breadcrums__wrap {
    gap: 0.5em;
}

.breadcrums__wrap a {
    color: #E2E2E2;
    text-decoration: underline;
}

.breadcrums__item:last-child span {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1000px) {

    .parallax-wrapper-static .parallax-img .contact-parallax {
        object-position: 80%;
    }

    .parallax-wrapper-static .parallax-img .rng-parallax {
        object-position: center 30%;
    }

    .section-heading-wrapper {
        font-size: 10px;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 2.5em 3%;
    }

    .section-heading {
        margin: 0;
        font-size: 2.4em;
        max-width: 100%;
    }

    .game_section-inner {
        max-width: 100%;
    }

    .section-content .section-content-item .item-title {
        font-size: 1.6em;
        justify-content: space-between;
    }

    .section-content .section-content-item .item-title svg {
        width: 0.63em;
    }

    .section-content .section-content-item {
        gap: 2.5em;
        padding-bottom: 2em;
    }

    .section-content .section-content-item .item-subtitle {
        font-size: 1.2em;
        font-family: Gilroy, Georgia, Times, 'Times New Roman', serif;
        font-weight: 400;
        line-height: 120%;
    }

    .game_section {
        padding-top: 2em;
        padding-bottom: 5em;
    }

    .desk-only {
        display: none;
    }

    .mob-only {
        display: block;
    }

    .breadcrums {
        left: 3%;
        top: 5em;
        font-size: 1.4em;
    }

    .header .container,
    .footer .container,
    .container {
        max-width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .promo_section .promo_section__button {
        overflow-x: auto;
        gap: 2em;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .promo_section .promo_section__button::-webkit-scrollbar {
        display: none;
    }

    .promo_section .promo_section__button a {
        width: auto;
    }

    .btn-link {
        flex-shrink: 0;
        white-space: nowrap;
        padding: 0.7em 0;
    }

    .btn-link svg {
        width: 1em;
        height: 1em;
    }

    .promo_section .promo_section__head {
        margin-bottom: 0.2em;
        max-width: 6em;
    }
}