body {
    font-family: "Almarai", sans-serif;
}

:root {
    --primary-color: #0A1D4B;
    --primary-color-dark: #071638;
    --secondary-color: #FF5F00;
    --third-color: #FF8034;
    --Forth-color: #FFEFC7;
    --Forth-color-50: #FFEFC780;
    --Forth-color-25: #FFEFC740;
    --yallow-color: #FFCB01;
    --amount-color: #16818D;
    --labels-secondary: #3C3C4399;
    --text-dark-c: #1E1E1E;
    --bg-dark-c: #161C29;
    --white-color: #FFFFFF;
    --correct-color: #0BB20B;
    --error-color: #E13939;
    --oval-bg-color: #C4C4C4;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

.main-wrapper main#main-content {
    flex: 1 1 auto;
}

/* Setting Style */
html[dir="rtl"] input {
    direction: rtl;
}

/* Link Style */
.link-page {
    font-weight: 400;
    color: var(--white-color);
    font-size: clamp(23px, 28px, 4vw);
}

.link-page.active,
.level-link {
    color: var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    font-size: clamp(20px, 23px, 4vw);
    padding-bottom: 10px;
}

/* Border */
.forth-border {
    border: 1px solid var(--Forth-color);
}

/* Color */
.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-dark-c {
    color: var(--text-dark-c);
}

.text-correct {
    color: var(--correct-color);
}

.text-oval {
    color: var(--oval-bg-color);
}

.text-error {
    color: var(--error-color) !important;
}

/* Background Color */
.bg-color-primary {
    background-color: var(--primary-color);
}

.bg-color-primary-dark {
    background-color: var(--primary-color-dark) !important;
}

.bg-color-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-color-forth {
    background-color: var(--Forth-color) !important;
}
.bg-color-forth-25 {
    background-color: var(--Forth-color-25) !important;
}

.bg-color-dark {
    background-color: var(--bg-dark-c) !important;
}

.bg-color-oval {
    background-color: var(--oval-bg-color) !important;
}

