:root {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px
}

*, ::before, ::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

img {
    max-width: 100%
}

h1,
p {
    margin-top: 0;
    margin-bottom: 0;
}

.hover-class {
    cursor: pointer !important
}

html, body {
    overflow: hidden
}

body {
    width: 100%;
    color: #fff;
    background-color: #010101;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    overflow: hidden
}

a {
    text-decoration: none;
    color: #fff
}

.wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url(../images/bg.webp);
    background-size: cover, cover;
    background-position: right, center;
    background-repeat: no-repeat, no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: justify;
    align-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    position: relative
}

.back__anim {
    position: absolute;
    width: 100%;
    top: -500px;
    right: -400px;
}

/* .back__anim-mob {
    position: absolute;
    width: 100%;
    top: 150px;
    display: none;
} */

.animation1 {
    animation: animation1 6s linear forwards infinite;
}

@keyframes animation1 {
    0% {
        transform: rotate(0deg) translate(-0.7vw) rotate(0deg) scale(0.5);
    }

    to {
        transform: rotate(360deg) translate(-0.7vw) rotate(-360deg) scale(0.5);
    }
}

.content {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 5;
}

.content-top {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-bot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reg_btn {
    -webkit-animation: rotate 1.4s linear infinite;
    animation: rotate 1.4s linear infinite;
    cursor: pointer;

    background-color: #FF0835;
    color: #FFF;
    text-align: center;
    font-size: 46px;
    font-style: italic;
    font-weight: 800;
    line-height: 100%;

    border-radius: 30px;
    padding: 20px 50px;
}

.reg_btn:hover {
    animation-play-state: paused;
}

.content-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.content__link {
    margin-bottom: 30px;
}

.title {
    color: #FFF;
    text-align: center;
    font-size: 96px;
    font-style: italic;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 15px;
}

.text {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: italic;
    font-weight: 800;
    line-height: 100%;
    max-width: 481px;
    margin-bottom: 20px;
}

.text-span {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: italic;
    font-weight: 800;
    line-height: 100%;
}

.text-red {
    color: #FF0835;
}

.promo {
    text-align: left;
    font-size: 30px;
    font-style: normal;
    /* line-height: 110px; */
}

.logo {
    margin-top: 40px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: scale(.94);
        transform: scale(.94)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.94);
        transform: scale(.94)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: scale(.94);
        transform: scale(.94)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.94);
        transform: scale(.94)
    }
}

@media(max-width:1200px) {
    .content {
        width: 64%
    }
}

@media(max-width:1024px), (max-height:766px) {
    .logo {
        transform: scale(0.6);
    }

    .content__link {
        margin-bottom: 0;
    }

    .content-logo {
        margin-bottom: 30px;
    }

    .reg_btn {
        margin-bottom: 0;
    }
}

@media(max-width:1024px) {
    .content {
        background-size: 90%
    }

    .reg_btn {
        margin-bottom: 20px;
    }

    .content {
        justify-content: center;
    }

    .wrapper {
        align-content: center;
    }

}

@media(max-width:992px) {
    .wrapper {
        background-image: url(../images/bg_mob.webp)
    }

    .content {
        width: 100%
    }

    .logo {
        margin-top: 30px;
    }

    .back__anim {
        top: 100px;
        right: -10px;
    }

    @keyframes animation1 {
        0% {
            transform: rotate(0deg) translate(-0.7vw) rotate(0deg) scale(1);
        }
    
        to {
            transform: rotate(360deg) translate(-0.7vw) rotate(-360deg) scale(1);
        }
    }
}

@media(max-width:576px) {
    .content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* height: 85%; */
    }

    .wrapper {
        align-content: start;
    }

    .reg_btn {
        font-size: 26px;
        border-radius: 30px;
        padding: 15px 30px;

        margin-bottom: 0;
    }

    .content-logo {
        margin-bottom: 0px;
    }

    .logo {
        transform: scale(0.9);
    }

    .title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .text {
        font-size: 32px;
    }

    .text-span {
        display: none;
    }

    .content__link {
        width: 100%;
        margin-bottom: 0px;
    }

    .reg_btn img {
        transform: scale(0.6);
    }

    .content-top {
        margin-bottom: 200px;
    }

    .promo {
        font-size: 20px;
        margin-bottom: 0;
        /* line-height: 50px; */
        text-align: center;
    }
}

@media(max-height:420.98px) {
    .content {
        padding-top: 3vh;
        padding-bottom: 4vh;
        width: 45%;
        margin: 0 auto;
        height: 100vh
    }

    .logo {
        max-width: 90%;
    }

    .wrapper {
        background-position: center 40%
    }

    .reg_btn img {
        width: 35vw
    }
}

@media(width:768px) and (height:1024px) {
    .wrapper {
        background-position-y: -20px
    }
}