/* Style For New UI 16-3-2024 */
:root {
    --primary-color: #051242;
    --Secondary-color: #F8CF3B;
    --third-color: #2C7EB3;
    --muted-color: #06060680;
}

.not-pointer {
    pointer-events: none;
    user-select: none;
    cursor: none;
}

/* Start Ready CLasess */
/* Fixed Header */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
    box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
    background-color: #fff;
    padding: 10px;
}

/* Fixed Header */
/* Start Spacing */
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-padding-02 {
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .section-padding-02 {
        padding-top: 20px;
    }
}

/* End Spacing */
/* Sign Button */
.primary-btn {
    background-color: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    transition: all .3s linear;
}

.secondary-btn {
    color: var(--primary-color);
    background-color: var(--Secondary-color);
    padding: 14px 20px !important;
    border-radius: 6px;
    transition: all .3s linear;
    border: 1px solid var(--Secondary-color);
}

.third-btn {
    color: #ffffff;
    background-color: var(--third-color);
    padding: 14px 20px !important;
    border-radius: 6px;
    transition: all .3s linear;
    border: 1px solid var(--third-color);
}

.primary-btn:hover {
    background-color: var(--Secondary-color) !important;
    color: var(--primary-color) !important;
}

.secondary-btn:hover {
    background-color: transparent;
    color: var(--Secondary-color);

}

.third-btn:hover {
    background-color: transparent;
    color: var(--third-color);

}


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

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

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

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

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

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

/* Border */
.prim-border {
    border: 1px solid rgba(5, 18, 66, 0.12);
}

/* Shadow */
.third-shadow-hover:hover {
    box-shadow: 6px 8px 2px rgba(44, 126, 179, 0.5);
    transition: all .3s linear;
}

/* main title */
.title-div {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 2.5rem;
}

.title-div .image {
    max-width: 50px;
}

.title-div h2 {
    font-size: clamp(15px, 20px, 4vw);
    font-weight: bold;
}

.title-div h2::after {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 5px;
    bottom: -7px;
    border-bottom: 2px dashed var(--third-color);
    right: -16px;
}

/* End Ready CLasess */
/* Start Breadcrumb */
.breadcrumb-item.active {
    color: var(--third-color);
}

/* End Breadcrumb */
/* Start Flex Layout Screen Large */
.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

main#main-content {
    flex: 1 1 0%;
}

/* End Flex Layout Screen Large */
/* Start Header---------- */
@media (min-width: 991px) {
    .main-header.sticky {
        background-color: rgb(255 255 255 / 95%);
    }
}

@media (min-width: 991px) {
    .main-menu .menu_item .menu_link.active {
        border-bottom: 3px solid var(--Secondary-color);
        border-radius: 2px;
    }
}

.main-menu .menu_item .sign-btn {
    background-color: var(--primary-color);
    color: #ffffff;
}

.main-menu .menu_item .join-btn {
    color: var(--primary-color);
}

.main-menu .menu_item .join-btn,
.main-menu .menu_item .sign-btn {
    border: 1px solid var(--primary-color);
    padding: 12px 14px;
    border-radius: 6px;
    transition: all .3s linear;
}

@media (max-width: 768px) {

    .main-menu .menu_item .join-btn,
    .main-menu .menu_item .sign-btn {
        padding: 7px 5px;
        font-size: 10px;
    }

    .title-div h2 {
        font-size: clamp(15px, 20px, 4vw);
    }

}

.main-menu .menu_item .join-btn:hover,
.main-menu .menu_item .sign-btn:hover {
    background-color: var(--Secondary-color);
    color: var(--primary-color);
}

/* End Header---------- */
/* Start Hero section --------- */
.hero {
    max-height: 80dvh !important;
}

.hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    padding: 4rem 0;
}

.swiper-homePage .bg-hero-image {
    width: 100%;
    max-height: 80dvh;
    object-fit: cover;
}

.swiper-homePage .hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 4.5rem;
}

.swiper-homePage .hero-content .hero-image img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.swiper-homePage .home-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 550px;
}

@media (min-width: 1360px) {
    .swiper-homePage .home-content {
        gap: 45px;
    }
}

.swiper-homePage .home-title {
    color: var(--Secondary-color);
    font-size: clamp(1.3rem, 1.6rem, 4vw);
    text-shadow: 0px 4px 4px var(--muted-color);
    -ms-text-shadow: 0px 4px 4px var(--muted-color);
    -webkit-text-shadow: 0px 4px 4px var(--muted-color);
}