.bg-gradient {
    background: linear-gradient(180deg, #7B48BE 0%, #A05096 100%) !important;
}

/* Buttons */
.btn:not(.btn-sm) {
    padding: 8px 12px;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
    font-weight: 800;
    font-size: clamp(14px, 16px, 4vw) !important;
    border-radius: 100px !important;
    border-color: var(--white-color);
}

.btn-secondary {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
    font-weight: 800;
    font-size: clamp(14px, 16px, 4vw) !important;
    border-radius: 100px !important;
    border-color: var(--secondary-color);
}

.btn.btn-primary:hover,
.btn.btn-primary:hover::before {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:hover::before {
    background-color: var(--primary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-primary.rounded-3,
.btn-secondary.rounded-3 {
    border-radius: 8px !important;
}

/* Form Select */
.form-select.primary-select {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.form-select.primary-select:focus {
    box-shadow: 0 0 0 0.25rem var(--secondary-color);
}

/* Gif Style */
.gif-img {
    width: clamp(24px, 26px, 4vw);
    height: clamp(24px, 26px, 4vw);
    margin: 0px clamp(8px, 12px, 4vw);
}

.gif-img-150 {
    width: clamp(120px, 150px, 4vw);
    height: clamp(120px, 150px, 4vw);
}

.img-cover {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

/* Background Image Sections */
.back-img {
    position: relative;
    overflow: hidden;
}

.back-img>div {
    position: relative;
    z-index: 1;
}

.back-img::after {
    content: "";
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/Illustration-2-background.svg');
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    z-index: 0;
}

/* Setting Font Size */
.h1,
h1 {
    font-size: clamp(35px, 42px, 4vw);
}

.h2,
h2 {
    font-size: clamp(27px, 34px, 4vw);
}

.h3,
h3 {
    font-size: clamp(17px, 21px, 4vw);
}

/*------------------------<Start-Global-Style>------------------- */
/* Start Custom Breadcrumb */
.primary .breadcrumb-item {
    color: var(--white-color) !important;
    font-weight: 600;
    font-size: clamp(20px, 24px, 4vw);
    padding: 0px 10px;
}

.primary .breadcrumb-item+.breadcrumb-item::before {
    content: url('../images/ooui_next-ltr.svg');
    margin-top: 0;
    top: 50%;
    transform: translateY(50%);
    margin: 0px 5px;
}

/* End Custom Breadcrumb */
/* Payment Slider */
.payment-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--white-color);
    padding: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.payment-slider .btn {
    border-radius: 10px !important;
}

.payment-slider .back-button {
    color: #827F7F;
    background-color: transparent;
    text-decoration-line: underline;
    text-underline-offset: 10px;
}

.payment-slider .slider-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-bottom: 15px;
}

.payment-slider .slider-bar .points {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-direction: row-reverse;
}

.payment-slider .slider-bar .points .point {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #E3D8D8;

}

.payment-slider .slider-bar .points .point.current-slide {
    background-color: #81B364;
}

.payment-slider .slider {
    flex: 1 1 auto;
    height: 14px;
    background-color: #E3D8D8;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.payment-slider .slider .active-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: #81B364;
    border-radius: 20px;
}

.payment-slider .enter-number,
.payment-slider .verification-code {
    max-width: 300px;
    margin: 5px auto;
    text-align: center;
}

.payment-slider .form-step .title {
    color: var(--primary-color);
    font-weight: 500;
    margin: 20px 0px 10px;
}

.payment-slider .form-step input::placeholder,
.payment-slider .form-step textarea::placeholder {
    color: #827F7F;
    font-weight: 400;
    font-size: 14px;
}

.payment-slider .course-info {
    padding: 10px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 10px auto;
}

.payment-slider .course-info .image {
    width: 100px;
    height: 80px;
    border-radius: 4px;
    background-image: url('../images/cool-gradi.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.payment-slider .course-info .image img {
    width: 80px;
    height: 50px;
    object-fit: contain;
}

.payment-slider .course-info .class-name,
.payment-slider .course-info .price {
    background-color: #06060614;
    border-radius: 4px;
    padding: 5px;
    color: #060606BF;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0px;
    width: fit-content;
    min-width: 80px;
}

.payment-slider .verification-code input,
.payment-slider .data-form input,
.payment-slider .enter-number input {
    display: block;
    margin: 5px auto 15px;
    background-color: #FAFAFA;
    border: 2px solid #DEDBDB;
    height: 50px;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
}

html[dir="ltr"] .payment-slider .enter-number input{
    padding-left:50px;
    }

.payment-slider .enter-number .image img,
.payment-slider .verification-code .image img {
    margin-top: 10px;
    width: 200px;
    height: 200px;
    object-fit: contain;
}


.payment-slider .complete_payment .image {
    margin: 15px auto 0px;
    text-align: center;
}

.payment-slider .complete_payment .image img {
    max-width: 350px;
    width: 100%;
    height: 150px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}

.payment-slider .complete_payment .price {
    margin: 1px auto 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
    padding: 8px 14px;
    background-color: #EAF6F3;
    max-width: 350px;
}

.payment-slider .cobon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F2F3F3;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px #0606060A;
    gap: 5px;
}

.payment-slider .cobon input {
    background-color: transparent;
    flex: 1 1 auto;
}

.payment-slider .cobon .cobon-btn {
    padding: 5px;
    background-color: var(--third-color) !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
}

.payment-slider .invoice {
    box-shadow: 4px 4px 8px 0px #0606060A, -4px -4px 8px 0px #0606060A;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #0606060A;
}

.payment-slider .invoice .text {
    color: #06060680;
    font-weight: 600;
}

.payment-slider .payment-method label.box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #06060640;
    border-radius: 12px;
    max-width: 100px;
    width: 100%;
    aspect-ratio: 1/1;
    cursor: pointer;
    position: relative;
    margin: 0px auto;
}

.payment-slider .payment-method label input[type="radio"] {
    display: none;
}

.payment-slider .payment-method label img {
    max-width: 40px;
    height: auto;
    object-fit: contain;
    user-select: none;
}

.payment-slider .payment-method label.box span.mark {
    position: absolute;
    background-color: transparent;
    left: -15%;
    top: -15%;
    visibility: hidden;
}

.payment-slider .payment-method label.box input[type="radio"]:checked+span.mark {
    visibility: visible;
}

.payment-slider .complete_payment .add-card,
.payment-slider .complete_payment .data-card {
    display: flex;
    padding: 5px 20px;
    align-items: center;
    border-radius: 12px;
    flex-wrap: wrap;
    border: 1px solid #4C58A5;
    justify-content: center;
}

.payment-slider .complete_payment .data-card {
    background-color: #4C58A51F;
    gap: 5px;
    margin-bottom: 15px;
}

.payment-slider .complete_payment .data-card .card-number {
    font-size: 19px;
    color: var(--primary-color);
    direction: ltr;
    font-weight: 700;
}

.payment-slider .complete_payment .data-card .date {
    font-weight: 500;
}

.payment-slider .complete_payment .data-card img {
    width: 70px;
    height: auto;
    object-fit: contain;
}

.payment-slider .complete_payment .add-card {
    padding: 14px;
    gap: 10px;
    font-weight: 700;
    color: var(--primary-color);
    width: 100%;
    background-color: var(--white-color);
}

@media (max-width: 767px) {
    .payment-slider {
        padding: 10px;
    }

    .payment-slider .enter-number .image img,
    .payment-slider .verification-code .image img {
        width: 200px;
        height: 200px;
    }
}

/* End payment Slider */
/* Start Image Input Upload */
.change-profile-img {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
    display: block;
    max-width: 240px;
    max-height: 240px;
    border-radius: 50%;
    border: 1px solid #477470;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    aspect-ratio: 1/1;
}

.change-profile-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.change-profile-img input#upload_img {
    display: none;
}

.change-profile-img .icon {
    position: relative;
    z-index: 5;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End */
/* Position */
.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

/* Modal Box */
.modal-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
}

.modal-box-absolute,
.modal-box {
    width: 600px;
    max-width: 100%;
    border-radius: 20px;
    padding: 30px 20px;
    background-color: var(--white-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
    z-index: 5;
}

.modal-box {
    position: fixed;
}

.modal-box.absolute {
    position: absolute;
}

.modal-box button[type="submit"] {
    border-radius: 8px;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 12px 30px;
    font-weight: 600;
    font-size: 18px;
}

/* End */
/* Start Course Style:<Global-Style> */
.course-item {
    background-color: #12161F99;
    border: 1px solid #E3DFDF;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: grid;
    height: 100%;
}

.course-item .image {
    padding: 20px;
}

.course-item .image img {
    width: 100%;
    height: 165px;
    border-radius: 30px 30px 0px 0px;
    object-fit: cover;
}

.course-item .info {
    padding: 10px 20px;

}

.course-item .info .title {
    color: var(--white-color);
    font-size: clamp(18px, 20px, 4vw);
    margin-bottom: 15px;
    font-weight: 500;
}

.course-item .info .date {
    color: var(--white-color);
    font-weight: 600;
}

.course-item .info .desc {
    color: var(--white-color);
    line-height: 26px;
    font-weight: 500;
}

.course-item .link-course {
    background-color: var(--secondary-color);
    text-align: center;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: block;
    color: var(--white-color);
    font-weight: 500;
}

.recorded-courses .item .course-category,
.course-item .course-category {
    position: absolute;
    top: 5%;
    right: 0;
    width: 115px;
    height: 35px;
    background-image: url('../images/course-cate-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px 10px;
}

.recorded-courses .item .course-category .text,
.course-item .course-category .text {
    color: var(--white-color);
    font-weight: 700;
}

/* End Course Style:<Global-Style> */
/* Start Materials Style:<Global-Style> */
.materials .box {
    border: 1px solid var(--white-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height:260px;
    transition: all .3s linear;
}

.materials .box::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    z-index: 1;
}

.materials .box * {
    position: relative;
    z-index: 3;
}

.materials .box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    object-position: center;
    margin: 0px auto;
}

.materials .box .name {
    color: var(--white-color);
    font-weight: 700;
    font-size: clamp(23px, 28px, 4vw);
    text-align: start;
}

.materials .category-box:hover .box,
.materials .category-box.active .box {
    border: 1px solid var(--secondary-color);
    scale: .9;
}


/* End Materials Style:<Global-Style> */
/*------------------------<End-Global-Style>------------------- */

/* Start Header */
header {
    background-color: var(--primary-color);
}

header .navbar-nav .nav-link,
header .navbar-nav .nav-link.active {
    color: var(--white-color);
    position: relative;
    font-size: clamp(16px, 20px, 4vw);
}

header .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    right: calc(0px + 0.5rem);
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: var(--secondary-color);
}

header .navbar-toggler {
    border-color: var(--secondary-color) !important;
    padding: 0px 10px !important;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-toggler svg path {
    stroke: var(--secondary-color);
}

header .dropdown-profile button.dropdown-toggle {
    border-radius: 16px;
    border: 1px solid var(--white-color);
    padding: 5px 10px;
    font-weight: 700;
    z-index: 5;
    background-color: var(--secondary-color);
    box-shadow: 0px 2px 12px 0px #00000014;
}

header .dropdown-profile button.dropdown-toggle::after {
    content: none;
}

header .dropdown-profile button.dropdown-toggle .user-name {
    color: var(--white-color);
}

header .dropdown-profile button.dropdown-toggle img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: var(--secondary-color) !important;
}

header .dropdown-menu {
    min-width: fit-content;
}

.dropdown-menu .dropdown-item {
    padding: 0.4rem 1rem;
}

/* End Header */
/* Start Hero Section:<Home-Page> */
.hero-section {
    background-color: var(--primary-color);
}

.hero-section .text {
    text-align: center;
    position: relative;
    z-index: 5;
}

.hero-section .text .title {
    color: var(--white-color);
    margin-bottom: 10px;
}

.hero-section .text .desc {
    max-width: 700px;
    line-height: 34px;
    color: var(--Forth-color);
    margin: 15px auto;
}

.hero-section .images {
    position: relative;
    max-width: 400px;
    aspect-ratio: 1/1;
    height: auto;
    margin: 40px auto 20px;
    text-align: center;
}

.hero-section .images img {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-section .images img:nth-child(odd) {
    background-color: var(--white-color);
}

.hero-section .images img:nth-child(even) {
    background-color: var(--yallow-color);
}

.hero-section .images::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% * 2);
    height: 900px;
    background-image: url('../images/slide-animations.gif');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

@media (min-width: 991px) {
    .hero-section .images {
        width: 400px;
    }

    .hero-section .images::after {
        transform: translateX(-50%) scale(1.5);
        width: calc(100% * 2.6);
    }
}

/* End Hero Section:<Home-Page> */
/* Start About Section:<Home-Page> */
.about-section {
    position: relative;
    overflow: hidden;
}

.about-section .container {
    position: relative;
    z-index: 3;
}

.about-section::before,
.about-section::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-section::after {
    z-index: 1;
    background-color: #000000C2;
}

.about-section::before {
    z-index: 2;
    background-image: url('../images/about-img-back-section.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 40%;
}

.about-section .item {
    max-width: 350px;
    text-align: center;
    position: relative;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
}


.about-section .item .title {
    font-weight: 700;
}

.about-section .item .title,
.about-section .item .desc {
    max-width: 350px;
    color: var(--primary-color);
}

@media (min-width: 991px) {

    .about-section .item::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1.4);
        background-image: url('../images/mask-image-box.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: -1;
    }

    .about-section .item::after {
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@media (max-width: 990px) {

    .about-section .item {
        background-color: var(--white-color);
        border-radius: 12px;
        padding: 10px 20px;
    }

    .about-section .item .title,
    .about-section .item .desc,
    .about-section .item {
        max-width: 250px;
    }


}

@media (max-width: 768px) {

    .about-section .item .title,
    .about-section .item .desc,
    .about-section .item {
        max-width: 250px;
    }

    .about-section .item::after {
        transform: translate(-50%, -50%) scale(1.2);
    }
}

/* End About Section:<Home-Page> */
/* Start Who Are We Section:<Home-Page> */
.who-are-we {
    position: relative;
    background-color: var(--primary-color);
}

.who-are-we::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/image-04.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: 15%;
}

.who-are-we .container {
    position: relative;
    z-index: 3;
}

.who-are-we .container .text .title {
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 15px;
}

.who-are-we .container .text .title span {
    color: var(--secondary-color);
}

.who-are-we .container .text p {
    margin: 25px 0px;
    text-align: start;
    color: var(--white-color);
    line-height: 32px;
}

.who-are-we .container .text a.btn-secondary {
    border: 1px solid var(--white-color);
}

.who-are-we .container .image {
    width: 100%;
    max-width: 550px;
    max-height: 550px;
}

.who-are-we .container .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* End Who Are We Section:<Home-Page> */
/* Start Package & Offers Section:<Home-Page> */
.package-offers {
    position: relative;
    background-color: var(--primary-color);
}

.package-offers::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/image-03.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: 15%;
}

.package-offers .container {
    position: relative;
    z-index: 3;
}

.package-offers .container .image-container {
    max-width: 400px;
    max-height: 400px;
    cursor: pointer;
    opacity: 1;
    position: relative;
}

.package-offers .container .image-container img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.package-offers .container .text .title {
    color: var(--white-color);
    font-weight: 700;
    font-size: clamp(30px, 40px, 4vw);
}

.package-offers .container .text .title span {
    color: var(--secondary-color);
}

.package-offers .container .text p {
    font-size: clamp(28px, 35px, 4vw);
    color: var(--white-color);
    font-weight: 700;
    max-width: 450px;
    margin: 30px 0px;
}

/* End Package & Offers Section:<Home-Page> */
/* Start Our Advantages Section:<Home-Page> */
.our-advantages {
    position: relative;
    background-color: var(--primary-color);
}

.our-advantages .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.our-advantages .text .title {
    color: var(--white-color);
    font-weight: 700;
}

.our-advantages .text .num {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: clamp(100px, 175px, 4vw);
}

.our-advantages .text p {
    color: var(--white-color);
    font-size: clamp(21px, 25px, 4vw);
}

.our-advantages .swiper-pagination {
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.our-advantages .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 94, 0, 20%);
    border-radius: 12px;
    flex-grow: 1;
    height: 8px;
}

.our-advantages .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
}

