*{
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'fira sans', sans-serif;
}

html, body{
    overflow: hidden;
    overflow-y: hidden;
}

body{
}

.container{
    width: 100vw;
    height: 100vh;
    background: url('/img/glitter.png') no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: screen;
    background-color: #FF091B;
}

.content-container{
    width: 100%;
    height: 100%;
    background: url('/img/Ellipse113.png') center center no-repeat;
    background-size: cover;
    display: flex;
    padding: 40px calc( (100vw - 360px)/(1920 - 360) * (90 - 20) + 20px);
    gap: 10px;
}

.left-side, .right-side{
    max-width: 50%;
    height: 100%;
}

@media(max-width: 767px){
    .content-container{
        padding: 20px calc( (100vw - 360px)/(1920 - 360) * (100 - 20) + 20px);
    }
}

@media(max-width: 540px){
    .content-container{
        flex-direction: column;
    }

    .left-side, .right-side{
        max-width: 100%;
        height: 50%;
    }
    
}

.logo{
    display: flex;
    align-items: center;
    gap: calc( (100vw - 360px)/(1920 - 360) * (40 - 15) + 15px);
    height: calc( (100vw - 360px)/(1920 - 360) * (100 - 40) + 40px);
    margin-bottom: calc( (100vw - 360px)/(1920 - 360) * (80 - 30) + 30px);
}

.logo-winshark img, .logo>img {
    height: calc( (100vw - 360px)/(1920 - 360) * (70 - 30) + 30px);
}

.logo-crazytime img {
    height: calc( (100vw - 360px)/(1920 - 360) * (100 - 50) + 50px);
}

.logo a {
    display: flex;
    align-items: center;
    object-fit: contain;
}

