.hero-section2{
    position: relative;
}
.hero-section2 .hero-bg-img{
    width: 100%;
    object-fit: cover;
    position: relative;

}
.hero-section2 .hero-container{
    position: absolute;
    top: 12rem;
    left: 0;
    right: 0;
}
.hero-section2 .welcome-text{
    color: #1239AC;
    font-family: Lalezar;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: -2.1px;
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}
.hero-section2 .padding-hero{
    padding: 2rem 0;
}
.latest-watched-section.dashboard2 .latest-watched-card {
    padding: 1rem;
    border: 1px solid #f4f4f4;
    margin: 1rem;
    box-shadow: 0px 0px 30px 30px rgba(213, 0, 44, 0.06);
}
.latest-watched-section.dashboard2 .latest-watched-card:hover{
    box-shadow: 0 0 10px grey;
}
.hero-section2 .welcome-text{
    color: #1239AC;
    position: absolute;
    top: calc(8vh + 10px);
    /* top: 10vh; */
    width: 100%;
}
.hero-section2 .overview-details-container{
    margin-top: -15%;
    border: 1px solid black;
    background-color: #1d42d9;
    padding-right: 20px;
    display: flex;
    gap: 2rem;
    max-height: 350px;
    align-items: center;
    position: relative;
    border-radius: 180px 10px 100px 180px;
    box-shadow: 25px 25px 0px #1d42d96b;
}
/* .hero-section2 .overview-details-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent;
    
        box-shadow: 25px 25px 0px 21px #1d42d96b;
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
} */
.hero-section2 .overview-details-container .overview2-container{
    border-radius: 50%;
    min-height: 400px;
    aspect-ratio: 1/1;
    background-color: #fff;
    border: 45px solid #1d42d9;
    box-shadow: 4px 2px 13px -1px rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-section2 .overview-details-container .overview2-container h2{
    color: #181818;
    font-family: Lalezar;
    font-size: 65px;
    font-weight: 500;
}
.hero-section2 .overview-details-container .overview2-container .overview {
    position: absolute;
}
.hero-section2 .overview-details-container .overview2-container .overview.overview-shape1 {
    position: absolute;
    top: 75%;
    left: 22%;
    -webkit-animation: adshape 4s infinite linear;
    animation: adshape 4s infinite linear;
}
.hero-section2 .overview-details-container .overview2-container .overview.overview-shape2 {
    position: absolute;
    top: 15%;
    left: 22%;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
    z-index: 0;
}
.hero-section2 .overview-details-container .overview2-container .overview.overview-shape3 {
    position: absolute;
    bottom: 15%;
    right: 22%;
    -webkit-animation: rotated 8s infinite linear;
    animation: rotated 8s infinite linear;
}
.hero-section2 .overview-details-container .overview2-container .overview.overview-shape4 {
    position: absolute;
    right: 22%;
    top: 20%;
    -webkit-animation: adshapes 4s infinite linear;
    animation: adshapes 4s infinite linear;
}

.hero-section2 .overview-details-container .overview-content-section{
    padding: 1rem 0;
    color: #fff;
}
.hero-section2 .overview-details-container .overview-content-section .overview-heading{
    font-size: 40px
}
.hero-section2 .overview-details-container .overview-content-section  .overview-description {
    color: #FFF;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 32.4px;
}
.hero-section2 .overview-details-container .overview-content-section  .admission-list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    list-style-type: none;
    padding-left: 0;
    gap: 10px;
}
.admission-list li p {
    padding: 1.5rem 1rem;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}