/* End Our Advantages Section:<Home-Page> */
/* Start Testimonials Section:<Home-Page> */
.testimonials {
    background-color: var(--primary-color);
    position: relative;
}

.testimonials .container::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFEFC71F;
    background-position: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0px auto;
    text-align: center;
    border-radius: 50%;
}

.testimonials .swiper-slide .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.testimonials .swiper-slide:nth-child(odd) .item {
    margin-top: 75px;
}

.testimonials .swiper-slide .item .image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    overflow: hidden;
    background-color: #E5E5EA;
    text-align: center;
    position: relative;
    bottom: -55px;
}

.testimonials .swiper-slide .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonials .swiper-slide .item .content {
    max-width: 380px;
    background-color: var(--white-color);
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    padding: 25px 20px;
}

.testimonials .swiper-slide .item .content .name {
    font-weight: 700;
    color: var(--primary-color);
}

.testimonials .swiper-slide .item .content .text {
    color: var(--labels-secondary);
    font-size: clamp(16px, 18px, 4vw);
    line-height: 24px;
}

.testimonials .swiper-pagination {
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 8px;
    border-radius: 0px;
    background-color: var(--Forth-color-25);
    box-shadow: 0px 4px 4px 0px #00000059;
}

.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
}

@media (min-width: 1199px) {
    .testimonials .container::after {
        bottom: -150%;
    }
}

