* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    user-select: none;
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
}

.cool-load {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 10000;
    animation: smash 3s ease-in;
}

.preloader {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid rgba(0, 61, 228, 0.486);
    border-left-color: rgb(0, 17, 248);
    background: transparent;
    animation: preloader 1s linear infinite;
    margin: 6rem auto;
}

@keyframes preloader {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.hide {
    animation: smash 3s forwards;
}

@keyframes smash {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

body {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
}

.body {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    padding-bottom: 70px;
}

nav {
    display: flex;
    position: sticky;
    top: 0%;
    justify-content: space-around;
    padding: 50px;
    z-index: 1000;
    transition: all .6s ease-in-out;
}

.crush {
    background-color: #000;
    padding: 25px;
    justify-content: space-between;
    transition: .5s;
}

#close {
    color: #fff;
    display: none;
}

.logo {
    width: 220px;
}

.list {
    display: flex;
    align-items: center;
}

.list-items {
    padding-right: 25px;
    list-style-type: none;
}

.navlinks {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.navlinks::after {
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(255, 255, 255);
    display: block;
    margin-right: auto;
    transition: 0.5s;
}

.list-items:hover ::after {
    width: 75%;
}

#mobile-menu {
    font-size: 30px;
    color: #fff;
    display: none;
}

.empty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 40px;
}

.big-text {
    font-size: 30px;
    color: #fff;
    margin-top: 50px;
    margin-left: 15px;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1s ease-in;
}

.tiny {
    opacity: 1;
    transform: translateX(0);
}

.home-par {
    color: #fff;
    font-size: 19px;
    margin-top: 60px;
    margin-left: 15px;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1.1s ease-in;
}

.call {
    opacity: 1;
    transform: translateX(0);
}

.home-par .fas {
    color: rgb(255, 255, 255);
    padding: 3.5px 4px;
    font-size: 14px;
    align-items: center;
    animation: updown 1s alternate-reverse infinite;
}

@keyframes updown {
    from {
        transform: translateY(-10px);
    }
    to {
        transform: translateY(0);
    }
}

.col1 {
    margin: 10px;
    opacity: 0;
    transform: scale(0.3);
    transition: all .8s ease-in;
}

.col2 {
    margin: 10px;
}

.home-icon {
    width: 400px;
    height: 450px;
    margin-right: 200px;
    border-radius: 50%;
    animation: avion 1.7s alternate-reverse infinite;
}

@keyframes avion {
    from {
        transform: translateY(-30px);
    }
    to {
        transform: translateY(0);
    }
}

.qese {
    opacity: 1;
    transform: scale(1);
}

.butons {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
    opacity: 0;
    transform: scale(0.1);
    transition: all .8s ease-in-out;
}

.bed {
    opacity: 1;
    transform: scale(1);
}

.join {
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    background-color: #ff4301;
    border-radius: 30px;
    font-size: 19px;
    border: 2px solid #ff4301;
    transition: .5s;
}

.join:hover {
    color: #ff4301;
    background-color: #fff;
    border: 2px solid #ff4301;
    box-shadow: 4px 4px 10px 2px #000;
}

.get {
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    background-color: #ff4301;
    border-radius: 30px;
    font-size: 19px;
    border: 2px solid #ff4301;
    transition: .5s;
}

.get:hover {
    color: #ff4301;
    background-color: #fff;
    border: 2px solid #ff4301;
    box-shadow: 4px 4px 10px 2px #000;
}

.bang {
    background-color: #fff;
    padding: 100px 10px;
    box-shadow: inset 0px 5px 10px 0px #000000;
}

.title-class {
    color: #000;
    text-align: center;
    text-shadow: 3px 3px 4px #00c6ff;
}

.about {
    display: flex;
    justify-content: space-between;
}

.img-bot {
    width: 650px;
    height: 420px;
    margin-top: 75px;
    opacity: 0;
    transform: scale(2);
    transition: all 1s ease-in;
}

.boti {
    opacity: 1;
    transform: scale(1);
}

.block {
    margin: 10px;
    margin-left: 0;
}

.about-features {
    margin: 10px;
    margin-right: 80px;
    margin-top: 40px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease-in;
    z-index: 999;
}

.burger {
    opacity: 1;
    transform: translateX(0);
}

.box {
    width: 350px;
    background-color: #fff;
    color: #000;
    padding: 0px 10px;
    margin-top: 30px;
    margin-right: 70px;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 2.5px 2.5px 3.5px 3.5px #000;
    text-transform: uppercase;
}

summary {
    list-style: none;
    letter-spacing: 1px;
    font-family: sans-serif;
    padding: 5px 7px;
}

summary .fas {
    font-size: 20px;
    color: #000;
}

samp ul {
    padding: 15px 15px;
}

.text {
    cursor: pointer;
}

.success {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    padding: 60px 0px;
    box-shadow: 0px 0px 10px 3.5px #000;
}