/* learn page redesigning */
.hero-heading-container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

}
.hero-heading-container h1{
    color: #000;
    text-align: center;
    font-family: Lalezar;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.hero-heading-container .breadcrumb-menu{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style-type: none;
    padding-left: 0;
}
.hero-heading-container .breadcrumb-menu li, .hero-heading-container .breadcrumb-menu li a{
    color: #012B51;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    text-transform: capitalize;
}
.hero-heading-container .breadcrumb-menu li.hightlighted{
    color: #258E46;
}














































.latest-watched-card .video-thumbnail-half img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.back-btn {
    display: flex;
    position: absolute;
    z-index: 1;
    /* top: 35%; */
    /* bottom: 35%; */
    border-radius: 5px;
    background: rgba(255, 94, 0, 0.10);
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    /* margin: auto; */
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 10px !important;
    color: #FF5E00;
    font-family: Lalezar;
    font-size: 24px;
    font-weight: 400;
    gap: 10px;
}
.title-dropdown, .title-green-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
}
.title-dropdown button{
    border-radius: 5px;
    border: 1px solid #FF5E00;
    background: #FFF;
    padding: 5px;
}
.title-green-btn button{
    border-radius: 5px;
    border: 1px solid #145227;
    background: #258E46;
    color: #fff;
    padding: 7px 10px !important;
}
.assessment-section.instruction-set{
    padding: 2rem 0 0 0 ;
}
.instruction-section .container{
    background: linear-gradient(117deg, rgba(255, 222, 111, 0.20) 1.26%, rgba(12, 193, 89, 0.20) 100%);
}
.instruction-gif{
    max-width: 64px;
    border: 2px solid #007d27;
    border-radius: 10px;
}