@media (max-width: 1199px) {
    .testimonials .container::after {
        bottom: -75%;
    }
}

@media (max-width: 768px) {
    .testimonials .container::after {
        bottom: -30%;
    }
}

/* End Testimonials Section:<Home-Page> */
/* Start Footer */
footer {
    background-color: var(--primary-color);
}

footer .logo {
    max-width: 180px;
    height: auto;
    object-fit: contain;
}

footer .title {
    color: var(--white-color);
    font-weight: 700;
    font-size: clamp(18px, 21px, 4vw);
    margin-bottom: 15px;
}

footer ul.pages-menu li a {
    color: var(--white-color);
    font-weight: 500;
    font-size: clamp(16px, 18px, 4vw);
    padding: 10px;
}

footer .content {
    height: 100%;
    display: grid;
    justify-content: space-between;
    gap: 15px;
}

footer ul.social-media {
    gap: 40px;
    text-align: center;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

footer ul.social-media li a {
    flex-direction: column;
    color: var(--white-color);
    font-size: 10px;
    gap: 5px;
}

footer .bottom-footer {
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px solid var(--Forth-color-50);
}

/* End Footer */
/* Start Levels Page */
#levels {
    position: relative;
    background-color: var(--primary-color);
}

.level-item .item,
#levels .item {
    display: block;
    height: 100%;
    background-color: var(--Forth-color-25);
    border-radius: 200px;
    max-width: 250px;
    margin: 0px auto;
    transition: all .3s linear;
}

.level-item .item:hover,
#levels .item:hover {
    transform: translateY(-30px);
}

.level-item .item .text,
#levels .item .text {
    padding: 45px 25px;
    text-align: center;
    font-size: clamp(20px, 24px, 4vw);
    color: var(--white-color);
    max-width: 200px;
    text-wrap: wrap;
    margin: 0px auto;
}

.level-item .item .num,
#levels .item .num {
    background: linear-gradient(180deg, #FF8034 0%, #FF5F00 100%);
    color: var(--white-color);
    font-size: clamp(100px, 175px, 4vw);
    font-weight: 700;
    text-align: center;
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End Levels Page */
/* Start Package&Offers Page */
#package-offers {
    position: relative;
    background-color: var(--primary-color);
}

#package-offers .link-page {
    color: var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 10px;
    font-size: clamp(20px, 23px, 4vw);
}

#package-offers .category .cate {
    border: 1px solid var(--white-color);
    border-radius: 26px;
    padding: 10px 12px;
    text-align: center;
    font-size: clamp(17px, 20px, 4vw);
    font-weight: 800;
    color: var(--white-color);
    width: fit-content;
    cursor: pointer;
}

#package-offers .class-package .class-ad {
    max-width: 800px;
    padding: 40px 30px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 25px;
    flex-direction: column;
    border-radius: 32px;
    border: 1px solid var(--Forth-color);
    min-height: 350px;
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
}

