﻿    *, *::before, *::after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow: hidden;
    }

body {
    background-color: #F5F5F5;
    overflow-x: hidden;
    height: 100vh;
}

.hero-container {
    height: 100%;
    font-family: "Baloo Tammudu 2", sans-serif;
    position: relative;
    overflow-x: hidden;
    width: 100vw;
}


.register-btn {
    background-color: #1165a7;
    color: #fff;
    border: none;
    padding: 10px;
    padding-bottom: 5px;
    border-radius: 4px;
}

    .register-btn a {
        text-decoration: none;
        color: #fff;
        display: flex;
        flex-direction: column;
    }

        .register-btn a p {
            font-size: 1.8rem;
            margin-bottom: 0;
            font-weight: 600;
            margin-top: 0;
            color: #fff;
        }

        .register-btn a span {
            font-size: 1.2rem;
            margin-left: auto;
        }

.logo-container {
    font-family: sans-serif;
    color: #000;
    width: 100%;
    font-weight: 200;
    margin: 24px 0;
    margin-bottom: 35px !important;
}

    .logo-container h1 {
        font-size: 2rem;
        margin-top: 40px;
        margin-bottom: 10px;
    }

.logo-img {
    width: 20rem;
}

.left-section {
    padding: 0 4% 20px 10%;
    margin-top: 0;
}

.qr-img {
    width: 40%;
}

.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;
}

.header {
    display: flex;
}




.hide-on-small, login-bottom-text-large {
    display: block;
}

.login-bottom-text-large {
    margin: 0 16%;
    margin-top: 35px;
}

.footer-bottom-logo {
    max-width: 20rem;
    padding-bottom: 10px;
}

.termsandconditions {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    list-style: none;
}

    .termsandconditions li a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.75);
        transition: 0.5s ease-in-out all;
    }

        .termsandconditions li a:hover {
            color: #fff;
            transition: 0.5s ease-in-out all;
        }

.get-in-touch {
    background-color: #65bec2;
    font-size: 16px;
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border: none;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.25rem;
    transition: 0.5s ease-in-out all;
    text-transform: uppercase;
    margin-top: 20px;
}

    .get-in-touch:hover {
        background-color: #6799b2;
        color: #ffffff;
        border-top-color: #6799b2;
        border-right-color: #6799b2;
        border-bottom-color: #6799b2;
        border-left-color: #6799b2;
        transition: 0.5s ease-in-out all;
    }

.connect ul {
    margin-bottom: 0;
}

.contact {
    margin-bottom: 0;
}

.webpage-name h2 {
    font-size: 3.1rem;
}

.footer-top-1-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px !important;
    padding-bottom: 8px !important;
}

