*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}

:root {
    /* Fonts */
    --poppins: 'Poppins', sans-serif;

    /* Fonts weights */
    --bold: 700;
    --semiBold: 600;
    --medium: 500;
    --regular: 400;

    --bodyColor: #fff;

    /* Font sizes */
    --paragraphs: 12px;
    --titleheading: 20px;
    --itemHeading: 24px;
    --subheading: 36px;
    --heading: 52px;

    /* Colors */
    --primaryColor: #2498ED;
    --primaryColorLight: #49C9F1;
    --secondaryColor: #D9D9D9;

    --activeFontColor: #003D90;
    --activeBgColor: #EAF2FF;

    --warningNotifBgColor: #F6E9A3;

    --pendingBgColor: #FFB23F;
    --errorBgColor: #E54D4D;
    --successBgColor: #55BF6C;

    --text-color: #000;
}

body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Antartida';
    src: url('/fonts/antartida.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    color: #dedfde
}
@font-face {
    font-family: 'AntartidaRnd';
    src: url('/fonts/Antartida Rnd W04 Lt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    color: #dedfde
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.auth-heading {
    font-family: var(--poppins);
    font-weight: 700;
    font-size: var(--itemHeading);
    line-height: var(--itemHeading);

    /* text-transform: uppercase; */
}

.auth-icon {
    font-size: 3rem;
}

.auth-subheading {
    font-family: var(--poppins);
    font-size: 12px;
}

.form-container {
    margin-top: 1rem;
}

.form-row {
    padding: .5rem 0rem;
}

.form-control {
    border-radius: 30px;

    color: var(#000);

    padding: 0.5rem 1rem;

    font-size: 12px;
    font-family: var(--poppins);

    transition: all 0.3s ease-in-out;
}

.form-control:hover {
    font-weight: 700;
}

.remember-wrp {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 12px;
    font-family: var(--poppins);
    font-weight: 700;
}

.auth-links {
    font-size: 12px;
    font-family: var(--poppins);
    font-weight: 700;
    text-decoration: none;

    color: var(--primaryColor);
}

.auth-link {
    font-size: 12px;
    font-family: var(--poppins);
}

.btn-row {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.btn {
    padding: .5rem 2rem;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;

    margin-bottom: 1rem;
}

.btn i {
    font-size: 1rem;
}

.btn-primary {
    background-color: var(--primaryColor);
}

.btn-form {
    background-color: #2498ED;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    transition: all .2s ease-in-out;
}

.btn-form:hover {
    background-color: #2498ED;
    color: #fff;
    /* transform: scale(1.1); */
}

.btn-lg {
    padding: .5rem 1.5rem;
}

.btn-lg i {
    font-size: 24px;
}

.btn-reg {
    background-color: #f2f2f2;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.affiliates-logos {
    display: flex;
    justify-content: center;
    gap: 1rem;

    margin-top: 2rem;
}

.affiliates-logos img {
    width: 50px;
    height: 50px;
}

.logo {
    width: 80px;
    height: 80px;
}

.left-pane .auth-heading {
    width: 100%;

    color: #fff;

    margin-top: 1rem;

    font-size: 2.3rem;
}

.left-pane .auth-subheading {
    color: #fff;
}

.row {
    padding-left: 0px;
}

.frm {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 2rem;
    height: 100vh;
}

.auth-wpr {
    display: flex;
    align-items: center;

    height: 100%;
}

.frm-wpr{
    margin-top: -80px;
}

.landing-link-wpr {
    height: 100vh;
    position: relative;
}

.vid-showcase {
    object-fit: cover;
    background-size: cover;
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.auth-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 1rem 2rem;

    /* background-color: #ffffff74; */

    border-radius: 0px 0px 30px 30px;
}

.landing-link-overlay {
    background-color: #000;
    opacity: .7;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.landing-link-content {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* display: flex;
    align-items: center; */

}

.landing-container {
    padding: 4rem;
}

.landing-link-footer {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    width: 100%;

    padding: 4rem;

    display: flex;
    align-items: end;

}

.site-heading {
    font-family: var(--poppins);
    /* text-transform: uppercase; */
    font-size: var(--heading);
    font-weight: bold;

    width: 75%;

    line-height: var(--heading);

    background: #fff;
    /* background: -webkit-linear-gradient(to right, #24A3B6 9%, #6DBC83 23%, #FFB104 41%, #EE560A 79%, #CF1F1F 81%);
    background: -moz-linear-gradient(to right, #24A3B6 9%, #6DBC83 23%, #FFB104 41%, #EE560A 79%, #CF1F1F 81%);
    background: linear-gradient(to right, #24A3B6 9%, #6DBC83 23%, #FFB104 41%, #EE560A 79%, #CF1F1F 81%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    opacity: 1;

}
.site-heading1 {
    font-family: 'Antartida';
    font-size: 40px;
    font-weight: var(--semiBold);
    color: var(--bodyColor);
    opacity: 1;
    margin-top: 24px;
    /* width: 50%; */
}

.hero-p {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--paragraphs);

    margin-top: 24px;

    color: #fff;

    width: 80%;

    /* width: 55%; */
}

.hero-p2 {
    font-family: var(--poppins);
    font-weight: var(--semiBold);
    font-size: 14px;
    line-height: 14px;

    margin-top: .5rem;

    color: #fff;

    width: 80%;

    /* width: 55%; */
}

.btn-video {
    background-color: #fff;
    color: #000;

    font-size: 2rem;

    height: 40px;
    width: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    /* padding: .5rem; */

    border: none;
    border-radius: 100%;
}

.auth-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.auth-footer p {
    width: 70%;
    font-family: var(--poppins);
    font-size: 12px;
}

.site-logo {
    width: 83px;
    height: 80px;
    margin-bottom: 2rem;
}

.site-logo-sm {
    width: 68px;
    height: 65px;
}

.bxs-info-circle {
    font-size: 20px;
}

.link-wpr {
    background-color: var(--successBgColor);
    padding: .5rem 1rem;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;

    margin-bottom: .5rem;
    margin-top: .5rem;

    display: flex;
    align-items: center;
    gap: .5rem;

    color: #fff;

    transition: all .2s ease-in-out;
}

.link-wpr i {
    font-size: 28px;
}

.donate {
    background-color: var(--primaryColor);
}

/* .link-wpr:hover {
    transform: scale(1.1);
} */

.detail-links {
    font-size: var(--paragraphs);
    color: #3e3eff;
    margin-bottom: 24px;
    text-decoration: underline;
}

.detail-links li {
    margin-top: 4px;
    margin-bottom: 4px;
}

.antartida a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'AntartidaRnd';
    padding: 5px;
    background-color: #2773ba;
    border-radius: 5px;
    font-weight: bolder;
    font-size: px;
}

/* .detail-links a:hover {
    transform: scale(1.1);
} */

.iconbox-link2 {
    background-color: #ffffff74;
    padding: .5rem 1rem;

    border-radius: 20px;

    font-size: 12px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #fff;

    transition: all .2s ease-in-out;
}

/* .iconbox-link2:hover {
    transform: scale(1.1);
} */

.iconbox-link2 i {
    font-size: 40px;
}

.iconbox-link2 p {
    font-weight: bold;
}

.iconbox-link i {
    font-size: 30px;
}

.iconbox-link p {
    width: 50%;
    line-height: 12px;
}

.iconbox-link{
    color: #fff;
    display: flex;
    align-items: center;
    gap: .5rem;

    transition: all .2s ease-in-out;
}

/* .iconbox-link:hover{
    transform: scale(1.1);
} */

.iconbox-link3{
    color: #fff;
    align-items: center;
    gap: .5rem;

    transition: all .2s ease-in-out;
}

.iconbox-link3 i {
    font-size: 40px;
}

/* .iconbox-link3:hover{
    background-color: #003D90;
} */

.socials{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.socials a{
    font-size: 30px;
    transition: all .2s ease-in-out;
}

/* .socials a:hover{
    transform: scale(1.1);
} */

.social-wpr {
    display: flex;
}

.login-wrp {
    display: flex;
    align-items: end;
    gap: 16px;
}

.iconbox-wpr {
    display: flex;
    justify-content: end;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .frm {
        position: relative;
        z-index: 2;
        background-color: #fff;
        padding: 2rem;
        height: 100vh;
    }

    .auth-wpr {
        display: flex;
        align-items: start;

        height: 100%;
    }

    .frm-wpr{
        margin-top: 0px;
    }

    .auth-footer {
        bottom: 20px;
        width: 100%;
        margin-top: 1rem;
        text-align: left;
    }

    .auth-footer p{
        width: 100%;
        text-align: left;
    }

    .landing-link-wpr {
        height: auto;
        position: relative;
    }

    .landing-link-content {
        position: relative;
        z-index: 3;
        top: 0;
        left: 0;
        height: 100%;

        /* display: flex;
        align-items: center; */

    }

    .landing-container {
        padding: 2rem;
    }

    .landing-link-footer {
        position: relative;
        z-index: 3;
        bottom: 0;
        left: 0;

        padding: 0rem;
        margin-top: 4rem;

        display: flex;
        align-items: end;

    }

    .site-heading {
        font-size: var(--subheading);
        width: 90%;
        line-height: var(--subheading);

    }
    .site-heading1 {
        font-size: var(--titleheading);
    }

    .hero-p {
        width: 100%;
    }

    .hero-p2 {
        width: 100%;
    }

    .social-wpr {
        justify-content: start;
    }

    .login-wrp {
        align-items: start;
        justify-content: start;
    }

    .iconbox-wpr {
        justify-content: start;
    }

  }