#package-offers .class-package .class-ad * {
    position: relative;
    z-index: 3;
}

#package-offers .class-package .title {
    color: var(--white-color);
    font-size: clamp(25px, 29px, 4vw);
    font-weight: 700;
}

#package-offers .class-package .class-ad::before,
#package-offers .class-package .class-ad::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#package-offers .class-package .class-ad::after {
    background-color: #0000007A;
    z-index: 1;
}

#package-offers .class-package .class-ad::before {
    background-size: cover;
    z-index: 0;
    background-position: center;
    opacity: 48%;
    background-repeat: no-repeat;
    background-image: url('../images/Stationery-items.webp');

}

#package-offers .class-package .class-ad .btn.btn-secondary {
    border: 1px solid var(--white-color);
}

/* End Package&Offers Page */

/* Start Package Details Page */
#package-details {
    background-image: url('../images/section-img-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

#package-details .content {
    max-width: 950px;
    margin: 10px auto;
    background-color: var(--primary-color);
    border: 1px solid var(--white-color);
    border-radius: 80px;
    padding: 20px 0px;
    overflow: hidden;
}

#package-details .content .class-package {
    max-width: 600px;
    margin: 0px auto;
}

#package-details .content .class-package .cate-item {
    padding: 10px;
    border-radius: 26px;
    text-align: center;
    border: 1px solid var(--white-color);
    font-size: clamp(19px, 21px, 4vw);
    font-weight: 600;
    color: var(--white-color);
}

#package-details .content .offers {
    background-color: #F9F9F999;
    border-radius: 40px;
}

#package-details .content .offers .item {
    background-color: var(--oval-bg-color);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    padding: 10px 20px;
    max-width: 265px;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
}

#package-details .content .offers .item.special {
    border: 1px solid #2072E0;
}

#package-details .content .offers .item .title {
    font-size: clamp(20px, 24px, 4vw);
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

#package-details .content .offers .item .date {
    font-size: clamp(19px, 22px, 4vw);
    margin-bottom: 10px;
}

#package-details .content .offers .item .date .gif-img {
    margin: 0px 5px;
}

#package-details .content .offers .item .price {
    font-size: clamp(20px, 24px, 4vw);
    color: var(--amount-color);
    font-weight: 600;
}

@media (min-width: 768px) {
    #package-details .content .offers .item.special {
        scale: 1.1;
    }
}

#package-details .content .services .gif-img.skeleton {
    width: 87px;
    height: 87px;
}

#package-details .content .services .box {
    background-image: url('../images/cool-gradi.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid var(--white-color);
    border-radius: 20px;
    min-height: 180px;
}

#package-details .content .services .box img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

#package-details .content .services .name {
    color: var(--white-color);
    font-weight: 500;
    font-size: clamp(18px, 21px, 4vw);
    margin-top: 15px;
}

#package-details .content .try-with-us {
    background-color: #F9F9F999;
    border-radius: 40px;
}

#package-details .content .try-with-us .gif-img.coin {
    width: 67px;
    height: 67px;
}

#package-details .content .try-with-us .materials .box img {
    width: 200px;
    height: 200px;
}

#package-details .content .faqs .gif-img.search {
    width: 104px;
    height: 104px;
}

#package-details .content .faqs .accordion-item,
.comments .accordion-item {
    background-color: var(--oval-bg-color);
    border: 1px solid #F1F1F1;
}

#package-details .content .faqs .accordion-button,
.comments .accordion-button {
    background-color: var(--oval-bg-color);
    border: none !important;
    color: var(--primary-color);
    font-weight: 700;
    flex-direction: column;
    align-items: start;
    font-size: 20px;
}

#package-details .content .faqs .accordion-button::after,
.comments .accordion-button::after {
    position: absolute;
    top: 16px;
    left: 20px;
    background-image: url('../images/arrow-icon.svg');
}

#package-details .content .faqs .accordion-button:not(.collapsed)::after,
.comments .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

#package-details .content .faqs .accordion-button:focus,
.comments .accordion-button:focus {
    box-shadow: none;
}

#package-details .content .faqs .accordion-button .user-img,
.comments .accordion-button .user-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

#package-details .content .faqs .accordion-button .user-name,
.comments .accordion-button .user-name {
    color: #013B3D;
    font-weight: 500;
    font-size: 18px;
}

#package-details .content .faqs .accordion-body,
.comments .accordion-body {
    font-weight: 700;
    color: var(--primary-color);
}

/* End Package Details Page */
/* Start Subject Details Page */
#subject-details {
    background-image: url('../images/section-img-bg-02.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

#subject-details .content {
    background-color: var(--primary-color);
    max-width: 1200px;
    border-radius: 64px;
}

#subject-details .content .info .image img {
    width: 250px;
    height: 150px;
    object-fit: contain;
}

#subject-details .content .info img.user-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

#subject-details .content .privileges .gif-img.icon {
    width: 100px;
    height: 100px;
}

#subject-details .content .privileges .item {
    position: relative;
    max-width: 350px;
    margin: 0px auto;
    margin-bottom: 25px;
}

#subject-details .content .privileges .item * {
    position: relative;
    z-index: 3;
}

#subject-details .content .privileges .item:not(.one) {
    padding: 20px;
}


#subject-details .content .privileges .item .image {
    max-width: 20 0px;
    height: 200px;
    text-align: center;
    margin: 0px auto;
}

#subject-details .content .privileges .item .image img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

#subject-details .content .privileges .item.one ol {
    list-style: disc;
}