@media screen and (min-width: 768px) {
    .error-msg {
        width: 80% !important;
        font-size: 0.8rem !important;
    }

    .qr-img {
        width: 30% !important;
    }

    .left-section {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 319px) {
    .header, .hide-on-small, .login-bottom-text-large {
        display: none;
    }

    .login-bottom-text-mini {
        display: block;
    }

    .qr-img {
        width: 35% !important;
    }

    body {
        overflow-x: hidden;
    }

    .input-label label {
        font-size: 16px;
    }

    .trial {
        font-size: 1rem;
    }

    .login-bottom-text h1 {
        font-size: 1.6rem;
    }

    .hero-container {
        overflow: hidden;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .header, .hide-on-small, .login-bottom-text-large {
        display: none;
    }

    .login-bottom-text-mini {
        display: block;
    }

    .qr-img {
        width: 40% !important;
    }

    body {
        overflow-x: hidden;
    }

    .input-label label {
        font-size: 18px;
    }

    .trial {
        font-size: 1.1rem;
    }

    .login-bottom-text h1 {
        font-size: 1.9rem;
    }

    .hero-container {
        overflow: hidden;
    }
}


@media screen and (min-width: 480px) and (max-width: 767px) {
    .header, .hide-on-small, .login-bottom-text-large {
        display: none;
    }

    .login-bottom-text-mini {
        display: block;
    }

    .qr-img {
        width: 38% !important;
    }

    body {
        overflow-x: hidden;
    }

    .input-label label {
        font-size: 20px;
    }

    .trial {
        font-size: 1.5rem;
    }

    .login-bottom-text h1 {
        font-size: 1.9rem;
    }

    .hero-container {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header, .hide-on-small, .login-bottom-text-large {
        display: none;
    }

    .login-bottom-text-mini {
        display: block;
    }

    .qr-img {
        width: 40% !important;
    }

    body {
        overflow: hidden;
    }
}

@media screen and (min-width: 992px) {
    .login-bottom-text-mini {
        display: none;
    }
}


@media screen and (min-width: 1000px) {

    .qr-img {
        width: 40% !important;
    }

    .validate-logo-img {
        width: 3.4rem;
        height: 100%;
    }
}

/*@media screen and (min-width: 991px ) and (max-width: 1023px) {
    .third-section h1{
        margin-left: 70px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px){
    .third-section h1 {
        margin-left: 70px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px){
    .third-section h1 {
        margin-left: 90px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1600px){
    .third-section h1 {
        margin-left: 125px;
    }
}

@media screen and (min-width: 1601px) and (max-width: 2099px){
    .third-section h1 {
        margin-left: 167px;
    }
}

@media screen and (min-width: 2100px){
    .third-section h1 {
        margin-left: 200px;
    }
}*/

@media screen and (min-width: 1440px) {
    /*
    .trial {
        font-size: 2rem !important;
    }*/

    .logo-container h1 {
        font-size: 2.5rem !important;
    }

    .home-nav {
        font-size: 18px;
    }

    .trial {
        padding: 16px 0;
    }

    .qr-img {
        width: 40% !important;
    }
}


/*@media screen and (min-width: 991px) {
    .logo-container .logo-link .logo-img {
        visibility: hidden;
        display: none;
    }
}*/


/*media queries for macbook*/

@media only screen and (min-width: 2304px) {
    .validate-input {
        padding-top: 0;
        margin-top: 3px;
    }
}

/*header style*/
header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 24px 0;
    padding-right: 75px;
    padding-left: 75px;
    width: 100%;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none;
}

.right-header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).headerSearch, .e-input-group:not(.e-success):not(.e-warning):not(.e-error).headerSearch, .headerSearch.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border-radius: 40px;
}



header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 0;
    list-style: none;
}

    header ul li {
        margin-top: 10px;
    }

        header ul li a {
            font-size: 18px;
            text-decoration: none;
            color: #000;
        }

.home-nav {
    color: #000;
    text-decoration: none;
    margin-left: 50px;
}

    .home-nav:hover {
        color: #1165A7;
        text-decoration: none;
    }

.hero-left-section-grid {
    display: grid;
    grid-template-areas: "yoga1";
    gap: 10px;
    padding: 50px 75px;
}

#CourseCarouselIndicators .carousel-indicators {
    bottom: -30px !important;
    margin-left: 20% !important;
}

.yoga-1 {
    grid-area: yoga1;
}

.yoga-2 {
    grid-area: yoga2;
}

.yoga-3 {
    grid-area: yoga3;
}

.yoga-4 {
    grid-area: yoga4;
}

    .yoga-1 img, .yoga-2 img, .yoga-3 img, .yoga-4 img {
        width: 100%;
    }



/*login screen*/
.input-label label {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
}

.trial {
    margin: 20px 0;
    font-size: 1.4rem;
    color: #343434;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .trial a {
        color: #1667A6;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
    }



