


body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    background: #121212;
}
body::-webkit-scrollbar-thumb {
    background-color: #ee3434;
    border-radius: 10px;
    border: 3px solid #121212;
}
.hh .back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
    .back-video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .back-video {
        width: auto;
        height: 100%;
    }
}


@keyframes appare {
    0% {
        transform: translateY(-800px);
    }
    40% {
        transform: translateY(0);
    }
    55% {
        transform: translateY(-80px);
    }
    70% {
        transform: translateY(0);
    }
    85% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}

.box::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 5px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 15%, transparent 50%, transparent 85%, rgba(255, 255, 255, 0.3) 100%);
}

.box .form {
    width: 100%;
    display: none;
}

.box .form.active {
    display: block;
}



.box .form a:hover {
    color: rgb(226, 103, 32);
}

@media screen and (max-width: 400px) {
    .box {
        padding: 20px;
        width: 310px;
    }
}

.user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: -70px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    border: 5px solid rgba(255, 255, 255, 0.1);
}