@media (min-width: 991px) {
    #subject-details .content .privileges .item::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
        z-index: 0;
        height: 100%;
        scale: 1.2;
        inset: 0;
        background-image: url('../images/bg-image-pre.png');
    }

    #subject-details .content .privileges .item.one::after {
        scale: 1.5;
        background-image: url('../images/bg-image-pre-02.png');
    }
}

@media (max-width: 991px) {
    #subject-details .content .privileges .item {
        background-color: var(--oval-bg-color);
        padding: 20px;
        border-radius: 20px;
    }

}
.free-test{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--oval-bg-color);
    box-shadow: 0px 1px 12px 0px #0000000A;
    border-radius: 14px;
    margin-bottom: 15px;
}

#subject-details .content .course-curriculum .free-test {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--oval-bg-color);
    box-shadow: 0px 1px 12px 0px #0000000A;
    border-radius: 14px;
    margin-bottom: 15px;
}

#subject-details .content .course-curriculum .accordion-item {
    background-color: var(--oval-bg-color);
    border-radius: 14px;
    box-shadow: 0px 1px 12px 0px #0000000A;
    margin: 15px auto;
    overflow: hidden;
}

#subject-details .content .course-curriculum .accordion-item .accordion-button {
    background-color: var(--oval-bg-color);
    color: var(--primary-color);
    font-weight: 700;
    font-size: clamp(16px, 19px, 4vw);
    flex-wrap: wrap;
}

#subject-details .content .course-curriculum .accordion-item .accordion-button .lesson-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

#subject-details .content .course-curriculum .accordion-item .accordion-button:focus {
    box-shadow: none;
}

#subject-details .content .course-curriculum .accordion-item .accordion-button::after {
    background-image: url('../images/plus.svg');
}

#subject-details .content .course-curriculum .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.svg');
}

#subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list {
    color: var(--primary-color);
}

#subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li {
    list-style: disc;
    padding: 10px;
    font-size: clamp(17px, 20px, 4vw);
    font-weight: 600;
    color: var(--primary-color);
    position: relative;
}

#subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li .circle,
#subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li::before {
    position: absolute;
}

html[dir="rtl"] #subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li .circle {
    right: -55px;
}

html[dir="ltr"] #subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li .circle {
    left: -55px;
}

html[dir="rtl"] #subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li::before {
    right: -44px;
}

html[dir="ltr"] #subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li::before {
    left: -44px;
}

#subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li .circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    background-color: var(--oval-bg-color);
    top: 50%;
    transform: translateY(-50%);
}

#subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li:not(:last-child):before {
    content: "";
    width: 2px;
    background-color: var(--primary-color);
    height: 100%;
    top: calc(100% - 20px);
}

#subject-details .content .course-curriculum .accordion-item .accordion-body .lesson-list li .lesson-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* End Subject Details Page */
/* Start Payment Page */
#payment {
    background-color: var(--oval-bg-color);
}

#payment .pay-img {
    text-align: center;
    margin: 0px auto;
    max-width: 550px;
    max-height: 550px;
}

#payment .pay-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* End Payment Page */
/* Start Sign In Page */
#sign-page {
    height: 100dvh;
    max-height: 100%;
}

#sign-page .other-sign {
    margin: 30px 0px;
}

#sign-page .gif-img,
#sign-page .logo-img {
    max-width: 550px;
    max-height: 400px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto;
}

#sign-page .gif-img img,
#sign-page .logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#sign-page .logo-img span.line {
    display: block;
    position: relative;
    width: calc(100% - 50px);
    height: 3px;
    background-color: var(--white-color);
    margin: 40px auto 0px;
}

#sign-page .logo-img span.line::after,
#sign-page .logo-img span.line::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--white-color);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

#sign-page .logo-img span.line::after {
    right: 0;
}

#sign-page .logo-img span.line::before {
    left: 0;
}

#sign-page .other-sign span.or {
    position: relative;
    font-weight: 500;
}

#sign-page .other-sign span.or::after,
#sign-page .other-sign span.or::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #656262;
    width: 175px;
}

#sign-page .other-sign span.or::after {
    left: 25px;
}

#sign-page .other-sign span.or::before {
    right: 25px;
}

#sign-page .text-muted {
    color: #6F6B6B;
}
/* .form-control , .mobile-number {
    display: block;
    width: 100%;
    padding: 0 2.188rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #52565b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dce2e9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    -webkit-transition: border-color 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
  } */
#sign-page .form-control {
    border: 2px solid #928F8F;
    background-color: #FAFAFA;
    border-radius: 16px;

}

#sign-page .form-control:focus {
    border: 2px solid #477470;
}

@media (max-width: 678px) {

    #sign-page .other-sign span.or::after,
    #sign-page .other-sign span.or::before {
        width: 100px;
    }
}

@media (max-width: 320px) {

    #sign-page .other-sign span.or::after,
    #sign-page .other-sign span.or::before {
        width: 60px;
    }
}

/* End Sign In Page */
/* Start View Class Page */
.view-class {
    position: relative;
    background-color: var(--primary-color);
}

.view-class .materials .box {
    max-width: 266px;
    width: 100%;
    aspect-ratio: 1/1;
    margin: 0px auto;
}

.view-class .materials .box img {
    width: 180px;
    height: 180px;
}

.view-class .image {
    max-width: 400px;
    max-height: 450px;
    margin: 0px auto;
    text-align: center;
}

.view-class .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* End View Class Page */
/* Start Lesson Page */
.lesson-page {
    position: relative;
    background-color: var(--primary-color);
}

.head-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 20px;
    border-radius: 8px;
    background: linear-gradient(90deg, #ff7e349d 0%, #FF803440 100%);
    backdrop-filter: blur(64px);
    margin-bottom: 25px;
}