.swiper-homePage .home-content p {
    margin: 10px 0;
    line-height: 1.6;
    font-size: clamp(1rem, 1.3rem, 4vw);
}

.swiper-homePage .hero-content .banerRegisterBTN {
    color: var(--primary-color);
    background-color: var(--Secondary-color);
    padding: 14px 20px !important;
    border-radius: 6px;
    transition: all .3s linear;
    border: 1px solid var(--Secondary-color);
    font-size: clamp(.8rem, 1.1rem, 4vw);
}

.swiper-homePage .hero-content .banerRegisterBTN:hover {
    color: var(--Secondary-color);
    background-color: transparent;
}

.hero-section .image {
    max-width: 350px;
    max-height: 350px;
}

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

@media (max-width: 991px) {
    .swiper-homePage .hero-content {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 25px;
        margin: 0 10px;
    }

    .swiper-homePage .home-content {
        gap: 3px;
        text-align: center;
    }

    .swiper-homePage .hero-content .hero-image img {
        width: 150px;
        height: 150px;
    }

    .swiper-homePage .header-text {
        padding-top: 0.7rem;
    }

    .swiper-homePage .header-text p {
        margin: 5px 0;
    }

    .swiper-homePage .home-content .banerRegisterBTN {
        padding: 8px 12px !important;
    }

    .swiper-homePage .bg-hero-image {
        min-height: 85dvh;
    }

    .hero-section .image {
        max-width: 170px;
        max-height: 170px;
    }
}


.swiper-homePage .swiper-button-next:after,
.swiper-homePage .swiper-button-prev:after {
    font-size: 20px
}

/* End Hero section --------- */
/* Start Social Media Fixed */
.fixed-social {
    position: fixed;
    background-color: rgba(6, 6, 6, 0.02);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid #06060614;
    backdrop-filter: blur(5px);
    width: 35px;
    padding: 5px;
    left: 0;
    top: 270px;
    z-index: 555;
}

.fixed-social ul {
    text-align: center;
    color: #000;
    gap: 5px;
    font-size: 10px;
}

.fixed-social ul li a i {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

/* End Social Media Fixed */
/* Start Statistics */
#statistics .box {
    border: 1px solid var(--primary-color);
    transition: all .4s linear;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 18px;
    /* min-height: 200px;*/
}

#statistics .box:hover {
    -webkit-box-shadow: 6px 7px 1px var(--Secondary-color);
    -ms-box-shadow: 6px 7px 1px var(--Secondary-color);
    box-shadow: 6px 7px 1px var(--Secondary-color);
}

#statistics .box .image {
    width: 100px;
    height: 100px;
    margin: auto;
}

#statistics .box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#statistics .box .info p {
    color: var(--primary-color);
    text-align: center;
    font-weight: 500;
    font-size: clamp(14px, 18px, 5vw);
    padding-top: 25px;
}

#statistics .box .info p span {
    font-weight: 700;
    color: var(--third-color);
}

/* End Statistics */
/* Start services */
#services .services-content .services-info .image {
    width: 90px;
    height: 90px;
}

#services .services-content .services-left-image img,
#services .services-content .services-info .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html[dir="ltr"] #services .services-content .services-left-image img {
    transform: rotateY(180deg);
}

#services .services-content .services-left-image {
    width: 400px;
    height: 500px;
    position: relative;
}

/* End services */
/* Start Latest Courses Section */
.courses-content .single-courses .item-courses {
    border: 1px solid #0606061F;
    max-width: 350px;
    padding: 16px;
    border-radius: 16px;
    transition: all .3s linear;
}

.courses-content .single-courses .item-courses:hover {
    box-shadow: 6px 8px 2px rgba(44, 126, 179, 0.5);
}

.single-courses .courses-images {
    height: 250px !important;
}

.single-courses .courses-images a img {
    height: 100% !important;
    border-radius: 16px !important;
    object-fit: fill;
    width: 100%;
}

.courses-content .single-courses {
    padding: 10px !important;
    border: none !important;
}

.categories .item-categ {
    color: var(--primary-color);
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid transparent;
    transition: all .3s linear;
}

.categories .item-categ.active {
    color: var(--primary-color);
    font-weight: bold;
    border-bottom: 2px solid var(--Secondary-color);
    border-radius: 0px;
    text-align: center;
}

.swiper-action .swiper-prev,
.swiper-action .swiper-next {
    color: var(--muted-color);
    margin-right: -10px;
    margin-left: -10px;
}

