:root {
    --main-font: 'Noto Sans', sans-serif;
    --info-title-font: clamp(11px, calc(2vw + 2vh), 32px);
    --adaptive-font: clamp(16px, calc(1.5vw + 0.5vh), 26px);
    --info-h2-font: clamp(9px, calc(2vw + 2vh), 30px);
}

#menu-overlay {
    background: rgba(1, 7, 34, 0.77);
}

#info {
    margin-bottom: 0 !important;
    padding-bottom: clamp(5vh, calc(3vw + 3vh), 10vh);
}

#info-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 3% 5%;
    color: white;
    display: none;
}

#info-page img {
    max-width: 100%;
    image-rendering: auto;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
    overflow: hidden;
}

.title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.paytable-title {
    font-family: var(--main-font);
    font-size: var(--info-title-font);
    color: #FFF;
    font-style: normal;
    line-height: normal;
    margin: 0;
}

.title-underline {
    width: clamp(300px, 50vw, 800px);
    height: clamp(2px, calc(0.5vw + 0.5vh), 4px);
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #E03B2A 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
    margin-top: 1%;
}
#info-page .symbol p.header-s {
    position: relative;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: clamp(1.2rem, calc(1.5vw + 1vh), 2.7rem);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;

    background: linear-gradient(180deg, #ffe4f7 0%, #f006ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#info-page .symbol p.header-s::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    -webkit-text-stroke: 2px #f2ceff;
    color: transparent;
}
.symbol p.header-s {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 900 !important;
}

.game-name {
    position: relative;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: clamp(1rem, calc(2.5vw + 2vh), 3rem);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.07em;

    background: linear-gradient(180deg, #ffe4f7 0%, #f006ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.game-name::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;

    -webkit-text-stroke: 2px #f2ceff;
    color: transparent;
    z-index: -1;
}

.rtp-info .game-name {
    margin: 2% auto;
    padding: 0;
    text-align: center;
    width: auto;
    max-width: 100%;
    align-self: center;
}

.inline-icon {
    display: inline-block;
    vertical-align: middle;
    width: 3.5em;
    height: auto;
    margin: 0 0.2em;
}

.with-margin {
    margin-bottom: 0;
}

.rtp-info {
    text-align: center;
}

h2 {
    font-size: var(--info-h2-font);
    color: #c0ddff;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}

.h2-container {
    display: flex;
    align-items: baseline;
    gap: clamp(0.5vw, 1vw, 1.5vw);
    padding-block: clamp(1vh, 2vh, 3vh);
}

.triangle {
    display: flex;
    align-items: flex-end;
    height: 1em;
}

.triangle svg {
    display: block;
    height: 100%;
    width: auto;
}

#info-page #paytable {
    grid-template-columns: repeat(auto-fit, 340px);
    gap: 3%;
    padding: 10px;
    justify-content: center;
}

#info-page .symbol {
    width: clamp(100px, calc(10vw + 10vh), 340px);

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    overflow: visible;
}

#info-page .special-symbols img {
    max-width: clamp(100px, calc(12vw + 12vh), 200px);
    max-height: clamp(100px, calc(12vw + 12vh), 200px);
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

#info-page .high-symbols img {
    max-width: clamp(80px, calc(10vw + 10vh), 140px);
    max-height: clamp(80px, calc(10vw + 10vh), 140px);
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

#info-page .low-symbols img {
    max-width: clamp(70px, calc(12vw + 12vh), 140px);
    max-height: clamp(70px, calc(12vw + 12vh), 140px);
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
    display: block;
}

#info-page .symbol p {
    font-family: var(--main-font);
    margin: 4px 0;
    text-align: center;
}

#info-page .low-symbols .symbol p:first-of-type {
    margin-top: -15px;
}

p {
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    margin: 30px 0;
    text-align: justify;
}

.play-mode {
    display: block;
    text-align: center;
    font-weight: 800;
}

