: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-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: 600;
    line-height: normal;
    margin: 0;
}
/* region Header */
.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 {
    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);
}
.triangle {
    display: flex;
    align-items: flex-end;
    height: 1em;
}
.triangle svg {
    display: block;
    height: 100%;
    width: auto;
}
/* endregion */
#info-page #paytable {
    grid-template-columns: repeat(auto-fit, 340px);
    gap: 3%;
    padding: 10px;
    justify-content: center;
}
#info-page .special img {
    width: clamp(66px, calc(12vw + 12vh), 400px);
    height: clamp(66px, calc(12vw + 12vh), 400px);
    object-fit: cover;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.wild-symbol,
.scatter-symbol,
.moon-symbol {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wild-txt,
.scatter-txt,
.special-txt {
    margin-top: -7%;
    font-size: var(--adaptive-font);
    font-family: var(--main-font);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    justify-content: center;
    color: #ffab00;
    max-width: 100%;
    padding: 10px 0;
}
#info-page .special p {
    margin: 1px;
}
.special {
    display: flex;
    flex-wrap: wrap;
}
.inline-icon {
    display: inline-block;
    vertical-align: middle;
    width: 3.5em;
    height: auto;
    margin: 0 0.2em;
}
#info-page .high img {
    width: clamp(66px, calc(7dvw + 7dvh), 400px);
    height: clamp(66px, calc(7dvw + 7dvh), 400px);
    object-fit: cover;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.high p {
    margin: 1px 0;
    text-align: center;
}
.payout p {
    font-size: var(--adaptive-font);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    margin: 4px clamp(16px, 4vmin, 48px);
    text-align: left;
}
@media (orientation: portrait) {
    .payout p {
        font-size: clamp(12px, calc(1.5dvw + 0.5dvh), 24px);
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
        margin: 4px clamp(16px, 4vmin, 48px);
        text-align: left;
    }
}
p {
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    margin: 30px 0;
    text-align: justify;
}
.fs-p1 {
    text-align: center;
}
.symbol-divider {
    width: 100%;
    height: clamp(1px, 0.1dvh + 0.1dvw, 2px);
    background: linear-gradient(to right, transparent, #d4af37, #f5d76e, #d4af37, transparent);
    border: none;
    margin: 8px 0;
    opacity: 0.9;
}
.separator {
    display: flex;
    align-items: center;
    width: 100%;
    height: clamp(2px, calc(0.5vw + 0.5vh), 4px);
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #939ABB 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
}
.feature-content {
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.feature-text {
    z-index: 10;
    flex: 1;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding: 0;
}
.feature-text p {
    margin: 0 0 1em 0;
}
.feature-previews {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.feature-preview {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: -5%;
    margin-top: -5%;
}
.feature-text.free-spins,
.feature-text.hold-n-win,
.feature-text.jackpot-symbols{
    margin-top: 5%;
    width: 100%;
}
.low,
.high {
    max-width: clamp(120px, 30vw, 260px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.base {
    z-index: 0;
}
.paylines-container  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5%;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.paylines-preview {
    margin-top: -2%;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.paylines.landscape {
    display: none;
}
.paylines.portrait {
    display: none;
}
.payline-info p {
    text-align: center;
    margin-top: 0;
}
.center-text {
    width: 100%;
    text-align: center;
}
@media (orientation: portrait) {
    .wild-symbol {
        margin-top: -8%;
    }
    .special {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(16px, 4vh, 32px);
        margin-bottom: 20px;
    }
    .wild-symbol,
    .scatter-symbol,
    .moon-symbol {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    #info-page .low-symbols img {
        width: clamp(60px, calc(6dvw + 6dvh), 200px);
        height: clamp(60px, calc(7dvw + 7dvh), 200px);
        object-fit: cover;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .high-symbols,
    .low-symbols {
        display: flex;
        justify-content: center;
        row-gap: 20px;
        column-gap: clamp(5%, 7%, 30%);
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .separator {
        height: 2px;
    }
    .feature-content {
        margin-top: -5%;
    }
    .paylines-container {
        text-align: left;
        padding: 0 5%;
    }
    .paylines.portrait {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (orientation: portrait) and (min-width: 768px) {
    .wild-symbol,
    .scatter-symbol,
    .moon-symbol {
        max-width: 70%;
        margin-top: 0;
    }
}
@media (orientation: landscape) {
    .special {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(16px, 4vw, 40px);
        margin-bottom: 50px;
    }
    .wild-symbol,
    .scatter-symbol,
    .moon-symbol {
        flex: 1 1 0;
        max-width: none;
    }
    #info-page .low-symbols img {
        width: clamp(40px, calc(7dvw + 7dvh), 270px);
        height: clamp(40px, calc(7dvw + 7dvh), 150px);
        object-fit: cover;
        margin-bottom: 10px;
    }
    .high-symbols,
    .low-symbols {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        flex-wrap: wrap;
        column-gap: clamp(40px, 6vw, 80px);
        justify-content: center;
        justify-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .feature-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: -5%;
    }
    .feature-previews {
        position: static;
        width: min(70%, 700px);
        max-width: 100%;
    }
    .feature-preview {
        position: static;
        inset: auto;
        width: 100%;
        height: auto;
        object-fit: contain;
        pointer-events: auto;
    }
    .feature-text.free-spins,
    .feature-text.hold-n-win,
    .feature-text.grand-jackpot,
    .feature-text.jackpot-symbols {
        width: 100%;
        margin-inline: auto;
        text-align: left;
    }
    .paylines-container {
        text-align: center;
        padding: 0;
    }
    .paylines.landscape {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (orientation: landscape) and (max-width: 750px){
    .high-symbols, .low-symbols {
        column-gap: clamp(20px, 3vw, 60px);
    }
}
/* region GAME INFO */
.name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.win-cap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.game-name {
    font-size: var(--info-h2-font);
    font-weight: bold;
    text-transform: uppercase;
    color: #fab224;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.rtp-info {
    text-align: center;
}
.highlight {
    color: rgb(255, 77, 79);
    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: 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-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;
}
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;
}
.red {
    color: #d33636;
}
.note {
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
}
/* endregion */