:root {
    --font-family-base: "IBM Plex Sans Arabic", sans-serif;
    --font-family-rtl: "IBM Plex Sans Arabic", sans-serif;
    
    --7arith-1-color: #023934;
    --7arith-2-color: #FFF9F0;
    --7arith-3-color: #A5815F;
    --7arith-4-color: #7C948D;
    --7arith-5-color: #BD8224;

    --secondary: var(--7arith-1-color);
    --primary: var(--7arith-5-color);
    --primary-border: var(--7arith-5-color);

    --box-shadow-1: 0 20px 12px 0 rgba(0,0,0,.1);
    --box-shadow-2: 0 4px 10px 0 rgba(0,0,0,.1);
}
.harith_h1, h1 { font-size: 35px; }
.harith_h2, h2 { font-size: 30px; }
.harith_h3, h3 { font-size: 20px; }
.harith_h4, h4 { font-size: 16px; }
.harith_h5, h5 { font-size: 14px; }

@media (max-width: 991px) {
    .harith_h1, h1 { font-size: 25px; }
    .harith_h2, h2 { font-size: 20px !important; }
    .harith_h3, h3 { font-size: 16px; }
    .harith_h4, h4 { font-size: 14px; }
    .harith_h5, h5 { font-size: 12px; }
}

.color_harith_1 { color: var(--7arith-1-color); }
.color_harith_2 { color: var(--7arith-2-color); }
.color_harith_3 { color: var(--7arith-3-color); }
.color_harith_4 { color: var(--7arith-4-color); }
.color_harith_5 { color: var(--7arith-5-color); }

.bg_harith_1 { background-color: var(--7arith-1-color); }

body {
    background: var(--7arith-2-color);
    line-height: 1.8;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.8;
}
.form-control {
    background-color: transparent;
}
.harith_btn_link {
    font-weight: 500;
    color: var(--7arith-1-color);
    line-height: 2;
}
.harith_btn_link:hover {
    color: var(--7arith-1-color-hover);
    text-decoration: underline;
}