/* End Latest Courses Section */
/* Start Teachers Section */
.teacher-box .teachers-image {
    width: 160px;
    height: 160px;
    margin: auto;
    position: relative;
    z-index: 5;
    bottom: -35px;
}

.teacher-box .teachers-image>img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teacher-box .teachers-image::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 5px;
    background-image: url(../images/verified.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.teacher-box .teacher-info {
    border-radius: 16px;
    box-shadow: 0px 2px 12px#05124214;
    padding: 35px 15px 10px;
    min-height: 150px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
}

.teacher-box .teacher-info .top-info a {
    color: var(--primary-color);
    font-weight: 600;
}

.homepageLecturer .teacher-box .teacher-info {
    min-height: 180px;
}

#team-members .teachers-active .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 43px;
    height: 22px;
}

#team-members .teachers-active .swiper-pagination-bullet-active {
    outline: 1px solid var(--third-color);
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .teacher-box {
        text-align: center;
        padding: 20px;
    }

    .teacher-box .bottom-info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}

/* End Teachers Section */
/* Start How We Work */
#how-work {
    background-color: var(--primary-color);
    border-radius: 16px;
    padding: 10px;
    max-width: 1075px;
    margin: auto;
    position: relative;
}

#how-work .content {
    border: 2px dashed var(--Secondary-color);
    border-radius: 16px;
    padding: 25px;
}

#how-work .content .image {
    position: absolute;
    right: -50px;
    width: 300px;
    height: 300px;
}

html[dir="ltr"] #how-work .content .image {
    right: unset;
    left: -50px;
}

@media (max-width: 991px) {
    #how-work .content {
        padding: 10px;
    }

    #how-work .content .image {
        width: 150px;
        height: 150px;
        position: unset;
        margin: 20px auto 10px;
    }

    #how-work .content {
        padding: 3px;
    }

    .widget_item-works .widget_item-title p,
    .widget_item-works .widget_item-title span {
        font-size: 13px;
    }
}

#how-work .content .image .right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 2px dashed var(--Secondary-color);
    border-radius: 16px;
}

#how-work .content .image .exper-image {
    position: absolute;
    bottom: -50px;
    left: -70px;
    background-color: rgba(254, 254, 254, 0.48);
    backdrop-filter: blur(10px);
    padding: 30px 10px;
    border-radius: 16px;
    height: 202px;
    width: 202px;
    text-align: center;
}

html[dir="ltr"] #how-work .content .image .exper-image {
    left: unset;
    right: -70px;
}

#how-work .content .image .exper-image p {
    width: 140px;
    margin: auto;
    color: var(--primary-color);
    font-size: 24px;
}

#how-work .content .info {
    max-width: 590px;
    height: 400px;
    overflow: hidden;
    padding: 10px;
}

#how-work .content .info::-webkit-scrollbar {
    display: none;
}

#how-work .content .info .widget_item-works {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 6px;
    margin: 10px;
}

@media (max-width: 768px) {
    #how-work .content .info .widget_item-works {
        text-align: center;
        flex-direction: column;
        padding: 15px;
        margin: 5px;
        gap: 10px;
    }
}

#how-work .content .info .widget_item-works .widget_item-icon {
    border-radius: 6px;
    background-color: var(--Secondary-color);
    color: var(--primary-color);
    font-size: clamp(18px, 24px, 4vw);
}

#how-work .content #scroll-down,
#how-work .content #scroll-up {
    position: absolute;
    z-index: 55;
    left: 0;
}

html[dir="ltr"] #how-work .content #scroll-down,
html[dir="ltr"] #how-work .content #scroll-up {
    right: unset;
    left: -25px;
}

#how-work .content #scroll-down {
    bottom: 0;
}

#how-work .content #scroll-up {
    top: 0;
}

@media (max-width: 768px) {

    #how-work .content #scroll-down,
    #how-work .content #scroll-up {
        left: -9px;
    }

    #how-work .content #scroll-up {
        top: 9px;
    }
}



/* End How We Work */
/* Start Testimonials Section */
.testimonial-wrapper .testimonial-author {
    padding: 15px;
}

