html {
    scroll-behavior: smooth;
    height: 100%;
    box-sizing: border-box;
}



*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "Bold", sans-serif;
    word-break: break-word;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    color: #041434;

}

.scroll-to-top {
    color: #fff;
    background-color: #53389e;
    display: inline-block;
    position: fixed;
    bottom: 23px;
    left: 25px;
    padding: 5px 15px;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 60%);
    font-size: 20px;
    border: 1px solid#53389e;
    transition: all 0.5s ease-in-out;
    z-index: 999999999999999999;
}

.scroll-to-top:hover {
    background-color: transparent;
    color: #53389e;
}

#overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

#overlay>div{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%); 
    -moz-transform: translate(-50%,-50%); 
    -o-transform: translate(-50%,-50%); 
    -ms-transform: translate(-50%,-50%); 
}

p {
    font-family: "Regular", sans-serif;
    /* font-size: 18px; */
}

.text-black {
    color: black !important;
}

.bold {
    font-family: "Bold", sans-serif;
}

.Regular {
    font-family: "Regular", sans-serif;
}

.extra {
    font-family: "extra-Bold", sans-serif;
}

.p-bottom {
    padding-bottom: 115px;
}

.p-bottom2 {
    padding-bottom: 150px;
}

h2 {
    color: #041434 !important;
}

h5,
h4,
h3 {
    color: #243a64 !important;
}

.darkblue-color {
    color: #0b2252;
}

.purple-bg {
    background-color: #53389e !important;
}

.old-price {
    color: #ef8002;
}



@font-face {
    font-family: Regular;
    src: url(../fonts/HelveticaNeueLTArabic-Roman_0.ttf);
}

@font-face {
    font-family: Bold;
    src: url(../fonts/HelveticaNeueLTArabic-Bold_2.ttf);
}

@font-face {
    font-family: extra-Bold;
    src: url(../fonts/HelveticaNeueLTArabic-Bold_2.ttf);
}


.dropdown a {
    font-family: Regular;
    color: #041434;
}

ul li,
a:hover {
    list-style-type: none;
    text-decoration: none;
}

.w-700 {
    font-weight: 700 !important;
}

.w-900 {
    font-weight: 900;
}

.pagination-parent .pagination {
    justify-content: center;
}

.text-align-last-center {
    text-align-last: center !important;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

button:focus {
    outline: none;
}

/* width */

::-webkit-scrollbar {
    width: 4px;
    /* display: none; */
    height: 3px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #fff;
    width: 10px;
    /* display: none; */
}

/* Handle */

::-webkit-scrollbar-thumb {
    background-color: #ef7f00;
    border-radius: 20px;
    /* display: none; */
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #53389e;
    /* display: none; */
}

.page-link,
.page-link:hover,
.page-link:focus {
    color: #53389e;
}

.page-item.active .page-link {
    background-color: #53389e;
    border-color: #53389e;
}

.pagination-parent .pagination {
    justify-content: center;
}

.form-control {
    background-color: transparent;
    border-radius: 10px;
    height: 55px;
}

.form-control::placeholder {
    font-weight: 700;
    color: #cccccc;
}

.form-control:focus,
.form-control:hover {
    outline: 0;
    box-shadow: 0 4px 10px 3px #0000001c;
    background-color: #fff !important;
    border-color: #53389e !important;
    color: #53389e;
    border-radius: 12px;
}

::selection {
    color: #53389e;
}

textarea {
    resize: none;
}

textarea.form-control,
textarea.form-control:focus {
    height: auto;
}




.default-btn {
    /* color:#fff !important; */
    line-height: 2.5;
    /* border: 1px solid#53389e !important; */
    /* background-color:  #fff !important; */
    border-radius: 10px;
    transition: .5s all;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.default-btn span,
.default-btn img,
.default-btn i {
    position: relative;
    transition: .5s all;
    z-index: 5;
}

/* .default-btn::before{
    position: absolute;
    content: " ";
    width: 400px;
    left:50%;
    top: 0;
    bottom: 0;
    background-color:#53389e !important;
    z-index: 0;
    transition: .5s all;
}
.default-btn::after{
    position: absolute;
    content: " ";
    width: 400px;
    right:50%;
    top: 0;
    bottom: 0;
    background-color:#812B8B !important;
    z-index: 0;
    transition: .5s all;
}
.default-btn:hover::before{
    left: 110%;
}
.default-btn:hover::after{
    right: 110%;
}
.default-btn:hover span ,.default-btn:hover i{
    color:#53389e !important;
} */



/* h1,
h2 {
    color: #fff !important;
} */


.title,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.bg-none {
    background: none;
}

a {
    text-decoration: none;
}

/* a:hover {
  color: #333;
} */

.lineThrough {
    text-decoration: line-through;
}

.br-0 {
    border-radius: 0px;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-50 {
    border-radius: 50px;
}

.vh-100 {
    height: 100vh;
}

.vh-75 {
    height: 75vh;
}

.h-200 {
    height: 200px;
}

.h-250 {
    height: 250px;
}

.h-400 {
    height: 400px;
}

.h-600 {
    height: 600px;
}

.z-1 {
    z-index: -1;
}

.f-10 {
    font-size: 10px;
}

.f-15 {
    font-size: 15px !important;
}

.f-20 {
    font-size: 20px;
}

.f-25 {
    font-size: 25px;
}

.f-30 {
    font-size: 30px;
}

.f-40 {
    font-size: 40px;
}

.f-50 {
    font-size: 50px;
}

.f-1-rem {
    font-size: 1rem;
}


.f-1-1-rem {
    font-size: 1.1rem;
}

.f-1-3-rem {
    font-size: 1.3rem;
}

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

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
}

.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.form-select:focus {
    border-color: #53389e;
    outline: 0;
    box-shadow: none;
}

/* ================== colors ================== */

.btn {
    background-color: rgb(0 0 0 / 0%);
}

.default-bg {
    background-color: #53389e;
}

.default-color {
    color: #53389e !important;
}

.default2-color {
    color: #fa7f00 !important;
}

.second-color {
    color: #53389e;
}

.second-bg {
    background-color: #53389e;
}

.bg-gray {
    background-color: rgba(51, 51, 51, 0.07);
}

.color-selver {
    color: #828282;
}


.p-color {
    color: #305193;
}

/* =============== hover ================ */

.coursesList li a,
.instructor,
.instructor .overlay,
.instructor .watch,
.instructor img,
.allCourses,
.podcast-single,
.podcastFilter .podcast,
.podcast-single img,
.podcastFilter .podcast img,
.home-articles .article-hover,
.book-hover,
.course-hover,
.default-btn,
.course-hover .course-bg,
.course-hover h5,
.course-hover span,
.book-hover .course-bg,
.book-hover h5,
.book-hover h6,
.home-books .book,
.home-courses .course,
.coursesFilter .course,
.booksFilter .book,
.books-tab .book,
.courses-tab .course,
.relatedBooks .book,
.relatedCourses .course,
.btn-live{
    transition: all 0.5s ease-in-out;
}

.nav-link,
.nav-item,
footer li a {
    transition: .5s all;
}







/* ======================= navbar ================= */

.logo {
    width: 150px;
    height: 50px;
    object-fit: contain;
}
.logo2 {
    width: 164px;
    height: 80px;
    object-fit: contain;
}

.nav-link {
    color: #000;
    font-family: "Bold", sans-serif;
}

footer li a {
    color: #2d3f62;
    font-family: "Regular", sans-serif;
    font-weight: 700;
}




.navbar .user-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}

nav .dropdown-toggle::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border: none;
    position: absolute;
    right: 0px;
    top: 35%;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-family: 'Regular';
    color: #2d3f62;
    font-weight: 700;
}

.nav-link:hover,
.navbar-nav .nav-link:focus,
.nav-item.active .nav-link,
footer li a:hover {
    color: #ef7f00;
    font-size: 15px;
    font-weight: 900;
}

.navbar-nav .dropdown-menu {
    background: #fff;
    border-radius: 15px;
    border: none;
    box-shadow: 0 0 10px #53389e;
    right: 0;
    left: auto;
    width: 200px;
    position: absolute;
}

.navbar-nav .dropdown-item:hover {
    background-color: #53389e;
    border-radius: 8px;
    color: #fff;
}

.navbar-nav .nav-item i {
    padding-right: 3px;
}

/* ===================== footer =================== */
/* footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1rem;
    background-color: #fff;
} */

.footer-logo {
    width: 100px;
}

footer ul li {
    display: inline-block;
}