.window-card {
    background: #C64E59;
    border-radius: 50rem 50rem 10rem 10rem;
    overflow: hidden;
    color: white;
    height: 100%;
}
.window-card a {
    color: white;
}
.window-card figure {
    padding: 20px 20px 10px 20px;
}
.window-card .card-title {
    font-size: 14px;
    font-weight: 400;
}
.window-card .current_price {
    font-size: 18px;
    font-weight: 500;
}
.window-card .old_price {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 16px;
}
.window-card-body {
    text-align: center;
    padding: 0 20px 20px 20px;
}
.webinar-card .image-box:after {
    display: none;
}
.course-cover-container .cover-content:after {
    background-color: var(--7arith-1-color) !important;
    opacity: 1 !important;
}
.course-cover-container {
    height: 340px !important;
}
/* Small devices */
@media (max-width: 576px) {
    .course-content-section {
        top: 0 !important;
        margin-bottom: 0 !important;

    }
    body .learning-page .learning-page-navbar .learning-page-progress-card {
        border-left: none !important;
        border-top: 1px solid #3e4143 !important;
    }
    .learning-page .learning-page-navbar .learning-page-navbar-title {
        height: unset !important;
        overflow: unset !important;
    }
    .learning-page .learning-page-tabs {
        top: 0 !important;
    }
}
.udemy_blue {
    color: #5624d0;
}
.udemy_blue_light {
    color: #c0c4fc;
}
.mobile_course_header_section .course-img {
    position: relative;
}
.mobile_course_header_section .course-img #webinarDemoVideoBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: var(--box-shadow-1);
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 2;
}
.mobile_course_header_section .course-img.has-video:after {
    top: 25%;
    background-image: linear-gradient(180deg,rgba(6,6,6,0),rgba(0,0,0,.84));
}
.mobile_course_header_section .course-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    bottom: 0;
    background-image: linear-gradient(180deg,rgba(6,6,6,0),rgba(0,0,0,.84));
    z-index: 1;
}
.mobile_course_header_section .course-img.has-video .course-video-icon svg {
    stroke: #1f3b64;
    fill: #1f3b64;
}
.salePrice {
    color: #818894;
    text-decoration: line-through;
    font-size: 18px;
    margin-left: 10px;
}
.regularPrice {
    color: #2d2f31;
    font-size: 30px;
    font-weight: 700;
}
.buyNowBtn {
    background-color: var(--danger);
    /* font-weight: 700; */
    box-shadow: none;
    /* border-radius: 0; */
}
.footer {
    margin-top: 140px;
}
.special_offer_section {
    position: relative;
    padding-top: 20px;
    z-index: 1;
    background: #2D2F31;

}
.learning-page .learning-page-navbar {
    background-color: #2D2F31 ;
    color: white;
    border-bottom: 1px solid #3e4143;
}
.learning-page .learning-page-navbar a {
    color: white;
}
.learning-page .learning-page-navbar #collapseBtn svg {
    color: white;
}
.course-content-section-has-special-offer {
    top: -204px;   
}
.learning-page-content {
    overflow: scroll;
    height: 88vh;
}
.vjs-poster {
    background-size: contain !important;
    background-color: #2D2F31 !important;
    border-radius: 0 !important;
}
.learning-page .learning-content .learning-content-video-player {
    height: auto !important;
    /* background-color: #2D2F31; */
}
/* Small devices */
@media (max-width: 576px) {
    html body .learning-page .learning-content .learning-content-video-player .video-js {
        height: 220px !important;
    }
}
body .learning-page .learning-content .learning-content-video-player .video-js {
    height: 400px !important;
    border-radius: 0 !important;
}
.learning-page .learning-content {
    height: auto !important;
    border-radius: 0 !important;
}
body .learning-page .learning-page-navbar .learning-page-progress-card {
    border-left: 1px solid #3e4143;
    justify-content: space-between;
    flex-grow: 1;
}
.learning-page-navbar-title {
    font-size: 14px;
}
.learningPageTabsArea .nav {
    box-shadow: inset 0 -1px 0 0 #d1d7dc;
}
.learningPageTabsArea .nav .nav-link {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 16px;
    font-weight: 600;
    color: #6a6f73;
    font-size: 15px;
}
.learningPageTabsArea .nav .nav-link.active {
    color: #2d2f31;
    border-bottom: 2px solid #2d2f31;
}
/* Temp remove bottom border for active tabs */
.nav-tabs .nav-item a.active:after {
    display: none;
}
.learning-page-tabs-link-text {
    font-weight: 600;
    font-size: 16px;
}
.learning-page-tabs ul.nav-tabs {
    border: 1px solid #d1d7dc;
}
.courseContentInSideBar .accordion-content-wrapper .accordion-row {
    background-color: #F7F9FA;
    border-bottom: 1px solid #d1d7dc;
}
.courseContentInSideBar .accordion-row .panel-collapse {
    border: none;
    margin-top: 0;
    padding-top: 0;
}
.learning-page .learning-page-tabs .certificate-item.active, 
.learning-page .learning-page-tabs .tab-item.active {
    background: #D1D7DC !important;
}
.learning-page .learning-page-tabs .certificate-item:hover, 
.learning-page .learning-page-tabs .tab-item:hover {
    background: #D1D7DC !important;
}
.learning-page-tabs ul li.nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}
.learning-page-navbar .learning-page-navbar-btn:hover {
    color: white !important;
    background: #3D3F41 !important;
}
.learning-page-navbar .learning-page-navbar-btn {
    color: white !important;
    background: transparent !important;
}
.learning-page-navbar .learning-page-navbar-btn {
    border-radius: 0 !important;
}
#courseContentTopBtn {
    display: none;
}
#app .learning-page .learning-page-tabs {
    width: 0;
    min-width: 0;
}
#app .learning-page .learning-page-tabs.show {
    width: 373px;
    min-width: 373px;
    right: 0;
}
@media (max-width: 767px) {
    #app .learning-page .learning-page-tabs.show {
        width: 100vw;
        min-width: 100%;
    }
}
.webinar-card .webinar-card-body .webinar-price-box .real {
    color: black;
    font-size: 20px;
}
.webinar-card .webinar-card-body .webinar-price-box .off {
    font-size: 17px;
    font-weight: 800;
    color: red;
}
.top-navbar .navbar-user {
    column-gap: 10px;
}
.navbar-user img {
    max-height: 48px;
}
.navbar-user:after {
    display: none;
}
.top-navbar .top-user-greetings {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: ltr;
}