.testimonial-wrapper .testimonial-author img {
    margin-bottom: -55px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.testimonial-wrapper .testimonial-slide .testimonial-author {
    display: flex;
    flex-direction: column;
    min-height: 325px;
}

.testimonial-wrapper .testimonial-box {
    border-radius: 16px;
    box-shadow: 0px 2px 12px rgba(5, 18, 66, 0.08);
    padding: 20px 25px 35px 25px;
    flex-grow: 1;
}

.testimonial-wrapper .testimonial-box .testimonial-content {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-active .swiper-pagination {
    height: 22px !important;
    position: relative;
    margin-top: 30px;
}

.testimonial-wrapper .swiper-pagination-bullet-active {
    outline: 1px solid blue;
    outline-offset: 2px;
}

/* End Testimonials Section */
/* Strat Partners Section */
.brand-logo .brand-item {
    background-color: white;
    border: 1px solid #06060614;
    box-shadow: 2px 5px 12px #05124214;
    padding: 20px 10px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.brand-logo .brand-item .image {
    margin: auto;
    width: 135px;
    height: 100px;
}

.brand-logo .brand-item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 991px) {

    .brand-logo .swiper-next,
    .brand-logo .swiper-prev {
        margin: 0px -20px;
    }
}

/* End Partners Section */
/* Start Lecturers Page---------------------- */
.form-check-input:checked {
    background-color: var(--third-color) !important;
    border-color: var(--third-color) !important;
}

.form-search-by-name .search-box,
.form-search-by-title .search-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
}

.form-search-by-name .search-box:first-child>*,
.form-search-by-title .search-box:first-child>* {
    padding: 10px;
}

.form-search-by-name .search-box .search-btn,
.form-search-by-title .search-box .search-btn {
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: clamp(16px, 20px, 5vw);
    padding-left: 14px;
    padding-right: 14px;
}

.filter-body .select-item {
    border-radius: 8px;
    color: var(--muted-color);
    padding: 12px;
    font-size: 15px;
}

.filter-body .tab-filter li {
    width: 100%;
}

.filter-body .tab-filter label,
.filter-body label.dropdown-item {
    padding: 5px !important;
    height: 35px !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* End Lecturers Page------------------------ */
/* Start Single Course Page------------------------ */
/* start hero section */
.single-page-hero-section {
    padding: 3rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content .course-info .text-desc {
    max-width: 550px;
}

.single-page-hero-section .image {
    width: 400px;
    height: 300px;
}

.single-page-hero-section .image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* end hero section */
#course-information .video {
    text-align: center;
    margin: auto;
}

#course-information .video .img-video {
    width: 480px;
    height: 210px;
    object-fit: fill;
}

@media (max-width: 768px) {

    .single-page-hero-section .image,
    #course-information .video .img-video {
        width: 250px;
        height: 190px;
    }

}

.card-course .tools-list {
    list-style: disc;
}

.card-course .ctf-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#privet-lesson .card-course .teachers-image,
#course-curriculum .card-course .teachers-image {
    width: 80px;
    height: 80px;
    position: relative;
}

#privet-lesson .card-course .teachers-image img,
#course-curriculum .card-course .teachers-image img {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}

#privet-lesson .card-course .teachers-image::after,
#course-curriculum .card-course .teachers-image::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    background-image: url(../images/verified.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

/* End Single Course Page------------------------ */
/* Start Blog Page --------------------------------*/
.header-blog {
    background-color: var(--primary-color);
    padding: 30px 0;
}

.header-blog .menu-blog li a {
    color: #ffffff;
    font-size: clamp(17px, 20px, 5vw);
}

.header-blog .menu-blog li a.active {
    color: var(--Secondary-color);
    position: relative;
}

.header-blog .menu-blog li a.active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background-color: var(--Secondary-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.swiper-blog .blog-image {
    width: 100%;
    height: 100%;
}

.swiper-blog .blog-image>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-blog .details {
    height: 0px;
    overflow: hidden;
    transition: height .3s ease;
}

.swiper-blog .text-absolute {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background-color: rgb(255 255 255 / 45%);
    color: var(--primary-color);
    backdrop-filter: blur(5px);
    margin: 0;
    transition: all .3s linear;
}

.swiper-blog .text-absolute:hover .details {
    height: 200px;
}

section.section {
    position: relative;
    background-color: #ffffff;
}

section.top-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 67px;
    background-color: var(--primary-color);
    z-index: 1;
    clip-path: ellipse(53% 65% at 50% 9%);
    left: 0;
    top: -20px;
}

