@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap');

body {
    background: #131214;
    background-image: url(/assets/img/bg.png);
    background-repeat: repeat;
    -webkit-animation: bg-scrolling-reverse .92s infinite;
    -moz-animation: bg-scrolling-reverse .92s infinite;
    -o-animation: bg-scrolling-reverse .92s infinite;
    animation: bg-scrolling-reverse .92s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.loader {
    width: 280px;
    height: 40px;
    transform: skewX(-45deg);
    background:
        linear-gradient(#7760fe 0 0) left -30px top 0/40px 40px no-repeat #101113;
    border: 2px solid #7760fe;
    animation: l4 1s infinite linear;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

@keyframes l4 {
    100% {
        background-position: right -30px top 0
    }
}

@-webkit-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px
    }
}

@-moz-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px
    }
}

@-o-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px
    }
}

@keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px
    }
}

@-webkit-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px
    }
}

@-moz-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px
    }
}

@-o-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px
    }
}

@keyframes bg-scrolling {
    0% {
        background-position: 50px 50px
    }
}

@media only screen and (max-width: 900px) {
    .main-heading {
        font-size: 50px !important;
        margin: 10vh 0 0 0 !important;
    }
}

.main-heading {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 57px;
    margin: 10vh 30px 0 70px;
}

.container {
    background-color: #131214;
    border-radius: 14px;
    max-width: 80vw !important;
    padding: 10px;
}

.container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.field {
    width: 100%;
    height: 45px;
    margin: 45px 0;
    display: flex;
    position: relative;
}

.heading {
    margin: 13vh 30px 0 70px;
    text-align: center;
}

.forms {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 20px;
    background: #121212;
    border-radius: 10px;
}


.label {
    position: absolute;
    top: -30px;
    font-weight: 500;
}

.form-select {
    display: inline-flex;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 2;
    min-height: 3rem;
    background-color: #ffffff0d;
    font-weight: 600;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border-radius: .5rem;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16px) calc(1px + 50%);
    background-size: 4px 4px, 4px 4px;
    background-repeat: no-repeat;
    border: none;
    max-width: 100%;
}

input:focus,
textarea:focus {
    border: none;
    outline: 2px solid var(--main);
    outline-offset: 2px;
}

.submit {
    width: 100%;
    height: 50px;
    border: none;
    background: #0e0e0e;
    margin-top: -20px;
    border-radius: 5px;
    color: #fff;
    border: 2px solid #7760fe;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

.submit:hover {
    background: #7760fe;
}

input,
textarea {
    flex-shrink: 1;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    height: 3rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 2;
    border-width: 1px;
    background-color: #ffffff0d;
    width: 100%;
    border-radius: 0.5rem;
    border: none;
}

input:focus,
textarea:focus {
    border: none;
    outline: 2px solid #7760fe;
    outline-offset: 2px;
}


.field {
    width: 100%;
    height: 45px;
    margin: 45px 0;
    display: flex;
    position: relative;
}

.lab {
    padding: 0.5rem;
    width: 14%;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    border: 2px solid white;
    background: #ffffff0d;
    color: white;
    display: grid;
    place-items: center;
    transition: .3s all ease;
}

.lab:hover {
    border: 2px solid white;
    background: white;
    color: black;
}

::placeholder {
    font-weight: 300;
}

.t-headd {
    background-color: #1D1C1F;
}

.bracket {
    color: #7760fe;
}