body {
    color: #fff;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('../imgs/size_1920.webp') center center fixed;
    background-size: cover;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.modal-open .background {
    filter: blur(10px);
}

.modal-open .content {
    filter: blur(10px);
}

.modal-open .fruits {
    filter: blur(10px);
}

.modal-open .popup-icecream {
    display: block;
}
.text-effect {
    display: inline-block;
    font-weight: bold;
    font-size: 1.05em;
    color: #CE0007;
    -webkit-text-stroke: 3px #FFEA09;
    text-stroke: 3px #FFEA09;
}

.red-gradient,
.gradient-text,
.gradient-text::before,
.gradient-title,
.gradient-title::before,
.gradient-title::after,
.title span[data-text],
.title span[data-text]::before,
.title span[data-text]::after {
    display: none !important;
}

.modal-backdrop.show {
    opacity: 1;
    background: linear-gradient(180deg, rgba(88, 80, 75, 0.4) 0%, rgba(88, 80, 75, 0.8) 100%);
    backdrop-filter: blur(40px);
}

.content {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: 2;
}

.wheel-wrap {
    position: relative;
    background: url(../imgs/wheel.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 98em;
    height: 62em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.title-container {
    position: relative;
    text-align: center;
    font-size: 3.9em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}



.title-gradient {
    position: relative;
    z-index: 2;
    background: #FEF891;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    filter: drop-shadow(-1px 0 0 #212121) drop-shadow(1px 0 0 #212121) drop-shadow(0 -1px 0 #212121) drop-shadow(0 1px 0 #212121);
}

.title-text,
.text-effect,
.red-gradient,
.gradient-text,
.gradient-text::before,
.gradient-title,
.gradient-title::before,
.gradient-title::after,
.title span[data-text],
.title span[data-text]::before,
.title span[data-text]::after {
    display: none !important;
}

.subtitle {
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 2em;
    line-height: 1.3em;
    font-family: 'Roboto', sans-serif;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.win-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    z-index: 50;
    margin-top: 2em;
}

.wheel-section:nth-child(6) span {
    font-size: 3.9em;
}


.win {
    width: 7em;
    font-weight: bold;
    font-size: 1.8em;
    text-transform: uppercase;
    padding: .5em .5em;
    color: #fff;
    background: #5D1403;
    border: 2px solid #E0BF52;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 0 25px 0px #E0BF52;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wheel {
    position: relative;
    width: 58em;
    height: 58em;
    z-index: 3;
    animation: shake 2s ease-in-out 2s infinite;
    border-radius: 50%;
    transform-origin: center;
    background: url(../imgs/wheel-section.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.payment-left img:nth-child(1) {
    width: auto;
    height: 60px;
}

.subtitle span {
    text-shadow: 0 0 4px #00000025;
}

.payment-left img:nth-child(2) {
    width: auto;
    height: 42px;
}

.payment-left img:nth-child(3) {
    width: auto;
    height: 40px;
}

.payment-right img:nth-child(1) {
    width: auto;
    height: 49px;
}

.payment-right img:nth-child(2) {
    width: auto;
    height: 86px;
}

.payment-right img:nth-child(3) {
    width: auto;
    height: 46px;
}


.wheel-btn {
    position: absolute;
    background: url(../imgs/button.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20.5em;
    height: 20.5em;
    top: 21%;
    z-index: 15;
    left: 32%;
    margin-top: 7em;
    margin-left: 8em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

.wheel-btn:hover {
    transform: scale(1.05);
    background: url(../imgs/button-hover.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wheel-btn:active {
    background: url(../imgs/button-hover.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wheel-btn.spinning {
    background: url(../imgs/button-state.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
    transform: scale(1);
}

.wheel-btn span {
    font-size: 2.4em;
    font-weight: 700;
    color: #FFFFFE;
    text-transform: uppercase;
    text-align: center;
}

.btn-text {
    font-size: 3.5em;
    font-weight: bold;
    color: #FFFFFE;
    text-transform: uppercase;
}


.wheel-ring {
    position: absolute;
    background: url(../imgs/ring.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 74em;
    height: 72em;
    top: 48%;
    left: 47%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.wheel-section.show-1 {
    width: 19.9em;
    height: 25.7em;
    top: 1.8em !important;
    left: 4.4em !important;
    z-index: 10;
    transform: rotate(0deg) !important;
}

.wheel-section.show-2 {
    width: 19.9em;
    height: 25.7em;
    top: 20.7em !important;
    left: -5em !important;
    z-index: 10;
    transform: rotate(256deg) !important;
}

.wheel-section {
    position: absolute;
    z-index: 2;
    width: 28em;
    height: 26em;
    top: -4em;
    left: 15em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0;
    text-align: center;
}

.wheel-section:nth-child(2) {
    transform: rotate(48deg);
    top: 1.2em;
    left: 29.6em;
}

.wheel-section:nth-child(3) {
    transform: rotate(92deg);
    top: 15.9em;
    left: 34.3em;
}

.wheel-section:nth-child(4) {
    transform: rotate(133deg);
    top: 29.3em;
    left: 28.4em;
}

.wheel-section:nth-child(5) {
    transform: rotate(180deg);
    top: 35em;
    left: 15em;
}

.wheel-section:nth-child(6) {
    transform: rotate(223deg);
    top: 30em;
    left: 1.5em;
}

.wheel-section:nth-child(7) {
    transform: rotate(270deg);
    top: 16.6em;
    left: -4em;
}

.wheel-section:nth-child(8) {
    transform: rotate(311deg);
    top: 2.4em;
    left: 1.5em;
}

.wheel-section span {
    font-size: 3.5em;
    line-height: 1.1em;
    position: relative;
    z-index: 4;
    color: inherit;
}

.wheel-section .smaller {
    font-size: 2.1em;
    position: relative;
    z-index: 4;
    text-align: center;
    color: inherit;
}

.wheel-section:nth-child(odd) {
    color: #013566;
}
.wheel-section:nth-child(even) {
    color: #ffffff;
}

.wheel-section.won-section,
.wheel-section.won-section span,
.wheel-section.won-section .marked,
.wheel-section.won-section .smaller {
    color: #FF4095 !important;
    text-shadow: 
        -0.3px -0.3px 0 #FFFFFF,
        0.3px -0.3px 0 #FFFFFF,
        -0.3px 0.3px 0 #FFFFFF,
        0.3px 0.3px 0 #FFFFFF,
        -0.3px 0 0 #FFFFFF,
        0.3px 0 0 #FFFFFF,
        0 -0.3px 0 #FFFFFF,
        0 0.3px 0 #FFFFFF,
        0px 0px 36px #FF93C7;
}

.wheel-section:nth-child(2) span {
    font-size: 3.5em;
}

.wheel-section:nth-child(3) .smaller {
    font-size: 2.1em;
}

.wheel-section:nth-child(4) .smaller {
    font-size: 1.8em;
}

.wheel-section:nth-child(5) .smaller {
    font-size: 2.5em;
}

.wheel-section:nth-child(7) .smaller {
    font-size: 1.8em;
}

.wheel-section:nth-child(6) .smaller {
    font-size: 2em;
}

.marked {
    font-weight: bold;
    font-size: 1.2em;
    color: inherit;
}

.logo {
    position: absolute;
    top: 2.3em;
    left: 4em;
    z-index: 2;
}

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

.subtitle {
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.3em;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -.1em;
}

.attempts {
    position: absolute;
    top: 1.1em;
    right: 2em;
    font-weight: 700;
    font-size: 1.8em;
    text-transform: uppercase;
    padding: .5em 1.5em;
    color: #422414;
    border-radius: 14px;
    text-align: center;
    z-index: 2;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2em;
    background: linear-gradient(180deg, #8F00FF 0%, #7303CA 100%);
    border: none;
}

.attempts::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(180deg, #FFD88E 6.73%, #FADD9D 67.31%, #A9781C 100%);
    border-radius: 18px;
    z-index: -1;
}

.attempts::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #EDB449 6.73%, #FADD9D 67.31%, #EDB449 100%);
    border-radius: 16px;
    z-index: -1;
}

.bottom-info {
    margin-top: 1.3em;
    font-size: 2.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #5E2778;
    text-align: center;
}

.bottom-info span {
    font-size: 0.7em;
}

.mob-bottom-info {
    position: absolute;
    width: 100%;
    bottom: 12%;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.3em;
    font-size: 2.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 9999;
}

.mob-bottom-info span {
    font-size: 0.7em;
}

.modal-dialog {
    z-index: 2;
    max-width: 700px !important;
}

.modal-content {
    width: 700px;
    height: 480px;
    background: url(../imgs/popup_bg.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    border: none;
}

.modal {
    overflow: hidden;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
}

.modal-inner {
    padding: 50px 218px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
}

#won.modal-inner {
    padding: 103px 89px;
}

#fail.modal-inner {
    padding: 103px 97px;
}

.modal-inner .title {
    background: #FFE573;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Roboto';
    filter: drop-shadow(-2px 0 0 #422414) drop-shadow(2px 0 0 #422414) drop-shadow(0 -2px 0 #422414) drop-shadow(0 2px 0 #422414);
    letter-spacing: 0px;
    margin-bottom: 32px;
    width: 100%;
    line-height: 115%;
}

.modal-inner .subtitle {
    color: #F9C30D;
    font-weight: bold;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.prize-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.prize-block {
    flex: 1;
    max-width: 63%;
}

.prize-block .prize {
    margin-bottom: 0;
    padding: 13px 15px;
}

.prize-separator {
    font-size: 2.5em;
    font-weight: bold;
    color: #F9C30D;
    margin: 0 10px;
    font-family: 'Poppins', sans-serif;
}

.modal-inner .prize {
    color: #fff;
    font-weight: bold;
    font-size: 2.3em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    position: relative;
    border-radius: 16px;
    margin-bottom: 40px;
    flex-direction: column;
    padding: 7px 0px;
}

.modal-inner .prize::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 18px;
    z-index: 0;
}

.modal-inner .prize span {
    color: #F2CC22;
    font-weight: bold;
    font-size: 1.7em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.terms {
    color: #fff;
}

.get-won {
    padding: 1em 2em;
    color: #422414;
    position: relative;
    border: none;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
    transform: translateX(-100%);
    opacity: 0;
    animation: slideInFromLeft 0.4s ease-out 0.3s forwards, buttonPulse 2s ease-in-out 0.7s infinite;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    z-index: 1;
    width: 390px;
    height: 86px;
    background: url('../imgs/button-popup.webp') no-repeat center;
    background-size: 100% 100%;
}

.get-won span {
    position: relative;
    z-index: 2;
}

.get-won:hover {
    color: #422414;
    background: url('../imgs/button-popup-hover.webp') no-repeat center;
    background-size: 100% 100%;
    animation: none;
    transform: translateX(0) scale(1);
}

.get-won:active {
    background: url('../imgs/button-popup-pressed.webp') no-repeat center;
    background-size: 100% 100%;
    animation: none;
    transform: translateX(0) scale(1);
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes buttonPulse {
    0%, 100% {
        transform: translateX(0) scale(1);
    }
    50% {
        transform: translateX(0) scale(1.05);
    }
}

@keyframes slideInAndPulse {
    0% {
        transform: translateX(-100%) scale(1);
        opacity: 0;
    }
    15% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
    35%, 65% {
        transform: translateX(0) scale(1.05);
    }
    50%, 80% {
        transform: translateX(0) scale(1);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}

.rotate-success {
    animation: success-spin 7s ease-in-out;
    animation-fill-mode: forwards;
}

.rotate-fail {
    animation: fail-spin 7s ease-in-out;
    animation-fill-mode: forwards;
}

.wheel.rotate-success .wheel-section,
.wheel.rotate-fail .wheel-section {
    animation: none;
}

@keyframes shake {

0%,
to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}
}

@keyframes flash {
0% {

    opacity: 0;
}

25% {

    opacity: 0.25;
}

50% {

    opacity: 0.5;
}

75% {

    opacity: 0.75;
}

100% {

    opacity: 1;
}
}
@keyframes success-spin {
0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(2024deg);
}
}

@keyframes fail-spin {
0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(3059deg);
}
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width:1920px) {
    body {
        font-size: 12px;
        background: url('../imgs/size_1920.webp') center center fixed;
        background-size: cover;
    }
}

@media screen and (max-width:1280px) {
    body {
        font-size: 12px;
        background: url('../imgs/size_1024.webp') center center fixed;
        background-size: cover;
    }
}

@media screen and (max-width:1024px) {
    body {
        font-size: 8px;
        background: url('../imgs/size_768.webp') center center fixed;
        background-size: cover;
    }

    .trying-block {
        width: 150px;
        height: 60px;
        right: calc(50% - 75px);
    }

    .win-wrap {
        margin-top: 1.5em;
    }
}

@media screen and (max-width:480px) {
    body {
        font-size: 7px;
        background: url('../imgs/size_360.webp') center center fixed;
        background-size: cover;
    }

    .wheel-wrap {
        width: 70em;
        height: 50em;
    }

    .title {
        font-size: 2.8em;
        margin-bottom: 0.5em;
    }
}

@media screen and (max-width:360px) {
    body {
        font-size: 6px;
        background: url('../imgs/size_320.webp') center center fixed;
        background-size: cover;
    }
}

.info-container {
    position: fixed;
    bottom: 3em;
    margin: 0 auto;
}

.info-left, .info-right {
display: flex;
    align-items: center;
gap: 1em;
}

.visitors-text-container {
    line-height: 44%;
}

.first-line {
    text-align: center;
    display: block;
}

.info-left { flex-wrap: wrap; }

.visitors-count, .timer-count {
    color: #FFE801;
    font-weight: 800;
    font-size: 24px;
    text-shadow: 0px 0px 4px #00000040;
}

.visitors-tail { display: block; flex-basis: 100%; }

@media (max-width: 767px) {
.info-left { flex-wrap: nowrap; }
.visitors-tail { display: inline; white-space: nowrap; flex-basis: auto; }
.info-left .visitors-text, .info-left .visitors-count { white-space: nowrap; }
}

.info-left img {
    width: 25px;
    height: 25px;
}

.visitors-icon {
    vertical-align: middle;
    display: inline-block;
}

.visitors-text, .timer-text, .visitors-tail {
color: rgba(255, 255, 255, 1);
font-weight: 400;

    font-size: 28px;
}

.wheel-section:nth-child(2) .smaller {
    font-size: 2.2em;
}

.payment-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 2.7em 5em;
z-index: 1000;
}

.payment-methods {
display: flex;
justify-content: space-between;
align-items: center;
}

.payment-left, .payment-right {
display: flex;
align-items: center;
gap: 100px;
}

.modal.fade .modal-dialog {
transform: translateY(100%);
transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
transform: translateY(0);
}

.modal-inner .prize .small {
font-size: 32px;
margin-bottom: -9px;
}

.modal-inner .prize .smaller {
    font-size: 21px;
    color: #FFFFFF;
    font-weight: 700;
}

.prize-won::after {
    border: 2px solid #F2CC22;
    background: #9B502F;
}

.prize-won::before {
    border: 2px solid #F2CC22;
    background: #9B502F;
}

.prize-fail::after {
    border: 2px solid #F2CC22;
    background: #9B502F;
}

.prize-fail::before {
    border: 2px solid #F2CC22;
    background: #9B502F;
}

.prize-fail {
    padding: 13px 36px !important;
}

.prize-won {
padding: 0;
box-shadow: 0px 4px 10px 0px #29292980;
}


.d-background {
    position: fixed;
    left: 4%;
    top: 33%;
    transform: translateY(-50%);
    width: 200px;
    height: auto;
    z-index: 1;
    background: url('../imgs/d.webp') no-repeat center;
    background-size: contain;
    width: 225px;
    height: 160px;
    animation: floatSlow 8s ease-in-out infinite;
    pointer-events: none;
}

.logo2-bg {
    position: fixed;
    right: 0%;
    top: 19%;
    width: 500px;
    height: 225px;
    z-index: 1;
    background: url('../imgs/logo2.webp') no-repeat center;
    background-size: contain;
    animation: float 6s ease-in-out infinite;
    pointer-events: none;
}

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

.wheel-vortex {
    position: absolute;
    background: url(../imgs/v.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 58em;
    height: 58em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.wheel-f {
    position: absolute;
    width: 15em;
    height: 15em;
    top: 17%;
    right: 78.5%;
    background: url(../imgs/f.webp) no-repeat center;
    background-size: contain;
    z-index: 4;
    pointer-events: none;
    transform-origin: center top;
    animation: lanternSway 2.8s ease-in-out infinite;
}

@keyframes lanternSway {
    0%, 100% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(4deg);
    }
}

.wheel-vortex.spinning {
    opacity: 1;
    animation: vortexSpin 7s linear;
}

@keyframes vortexSpin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) rotate(1080deg);
        opacity: 1;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .wheel-vortex {
        width: 48em;
        height: 48em;
    }
}

@media screen and (min-width: 2200px) {
    .wheel-vortex {
        width: 67em;
        height: 67em;
    }
}

@media (min-width: 400px) and (max-width: 767px) {

.title {
font-size: 1.05em;
line-height: 1.2;
width: 80%;
margin: 0 auto;
}

.subtitle {
font-size: 2.5em;
margin-bottom: 1.2em;
max-width: 85%;
}
}

@media (max-width: 767px) {

html, body {
position: relative;
min-height: 100vh;
margin: 0;
padding: 0;
overflow-y: hidden;
overflow-x: hidden;
}

.payment-methods {
    gap: 5px;
}

.payment-left, .payment-right {
    gap: 10px;
}

.payment-left img:nth-child(1) {
    height: 13px;
}

.payment-left img:nth-child(2) {
    height: 11px;
}

.payment-left img:nth-child(3) {
    height: 11px;
}

.payment-right img:nth-child(1) {
    height: 14px;
}

.payment-right img:nth-child(2) {
    height: 8px;
}

.payment-right img:nth-child(3) {
    height: 10px;
}

.payment-right img:nth-child(4) {
    width: auto;
    height: 18px;
}

.wheel-section:nth-child(2) .smaller {
    font-size: 1.6em;
}

.wheel-section:nth-child(7) .smaller {
    font-size: 1.9em;
}

.wheel-section .smaller {
    font-size: 1.5em;
}

    .wheel-section:nth-child(8) {
        top: -.6em;
        left: -1.5em;
    }

.title-container {
width: 74%;
margin: auto;
}
.wheel-section:nth-child(6) span {
    font-size: 3.2em;
}

    .attempts::before {
        border-radius: 8px;
    }

    #fail.modal-inner {
        padding: 51px 0px;
    }

    #won.modal-inner {
        padding: 51px 37px;
    }
.wheel-section:nth-child(4) span {
    font-size: 2.4em;
}

.visitors-text, .timer-text, .visitors-tail {
    font-size: 12px;
}
.wheel-section:nth-child(4) .smaller {
    font-size: 1.3em;
}

.wheel-section:nth-child(5) .smaller {
    font-size: 1.6em;
}

.wheel-section:nth-child(6) .smaller {
    font-size: 1.4em;
}

.wheel-section:nth-child(7) .smaller {
font-size: 1.7em;
}
.payment-left img:nth-child(1) {
    width: auto;
    height: 19px;
}

.payment-left img:nth-child(2) {
    width: auto;
    height: 15px;
}

.payment-left img:nth-child(3) {
    width: auto;
    height: 11px;
}

.payment-right img:nth-child(1) {
    width: auto;
    height: 19px;
}

.payment-right img:nth-child(2) {
    width: auto;
    height: 23px;
}

.payment-right img:nth-child(3) {
    width: auto;
    height: 12px;
}


.content {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.content {
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
padding-bottom: 20px;
}

.wheel-wrap {
margin-top: auto;
width: 48em;
height: 50em;
}

.attempts {
top: 1.5em;
    right: 21%;
transform: translateX(50%);
border-radius: 8px;
font-size: 1.3em;
padding: 0.6em 0.8em 0.4em 0.8em;
white-space: nowrap;
display: flex;
align-items: center;
justify-content: center;
gap: 0.2em;
}

.logo {
width: 112px;
margin-top: .5em;
left: 3em;
}

.attempts::after {
border-radius: 6px;
}

.info-container {
position: fixed;
    bottom: 6em;
    margin: 0 auto;
width: 100%;
padding: 1em 2em;
z-index: 999;
display: flex;
flex-direction: column-reverse;
}

.info-left, .info-right {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5em;
font-size: 1.1em;
font-weight: 600;
color: #fff;
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
}

.visitors-count, .timer-count {
color: #F9C30D;
font-weight: bold;
    font-size: 12px;
text-shadow: 0px 0px 4px #00000040;
}

    .logo2-bg {
        right: 68%;
        top: 85%;
        width: 112px;
        height: 41px;
    }

    .wheel-f {
        display: none;
    }

.payment-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.7em 2em;
    padding-bottom: calc(2em + env(safe-area-inset-bottom));
    z-index: 100;
}


.payment-methods {
display: flex;
gap: 7em;
justify-content: center;
}

.info-left img {
    width: 10px;
    height: 10px;
}

.visitors-icon {

    vertical-align: top;
    display: inline-block;
}

.wheel-ring {
    width: 56em;
    height: 48em;
    top: 48%;
    left: 45.5%;
    background: url(../imgs/ring_mobile.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

    .d-background {
        left: -5%;
        top: 25%;
        width: 61px;
        height: 160px;
    }

.wheel-vortex {
    width: 45em;
    height: 45em;
}

.wheel {
width: 45em;
height: 45em;
left: -.1%;
}

.wheel-btn {
    width: 14em;
    height: 14em;
    top: 21%;
    left: 20%;
}

.wheel-btn span {
    font-size: 1.6em;
}

    .visitors-text-container {
        line-height: 92%;
    }

.payment-left, .payment-right {
gap: 7em;
}

.wheel-section:nth-child(2) span {
font-size: 2.4em;
}

.wheel-section:nth-child(3) .smaller {
    font-size: 1.5em;
}

.wheel-section span {
    font-size: 2.4em;
}

.wheel-section {
    top: -5em;
    left: 8.5em;
}

.wheel-section:nth-child(2) {
    top: -1em;
    left: 19em;
}

.wheel-section:nth-child(3) {
    top: 9.2em;
    left: 22.6em;
}

.wheel-section:nth-child(4) {
    top: 19.4em;
    left: 18.1em;
}

.wheel-section:nth-child(5) {
    top: 23em;
    left: 8.5em;
}

.wheel-section:nth-child(7) .smaller {
    font-size: 1.3em;
}

.wheel-section:nth-child(6) {
    top: 20em;
    left: -1.9em;
}

.wheel-section:nth-child(7) {
    top: 10em;
    left: -5em;
}

.title {
    font-size: .8em;
line-height: 1.2;
width: 100%;
margin-bottom: 0.5em;
}

.subtitle {
font-size: 2.2em;
margin-bottom: 2.2em;
max-width: 90%;
}

.content {
justify-content: center;
padding: 6em 0em 0em 0em;
}

.modal-content {
    width: 323px;
    height: 228px;
}

.modal-dialog-centered {
display: flex;
align-items: center;
justify-content: center;
}

.modal-inner {
padding: 19px 9px;
}

.modal-inner .title {
    margin-bottom: 13px;
    letter-spacing: 0px;
    font-size: 1.9em;
    width: 100%;
    font-weight: 700;

}

.visitors-text-container {
    display: flex;
    gap: 3px;
}

.modal-inner .prize {
border-radius: 12px;
    margin-bottom: 14px;
gap: 5px;
padding: 7px 21px;
}

.prize-block .prize {
padding: 6px 7px;
}

.modal-inner .prize::before {
    border-radius: 8px;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}

.modal-inner .prize .small {
font-size: 16px;
}

.modal-inner .prize .smaller {
    font-size: 9px;
}

.modal-inner .prize span {
gap: 4px;
}

.prize-fail {
padding: 4px 28px;
}

.get-won span {
    font-size: 14px;
}

.get-won {
    width: 180px;
    padding: 0;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .prize-fail {
        padding: 8px 26px !important;
    }

.logo img {
width: 112px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {

.info-left {
    flex-wrap: nowrap;
}

    .attempts::before {
        border-radius: 5px;
    }

.visitors-text-container {
    line-height: 180%;
    gap: 5px;
    display: flex;
}

.visitors-tail {
    display: inline;
    white-space: nowrap;
    flex-basis: auto;
}

.info-left .visitors-text,
.info-left .visitors-count {
    white-space: nowrap;
}

.payment-left img:nth-child(1) {
    width: auto;
    height: 41px;
}

.payment-left img:nth-child(2) {
    width: auto;
    height: 28px;
}

.payment-left img:nth-child(3) {
    width: auto;
    height: 22px;
}

.payment-right img:nth-child(1) {
    width: auto;
    height: 30px;
}

.payment-right img:nth-child(2) {
    height: 45px;
}

.payment-right img:nth-child(3) {
    width: auto;
    height: 24px;
}


.content {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 100vh;
position: relative;
padding-bottom: 20px;
padding: 10em 0em 0em 0em;
}

.logo img {
display: block;
width: 150px;
height: auto;
margin: auto;
}

.attempts {
top: 1em;
right: 3%;
border-radius: 8px;
font-size: 1.5em;
padding: .55em 1.5em;
white-space: nowrap;
display: flex;
align-items: center;
justify-content: center;
gap: 0.2em;
}

.attempts::after {
border-radius: 4px;
}

.title {
    font-size: 35px;
margin-bottom: 0.5em;
margin: 0 auto;
}

.modal-inner .title {
font-size: 32px;
}

.get-won {
    height: 86px;
    width: 380px;
    font-size: 20px;
    padding: 1.4em 2em;
}

.modal-inner {
padding: 48px 103px;
}

.subtitle {
    font-size: 23px;
margin-bottom: 1.5em;
max-width: 80%;
}

.wheel-wrap {
margin-top: auto;
width: 75em;
height: 75em;
margin-bottom: 180px;
}

.info-left img {
    width: 16px;
    height: 16px;
}

.visitors-icon {
    vertical-align: middle;
    display: inline-block;
}

.visitors-text, .timer-text, .visitors-tail {
    font-size: 2.3em;
}

.visitors-count, .timer-count {
    font-size: 1.7em;
}

.wheel-ring {
    width: 86em;
    height: 86em;
    top: 48%;
    left: 45%;
}

.logo2-bg {
    right: 67%;
    top: 74%;
    width: 240px;
    height: 225px;
}

.d-background {
    width: 98px;
    height: 70px;
    left: 4%;
    top: 14%;
    z-index: -1;
}

.wheel-f {
    width: 16em;
    height: 16em;
    top: 18%;
    right: 94.5%;
}

.wheel-vortex {
    width: 72em;
    height: 72em;
}

.wheel-btn {
    width: 24em;
    height: 24em;
    top: 25%;
    left: 24%;
}

.wheel {
width: 72em;
height: 72em;
}

.wheel-btn span {
    font-size: 22px;
}


.wheel-section {
    top: 0em;
    left: 22em;
}

.wheel-section:nth-child(2) {
    top: 6.5em;
    left: 38.5em;
}

.wheel-section:nth-child(3) {
    top: 23em;
    left: 44.9em;
}

.wheel-section:nth-child(4) {
    top: 38.4em;
    left: 37.2em;
}

.wheel-section:nth-child(5) {
    top: 44em;
    left: 21.9em;
}

    .wheel-section:nth-child(7) .smaller {
        font-size: 2.2em;
    }

.wheel-section:nth-child(6) {
    top: 38.9em;
    left: 6.5em;
}

.wheel-section span {
    font-size: 4em;
}

.wheel-section .smaller {
    font-size: 2.6em;
}

.wheel-section:nth-child(2) .smaller {
    font-size: 2.5em;
}

.wheel-section:nth-child(2) span {
font-size: 4em;
}

.wheel-section:nth-child(6) span {
    font-size: 4.5em;
}

.wheel-section:nth-child(6) .smaller {
    font-size: 2.3em;
}

    .wheel-section:nth-child(8) {
        top: 7.1em;
        left: 5.6em;
    }

.wheel-section:nth-child(5) .smaller {
    font-size: 3.4em;
}

.wheel-section:nth-child(4) .smaller {
    font-size: 2.2em;
}

.wheel-section:nth-child(3) .smaller {
    font-size: 2.6em;
}

.wheel-section:nth-child(4) span {
    font-size: 3.5em;
}

.wheel-section:nth-child(7) {
    top: 23.9em;
    left: 0em;
}

.info-container {
position: fixed;
bottom: 7em;
left: 0;
width: 100%;
padding: 24px 25px;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}

.info-left, .info-right {
display: flex;
align-items: center;
gap: 1em;
font-size: 1em;
font-weight: 600;
color: #fff;
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
}

.visitors-count, .timer-count {
color: #F9C30D;
font-weight: bold;
    font-size: 1.1em;
text-shadow: 0px 0px 4px #00000040;
}

.payment-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 24px;
}

.payment-icon {
height: 4.2em;
}

.payment-left, .payment-right {
gap: 15em;
}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

.visitors-text-container {
    line-height: 56%;
}

    .attempts::before {
        border-radius: 13px;
    }

.wheel-section:nth-child(6) span {
    font-size: 2.3em;
}

.get-won {
    padding: 1.2em 2em;
}

    .wheel-section:nth-child(8) {
        top: -3.5em;
        left: -4.5em;
    }

    .wheel-section:nth-child(7) .smaller {
        font-size: 1.1em;
    }

    .d-background {
        width: 80px;
        height: 100px;
    }

    .logo2-bg {
        right: 3%;
        top: 19%;
        width: 200px;
        height: 125px;
    }

.title {
    font-size: 26px;
}

.logo img {
width: 150px;
}

.attempts::after {
border-radius: 11px;
}


.attempts {
    font-size: 1.2em;
    padding: .45em 1.2em;
right: 1.7em;
}

.title-container {
font-size: 2.8em;
}

.subtitle {
    font-size: 1.4em;
margin-bottom: 1.7em;
}

.wheel-wrap {
height: 34em;
width: auto;
}

body {
font-size: 11px;
background: url('../imgs/size_1024.webp') center center fixed;
background-size: cover;
}

.payment-right img {
width: 48px;
height: 46px;
}

.payment-left img {
width: 106px;
height: 46px;
}

.payment-left, .payment-right {
gap: 45px;
}

.payment-footer {
padding: 17px 32px;
}

.info-container {
    padding: 0px 32px;
    bottom: 2.5em;
    margin: 0 auto;
}

.logo {
    left: 3em;
}

.info-left img {
    width: 13px;
    height: 13px;
}

.visitors-icon {
    vertical-align: bottom;
    display: inline-block;
}

.info-left, .info-right {
    gap: .5em;
}

.visitors-text, .timer-text, .visitors-tail {
    font-size: 13px;
}

.visitors-count, .timer-count {
    font-size: 13px;
}

.wheel {
width: 35em;
height: 35em;
}

.wheel-ring {
    width: 43em;
    height: 43em;
    top: 49%;
    left: 45%;
}

.wheel-vortex {
    width: 35em;
    height: 35em;
}


.wheel-btn {
    width: 12.4em;
    height: 12.4em;
    top: 11%;
    left: 10%;
}

.wheel-f {
    width: 10em;
    height: 10em;
    top: 15%;
    right: 95%;
}

.wheel-btn span {
    font-size: 1.5em;
}

.wheel-section span {
    font-size: 1.8em;
}

.wheel-section .smaller {
    font-size: 1.2em;
}

.wheel-section:nth-child(4) span {
    font-size: 1.8em;
}

.wheel-section:nth-child(4) .smaller {
    font-size: 1.1em;
}

.wheel-section:nth-child(5) .smaller {
    font-size: 1.5em;
}

.wheel-section:nth-child(6) .smaller {
    font-size: 1.2em;
}

.wheel-section:nth-child(2) .smaller {
    font-size: 1.3em;
}

.wheel-section:nth-child(2) span {
font-size: 1.8em;
}

.wheel-section:nth-child(3) .smaller {
    font-size: 1.2em;
}

.wheel-section {
    top: -6.7em;
    left: 3.5em;
}

.wheel-section:nth-child(2) {
    top: -4.1em;
    left: 12em;
}

.wheel-section:nth-child(3) {
    top: 4.5em;
    left: 14.8em;
}

.wheel-section:nth-child(4) {
    top: 12.5em;
    left: 11.4em;
}

.wheel-section:nth-child(5) {
    top: 15.5em;
    left: 3.5em;
}

.wheel-section:nth-child(6) {
    top: 12.7em;
    left: -4.6em;
}
.payment-left img:nth-child(1) {
    width: auto;
    height: 36px;
}

.payment-left img:nth-child(2) {
    width: auto;
    height: 22px;
}

.payment-left img:nth-child(3) {
    width: auto;
    height: 21px;
}

.payment-right img:nth-child(1) {
    width: auto;
    height: 28px;
}

.payment-right img:nth-child(2) {
    width: auto;
    height: 43px;
}

.payment-right img:nth-child(3) {
    width: auto;
    height: 25px;
}

.wheel-section:nth-child(7) {
    top: 5em;
    left: -7.5em;
}
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
.logo img {
width: 186px;
}

.visitors-text-container {
    line-height: 97%;
}

.get-won {
    padding: 1em 2em;
}

    .attempts::before {
        border-radius: 12px;
    }

.wheel-section:nth-child(6) span {
    font-size: 2.5em;
}

    .title-gradient {
        font-size: 33px;
    }

.attempts::after {
border-radius: 11px;
}

.info-left, .info-right {
    gap: .7em;
}


.attempts {
font-size: 1.3em;
padding: .65em 1.5em;
}

.payment-right img:nth-child(2) {
    width: auto;
    height: 61px;
}

.payment-right img:nth-child(3) {
    width: auto;
    height: 31px;
}
.title-container {
font-size: 3.2em;
}

.subtitle {
    font-size: 1.7em;
margin-top: 0em;
margin-bottom: 1em;
}

.wheel-section:nth-child(2) .smaller {
    font-size: 1.5em;
}

.wheel-wrap {
    height: 43em;
}

.wheel-section:nth-child(4) span {
    font-size: 2.1em;
}

.wheel-section:nth-child(4) .smaller {
    font-size: 1.3em;
}

.wheel-section:nth-child(4) {
top: 19em;
left: 11.9em;
}

body {
font-size: 12px;
background: url('../imgs/size_1024.webp') center center fixed;
background-size: cover;
}

.payment-right img {
width: 46px;
height: 45px;
}


.payment-left img {
width: 135px;
height: 58px;
}

.payment-left, .payment-right {
gap: 50px;
}

.payment-footer {
padding: 21px 40px;
}

.info-left img {
    width: 16px;
    height: 16px;
}

.visitors-icon {
    vertical-align: inherit;
    display: inline-block;
}

.visitors-text, .timer-text, .visitors-tail {
    font-size: 19px;
}

.visitors-count, .timer-count {
    font-size: 18px;
}

.info-container {
    padding: 12px 40px;
    bottom: 1em;
    margin: 0 auto;
}

.wheel {
width: 40.5em;
height: 40.5em;
}

.wheel-ring {
    width: 63.5em;
    height: 46em;
    top: 49%;
    left: 48%;
}

.d-background {
    width: 100px;
    height: 160px;
}

.logo2-bg {
    right: 0%;
    top: 17%;
    width: 320px;
    height: 200px;
}

.wheel-f {
    width: 11em;
    height: 11em;
    top: 17%;
    right: 69.7%;
}

.wheel-vortex {
    width: 40.5em;
    height: 40.5em;
}

.wheel-btn {
    width: 14em;
    height: 14em;
    top: 18%;
    left: 35%;
}

.wheel-btn span {
    font-size: 1.7em;
}

.wheel-section span {
    font-size: 2.1em;
}

.wheel-section .smaller {
    font-size: 1.5em;
}

.payment-left img:nth-child(1) {
    width: auto;
    height: 45px;
}

.payment-left img:nth-child(2) {
    width: auto;
    height: 28px;
}

.payment-left img:nth-child(3) {
    width: auto;
    height: 26px;
}

.payment-right img:nth-child(1) {
    width: auto;
    height: 38px;
}

.wheel-section {
    top: -6.6em;
    left: 6.12em;
}

.wheel-section:nth-child(2) span {
    font-size: 2.1em;
}

.wheel-section:nth-child(2) {
    top: -3em;
    left: 16.5em;
}

.wheel-section:nth-child(3) .smaller {
    font-size: 1.5em;
}

.wheel-section:nth-child(3) {
    top: 7.3em;
    left: 20em;
}

.wheel-section:nth-child(4) {
    top: 17em;
    left: 16em;
}

.wheel-section:nth-child(5) .smaller {
    font-size: 1.8em;
}

.wheel-section:nth-child(5) {
    top: 20.7em;
    left: 6.2em;
}

.wheel-section:nth-child(6) .smaller {
    font-size: 1.4em;
}

    .wheel-section:nth-child(7) .smaller {
        font-size: 1.3em;
    }

.wheel-section:nth-child(6) {
    top: 17.7em;
    left: -3.5em;
}

.wheel-section:nth-child(7) {
    top: 7.7em;
    left: -7em;
}

.wheel-section:nth-child(8) {
    top: -2.4em;
    left: -3.5em;
}

}

@media screen and (min-width: 2000px) {
.title-container {
font-size: 5em;
}

    .get-won {
        padding: .8em 2em;
    }

    .wheel-btn span {
        font-size: 2.6em;
    }

    .title-gradient {
        font-size: 60px;
    }

.modal-inner .title {
font-size: 2.5em;
}

.logo2-bg {
    width: 600px;
    height: 239px;
}

.d-background {
    width: 270px;
    height: 180px;
}

.wheel-section:nth-child(6) span {
    font-size: 2em;
}

.subtitle {
    font-size: 3.3em;
margin-top: 0;
}

.visitors-text, .timer-text, .visitors-tail {
    font-size: 2.5em;
}

.visitors-count, .timer-count {
    font-size: 1em;
}

.info-container {
    padding: 5.1em 5em;
    bottom: -3em;
    margin: 0 auto;
}

.payment-left img:nth-child(1) {
    height: 75px;
}

.payment-left img:nth-child(2) {
    height: 50px;
}

.payment-left img:nth-child(3) {
    height: 50px;
}

.payment-right img:nth-child(1) {
    height: 68px;
}

.payment-right img:nth-child(2) {
    height: 106px;
}

.visitors-text-container {
    line-height: 79%;
}

    .info-left img {
        width: 33px;
        height: 33px;
    }

    .visitors-icon {
        vertical-align: middle;
        display: inline-block;
    }

.payment-right img:nth-child(3) {
    height: 53px;
}

.payment-left, .payment-right {
    gap: 79px;
}

.wheel-wrap {
height: 72em;
}

.wheel-ring {
    width: 82em;
    height: 82em;
}

.wheel-f {
    width: 16em;
    height: 16em;
    top: 18%;
    right: 81.5%;
}

    #fail.modal-inner {
        padding: 105px 82px;
    }

.wheel {
width: 67em;
height: 67em;
}

.wheel-section span {
    font-size: 3.5em;
}

.wheel-section:nth-child(4) span {
    font-size: 3.5em;
}

.wheel-section:nth-child(4) .smaller {
    font-size: 2em;
}

.wheel-section:nth-child(6) span {
    font-size: 4.3em;
}

.modal-inner {
    padding: 105px 82px;
}

    #won.modal-inner {
        padding: 105px 82px;
    }

.wheel-section {
    top: -2em;
    left: 19.3em;
}

.wheel-section:nth-child(2) span {
    font-size: 3.5em;
}

.wheel-section:nth-child(2) {
    top: 4.7em;
    left: 35em;
}

.wheel-section:nth-child(3) .smaller {
    font-size: 2.3em;
}

.wheel-section:nth-child(3) {
    top: 20.5em;
    left: 41em;
}

.wheel-section:nth-child(4) {
    top: 35.6em;
    left: 34.5em;
}

.wheel-section:nth-child(5) {
    top: 41.1em;
    left: 19.5em;
}

.wheel-section:nth-child(6) {
    top: 35.5em;
    left: 5em;
}

    .wheel-section:nth-child(6) .smaller {
        font-size: 2.2em;
    }

.wheel-section:nth-child(7) {
    top: 21em;
    left: -0.5em;
}

.wheel-section .smaller {
    font-size: 2.4em;
}

.wheel-section:nth-child(8) {
    top: 6.1em;
    left: 4.5em;
}

.wheel-section:nth-child(2) .smaller {
    font-size: 2.5em;
}

.wheel-section:nth-child(5) .smaller {
    font-size: 3em;
}

.wheel-section:nth-child(7) .smaller {
    font-size: 2em;
}

    .wheel-btn {
        top: 25%;
        width: 21.5em;
        height: 21.5em;
        left: 31.5%;
    }

    }

    @media (min-width: 200px) and (max-width: 360px) {

    html, body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: env(safe-area-inset-bottom);
    }

    }

    @media screen and (min-width: 320px) and (max-width: 350px) {
    html, body {
    font-size: 6px;
    }

    .visitors-text-container {
        display: flex;
        gap: 3px;
    }

    .visitors-text, .timer-text, .visitors-tail {
        font-size: 10px;
    }

    .visitors-count, .timer-count {
        font-size: 10px;
    }

    .info-container {
        gap: 2px;
    }

    .payment-methods {
        gap: 50px;
    }

    .payment-left, .payment-right {
        gap: 50px;
    }

    .payment-left img:nth-child(1) {
        height: 13px;
    }

    .payment-left img:nth-child(2) {
        height: 11px;
    }

    .payment-left img:nth-child(3) {
        height: 11px;
    }

    .payment-right img:nth-child(1) {
        height: 14px;
    }

    .payment-right img:nth-child(2) {
        height: 17px;
    }

    .payment-right img:nth-child(3) {
        height: 10px;
    }

    .payment-right img:nth-child(4) {
        width: auto;
        height: 12px;
    }
    }

    @media screen and (min-width: 350px) and (max-width: 375px) {
    html, body {
    font-size: 7px;

    }
    }

    @media screen and (min-width: 376px) and (max-width: 414px) {
    html, body {
    font-size: 8px;
    }
    }

    @media screen and (min-width: 414px) and (max-width: 768px) {
    html, body {
    font-size: 8px;
    }
    }

    @media screen and (max-width: 350px) {
    .wheel-arrow {
    top: -2.5em;
    }

    .subtitle {
        font-size: 12px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    }

    .title {
        font-size: .8em;
    }

    .logo {
    margin-top: 0;
    width: 115px;
    top: 2.3em;
    left: 3em;
    }

    .attempts {
    top: 1.35em;
    }
    }

    .modal-inner .prize .small-outline {
    font-size: 32px;
    color: transparent;
    margin-bottom: -13px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    }

.try {
    font-weight: 700;
    font-size: inherit;
    color: #422414;
}