.copy-right p,
.copy-right a {
    color: #959595;
    font-size: 11px;
}

.instructor .course-name.line-2 {
    max-height: 84px;
}

.contact-gif {
    transform: scaleX(-1);
}

/* ====================== courses page =================== */

.category-name:before {
    content: "";
    width: 40px;
    height: 5px;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 6px;
    background-image: linear-gradient(#812B8B, #53389e);
}

.coursesList a,
.terms-and-condition:hover {
    color: #333;
}

.coursesList a:hover {
    margin-inline-start: 20px;
}
.row.active.courseMaterial-video.p-3.h-100{
    background-color: #d3bef1;
}
.instructor {
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 380px;
    height: 100%;
}

.instructor:hover {
    background-color: #333;
    box-shadow: 0px 2px 10px 2px rgb(51 51 51 / 50%);
}

.instructor img {
    height: 333px;
    object-fit: contain;
}

.instructor .overlay {
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.watch {
    opacity: 0;
}

.instructor:hover .watch {
    opacity: 1;
}

.instructor::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom,
            #f5f5f500,
            #f5f5f5fc,
            whitesmoke);
}

.instructor:hover::before {
    height: 60%;
    background-image: linear-gradient(to bottom, #f5f5f500, #333, #333);
}

.instructor:hover .overlay {
    bottom: 0;
}

.instructor a {
    color: #000;
}

.instructor:hover a {
    color: #fff;
}

.instructor:hover a h2,
.instructor:hover a h6 {
    text-shadow: 0px 3px 3px #8c8c8c;
}

.instructor a h2:before {
    content: "";
    width: 30px;
    height: 3px;
    background: black;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.instructor:hover h2:before {
    background: #fff;
    box-shadow: 0px 3px 3px #8c8c8c;
}

.instructor:hover img {
    margin-top: -15px;
}

.instructor .new-badge {
    background-color: #53389e;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
}

.instructor:hover .new-badge {
    color: #333;
}

/* ========================== course details ====================== */

.instructorImg img {
    height: 380px;
}

.course-instructor,
.about-page {
    background-image: linear-gradient(to bottom, #f1f1f1, #f1f1f180, #fff0);
}

.instructorImg::before {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, #f5f5f500, #fafafa, #fbfbfb);
}

.courseDetails .nav-tabs,

.fav-page .nav-tabs {
    border-bottom: 2px solid #dee2e6;
    width: fit-content;
    margin: auto;
}



.profile-articles .nav-tabs,
.fav-page .nav-tabs {
    margin: auto;
    font-size: 20px;
}

#relatedCourses,
.relatedCourses-title,
.articlesSlider,
.articlesList-title,
.booksSlider,
.booksList-title {
    padding-inline-start: 170px;
}

#spinner-parent {
    display: none;
    margin: 50px 0;
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
}

#relatedCourses .swiper-slide {
    width: 260px !important;
}

.courseDetails .nav-tabs .nav-item.show .nav-link,


.profile-articles .nav-tabs .nav-link.show .nav-link,

.fav-page .nav-tabs .nav-link.show .nav-link {
    color: #53389e;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    position: relative;
}

/* .courseDetails .nav-tabs .nav-link.active::after  {
    content: "";
    background:#53389e;
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    margin: auto;
} */

.courseDetails .nav-link:hover,
.courseDetails .nav-link:focus,
.courseDetails .nav-link:hover,
.review-desc .nav-link:hover,
.review-desc .nav-link:focus,
.review-desc .nav-link:hover {
    color: #53389e;
    border: none !important;
}


.courseDetails p {
    font-size: 18px;
}

.profile-articles .nav-tabs .nav-link,
.fav-page .nav-tabs .nav-link {
    border: none !important;
}

.courseDetails .certificate,
#nav-material .courseMaterial-video,
.articlesSlider .article:hover,
.booksSlider .book:hover,
/* #nav-info .courseMaterial-video, */
.popularArticles,

#nav-Certificates .certificate,
#nav-books .book:hover,
.articlesCategories {
    /* box-shadow: -5px 5px 16px 0 rgb(0 0 0 / 5%); */
    border-radius: 18px;
    padding-bottom: 115px;
}


.courseDetails .certificate p,
#nav-material p,
.articlesSlider .article p,
.booksSlider .book p,
#nav-Certificates .certificate p,
#nav-books .book p {
    font-size: 15px;
}

.courseDetails .certificate img,
#nav-Certificates .certificate img {
    height: 166px;
    width: 166px;
     object-fit: contain !important;
    border-radius: 50%;
}

#nav-material .courseMaterial-video .video-duration {
    color: #00000047;
}

.fa-large {
    font-size: 1.5em;
}

.courseMaterial-video img {
    position: relative;
    /* border-radius: 50%; */
    padding: 0 !important;
}

.courseMaterial-video .w-30 {
    width: 25px;
    height: 25px;
}

.courseMaterial-video:hover img,
#nav-info .video:hover .playVideo {
    animation: pulse-border 1500ms ease-out infinite;
}

.courseMaterial-video,
.courseMaterial-video h6,
.courseMaterial-video span {
    transition: all .5s ease-in-out;
}

.courseMaterial-video:hover {
    background-color: #d3bef1;
    color: #53389e;
}

.courseMaterial-video:hover h6,
.courseMaterial-video:hover span {
    color: #53389e !important;
}

@keyframes pulse-border {
    0% {
        /* box-shadow: 0 0 10px#53389e; */
    }

    50% {
        /* box-shadow: 0 0 15px 2px#53389e; */
        transform: scale(1.1);
    }

    100% {
        /* box-shadow: 0 0 0px#53389e; */
    }
}

.timeline ul li:nth-child(odd) {
    margin-inline-start: auto !important;
}

.timeline ul li:nth-child(even) {
    margin-inline-end: auto !important;
    text-align: end;
}

.timeline ul li:nth-child(odd):before {
    content: "\f111";
    position: absolute;
    left: -15px;
    border-radius: 50%;
    border: 2px solid#53389e;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding: 14px 6px;
    line-height: 0;
    color: #53389e;
    background: #fff;
    top: 25%;
}

.timeline ul li:nth-child(odd)::after {
    content: "";
    position: absolute;
    border-left: dotted;
    height: 100%;
    top: 25%;
    left: 0px;
    z-index: -1;
    border-color: #53389e;
}

.timeline ul li:nth-child(even):before {
    content: "\f111";
    position: absolute;
    right: -10px;
    border-radius: 50%;
    border: 2px solid#f08710;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding: 14px 6px;
    line-height: 0;
    color: #ef7f00;
    background: #fff;
    top: 25%;
}

.timeline ul li:nth-child(even)::after {
    content: "";
    position: absolute;
    border-left: dotted;
    height: 100%;
    top: 25%;
    right: 6px;
    z-index: -1;
    border-color: #f08710;
}

.timeline ul li:nth-child(odd) .lect-num {
    position: absolute;
    right: 111%;
    top: 20%;
    background-color: #53389e;
    margin: 0;
    padding: 10px;
    width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    height: 44px;
}

.timeline ul li:nth-child(even) .lect-num {
    position: absolute;
    left: 111%;
    top: 20%;
    background-color: #ef7f00;
    margin: 0;
    padding: 10px;
    width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    height: 44px;
}

.timeline ul li:nth-child(odd) .lect-num:after {
    content: "";
    width: 100%;
    height: 100%;
    border-left: solid 22px rgb(83 56 158);
    border-bottom: solid 22px transparent;
    border-top: solid 22px transparent;
    position: absolute;
    top: 0px;
    left: 100%;
}

.timeline ul li:nth-child(even) .lect-num:after {
    content: "";
    width: 100%;
    height: 100%;
    border-right: solid 22px #ef7f00;
    border-bottom: solid 22px transparent;
    border-top: solid 22px transparent;
    position: absolute;
    top: 0px;
    right: 100%;
}

.timeline ul li:last-child::after {
    display: none;
}

#nav-info .course-img {
    height: 350px;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}

#nav-info .playVideo {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    top: 45%;
    border-radius: 50%;
}

#nav-info #lessonsPlan {
    box-shadow: -5px 5px 16px 0 rgb(0 0 0 / 5%);
    border-radius: 18px;
    overflow: hidden;
}

.accordion-item {
    background-color: #fff;
    border: 2px dashed rgba(0, 0, 0, 0.125);
}
.accord-detail {
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
}

#nav-info #lessonsPlan .accordion-button:not(.collapsed) {
    color: #333;
    background-color: transparent;
    box-shadow: none;
}

