/* dashboard page design here */


/* welcome-section-2 */
.welcome-section-2{
    width: 100%;
    text-align: center;
    position: relative;
    background: url(../image/dashboard/dashboard2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.welcome-section-2 .welcome-2-bg-img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
.pad-bottom{
        padding: 3rem 0;
}
.welcome-section-2 .upper-half-welcome-2{
    padding: 10vh 0 5vh 0;
    text-align: center;
}
.welcome-section-2 .upper-half-welcome-2 .hello-user{
    color: #FDC800;
    font-size: 36px;
    font-weight: 700;
    font-family: Fira Sans;
}
.welcome-section-2 .upper-half-welcome-2 .welcome-text{
    color: #FFF;
    font-size: 60px;
    font-weight: 600;
    font-family: Fira Sans;
}
.welcome-section-2 .upper-half-welcome-2 .welcome-text span{
    color: #FDC800;
}
.welcome-section-2 .lower-half-welcome-2 .grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
}
.welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card{
    background-color: #FDC800;
    border-radius: 30px;
    padding: 1.25rem;
    aspect-ratio: 5/4;
    height: 100%;
    min-height: 170px;
    position: relative;
}
.welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card .rotate-grid-card{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    rotate: 6.5deg;
    height: 160px;
    margin: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card .grid-title{
    color: #002046;
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
    text-transform: uppercase;
}
.welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card .rotate-grid-card *{
    rotate: -6.5deg;
}
.welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card .rotate-grid-card h3{
    color: #002046;
    font-size: 1.75rem;
    margin-top: 1rem;
    font-weight: 700;
}
.welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card:hover .rotate-grid-card {
    rotate: 0deg;
    transition: rotate 0.4s;
    background-color: #FDC800;
    box-shadow: none;
}
.welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card:hover {
    transition: rotate 0.4s;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}














/* welcome section */

.welcome-section {
    padding: 3rem 0;
    background: url(../image/dashboard/greeting-bg.png);
    background-color: #002147;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: contain;
    position: relative
}

.welcome-section .welcome-upper-half {
    color: var(--white);
    font-family: Fira Sans;


}

.welcome-section .welcome-upper-half .hello-user {
    font-size: 2.25rem;
    font-weight: 700;
}

.welcome-section .welcome-upper-half .welcome-text {
    font-size: 3.875rem;
    font-weight: 700;
}

.welcome-lower-half {
    border-radius: 1.25rem;
    color: #002147;
    background: #FDC800;
    padding: 2.5rem;
    width: 80%;
    margin: 2rem auto -11rem auto;
}

.features-upper-container,
.features-lower-container {
    display: flex;
    margin: auto;
    justify-content: center;
}

.user-statistics-block {
    display: flex;
    /* border: 1px solid red; */
    width: 33.33%;
    margin: 20px;
}
.user-statistics-block:hover{
    cursor: pointer;
}
.user-statistics-block:hover .statistics-number{
    color: #fff;
}

.statistics-container {
    margin-left: 1rem;
}

.statistics-number {
    color: #002147;
    font-family: Rubik;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.67263rem;
}

.statistics-title {
    color: #002147;
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7rem;
    margin-bottom: 0;
}

.course-section {
    padding: 1rem 0;
}

.title-container .superheading {
    color: #002147;
    font-family: Fira Sans;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
}

.superhead-line {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
}

.section-title {
    color: #002147;
    text-align: center;
    font-family: Fira Sans;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3rem;
}




.course-card {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.course-card:hover img {
    transition: transform 0.2s;
    transform: scale(1.15);
}

.course-card .course-title {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #181818;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
}

.course-card .course-description {
    color: #565872;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
    /* 170% */
}

.subject-section {
    padding: 2rem 0;
}

.subject-card {
    display: flex;
    flex-direction: column;
    margin: 2.5rem 1.5rem;
    border: 1px solid #F1F1F1;
    border-radius: 0.4375rem;
    position: relative;
    /* justify-content: center;
    margin: auto;
    align-items: center; */
}

.subject-feature-img {
    border-radius: 0.4375rem 0.4375rem 0 0;
}

.subject-detail-container {
    display: flex;
    justify-content: space-between;
    padding: 1rem;

}

.super-icon-container {
    border-radius: 0.3125rem;
    background: #FDC800;
    width: fit-content;
    padding: 1rem;
    position: absolute;
    top: -2.7rem;
    left: 2rem;
}

.super-icon-container img {
    border-radius: 50%;
    box-shadow: 0px 15px 15px 0px rgba(21, 21, 21, 0.24);
}

.subject-title a {
    color: #002147;
    font-family: Poppins;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.72888rem;
    /* 138.309% */
}

/* Question bank section */
.question-bank-section {
    padding: 2rem 0;
}

.question-bank-section .course-card {
    background: url(../image/dashboard/latest-qb-bg.png);
    margin: 1rem;
    padding: 1.02rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 50px 10px rgba(95, 45, 237, 0.10);

}

.question-bank-section .course-card .course-card-inner {
    border-radius: 1.25rem;
    border: 1px solid #F48C06;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    padding: 0.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;

}

.course-card .course-description {
    margin-bottom: 0;
}


/* popular exam section design */
.popular-exams-section {
    padding: 4rem 0;
    background: url(../image/dashboard/popular-exam-bg.png);
    background-size: contain;
}

.exam-card {
    position: relative;
    /* border: 1px solid red; */
    margin: 1rem;
    border-radius: 0.375rem;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    /* display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center; */
}

.exam-card a img {
    width: 100%;
    border-radius: 0.375rem 0.375rem 0 0;
}

.exam-statstics-container {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin-bottom: 10px
}

.exam-statstics-container li {
    color: #002147;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 1.75rem; */
}

.exam-card-inner {
    padding: 1rem;
}

.exam-card .exam-title a {
    color: #002147;
    font-family: Fira Sans;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.625rem;
}

.exam-rating {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.exam-subject-btn-fixed {
    border-radius: 3.125rem;
    background: #FDC800;
    padding: 0.25rem 1rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    color: #002147;
    font-family: Fira Sans;
    font-size: 0.9375rem;
    font-weight: 500;
}
.take-a-test-btn {
    border-radius: 4px;
    background: #1363DF;
    text-align: center;
    padding: 10px;
}
.take-a-test-btn a {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


/* latest question asked section */
.latest-asked-question-section {
    padding: 3rem 0;
}

.question-asked-container {
    border-radius: 0.4375rem;
    background: #002147;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 2rem 3rem;
}

.question-asked-container .row {
    max-width: 85%;
    padding: 2rem 0;
    /* border: 1px solid red;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20); */
}

.question-asked-container .latest-question-date {
    border-radius: 0.4375rem;
    background: #FDC800;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    text-transform: uppercase;
}

.question-asked-container .latest-question-date span {
    color: #002147;
    text-align: center;
    font-family: Fira Sans;
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 600;
}

.latest-question-admin-category-sivision {
    display: flex;
    /* justify-content: space-between; */
    color: white;
    list-style-type: none;
}

.latest-question-admin-category-sivision li {
    color: #FFF;
    font-size: 0.85rem;
    font-weight: 300;
}
.latest-question-admin-category-sivision li a{
    color: #fff;
}

.latest-question-title {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.67263rem;
}

.question-asked-container .row:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.latest-question-right-half {
    display: flex;
    align-items: center;
}

img.latest-question-right-img {
    margin-left: -4rem;
}
.show-mobile{
    display: none;
}
.latest-question-left-half {
    display: flex;
    align-items: center;
}
.question-asked-container .white-section{
    border-radius: 7px;
    background: #FFF;
    padding: 0.75rem;
}
.question-asked-container .white-section h3{
    color: #002147;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.latest-question-left-half p{
   
    color: #FFF;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.5px;
}

.button-ask-doubt {
    border-radius: 4px;
    background: #FBF239;
    margin: auto;
    width: auto;
    color: #203979;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    /* line-height: 52px; 325% */
}



/* 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) {
    .welcome-section-2 .lower-half-welcome-2 .grid-container {
        grid-template-columns: 1fr 1fr 1fr;
        padding-bottom: 2rem;
    }
    .welcome-section-2 {
        background: url(../image/dashboard/dashboard-2-mobile-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
        .pad-bottom {
            padding: 2rem 0;
        }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .show-mobile{
        display: block;
    }
    .hide-mobile{
        display: none;
    }
    .course-card {
        border: 1px solid rgb(211, 211, 211);
        margin: 10px;
        padding: 10px;
    }
    .welcome-section-2 .lower-half-welcome-2 .grid-container {
        grid-template-columns: 1fr 1fr 1fr;
        padding-bottom: 2rem;
        gap: 2rem;
    }
    .welcome-section-2 {
        background: url(../image/dashboard/dashboard-2-mobile-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card {
        padding: 1.25rem 0 0 0;
        aspect-ratio: auto
    }
    .welcome-section-2 .upper-half-welcome-2 .welcome-text {
        font-size: 50px;
    }
    .welcome-section-2 .upper-half-welcome-2 {
        padding: 2rem 0 2rem 0;
    }
    .pad-bottom{
        padding: 2rem 0;
}
.question-asked-container .row {
    max-width: 100%;
}
.latest-question-right-half {
    justify-content: center;
}
img.latest-question-right-img {
    margin-left: 0;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .show-mobile{
        display: block;
    }
    .course-card {
        border: 1px solid rgb(211, 211, 211);
        margin: 10px;
        padding: 10px;
    }
      .welcome-section-2 .lower-half-welcome-2 .grid-container {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 2rem;
        gap: 2rem;
    }
    .welcome-section-2 {
        background: url(../image/dashboard/dashboard-2-mobile-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card {
        padding: 1.25rem 0 0 0;
        aspect-ratio: auto
    }
    .welcome-section-2 .upper-half-welcome-2 .welcome-text {
        font-size: 45px;
    }
    .welcome-section-2 .upper-half-welcome-2 {
        padding: 2rem 0 2rem 0;
    }
    .pad-bottom{
        padding: 2rem 0;
}
.question-asked-container .row {
    max-width: 100%;
}
.latest-question-right-half {
    justify-content: center;
}
img.latest-question-right-img {
    margin-left: 0;
}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hide-mobile{
        display: none;
    }
    .welcome-section .welcome-upper-half .hello-user {
        font-size: 1.25rem;
    }
    .welcome-section .welcome-upper-half .welcome-text {
        font-size: 2.5rem;
    }
    .welcome-lower-half {
        padding: 0.5rem;
        width: 95%;
        margin: 1rem auto -12rem auto;
    }
    .question-asked-container{
        padding: 1rem 1rem;
    }
    .question-asked-container .latest-question-date{
        width: 50px;
        height: 65px;
    }
    .accordion-item .col-10{
        width: 75%;
    }
    .show-mobile{
        display: block;
    }
    .user-statistics-block{
        width: 50%;
    }
    .user-statistics-block{
        margin: 10px;
    }
    .statistics-title {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .user-statistics-block img{
        width: 32px;
    }
    .statistics-container {
        margin-left: 10px;
    }
    .statistics-number {
        font-size: 1.75rem;
        line-height: 1.67263rem;
    }
    .course-card {
        border: 1px solid rgb(211, 211, 211);
        margin-bottom: 20px;
        padding: 10px;
    }
    .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .welcome-section-2 .lower-half-welcome-2 .grid-container {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 2rem;
        gap: 2rem;
    }
    .welcome-section-2 {
        background: url(../image/dashboard/dashboard-2-mobile-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .welcome-section-2 .lower-half-welcome-2 .grid-container .grid-card {
        padding: 1.25rem 0 0 0;
        aspect-ratio: auto
    }
    .welcome-section-2 .upper-half-welcome-2 .welcome-text {
        font-size: 40px;
    }
    .welcome-section-2 .upper-half-welcome-2 {
        padding: 2rem 0 2rem 0;
    }
    .pad-bottom{
        padding: 1.5rem 0;
}
.question-asked-container .row {
    max-width: 100%;
}
.latest-question-right-half {
    justify-content: center;
}
img.latest-question-right-img {
    margin-left: 0;
}
}
