﻿*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.hero-container {
    height: 100%;
    font-family: "Baloo Tammudu 2", sans-serif;
    position: relative;
    overflow-x: hidden;
    width: 100vw;
}

.logo-container {
    font-family: sans-serif;
    color: #000;
    width: 100%;
    font-weight: 200;
    padding: 1% 0%;
    margin-bottom: 2%;
}

    .logo-container h1 {
        color: #242424;
        font-size: 2.4rem;
    }

.logo-img {
    width: 18rem;
    cursor: pointer;
}

.left-section {
    padding: 5% 8%;
    min-height: 100vh;
    margin: auto 0;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
    padding-bottom: 30px;
    height: 100%;
    overflow: scroll;
}
/* Works in modern browsers including Edge */
.left-section {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and old Edge */
    overflow: auto;
}

    /* WebKit (Chrome, Edge, Safari) */
    .left-section::-webkit-scrollbar {
        display: none;
    }


.background-shadow-1 {
    box-shadow: 700px 140px 320px 78px var(--primary-color);
    width: 40%;
    position: absolute;
    top: -100px;
    left: -160px;
}




.right-section {
    min-height: 100vh;
    background-image: url('../images/logo/vishub-png-images/just protect pack.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}


.list-items {
    position: absolute;
    right: 3%;
    width: 70%;
    background: #222e3ab8;
    border-radius: 30px;
    padding: 35px;
}


.list-item {
    display: flex;
    flex-direction: row;
    gap: 0.9rem;
}

.number {
    text-align: center;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 1.8rem;
    border-radius: 50%;
    margin: 6px 0;
    margin-top: 3%;
    height: 40px;
    width: 40px;
    margin-left: 0.9%;
    padding-top: 14px;
    box-shadow: 0px 0px 4px 2px #c1bfbf;
}


.right-section-text {
    font-size: 2.4rem;
    color: #E6E6E6;
    font-weight: 200;
    letter-spacing: 1.2px;
    padding-top: 4%;
    margin-top: 1.2%;
    margin-left: 3%;
}

.vertical-line {
    height: 30px;
    border-left: 3px solid #fff;
    margin-left: 22px;
}

.footer {
    position: absolute;
    bottom: 0%;
    left: 1%;
    padding: 0 10%;
    font-size: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #e6f2db85;
    margin-left: -20px !important;
}
    .footer p {
        margin: 25px 0 10px;
        color: #000;
    }

    .qr-img {
        width: 10%;
    }

.validation-input {
    margin-right: 10px;
    margin-top: 0;
    width: 80%;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error) {
    margin-right: 10px;
    margin-top: 0;
}

#txtValidationKey {
    height: 40px;
}

@media screen and (min-height: 740px) {
    .footer {
        bottom: 0% !important;
        padding: 0 2%;
    }
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .footer {
        bottom: 0%;
        padding: 0 10%;
    }

        .footer p:last-child {
            color: #000;
        }
}

@media screen and (min-width: 768px) {
    .right-section {
        padding: 0;
    }

    .footer {
        padding: 0 10%;
        font-size: 1.6rem;
        display: flex;
        justify-content: space-between;
    }

    .error-msg {
        width: 80% !important;
        font-size: 0.8rem !important;
    }

    .qr-img {
        width: 15% !important;
    }

    .left-section {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 1000px) {
    .right-section {
        padding: 0;
        display: flex;
    }

    .form {
        margin-top: 10%;
    }

    .qr-img {
        width: 16% !important;
    }

    .validate-logo-img {
        width: 3.4rem;
        height: 100%;
    }
}


@media screen and (min-width: 1280px ) and (max-width: 1440px) {
    .footer {
        bottom: 0% !important;
        padding: 0 4%;
    }

        .footer p:last-child {
            color: #fff;
        }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
    .footer {
        bottom: 0%;
        padding: 0 4%;
    }

        .footer p:last-child {
            color: #fff;
        }
}

/*
@media screen and (min-width: 1000px ) and (max-width: 1280px) {
    .footer {
        bottom: 8% !important;
        padding: 0 8%;
    }
}*/


@media screen and (min-width: 1440px) {
    .e-btn {
        margin: 3% 0 !important;
        padding: 2% 0 !important;
    }

    .trial {
        font-size: 2rem !important;
    }

    .logo-container {
        margin-bottom: 6%;
    }

        .logo-container h1 {
            font-size: 3.5rem !important;
        }

    .logo-img {
        width: 20rem;
        margin-bottom: 1%;
        margin-top: 1%;
    }

    .trial {
        padding: 16px 0;
    }

    .footer {
        bottom: 0% !important;
        padding: 0 6%;
        font-size: 1.6rem;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }

/*    .background-shadow-2 {
        left: 400px;
        bottom: 200px;
        box-shadow: 100px 300px 600px 800px #0094ff;
    }*/
    .background-shadow-2 {
        box-shadow: 0 100px 400px 70px #6ba43a78;
        width: 30%;
        position: absolute;
        left: -20px;
        bottom: 140px;
        z-index: -1;
    }

    .qr-img {
        width: 25% !important;
    }
}


/*media queries for macbook*/

@media only screen and (min-width: 2304px) {
    .validate-input {
        padding-top: 0;
        margin-top: 3px;
    }
}


body {
    height: 100vh;
    overflow: hidden;
}