/* .accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(0);
} */

#nav-info .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    border: none;
}

.w-30 {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.icon-50 {
    width: 50px !important;
    height: 50px;
    object-fit: contain;
}

.book-hover .book-img {
    height: 240px;
    object-fit: cover;
}

.lesson-duration {
    color: #33333385;
}

.lesson-status {
    color: #53389e;
    background-color: #DAEAC4;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 50px;
    font-family: 'Regular';
}

.home-podcast {
    background: #071229;
    border-radius: 21px;
    overflow: hidden;
}

.home-podcast img {
    height: 600px;
    object-fit: cover;
}

/* ======================= articles page ======================== */

.articlesSlider .article img,
.booksSlider .book img,
#nav-books .book img {
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
}

.home-books .book img,
.home-courses .course img,
.coursesFilter .course img,
.courses-tab .course img,
.relatedCourses .course img {
    height: 240px;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
}

.articlesSlider .article,
.booksSlider .book {
    width: 500px;
    transition: 0.5s all ease-in-out;
}

.swiper-slide {
    height: auto;
}

/* ======================= article details ======================= */



.comment .user-img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}

#cancel-reply {
    font-size: 14px;
    padding: 0;
}

.comment button {
    color: rgba(0, 0, 0, 0.3);
}

.comment-liked {
    color: #212529;
}

.comment .text-muted {
    color: rgba(51, 51, 51, 0.53) !important;
}

.popularArticles p {
    font-size: 11px;
}

.popularArticles ul li {
    border-bottom: 1px solid #eee;
}

.popularArticles ul li:last-child {
    border-bottom: none;
}

#articleCategories .accordion-item {
    border: none;
}

.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

#articleCategories .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #53389e;
    box-shadow: none;
    border-radius: 13px !important;
}

#articleCategories .accordion-button {
    color: rgba(0, 0, 0, 0.33);
}

input#code::placeholder,
.gray-text {
    color: #8692a6;
}

input#code {
    border: 1px solid #8692a6;
}

input {
    position: unset;
    opacity: unset;
}

#commentsAccordion .accordion-item {
    border: none !important;
}

.relatedBooks {
    background-color: rgba(196, 196, 196, 0.1);
}

.btn-group .btn {
    border: 2px solid #cccccc;
    border-radius: 8px;
    color: #0d2962;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    background-color: #f9f9f9;
    border-color: #53389e;
    color: #0d2962;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none;
}

.btn-border {
    border: 1px solid#53389e;
    width: 60px;
    font-size: 24px;
    line-height: 1.5;
    height: 50px;
}

.btn-border:hover {
    background-color: #53389e;
    color: #fff !important;
}

.btn-border i.fa-heart {
    font-weight: 100;
}

.book-details .view:hover {
    color: #333;
}

.book-details .book-img {
    height: 500px;
}

#addToCart .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    border-radius: 35px;
    border: none;
}

#addToCart img {
    height: 270px;
}

.after-icon:after {
    content: "";
    width: 2px;
    height: 100%;
    background: black;
    position: absolute;
    right: 0;
    bottom: 0;
}

.list-items .form-select {
    background-color: #f9f9f9;
}

/* ============================== cart ======================== */

.list-items .item {
    border-bottom: 1px solid #eee;
}

.list-items .item:last-child {
    border-bottom: none;
}

.total-items {
    background-color: rgba(196, 196, 196, 0.15);
}

.or:before {
    content: "";
    width: 100%;
    background: rgba(134, 146, 166, 0.28);
    position: absolute;
    height: 2px;
    right: 0;
    top: 50%;
    z-index: 0;
}

.form-label {
    color: #696f79;
    font-weight: 600;
}

.payment .form-check .form-check-input[type="radio"] {
    border-color: #333;
    border-width: 2px;
}

.payment .form-check-input:checked {
    background-color: #53389e;
    border-color: #53389e !important;
    box-shadow: none;
}

.auth-icon {
    width: 20px;
    height: 20px;
    margin: auto;
}

/* ======================== profile ==================== */

.profile-page:before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    background-image: linear-gradient(to left,
            rgba(13, 211, 255, 0.19),
            #53389e);
}

.user-info img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: rgb(255 255 255);
}

/* ========================== login ==================== */
.auth-bg {
    background-image: url(../images/login2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    /* background-color: #041434; */
}

.auth-text:after {
    content: "";
    width: 50px;
    height: 50px;
    background: #ffffff00;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.auth-bg .fa-check-circle {
    background: -webkit-linear-gradient(#812B8B, #53389e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.back:hover {
    color: #000;
}

/* ============================= signup ========================= */

.step-title {
    position: absolute;
    right: 42px;
    top: 25px;
    z-index: 9;
    color: #8692a6;
    font-size: 16px;
}

#wizard .avatar-upload {
    position: relative;
    max-width: 200px;
    margin-top: 0;
}

#wizard .avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px dashed #1565d8;
}

.actions ul li:last-child {
    display: none !important;
}

.main-slider-bg {
    background-image: url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
}

.home-navbar {
    position: fixed;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 3%);
    top: 0;
}

.social-icon {
    width: 25px;
    height: 25px;
}

.social-signup {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
}

.social-signup:hover {
    background-color: #53389e;
    color: #fff !important;
}



.agreeTerms input {
    accent-color: #53389e;
    height: 17px;
    width: 17px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 22px !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-right: 6px;
    padding-left: 75px !important;
    margin-left: 0;
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px;
    color: #333 !important;
}

/* =================================
                edit profile
                ==================================== */

.filupp>input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    /* margin-top: 100px; */
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-preview {
    width: 115px;
    height: 115px;
    position: relative;
    border-radius: 50%;
    border: 4px solid #fff;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
    margin: auto;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border: 2px solid #286f6c; */
}

.toggle-password {
    position: absolute;
    right: 25px;
    bottom: 17px;
    font-size: 12px;
    color: #b5b2b1;
    top: 50px;
}

.edit-profile-img {
    width: 115px;
}

.edit-profile-img a {
    color: rgba(51, 51, 51, 0.4);
    padding: 0;
}

.upload-inst {
    position: absolute;
    width: 50px;
    bottom: 100px;
    left: 215px;
    animation: instractionsMove 2s infinite linear;
}

@keyframes instractionsMove {
    0% {
        transform: translateX(25px);
    }

    100% {
        transform: translateX(0px);
    }
}

.empty-page {
    height: 66vh;
}

/* ============================ podcast===================*/

.podcastFilter img {
    height: 138px;
    object-fit: cover;
    border-radius: 0;
    width: 100%;
}

.podcast-active {
    background-color: #4e4e4e1c;
}

.podcast-actions {
    position: relative;
}

.coppied {
    background-color: black;
    color: white;
    padding: 3px;
    margin: 6px;
    position: relative;
    font-size: 0.7em;
    position: absolute;
    right: 190px;
    top: 44px
}

.coppied:before {
    content: "";
    display: inline-block;
    border: 4px solid black;
    margin-left: 0px;
    border-top-right-radius: 0;
    transform: rotate(45deg) translate(-80%);
    /* -webkit-transform: rotate(38deg) translate(-45%); */
    -moz-transform: rotate(45deg) translate(-45%);
    -o-transform: rotate(45deg) translate(-45%);
    -ms-transform: rotate(45deg) translate(-45%);
    position: absolute;
    top: 0;
    left: 50%;

}

.podcast-single {
    transition: all 1s ease-in-out;
}

.paused:before {
    content: "\f04c" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-inline-end: 10px;
}

.btn-fav:before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    padding-inline-end: 10px;
    color: #2d3f62;
}


.btn-fav, .btn-share {
    border: 1px solid #53389e;
}

.liked {
    background-color: #53389e !important;
    color: #fff !important;
    border: 2px solid#53389e;
}

.liked:before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.current-time,
.Duration,
.f-12 {
    font-size: 12px;
}


.f-14 {
    font-size: 14px;
}

/* ====================== home =================== */

/* .home-articles {
    background-color: #c4c4c41c;
} */

.contact-form {
    border-radius: 25px;
    /* box-shadow: 0 40px 70px 0 rgb(0 0 0 / 5%); */
}

.courses-articles .author-img,
.home-articles .author-img {
    width: 50px;
    height: 50px;
}

.about p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease-in-out;
}

.about,
.eventSlider .event {
    transition: all 0.5s ease-in-out;
}

.about:hover {
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 40px 70px 0 rgb(0 0 0 / 5%);
}

