@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800;900&display=swap');

: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, 2, 16, 0.80);
}

#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;
}

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;
    font-weight: 700;
    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%;
}

.game-name {
    background: linear-gradient(to bottom, #f7ff11 30%, #ce0088 80%, #ff0000 100%, #f14c0b 100%);
    /*background: linear-gradient(to bottom, #41ffdd 40%, #0389fe 70%, #ffe426 100%, #f14c0b 100%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-text-stroke: 1.5px #ee139d;
    text-stroke: 1.5px #ee139d;
    filter:
            drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.6))
            drop-shadow(0px 0px 10px rgba(43, 0, 70, 0.5))
            drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.7)) !important;

    text-shadow: none !important;
    text-transform: uppercase;
    /*background: linear-gradient(to bottom, #c8f5ff, #ffffff 40%, #0047ff 90%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    text-transform: uppercase;
    font-size: clamp(1rem, calc(2.5vw + 2vh), 3rem);
    margin-bottom: 0;
}

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

.rtp-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: clamp(15px, calc(1.5vw + 1vh), 30px);
}

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

    .with-margin {
        margin-bottom: 20px;
    }
}

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

.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 {
    /*display: grid;*/
    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 {
    width: clamp(80px, calc(12vw + 12vh), 200px);
    height: clamp(80px, calc(12vw + 12vh), 200px);
    object-fit: contain;
    margin-bottom: 10px;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#info-page .high-symbols img {
    width: clamp(70px, calc(10vw + 10vh), 160px);
    height: clamp(70px, calc(10vw + 10vh), 160px);
    object-fit: contain;
    margin-bottom: 10px;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#info-page .low-symbols img {
    width: clamp(60px, calc(12vw + 12vh), 100px);
    height: clamp(60px, calc(12vw + 12vh), 100px);
    object-fit: contain;
    margin-bottom: 10px;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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: 10px;
}

.feature-previews.with-text img {
    object-fit: contain;
    margin-bottom: 0;
    width: clamp(300px, 50vw, 550px);
    height: clamp(200px, 30vw, 300px);
}
.feature-preview.free-spins-img {
    object-fit: contain;
    width: clamp(300px, 50vw, 550px);
    height: clamp(250px, 35vw, 380px);
}

.feature-preview {
    margin-bottom: 10%;
}

.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;
    white-space: nowrap;
}

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

.header-s {
    position: relative;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: transparent;
    text-align: center;
    font-size: clamp(1.2rem, calc(1.5vw + 1vh), 2.7rem);

    background: linear-gradient(to bottom, #41ffdd 40%, #0389fe 70%, #ffe426 100%, #f14c0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-text-stroke: 1.5px #13c7ee;
    text-stroke: 1.5px #13c7ee;
    text-shadow: none !important;
    text-transform: uppercase;
}


.text-gold {
    position: relative;
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: transparent;
    text-align: center;
    font-size: clamp(1.3rem, calc(1.7vw + 1vh), 2.7rem);

    filter:
            drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.5))
            drop-shadow(0px 0px 10px rgba(43, 0, 70, 0.3))
            drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3)) !important;

    text-shadow: none !important;
}

.text-gold span {
    display: inline;
    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;

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.feature-content.no-bottom-padding {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 5vh;
}

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


@media (orientation: portrait) {
    .special-symbols,
    .high-symbols,
    .low-symbols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-items: center;
        padding-bottom: 10px;
        max-width: 100%;
    }

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

@media (orientation: landscape) {
    #info-page .special-symbols {
        gap: clamp(3%, 8%, 15%);
    }
    #info-page .special-symbols .symbol {
        width: clamp(180px, calc(18vw + 15vh), 450px);
        max-width: 450px;
    }

    .high-symbols {
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 20px;
        justify-content: center;
        margin-bottom: 40px;
    }
    .low-symbols {
        display: grid;
        grid-template-columns: repeat(5, minmax(100px, 1fr));
        gap: 20px;
        justify-items: center;
        margin-bottom: 40px;
    }
}

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

@media (orientation: portrait) {
    .separator {
        height: 2px;
    }
}

.feature-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    color: white;
}

@media (orientation: portrait) {
    .feature-container {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .feature-container .feature-content,
    .feature-container .feature-content.with-margin,
    .feature-container .feature-content.no-bottom-padding {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        gap: 0;
    }
    
    .feature-container .feature-content .feature-text {
        width: 100%;
        max-width: 100%;
        text-align: center;
        align-items: center;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        flex: none;
    }
    
    .feature-container .feature-content .feature-text p {
        text-align: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin: 0 0 1em 0;
    }
    
    .feature-container .feature-content .feature-preview,
    .feature-container .feature-content .feature-preview.free-spins-img {
        /*width: 100%;*/
        max-width: 90vw;
        height: auto;
        min-width: 0;
    }
    
    .feature-container .feature-previews,
    .feature-container .feature-previews.with-text {
        width: 100%;
        max-width: 100%;
    }
}

.feature-content {
    display: flex;
    align-items: center;
    gap: 5%;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.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-text p {
    margin: 0 0 1em 0;
    font-weight: 500;
}

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

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

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

    .feature-preview {
        width: auto;
        height: clamp(220px, 36vw, 450px);
        object-fit: contain;
    }
}

@media (orientation: portrait) {
    .paylines-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-items: start;
    }
    .rtp-info {
        text-align: center;
        margin-bottom: 0;
    }
    .feature-container .feature-content.no-bottom-padding {
        padding-bottom: 0 !important;
    }
}

.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;
}

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

.red-bold {
    color: #DB3928;
    font-weight: bold;
}

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

#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-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;
}

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

#info .button-info > p {
    margin: 0 !important;
}

.button-info {
    padding-bottom: 1.5%;
}

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;
}

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

@media (orientation: portrait) {
    #info {
        padding-bottom: calc(6rem + env(safe-area-inset-bottom)) !important;
    }
    .feature-preview {
        margin-bottom: 0;
    }


    .feature-preview {
        width: clamp(300px, 50vw, 550px);
        height: auto;
        object-fit: contain;
    }
}

@media (orientation: portrait) and (max-width: 660px) {
    .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;
    }

    .feature-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .feature-text {
        align-items: center;
        text-align: center;
    }
    .feature-text p {
        text-align: center;
    }
}

@media (orientation: portrait) {
    .feature-content.no-bottom-padding {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 ;
    }

    .feature-previews.with-text {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

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

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

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

.highlight-pay {
    font-size: clamp(0.8rem, calc(1vw + 1vh), 1.3rem);
    white-space: nowrap;
}

@media (orientation: portrait) {
    #info-page .symbol {
        width: clamp(140px, calc(15vw + 10vh), 340px);
        min-width: 140px;
    }
    
    .highlight-pay {
        white-space: nowrap;
        font-size: clamp(0.75rem, calc(1vw + 1vh), 1.1rem);
    }
}

@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);
    }
}

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

.feature-text { margin-bottom: 20px; }