@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    user-select: none;
    background-color: #0E0504;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.logotype {
    position: center;
    width: 106px;
    height: 106px;
    left: 80px;
    top: 90px;
    cursor: pointer;
}
.logotype img {
    width: 106px;
    height: 106px;
    height: auto;
    zoom: 80%;
}
.menu {
    position: fixed;
    display: flex;
    right: 20px;
    flex-direction: column;
    justify-content: space-between;
    width: 55px;
    height: 46px;
    cursor: pointer;
    z-index: 1001;
    margin-top: -100px;
    zoom: 80%;
}

.menu-line {
    width: 100%;
    height: 8px;
    background: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    float: right;
    z-index: 1001;
}
.menu.open .menu-line:nth-child(1) {
    transform: translateY(19px) rotate(45deg);
}

.menu.open .menu-line:nth-child(2) {
    opacity: 0;
}

.menu.open .menu-line:nth-child(3) {
    transform: translateY(-19px) rotate(-45deg);
}

.menu-content {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 350px;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0E0504BD;
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: 0.5s all;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF36;
    margin-left: 100px;
    
}

.menu-content.active {
    display: flex;
    transition: 0.5s all;
}

.menu-item {
    display: flex;
    min-width: 300px;
    color: rgba(255, 255, 255, 0.28);
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: 0.5s all;
    text-decoration: none;
    flex-direction: column;
    margin-right: 100px;
    margin-top: 40px;
}

.menu-item:first-child {
    color: white;
}

.menu-items {
    font-size: 10px;
    position: fixed;
    transition: 0.5s all;
    left: 60px;
    top: 150px;
}
.menu_bar{

}
.social_clicked{
    display: inline-block;
    width: 350px;
    height: 80px;
    bottom: 0;
    -background-color: #000000;
    z-index: 1001;
    margin-top: 400px;
}
.vk_click{
    display: inline-block;
    width: 85px;
    height: 83px;
    background-image: url(../img/ic_vk.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 70px;
    cursor: pointer;
}
.tg_click{
    display: inline-block;
    width: 85px;
    height: 83px;
    background-image: url(../img/ic_telegram_png.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    cursor: pointer;
}
.hello_background{
    width: 350px;
    height: 500px;
    background-image: url(../img/reg_person.webp);
    background-repeat: no-repeat;
    background-size: contain;
    justify-self: center;
    justify-content: center;
}
#text_hello{
    position: absolute;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 25px;
    margin-top: 140px;
    margin-left: 25px;
}
.btn_apk_file{
    position: absolute;
    width: 350px;
    height: 60px;
    background-image: url(../img/btn_apk.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    border-style: none;
    border-color: #FFFFFF66;
    border-width: 4px;
    margin-top: 220px;
    margin-left: 15px;
    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}
.btn_payment{
    width: 300px;
    height: 60px;
    background-image: url(../img/btn_apk.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    border-style: none;
    border-color: #FFFFFF66;
    border-width: 4px;
    margin-top: 20px;
    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}
#text_btn_apk{
    text-align: center;
    padding-top: 18px;
    font-weight: bold;
    font-family: "JetBrains Mono", serif;
    font-size: 22px;
}
@-webkit-keyframes glowing {
0% { background-color: #FFB641; -webkit-box-shadow: 0 0 3px #FFB641; }
50% { background-color: #FFB641; -webkit-box-shadow: 0 0 15px #FFB641; }
100% { background-color: #FFB641; -webkit-box-shadow: 0 0 3px #FFB641; }
}
@keyframes glowing {
0% { background-color: #FFB641; box-shadow: 0 0 3px #FFB641; }
50% { background-color: #FFB641; box-shadow: 0 0 15px #FFB641; }
100% { background-color: #FFB641; box-shadow: 0 0 3px #FFB641; }
}
.btn_bonus_apk{
    position: absolute;
    width: 350px;
    height: 60px;
    background-image: url(../img/btn_bonus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    justify-self: center;
    justify-content: center;
    margin-top: 300px;
    margin-left: 70px;
    cursor: pointer;
}
.bonus_info_ang_game{
    position: absolute;
    text-align: center;
    color: #695351;
    font-weight: bold;
    font-size: 10px;
    margin-top: 370px;
    margin-left: 15px;
}
.bonus_info_ang_game_pay{
    position: absolute;
    text-align: center;
    color: #695351;
    font-weight: bold;
    font-size: 10px;
    margin-top: 50px;
    margin-left: 15px;
}
.next_game_spline{
    width: 350px;
    height: 80px;
    background-image: url(../img/game_next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -30px;
}

.scroll-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.content {
    display: flex;
    overflow-x: scroll;
    gap: 10px;
    padding: 10px 0;
    position: relative;
    scrollbar-width: none;
}

.content::-webkit-scrollbar {
    display: none;
}

.content img {
    height: 150px;
    flex-shrink: 0;
    border-radius: 8px;
}

.scroll-bar {
    width: 350px;
    height: 13px;
    background: rgba(38, 30, 29, 0.786);
    position: relative;
    margin: 10px auto 0;
}

.scroll-progress {
    width: 50px;
    height: 10px;
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 1.5px;
    cursor: grab;
    transition: background 0.2s;
}

.scroll-progress:active {
    background: #e0e0e0;
}
.center_payments{
    width: 100%;
    justify-content: center;
    justify-self: center;
}
.bg_payment{
    width: 300px;
    height: 200px;
    background-image: url(../img/Cq.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#text_payment_header{
    color:white;
    font-weight: bold;
    font-size: 30px;
    margin-top: -20px;
}
.nickname_bg{
    width: 300px;
    height: 80px;
    background-image: url(../img/nick_name.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 20px;
}
.summa_bg{
    width: 300px;
    height: 80px;
    background-image: url(../img/summ_pay.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 20px;
    
}
#summapay_pay{
    width: 88%;
    height: 30px;
    margin-top: 30px;
    background-color: transparent;
    font-weight: bold;
    font-family: "JetBrains Mono", serif;
    font-size: 15px;
    color: white;
    outline-offset: none;
    outline: none;
    border: none;
}
#nickname_pay{
    width: 88%;
    height: 30px;
    margin-top: 30px;
    background-color: transparent;
    font-weight: bold;
    font-family: "JetBrains Mono", serif;
    font-size: 15px;
    color: white;
    outline-offset: none;
    outline: none;
    border: none;
}
input::placeholder { color: #5B4A43; opacity: 1; }
.menu_documents{
    width: 350px;
    height: 75px;
    -background-color: #000000;
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
    margin-left: -60px;
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}