.about:hover p {
    display: block;
}

.about:hover .more {
    display: none;
}

.about img {
    width: 35px;
    height: 35px;
}

#mainSlider .swiper-wrapper .swiper-slide {
    height: 400px;
    box-shadow: 0px 5px 10px 5px #eee;
    /* transform: skewX(8deg); */
}

#mainSlider .swiper-wrapper .swiper-slide:nth-child(odd) {
    margin-block: 40px;
    /* margin-inline: 0px !important; */
}

/* #mainSlider .swiper-wrapper {
    margin-inline: 60px;
} */

#mainSlider .book-name {
    background-color: #53389e;
    color: #000;
}

#mainSlider .book-price {
    background-color: #53389e;
    color: #fff;
    width: fit-content;
}

#mainSlider .name-price {
    position: absolute;
    left: 0;
    bottom: 25%;
}

.main-title {
    color: #4c4c4c;
    font-size: 70px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.03),
        0 4px 4px rgba(196, 196, 196, 0.67);
}

.main-title b {
    background: -webkit-linear-gradient(#812B8B, #53389e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.main-header .signUp-btn {
    border: 2px solid#53389e;
    height: 50px;
    line-height: 2.345;
}

#mainSlider .swiper-button-next {
    background: #53389e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 15px;
    box-shadow: 0 0 6px 2px #eeeeee70;
}

#mainSlider .swiper-button-next:after {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

#mainSlider .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 15px;
    box-shadow: 0 0 6px 2px #eeeeee70;
}

#mainSlider .swiper-button-prev:after {
    color: #53389e;
    font-size: 20px;
    font-weight: 700;
}

#mainSlider {
    transform: skewX(8deg);
}

#mainSlider .swiper-button-disabled {
    display: none;
}

#mainSlider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-button-prev,
.swiper-button-next {
    transform: skewX(-8deg);
}

.eventSlider .event {
    background-color: #fff;
    border-radius: 15px;
    /* width: 326px; */
    /* height: 356px; */
    color: #333;
}

.eventSlider .event:hover,
.eventSlider .active {
    /* background-image: linear-gradient(to bottom,
            #53389e 0%,
            #1c949e8f,
            rgba(13, 211, 255, 0) 100%); */
    background-color: #53389e;
    color: #fff;
}

.eventSlider .event-date {
    color: #53389e;
}

.eventSlider .event:hover .event-date,
.eventSlider .active .event-date,
.eventSlider .event:hover .event-location,
.eventSlider .active .event-location {
    color: #fff;
}

.eventSlider .active .gradient-text {
    background: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.gradient-text {
    background: -webkit-linear-gradient(#812B8B 0%, #53389e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.eventSlider .event:hover .gradient-text {
    background: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .eventSlider {
    padding-inline-start: 155px;
} */

/* counter */

/* .countdown {
    padding-bottom: 60px;
} */

.countdown h2 {
    text-align: center;
    width: 100%;
}

.countdown .countDown {
    display: flex;
    justify-content: center;
}

.countdown .countDown .container {
    width: 25%;
}

.countdown .countDown .container .time h3 {
    display: block;
    height: 88px;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: #fff !important;
    width: 100%;
    margin: 0;
}

.countdown .countDown .container:nth-child(1) .time h3::after {
    content: "Days";
    position: absolute;
    bottom: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
}

.countdown .countDown .container:nth-child(2) .time h3::after {
    content: "Hours";
    position: absolute;
    bottom: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
}

.countdown .countDown .container:nth-child(3) .time h3::after {
    content: "Mins";
    position: absolute;
    bottom: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
}

.countdown .countDown .container:nth-child(4) .time h3::after {
    content: "Seconds";
    position: absolute;
    bottom: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px !important;
    color: #fff;
}

.countdown .countDown {
    flex-wrap: nowrap;
}

.countdown .countDown .container .time {
    position: relative;
}

.countdown .countDown .container .time:before {
    content: "";
    border: 5px dotted #fff;
    border-radius: 50% !important;
    width: 125px;
    height: 125px;
    animation: spinner 50s infinite linear;
    background: linear-gradient(#041434 0 0) padding-box, linear-gradient(to left, #53389e, #705bab 49%, #a895c3) border-box;
    position: absolute;
    top: -30%;
    left: -20px;
    right: auto;
    margin: auto;
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.filupp>input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* 
.about-page {
    padding-top: 150px;
} */

/* =================== validation ================ */

.invalid-feedback,
form .text-danger {
    position: relative;
    width: 100%;
    margin: 1rem 0 0;
    font-size: 13px;
    background-color: #ff929263;
    color: #ff0000 !important;
    box-shadow: 0 0.2rem 0.4rem #ffd5d5;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    animation: invalid-animate 0.5s linear forwards;
    font-weight: 100;
}

.invalid-feedback::before,
form .text-danger::before {
    content: "\f0d8";
    position: absolute;
    top: -18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3rem;
    color: #ffd5d5;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #53389e;
    background-image: none;
    box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #ced4da;
    box-shadow: none;
}

/* =============================== orders ========================== */

.orders-table {
    color: #516f90;
    min-width: max-content;
}

.orders-table tbody tr:last-child td {
    border: none;
}

.orders-table thead {
    background-image: linear-gradient(to right, #92ea82, #30afdb);
    color: #fff;
}

.table.orders-table> :not(:first-child) {
    border-top: none;
}

.table.orders-table .book-img {
    width: 75px;
}

.orders-table .title {
    color: #35465b;
}

.signup-form a.default-color:hover,
.login-form a.default-color:hover {
    color: #53389e;
}

.graduate-info .user-img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.graduate-info {
    background: #fff;
    box-shadow: 0px 0px 6px #00000024;
    border-radius: 50px;
    padding: 5px;
    width: fit-content;
    position: absolute;
    left: 8%;
    top: 20%;
}

.empty-page img {
    height: auto;
    object-fit: contain;
}

.popularArticles ul li:last-child,
.accordion-body ul li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0px !important;
}

/* ==================== main-header ================= */

/* .main-header {
    background-image: linear-gradient(to bottom right,#53389e, #53389e);
    animation: gradient 5s ease infinite;
    background-size: 400% 400%;
} */
#mainHeader .slider-caption {
    position: absolute;
    top: 200px;
    left: 155px;
}

.main-header .main-title {
    color: #fff;
    font-size: 72px;
    /* text-shadow: 0 4px 4px rgb(0 0 0 / 3%), 0 4px 4px rgb(196 196 196 / 67%); */
}

.main-header .main-title b {
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #333;
    text-shadow: none;
    color: #333;
}

.main-header .swiper-pagination-bullet {
    background: #333;
    opacity: 1;
}

.main-header .swiper-pagination-bullet-active {
    background: transparent !important;
    opacity: 1;
    margin-inline: 15px !important;
    font-size: 23px;
    border: 1px solid #333;
    width: 30px !important;
    height: 30px !important;
}

.main-header .swiper-pagination-bullet {
    position: relative;
}

.main-header .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 5px;
    height: 5px;
    background: #333;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.main-header .swiper-pagination {
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}

.arrow-img:after {
    content: "";
    width: 29px;
    height: 34px;
    border: 1px solid #ffffff63;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -12px;
    transition: all ease-in-out 0.5s;
}

.swiper-slide a:hover .arrow-img:after {
    width: 10px;
    height: 10px;
    top: 7px;
}

.home-courses .instructor {
    min-height: 400px;
}

.home-courses .instructor img {
    height: 400px;
    object-fit: contain;
}

/* .home-articles img {
    height: 250px;
} */

.podcastFilter p {
    font-size: 18px;
}

.about-home {
    background: rgba(196, 196, 196, 0.11);
}

/* =============== edits ============== */
.allCourses .category-name {
    font-size: 15px;
}

/* .home-navbar .logo,
.home-navbar .navbar-collapse,
.home-navbar .auth-list .login {
    filter: brightness(0) invert(1);
} */

/* .home-navbar .dropdown-toggle::after {
    color: #fff;
} */

.order-info span,
.order-list span {
    color: #999999;
}

.status {
    /* background: #cef6ff; */
    border-radius: 6px;
    /* color: #209cd0; */
    display: block;
    padding-block: 15px;
    text-align: center;
    margin: 0;
}

.order-info,
.shipping-info {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.order-list img {
    width: 125px;
}

.order-list li {
    border-bottom: 1px solid #dedede;
}

/* .order-list li:last-child {
    border-bottom: none;
} */
.order-list .title {
    color: #35465b;
}

.about-info {
    color: #7b809a;
}

.podcast-single:hover,
.podcastFilter .podcast:hover {
    color: #53389e;
    transform: translateX(-15px);
}

.podcast-single:hover img,
.podcastFilter .podcast:hover img {
    box-shadow: 0px 0px 10px 5px #b3b1b136;
}

.book-hover:hover,
.course-hover:hover,
.coursesFilter .course-hover:hover,
.booksFilter .book-hover:hover,
.books-tab .book-hover:hover,
.courses-tab .course-hover:hover,
.relatedBooks .book-hover:hover,
.relatedCourses .book-hover:hover {

    border-radius: 15px;
}


.home-books .book,
.home-courses .course,
.coursesFilter .course,
.booksFilter .book,
.books-tab .book,
.courses-tab .course,
.relatedBooks .book,
.relatedCourses .course {
    /* box-shadow: 0px 8px 10px 5px #e6e6e66b; */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 10px #d3d3d3;
}

.course-hover:hover,
.book-hover:hover {
    transform: scale(1.1);
}

.course-hover:hover .course-bg,
.book-hover:hover .course-bg {
    background-color: #53389e;
}

.course-hover:hover h5,
.course-hover:hover span,
.book-hover:hover h5,
.book-hover:hover h6 {
    color: #fff !important;
}

#successModal .modal-content {
    border-radius: 15px;
    border: none;
}

/* .auth-bg .logo {
    filter: brightness(0) invert(1);
} */

.toggle-like.like {
    background: transparent;
    border: none;
}

.toggle-like.like i {
    color: #53389e;
}

.contact-us h2 {
    font-size: 33px;
    font-family: "Regular", sans-serif;
    font-weight: 700;
}

.contact-us {
    font-size: 16px;
}

.contact-us {
    background: rgba(196, 196, 196, 0.11);
}

#contact-form .form-label,
#contact-form .form-control::placeholder,
#contact-form .form-control {
    font-family: "Regular";
}

#contact-form .form-control::placeholder {
    font-weight: 100;
    color: #cccccc;
}

/* =========================== */
/* .effect-image::after,
.effect-image::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translate(0, 0);
    transition: all 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;

} */

.article-hover:hover .effect-image::before,
.book-hover:hover .effect-image::before,
.article:hover .effect-image::before,
.book:hover .effect-image::before,
.book-details .book-img:hover .effect-image::before,
.course-hover:hover .effect-image::before,
.event:hover .effect-image::before,
.podcastFilter .mix:hover .effect-image::before {
    left: 100%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.4);
    top: 100%;
}