.succes-title {
    text-align: center;
    text-shadow: 3px 3px 4px #fff;
}

.info-blocks {
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-evenly;
    opacity: 0;
    transform: scale(0.1);
    transition: all 1s ease-in;
}

.coco {
    opacity: 1;
    transform: scale(1);
}

.first-block {
    background-color: #fff;
    padding: 20px 0px;
    width: 200px;
    border-radius: 15px;
}

.visit-number {
    font-size: 25px;
    text-align: center;
    padding: 25px 0px;
    color: #fa0000;
}

.title {
    font-size: 17px;
    text-align: center;
    padding: 10px 0px;
    color: #04a534;
}

.founder-profile {
    padding: 85px 30px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.274), rgba(255, 255, 255, 0.274)), url(./images/discordtry.png);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: inset 0px 5px 10px 0px #000000;
}

.founder-image {
    width: 100px;
    height: 100px;
    align-items: center;
    border-radius: 50%;
    padding: 0px;
    opacity: 0;
    transform: scale(2);
    transition: all .7s ease-in;
}

.prof {
    opacity: 1;
    transform: scale(1);
}

.founder-name {
    color: #0072ff;
    padding: 15px;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1s ease-in;
}

.nam {
    opacity: 1;
    transform: translateX(0);
}

.founder-info {
    width: 600px;
    margin-left: 30%;
    padding: 10px;
    color: #0072ff;
    font-size: 15px;
    opacity: 0;
    transform: translateX(150px);
    transition: all 1s ease-in;
}

.info {
    opacity: 1;
    transform: translateX(0);
}

.contact-style {
    background-image: linear-gradient(to right, #00c6ff, #0072ff);
    padding: 90px 20px;
    box-shadow: 0px 0px 10px 3.5px #000;
}

.contact-title {
    text-align: center;
    padding-bottom: 30px;
    text-shadow: 3px 3px 4px #fff;
}

.form {
    background-color: #fff;
    padding: 30px 70px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: inset .5px .5px 15px 4px #000;
    margin-left: 400px;
    margin-top: 20px;
}

.leter {
    opacity: 0;
    transform: translateX(100px);
    transition: all .8s ease-in;
}

.leter-pice {
    opacity: 1;
    transform: translateX(0);
}

.name-title {
    color: #0072ff;
    font-size: 18px;
    padding: 20px 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.far {
    border-bottom: 2px solid #0072ff;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px 0px;
    margin-top: 10px;
    width: 14rem;
    height: 3rem;
    background-color: transparent;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.bosh {
    height: 20px;
}

.leter-dy {
    opacity: 0;
    transform: translateX(100px);
    transition: all .8s ease-in;
    background-color: transparent;
}

.leter-pice {
    opacity: 1;
    transform: translateX(0);
}

.leter-tre {
    opacity: 0;
    transform: translateX(100px);
    transition: all .8s ease-in;
    background-color: transparent;
}

.leter-pice {
    opacity: 1;
    transform: translateX(0);
}

.la-nam {
    color: #0072ff;
    font-size: 18px;
    padding: 20px 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#lname {
    border-bottom: 2px solid #0072ff;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px 0px;
    margin-top: 10px;
    width: 14rem;
    height: 3rem;
}

.comment-name {
    color: #0072ff;
    font-size: 18px;
    padding: 20px 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#subject {
    border-bottom: 2px solid #0072ff;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px 0px;
    margin-top: 10px;
    width: 23rem;
    height: 3rem;
    resize: none;
}

.butoni {
    opacity: 0;
    transform: scale(0.1);
    transition: all .7s ease-in-out;
}

.pica {
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 230px;
    cursor: pointer;
}

.pica:hover {
    background-color: #000;
    color: #fff;
    transition: .5s;
}

.marga {
    opacity: 1;
    transform: scale(1);
}

.footer {
    background-color: #e7e7e7;
    width: 100%;
    height: 15rem;
    box-shadow: inset .5px .5px 15px 4px #000;
}

.contact-logos {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
    font-size: 30px;
}

.contact-link {
    border-radius: 50%;
    padding: 16px 20px;
    margin-right: 50px;
}

#discord {
    color: #7289da;
    background-color: #fff;
    transition: .5s;
}

#discord:hover {
    background-color: #7289da;
    color: #fff;
    transition: .5s;
}

#github {
    color: #666666;
    background-color: #fff;
    transition: .5s;
}

#github:hover {
    color: #fff;
    background-color: #666666;
    transition: .5s;
}

#reddit {
    color: #ff4301;
    background-color: #fff;
    transition: .5s;
}

#reddit:hover {
    color: #fff;
    background-color: #ff4301;
    transition: .5s;
}

#twitter {
    color: #1DA1F2;
    background-color: #fff;
    transition: .5s;
}

#twitter:hover {
    color: #fff;
    background-color: #1DA1F2;
    transition: .5s;
}

.copyright {
    text-align: center;
    margin-right: 40px;
    color: rgb(116, 116, 116);
}

