@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);
    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);
    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);
    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 {
    /*display: grid;*/
    grid-template-columns: repeat(auto-fit, 340px);
    gap: 3%;
    padding: 10px;
    justify-content: center;
}

#info-page .symbols {
    /*width: clamp(120px, calc(10vw + 10vh), 380px);*/
    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);
    margin: 4px 0;
    text-align: center;
}

p {
    font-weight: 400;
    font-family: var(--main-font);
    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%;
    }
    #info-image3 {
        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 */
.feature-preview {
    width: clamp(300px, 80vw, 550px);
    height: auto;
    object-fit: contain;
    margin-bottom: -3%;
    margin-top: -3%;
}
.feature-preview.lucky {
    margin-bottom: -10%;
    margin-top: -20%;
}
.feature-preview.jackpot {
    margin-bottom: -8%;
    margin-top: -10%;
}

.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);
    font-size: var(--adaptive-font);
    text-align: center;
    hyphens: auto;
    word-break: break-word;
}

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

/*.game-name {*/
/*    background: linear-gradient(to top, #fae873, #ffa500, #ff4500);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    font-weight: 900;*/
/*    text-transform: uppercase;*/
/*    font-size: clamp(16px, calc(2vw + 2vh), 32px);*/
/*    margin-bottom: 0;*/
/*}*/

.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);
    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);
    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);
    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-up img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}