.article-hover:hover .effect-image::after,
.book-hover:hover .effect-image::after,
.article:hover .effect-image::after,
.book:hover .effect-image::after,
.book-details .book-img:hover .effect-image::after,
.course-hover:hover .effect-image::after,
.event:hover .effect-image::after,
.podcastFilter .mix:hover .effect-image::after {
    right: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 100%;
}

/* .article-hover:hover .effect-image::before ,
.book-hover:hover .effect-image::before{
   
}
.article-hover:hover .effect-image::after,
.book-hover:hover .effect-image::after {
   
} */


.article-hover .effect-image div,
.book-hover .effect-image,
.article .effect-image div,
.book-details .book-img .effect-image div,
.course-hover .effect-image,
.event .effect-image,
.podcastFilter .effect-image {
    overflow: hidden;

}

.book .effect-image {
    border-radius: 15px 15px 0 0;
}

.article-hover .effect-image img,
.book-hover .effect-image img,
.article .effect-image img,
.book .effect-image img,
.book-details .book-img .effect-image img,
.course-hover .effect-image img,
.podcastFilter .effect-image img {
    transition: all .9s ease-in-out;
    /* transition-delay: .5s; */
}

/* .article-hover:hover .effect-image img,
.book-hover:hover .effect-image img,
.article:hover .effect-image img,
.book:hover .effect-image img,
.book-details .book-img:hover .effect-image img,
.course-hover:hover .effect-image img {
    transform: scale(1.1);
    border-radius: 15px;
} */

.podcastFilter .mix:hover .effect-image img {
    transform: scale(1.1);
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.home-articles .article-hover:nth-child(1) .article,
.home-books .book-hover:nth-child(1) .book,
.home-courses .home-course:nth-child(1) .instructor {
    animation-delay: .1s;
}

.home-articles .article-hover:nth-child(2) .article,
.home-books .book-hover:nth-child(2) .book,
.home-courses .home-course:nth-child(2) .instructor {
    animation-delay: .5s;
}

.home-articles .article-hover:nth-child(3) .article,
.home-books .book-hover:nth-child(3) .book,
.home-courses .home-course:nth-child(3) .instructor {
    animation-delay: .9s;
}

.home-courses .home-course:nth-child(4) .instructor {
    animation-delay: 1.2s;
}

.instructorInfo .course-name {
    font-size: 60px;
}

.wave-container,
.home-wave-container {
    direction: ltr;
}

/* #mainHeader img.h-600 {
    height: 555px !important;
} */
#mainHeader {
    height: 90vh;
}

#mainHeader img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .4;
}




.home-books .book-price,
.home-courses .course-price,
.coursesFilter .course-price,
.booksFilter .book-price,
.books-tab .book-price,
.courses-tab .course-price,
.relatedBooks .book-price,
.relatedCourses .course-price {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1b1334 100%);
    height: 66px;
    color: #fff;
    padding-inline: 15px;
    display: flex;
    align-items: center;
    font-size: 21px;
}

.home-books .cat-name,
.home-courses .cat-name,
.eventSlider .event .cat-name,
.coursesFilter .cat-name,
.booksFilter .cat-name,
.books-tab .cat-name,
.courses-tab .cat-name,
.relatedBooks .cat-name,
.relatedCourses .cat-name {
    position: absolute;
    top: 25px;
    background: #53389e;
    border-radius: 0;
    color: #fff;
    padding: 10px;
}

.home-books .book-author,
.home-courses .total-videos,
.home-courses .teachers,
.eventSlider .event-location,
.coursesFilter .total-videos,
.coursesFilter .teachers,
.booksFilter .book-author,
.books-tab .book-author,
.courses-tab .total-videos,
.courses-tab .teachers,
.relatedBooks .book-author,
.relatedCourses .total-videos,
.relatedCourses .teachers {
    color: #969696;
}

.home-articles .article-hover:nth-child(odd) .article .article-img,
.articlesFilter .mix:nth-child(odd) .article-img,
#nav-Approved .row .article-hover:nth-child(odd) .article-img,
#nav-Pending .row .article-hover:nth-child(odd) .article-img {
    height: 314px;
    border-radius: 0;
}

.home-articles .article-hover:nth-child(even) .article .article-img,
.articlesFilter .mix:nth-child(even) .article-img,
#nav-Approved .row .article-hover:nth-child(even) .article-img,
#nav-Pending .row .article-hover:nth-child(even) .article-img {
    height: 267px;
    border-radius: 0;
}

.home-articles .article-category,
.articlesFilter .article-category,
.podcastFilter .podcast-category,
#nav-Approved .article-category,
#nav-Pending .article-category {
    background-color: #d6bbfb;
    color: #53389e;
}

.article .more {
    background-image: url(../images/zigzag.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 10px;
    background-size: contain;
    font-size: 19px !important;
    font-family: 'Regular';
    font-weight: 500;
    color: #2d3f62;
}

.eventSlider .event {
    border-radius: 15px;
    overflow: hidden;
}

.eventSlider .event img {
    height: 200px;
    object-fit: cover;
}



.btn-login {
    color: #53389e;
    border: 1px solid#53389e;
    background-color: transparent;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.btn-login:hover {
    color: #fff;
    background-color: #53389e;
}





.pageHeader {
    /* background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover; */
    position: relative;
    height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    /* opacity: .85; */
}
.pageHeader::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/bg.png) center / contain no-repeat;
    background-repeat: no-repeat;
    background-position:  center;
    background-size:cover;
    opacity: .85;
}
.pageHeader .position-absolute{
    left: 45%;
    top: 30%;
}

.articlesCategories .controls,
.podcastCategories .controls,
.coursesCategories .controls,
.booksCategories .controls,
#nav-tab {
    width: 100%;
    height: 64px;
    /* background: #FFFFFF;
    box-shadow: 0px 4px 32px rgb(0 0 0 / 4%); */
    border-radius: 44px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* overflow-x: auto;
    overflow-y: hidden; */
    flex-wrap: wrap;
    white-space: nowrap;

}