.head-info .title {
    color: #FAFBFF;
}

.lesson-page .lesson-content .video {
    aspect-ratio: 16 / 9;
}

.lesson-page .lesson-content .video iframe {
    width: 100%;
    height: 100%;
}

.lesson-name {
    font-weight: 700;
    color: #FAFBFF;
}

.actions .btn {
    border-radius: 8px;
    border: 1px solid #161C29;
    background-color: #161C29;
    color: var(--white-color);
    padding: 5px 10px;
}

.lesson-page .lesson-content .actions .modal-box .form-control {
    background-color: var(--bg-dark-c);
    text-align: center;
    font-weight: 700;
    color: var(--white-color);
}

.lesson-page .lesson-content .actions .modal-box .btn.btn-secondary {
    border-radius: 14px !important;
    padding: 12px 16px;
}

.course-list {
    background-color: var(--bg-dark-c);
    border-radius: 24px;
    padding: 10px 20px;
    min-height: 600px;
}

.course-list .title {
    color: #FAFBFF;
    margin-bottom: 15px;
}

.course-list .lesson-item a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.course-list .lesson-item a .lesson-img {
    position: relative;
    width: 128px;
    height: 80px;
}

.course-list .lesson-item a .lesson-img .info {
    position: absolute;
    bottom: 3px;
    left: 3px;
    background-color: var(--bg-dark-c);
    border-radius: 4px;
    padding: 0px 3px;
}

.course-list .lesson-item a .lesson-img .info .time {
    color: var(--white-color);
    font-size: 12px;
}

.course-list .lesson-item a .lesson-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.course-list .lesson-item.quiz a .lesson-img .name {
    color: #FAFBFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
}

.course-list .lesson-item a .lesson-name {
    font-weight: 400;
}

.course-list .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 5px;
}

.course-list .btns a {
    color: #A1A6B2;
    font-weight: 700;
    font-size: 15px;
}

.lesson-page .comments .accordion-button::after {
    top: 25px;
    left: 12px;
}

.lesson-page .comments .accordion-button .new-replay {
    font-size: 16px;
    position: relative;
}

.lesson-page .comments .accordion-button .new-replay::before {
    content: "";
    display: inline-block;
    margin: 0px 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D70000;
}

.lesson-page .comments .accordion-button .user-name {
    color: var(--primary-color);
}

/* End Lesson Page */
/* Start Quiz Page */
.quiz-page {}

.quiz-page .quiz-content .quiz-result,
.quiz-page .quiz-content .quiz {
    text-align: center;
    width: 100%;
    border: 1px solid var(--Forth-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    min-height: 300px;
    position: relative;
}

.quiz-page .quiz-content .quiz {
    background-position: center;
    background-image: url('../images/quiz-img.webp');
    background-repeat: no-repeat;
    background-size: cover;

}

.quiz-page .quiz-content .quiz-result {
    background: linear-gradient(180deg, #FBA4FE 0%, rgba(234, 51, 216, 0.7) 100%);
}

.quiz-page .quiz-content .quiz::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #00000033;
    z-index: 0;
}

.quiz-page .quiz-content .quiz>div {
    position: relative;
    z-index: 3;
}

.quiz-page .quiz-content .quiz .exam {
    min-height: 300px;
}

.quiz-page .quiz-content .quiz>div .btn {
    color: #FAFBFF;
}

.quiz-content .quiz .exam {
    background-color: #00000066;
    height: 100%;
}

.quiz-content .quiz .exam .exam-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.quiz-content .quiz .exam .exam-time .progress {
    border-radius: 10px;
    background-color: #A68B84;
}

.quiz-content .quiz .exam .exam-time .progress .progress-bar {
    background-color: var(--secondary-color);
}

.quiz-content .quiz .question-item .answer-label {
    background-color: #061B4D;
    border-radius: 10px;
    padding: 6px 20px;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;

}

.quiz-content .quiz .question-item .answer-label h6 {
    font-size: clamp(18px, 21px, 4vw);
    color: var(--white-color);
    text-align: start;
}

.quiz-content .quiz .question-item .answer-label input {
    display: none;
}

.quiz-content .quiz .question-item input:checked+.answer-label {
    border: 2px solid #2072E0;
}

.quiz-content .quiz .question-item .answer-label.success {
    border: 2px solid #0BB20B;
}

.quiz-content .quiz .question-item .answer-label.failed {
    border: 2px solid #E13939;
}

.quiz-content .result-box {
    color: var(--white-color);
    font-weight: 700;
    background-color: #D9D9D933;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    text-align: start;
}

.quiz-content .questions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.quiz-content .questions .num {
    background: linear-gradient(180deg, #FBA4FE 0%, rgba(234, 51, 216, 0.7) 100%);
    padding: 0px 16px;
    font-weight: 700;
    font-size: clamp(20px, 26px, 4vw);
    color: var(--white-color);
    border-radius: 4px;
}

/* End Quiz Page */
/* Start Profile Page */
.back-img-2,
#profile-page,
.student-pages {
    position: relative;
    background-image: url('../images/cool-gradi.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#profile-page .content {
    background-color: var(--primary-color);
    border-radius: 42px;
}

#profile-page .content .form-control {
    background-color: transparent;
    border: 1px solid #827F7F;
    color: var(--white-color);
}

#profile-page .content .btn.btn-secondary {
    border-radius: 10px !important;
}

/* End Profile Page */
/* Start My-Saved Videos Pages */
.student-pages .saved-videos .item {
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: var(--white-color);
    padding: 10px;
}

.student-pages .saved-videos .item .info {
    text-align: start;
}

.student-pages .saved-videos .item .info .title {
    color: var(--secondary-color);
    font-weight: 700;
}

.student-pages .saved-videos .item .info .course-img {
    width: 100px;
    max-height: 100px;
    height: auto;
    object-fit: contain;
}

.student-pages .saved-videos .item .info .course-name {
    color: var(--secondary-color);
    font-weight: 700;
}

.student-pages .saved-videos .video iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
}

