:root {
    --red-color: #fb0101;
    --green-color: #169642;
    --yellow-color: #ffd521;
}

html {
    scroll-behavior: smooth;
}

.redBackground {
    background-color: var(--red-color) !important;
}

.yellowBackground {
    background-color: var(--yellow-color) !important;
}

.greenBackground {
    background-color: var(--green-color) !important;
}

.greenText {
    color: var(--green-color) !important;
}

.grid4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
}

.grid3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
}

.widthMaxContent {
    width: max-content;
}

.width50 {
    width: 50%;
}

.square {
    aspect-ratio: 1 / 1;
}

.cursorPointer {
    cursor: pointer;
}

.smallText {
    font-size: 0.8rem;
}

.bottomBlackGradient {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
}

.disableBorderShadow {
    box-shadow: none !important;
}

.mvd {
    padding-top: 100px !important;
}

.width50px {
    width: 50px !important;
}

.width100px {
    width: 100px !important;
    height: 100px !important;
}

.width150px {
    width: 150px !important;
    height: 150px !important;
}

table {
    border-collapse: collapse;
}

tr:nth-of-type(2n) {
    background-color: #f4f4f4;
}

iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
}

.iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* sideIcon */
.sideIcon {
    z-index: 10 !important;
}

/* navbar */
.navbar,
.navbar button {
    font-size: 16px;
}
.navbar .logoText {
    font-size: 14px;
}
.navbar {
    z-index: 5 !important;
}

.navbar .navbar-brand img {
    width: 46px;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--red-color) !important;
}

.footer .logo {
    width: 90px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* home button */
.mvd .cover .pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
}
.mvd .cover .pushable .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}
.mvd .cover .pushable .edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(to left, hsl(250, 100%, 16%) 0%, hsl(244, 100%, 32%) 8%, hsl(244, 100%, 32%) 92%, hsl(250, 100%, 16%) 100%);
}
.mvd .cover .pushable .front {
    display: block;
    position: relative;
    padding: 12px 42px;
    border-radius: 50px;
    font-size: 1.25rem;
    color: white;
    background: hsl(250, 100%, 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}
.mvd .cover .pushable:hover {
    filter: brightness(110%);
}
.mvd .cover .pushable:hover .front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.mvd .cover .pushable:active .front {
    transform: translateY(-2px);
    transition: transform 34ms;
}
.mvd .cover .pushable:hover .shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}
.mvd .cover .pushable:active .shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}
.mvd .cover .pushable:focus:not(:focus-visible) {
    outline: none;
}

/* home */
.mvd .startYourTextNow.questionDivOpacity {
    opacity: 0.5;
}
.mvd .startYourTextNow .question #subtitleImageQues {
    max-width: 200px !important;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}
.mvd .startYourTextNow .question #optionsContainer img {
    max-height: 200px !important;
    object-fit: contain;
}
.mvd .startYourTextNow .question .box.correct {
    background-color: var(--green-color) !important;
    color: #ffffff !important;
}

.mvd .startYourTextNow .question .box.wrong {
    background-color: var(--red-color) !important;
    color: #ffffff !important;
}

.mvd .startYourTextNow .textProgress .box {
    width: 45px;
    height: 42px;
}

.mvd .startYourTextNow .textProgress .box.correct {
    background-color: var(--green-color) !important;
    color: #ffffff;
}

.mvd .startYourTextNow .textProgress .box.wrong {
    background-color: var(--red-color) !important;
    color: #ffffff;
}

.mvd .startYourTextNow .startYourTextNowImgDiv .testFactsNextImg {
    width: 200px;
    aspect-ratio: 1/0.7;
}

.mvd .premiumMembership .blurBox {
    backdrop-filter: blur(12px);
}

.mvd .trustedUs .userImg {
    width: 60px;
}

.mvd .latestUpdates img {
    aspect-ratio: 1/0.6;
    width: 100% !important;
    object-fit: cover;
}

/* entry page */
/* .entryPage .middle .dropdown-center .dropdown-menu {
    max-width: fit-content !important;
    transform: translate3d(5.5px, 50px, 0px) !important;
} */

/* entry Page */
.entryPage {
    min-height: 100vh;
}
.entryPage .top img {
    min-height: 300px;
}

.entryPage .middle {
    width: 60%;
    opacity: 0.95;
}

/* .entryPage .middle {
    margin-top: -150px;
} */
.entryPage .middle .icons img {
    width: 15px;
}

