

.page {
    overflow: hidden;
    color: white;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}


.smallt {
    position: absolute;
    margin-top: 115px;
    transition: font-size 0.3s ease;
    z-index: 5;
    font-weight: bold;

}

.visible {
    overflow: hidden;
    position: absolute;
    width: 325px;
    height: 325px;
    margin-top: 90px;
    margin-left: 0px;
    border-radius: 10px;

}

body, html {
    margin: 0;
    padding: 0;
    overflow: hidden; 
}

iframe {
    display: block;
    width: 100%;
    height: 220%;
    border: none;
    margin-top: -42px;
    border-radius: 1px;
}


.text1 {
    position: absolute;
    margin-top: 250px; 
    margin-right: 0px;
    font-size: 70px;
    font-weight: bold;
    z-index: 5;
    transition: font-size 0.3s ease;
    font-family: 'SF Pro Display', sans-serif; 
}

.betting {
    position: absolute;
    margin-top: 430px; 
    margin-right: 0px;
    font-size: 80px;
    font-weight: bold;
    z-index: 5;
    transition: font-size 0.3s ease;
    font-family: 'SF Pro Display', sans-serif; 
}

.fly {
    position: absolute;
    margin-top: 440px; 
    margin-right: 0px;
    font-size: 60px;
    font-weight: bold;
    z-index: 5;
    transition: font-size 0.4s ease;
    font-family: 'SF Pro Display', sans-serif; 
}

.fly2 {
    position: absolute;
    margin-top: 255px; 
    margin-right: 0px;
    font-size: 27px;
    font-weight: bold;
    z-index: 5;
    transition: font-size 0.4s ease;
    font-family: 'Oswald', sans-serif;    
}




.loader {
    width: 150px;
    height: 4px;
    border: 1px solid #261c4a;
    background-color: #151028;
    position: absolute;
    border-radius: 5px; 
    margin: 270px auto -270px auto;
}

.loader .bar {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #6b30f9;
    border-radius: 3px; 
    position: absolute;
    transition: width 5s ease; 
}

@keyframes loading {

    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}



.stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: black;
}

.star {
    position: absolute;
    background: rgb(214, 26, 26);
    border-radius: 50%;
    opacity: 0.8;
    animation: twinkle var(--duration) infinite alternate,
               floatStar var(--duration) ease-in-out infinite;
    --dx: 0px;
    --dy: 0px;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 1; }
}

@keyframes floatStar {
    0% { transform: translate(0px, 0px); }
    50% { transform: translate(var(--dx), var(--dy)); }
    100% { transform: translate(0px, 0px); }
}



img {
   pointer-events: none;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.page__rate-image {
    max-width: 40px;
    max-height: 40px;
    margin-right: 25px;
}

.page__rate-wrapper {
    display: flex;
    flex-direction: column;
}

.page__rate-title {
    color: #ffc300;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}

.page__rate-subtitle {
    font-size: 12px;
    margin: 0;
}

.winner {
  
    display: block;
    width: 300px;
    margin: auto;
    position: relative;
}



.luck {
    display: block;
    width: 100px;
    margin-top: 170px; /* Уменьшите значение для поднятия элемента */
    margin-left: 180px;
    position: absolute;
}


.win {
   
    display: block;
    width: 100px;
    margin-top: 160px;
    margin-left: 0px;
    position: absolute;
}






.button2 {
    width: 220px;
    height: 80px;
    border-radius: 30px;
    margin-top: 600px;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: center;
    position: absolute;
    top: 50%; /* Центрировать по вертикали */
    left: 50%; /* Центрировать по горизонтали */
    transform: translate(-50%, -50%); /* Смещение для точного центрирования */
    border: none;
    display: inline-block;
    color: rgb(221, 221, 221);
    text-shadow: rgb(138, 138, 138) 0px 0px 20px;
    background: linear-gradient(263.87deg, rgb(228, 6, 62) 0%, rgb(226, 19, 54) 100%);
    box-shadow: #cf0240a9 0px 10px 20px, rgba(219, 16, 67, 0.664) 0px 10px 20px, rgb(212, 15, 74) 0px -2px 4px inset, rgb(230, 11, 47) 0px -8px 8px inset;
    cursor: pointer;
}



.loader2 {
    width: 325px;
    height: 100px;
    border: 1px solid #5a0821;
    background-color: #000000;
    position: absolute;
    border-radius: 20px; 
    margin-top: 425px; 
    margin-left: 0px;
}





.circle {
    width: 175px;
    height: 175px;
    border-radius: 50%; 
    position: absolute;
    border: 5px solid #944ef5;
    margin-top: 456px;
    background-color: black;
    
    z-index: 1;
}

.cv {
    width: 300px; 
    height: 200px;
    border-radius: 20px; 
    border: 1px solid #57123f;
    position: relative;
    display: flex;
    margin: 120px auto -415px auto;
    justify-content: center;
    background-color: #270318;
    overflow: hidden;
    z-index: 1;
}

.rocket {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center top;
    box-sizing: border-box;
    max-width: 300px;
    position: relative;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    margin: 120px auto 0 auto;
    transition: all 0.32s ease 0s;
    z-index: 5;
}



.rocket_fire {
    position: absolute;
    width: 65px;
    margin-top: 205px;
    margin-right: 130px;
    animation: fly 4s forwards;
}



.rocket_boy {
    position: absolute;
    transition: all 0.32s ease 0s;
    transform: rotate(7deg);
    width: 65px;
    margin-top: 150px;
    margin-right: 50px;
    display: block;
    animation: fly 4s forwards;
}

.obloko {
    position: absolute;
    transition: all 0.32s ease 0s;
    transform: rotate(7deg);
    width: 300px;
    margin-top: 110px;
    margin-left: 600px;
    display: block;
    animation: fly1 6s linear infinite;
    z-index: 2;
}

.obloko2 {
    position: absolute;
    transition: all 0.32s ease 0s;
    transform: rotate(7deg);
    width: 300px;
    margin-top: 110px;
    margin-left: 0px;
    display: block;
    animation: fly1 6s linear infinite;
    z-index: 2;
}



@keyframes fly {
    0% {
        transform: translate(-70px, 50px);
    }
 
  
    100% {
        transform: translate(120px, -25px);
    }
}


@keyframes fly1 {
    0% {
    transform: translate(0px, 0px);
      }
    
    100% {
    transform: translate(-300px, 0px);
    }
}