.students {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.students-image img {
    width: 100%;
}

.students-score p {
    font-size: 20px;
    color: #202020;
    margin-bottom: 0;
}

.login-bottom-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .login-bottom-text h1 {
        color: #000;
        font-weight: 600;
    }

.section-section-text {
    text-align: center;
    margin: 5% 16%;
    margin-top: 2%;
}

    .section-section-text h2 {
        font-size: 32px;
        font-weight: 400;
    }

.second-cards-section {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    margin: 20px 0;
}

.card-image-top {
    width: 100%;
}

.cards-1 h3, .cards-2 h3, .cards-3 h3 {
    font-size: 32px;
    color: #1165A7;
}

.card {
    box-shadow: 0 0 15px 0 #888888;
    border-radius: 7px;
}

.card-text {
    font-size: 16px;
}

.card-body {
    padding: 25px 20px;
}

.logo img {
    max-width: 20rem;
}

.fa-circle-play {
    color: #1354BD;
    font-size: 2.4rem;
}

.card-title {
    font-size: 2rem;
}

.play-icon-text {
    text-align: center;
    display: flex;
    gap: 15px;
    align-items: center;
}

    .play-icon-text span {
        font-size: 1.6rem;
        font-weight: 600;
        margin-top: 7px;
    }

.card-img-top img {
    width: 100%;
    object-fit: contain;
}

.third-section {
    margin: 25px 50px;
}

    .third-section h1 {
        font-size: 4rem;
        font-weight: 600;
    }

    .third-section > .course-carousel > .carousel-inner {
        padding: 2% 6% 4% 6%;
    }


.fourth-section {
    margin: 50px;
    padding: 2% 4%;
}


.fourth-inner {
    background-image: url('../images/login-screen/background-images/courses-ellipse.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 950px;
}

.box-img {
    width: 5rem;
}

/*.box-2 {
 margin-top: 36px;
}*/

.box-1, .box-2, .box-3 {
    box-shadow: 10px 10px 36px 0 #A5A5A5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    padding: 3% 5%;
    border-radius: 20px;
    background-color: #fff;
    border: none;
    width: 480px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

    .box-1 h1, .box-2 h1, .box-3 h1 {
        font-size: 2.8rem;
        font-weight: 600;
        color: #114EB4;
    }

    .box-1 p, .box-2 p, .box-3 p {
        font-size: 1.8rem;
        font-family: "Jost", sans-serif;
        font-weight: 300;
    }


    .box-1 h1, .box-1 p, .box-2 h1, .box-2 p, .box-3 h1, .box-3 p {
        text-align: center;
    }

.fifth-section {
    margin: 25px 50px;
    padding: 2% 8%;
}

    .fifth-section h3 {
        font-size: 3.2rem;
        margin: 2% 0;
        font-weight: 600;
    }

    .fifth-section p {
        margin: 20px 0;
        font-size: 2rem;
        color: #000;
        font-weight: 400;
    }

.sixth-section {
    margin: 50px;
    padding: 2% 8%;
}

.review {
    padding-left: 30px;
}

.review-text h1 {
    font-size: 2.2rem;
    color: #1354BD;
    margin-top: 20px;
}

.annotate-1, .annotate-2 {
    width: 5rem;
}

.annotate-1 {
    margin-top: 16px;
}

.annotate-2-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-detail {
    margin-top: 40px;
}

    .testimonial-detail h4 {
        font-size: 2rem;
    }

    .testimonial-detail h4, .testimonial-detail p {
        color: #1354BD;
    }

.carousel-indicators [data-bs-target] {
    width: 16px !important;
    height: 16px !important;
    background-color: #1557C1 !important;
    border-radius: 50% !important;
}

.testimonial-indicator {
    display: flex !important;
    justify-content: end !important;
    margin-right: 0 !important;
    margin-left: 40% !important;
    margin-bottom: 0 !important;
    bottom: -50px;
}

.footer {
    position: absolute;
    bottom: 0%;
    left: 1%;
    padding: 0 10%;
    font-size: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
    .footer p {
        margin: 25px 0 10px;
    }

.footer-bottom {
    text-align: center;
    font-size: 1.5rem;
    padding-top: 20px;
    padding-bottom: 1px;
}

.footer-top-1 h1 {
    font-size: 4rem;
}

.footer-top-1 h3 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 30px;
    color: rgba(255,255,255,0.75);
}

.footer-top {
    margin-top: 25px;
    margin-bottom: 25px;
}

.contact i {
    font-size: 1.6rem;
}

.contact {
    display: flex;
    gap: 25px;
}

    .contact p {
        font-size: 1.6rem;
    }

.mail-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: 0.3s ease-in-out all;
}

    .mail-link:hover {
        color: #fff;
        text-decoration: none;
        transition: 0.3s ease-in-out all;
    }

.footer-top-2 h4, .footer-top-3 h4 {
    font-size: 2.5rem;
}

.footer-links {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

    .footer-links li {
        font-size: 1.5rem;
        margin-top: 10px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.75);
        cursor: pointer;
        transition: 0.5s ease-in-out all;
    }

        .footer-links li:hover {
            color: #fff;
            transition: 0.5s ease-in-out all;
        }

.connect h5 {
    font-size: 2.1rem;
}

.connect ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.connect ul {
    padding-left: 0;
}

.contact p {
    margin-bottom: 0;
}

.connect ul li a i {
    color: #fff;
    font-size: 2.1rem;
    background-color: #6799b2;
    transition: 0.5s ease-in-out all;
    padding: 8px;
}

    .connect ul li a i.fa-facebook-f {
        padding-left: 14px;
        padding-right: 14px;
    }

    .connect ul li a i:hover {
        background-color: #65bec2;
        transition: 0.5s ease-in-out all;
    }


/*Media Queries */
@media screen and (max-width: 767px) {
    .logo img {
        margin-left: 50px;
    }
}


@media screen and (max-width: 991px) {
    .second-cards-section {
        flex-direction: column;
    }

    .yoga-card {
        width: 40rem;
    }
}

@media screen and (min-width: 991px) {
    .footer-top-3 div, .footer-top-2 div, .footer-top-1 div {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-top-1, .footer-top-2, .footer-top-3 {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .logo-container h1 {
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .input-label label {
        font-size: 20px;
    }

    .trial {
        font-size: 1.5rem;
        margin: 10px 0;
    }

        .trial a {
            font-size: 1.2rem;
        }
}

@media screen and (max-width: 991px) {
    .hero-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-account-section {
        width: 100%;
    }
}


@media screen and (min-width: 768px) and (max-width: 990px) {
    .box-1, .box-2, .box-3 {
        padding: 2%;
    }

    .logo-container h1 {
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .input-label label {
        font-size: 18px;
    }

    .trial {
        font-size: 1.6rem;
        margin: 10px 0;
    }

        .trial a {
            font-size: 1.3rem;
        }

    .students-score p {
        font-size: 2.2rem;
    }

    .login-bottom-text h1 {
        font-size: 2.5rem;
    }

    .section-section-text h2 {
        font-size: 2.8rem;
    }

    .card-text {
        font-size: 19px;
    }

    .carousel-card {
        width: 35rem;
        margin-top: 50px;
    }

    .box-1 p, .box-2 p, .box-3 p {
        font-size: 2rem;
    }

    .fifth-section {
        margin: 25px 50px;
    }

        .fifth-section h3 {
            font-size: 3rem;
        }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .yoga-card {
        width: 30rem;
        height: 34rem;
    }

    .cards-1 h3, .cards-2 h3, .cards-3 h3 {
        font-size: 26px;
    }

    .login-bottom-text-large h1 {
        font-size: 24px;
        font-weight: 700;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
    header ul li a {
        font-size: 16px;
    }
}


@media screen and (min-width: 991px) and (max-width: 1279px) {
    .fourth-inner {
        position: relative;
    }

    .login-bottom-text-large h1 {
        font-size: 2.1rem;
        font-weight: 700;
    }

    .logo-container h1 {
        font-size: 1.8rem;
    }

    .input-label label {
        font-size: 16px;
    }

    .hero-left-section-grid {
        padding: 50px 25px;
    }

    .left-section {
        padding: 0 25px 20px 75px;
    }

    .trial {
        font-size: 1.6rem;
    }

        .trial a {
            font-size: 1.3rem;
        }

    .students-score p {
        font-size: 1.3rem;
    }

    .login-bottom-text h1 {
        font-size: 1.4rem;
    }

    .section-section-text h2 {
        font-size: 1.6rem;
    }

    .yoga-card {
        width: 24rem;
        height: 28rem;
    }

    .cards-1 h3, .cards-2 h3, .cards-3 h3 {
        font-size: 21px;
    }

    .card-title {
        font-size: 1.4rem;
    }

    .card-text {
        font-size: 12px;
    }


    .carousel-card {
        width: 24rem;
        height: 32rem;
    }


    .third-section h1 {
        font-size: 3rem;
    }

    .box-1 p, .box-2 p, .box-3 p {
        font-size: 2rem;
    }

    .fifth-section {
        margin: 25px 50px;
    }

        .fifth-section h3 {
            font-size: 2.8rem;
        }

        .fifth-section p {
            font-size: 2rem;
        }

    .box-1 {
        width: 340px;
        height: 300px;
        position: absolute;
        left: 5%;
        top: 10%;
    }

    .box-2 {
        width: 380px;
        height: 380px;
        position: absolute;
        right: 0;
    }

    .box-3 {
        width: 340px;
        height: 360px;
        position: absolute;
        right: 18%;
        bottom: 0%;
    }
}


@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .fourth-inner {
        position: relative;
    }

    .logo-container h1 {
        font-size: 2rem;
    }

    .input-label label {
        font-size: 20px;
    }

    .hero-left-section-grid {
        padding: 50px;
    }

    .left-section {
        padding: 0 25px 20px 75px;
    }

    .section-section-text {
        margin: 5% 16%;
        margin-top: 2%;
    }

    .trial {
        font-size: 2rem;
    }

        .trial a {
            font-size: 1.6rem;
        }

    .students-score p {
        font-size: 1.6rem;
    }

    .login-bottom-text h1 {
        font-size: 1.9rem;
    }

    .login-bottom-text-large h1 {
        font-size: 2.4rem;
        font-weight: 700;
    }

    .section-section-text h2 {
        font-size: 1.8rem;
    }

    .yoga-card {
        width: 30rem;
        height: 34rem;
    }

    .cards-1 h3, .cards-2 h3, .cards-3 h3 {
        font-size: 24px;
    }

    .card-title {
        font-size: 1.6rem;
    }

    .card-text {
        font-size: 14px;
    }


    .carousel-card {
        width: 30rem;
        height: 38rem;
    }


    .third-section h1 {
        font-size: 3rem;
    }

    .box-1 p, .box-2 p, .box-3 p {
        font-size: 2rem;
    }

    .fifth-section {
        margin: 25px 50px;
    }

        .fifth-section h3 {
            font-size: 3rem;
        }

        .fifth-section p {
            font-size: 2rem
        }

    .box-1 {
        width: 400px;
        height: 360px;
        position: absolute;
        left: 2%;
        top: 10%;
    }

    .box-2 {
        width: 480px;
        height: 400px;
        position: absolute;
        right: -2%;
    }

    .box-3 {
        width: 360px;
        height: 420px;
        position: absolute;
        right: 18%;
        bottom: 0%;
    }
}


@media screen and (min-width: 1601px) and (max-width: 2099px) {
    .fourth-inner {
        position: relative;
    }

    .logo-container h1 {
        font-size: 2.8rem !important;
        font-weight: 700;
        font-family: "Baloo Tammudu 2", sans-serif !important;
    }
    }

    .input-label label {
        font-size: 26px;
    }

    .hero-left-section-grid {
        padding: 50px 100px;
    }

    .trial {
        font-size: 2.2rem;
    }

    .trial a{
        font-size: 1.8rem;
    }

    .students-score p {
        font-size: 2.2rem;
    }

    .login-bottom-text h1 {
        font-size: 2.5rem;
    }


    .login-bottom-text-large h1 {
        font-size: 28px;
        font-weight: 700;
    }

    .section-section-text h2 {
        font-size: 2rem;
    }

    .yoga-card {
        width: 40rem;
        height: 42rem;
    }

    .cards-1 h3, .cards-2 h3, .cards-3 h3 {
        font-size: 28px;
    }

    .card-title {
        font-size: 1.8rem;
    }

    .card-text {
        font-size: 16px;
    }


    .carousel-card {
        width: 40rem;
        height: 46rem;
    }

    .play-icon-text span {
        margin-bottom: 10px;
    }

    .third-section h1 {
        font-size: 3.2rem;
    }

    .box-1 p, .box-2 p, .box-3 p {
        font-size: 2rem;
    }

    .fifth-section {
        margin: 25px 50px;
    }

        .fifth-section h3 {
            font-size: 2.8rem;
        }

    .box-1 {
        width: 400px;
        height: 360px;
        position: absolute;
        left: 15%;
        top: 10%;
    }

    .box-2 {
        width: 480px;
        height: 400px;
        position: absolute;
        right: 10%;
    }

    .box-3 {
        width: 360px;
        height: 420px;
        position: absolute;
        right: 25%;
        bottom: 0%;
    }
}

@media screen and (min-width: 2100px) and (max-width: 2500px) {
    .fourth-inner {
        position: relative;
    }

    .trial {
        font-size: 2.5rem;
    }

    .students-score p {
        font-size: 2.5rem;
    }

    .login-bottom-text h1 {
        font-size: 3rem;
    }

    .section-section-text h2 {
        font-size: 3rem;
    }

    .yoga-card {
        width: 45rem;
        height: 52rem;
    }

    .cards-1 h3, .cards-2 h3, .cards-3 h3 {
        font-size: 36px;
    }

    .card-title {
        font-size: 2.4rem;
    }

    .card-text {
        font-size: 24px;
    }




    .carousel-card {
        width: 45rem;
        height: 56rem;
    }

    .play-icon-text span {
        margin-bottom: 20px;
    }

    .third-section h1 {
        font-size: 3.5rem;
    }

    .box-1 p, .box-2 p, .box-3 p {
        font-size: 2.4rem;
    }

    .fifth-section {
        margin: 25px 50px;
    }

        .fifth-section h3 {
            font-size: 3.5rem;
        }

    .box-1 {
        width: 400px;
        height: 360px;
        position: absolute;
        left: 24%;
        top: 10%;
    }

    .box-2 {
        width: 480px;
        height: 400px;
        position: absolute;
        right: 20%;
    }

    .box-3 {
        width: 360px;
        height: 420px;
        position: absolute;
        right: 28%;
        bottom: 0%;
    }
}


@media screen and (min-width: 2501px) and (max-width: 2999px) {
    .fourth-inner {
        position: relative;
    }

    .box-1 {
        width: 400px;
        height: 360px;
        position: absolute;
        left: 26%;
        top: 10%;
    }

    .box-2 {
        width: 480px;
        height: 400px;
        position: absolute;
        right: 25%;
    }

    .box-3 {
        width: 360px;
        height: 420px;
        position: absolute;
        right: 32%;
        bottom: 0%;
    }
}

@media screen and (min-width: 3001px) {
    .fourth-inner {
        position: relative;
    }

    .box-1 {
        width: 400px;
        height: 360px;
        position: absolute;
        left: 30%;
        top: 10%;
    }

    .box-2 {
        width: 480px;
        height: 400px;
        position: absolute;
        right: 28%;
    }

    .box-3 {
        width: 360px;
        height: 420px;
        position: absolute;
        right: 35%;
        bottom: 0%;
    }
}

/*@media screen and (min-width: 1220px) and (max-width: 1439px){
    .box-container-1, .box-container-2 {
        position: relative;
    }

.box-1{
    width: 400px;
    height: 360px;
    position: absolute;
    left: 20px;
    top: 120px;
}

.box-2 {
    width: 480px;
    height: 400px;
    margin-right: 20px;
    margin-top: 0;
}

.box-3{
    width: 360px;
    height: 420px;
    position: absolute;
    right: 175px;
    top: 90px;
}
}

@media screen and (min-width: 1440px) and (max-width: 1600px){
    .box-container-1, .box-container-2 {
        position: relative;
    }

    .box-1 {
        width: 400px;
        height: 360px;
        position: absolute;
        left: 120px;
        top: 120px;
    }

    .box-2 {
        width: 480px;
        height: 400px;
        margin-right: 120px;
        margin-top: 0;
    }

    .box-3 {
        width: 360px;
        height: 420px;
        position: absolute;
        right: 240px;
        top: 75px;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1799px){
    .box-container-1, .box-container-2 {
        position: relative;
    }

    .box-1 {
        width: 400px;
        height: 360px;
        position: absolute;
        left: 180px;
        top: 120px;
    }

    .box-2 {
        width: 480px;
        height: 400px;
        margin-right: 180px;
        margin-top: 0;
    }

    .box-3 {
        width: 360px;
        height: 420px;
        position: absolute;
        right: 360px;
        top: 75px;
    }
}

@media screen and (min-width: 1800px) and (max-width: 2099px){
    .box-container-1, .box-container-2 {
        position: relative;
    }

    .box-1 {
        width: 400px;
        height: 360px;
        position: absolute;
        left: 260px;
        top: 120px;
    }

    .box-2 {
        width: 480px;
        height: 400px;
        margin-right: 280px;
        margin-top: 0;
    }

    .box-3 {
        width: 360px;
        height: 420px;
        position: absolute;
        right: 440px;
        top: 75px;
    }
}

@media screen and (min-width: 2100px) and (max-width: 2399px){
    .box-container-1, .box-container-2 {
        position: relative;
    }

    .box-1 {
        width: 400px;
        height: 360px;
        position: absolute;
        left: 400px;
        top: 110px;
    }

    .box-2 {
        width: 480px;
        height: 400px;
        margin-right: 400px;
        margin-top: 0;
    }

    .box-3 {
        width: 360px;
        height: 420px;
        position: absolute;
        right: 600px;
        top: 125px;
    }
}

@media screen and (min-width: 2400px){

}*/

.build-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 3%;
    color: black;
    flex-wrap: wrap;
}

.main-page-card{
    width: 100%;
    height: 42rem ;
}
.main-page-card-2 {
    width: 100%;
    height: 47rem;
}
@media screen and  (max-width: 1599px) {
    .main-page-card {
        height: 40rem;
    }
    .main-page-card-2 {
        height: 44rem;
    }
}
@media screen and (max-width: 1399px) {
    .main-page-card {
        height: 38rem;
    }
    .main-page-card-2 {
        height: 41rem;
    }
}
@media screen and (max-width: 1199px) {
    .main-page-card {
        height: 40rem;
    }

    .main-page-card-2 {
        height: 44rem;
    }
    .third-section-title {
        margin: 2% 7% !important;
    }
}
.left-section {
    padding: 4% 8%;
    min-height: 100vh;
    margin: auto 0;
    padding-bottom: 30px;
    height: 100%;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
}

.background-shadow-1 {
    box-shadow: 700px 140px 320px 78px #0094ff;
    width: 40%;
    position: absolute;
    top: -100px;
    left: -160px;
}

.right-section {
    min-height: 100vh;
    background-image: url('../images/logo/vishub-png-images/progressHub.png');
    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: 60%;
}


.list-item {
    display: flex;
    flex-direction: row;
    gap: 0.9rem;
}

.number {
    text-align: center;
    background-color: #fff;
    color: #007bff;
    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% !important;
    left: 1%;
    padding: 0 10%;
    font-size: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: aliceblue;
}

.qr-img {
    width: 10%;
}

.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%;
}
@media screen and (min-width: 1000px) {
    .right-section {
        padding: 0;
        display: flex;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .footer {
        bottom: 0% !important;
        padding: 0 4%;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .footer {
        bottom: 0% !important;
        padding: 0 4%;
    }
}
@media screen and (min-width: 768px) {
    .footer {
        padding: 0 10%;
        font-size: 1.6rem;
        display: flex;
        justify-content: space-between;
    }
    .build-footer{
        justify-content: center;
    }
}

@media screen and (min-height: 740px) {
    .footer {
        bottom: 0% !important;
        padding: 0 2%;
    }
}
@media screen and (max-width: 437px) {
    .footer {
        justify-content: center;
    }
    .footer p:last-child{
        margin-top: 0;
    }
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