h1{
    position: relative;
    color: white;
    font-style: italic;
    font-size: calc( (100vw - 360px)/(1920 - 360) * (68 - 26) + 26px);
    line-height: calc( (100vw - 360px)/(1920 - 360) * (82 - 34) + 34px);
    letter-spacing: 1%;
    font-weight: 900;
    -webkit-text-stroke: calc( (100vw - 360px)/(1920 - 360) * (2.8 - 1) + 1px) black;
    text-transform: uppercase;
    filter: drop-shadow(2.82px 4px 0px #000000);
    margin-bottom: 20px;
}

@media(max-width: 767px){
    h1{
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}

.yellow-title{
    background: linear-gradient(295.85deg, #FF9839 8.74%, #FFC93F 76.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bonus-count{
    font-style: italic;
    font-size: calc( (100vw - 360px)/(1920 - 360) * (150 - 60) + 60px);
    line-height: calc( (100vw - 360px)/(1920 - 360) * (165 - 66) + 66px);
    letter-spacing: 1%;
    font-weight: 900;
    filter: drop-shadow(10px 10px 0px #000000);
    -webkit-text-stroke: calc( (100vw - 360px)/(1920 - 360) * (4 - 2) + 2px) black;
    text-transform: uppercase;
    margin-bottom: calc( (100vw - 360px)/(1920 - 360) * (40 - 10) + 10px);
}

@media(max-width: 540px){
    .bonus-count, h1{
        text-align: center;
    }
    .bonus-count{
        filter: drop-shadow(6px 6px 0px #000000);
    }

    .logo, .main-button{
        justify-content: center;
    }
}

.btn-get-bonus{
    background: linear-gradient(295.85deg, #FF9839 8.74%, #FFC93F 76.1%);
    padding: 18px 80px;
    border-radius: 10px;
    box-shadow: 0px 6.16px 12.33px 0px #FFFFFF4D inset;
    box-shadow: 0px 4.62px 6.16px 0px #12151E33;
}

@media(max-width: 1440px){
    .btn-get-bonus{
        padding: 18px 60px;
    }
}

@media(max-width: 767px){
    .btn-get-bonus{
        padding: 10px 40px;
    }
}


.main-button{
    display: flex;
}

.btn-get-bonus:hover{
    background: linear-gradient(295.85deg, #FF7F21 8.74%, #FFC93F 76.1%), linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
    box-shadow: 0px 0px 15px 0px #FF9C4099;
    transition: .2s ease-in-out;
}

.btn-get-bonus span{
    display: inline-block;
    font-style: italic;
    color: #000000;
    font-size: calc( (100vw - 360px)/(1920 - 360) * (40 - 18) + 18px);
    line-height: calc( (100vw - 360px)/(1920 - 360) * (48 - 20) + 20px);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    
}

.spinner-part{
    width: calc( (100vw - 360px)/(1920 - 360) * (850 - 273) + 273px);
    height: calc( (100vw - 360px)/(1920 - 360) * (850 - 273) + 273px);
}

.spinner-circle{
    background: url('img/spinner-border.png') center center no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    box-shadow: 0px 0px 63.59px 0px #00000066;
    border-radius: 50%;
}


.spinner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc( (100vw - 360px)/(1920 - 360) * (850 - 273) + 273px);
    height: calc( (100vw - 360px)/(1920 - 360) * (850 - 273) + 273px);
    background: url('img/spinner.png') center center no-repeat;
    background-size: contain;
    transform: rotate(-51deg);
    animation: 3s spin;
    animation-iteration-count: 1;
    animation-delay: 1s;
}


@keyframes spin {
    from {transform:rotate(-51deg);}
    to {transform:rotate(310deg);}
}

.spinner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 225px;
    top: calc( (100vw - 360px)/(1920 - 360) * (360 - 40) + 40px);
    left: calc( (100vw - 360px)/(1920 - 360) * (14 - 10) + 10px);
    background: url('img/sector.png') center center no-repeat;
    background-size: contain;
    z-index: 5;
    animation: 1s shine;
    animation-iteration-count: 1;
    animation-delay: 4s;
    transform: rotate(2deg);
    opacity: 0;
}

@keyframes shine {
    0% {transform: scale(1.0);
        opacity: 1;
    }
    25% {transform: scale(1.15);
        opacity: 1;
    }
    50% {transform: scale(1.0);
        opacity: 1;
    }
    75% {transform: scale(1.15);
        opacity: 1;
    }
    100% {transform: scale(1.0);
        opacity: 1;
    }
}

.spinner-logo{
    position: absolute;
    width: calc( (100vw - 360px)/(1920 - 360) * (270 - 94) + 94px);
    height: calc( (100vw - 360px)/(1920 - 360) * (270 - 94) + 94px);
    background: url('img/spinner-center.png') center center no-repeat;
    background-size: contain;
    z-index: 6;
}

.right-side{
    position: relative;
    display: flex;
    align-items: center;
}

.container:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: calc( (100vw - 360px)/(1920 - 360) * (-10 - 0) + 0%);
    width: calc( (100vw - 360px)/(1920 - 360) * (60 - 30) + 30%);
    height: calc( (100vw - 360px)/(1920 - 360) * (90 - 70) + 70%);
    background: url('img/girl.png') center center no-repeat;
    background-size: contain;
    z-index: 9;
}

@media(max-width:540px){
    .container:after{
        width: 55%;
        height: 40%;
    }
}

@media(max-width:1024px) {
    .right-side{
        margin-left: -20px;
    }
}




/* popup */

.popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px) brightness(50%);
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.popup-overlay.popup-close{
    opacity: 0;
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}

.popup{
    width: calc( (100vw - 360px)/(1920 - 360) * (830 - 328) + 328px);
    height: 90%;
    border-radius: 20px;
    background: #1E222F;
    position: relative;
    z-index: 11;
    overflow: hidden;
}

.popup-content{
    padding: calc( (100vw - 360px)/(1920 - 360) * (25 - 10) + 10px);
    background: url('img/popup_banner.png') no-repeat;
    background-size: contain;
    background-position: center bottom;
    height: 100%; 
}

.popup-close-btn{
    text-align: end;
}

.popup-close-btn i {
    color: #787B85;
    font-size: calc( (100vw - 360px)/(1920 - 360) * (40 - 20) + 20px);
    cursor:pointer;
}

.popup-close-btn i:hover{
    color: #FFC93F;
    transition: .1s ease-in-out;
}

.popup-win-title-block{
    padding-top: 30px;
}

.popup-win-title{
    font-family: 'fira sans', sans-serif;
    color: white;
    font-style: italic;
    font-weight: 900;
    font-size: calc( (100vw - 360px)/(1920 - 360) * (86 - 34) + 34px);
    line-height: calc( (100vw - 360px)/(1920 - 360) * (96 - 40) + 40px);
    text-align: center;
}

.popup-stats{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.bonus-span{
    border-radius: 27px;
    border: 2.5px solid #ffc93f;
    padding: 14px 27px;
    display: flex;
    align-items: center;
}

.bonus-span span{
    font-weight: 900;
    font-style: italic;
    font-size: calc( (100vw - 360px)/(1920 - 360) * (32 - 14) + 14px);
    line-height: calc( (100vw - 360px)/(1920 - 360) * (27 - 12) + 12px);
    color: #FFC93F;
}

.popup-btn-text{
    margin-top: calc( (100vw - 360px)/(1920 - 360) * (100 - 40) + 40px);
    text-align: center;
    position: relative;
    
}

.popup-btn-text span{
    font-size: calc( (100vw - 360px)/(1920 - 360) * (20 - 14) + 14px);
    line-height: calc( (100vw - 360px)/(1920 - 360) * (28 - 16) + 16px);
    font-weight: 400;
    color: white;
}

.main-button.continue-btn a{
    width: 75%;
    text-align: center;
    margin: 20px auto;
}

.main-button.continue-btn a span{
    font-size: 24px;
}

@media(max-width: 540px){
    .popup{
        height: 60%;
    }
}