@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@500;600&display=swap');

:root {
    --body-background: #EFF5FF;
    --navbar-background: #464950;
    --footer-background: #595E69;
    --gray: #8E8D8A;
    --primary: #505D70;
    --secondary: #E98074;
    --black: #3a3a3a;
    --white: #FFFFFF;
    --accent: #4b5dff;
    --fontcol1: #083c80;

    --font-primary: 'Open Sans', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;

    --login-bg: url('../images/global/login_bg.svg');
}

body {
    color: var(--black);
    font-family: var(--font-primary);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background-color: var(--body-background);
}

.header-img-div {
    padding: 1rem 0;
    /* background: url('../images/global/header_bg.jpg'); */
    background: url('../images/global/header_bg_2.svg');
    /* background-color: #ffffff; */
    background-position: center;
    background-size: cover;
}

.stambh-div img {
    height: clamp(5rem, -5.5rem + 8vw, 6rem);
}

.navbar_custom {
    background-color: var(--navbar-background);
}

.hero-section {
    margin-top: -1rem;
    background: url("../images/global/hero_bg.svg");
    background-size: cover;
    background-position: bottom;
}

.hero-section-info {
    display: flex;
    justify-content: end;
    align-items: center;
}

.qr-illustration {
    display: flex;
    justify-content: end;
    align-items: end;
}

.qr-illustration img {
    width: 18rem;
}

.highlighted-features {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0;
}

.feature {
    padding: 0.5rem 1.5rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 8px;
    background-color: #ffffff;
    width: 95%;
    text-align: center;
    outline: 2px solid #5B59B335;
    outline-offset: -6px;
}

.feature .text-container {
    padding: 0.5rem 0;
}

.feature img {
    display: flex;
    width: 4.5rem;
    margin: 0.5rem auto;
}

.feature h6 {
    background: linear-gradient(90deg, #5B59B3 -7.71%, #255AA9 96.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
    background-color: var(--footer-background);
}

header a,
footer a {
    /* color: var(--black); */
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
}

#login_form a,
#register_form a,
#forgotPasswordCard a {
    text-decoration: none;
    color: var(--secondary);
}

.nav-link {
    font-size: small;
    color: #ffffff;
}

.nav-link:hover,
header a:hover,
#login_form a:hover,
#register_form a:hover,
#forgotPasswordCard a:hover {
    /* color: var(--secondary); */
    color: #EA8B80;
}

.nav-link:focus,
header a:focus,
#login_form a:focus,
#register_form a:focus,
#forgotPasswordCard a:focus {
    /* color: var(--secondary); */
    color: #EA8B80;
}

.font-primary {
    font-family: var(--font-primary);
}

.font-secondary {
    font-family: var(--font-secondary);
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

/* LOGIN CARD */
.login_card {
    padding: 0 2.5rem;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
    font-weight: 600;
    background-image: var(--login-bg);
}

.login_error {
    font-family: var(--font-primary);
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    padding: 0.5rem 1.25rem;
    margin-bottom: 0.5rem;
}

.login_card h4 {
    font-weight: 600;
    font-family: var(--font-secondary);
}

.my-section-header {
    margin: 0.25rem 0;
    padding: 0.25rem 0;
/*     background-color: #e8eefa; */
    background-color: #d5e3ff;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 600;
    font-size: 1rem;
    color: #3a3a3a;
    text-align: center;
}

.my-modal-header {
    background-color: #d5e3ff;
}

/* LOADER */

.loader {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5000;
    background-color: #000000ae;
    justify-content: center;
    align-items: center;
    font-family: var(--fontSecondary);
    font-weight: 600;
    transition: 1s;
}

#my-loader span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #ffffff;
    margin: 35px 5px;
}

#my-loader span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}

#my-loader span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#my-loader span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {

    0%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