.home-sections .swiper-pagination {
    position: static;
    width: 100% !important;
    margin-top: 15px;
}
.home-sections .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--7arith-4-color) !important;
    border: none !important;
}
.home-sections .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: var(--7arith-4-color) !important;

}
.home-search-section form .slider-search {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(2, 57, 52, 0.2);
}
.navbar .nav-item .nav-link {
    font-size: 16px;
}
.navbar-brand a img {
    height: 116%;
}
.home-search-section form .slider-search input {
    color: var(--7arith-4-color);
    font-weight: 500;
    font-size: 16px;
}
.menu-category>ul>li {
    align-items: center;
    padding: 8px 11px 8px 15px;
}
.menu-category>ul>li a,
.menu-category>ul>li .cat-dropdown-menu>li .sub-menu li a {
    color: var(--7arith-1-color);
}
.home-search-section form .slider-search .submit_btn {
    background: transparent;
    border: none;
    padding: 0;
}
.trending-categories-swiper {
    margin-top: 15px;
}
.trending-categories-swiper a.swiper-slide {
    width: auto !important;
}
.harith_chips {
    border: 1px solid;
    border-radius: 50rem;
    padding: 6px 18px;
    font-weight: 600;
}
.harith_card {
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    overflow: hidden;
}
.course_card {
    background-color: var(--7arith-2-color);
}
.testimonial_card {
    /* background-color: white; */
    background-color: rgba(255, 255, 255, 0.4);
    /* width: 350px; */
    flex: 0 0 350px;
    padding: 20px 25px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.teacher_in_course_card {
    background-color: #F6EAD8;
    color: black;
    font-size: 10px;
    display: inline-flex;
    border-radius: 10px;
    padding: 2px 10px;
}
#navbarShopingCart {
    position: relative;
}
#navbarShopingCart .badge {
    position: absolute;
    top: 5px;
    right: -7px;
    width: 14px;
    height: 14px;
    font-size: 9px !important;
}
.lang_switch_form {
    margin-left: auto;
}
.lang_switch_form .dropdown-menu {
    top: 0 !important;
    min-width: unset;
    padding: 0;
}
.lang_switch_form .dropdown-menu:after {
    content: url(/assets/default/img/arrow-down.svg);
    position: absolute;
    right: 14px;
    width: 14px;
    height: 7px;
    border: none;
    top: -22px;
    left: auto;
}
.lang_switch_form .dropdown-toggle:after {
    display: none;
}
.lang_switch_form .harith_chips {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    height: 100%;
    padding: 9px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
}
.lang_switch_form .dropdown-item {
    padding: 7px 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.nav_bar_sub_container {
    gap: 15px;
}
#navbar {
    padding: 15px 20px;
    background: transparent;
    border-radius: 0 0 20px 20px;
    background-color: var(--7arith-2-color);
    box-shadow: none;
}
.home-slogan-section {
    justify-content: center;
    font-size: 60px;
    color: var(--7arith-3-color);
    line-height: 1;
}
.home-sections,
.home-sections.home-sections-swiper {
    margin-top: 60px;
}
.bmenu-ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bmenu_link  {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: var(--7arith-4-color);
}
.bmenu_link:hover  {
    color: var(--7arith-1-color);
}
.activeBmenuLink {
    color: var(--7arith-5-color);
}
.bmenu_nav {
    padding: 15px 0;
    border-radius: 20px 20px 0 0;
    box-shadow: var(--box-shadow-2);
}
.harith_middle_footer {
    color: white;
}
.harith_middle_footer h2 {
    color: var(--7arith-3-color);
    margin-bottom: 15px;
}
#topFilters select {
    border: 1px solid var(--7arith-1-color);
    color: var(--7arith-1-color);
}