#back-to-top {
    position: fixed;
    bottom: 6%;
    right: 4%;
    color: rgb(255, 255, 255);
    font-size: 29px;
    background-color: rgb(14, 76, 247);
    border-radius: 50%;
    display: none;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    z-index: 11999;
}

@media screen and (max-width: 1050px) {
    #mobile-menu {
        display: block;
        cursor: pointer;
    }
    #close {
        display: block;
        position: absolute;
        top: 5%;
        right: 20%;
        font-size: 20px;
        cursor: pointer;
    }
    .logo {
        width: 150px;
    }
    nav {
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0%;
        z-index: 1000000;
        background-color: #000;
        width: 100%;
        padding: 25px;
    }
    .list {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        padding: 20px 30px;
        background-color: black;
        width: 70%;
        height: 100%;
        z-index: 10000;
        transform: translateX(100%);
        transition: transform .5s ease-in-out;
    }
    .bosi {
        transform: translateX(0);
    }
    .list-items {
        padding: 20px;
        margin-top: 30px;
    }
    .navlinks {
        color: #fff;
    }
}

@media screen and (max-width: 700px) {
    #mobile-menu {
        display: block;
        cursor: pointer;
    }
    #close {
        display: block;
        position: absolute;
        top: 5%;
        right: 20%;
        font-size: 20px;
        cursor: pointer;
    }
    .logo {
        width: 150px;
    }
    nav {
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0%;
        z-index: 1000000;
        background-color: #000;
        width: 100%;
        padding: 25px;
    }
    .list {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        padding: 20px 30px;
        background-color: black;
        width: 70%;
        height: 100%;
        z-index: 10000;
        transform: translateX(100%);
        transition: transform .5s ease-in-out;
    }
    .bosi {
        transform: translateX(0);
    }
    .list-items {
        padding: 20px;
        margin-top: 30px;
    }
    .navlinks {
        color: #fff;
    }
    .empty {
        margin-top: 8rem;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .home-icon {
        width: 200px;
        height: 230px;
        margin-right: auto;
        border-radius: 0;
        animation: avion 1.7s alternate-reverse infinite;
    }
    .butons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transform: translateX(0px);
        transition: none;
    }
    .bed {
        opacity: 1;
        transform: none;
    }
    .get {
        margin-top: 20px;
    }
    .big-text {
        font-size: 20px;
    }
    .home-par {
        font-size: 15px;
        margin-top: 20px;
    }
    .title-class {
        font-size: 20px;
    }
    .img-bot {
        width: 300px;
        height: 200px;
        opacity: 1;
        transform: translateX(0px);
        transition: none;
    }
    .boti {
        opacity: 1;
        transform: none;
    }
    .about {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .about-features {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .box {
        width: 250px;
        margin-top: 30px;
        margin-right: 0;
        padding: 20px 10px;
    }
    .text {
        font-size: 13px;
    }
    .succes-title {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
    .info-blocks {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .first-block {
        margin-top: 30px;
    }
    .founder-profile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .founder-info {
        width: 40vh;
        margin: auto;
        padding: auto;
        opacity: 1;
        transform: translateX(0px);
        transition: none;
    }
    .info {
        opacity: 1;
        transform: none;
    }
    .contact-title {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
    .form {
        padding: 30px 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 20px;
        margin-left: 0;
        margin-top: 40px;
    }
    .bosh {
        height: 30px;
    }
    .leter {
        opacity: 1;
        transform: translateX(0px);
        transition: none;
    }
    .leter-pice {
        opacity: 1;
        transform: none;
    }
    .name-title {
        font-size: 13px;
        padding: 20px 5px;
    }
    .far {
        padding: 2px 0px;
        margin-top: 5px;
        width: 9rem;
        height: 3rem;
    }
    .leter-dy {
        opacity: 1;
        transform: translateX(0px);
        transition: none;
    }
    .leter-pice {
        opacity: 1;
        transform: none;
    }
    .leter-tre {
        opacity: 1;
        transform: translateX(0px);
        transition: none;
    }
    .leter-pice {
        opacity: 1;
        transform: none;
    }
    .la-nam {
        font-size: 13px;
        padding: 20px 5px;
    }
    #lname {
        padding: 2px 0px;
        margin-top: 5px;
        width: 9rem;
        height: 3rem;
    }
    .comment-name {
        font-size: 13px;
        padding: 20px 5px;
    }
    #subject {
        padding: 2px 0px;
        margin-top: 20px;
        width: 14rem;
        height: 3rem;
        resize: none;
    }
    .pica {
        display: flex;
        margin-left: auto;
    }
    .butoni {
        opacity: 1;
        transform: translateX(0px);
        transition: none;
    }
    .marga {
        opacity: 1;
        transform: none;
    }
    .contact-logos {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        padding: 25px 30px;
    }
    .copyright {
        font-size: 13px;
        margin: auto;
    }
}