

.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: -99px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); /* начальная внешняя чёрная тень */
    transition: box-shadow 1s ease-in-out;
}
.iframe:hover {
    box-shadow: inset 0 0 20px rgba(0, 0, 255, 0.5); /* внутренняя голубая тень */
  }
.pred-txt {
    position: absolute;
    margin-top: 430px;
    font-size: 20px;
    font-family: 'Montserrat',  sans-serif;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
  }


.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: 467px;
    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;
    opacity: 70%;
}

.fly {
    position: absolute;
    margin-top: 478px; 
    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; 
    opacity: 70%;
}

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



.page::before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.568), rgba(0, 0, 0, 0.8)), url('images/bg.webp');
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center top;
    box-sizing: border-box;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


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: 159px;
    margin-top: 178px;
    margin-left: 151px;
    position: absolute;
}


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


.button2 {
    width: 325px;
    height: 50px;
    border-radius: 12px;
    margin-top: 600px;
    font-size: 18px;
    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: #fff;
    text-transform: uppercase;
    background: linear-gradient(263.87deg, rgba(0, 191, 255, 0.9) 10%, rgba(0, 128, 255, 0.6) 70%);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px #00000082;
    transition: all 0.3s ease;
}

.button2:hover {
    background: linear-gradient(263.87deg, rgba(0, 191, 255, 1) 10%, rgba(0, 128, 255, 0.8) 70%); 
    box-shadow: 0 4px 6px rgba(0, 191, 255, 0.5), 0 1.5px 3px rgba(0, 128, 255, 0.3); 
}


.loader2 {
    width: 325px;
    height: 100px;
    border-radius: 20px;
    margin-top: 464px;
    margin-left: 0px;
    background: linear-gradient(263.87deg, rgb(0 191 255 / 37%) 10%, rgb(0 128 255 / 26%) 70%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 128, 255, 0.6);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px #00000082;
    position: absolute;
    z-index: -1;
    opacity: 50%;
}





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