.special-symbols {
    display: flex;
    justify-content: center;
    gap: clamp(5%, 15%, 30%);
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.separator {
    display: flex;
    align-items: center;
    width: clamp(300px, 50vw, 800px);
    height: clamp(2px, calc(0.5vw + 0.5vh), 4px);
    margin-bottom: 1%;
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #939ABB 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
}

.feature-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    color: white;
    /*text-align: center;*/
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.feature-content {
    display: flex;
    align-items: center;
    gap: 5%;
    flex-wrap: wrap;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.feature-content.with-margin {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
    /*padding: 0 5%;*/
}

.feature-preview {
    height: auto;
    object-fit: contain;
}

.feature-text {
    flex-direction: column;
    flex: 1;
    line-height: 1.6;
    display: flex;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding: 0;
    margin: 0;
}

.feature-content.with-margin .feature-text {
    text-align: center;
    align-items: center;
    max-width: 100%;
    /*padding: 0 5%;*/
    box-sizing: border-box;
}

.feature-text p {
    margin: 0 0 1em 0;
    font-weight: 500;
}

.feature-content.with-margin .feature-text p {
    text-align: center;
}

.feature-content.with-margin .feature-previews {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.feature-previews.with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.feature-previews.with-text img {
    object-fit: contain;
    margin-bottom: 0;
}

.three-scatters {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    /*transform: translateY(-2vh);*/
}

.three-scatters p {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 3%;
}

.three-scatters p.text-gold {
    white-space: nowrap;
    line-height: 1.3;
}

.text-gold{
    position: relative;
    display: inline-block;
    font-weight: 800;
    line-height: .9;
    letter-spacing: .02em;
    font-size: clamp(1.2rem, calc(1.5vw + 1vh), 2.7rem);

    background: linear-gradient(
            to bottom,
            #ffe426 40%,
            #f14c0b 70%,
            #ff7f21 30%,
            #f14c0b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #eeed13;
    text-stroke: 1px #eeed13;
}

@media (max-width: 1000px) {
    .feature-content {
        flex-direction: column;
        align-items: center;
    }
    .feature-content .feature-text {
        text-align: center;
        align-items: center;
    }

    .feature-content .feature-text p {
        text-align: center;
    }
}

.paylines-container {
    margin-bottom: 50px;
}

@media (orientation: landscape) {
    .feature-preview {
        width: clamp(350px, 40vw, 600px);
        margin: 30px 0;
    }

    .info-button-container .button-info {
        align-items: center;
    }
    .info-button-container .button-info p {
        margin: 0 !important;
    }
    .button-info {
        margin-bottom: 1%;
    }
    #info {
        padding-bottom: calc(4rem + env(safe-area-inset-bottom)) !important;
    }
}

@media (orientation: landscape) {
    .paylines-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        justify-items: start;
    }
}

.payline {
    flex: 1;
    display: flex;
    align-items: center;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
}

.line-box {
    width: clamp(70px, 20vw, 200px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-number {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    font-weight: 500;
}

.payline-info p {
    margin-top: 20px;
    font-weight: 500;
}

.rtp-info p {
    margin: 0;
    text-align: center;
}

.highlight-info {
    color: #ef4230;
    display: block;
    text-align: center;
    margin: 0;
}

.info-button-container .button-info {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
}

#info p {
    line-height: 1.6;
    margin: 0 0 3% 0;
}

#info {
    margin-bottom: 10%;
}

#btn-info {
    width: clamp(50px, 10vw, 96px);
    height: auto;
    margin-right: 20px;
    flex-shrink: 0;
}

.button-info p {
    flex: 1;
    line-height: 1.6;
    /*margin: 10px;*/
    margin-top: 10px;
}

ul.menu-list-items {
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 10%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}

ul.menu-list-items2 {
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
    text-align: justify;
}

ul.menu-list-items3 {
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: circle;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}

li. list {
    display: flex;
    align-items: center;
}

ul.menu-list-items li {
    margin-bottom: 10px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.inner-bullets {
    line-height: 1.8;
    flex-wrap: wrap;
    padding-left: 3%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    list-style-type: none;
}

.inner-bullets li {
    position: relative;
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}

.highlight-pay {
    font-size: clamp(0.85rem, calc(0.8vw + 0.8vh), 1.3rem);
    font-weight: 700;
    color: #f5ff19;
    text-shadow: 0 1px 4px rgba(33, 0, 48, 0.6);
    white-space: nowrap;
}

@media (orientation: landscape) and (max-height: 500px) {
    .highlight-pay {
        font-size: clamp(0.8rem, calc(0.6vw + 0.6vh), 0.95rem);
    }

    #info-page .symbol {
        width: clamp(140px, calc(12vw + 12vh), 420px);
    }

    .feature-text {
        text-align: center;
        align-items: center;
    }

    .feature-text p {
        text-align: center;
        align-items: center;
    }
}

.feature-previews.with-text .arrow2-img {
    display: block;
    object-fit: contain;
    width: clamp(40px, 5vw, 7vw);
    height: auto;
    margin: 1.5vh auto;
    animation: arrow2Pulse 1.4s ease-in-out infinite;
}

@keyframes arrow2Pulse {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

#info {
    margin-bottom: 0 !important;
    padding-bottom: clamp(5vh, calc(3vw + 3vh), 10vh);
}

ul.menu-list-items li {
    font-family: "Noto Sans", sans-serif !important;
    color: #FFFFFF;
}

.inner-bullets {
    font-family: "Noto Sans", sans-serif;
}

ul.menu-list-items3, ul.menu-list-items2, ul.menu-list-items  {
    font-family: "Noto Sans", sans-serif !important;
}

.info-button-container, .additional-margin {
    margin-bottom: 20px;
}

.feature-content.additional-margin {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
    padding: 0 5%;
}

.feature-content.additional-margin .feature-previews {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.feature-content.additional-margin .feature-text {
    text-align: center;
    align-items: center;
    max-width: 100%;
    /*padding: 0 5%;*/
    box-sizing: border-box;
}

.feature-content.additional-margin .feature-text p {
    text-align: center;
    margin-bottom: 30px;
}

.no-margin {
    margin-bottom: 0!important;
    padding-bottom: 1.5%;
}


@media (orientation: portrait) and (max-width: 700px) {
    .info-button-container .button-info {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        box-sizing: border-box;
        align-items: flex-start;
    }
    .info-button-container .button-info p {
        margin-bottom: 3% !important;
    }
}


@media (orientation: portrait) {
    .title-underline {
        height: 2px;
    }

    .special-symbols, .high-symbols, .low-symbols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: clamp(10px, 3vw, 20px);
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .low-symbols .symbol:last-child {
        grid-column: 1 / -1;
    }

    #info-page .symbol {
        width: 100%;
        max-width: 45vw;
    }

    #info-page .high-symbols img {
        max-width: clamp(80px, 25vw, 140px);
        max-height: clamp(80px, 25vw, 140px);
        width: auto;
        height: auto;
        object-fit: contain;
        margin-bottom: 1vh;
    }

    #info-page .low-symbols img {
        width: clamp(70px, 40vw, 130px);
        object-fit: contain;
    }

    .highlight-pay {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .feature-preview {
        margin-top: 20px;
    }

    .separator {
        height: 2px;
    }

    .feature-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .feature-content:not(.with-margin):not(.additional-margin) {
        display: flex;
        flex-direction: row;
        text-align: left;
        padding: 0 5% 5% 5%;
    }

    .feature-content.with-margin,
    .feature-content.additional-margin {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
    }

    .feature-content.with-margin .feature-text,
    .feature-content.additional-margin .feature-text {
        max-width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        /*padding: 0 5%;*/
        box-sizing: border-box;
    }

    .paylines-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-items: start;
    }
    .rtp-info {
        text-align: center;
        margin-bottom: 0;
    }
    .feature-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .feature-text p {
        margin: 0 0 0.5em 0;
        text-align: center;
    }
    .three-scatters {
        transform: translateY(1vh);
        margin-bottom: 30px;
    }
    .with-margin {
        margin-bottom: 0 !important;
    }

    #info {
        padding-bottom: calc(6rem + env(safe-area-inset-bottom)) !important;
    }
    .rtp-info {
        margin-top: 2vh;
    }

    .feature-preview {
        width: 100%;
        max-width: 90vw;
        margin: 30px auto;
    }
}

.feature-preview.margin {
    margin-top: 0;
}

.mar-style.add-margin p {
    margin-bottom: 30px;
}