.instruction-btn-container {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
.instruction-btn-container .start-assessment-btn {
    background-color: var(--orange);
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    justify-content: center;
    border: 1px solid transparent;
}

.empty-banner img{
    width: 100%;
}

.my-assessment-card{
    margin: 10px;
    padding: 1rem !important;
    border-radius: 10px;
    background: linear-gradient(117deg, rgba(255, 222, 111, 0.20) 1.26%, rgba(12, 193, 89, 0.20) 100%);
}
.result-details-listing li {
    padding: 1rem !important;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(20, 20, 210, 0.09);
    color: #52566A;
    font-size: 1rem;
    font-weight: 400;
}

.result-details-listing {
    list-style-type: none;
    min-width: 70%;
    padding-left: 0;
}
.report-section-heading {
    text-align: center;
}

.take-another-test-btn {
    border-radius: 6px;
    border: 1px solid #000;
    background: linear-gradient(90deg, #18F9BD 0%, #0AB84B 100%);
    color: #000;
    padding: 15px 2rem !important;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    display: flex;
    margin: auto;
    width: fit-content;
}

/* question solution design */
.solution-answer-container {
    margin: 1rem;
    background-color: #E9FFF1;
    padding: 10px;
    border-radius: 10px;
}
.solution-answer-container .solution-answer-title {
    color: #10298A;
    font-family: Rubik;
    font-weight: 400;
}
.solution-answer-container .correct-answer-green {
    color: #FF7F00;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.solution-answer-container .report-solution-container {
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
}
.solution-answer-container .selected-option-right {
    color: #0DBC00;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* my subscription design */
.subs-grade-card{
    height: 400px;
    position: relative;
}
.subs-grade-card .add-to-cart{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.subs-grade-card.blue{
    background: #D4EFFD;
}
.subs-grade-card.purple{
    background: #E7DAFE;
}
.subs-grade-card.orange{
    background: #FAE6DF;
}
.subs-inner-grid {
    display: flex;
    flex-direction: column;
    margin: auto;
    height: 80%;
    gap: 0.6rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.subs-inner-grid .grade-title{
    color: #004A71;
    font-family: Lalezar;
    font-size: 2.5rem;
    font-weight: 400;
}
.subs-grade-card .board-type{
    color: #258E46;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.subs-grade-card .validity{
    color: #364958;
    font-size: 22px;
    font-weight: 500;
}
.subs-grade-card .add-to-cart {
    background: #FF5A00;
    text-align: center;
    height: 20%;
    display: flex;
    padding: 1rem 0;
    border-radius: 0 0 10px 10px;
    align-items: center;
    justify-content: center;
}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-section2 .overview-details-container {
        margin-top: -7rem;
        gap: 1rem;
    }
    .hero-section2 .welcome-text {
        top: 2rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hero-section2 .overview-details-container {
        margin-top: -7rem;
        flex-direction: column;
        gap: 1rem;
        max-height:fit-content;
        text-align: center;
        border-radius: 10px 10px 10px 10px;
        padding-right: 10px;
    }
    .hero-section2 .hero-bg-img {
        min-height: 450px;
    }
    .hero-section2 .overview-details-container .overview2-container {
        margin-top: -200px;
    }
    .hero-section2 .welcome-text {
        top: 50px;
    }
    .hero-section2 .padding-hero {
        padding: 1rem 0;
    }
    .hero-heading-container {
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .hero-section2 .overview-details-container {
        margin-top: -7rem;
        flex-direction: column;
        gap: 1rem;
        max-height:fit-content;
        text-align: center;
        border-radius: 10px 10px 10px 10px;
        padding-right: 10px;
    }
    .hero-section2 .hero-bg-img {
        min-height: 450px;
    }
    .hero-section2 .overview-details-container .overview2-container {
        margin-top: -200px;
    }
    .hero-section2 .welcome-text {
        top: 50px;
    }
    .hero-section2 .padding-hero {
        padding: 1rem 0;
    }
    .hero-section2 .overview-details-container .overview-content-section .admission-list {
        padding-left: 10px;
    }
    .hero-heading-container {
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero-section2 .welcome-text {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .hero-section2 .hero-container {
        position: relative;
        top: -30vh;
        margin-bottom: -30vh;
    }
    .padding-hero{
        display: 2rem 0;
    }
    .hero-section2 .overview-details-container {
        margin-top: -7rem;
        flex-direction: column;
        gap: 1rem;
        max-height:fit-content;
        text-align: center;
        border-radius: 10px 10px 10px 10px;
        padding-right: 10px;
        box-shadow: 0px 25px 0px #1d42d96b;
    }
    .hero-section2 .hero-bg-img {
        min-height: 360px;
    }
    .hero-section2 .overview-details-container .overview2-container {
        margin-top: -150px;
    }
    .hero-section2 .welcome-text {
        top: 50px;
    }
    .hero-section2 .padding-hero {
        padding: 1rem 0;
    }
    .hero-section2 .overview-details-container .overview-content-section .admission-list {
        padding-left: 10px;
    }
    .hero-section2 .overview-details-container .overview2-container {
        min-height: 300px;
        aspect-ratio: 1 / 1;
        border: 40px solid #1d42d9;
    }
    .hero-section2 .overview-details-container .overview2-container h2 {
        font-size: 45px;
    }
    .latest-watched-card .video-thumbnail-half img{
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .latest-watched-section .latest-watched-card .latest-watched-card-context {
        padding-left: 0.5rem;
    }
    .latest-watched-card-context .tags-list ul li {
        padding: 7px 10px;
    }
    .latest-watched-section .latest-watched-card .latest-watched-card-context ul li {
        font-size: 12px;
    }
    .latest-watched-card-context .latest-watched-video-title{
        font-size: 14px;
        margin-bottom: 0.5rem;
    }
    .latest-watched-section .latest-watched-card .latest-watched-card-context ul {
        margin-bottom: 0;
    }
    .hero-heading-container {
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
    .title-dropdown, .title-green-btn {
    position: static;
    justify-content: center;
    margin-bottom: 10px;
}.back-btn span{
    display: none;
}
}




/* Extra extra small devices */
@media only screen and (max-width: 400px) {
    .hero-section2 .overview-details-container .overview-content-section .admission-list {
        grid-template-columns: 49% 49% ;
}
.latest-watched-section.dashboard2 .latest-watched-card {
    padding: 0.5rem;
    margin: 0.5rem;
    box-shadow: none;
    box-shadow: 0px 0px 30px 30px rgba(213, 0, 44, 0.06);
}
.back-btn span{
    display: none;
}

}