.payment .paymentMiddle label img {
    width: 20px;
}

/* ------------------------------------------------------------------------------- admin*/
.mvd .sideNav .shadow {
    height: calc(100% - 120px);
}

.mvd .sideNav .shadow .navLink {
    color: #757575 !important;
    border-right: 3px solid #ffffff00 !important;
}

.mvd .sideNav .shadow .navLink.active {
    border-right: 3px solid var(--green-color) !important;
    color: #000000 !important;
}

.mvd .viewBox {
    padding: 0px 24px 24px 260px;
}

.mvd .viewBox .shadow .profilePic {
    width: 100px;
    height: 100px;
}

.mvd .viewBox .shadow .profilePic .editProfileBtn {
    margin-top: -15px;
    margin-left: -15px;
}

.mvd .latestUpdates {
    scroll-margin-top: 100px !important;
}

.mvd .trustedUs {
    scroll-margin-top: 100px !important;
}

.mvd .aboutCover {
    height: 300px;
}

.mvd .aboutCover .textWidth {
    width: 600px;
}

.mvd .aboutPage .ourVision .row:nth-child(2n) {
    flex-direction: row-reverse;
}

/* ------------------------------------------------------------------------------- dashboard*/
.mvd .viewBox.dashboard .topRow {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    gap: 10px;
}

.plans .plansPageImg {
    max-height: 315px !important;
}

.mvd .viewBox.dashboard .secondRow {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
}

.mvd .startYourTextNow .grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.mvd .startYourTextNow .timerDiv {
    z-index: 90 !important;
}

.mvd .swiper {
    overflow: visible;
}

.mvd .swiper .arrows {
    height: 68px;
}

.mvd .swiper .arrows .swiper-button-next,
.mvd .swiper .arrows .swiper-button-prev {
    right: 0px !important;
    height: 27px;
    left: auto;
}

.mvd .swiper .arrows .swiper-button-next::after,
.mvd .swiper .arrows .swiper-button-prev::after {
    font-size: 0.7rem;
    color: #ffffff;
}

.mvd .contactUs .gIT .circle {
    width: 70px;
    height: 70px;
    background-color: #5cb67b;
}

.edumentorLoader {
    display: flex;
    z-index: 20 !important;
}

/* ------------------------------------------------------------------------------- blogSingle*/
.mvd .blogSingle .blog .blogImage {
    width: 50% !important;
    aspect-ratio: 1/0.6 !important;
    float: left;
}

.mvd .blogSingle .blog img {
    width: 50% !important;
    aspect-ratio: 1/0.6 !important;
}

.mvd .blogSingle .blog {
    min-height: 68vh !important;
}

/* media queary */
@media (max-width: 1399.98px) {
    .navbar,
    .navbar button {
        font-size: 12px;
    }
}
@media (max-width: 1199.98px) {
    .navbar,
    .navbar button {
        font-size: 12px;
    }
    .navbar .logoText {
        font-size: 8px;
    }
}
@media (max-width: 991.98px) {
    .mvd .viewBox.dashboard .topRow {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .mvd .viewBox.dashboard .secondRow {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .mvd .blogSingle .blog {
        min-height: 54vh !important;
    }

    /* .navbar .navbar-brand img {
        width: 46px;
    } */
}

@media (max-width: 767.98px) {
    .width50 {
        width: 100%;
    }

    .entryPage .middle {
        width: 80%;
    }

    th {
        display: none;
    }

    td {
        display: grid;
        grid-template-columns: 10ch auto;
    }

    td::before {
        content: attr(data-cell);
        font-weight: 600;
    }

    /* span {
        display: contents;
    } */

    .grid3 {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px;
    }

    .mvd .blogSingle .blog {
        min-height: 43vh !important;
    }
}

@media (max-width: 575.98px) {
    .grid4 {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .entryPage .middle {
        width: 96%;
    }

    .mvd .viewBox {
        padding: 8px 8px 8px 8px;
    }

    .mvd .viewBox .shadow .profilePic {
        width: 80px;
        height: 80px;
    }

    .mvd .blogSingle .blog {
        min-height: auto !important;
    }

    .mvd .blogSingle .blog .blogImage {
        width: 100% !important;
    }

    .mvd .blogSingle .blog img {
        width: 100% !important;
    }
    
    .mvd .cover .pushable .front {
        padding: 12px 22px;
    }
    
    
}
