@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);
}
#info p {
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#info-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100svw;
    height: 100svh;
    overflow-x: hidden;
    box-sizing: border-box;
    backdrop-filter: blur(20px);
    padding: 3% 5% calc(3% + env(safe-area-inset-bottom)) 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, sans-serif);
    font-size: var(--info-title-font);
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.title-underline {
    width: clamp(300px, 50vw, 800px);
    height: clamp(2px, calc(0.5vw + 0.5vh), 3px);
    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%;
}
@media (orientation: portrait) {
    .title-underline {
        height: 2px;
    }
}
.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;
}
h2 {
    font-size: var(--info-h2-font);
    color: #c0ddff;
    font-family: var(--main-font, sans-serif);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}
.header {
    text-align: center;
    font-weight: 600;
    color: #04baf7;
    text-transform: uppercase;
}
.coin-header {
    font-size: clamp(16px, calc(1.5vw + 0.5vh), 26px);
    display: flex;
    justify-content: center;
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: #04baf7;
    text-transform: uppercase;
}
.jp-coin-header {
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: #04baf7;
    text-transform: uppercase;
}
.symbol-txt {
    font-weight: 400;
    font-family: var(--main-font, sans-serif);
    font-size: var(--adaptive-font);
    margin: 30px 0;
    text-align: center;
}
.coin-symbol,
.sticky-coin-symbol {
    width: 100%;
    justify-content: center;
    text-align: center;
}
#info-page #paytable {
    grid-template-columns: repeat(auto-fit, 340px);
    gap: 3%;
    padding: 10px;
    justify-content: center;
}
#info-page .symbols {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}
#info-page .special-symbols img {
    width: auto;
    height: clamp(66px, calc(8dvw + 8dvh), 200px);
    object-fit: contain;
    margin-bottom: 10px;
}
#auto-symbol-13 {
    height: 200px;
}
#info-page .symbols {
    font-family: var(--main-font, sans-serif);
    margin: 4px 0;
    text-align: center;
}
p {
    font-weight: 400;
    font-family: var(--main-font, sans-serif);
    font-size: var(--adaptive-font);
    margin: 30px 0;
    text-align: justify;
}
.play-mode {
    display: block;
    text-align: center;
}
.special-symbols {
    display: flex;
    justify-content: center;
    gap: clamp(5%, 15%, 30%);
    flex-wrap: wrap;
    margin-bottom: 40px;
}
@media (orientation: portrait) {
    #info-page .high-symbols img {
        height: 210px;
        object-fit: contain;
        margin-bottom: 10px;
    }
    .special-symbols {
        margin-top: 5%;
    }
    .high-symbols,
    .low-symbols {
        display: flex;
        justify-content: space-between;
        column-gap: 20px;
        gap: clamp(5%, 15%, 30%);
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    #info-page .high-symbols img {
        margin-bottom: 0;
    }
    .jp-coin-header {
        margin: -8% auto;
        text-align: center;
        font-weight: 600;
        color: #04baf7;
        text-transform: uppercase;
    }
    .coin-header {
        display: flex;
        justify-content: center;
        margin-bottom: -8%;
        text-align: center;
        font-weight: 600;
        color: #04baf7;
        text-transform: uppercase;
    }
    #info-page .symbols {
        margin-top: -10%;
        width: clamp(70vmin, 100vw, 90vmax);
        /*margin: 0 auto;*/
        text-align: center;
        align-items: center;
    }
    #info-page .symbols:last-child {
        margin-bottom: -8%;
    }
    [data-image-placeholder="info-image3.png"] {
        margin-bottom: 20px;
    }
    #info-page .high-symbols img {
        margin-top: clamp(1%, 5%, 10%);
        width: clamp(80px, 40vw, 240px);
        /*height: clamp(10vmin, 14vh, 25vmin);*/
    }
    .feature-content {
        flex-direction: column;
        align-items: center;
    }
    .feature-text {
        font-size: clamp(1rem, 3.5vw, 1.5rem);
    }
    .paylines-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-items: start;
    }
    /*#info > p:last-child {*/
    /*    margin-bottom: 50%;*/
    /*}*/
    .special-symbols p,
    .high-symbols p {
        margin-bottom: 10%;
        margin-top: 10%;
    }
}
@media (orientation: portrait) and (max-width: 500px) {
    #info-page .symbols {
        width: clamp(70vw, 90vw, 95vw);
    }
}
@media (orientation: landscape) {
    #info-page .symbols {
        margin-bottom: -5%;
    }
    #info-page .high-symbols img {
        height: clamp(160px, 25vh, 300px);
        object-fit: contain;
        margin-bottom: 10px;
    }
    #info-page .special-symbols {
        margin-top: 5%;
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 3%;
        justify-content: space-between;
    }
    .coin-symbol,
    .sticky-coin-symbol {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .high-symbols {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-content: space-between;
        margin-bottom: 0;
    }
    /*#info > p:last-child {*/
    /*    margin-bottom: 30%;*/
    /*}*/
}
.separator {
    display: flex;
    align-items: center;
    width: 100%;
    /*width: clamp(300px, 50vw, 800px);*/
    height: clamp(2px, calc(0.5vw + 0.5vh), 3px);
    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;
}
.feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}
/* general image adaptation */
#info-page .feature-previews {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: visible;
}
#info-page .feature-preview {
    display: block;
    width: clamp(300px, 80vw, 550px);
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
#info-page .feature-preview.lucky,
#info-page .feature-preview.jackpot {
    /*margin: 0 auto;*/
    margin-bottom: -5vh;
    margin-top: -7vh;
}
.feature-container.jackpot {
    margin-bottom: 10%;
}
/* general text adaptation */
.feature-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-family: var(--main-font, sans-serif);
    font-size: var(--adaptive-font);
    text-align: center;
}
.feature-text p {
    text-align: center;
}
/*#info {*/
/*    margin-bottom: 30%;*/
/*}*/
.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;
    }

    /*#info {*/
    /*    padding-bottom: 20%;*/
    /*}*/
}
.payline {
    flex: 1;
    display: flex;
    align-items: center;
    font-family: var(--main-font, sans-serif);
    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;
}
.payline-info p {
    margin-top: 20px;
}
.rtp-info {
    text-align: center;
    margin-top: clamp(15px, calc(1.5vw + 1vh), 30px);
}
.rtp-info p {
    margin: 0;
}
.win-cap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlight {
    color: #ff311b;
    display: block;
    text-align: center;
    margin: 0;
}
.red-bold {
    color: #ff311b;
    font-weight: bold;
}
.info-button-container .button-info {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
}
#info p {
    font-family: var(--main-font, sans-serif);
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 3% 0;
}
#btn-info {
    /*width: 96px;*/
    /*min-width: 96px;*/
    /*height: auto;*/
    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, sans-serif);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
    text-align: justify;
}
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, sans-serif);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
    text-align: justify;
}
ul.menu-list-items1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: fit-content;
    margin: 0 auto;

    line-height: 1.8;
    list-style-type: disc;
    padding-left: 24px;
    padding-bottom: 10px;

    box-sizing: border-box;
    font-family: var(--main-font, sans-serif);
    font-size: var(--adaptive-font);

    text-align: left;
}
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, sans-serif);
    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, sans-serif);
    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, sans-serif);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0 !important;
    text-align: start !important;
    text-align-last: auto !important;
}
#info-up img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}