.articlesCategories .controls .control,
.podcastCategories .controls .control,
.coursesCategories .controls .control,
.booksCategories .controls .control,
#nav-tab button {
    height: 42px;
    padding-inline: 10px;
    transition: all .5s ease-in-out;
    color: #a29191;
    /* font-family: "Regular"; */
    border-radius: 50px;
    margin: 0 2px;
}

#nav-tab button:hover,
.articlesCategories .controls .control:hover,
.podcastCategories .controls .control:hover,
.coursesCategories .controls .control:hover,
.booksCategories .controls .control:hover {
    background-color: #d6bbfb;
    color: #53389e;
    border-color: transparent !important;
}

.articlesCategories .controls .control.mixitup-control-active,
.podcastCategories .controls .control.mixitup-control-active,
.coursesCategories .controls .control.mixitup-control-active,
.booksCategories .controls .control.mixitup-control-active,
.nav-tabs .nav-link.active {
    height: 42px;
    color: #fff !important;
    background: #53389e !important;
    border-radius: 29px;
    transition: all .5s ease-in-out;
    font-weight: 700;
}

.searchForm i {
    /* position: absolute; */
    /* bottom: 17px; */
    color: #53389e;
    /* left: 15px; */
    font-size: 20px;
}

.searchForm input::placeholder {
    color: rgba(51, 51, 51, 0.54);
    ;
    font-family: "Regular";
}

.searchForm input {
    width: 365px;
    padding-inline-end: 55px;
}

.searchForm input:focus {
    box-shadow: none;
}

.searchForm .btn-search {
    position: absolute;
    right: 0;
    background: #d6bbfb;
    height: 100%;
    border-radius: 0px 12px 12px 0px;
}

.fancybox__content {
    padding: 0;
}

/* .podcastFilter .col-lg-5:nth-child(even){
    margin-inline-start: auto;
} */
.course-details {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 50%);
    margin-top: 75px;
}

.add-fav {
    border: 1px solid #fff;
    background: none;
    transition: .5s all;
}

.add-fav:hover {
    border: 1px solid#53389e;
    color: #53389e !important;
}

.podcast-actions .btn {
    font-size: 12px;
    color: #53389e;
}

.home-podcast p {
    font-size: 18px;
}

.audio-link {
    color: #fff;
}

.podcast-list,
.list-group-item {
    background-color: #071229;
    color: #fff;
}

.podcast-list .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.podcast-list .list-group-item a:hover {
    color: #fff;
}

.podcast-list .list-group-item.active i {
    color: #ff8400;
    transform: scale(-1);
}

.podcast-list .list-group-item.active .pod-duration {
    color: #ff8400;
}

.podcast-list {
    border-radius: 0 0 21px 21px;
    overflow: hidden;
}

.podcast-list ul {
    max-height: 440px;
    overflow-y: auto;
}

.player {
    background: #09193c;
    border-radius: 21px 21px 0 0;
}

#socialModal .icon {
    background: #F4F4F4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#socialModal .copyLink input {
    background: rgba(196, 196, 196, 0.11);
    border-radius: 8px;
    border: none;
    height: 50px;
}

#socialModal .copyLink i {
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: 100;
    font-size: 20px;
    color: #646464;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.courseMaterial-video.locked-video {
    color: rgba(51, 51, 51, 0.52);
}

/* .articlesCategories, */
/* .courseMaterial-video, */
.courseDetails .certificate,
#nav-Certificates .certificate,
.popularArticles {
    background: #F9F9F9;
}

#articleCategories .accordion-item,
#articleCategories .accordion-button {
    background-color: #53389e;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 10px;

}

#articleCategories .accordion-item img {
    height: 90px !important;
}

.modal {
    z-index: 999999999999999;
}

.copied {
    color: #53389e !important;
}

.recently-podcast,
.eventes,
.mobile-auth {
    background: #041434 !important;
}

.lang-flag {
    width: 20px;
    height: 15px;
    object-fit: cover;
}

/* .add-article-btn a,
.add-article-btn a:hover,
.add-article-btn a:focus {
    color:#53389e !important;
    border: 1px solid#53389e;
    border-radius: 10px;
    background: transparent;
} */

/* .article-search{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
} */
.searchForm {
    background: rgba(196, 196, 196, 0.11);
    border-radius: 12px;
}

.popularArticles img {
    height: 90px !important;
}

.accordion-button::after {

    content: "+";
    font-size: 25px;
    line-height: .5;
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    content: "-";
    background-image: none;
}

#playlist .list-group-item.active i {
    transform: scale(1);
}


.image-upload i.fa-upload {
    top: 30%;
}

.filupp-file-name {
    line-break: anywhere;
}

.fav-book {
    position: absolute;
    top: 20px;
    left: auto;
    right: 0;
}

.accordion input {
    display: none;
}



/*==============================edit=================================*/
.w-234 {
    width: 215px !important;
}

.h-65 {
    height: 55px !important;
}

.w-170 {
    width: 170px;
}

.btn-nav,
.btn-avilable,
.btn-register {
    font-size: 18px;
    border-radius: 12px;
    transition: .5s all;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}





.btn-avilable,
.btn-register {
    color: #fff !important;
    border: 1px solid#53389e;
    background-color: #53389e;
}



.btn-avilable:hover,
.btn-register:hover {
    color: #53389e !important;
    background-color: transparent;
}

.book-details {
    margin-top: 80px;
}


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


.img-live img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.btn-live {
    width: 85px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 10px;
    border: 1px solid#53389e;
    color: #53389e;
    background-color: #fff !important;
}

/*========================module accordition==========================*/


.accordions {
    border-radius: 10px;
    overflow: hidden;
    font-size: 1.2em;
}

.accordion {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
    height: fit-content;
}
.accordion-body {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
}

.acc-label {
    display: flex;
    justify-content: space-around;
    padding: 1em 1.3em 1em 2em;
    background-color: #53389e;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    font-size: 1rem;
    position: relative;
    align-items: center;
}

.acc-label p {
    font-size: .9rem;
    color: #c8c8c8;
    margin-bottom: 0;
    font-weight: 300;
}

/* .accordion:first-child {
    border-bottom: 1px solid #EBEBEB;
}

.acc-label:hover {
    background-color: #9e1caf;
} */

.acc-label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.4s ease;
    position: absolute;
    left: 16px;
    font-size: 20px;
    top: 30%;
}

.accord-detail>a {
    background-color: #fff;
    display: block;
    color: rgba(51, 51, 51, 0.52);
    padding: 20px 20px;
    margin-bottom: 0px;
    transition: all .5s ease-in-out;
}

.accord-detail a:hover {
    background-color: #d6bbfb;
    color: #53389e;
}

.acc-content {
    max-height: 0;
    /* padding: 0 1em; */
    background-color: #fff;
    transition: all 0.4s ease;
}


input:checked+.acc-label::after {
    transform: rotate(-180deg);
    top: 44%;
}

input:checked~.acc-content {
    max-height: 100vh;
    /* padding: 1em; */
    overflow: auto;
}



















.loading {
    overflow: hidden;
    height: 100vh;
}

.loader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
}

.loader img {
    /* animation properties */
    animation-name: my-animation;
    animation-duration: 1.7s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* other properties */
    width: 35%;
    position: absolute;
    left: 45%;
    top: 40%;
    margin-left: auto;
    margin-right: auto;
}

@keyframes my-animation {
    from {
        width: 10%;
        top: 40%;
    }

    to {
        width: 15%;
        top: 35%;
    }
}






/* =================================
     media
  ==================================== */
@media (max-width: 1200px) {
    .pageHeader::before {
        background-size:contain;
    }
    .p-bottom {
        padding-bottom: 150px;
    }

    .p-bottom2 {
        padding-bottom: 200px;
    }

    .navbar-nav .nav-link {
        font-size: 11px;
    }

    .countdown .countDown .container .time:before {
        width: 105px;
        height: 105px;
        left: -3px;
    }

    .countdown .countDown .container .time h3 {
        font-size: 30px;
        height: 73px;
        width: 100px;
    }

    .countdown .countDown .container .time h3::after {
        font-size: 10px !important;
    }

    .logo {
        width: 80px;
    }
    .nav-item span{
        font-size: 11px;
    }

    /* .navbar-nav .nav-link {
        font-size: 10px;
    } */
   

    .main-header .main-title {
        font-size: 50px;
    }

    #mainHeader .slider-caption {
        right: 100px;
    }

    .main-header .swiper-pagination {
        bottom: 60px;
    }

    .acc-label p {
        font-size: .7rem;
    }

    .acc-label {
        font-size: .8rem;
    }

    .acc-label::after {
        left: 13px;
        font-size: 18px;
        top: 28%;
    }

    .f-1-1-rem {
        font-size: 1rem;
    }


}