/* End My-Saved Videos Pages */
/* Start My-Subs Courses Pages */
.student-pages .recorded-courses .item {
    background-color: var(--white-color);
    border: 1px solid #0606060A;
    box-shadow: 2px 2px 8px 0px #0606060A, -2px -2px 8px 0px #0606060A;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.student-pages .recorded-courses .item .image {
    max-width: 210px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.student-pages .recorded-courses .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.student-pages .recorded-courses .item .info {
    padding: 10px;
    text-align: center;
}

.student-pages .recorded-courses .item .info .course-category {
    right: unset;
    left: 0;
    top: 0;
    text-align: end;
    background-image: url('../images/course-cate-icon-revers.svg');
}

.student-pages .recorded-courses .item .info .course-type {
    color: #060606BF;
    background-color: #06060614;
    padding: 5px 10px;
    border-radius: 4px;
}

.student-pages .recorded-courses .item .info .status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.student-pages .recorded-courses .item .info .status .circle-progress {
    width: 42px;
    height: 42px;
    padding: 1px;
    border: 3px solid #0606061F;
}

.student-pages .recorded-courses .item .info .status .circle-progress .circle-progress-text {
    font-size: 20px;
    fill: var(--secondary-color);
}

.student-pages .recorded-courses .item .info .circle-progress-value {
    stroke-width: 6px;
    stroke: var(--secondary-color);
    stroke-linecap: round;
}

.student-pages .recorded-courses .item .info.complate .circle-progress-value {
    stroke: var(--correct-color);
}

.student-pages .recorded-courses .item .info.complate .status .circle-progress .circle-progress-text {
    font-size: 20px;
    fill: var(--correct-color);
}

@media (min-width: 991px) {
    .student-pages .recorded-courses .item .info {
        padding: 10px 0px 10px 20px;
        text-align: start;
    }
}

/* End My-Subs Courses Pages */
/* Start About Us Page */
.hero-section-about {
    background-color: var(--primary-color);
}

.hero-section-about .text .title {
    color: var(--white-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-section-about .text .desc {
    color: var(--white-color);
    font-size: clamp(22px, 26px, 4vw);
    text-align: start;
    max-width: 500px;
}

.hero-section-about .image {
    width: 100%;
    max-width: 500px;
    text-align: center;
    height: 450px;
    margin: 0px auto;
    transition: all .3s linear;
}

.hero-section-about .image:hover {
    transform: scale(0.9);
}

.hero-section-about .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.founders {
    background-color: var(--oval-bg-color);
}

.founders .image {
    text-align: center;
}

.founders .swiper-slide .image img {
    transition: all .3s linear;
}

.founders .swiper-slide .image img:hover {
    scale: .9;
}

.founders .image img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    max-width: 280px;
    border-radius: 50%;
    background-color: #00000014;
    object-fit: cover;
    box-shadow: 0px 4px 4px 0px #00000040,
        0px 4px 4px 0px #00000040,
        0px 4px 4px 0px #00000040;
}

.founders .info {
    text-align: center;
    color: #000;
}

.founders .info .job-title {
    margin: 20px 0px;
    font-weight: 600;
    color: #000;
}

.founders .info .name {
    color: #000;
}

.partners {
    background-color: var(--primary-color);
}

.partners .swiper-slide .image {
    margin: 0px auto;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 10px;
    width: 150px;
    height: 150px;
}

.partners img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* End About Us Page */
/* Start Single Course Page */
#course-information .teachers-image {
    width: 48px;
    height: 48px;
}

#course-information .teachers-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.course-details .content {
    background-color: var(--oval-bg-color);
    box-shadow: 0px 1px 12px 0px #0000000A;
}

.widget__item-faq:not(.collapsed),
.widget__item-faq {
    background-color: var(--oval-bg-color);
}

/* End Single Course Page */
.widget_item-student .widget_item-content .widget_item-icon {
    background-color: #FF8034;
}

.widget_item-student .widget_item-content {
    background-color: var(--Forth-color);
}

.widget_item-content h5,
.widget_item-content .widget_item-number {
    color: var(--secondary-color);
}

.curriculum-widget-icon,
.curriculum-head-widget-icon {
    color: var(--white-color);
}

.curriculum-widget-section-title {
    border-color: var(--white-color);
    margin-bottom: 10px;
}

.curriculum-widget-item h4 {
    color: var(--white-color);
}

.selected-color {
    background-color: var(--third-color);
}

/* Tabs Custom */
.quiz-page .nav-link{
    color: var(--secondary-color);
}
.quiz-page  .nav-pills .nav-link.active,
.quiz-page  .nav-pills .show>.nav-link {
    background-color: var(--secondary-color) !important;
    color: var(--white-color);
}
.course-comment-input .btn
{
    color: var(--white-color) !important;
}
.course-comment-input .form-control{
    color: var(--white-color);
}
.modal-content{
    background-color: var(--bg-dark-c) !important;
}
/* Start My Activity<User Page> */
.my-activity .circle-progress-circle{
    stroke-width: 8px;
    stroke: #00000040;
}
.my-activity .circle-progress-text{
    fill: #75CF8D;
}
.iti__flag-box, .iti__country-name{
    color: #000;
}

html[dir="ltr"] .payment-slider .enter-number input{
    padding-left:50px;
    }
.breadcrumb .breadcrumb-item a
{
    color: var(--white-color);
}