.footer ul li {
    font-size: 16px;
}
.footer_divider {
    border-bottom: 2px dashed var(--7arith-4-color);
    margin-bottom: 35px;
    margin-top: 35px;
}
.footer-har-logo,
.footer-social {
    display: flex;
    align-items: center;
    gap: 35px;
}
.footer-social {
    justify-content: end;
}
.harith-sub-header .search-input {
    border-radius: 50rem;
}
.harith-sub-header .search-input input {
    font-size: 16px;
}
.harith-sub-header .submit_btn {
    background: transparent;
    border: none;
    padding: 0;
}
.category_chips_wrapper a.harith_chips {
    color: white;
    background-color: var(--7arith-4-color);
    border: 1px solid var(--7arith-4-color);
}
.custom-control-input:checked~.custom-control-label:before, .custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: var(--7arith-1-color) !important;
    border-color: var(--7arith-1-color) !important;
}
.custom-control-label:before {
    background-color: transparent;
    border: 1px solid var(--7arith-1-color);
}
.custom-switch .custom-control-label:after {
    background-color: var(--7arith-1-color);
}
.best_sellers_section {
    background-color: var(--7arith-1-color);
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer {
    margin-top: 60px;
}
.checkoutFormTag input,
.checkoutFormTag select {
    background-color: white;
    border: 1px solid var(--7arith-4-color);
}
.harith_login_form input {
    background-color: white;
    font-size: 16px;
    padding: 20px 20px;
    height: auto;
    border: 1px solid var(--7arith-4-color);
}
.auth_submit_btn {
    background-color: var(--7arith-3-color);
    border-color: var(--7arith-3-color);
    font-size: 18px;
    padding: 15px;
    height: auto;
    border-radius: 50rem;
}
.login-container {
    margin: 0;
    border-radius: unset;
    border: none;
}
.login-card {
    padding: 40px 0px;
}
#chaptersAccordion .accordion-row {
    background-color: #fff;
}
.chapter_file_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}
.chapter_file_row_title {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.chapter_file_row_title svg {
    margin-top: 5px;
}
.chapter_file_row_meta {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.chapter_file_row_meta .duration_el {
    font-size: 14px;
    color: var(--7arith-4-color);
}
.chapter_file_row_meta button {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
.course-reviews-box .course-progress {
    min-width: 50%;
    width: 50%;
}
.course-reviews-box .course-progress .progress-bar {
    background-color: var(--7arith-4-color);
}
.section-title {
    color: var(--7arith-3-color);
}
.panel-sidebar .sidebar-menu {
    height: calc(100% - 300px);
}
.course-description, .course-description p {
    word-wrap: break-word;
}
.webinar-card-incart:hover {
    transform: unset;
    box-shadow: none;
    transition: unset;
}
.webinar-card-incart {
    border: 2px solid var(--7arith-4-color);
    border-radius: 10px;
}
.course-content-sidebar .course-img:after {
    display: none;
}
.form-control {
    background-color: white;
}
@media (min-width: 991px) {
    #navbar {
        box-shadow: var(--box-shadow-2) !important;
    }
    .course_cards_wrapper {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 30px;
    }
    .course_cards_wrapper .container,
    .courses_list .container {
        display: flex;
        height: 100%;
    }
    .login-card h1 {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .home-sections .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin-right: 4px !important;
    }
    /* .home-sections .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        background-color: var(--7arith-1-color) !important;
    } */
    .home-search-section form .slider-search input {
        font-size: 14px;
    }
    .cookie-security-dialog {
        bottom: 100px;
    }
}
@media (max-width: 991px) {
    .home-sections.home-sections-swiper,
    .home-sections {
        margin-top: 40px;
    }
    .home-search-section {
        margin-top: 12px;
    }
    .login-card h2 {
        font-size: 14px !important;
        margin-top: 5px;
        gap: 7px;
    }
    .chapter-icon {
        display: none;
    }
    .panel-content {
        padding: 20px 15px 30px;
    }
}
@media (max-width: 767px) {
    .activities-container img {
        width: auto;
        height: 44px;
    }
}
.course-content-section .commentswrapper {
    display: none !important;
}