@media (min-width: 992px) {
    .w-md-50 {
        width: 50%;
    }

    .w-md-75 {
        width: 75%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {


    #mainHeader,
    #mainHeader img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .main-header .swiper-pagination {
        bottom: 30px;
    }

    .countdown .countDown .container .time:before {
        content: "";

        border-radius: 50% !important;
        width: 100px;
        height: 100px;
        animation: spinner 50s infinite linear;
        position: absolute;
        top: -30%;
        left: -10px;
        right: auto;
        margin: auto;
    }

    .countdown .countDown .container .time h3 {
        font-size: 28px;
        height: 73px;
        width: 85px;
    }

    .countdown .countDown .container .time h3::after {
        font-size: 10px !important;
    }

    .logo {
        width: 111px;
    }

    .auth-list {
        position: absolute;
        left: auto;
        right: 100px;
        margin: auto;
        width: fit-content;
        top: 0px;
        /* top: auto;
        bottom: auto; */
    }

    .auth-list ul {
        display: block;
    }

    .auth-list li {
        display: inline-block;
    }

    .allCourses {
        position: absolute;
        z-index: 9999;
        background: #fff;
        right: 0;
        left: -100%;
        top: 0;
        height: 100%;
        transition: 0.5s;
    }

    .allCourses.show {
        left: 0;
    }

    #relatedCourses,
    .relatedCourses-title,
    .articlesSlider,
    .articlesList-title,
    .booksSlider,
    .booksList-title {
        padding-inline-start: 25px;
    }

    .about p {
        display: block;
    }

    .about .more {
        display: none;
    }

    /* .navbar-nav {
        padding-top: 20px;
    } */

    /* .home-navbar .logo,
    .home-navbar .navbar-collapse {
        filter: none;
    } */

    .btn-avilable {
        font-size: 16px;
        border-radius: 12px;
        width: 200px;
    }

    .w-234 {
        width: 195px !important;
    }
}



@media (max-width: 992px) {
    .pageHeader {
        margin-top: 110px;
    }

    .timeline ul li:nth-child(odd) .lect-num {
        right: 120%;
    }
    .timeline ul li:nth-child(even) .lect-num {
        left: 120%;
    }


    .book-details {
        margin-top: 110px;
    }

    .article-img {
        margin-top: 70px;
    }

    .course-details {
        margin-top: 115px;
    }


    #mainHeader .slider-caption {
        position: absolute;
        top: 120px !important;
        left: 100px !important;
    }

    .main-header .main-title,
    .main-header h1 {
        font-size: 30px !important;
    }
    .w-50 {
        width: 70%!important;
    }

    .auth-list {
        position: absolute;
        left: auto;
        right: 20%;
        margin: auto;
        width: fit-content;
        /* top: 0px; */
        top: auto;

    }

    .navbar-nav .nav-item {
        text-align: center;
    }


    #collapsibleNavbar {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 100%;
        overflow-x: hidden;
        background-color: #fff;
        min-height: 100vh;
        transition: all .5s ease-in-out !important;
    }

    #collapsibleNavbar.show {
        left: 0;
    }

    #collapsibleNavbar .closebtn {
        position: absolute;
        right: 20px;
        font-size: 50px;
        top: 30px;
        color: #53389e;
    }

    #collapsibleNavbar .navbar-nav {
        width: 100%;
    }

    #collapsibleNavbar .navbar-nav .nav-link {
        font-size: 16px;
        font-family: 'Regular';
        font-weight: 700;
        width: auto;
        display: inline-block;
        transform: translateX(100px) !important;
    }

    #collapsibleNavbar .closed.nav-link {
        transform: translateX(100px) !important;
        transition: all .5s ease-in-out;
    }

    #collapsibleNavbar .slideX.nav-link {
        transform: translateX(0px) !important;
        transition: all .5s ease-in-out;
        animation-name: open;
    }

    @keyframes open {
        0% {
            transform: translateX(0px) !important;
        }

    }

    #collapsibleNavbar .nav-item:nth-child(1) .nav-link {
        transition-delay: .1s;
    }

    #collapsibleNavbar .nav-item:nth-child(2) .nav-link {
        transition-delay: .2s;
    }

    #collapsibleNavbar .nav-item:nth-child(3) .nav-link {
        transition-delay: .3s;
    }

    #collapsibleNavbar .nav-item:nth-child(4) .nav-link {
        transition-delay: .4s;
    }

    #collapsibleNavbar .nav-item:nth-child(5) .nav-link {
        transition-delay: .5s;
    }

    #collapsibleNavbar .nav-item:nth-child(6) .nav-link {
        transition-delay: .6s;
    }

    #collapsibleNavbar .nav-item:nth-child(7) .nav-link {
        transition-delay: .7s;
    }

    #collapsibleNavbar .nav-item:nth-child(8) .nav-link {
        transition-delay: .8s;
    }

    /* ANIMATED X COLLAPSED */
    .closebtn .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #53389e6e;
    }

    .closebtn .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)translateX(3px);
    }

    .closebtn .icon-bar:nth-of-type(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)translateX(1px)translateY(2px);
    }

    .auth-icon {
        width: 20px;
    }

    .form-control::placeholder {
        font-weight: 100 !important;
        color: #cccccc;
        font-size: 11px !important;
    }

    .edit-profile-img {
        width: fit-content;
        padding-bottom: 14px;
        display: block;
        margin: auto;
    }

    .avatar-upload {
        max-width: 100%;
        text-align: center;
    }

    .home-articles .article-hover:nth-child(2) .article,
    .home-books .book-hover:nth-child(2) .book,
    .home-courses .home-course:nth-child(2) .instructor {
        animation-delay: .3s;
    }

    .home-articles .article-hover:nth-child(3) .article,
    .home-books .book-hover:nth-child(3) .book,
    .home-courses .home-course:nth-child(3) .instructor {
        animation-delay: .5s;
    }

    .home-courses .home-course:nth-child(4) .instructor {
        animation-delay: .7s;
    }

    .acc-label {
        font-size: 1.1rem;
    }

    .acc-label p {
        font-size: 1rem;
    }

    .acc-label::after {
        left: 30px;
        font-size: 22px;
        top: 28%;
    }
}