.latestBlog .blog-item>.info-blog {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

.latestBlog .blog-item .img-blog {
    width: 100%;
    height: 200px;
    margin: 0px auto 15px;
}

.latestBlog .blog-item .img-blog img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.latestBlog .blog-item>.info-blog .widget_item-content .widget_item-title {
    min-height: 50px;
}

.latestBlog .blog-item>.info-blog .widget_item-content .widget_item-text {
    min-height: 80px;
}

.latestBlog .blog-item .type-blog {
    padding: 5px 10px;
    background-color: #2C7EB314;
    color: var(--primary-color);
    font-size: clamp(10px, 14px, 5vw);
}

.latestBlog .blog-item .btn-blog {
    position: relative;
    bottom: 65px;
    transition: all .4s linear;
}

.latestBlog .blog-item .btn-blog a {
    width: calc(100% - 10px);
    margin: auto;
}

.latestBlog .blog-item:hover .btn-blog {
    bottom: 0;
}

/* End Blog Page -----------------------------------*/
/* Start News Page -----------------------------------*/
.news-hero-text {
    backdrop-filter: blur(3px);
    background-color: rgb(255 255 255 / 45%);
    border-radius: 16px 16px 0px 0px;
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
}

/* End News Page -----------------------------------*/
/* Start About Page */
#about-us .founders .founder-item {
    min-height: 250px;
}

#about-us .founders .founder-item .img-founder {
    width: 200px;
    height: 150px;
}

#about-us .founders .founder-item .img-founder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

/* End About Page */
/* Start Login Page */
.signup-tab {
    border-radius: 4px;
}

.signup-tab button {
    color: #060606;
    font-weight: 600;
    background-color: transparent;
    border-radius: 4px;
    transition: all .2s linear;
}

.signup-tab button.active {
    background-color: var(--third-color);
    color: #ffffff;
}

.login-img {
    max-height: 550px;
}

.login-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-img-login {
    position: absolute;
    background-color: rgba(254, 254, 254, 0.20);
    backdrop-filter: blur(4px);
    padding: 15px 10px;
    bottom: 0;
    width: 100%;
}

.text-img-login>* {
    color: #ffffff;
}

.blog-swiper-slide {
    height: 350px;
}

#submit_free_reg_btn {
    width: 260px;
    font-size: 17px;
    font-weight: 600;
}

.courseFrontPage .text-colot-primary {
    font-size: 1.25rem;
}

.loginRegisterForm {
    margin: 0 auto;
}

.user-review-image {
    width: 120px !important;
    height: 120px;
}

/* End Login Page */
/* Start Privet Lesson Courses */
.private-lesson-item {
    box-shadow: 0 2px 12px rgba(5, 18, 66, 0.04);
}

/* Modal Materials Filter */
#privet-lesson .materials-modal {
    width: 100%;
    background-color: #fff;
    transition: height .3s linear;
    z-index: 55;
    height: 0;
}

#privet-lesson .materials-modal.show {
    height: 270px;
}

#privet-lesson #close-materials-modal {
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
    transition: all .3s ease-in-out;
    padding: 10px 18px;
}

#privet-lesson #close-materials-modal:hover {
    background-color: var(--primary-color);
    color: #fff;
}

#privet-lesson .top-content .material-item {
    padding: 10px 25px;
    border-radius: 8px;
    border: 1px solid var(--muted-color);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

#privet-lesson .top-content .material-item h5 {
    color: var(--muted-color);
}

#privet-lesson .top-content .material-item:hover,
#privet-lesson .top-content .material-item.active {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

#privet-lesson .top-content .material-item:hover h5,
#privet-lesson .top-content .material-item.active h5 {
    color: #fff;
}

#privet-lesson .top-content .material-item:hover span.icon path,
#privet-lesson .top-content .material-item.active span.icon path {
    stroke: #fff;
    stroke-opacity: 1;
}

#privet-lesson .bottom-content {}

#privet-lesson .top-content .material-item:hover span.icon path:not(:first-child),
#privet-lesson .top-content .material-item.active span.icon path:not(:first-child) {
    fill: #fff;
    fill-opacity: 1;
}

#privet-lesson .bottom-content .material-list {
    text-align: center;
}

#privet-lesson .bottom-content .material-list .material-list-item a {
    color: var(--muted-color);
}

#privet-lesson .bottom-content .material-list .material-list-item a.active {
    color: var(--primary-color);
    font-weight: 700;
    border-bottom: 2px solid var(--Secondary-color);
}

@media (min-width: 992px) {

    #privet-lesson .bottom-content .material-arrow {
        width: 200px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: var(--primary-color);
        font-size: 20px;
        z-index: 5;
        font-weight: 700;
    }

    #privet-lesson .bottom-content .material-arrow::after {
        content: '';
        position: absolute;
        background-image: url(../images/svg/arrow-bg-mt.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }
}

