@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.header {
    position: relative;
    z-index: 2;
    top: 0px;
}

    .header .menu .nav-link {
        font-weight: 500;
        color: #fff;
    }

.banner--landing {
    background-image: url(../RootImages/bg/1.jpg);
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: center center;
}

    .banner--landing .opacity {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #571993 0%, #0068ac 100%);
        opacity: 0.92;
    }

    .banner--landing .container {
        position: relative;
        z-index: 2;
        color: #fff;
    }

.wave-shape {
    width: 100%;
    background: #fff;
    margin-top: -200px;
    z-index: 1;
    position: relative;
    background-color: transparent;
}

    .wave-shape img {
        width: 100%;
    }

.whybox {
    text-align: center;
}

    .whybox img {
        margin: 30px 0px;
    }

    .whybox h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

.banner--dark {
    background: transparent;
    background-image: url(../RootImages/how-it-works-back.svg);
    margin-top: 0px;
    padding: 8% 0;
    background-size: cover;
    background-position: top center;
    color: #b3afe1;
}

    .banner--dark h2 {
        text-transform: uppercase;
        font-size: 0.82rem;
        letter-spacing: 0.03rem;
        word-spacing: 0.1rem;
        color: #b2aee0;
    }

    .banner--dark img {
        margin-bottom: 40px;
    }

    .banner--dark h3 {
        font-size: 18px;
        color: #fff;
    }

.footer {
    width: 100%;
    font-size: 13px;
    background: transparent;
    background-image: url(../RootImages/footer-back.svg);
    margin-top: -85px;
    padding-top: 120px;
    padding-bottom: 50px;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: top center;
    color: #5d7a97;
}

    .footer hr {
        border-bottom: 1px solid #fff1;
        border-top: 1px solid #0003;
    }

    .footer h2 {
        color: #fff;
        font-size: 1.2rem;
        margin-bottom: 4px;
    }

    .footer h3 {
        color: #cad6e9;
        font-size: 0.94rem;
        margin-bottom: 15px;
    }

    .footer p {
        color: #5d7a97;
    }

    .footer .links a {
        display: block;
        text-decoration: none;
        color: #5d7a97;
        line-height: 1.6rem;
    }

        .footer .links a:hover {
            color: #8aa0b7;
        }

.social a {
    font-size: 18px;
    color: #fff5;
    padding: 5px;
}

    .social a:hover {
        color: #fff8;
    }

.login-form {
    background-color: #fff3;
    padding: 20px;
}

    .login-form h3 {
        font-size: 22px;
    }

    .login-form .login-or {
        position: relative;
        font-size: 18px;
        color: #666;
        margin: 20px 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .login-form .span-or {
        display: block;
        position: absolute;
        left: 0;
        right: 0px;
        top: -2px;
        margin: 0 auto;
        background-color: #fff;
        width: 100px;
        border-radius: 100px;
        text-align: center;
        font-size: 14px;
    }

    .login-form .hr-or {
        background-color: transparent;
        margin: 0px;
        border-top: 1px solid #0003;
        border-bottom: 1px #fff3 solid;
    }

.form-left {
    background-color: #f3f3f3;
}

.vr {
    width: 1px;
    height: 100%;
    display: block;
    border-left: 1px solid #0003;
    border-right: 1px solid #fff3;
    margin: 0 15px;
}

.bg1 {
    background-color: #f8faff;
}

@media (max-width: 768px) {
    .header .menu .vr {
        height: 1px;
        width: 100%;
        border-bottom: 1px solid #fff1;
        border-top: 1px solid #0003;
        margin: 15px 0px;
    }

    .header .menu .btn {
        display: block;
    }

    .header .menu .btn-success {
        margin-bottom: 10px;
        margin-right: 0px !important;
    }

    .banner h1 {
        font-size: 20px;
    }

    .banner .position-absolute {
        position: static !important;
        padding-top: 0px !important;
        margin-top: 0 !important;
    }

    .wave-shape {
        margin-top: -30px;
    }

    .banner--dark img {
        margin: 40px 0 20px;
    }

    .footer {
        margin-top: -50px;
    }

        .footer .right {
            text-align: center;
            padding: 10px 0px;
        }

        .footer h3 {
            margin: 30px 0 5px;
        }

    .form-left {
        display: none;
    }
}

@media (min-width: 769px) {
    .menu {
        padding: 0 40px;
    }

    .section {
        padding: 60px 0px;
    }

    .social {
        float: right;
    }

    .right {
        text-align: right;
    }
}

@media (max-width: 575px) {
    .logo-section {
        width: 100%;
        padding: 12px;
    }

        .logo-section img {
            width: 100%;
        }

    .login-img {
        display: none;
    }

    div#page-content-wrapper .container {
        padding: 20px 15px!important;
        border-radius:15px!important;
    }

    .login-form {
        padding: 6px;
    }
}
