* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::placeholder {
    color: #8e8e8e8a !important;
    font-weight: 600;
}

:root {
    --c0: #231818;
    --c1: #591b59;
    --c2: #291454;
    --c3: #16472f;
}

body {
    margin: 0;
    height: 100vh;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--c0), var(--c1), var(--c2), var(--c3));
    background-size: 200% 200%;
    animation: shift 20s ease-in-out infinite;
    font-family: system-ui, sans-serif;
    color: #fff;
}

@keyframes shift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

body {
    background-color: #000 !important;
}


.navbar {
    margin: auto;
    padding: 10px !important;
    width: 60%;
}

.navbar-brand img {
    height: 60px;
}

.nav-inner span {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
}

.nav-right-links a {
    text-decoration: none;
    padding: 0px 15px;
    font-size: 15px;
    color: #a5b4fc;
}

/* banner */
.banner-out {
    justify-content: center !important;
    align-items: center;
}

.banner {
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 90vh;
    width: 100%;
}

.banner-left {
    text-align: left;
}

.banner-left span {
    background: -webkit-linear-gradient(left, #6d64f2, #6d64f2, #b653cd);
    /* background-clip: text; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-left h1 {
    font-size: 7rem !important;
    font-weight: 700;
    color: #fff;
}

.banner-left h5 {
    font-size: 20px;
    color: #acb2b9;
}

.badges {
    padding: 20px 0px;
}

.badges p {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 14px 20px;
    font-size: 15px;
    margin: 10px;
    letter-spacing: 1px;
    font-weight: 400;
}

.badges .secure {
    color: #34d399;
    border-color: #2c6d78;
    background-color: #34d39935;
}

.badges .fast {
    color: #a78bfa;
    border-color: #4b4f99;
    background-color: #a78bfa43;
}

.badges .global {
    background-color: #f472b539;
    color: #f472b6;
    border-color: #8c4375;
}

.stats {
    display: flex;
    width: 100%;
}

.stat {
    width: 200px;
}

.stat h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.stat p {
    letter-spacing: 1px;
    color: #b4b4b4;
}

.banner-right {
    padding: 30px 50px !important;
    border: 1px solid #afafafae;
    border-radius: 25px;
    background-color: #9797972d;
}

.banner-right h1 {
    font-size: 37px !important;
    font-weight: 700;
    line-height: 48px !important;
    color: #ffffff;
}

.banner-right p {
    color: #c1c1c1;
    font-size: 16px;
}

.banner-right h4 {
    display: flex;
    flex-direction: row;
    font-size: 19px;
    color: #e81919 !important;
}

.banner-right h4::before,
.banner-right h4::after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #333;
    margin: auto 10px;
}

.switch-a {
    text-decoration: none;
    color: #fff;
}

.input-field {
    text-align: left;
    color: #000000;
}

.form-control {
    background-color: transparent !important;
    border-radius: 15px !important;
    border: 1px solid #ababab3c !important;
    font-size: 14px !important;
    transition: all .35s ease;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: transparent !important;
    color: #e5e5e5 !important;
}

.form-control:focus {
    /* box-shadow: none !important; */
    border: 1px solid #383abf !important;
    box-shadow: 0px 0px 2px 1px #6366f1 !important;
}

.veri-buton {
    border-radius: 15px !important;
    border: 1px solid #5f2ed1 !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    width: 100%;
    background-color: #8B5CF6 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 1px 2px 10px 1px #8a5cf6ab;
}

.form-div p {
    color: #121212;
    font-size: 14px;
}

.form-div p a {
    color: #a78bfa;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px !important;
    color: #e2e2e2;
}

.fogo a {
    color: #a78bfa;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.fogo {
    margin-bottom: 5px;
    padding: 20px 5px;
    width: 100%;
    text-align: right;
}


#error-msg {
    color: red;
}

#valid-msg {
    color: #00c900;
}

input.error {
    border: 1px solid #ff7c7c;
}

.hide {
    display: none;
}

.phone-input {
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 100% !important;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

.input {
    color: #e1e1e1 !important;
    padding: 15px 20px !important;
}

#ver-form {
    display: none;
}

.ver-form h4 {
    color: rgb(158, 29, 29);
    font-size: 18px;
    font-weight: bold;
}

.ver-form p {
    color: #000;
    font-weight: 600;
}

.back-btn img {
    width: 25px;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}

@media screen and (max-width:768px) {
    .banner-left {
        display: none !important;
    }

    .banner-right {
        max-width: 60% !important;
    }

    .form-control {
        font-size: 12px !important;
    }
}
@media screen and (max-width:425px) {
    .banner-left {
        display: none !important;
    }

    .banner-right {
        max-width: 90% !important;
    }

}

@media screen and (max-width:1024px) {
 

    .banner-left h1 {
        font-size: 4rem !important;
        font-weight: 700;
        color: #fff;
    }

    .banner-left h5 {
        font-size: 15px;
        color: #acb2b9;
    }

    .badges {
        padding: 10px 0px;
    }

    .badges p {
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 11px 15px;
        font-size: 12px;
        margin: 5px;
        letter-spacing: 1px;
        font-weight: 400;
    }


    .stat h3 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }

    .stat p {
        letter-spacing: 1px;
        color: #b4b4b4;
    }

    .banner-right {
        padding: 20px 20px !important;
        border: 1px solid #afafafae;
        border-radius: 25px;
        background-color: #9797972d;
    }

    .banner-right h1 {
        font-size: 27px !important;
    }
}