@media (max-width: 768px) {
    .pageHeader .fs-1 {
        font-size: 21px !important;
        margin-bottom: 15px !important;
    }
    .pageHeader .fs-5 {
        font-size: 1.2rem!important;
    }

    .pageHeader .position-absolute {
        left: 44%;
        top: 33%;
    }
  
    
    .timeline {
        text-align: center;
    }

    

    .p-bottom2 {
        padding-bottom: 200px;
    }

    .btn-nav,
    .btn-avilable {
        font-size: 15px;
        border-radius: 10px;
        width: 200px;
        height: 45px;
    }

    .w-234 {
        width: 185px !important;
    }

    .searchForm input {
        width: auto;
    }

    .instructorInfo .course-name {
        font-size: 40px;
    }

    .course-info-parent .fs-5 {
        font-size: 13px !important;
    }

    .lesson-status {

        font-size: 10px;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }

    .home-podcast img {
        height: 300px;
        object-fit: cover;
    }

    #nav-tab button {
        height: 50px;
        padding-inline: 10px;
        font-size: 14px;
    }

    .podcast-img {
        height: 200px;
    }

    .countdown .countDown .container {
        padding: 1px;
    }

    .eventSlider .event {

        width: 326px;

    }

    .main-header .swiper-pagination {
        bottom: 10px;
    }

    #mainHeader,
    #mainHeader img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #mainHeader .slider-caption {
        left: 70px !important;
    }


    .related-bookPrice,
    .related-bookPrice small {
        font-size: 14px !important;
    }


    .shipping-info .border-end {
        border-right: none !important;
    }

    .order-list li {
        padding-bottom: 20px;
    }

    /* .home-navbar .logo,
    .home-navbar .navbar-collapse {
        filter: none;
    } */

    /* .home-navbar .navbar-collapse {
        background: #fff;
        padding-inline-start: 15px;
        box-shadow: 0px 0px 9px 5px #b7b7b73b;
        border-radius: 5px;
    } */

    .home-navbar .navbar-toggler i {
        color: #53389e !important;
    }

    .navbar.navbar-expand-lg {
        z-index: 99;
    }


    nav .dropdown-toggle::after {
        display: none;
    }

    .countdown {
        margin-left: 10px;
        margin-right: 0px !important;
    }

    .countdown .countDown .container .time:before {
        width: 90px;
        height: 90px;
        border-width: 3px;
        left: 4px;
    }

    .countdown .countDown .container .time {
        width: 85px;
    }

    .countdown .countDown .container .time h3 {
        display: block;
        height: 70px;
        text-align: center;
        position: relative;
        font-size: 25px;
        color: #fff;
    }

    .countdown .countDown .container:nth-child(1) .time h3::after {
        font-size: 10px !important;
    }

    .countdown .countDown .container:nth-child(2) .time h3::after {
        font-size: 10px !important;
    }

    .countdown .countDown .container:nth-child(3) .time h3::after {
        font-size: 10px !important;
    }

    .countdown .countDown .container:nth-child(4) .time h3::after {
        font-size: 10px !important;
    }

    .contact-us .h-400 {
        height: 300px;
    }

    .main-title {
        font-size: 50px;
    }

    #articleCategories .accordion-body {
        padding-inline: 0;
    }

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

    .navbar .user-img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        object-fit: cover;
    }

    /* .navbar-nav {
        padding-top: 20px;
    } */

    .about p {
        display: block;
    }

    .about .more {
        display: none;
    }

    .h-600 {
        height: 300px;
    }

    .logo {
        width: 125px;
        height: 60px;
    }



    .auth-list ul {
        display: flex;
        flex-direction: row;
    }

    .auth-list ul a {
        padding-block: 10px !important;
    }

    .auth-list .btn-login {
        height: auto;
    }

    .auth-list li {
        display: inline-block;
    }

    footer {
        text-align: center;
    }

    .allCourses {
        position: absolute;
        z-index: 9999;
        background: #fff;
        right: 0;
        left: -100%;
        top: 0;
        height: 100%;
        transition: 0.5s;
    }

    .allCourses.show {
        left: 0;
    }

    #relatedCourses,
    .relatedCourses-title,
    .articlesSlider,
    .articlesList-title,
    .booksSlider,
    .booksList-title {
        padding-inline-start: 25px;
    }



    .profile-articles .nav-tabs .nav-link {
        font-size: 11px;
    }

    .fav-page .nav-tabs .nav-link {
        font-size: 20px;
    }

    .courseDetails .nav-tabs,
    .review-desc .nav-tabs,
    .profile-articles .nav-tabs,
    .fav-page .nav-tabs {
        display: flex;
        flex-wrap: inherit;
    }

    .articlesSlider .article,
    .booksSlider .book {
        width: 300px;
    }

    .timeline ul li .lect-num {
        position: relative !important;
        left: 20% !important;
        top: 0 !important;
        margin-bottom: 20px !important;
        margin-inline: 25px !important;
    }

    .timeline ul li {
        margin-inline-start: auto !important;
        margin: 0 !important;
        text-align: center !important;
    }
    .timeline ul li:before {
        left: 18%!important;
        top: 3px !important;
        right: auto !important;
    }

    .timeline ul li::after {
        height: 100% !important;
        top:3px !important;
        left: 21% !important;
    }

    /* .timeline ul li .lect-num:after {
        right: 100% !important;
        left: auto !important;
    } */
    /* .timeline ul li:nth-child(even) .lect-num:after {
        border-right: solid 22px#ef7f00 !important;
    } */

    .timeline ul li:nth-child(odd) .lect-num:after {
        left: auto !important;
        right: 100% !important;
        border-right: solid 22px #53389e;
        border-left: solid 22px rgb(155 236 46 / 0%) !important;
    }

    .comment h5 {
        font-size: 1rem;
    }

    .popularArticles img,
    #articleCategories img {
        height: 120px !important;
    }

    .book-details .book-img {
        height: 300px;
    }

    #addToCart .modal-title {
        font-size: 15px;
    }

    #addToCart button.btn,
    #addToCart a.btn {
        width: 100% !important;
    }

    .profile-page {
        padding: 0;
    }

    #mainSlider {
        margin-inline: 15px;
    }

    #mainSlider .swiper-wrapper .swiper-slide {
        height: 400px;
        box-shadow: none;
        /* margin: 5px; */
    }

    /* .eventSlider .event {
        width: 280px;
    } */

    .add-article-btn {
        position: absolute !important;
        top: -7px;
        left: 0;
        right: auto;
        margin: auto;
        width: -webkit-fill-available;
    }

    .add-article-btn a {

        padding: 00 10px !important;
    }

    /* .about-page {
        padding-top: 100px !important;
    } */
    /* .auth-list .btn-login {
        border: none;
    } */

    .articlesCategories .controls,
    .podcastCategories .controls,
    .coursesCategories .controls,
    .booksCategories .controls {
        box-shadow: none;
        height: auto;
        text-align: center;
        padding: 0;
        flex-wrap: wrap;
        white-space: inherit;
    }

    .articlesCategories .controls .control,
    .podcastCategories .controls .control,
    .coursesCategories .controls .control,
    .booksCategories .controls .control {

        background: #fafef5;
        border-radius: 50px;
        margin-bottom: 11px;
    }


    .acc-label::after {
        left: 20px;
        font-size: 20px;
        top: 28%;
    }

    .acc-label {
        font-size: 1rem;
    }



}

@media (max-width:600px) {
    .pageHeader .fs-1 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .pageHeader .fs-5 {
        font-size: 1rem!important;
    }
    .pageHeader .position-absolute {
        left: 44%;
        top: 37%;
    }
    #mainHeader .slider-caption {
        position: absolute;
        top: 80px !important;
        left: 50px !important;
    }
}


@media (max-width:500px) {

   
    .pageHeader {
        margin-top: 90px;
        height: 190px;
    }
    .pageHeader .fs-1 {
        margin-bottom: 5px !important;
    }
    .pageHeader .position-absolute {
        left: 44%;
        top: 37%;
    }
    .pageHeader .fs-5 {
        font-size: .9rem!important;
    }
    .logo {
        height: 30px;
    }

    .logo {
        width: 125px;
        height: 30px;
    }

    .main-header .swiper-pagination-bullet-active {
        font-size: 14px;
        width: 20px !important;
        height: 20px !important;
    }
    .w-50 {
        width: 70%!important;
    }

    .main-header .main-title,
    .main-header h1 {
        font-size: 25px !important;
        margin-bottom: 5px !important;
    }

    #mainHeader .slider-caption {
        top: 0px !important;
        left: 35px !important;
    }

    .countdown {
        margin-left: 10px;
        margin-right: 20px;
    }



    .countdown .countDown .container .time:before {
        width: 65px;
        height: 65px;
        left: 15px;
    }

    .countdown .countDown .container .time {
        width: 85px;
        height: 55px;
    }

    .countdown .countDown .container .time h3 {
        display: block;
        height: 60px;
        text-align: center;
        position: relative;
        font-size: 14px;
        color: #fff;
    }

    .countdown .countDown .container:nth-child(1) .time h3::after,
    .countdown .countDown .container:nth-child(2) .time h3::after,
    .countdown .countDown .container:nth-child(3) .time h3::after,
    .countdown .countDown .container:nth-child(4) .time h3::after {
        bottom: 30px !important;
        font-size: 10px !important;
    }

    .course-details {
        margin-top: 95px;
    }

    .f-1-3-rem {
        font-size: 1.1rem;
    }

    .f-15 {
        font-size: 13px !important;
    }
    .timeline ul li:nth-child(odd) .lect-num {
        width: 80% !important;
    }
    .timeline ul li:nth-child(even) .lect-num {
        width: 80% !important;
    }
    .timeline ul li::after {
        left: 22% !important;
    }
  


}


@media (max-width:470px) {
    .pageHeader .position-absolute {
        left: 42%;
    }

    .acc-label {
        font-size: .8rem;
    }

    .acc-label p {
        font-size: .7rem;
    }

    .acc-label::after {
        left: 4px;
        font-size: 16px;
        top: 28%;
    }

    .f-1-1-rem {
        font-size: .8rem;
    }
}

@media (max-width:370px) {

    .timeline ul li::after {
       
        left: 23% !important;
    }
    .pageHeader .position-absolute {
        left: 38%;
    }
}


/*  safari  */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .line-1 {
            padding-bottom: 2px;
        }

    }
}

.fancybox__thumbs .carousel__viewport {
    display: none
}

.mw-50 {
    max-width: 50%;
}


@media (min-width:1400px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}