@font-face {
    font-family: 'Manrope';
    src: 
        url(../fonts/Manrope-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: 
        url(../fonts/Manrope-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: 
        url(../fonts/Manrope-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: 
        url(../fonts/Manrope-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: 
        url(../fonts/Manrope-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    background-color: rgba(49, 15, 50);
}
body {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(49, 15, 50);
    background: url(../img/main-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    text-rendering: optimizeSpeed;
}
.body-wrapper {
    overflow: hidden;
    margin: 0;
}
a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: #fff;
}
img {
    max-width: 100%;
    display: block;
}
header {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__container {
    max-width: 1320px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: none;
    border-radius: 0 0 15px 15px;
    padding: 14px 18px;
    backdrop-filter: blur(8px);
    color: #fff;
}
.header__left {
    display: flex;
    align-items: center;
    gap: 65px;
}
.header__nav {
    display: flex;
    gap: 40px;
}
.nav-el {
    font-weight: 500;
    line-height: 1.2;
    transition: all .3s ease-in-out;
}
.nav-el:not(.active):hover {
    color: rgba(255, 255, 255, 0.6);
}
/* .nav-el.active {
    color: rgb(142, 64, 255);
} */
.header__right {
    display: flex;
    gap: 35px;
    align-items: center;
}
.swap-lang-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.swap-lang {
    position: relative;
}
.swap-lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -4%;
}
.lang-list {
    position: fixed;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 10px;
    transition: all .3s ease-in-out;
}
.swap-lang-wrap:hover .lang-list {
    opacity: 1;
    visibility: visible;
}
.swap-lang-arrow {
    background: url(../img/lang-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 7px;

    transition: all .3s ease-in-out;
}
.swap-lang-wrap:hover .swap-lang-arrow {
    transform: rotate(-180deg);
}
.header__btn {
    min-width: 178px;
    min-height: 50px;
    padding: 6px 16px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(142, 64, 255, 1);
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: -3%;
    transition: all .3s ease-in-out;
}
.header__btn:hover {
    filter: brightness(85%);
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    width: 1320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* welcome */
section.welcome {
    padding-top: 112px;
    padding-bottom: 50px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}
/* section.welcome .container {
    background: url(../img/welcome-img.png) no-repeat center;
} */
.welcome__btn {
    margin-top: 414px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -3%;
    min-width: 312px;
    min-height: 66px;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    filter: drop-shadow(0px -19px 47.8px rgba(173, 102, 251, 0.25));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #480096, #480096), linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #B36800, #B36800), radial-gradient(55.56% 59.03% at 50% 40.91%, rgba(49, 55, 0, 0) 32.25%, rgba(255, 207, 103, 0.52) 100%), linear-gradient(0deg, rgba(116, 81, 45, 0) 0%, rgba(116, 51, 45, 0.52) 100%), #FFC400;
    background-blend-mode: normal, color, overlay, overlay, normal, normal, normal;
    transition: all .3s ease-in-out;
}
.welcome__btn:hover {
    filter: drop-shadow(0px -19px 47.8px rgba(173, 102, 251, 0.25)) brightness(115%);
}
.welcome__online {
    margin-top: 14px;
    margin-bottom: 70px;
    display: flex;
    min-width: 178px;
    min-height: 50px;
    border-radius: 8px;
    background: linear-gradient(86.15deg, rgba(29, 156, 135, 0.02) 0.23%, rgba(29, 156, 135, 0.1) 100.23%), rgba(0, 126, 105, 0.35);
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    gap: 14px;
    letter-spacing: -4%;
}
.online-icon {
    width: 22px;
    height: 22px;
    background: url(../img/online-icon.png) center no-repeat;
    background-size: cover;
}
.online-current {
    font-weight: bold;
    letter-spacing: -3%;
}

/* project */
section.project {
    padding-top: 100px;
    padding-bottom: 50px;
}
.title {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -3%;
    line-height: 1.2;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.desc {
    letter-spacing: -1%;
    text-align: center;
    width: 650px;
}
.project__features {
    padding-top: 48px;
    display: flex;
    gap: 20px;
    max-width: 1320px;
}
.project__features-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.project__features-left_row-1, .project__features-left_row-2 {
    display: flex;
    gap: 20px;
}
.project-feature {
    position: relative;
    height: 248px;
    background: linear-gradient(86.15deg, rgba(255, 255, 255, 0.0375) 0.23%, rgba(255, 255, 255, 0.15) 100.23%);
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px;
    gap: 12px;
    border: solid 1px rgba(255, 255, 255, 0.08);
}
.project-feature:hover {
    box-shadow: 0 0 80px rgba(40, 143, 126, 0.1);
    background-color: rgba(40, 143, 126, 0.15);
}
.feature-1 {
    width: 708px;
}
.feature-2 {
    width: 286px;
}
.feature-3 {
    width: 286px;
}
.feature-4 {
    width: 708px;
}
.feature-5 {
    width: 286px;
    height: 516px;
    justify-content: flex-end;
}
.feature-title {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -3%;
    text-transform: uppercase;
    color: #fff;
}
.feature-desc {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: -1%;
    max-width: 309px;
}
.feature-img {
    position: absolute;
}
.feature-1 .feature-img {
    right: 0;
    bottom: 0;
}
.feature-2 .feature-img {
    bottom: -10px;
    right: 0;    
}
.feature-3 .feature-img {
    bottom: -13px;
    left: 0;
}
.feature-4 .feature-img {
    bottom: 0px;
    right: 16px;
}
.feature-5 .feature-img {
    top: 0px;
    right: 0px;
}

/* play */
section.play {
    padding-top: 100px;
    padding-bottom: 50px;
}
section.play .container {
    max-height: 612px;
    height: 100vh;
    justify-content: center;
    position: relative;
}
.play__video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 16px;
}
.play__video-bg-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    pointer-events: none;
    background: radial-gradient(83.46% 50% at 50% 50%, rgba(0, 0, 0, 0) 28.11%, rgba(0, 0, 0, 0.225) 73.86%),
                linear-gradient(0deg, rgba(12, 23, 67, 0.8), rgba(12, 23, 67, 0.8)),
                linear-gradient(0deg, rgba(7, 11, 27, 0.8), rgba(7, 11, 27, 0.8));
    background-blend-mode: normal, color, normal, normal;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.play__btn {
    margin-top: 38px;
    margin-bottom: 14px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -3%;
    min-width: 312px;
    min-height: 66px;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #005DE8, #005DE8), linear-gradient(0deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), linear-gradient(0deg, #B36800, #B36800), radial-gradient(55.56% 59.03% at 50% 40.91%, rgba(49, 55, 0, 0) 32.25%, rgba(255, 207, 103, 0.52) 100%), linear-gradient(0deg, rgba(116, 81, 45, 0) 0%, rgba(116, 51, 45, 0.52) 100%), #FFC400;
    background-blend-mode: normal, color, overlay, overlay, normal, normal, normal;
    transition: all .3s ease-in-out;
}
.play__btn:hover {
    filter: brightness(115%);
}
.play__subtn {
    font-size: 14px;
    letter-spacing: -1%;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}
.play__subtn:hover {
    color: rgba(255, 255, 255, 0.6);
}

/* socials */
section.socials {
    padding-top: 100px;
    padding-bottom: 50px;
}
.socials__list {
    padding-top: 48px;
    display: flex;
    gap: 20px;
}
.socials__list-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 315px;
    height: 120px;
    border-radius: 16px;
    background: linear-gradient(86.15deg, rgba(255, 255, 255, 0.025) 0.23%, rgba(255, 255, 255, 0.1) 100.23%);
    z-index: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    border: solid 1px rgba(255, 255, 255, 0.02);
}
.socials__list-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: -1;
    background: radial-gradient(circle, rgba(108, 121, 255, 1) 0%, rgba(108, 121, 255, 0.5) 100%);
    opacity: 0.2;
    transition: all .3s ease-in-out;
}
.socials__list-item:nth-child(2)::before {
    background: radial-gradient(circle, rgba(42, 171, 238, 1) 0%, rgba(42, 171, 238, 0.5) 100%);
}
.socials__list-item:nth-child(3)::before {
    background: radial-gradient(circle, rgba(8, 104, 254, 1) 0%, rgba(8, 104, 254, 0.5) 100%);
}
.socials__list-item:nth-child(4)::before {
    background: radial-gradient(circle, rgba(255, 1, 1, 1) 0%, rgba(255, 1, 1, 0.5) 100%);
}
.socials__list-item:hover::before {
    opacity: 0.4;
}

/* app */
section.app {
    padding-top: 100px;
    padding-bottom: 100px;
}
.app__features {
    position: relative;
    padding-top: 48px;
    padding-bottom: 210px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-size: contain;
}
.app__features-left, .app__features-right {
    padding-top: 189px;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.app-feature {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: linear-gradient(86.15deg, rgba(255, 255, 255, 0.0375) 0.23%, rgba(255, 255, 255, 0.15) 100.23%);
    border-radius: 16px;
    padding: 32px;
    width: 391px;
    border: solid 1px rgba(255, 255, 255, 0.02);
}
.app__features-img {
    position: absolute;
    background: url(../img/app-bg.png) no-repeat;
    background-position: center;
    width: 538px;
    height: 650px;
    top: 98px;
    left: 391px;
}
.app__app-links {
    display: flex;
    gap: 12px;
}
.app__app-links_item {
    background: linear-gradient(86.15deg, rgba(255, 255, 255, 0.0275) 0.23%, rgba(255, 255, 255, 0.11) 100.23%);
    border-radius: 12px;
    border: solid 1px rgba(255, 255, 255, 0.02);
    transition: all .3s ease-in-out;
}
.app__app-links_item:hover {
    background-color: #000000;
}

/* footer */
footer {
    display: flex;
    justify-content: center;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    width: 1320px;
    background: linear-gradient(86.15deg, rgba(255, 255, 255, 0.0375) 0.23%, rgba(255, 255, 255, 0.15) 100.23%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-col-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
}
.footer-col:last-child .footer-col-item {
    gap: 8px;
}
.col-title {
    padding-bottom: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.3;
}
.col-item {
    font-weight: 400;
    transition: .3s ease-in-out;
}
.col-item:hover {
    color: rgba(255, 255, 255, 0.75)
}
.footer__btn {
    min-width: 178px;
    min-height: 50px;
    padding: 6px 16px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(142, 64, 255, 1);
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: -3%;
    transition: all .3s ease-in-out;
}
.footer__btn:hover {
    filter: brightness(85%);
}
.footer__socials {
    display: flex;
    gap: 8px;
}
.footer__socials-link {
    position: relative;
    width: 40px;
    height: 40px;
    background: linear-gradient(86.15deg, rgba(255, 255, 255, 0.025) 0.23%, rgba(255, 255, 255, 0.1) 100.23%);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__socials-link:hover {
    background-color: rgba(0, 0, 0, 0.192);
}
.copyright {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: -1%;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    padding: 40px;
    text-align: center;
}

/* ~~~REGISTER~~~ */
body.start {
    background-color: rgba(49, 15, 50);
    background: #06000e url(../img/register-bg.jpg) top no-repeat;
    background-size: max(1500px, 100%) auto;
}
section.register {
    padding-top: 60px;
    padding-bottom: 100px;
}
section.register .container {
    padding-bottom: 50px;
}
.register__steps {
    display: flex;
    justify-content: space-between;
    width: 360px;
}
.register__steps-step {
    position: relative;
    display: flex;
    width: 95px;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    font-size: 15px;
}
.step-icon { 
    width: 50px;
    height: 50px;
    border-radius: 75px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12.5px);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.register__steps-step.active .step-icon {
    background-image: url(../img/step-1.png);
    background-color: rgba(142, 64, 255, 1);
    box-shadow: 0 0px 24px rgba(142, 64, 255, 0.2);
    backdrop-filter: none;
}
.register__steps-step:nth-child(2) .step-icon {
    background-image: url(../img/step-2.png);
}
.register__steps-step:last-child .step-icon {
    background-image: url(../img/step-3.png);
}
.register__steps-step:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -38px;
    width: 38px; 
    height: 2px;
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 40px;
    z-index: 1;
}
.register__steps-step.active:not(:first-child)::before {
    background: rgba(142, 64, 255, 1);
}
.register__register {
    padding-top: 50px;
    max-width: 650px;
}
.register-title {
    padding-bottom: 65px;
}
.register-fields, .payment__fields, .donate-fields {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
}
.payment__fields {
    gap: 10px;
}
.register-field {
    height: 66px;
    padding: 18px 24px;
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.056) 0%, rgba(255, 255, 255, 0.07) 100%);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}
.register-field::placeholder {
    color: rgba(255, 255, 255, 0.48);
}
.register-field:focus {
    outline: none;
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.register-checkboxes {
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
}
.checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}
.checkbox-input {
    display: none;
}
.checkbox-custom {
    width: 22px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    cursor: pointer;
}
.checkbox-input:checked + .checkbox-custom::after {
    width: 22px;
    height: 22px;
    content: url(../img/checkbox-v.png);
    background: rgba(142, 64, 255, 1);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.checkbox-text {
    letter-spacing: -1%;
}
.checkbox-text a {
    color: rgba(211, 170, 255, 0.8);
    text-decoration: underline;
    cursor: pointer;
}
.server-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.056) 0%, rgba(255, 255, 255, 0.07) 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 66px;
    padding: 18px 24px;
    border-radius: 10px;
    position: relative;
}
.server-selector:hover {
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.server-icon {
    width: 18px;
    height: 18px;
    background: url('../img/choose-server.png') no-repeat center;
    background-size: contain;
    transition: .3s ease-in-out;
    caret-color: transparent;
}
.server-selector.active .server-icon {
    transform: rotate(225deg);
}
.server-text {
    color: rgba(255, 255, 255, 0.48);
    background: none;
    font-size: inherit;
    border: inherit;
    outline: inherit;
    cursor: pointer;
    pointer-events: none;
}
.register-btn {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -3%;
    min-width: 650px;
    min-height: 66px;
    padding: 22px 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #480096, #480096), linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #B36800, #B36800), radial-gradient(55.56% 59.03% at 50% 40.91%, rgba(49, 55, 0, 0) 32.25%, rgba(255, 207, 103, 0.52) 100%), linear-gradient(0deg, rgba(116, 81, 45, 0) 0%, rgba(116, 51, 45, 0.52) 100%), #FFC400;
    background-blend-mode: normal, color, overlay, overlay, normal, normal, normal;
    transition: all .3s ease-in-out;
}
.register-btn:hover {
    filter: drop-shadow(0 0 10px rgba(173, 102, 251, 0.3)) brightness(115%);
}
.register-btn-alt {
    display: flex;
    padding-top: 20px;
    letter-spacing: -1%;
    text-align: center;
    justify-content: center;
    color: inherit;
    transition: all .3s ease-in-out;
}
.register-btn-alt:hover {
    color: rgba(255, 255, 255, 0.6);
}

/* modal servers */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 4, 20, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(15px);
    transition: all .3s ease;
}
.modal.show {
    opacity: 1;
    visibility: visible;
}
.modal-wrap {
    background: linear-gradient(86.15deg, rgba(255, 255, 255, 0.06) 0.23%, rgba(255, 255, 255, 0.15) 100.23%);
    border-radius: 16px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 40px;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    max-width: 850px;
    width: 90%;
    cursor: url('../img/choose-server_cursor.png') 0 0, auto;
}
.modal.show .modal-wrap {
    transform: scale(1);
}
.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}
.modal__title {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -3%;
    color: #fff;
}
.close-btn {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.close-btn-img {
    width: 20px;
    height: 20px;
    background: url(../img/close-btn-img.png) no-repeat center;
}
.close-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}
.servers-grid, .payments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.server-option, .payment-option {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    height: 100px;
    padding: 24px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}
.server-option:hover, .payment-option:hover {
    background: rgba(206, 79, 100, 0.25);
}
.server-option-icon {
    width: 25px;
    height: 25px;
    background: url(../img/server-icon.png) center no-repeat;
}
.server-option-text {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1%;
}

/* ~~~GTA-V~~~ */
section.gta-v{
    padding-top: 60px;
    padding-bottom: 100px;
}
section.gta-v .container {
    padding-bottom: 50px;
}
.gta-v__block {
    padding-top: 50px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 42px;
    justify-content: center;
}
.gta-v__title {
    padding: 0;
}
.gta-v__image {
    border-radius: 16px;
    border: 9px solid rgba(255, 255, 255, 0.15);
}
.gta-v__btns {
    display: flex;
    gap: 12px;
}
.gta-v-btn, .gta-v-btn-alt {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -3%;
    max-width: 394px;
    width: 100%;
    min-height: 66px;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    transition: all .3s ease-in-out;
}
.gta-v-btn {
    backdrop-filter: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #480096, #480096), linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #B36800, #B36800), radial-gradient(55.56% 59.03% at 50% 40.91%, rgba(49, 55, 0, 0) 32.25%, rgba(255, 207, 103, 0.52) 100%), linear-gradient(0deg, rgba(116, 81, 45, 0) 0%, rgba(116, 51, 45, 0.52) 100%), #FFC400;
    background-blend-mode: normal, color, overlay, overlay, normal, normal, normal;
}
.gta-v-btn:hover, .gta-v-btn-alt:hover {
    filter: brightness(115%);
}

/* ~~~GTA BUY~~~ */
section.gta-buy {
    padding: 100px 0;
}
section.gta-buy .container {
    padding-bottom: 103px;
}
.gta-buy_block {
    padding-top: 55px;
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.payment-field, .email-verif, .donate-field {
    width: 100%;
    height: 66px;
    padding: 18px 24px;
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.056) 0%, rgba(255, 255, 255, 0.07) 100%);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}
.payment-field::placeholder {
    color: rgba(255, 255, 255, 0.48);
}
.payment-field:focus {
    outline: none;
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.email-field {
    display: flex;
    gap: 10px;
}
.email-verif {
    width: inherit;
    padding: 22px 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -3%;
    cursor: pointer;
}
.email-verif:hover {
    outline: none;
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.gta-buy-btn {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -3%;
    width: 100%;
    min-height: 66px;
    padding: 6px 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #480096, #480096), linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #B36800, #B36800), radial-gradient(55.56% 59.03% at 50% 40.91%, rgba(49, 55, 0, 0) 32.25%, rgba(255, 207, 103, 0.52) 100%), linear-gradient(0deg, rgba(116, 81, 45, 0) 0%, rgba(116, 51, 45, 0.52) 100%), #FFC400;
    background-blend-mode: normal, color, overlay, overlay, normal, normal, normal;
    transition: all .3s ease-in-out;
}
.buy-icon {
    width: 20px;
    height: 20px;
    background: url(../img/buy-icon.png) no-repeat center;
}
.gta-buy-btn:hover {
    filter: brightness(115%);
}
.payment-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.056) 0%, rgba(255, 255, 255, 0.07) 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 66px;
    padding: 18px 24px;
    border-radius: 10px;
    position: relative;
}
.payment-selector:hover {
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.payment-icon {
    width: 18px;
    height: 18px;
    background: url('../img/choose-payment.png') no-repeat center;
    background-size: contain;
    transition: .3s ease-in-out;
}
.payment-selector.active .server-icon {
    transform: rotate(225deg);
}
.payment-text {
    color: rgba(255, 255, 255, 0.48);
    background: none;
    font-size: inherit;
    border: inherit;
    outline: inherit;
    cursor: pointer;
    pointer-events: none;
}
.payment-option img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: contain;
    transition: opacity 0.3s ease-in-out;
}
.payment-option_top {
    opacity: 0;
    pointer-events: none;
}
.payment-option:hover .payment-option_top {
    opacity: 1;
}
.sbp:hover {
    background-color: rgba(0, 140, 255, 0.25);
}
.erip:hover {
    background-color: rgba(255, 170, 100, 0.25);
}
.ru_card:hover {
    background-color: rgba(193, 86, 255, 0.25);
}
.eu_card:hover {
    background-color: rgba(193, 86, 255, 0.25);
}

/* ~~~GTA-ACTIVATE~~~ */
section.gta-activate {
    padding: 100px 0;
}
.gta-activate_block {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.gta-activate__title {
    padding: 0;
}
.gta-activate__good {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    background: linear-gradient(86.15deg, rgba(255, 255, 255, 0.0385) 0.23%, rgba(255, 255, 255, 0.11) 100.23%);
    backdrop-filter: blur(10px);
    border-radius: 50px;
}
.gta-activate_key {
    padding: 6.5px 16px;
    padding-right: 12px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, #9C62DA 0%, #D3AAFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 1px 8px rgba(161, 124, 202, 0.25);
}
.gta-activate_copy-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    padding: 7px 14px;
    font-size: 15px;
    text-shadow: 0px 1px 8px rgba(161, 124, 202, 0.3);
    cursor: pointer;
    transition: all .3s ease-in-out;
    border: inherit;
    color: inherit;
    font-family: inherit;
}
.copy-icon {
    width: 15px;
    height: 15px;
    background: url(../img/copy-icon.png) center no-repeat;
}
.gta-activate_copy-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}
.gta-activate__steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.activate-step {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
    background: linear-gradient(86.15deg, rgba(255, 255, 255, 0.0385) 0.23%, rgba(255, 255, 255, 0.11) 100.23%);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.activate-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    box-shadow: 0px 0px 24px 5px rgba(142, 64, 255, 0.2);
    background: #8E40FF;
    font-weight: 600;
    font-size: 13.5px;
}
.activate-step-text a {
    color: rgba(211, 170, 255, 0.8);
    text-decoration: underline;
}
.activate-step-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.gta-activate-btn {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -3%;
    width: 100%;
    min-height: 66px;
    padding: 6px 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #480096, #480096), linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #B36800, #B36800), radial-gradient(55.56% 59.03% at 50% 40.91%, rgba(49, 55, 0, 0) 32.25%, rgba(255, 207, 103, 0.52) 100%), linear-gradient(0deg, rgba(116, 81, 45, 0) 0%, rgba(116, 51, 45, 0.52) 100%), #FFC400;
    background-blend-mode: normal, color, overlay, overlay, normal, normal, normal;
    transition: all .3s ease-in-out;
    margin-bottom: 50px;
}
.gta-activate-btn:hover {
    filter: brightness(115%);
}

/* ~~~LAUNCHER~~~ */
section.launcher {
    padding-top: 60px;
    padding-bottom: 100px;
}
.launcher__block {
    padding-top: 70px;
    padding-bottom: 148px;
    display: flex;
    gap: 64px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.launcher__left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.launcher__title {
    padding: 0;
}
.launcher__steps {
    position: relative;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.launcher__steps::before,
.launcher__steps::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}
.launcher__steps::before {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(50%);
}
.launcher__steps::after {
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(50%);
}
.launcher-step {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.launcher-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0px 0px 24px 5px rgba(142, 64, 255, 0.2);
    padding: 4px 9px;
    background: #8E40FF;
    font-weight: 600;
    font-size: 13.5px;
}
.launcher__btn {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -3%;
    width: 100%;
    min-height: 66px;
    padding: 6px 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #480096, #480096), linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #B36800, #B36800), radial-gradient(55.56% 59.03% at 50% 40.91%, rgba(49, 55, 0, 0) 32.25%, rgba(255, 207, 103, 0.52) 100%), linear-gradient(0deg, rgba(116, 81, 45, 0) 0%, rgba(116, 51, 45, 0.52) 100%), #FFC400;
    background-blend-mode: normal, color, overlay, overlay, normal, normal, normal;
    transition: all .3s ease-in-out;
}
.launcher__btn-icon {
    width: 20px;
    height: 20px;
    background: url(../img/download-icon.png) center no-repeat;
}
.launcher__btn:hover {
    filter: brightness(115%);
}
.launcher__right {
    filter: drop-shadow(0px 0px 394px rgba(177, 119, 239, 0.5));
    position: relative;
}
.launcher__right::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 746px;
    height: 440px;
    background: url(../img/launcher-bg.png) center no-repeat;
    background-size: auto;
    z-index: -1;
    border-radius: 17.8px;
    background-size: contain;
}

/* ~~~DONATE~~~ */
section.donate {
    padding: 100px;
}
section.donate .container {
    padding-bottom: 50px;
    position: relative;
}
.donate__block {
    display: flex;
    flex-direction: column;
    max-width: 850px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.donate__title {
    padding-bottom: 24px;
}
.donate__rate {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 55px;
}
.currency {
    display: flex;
    align-items: center;
    min-width: 70px;
    gap: 12px;
    height: 35px;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 50px;
    box-shadow: 0 0 0 -1px rgba(255, 255, 255, 0.15);
    padding-right: 16px;
}
.currency-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: 800;
    font-size: 16.5px;
    border-radius: 50px;
}
.rub .currency-icon{
    background: rgba(255, 255, 255, 0.08);
}
.ecoin .currency-icon{
    background: linear-gradient(45deg, #9C62DA 0%, #D3AAFF 100%);
    position: relative;
}
.ecoin .currency-icon::after {
    width: 11px;
    height: 15px;
    position: absolute;
    content: "";
    background: url(../img/ecoin.png) center no-repeat;
}
.doll .currency-icon{
    background: rgba(163, 206, 79, 0.75);
}
.donate-field::placeholder {
    color: rgba(255, 255, 255, 0.48);
}
.donate-field:focus {
    outline: none;
    background: linear-gradient(89.02deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.donate-btn {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -3%;
    width: 100%;
    min-height: 66px;
    padding: 6px 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #480096, #480096), linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(0deg, #B36800, #B36800), radial-gradient(55.56% 59.03% at 50% 40.91%, rgba(49, 55, 0, 0) 32.25%, rgba(255, 207, 103, 0.52) 100%), linear-gradient(0deg, rgba(116, 81, 45, 0) 0%, rgba(116, 51, 45, 0.52) 100%), #FFC400;
    background-blend-mode: normal, color, overlay, overlay, normal, normal, normal;
    transition: all .3s ease-in-out;
}
.donate-btn:hover {
    filter: brightness(115%);
}
.donate-field.dep {
    padding-left: 54px;
}
.deposit-field {
    z-index: 0;
    position: relative;
}
.deposit-field:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    width: 18px;
    height: 18px;
    background: url(../img/currency-icon.png) center no-repeat;
    z-index: 1;
}
.coin-bg  {
    object-fit: contain;
    position: absolute;
    animation: floatY 10s ease-in-out infinite alternate;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    z-index: -2;
}
.coin-bg-1 {
    top: -100px;
    left: -90px;
}
.coin-bg-2 {
    top: 23%;
    right: -80px;
    animation: floatY 12s ease-in-out infinite alternate;
}
.coin-bg-3 {
    bottom: -120px;
    left: -33px;
    animation: floatY 8s ease-in-out infinite alternate;
}
@keyframes floatY {
    0%   {transform: translateY(0); }
    25%  {transform: translateY(-50px);}
    50%  {transform: translateY(0);}
    75%  {transform: translateY(-20px);}
    100% {transform: translateY(30px);}
}

/* ===ADAPTIVE=== */
.burger {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    display: none;
    z-index: 1002;
    background-color: transparent;
    cursor: pointer;
}
.burger span {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: rgb(255, 255, 255, 0.8);
    left: 8px;
    transition: transform .5s;
    will-change: transform;
}
.burger span:hover {
    transform: scale(2);
}
.burger span:nth-child(1) {
    transform: translateY(-10px);
} 
.burger span:nth-child(3) {
    transform: translateY(10px);
} 
.burger.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
} 
.burger.active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}
.burger.active span:nth-child(2) {
    display: none;
} 
.menu {
    display: none;
    visibility: hidden;
    z-index: 1001;
    box-shadow: 10px 10px 50px #000;
    min-height: 100vh;
}
.menu__list {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media(max-width: 1319px) {
    /* ~ index ~ */
    body {
        padding: 0 10px;
    }
    section.welcome .container {
        background-size: contain;
        height: 420px;
        justify-content: end;
    }
    .welcome__btn {
        margin: 0;
    }
    .welcome__online {
        margin-bottom: 14px;
    }

    .project__features, .project__features-left, .project__features-left_row-1, .project__features-left_row-2 {
        gap: 10px;
    }
    .project-feature {
        text-align: center;
        padding: 20px;
        width: 280px;
    }
    .project-feature .feature-desc {
        display: none;
    }
    .feature-4 .feature-img {
        right: 50px;
        bottom: 16px;
        scale: 1.3;
    }
    .feature-5 {
        justify-content: space-between;
        padding: 0;
        height: 506px;
    }
    .feature-5 .feature-img {
        position: relative;
        height: 400px;
    }
    .feature-5 .feature-title {
        padding: 20px;
    }

    section.play .container {
        height: 420px;
    }

    .socials__list {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .app__features {
        gap: 55px;
        justify-content: center;
        padding: 55px 0;
    }
    .app__features-img {
        display: none;
    }
    .app__features-left, .app__features-right {
        padding: 0;
    }
    
    .footer-col:nth-child(2) {
        width: 104px;
    }
    .footer-col:nth-child(3) {
        width: 166px;
    }
    .footer-col:nth-child(4) {
        width: 232px;
    }

    .modal {
        align-items: start;
    }
    .modal-wrap {
        margin-top: 50px;
    }


    /* ~ register ~ */
    section.register .container {
        padding-bottom: 0;
    }

    /* ~ gta-v ~ */
    section.gta-v .container {
        padding-bottom: 0;
    }

    /* ~ gta-buy ~ */
    section.gta-buy .container {
        padding-bottom: 0;
    }

    /* ~ gta-activate ~ */
    .gta-activate-btn {
        margin-bottom: 0;
    }

    /* ~ launcher ~ */
    .launcher__block {
        flex-direction: column;
        padding-bottom: 0;
    }
    .launcher__right {
        order: -1;
        filter: drop-shadow(0px 0px 44px rgba(177, 119, 239, 0.5));
    }

    /* ~ donate ~ */
    .coin-bg-3 {
        bottom: 40px;
    }
}

@media(max-width: 899px) {
    body {
        padding: 0;
        font-size: 12px;
    }
    .payment-field, .email-verif, .donate-field {font-size: 12px;}
    .container {
        max-width: 1320px;
        width: 100%;
    }
    .desc {
        max-width: 650px;
        width: 100%;
    }
    .header__nav, .header__btn {
        display: none;
    }
    .burger {
        display: block;
        position: relative;
    }
    .menu__list {
        display: flex;
        flex-direction: column;
        gap: 25px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .menu__list li {
        padding: 4px 0;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
    }
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-color: #533b51;
        padding: 80px;
        transform: translateX(100%);
        transition: all .5s;
        display: block;
    }
    .menu.active {
        transform: translateX(0);
        visibility: visible;
    }
    .menu__item a {
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }
    .no-scroll {
        overflow: hidden;
    }

    /* ~ index ~ */
    header {
        font-size: 16px;    
    }
    main {
        padding: 0 10px;
    }
    section.welcome .container {
        background-size: contain;
        height: 170px;
        justify-content: start;
    }
    section.welcome {
        padding-top: 80px;
        padding-bottom: 250px;
    }
    .welcome__btn {
        margin-top: 200px;
    }
    section.project {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .title {
        font-size: 30px;
    }
    .project__features {
        flex-direction: column;
        align-items: center;
    }
    .project-feature {
        width: 160px;
        height: 160px;
    }
    .feature-5 {
        width: 330px;
    }
    .feature-title {
        font-size: 12px;
    }
    .feature-4 .feature-img {
        right: 26px;
        bottom: 10px;
    }
    .feature-5 .feature-img {
        top: -16px;
    }

    section.play {
        padding: 0;
    }
    section.play .container {
        justify-content: start;
        max-height: 420px;
        height: 100%;
    }
    .play__btn {
        margin-top: 20px;
    }
    .play__video-bg, .play__video-bg-wrapper {
        display: none;
    }

    section.socials {
        padding: 80px 0;
    }
    .socials__list {
        padding-top: 20px;
        gap: 10px;
    }

    section.app {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .app__features {
        padding-top: 20px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .app-feature {
        max-width: 360px;
        width: 100%;
    }
    .app__features-left, .app__features-right {
        gap: 10px;
    }

    .footer-wrap {
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer__logo {
        padding-bottom: 30px;
    }
    .footer-col {
        text-align: center;
    }
    .footer-col:nth-child(4) {
        gap: 30px;
    }
    .copyright {
        padding: 20px;
    }


    /* ~ register ~ */
    .register__steps-step {
        font-size: 12px;
    }
    .register__register {
        width: 100%;
    }
    .register-btn {
        min-width: 0;
        max-width: 650px;
        width: 100%;
    }
    .modal.show {
        overflow: auto;
    }
    .modal-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .modal__title {
        font-size: 20px;
    }
    .servers-grid {
        gap: 10px;
    }
    .server-option-icon {
        display: none;
    }
    .server-option-text {
        font-size: 14px;
        text-align: center;
    }

    /* ~ gta-v ~ */
    .email-verif {
        font-size: 14px;
        padding: 10px;
    }

    /* ~ launcher ~ */
    .launcher__right::before {
        content: none;
    }

    /* ~ donate~ */
    section.donate {
        padding: 80px 0;
    }
    section.donate .container {
        padding-bottom: 0;
    }
    .payment-option_bottom, .payment-option_top {
        width: 80%;
    }
    .close-btn {
        width: 30px;
        height: 30px;
    }
}

@media(max-width: 420px) {
    .donate__rate {
        flex-direction: column;
        padding-bottom: 35px;
    }
}


section.welcome .container {
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.shapes {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    aspect-ratio: 1320 / 614;
}
.shape {
    position: absolute;
    width: 33.33%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: transform 0.6s ease;
    border-radius: 16px;
}
.shape-left {
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 40% 100%, 0% 100%);
    width: 587px;
    left: 0;
}
.shape-center {
    background-size: cover;
    clip-path: polygon(45% 0, 55% 0, 100% 100%, 0% 100%);
    width: 764px;
}
.shape-right {
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 60% 100%);
    width: 587px;
    right: 0;
}
.shape::before,
.shape::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
}

.shape-left::before   { background-image: url("../img/bg-left-bw.png"); }
.shape-center::before { background-image: url("../img/bg-center-bw.png"); }
.shape-right::before  { background-image: url("../img/bg-right-bw.png"); }
.shape-left::after   { background-image: url("../img/bg-left-color.png"); }
.shape-center::after { background-image: url("../img/bg-center-color.png"); }
.shape-right::after  { background-image: url("../img/bg-right-color.png"); }
.shape::after { opacity: 0; }

.shapes-character {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.6s ease;
    width: auto;
    max-height: 100%;
    pointer-events: none;
}
.shapes-character-center {
    width: 1200px;
    height: 614px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.shape:hover::after {
  opacity: 1;
}
.shape:hover .shapes-character {
  transform: translateX(-50%) translateY(20px);
}
.shape:hover::after {
    opacity: 1;
}
.shape:hover .shapes-character {
    transform: translateX(-50%) translateY(20px);
}
.shapes:has(.welcome__btn:hover) .shape::after {
    opacity: 1;
}
.shapes:has(.welcome__btn:hover) .shapes-character {
    transform: translateX(-50%) translateY(20px);
}
.shapes-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body {
    opacity: 0;
    animation: fadeIn .2s ease-in forwards;
}
@keyframes fadeIn {
    to { opacity: 1; }
}
@media(max-width: 1319px) {
    .shapes {
        height: 491px;
        width: 1056px;
    }
    .shape-left, .shape-right {
        width: 470px;
    }
    .shape-center {
        width: 611px;
    }
    section.welcome .container {
        height: inherit;
        width: 100%;
    }
    .shapes-info {
        width: 250px;
    }
    .welcome__btn {
        min-width: 250px;
        font-size: 16px;
    }
    .welcome__online {
        font-size: 12px;
        min-width: 150px;
        min-height: 50px;
        gap: 8px;
    }
    .online-icon {
        width: 14px;
        height: 14px;
    }
    .shapes-character-center {
        width: 960px;
        height: 491px;
    }
}
@media(max-width: 1075px) {
    .shapes {
        height: 307px;
        width: 660px;
    }
    .shape-left, .shape-right {
        width: 294px;
    }
    .shape-center {
        width: 382px;
    }
    .shapes-info {
        width: 180px;
    }
    .welcome__btn {
        min-width: 180px;
        min-height: 50px;
        font-size: 12px;
    }
    .welcome__online {
        font-size: 10px;
        min-width: 100px;
        min-height: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .online-icon {
        width: 14px;
        height: 14px;
    }
    section.welcome {
        padding-bottom: 30px;
    }
        .shapes-character-center {
        width: 600px;
        height: 306px;
    }
}
@media (max-width: 899px) {
    section.welcome {
        padding-bottom: 110px;
    }
}
@media(max-width: 680px) {
    .shapes {
        height: 154px;
        width: 330px;
    }
    section.welcome {
        padding-bottom: 190px;
    }
    section.welcome .container {
        overflow: inherit;
    }
    .shape-left, .shape-right {
        width: 147px;
    }
    .shape-center {
        width: 191px;
    }
    .shapes-info {
        position: absolute;
        display: flex;
        gap: 10px;
        bottom: -120px;
    }
    .welcome__btn, .welcome__online {
        margin: 0;
    }
    .shapes-character-center {
        width: 300px;
        height: 153px;
    }
}