html[dir="ltr"] #privet-lesson .bottom-content .material-arrow::after {
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    #privet-lesson .top-content .material-item {
        padding: 5px 10px;
    }
}

/* Modal Materials Filter */
/*@media (max-width: 475px) {
    .mobile-table {
        display: flex;
    }

    .mobile-table thead tr,
    .mobile-table tbody tr {
        display: flex;
        flex-direction: column;
    }

    .mobile-table> :not(caption)>*>* {
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #ccc;
        height: 75px;
    }
}*/
.mobile-table thead>*>*,
.mobile-table tbody>*>* {
    font-size: clamp(10px, 17px, 4vw);
}

/* End Privet Lesson Courses */
@media (max-width: 768px) {
    .widget_item-notification {
        flex-direction: column;
    }

    #course_row_21 {
        display: flex;
        flex-wrap: wrap;
    }

    #course_row_21>td {
        width: calc(100% / 2);
    }

    .table.table-cart tr td,
    .table.table-cart tr th {
        padding: 10px 5px;
        font-size: 11px;
    }
}

.fixed-social ul li a {
    font-size: 20px;
    color: #2c7eb3;
}

/* Start All Animation Keyframes */
@-webkit-keyframes sticky {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/* End All Animation Keyfream */
/* Start Privacy Main Menu List */
.privacy-menu {
    padding: 10px;
}

.privacy-menu ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.privacy-menu ul .privacy-item {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: clamp(14px, 20px, 5vw);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .3s linear;
}

.privacy-menu ul .privacy-item .privacy-icon img,
.privacy-menu ul .privacy-item .privacy-icon svg {
    width: 24px;
    height: 24px;
}

.privacy-menu ul .privacy-item.active,
.privacy-menu ul .privacy-item:hover {
    background: rgba(44, 126, 179, 0.12);
    font-weight: 700;
}

.privacy-menu ul .privacy-item:hover a {
    color: var(--primary-color);
}

@media (min-width: 992px) {
    .privacy-menu {
        min-height: 100dvh;
        border-inline-end: 1px solid rgba(5, 18, 66, 0.12);
    }
}

@media (max-width: 991px) {
    .privacy-menu {
        border-block-end: 1px solid rgba(5, 18, 66, 0.12);
        margin-bottom: 15px;
    }

    .privacy-menu ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* End Privacy Main Menu List */
/* Start FAQs Page */
.section-faq .faq-image,
.contact-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.section-faq .faq-image img,
.contact-image img {
    width: 100%;
    height: 315px;
    object-fit: cover;
}

.section-faq .faq-image .text,
.contact-image .text {
    position: absolute;
    background-color: rgba(254, 254, 254, 0.20);
    backdrop-filter: blur(10px);
    padding: 15px 10px;
    bottom: 0;
    width: 100%;
}

.section-faq .widget__item-faq {
    border-bottom: 1px solid var(--primary-color);
}

.section-faq .widget__item-faq .faq-text>* {
    color: var(--muted-color);
}

/* End FAQs Page */
/* Start Contact Page */
.contact-form {
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 6px 8px;
    transition: all .3s linear;
    width: 100%;
}

.contact-form:focus {
    border-bottom: 1px solid var(--primary-color);
}

/* ENd Contact Page */
.myCourses {
    border-radius: 12px;
    border: 1px solid var(--Secondary-color);
    padding: 0px 10px;
    background-color: var(--Secondary-color);
    color: #fff !important;
    font-size: clamp(12px, 18px, 4vw);
}

.myCourses:hover {
    border: 1px solid var(--primary-color);
    background-color: transparent !important;
    color: var(--primary-color);
}

/* Start Calendar */
@media (max-width: 420px) {

    #calendar .event-data>* {
        font-size: 10px;
    }

    #calendar .fc-view-harness {
        height: 180px !important;
    }

    .message-body {
        padding: 10px !important;
    }

    .fc .fc-col-header-cell-cushion {
        padding: 2px !important;
    }

    .fc .fc-toolbar {
        flex-direction: column !important;
    }

    .day-number {
        text-align: center !important;
        margin: auto;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        min-height: 1.2rem !important;
    }
}

/* End Calendar */
.deletedCourse {
    background-color: #e9e9e9;
}

.deletedCourse .primary-btn {
    background-color: #54555b;
}

.material-item-check {
    display: none;
}

.pagesBanner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 250px 0 350px;
}

.optionCategory {
    font-size: 14px;
    font-weight: 600
}