@font-face {
    font-family: "Montserrat Arabic";
    src: url("/fonts/Montserrat-Arabic/Montserrat-Arabic-Thin.ttf")
        format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Arabic";
    src: url("/fonts/Montserrat-Arabic/Montserrat-Arabic-ExtraLight.ttf")
        format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Arabic";
    src: url("/fonts/Montserrat-Arabic/Montserrat-Arabic-Light.ttf")
        format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Arabic";
    src: url("/fonts/Montserrat-Arabic/Montserrat-Arabic-Regular.ttf")
        format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Arabic";
    src: url("/fonts/Montserrat-Arabic/Montserrat-Arabic-Medium.ttf")
        format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Arabic";
    src: url("/fonts/Montserrat-Arabic/Montserrat-Arabic-SemiBold.ttf")
        format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Arabic";
    src: url("/fonts/Montserrat-Arabic/Montserrat-Arabic-Bold.ttf")
        format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Arabic";
    src: url("/fonts/Montserrat-Arabic/Montserrat-Arabic-ExtraBold.ttf")
        format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Arabic";
    src: url("/fonts/Montserrat-Arabic/Montserrat-Arabic-Black.ttf")
        format("truetype");
    font-weight: 900;
    font-style: normal;
}

html,
body {
    direction: rtl;
    text-align: right;
    font-family: "Montserrat Arabic", sans-serif;
}
body {
    font-size: 16px;
    color: #3e454c;
    line-height: 1.8;
    direction: rtl;
}
*:focus {
    outline: none !important;
}
* {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: inherit;
}
a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover,
a:focus,
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
a[disabled] {
    pointer-events: none;
}
.my-mark {
    display: inline-block;
    margin-top: 10px;
    background: yellow;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}
h2.title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
ul {
    padding: 0;
}
.list-unstyled {
    padding: 0;
}
.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.bg-gray {
    background-color: #f8f9fa;
}
.text-danger {
    color: #fa5232 !important;
}

/* BTN */
.btn {
    border-radius: 4px;
    padding: 5px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-lg {
    padding: 10px 4rem;
}
.btn-danger {
    background-color: #fa5232;
}
.btn-danger:hover {
    background-color: #dc4225;
}
.btn-success {
    background-color: #29a745;
}
.form-group {
    margin-bottom: 2rem;
}
.form-control {
    border-radius: 4px;
    border: 2px solid rgba(108, 117, 125, 0.2);
}
select.form-control {
    padding: 0 10px;
}
.form-control:focus {
    border-color: #68c07c;
    box-shadow: 0 0 0 0.2rem rgba(104, 192, 124, 0.24);
}
label {
    font-weight: bold;
}
.custom-file-label::after {
    content: "إختر ملف";
    right: initial;
    left: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem;
    border-right: inherit;
    border-left: none;
}

.btn-social {
    display: flex;
    background-color: #74798c;
    border-radius: 0.25rem;
}

.btn-social:hover {
    text-decoration: none;
}

.btn-social .brand-addon,
.btn-social .btn-text {
    color: #fff;
    padding: 0.6rem 0.75rem;
}

.btn-social .brand-addon {
    font-size: 1.5rem;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.3);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.btn-social .btn-text {
    font-size: 0.875rem;
    text-transform: uppercase;
}
/* OWL */
.owl-item {
    padding: 0 10px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border: 2px solid #6c757d;
    background-color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #333a40;
    border: 2px solid #333a40;
}

/* line breaks */
.preserveLines {
    white-space: pre-line;
}

/* TOP */
#top {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
#top .form-group {
    margin-bottom: 0;
}
#top ul {
    margin: 0;
}
#top .flash {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* search-form */
.search-form {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}
.search-form input {
    height: 36px;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 5px 5px 0;
    max-width: 140px;
}
.search-form input:focus {
    box-shadow: none;
}
.search-form button {
    border-radius: 5px 0 0 5px;
    padding: 5px 10px;
}
.search-form button:active:focus {
    box-shadow: none !important;
}

.dropdown:hover .dropdown-menu,
.btn-group:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0;
}

/* owl-nav */
.owl-nav {
    font-size: 22px;
}
.owl-nav button {
    width: 60px;
    top: 140px;
    background-color: #fff !important;
    height: 60px;
    color: #334659 !important;
    border-radius: 100% !important;
    position: absolute;
    border: 1px solid #cecece !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.owl-nav button.owl-prev {
    right: -80px;
}
.owl-nav button.owl-next {
    left: -80px;
}

/* one-course */
.one-course {
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    border-radius: 17.49px;
    border: #D2D4DA solid 1px;
}
.one-course {
    /* box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15); */
    min-height: 350px;
    margin-bottom: 30px;
    padding-bottom: 1rem;
    max-width: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-course:hover {
    box-shadow: 10px 20px 15px rgba(0, 0, 0, 0.15);
}
.one-course .btn {
    display: block;
    margin: 10px 30px 0px;
}
.one-course img {
    padding-top: 0.5rem;
}



.educators-list {
    max-width: 1335px;
}
/* one-teacher */
.one-teacher {
    min-height: inherit;
    padding-top: 1rem;
}

/* popular-teacher */
section.popular-teacher {
    background-color: #f8f9fa;
}
section.popular-teacher .owl-carousel .owl-item img {
    width: 150px;
    display: inline;
}

/* help */
section.help {
    padding: 4rem 0;
    background: #f8f9fa url(../images/bg-help.jpg) center center no-repeat;
    background-size: cover;
}
section.help article {
    margin-bottom: 1rem;
}
section.help .video {
    margin-top: 5rem;
}
section.help .picture {
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    line-height: 4;
}

/* testimonials */
section.testimonials {
    padding: 4rem 0;
}
section.testimonials article {
    box-shadow: none;
}
section.testimonials .owl-carousel .owl-item img {
    width: 130px;
    margin-bottom: 2rem;
    display: inline;
}

/* social */
section.social {
    text-align: center;
}

/* social-link */
.social-link {
    padding: 0;
}
.social-link li {
    margin: 0 5px;
}
.social-link a {
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    line-height: 2.3;
    font-size: 22px;
}
.social-link a.facebook {
    background-color: #3c5b97;
}
.social-link a.twitter {
    background-color: #5aaeec;
}
.social-link a.linkedin {
    background-color: #127db4;
}
.social-link a.youtube {
    background-color: #ba0711;
}

/* program */
section.program {
    background-color: #f8f9fa;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
}
section.program h3 {
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
}
section.program .card {
    border: none;
    background-color: #f8f9fa;
}
section.program .card-header {
    padding: 0;
    border: none;
}
section.program .card-header button {
    display: block;
    color: #fff;
    background: #29a745;
    padding: 8px 20px;
    font-size: 20px;
    border-radius: 0px;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    text-align: right;
}
section.program .card-body {
    margin: 0;
    padding: 0;
}
section.program .card-body ul {
    margin: 0;
    padding: 0;
}
section.program .card-body a {
    color: #b4b4b5;
    display: block;
    padding: 10px 20px;
}
section.program .card-body .active a {
    color: #000;
}
/* section.program .card-body a:hover, section.program .card-body a.active{background-color: #007BFC; color: #fff;} */
section.program .card-body ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid #000;
    border-color: transparent black transparent transparent;
    display: inline-block;
}
section.program button .fas {
    display: none;
    float: left;
    margin-top: 6px;
}
section.program button .fa-angle-down {
    display: inline-block;
}
section.program button .fa-angle-right {
    display: none;
}
section.program button.collapsed .fa-angle-right {
    display: inline-block;
}
section.program button.collapsed .fa-angle-down {
    display: none;
}

section.program .recording_item {
    padding: 5px 10px;
    color: #949494;
}
section.program .recording_item.active {
    color: #000;
}
section.program .recording_item i.fa-video {
    font-size: 12px;
}
section.program .recording_item__title {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.program .recording_item.current .recording_item__title {
    font-weight: bold;
}
section.program .recording_item .recording_item__video-part {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: #f9826c;
    font-size: 11px;
    margin-left: 5px;
    pointer-events: none;
}
section.program .recording_item a:before {
    display: none !important;
}
section.program .recording_item a:hover,
section.program .recording_item a.current {
    background-color: transparent;
}
section.program .recording_item a.current {
    font-weight: bold;
}
section.program .recording_item__date {
    font-size: 12px;
    color: #000;
}
section.program .recording_item.active .recording_item__video-part {
    color: #ff2800;
    pointer-events: auto;
}

/* set-question */
.btn-set-question {
    position: absolute;
    left: -68px;
    top: 150px;
    transform: rotate(-90deg);
    padding: 0px 40px 15px;
    z-index: 99;
}
.btn-set-question i {
    transform: rotate(90deg);
    font-size: 30px;
    position: relative;
    top: 6px;
    right: -10px;
}
.btn-set-question span {
}

section.program .nav-item {
    border-radius: 0;
    width: 50%;
    float: right;
    min-width: inherit;
    margin: 0;
    line-height: 0;
    padding: 20px 0;
    background-color: inherit;
}
section.program .tab-content {
    border-radius: 0;
    padding: 0;
}
section.program .tab-content .disabled a {
    color: #ccc;
}
section.program .tab-content .disabled a:hover {
    background-color: inherit;
}

/* Modal */
.modal-header .close {
    margin-right: auto;
    margin-left: 0;
    padding: 1rem 0;
    line-height: 1.4;
}
.modal-header .close span {
    font-size: 40px;
    line-height: 0;
}
#meeting-popup .modal-body {
    padding: 0;
}

/* breadcrumb */
.breadcrumb-section {
    background-color: #007bff;
    padding: 12px 0;
    color: #fff;
    border-radius: 0px;
    padding: 0 1rem;
}
.breadcrumb-section .breadcrumb {
    background-color: transparent;
}
.breadcrumb .active,
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
/* .breadcrumb #toggle-sidebar{display: none;} */
.breadcrumb-section a#toggle-sidebar {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.5rem;
}
ol.breadcrumb {
    padding: 10px 0 0;
}

/* modules */
#wrapper {
    width: 100%;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
#sidebar-wrapper {
    background-color: #fff;
    width: 0;
    z-index: 10;
    position: absolute;
    right: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* .page-content-wrapper {
    padding: 2rem;
} */
#wrapper.toggled .page-content-wrapper {
    position: relative;
    margin-right: 250px;
    min-height: 400px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
.page-content-wrapper .empty-courses {
    text-align: center;
    font-size: 30px;
    padding: 4rem 0;
}

/* banner */
section.banner {
    background: #f8f9fa url(../images/bg-banner.png) no-repeat center;
    background-size: contain;
}

section.banner .wrapper {
    padding: 2.4rem;
}
section.banner .wrapper h3 {
    text-align: center;
    color: #101223;
}
section#search-banner .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 333px;
}
.pub {
    background-color: #dcebfb;
    border-radius: 6px;
    color: #71acea;
    padding: 20px 0;
    height: 400px;
    text-align: center;
    margin: 2rem 0;
}
.pub-horizontal {
    height: 80px;
}

/* please-login */
.please-login {
    border-radius: 8px;
    border: 1px solid #68c07c;
    background-color: rgba(104, 192, 124, 0.11);
    text-align: center;
    padding: 2rem;
    margin: 3rem;
}
.please-login h2 {
    font-size: 22px;
    margin-bottom: 1rem;
}
.contact-page .logged {
    max-width: 600px;
    padding-top: 3rem;
}

/* login-page */
.login-page {
    padding: 4rem 0;
}
.login-page h5 {
    text-align: center;
    color: #29a745;
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 24px;
}
.login-page .login h5 {
    color: #007bfc;
}
.login-page .login .forget-password {
    text-decoration: underline;
}
.login-page .btn {
    width: 300px;
}
.login-page .login,
.login-page .register {
    padding: 0 3rem;
}
.login-page .register {
    border-right: 1px solid #979797;
    padding-right: 4rem;
}
.login-page .register h6 {
    font-weight: bold;
}

/* intro-about */
.intro-about h2 {
    color: #68c07c;
    padding: 3rem 0;
    font-size: 28px;
    line-height: 1.6;
    text-align: center;
}

/* about-page */
.about-page article h3 {
    font-size: 20px;
}
.about-page article .btn {
    margin-bottom: 1rem;
}
.about-page article .read-more {
    text-align: left;
}
.future {
    background: url(../images/bg-about.jpg) no-repeat center;
    background-size: cover;
    padding: 4rem 0;
}
.about-page-future div div {
    justify-content: center;
}

/* team */
section.team .row {
    justify-content: center;
}
section.team {
    text-align: center;
    margin: 2rem 0;
}
section.team h3 {
    margin-bottom: 4rem;
}
section.team .wrapper {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}
section.team .social {
    display: flex;
    justify-content: space-around;
}
section.team .social a {
    color: black;
    font-size: 22px;
}
section.team .picture {
    margin-bottom: 1rem;
    height: 140px;
    width: 140px;
}

/* intro-teacher */
.intro-teacher .wrapper {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 3rem 0;
    padding: 1rem;
}
.intro-teacher .profile .btn {
    margin: 1rem 2px 0;
    font-size: 11px;
    padding: 4px 6px;
    float: right;
}
.intro-teacher h4 {
    margin-bottom: 2rem;
}
.intro-teacher h5 {
    font-weight: bold;
    margin: 0;
}
.intro-teacher .stats {
    text-align: center;
    border-right: 1px dotted #6c757d;
}
.intro-teacher .stats > div {
    margin-bottom: 2rem;
}
.intro-teacher .social-link {
    position: relative;
    border: 2px solid #68c07c;
    display: block;
    text-align: center;
    border-radius: 30px;
    padding: 4px 0;
    color: #68c07c;
}
.intro-teacher .social-link i {
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 8px;
}
.intro-teacher .youtube {
    color: #dc3545;
    border-color: #dc3545;
}
.intro-teacher .facebook {
    color: #3b5998;
    border-color: #3b5998;
}
.intro-teacher .social-link:hover {
    color: #fff;
    background-color: #68c07c;
}
.intro-teacher .youtube:hover {
    background-color: #dc3545;
}
.intro-teacher .facebook:hover {
    background-color: #3b5998;
}

/* lecture-page */
.lecture-page {
    position: relative;
}
.lecture-page header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.lecture-page .video {
    margin-bottom: 3rem;
}

/* lecture-page--recordings */
.lecture-page--recordings {
}
.lecture-page--recordings iframe {
    width: 100%;
    height: 62vh;
}
.lecture-page--recordings .tab-pane {
    padding: 1rem 0 !important;
}
.lecture-page--recordings h2.title {
    text-align: left;
    font-size: 22px;
    line-height: 1;
}
.lecture-page--recordings #wrapper.toggled #sidebar-wrapper {
    width: 300px;
    right: 0;
    background-color: #f8f9fa;
    margin: 0;
}
.lecture-page--recordings section.program {
    box-shadow: none;
    height: 100%;
    margin: 1rem 0;
    color: #676767;
}
.lecture-page--recordings section.program button .fa-angle-down {
    color: #676767;
}
.lecture-page--recordings section.program .card-header button {
    background-color: transparent;
    color: #29a745;
    padding: 6px 10px;
    font-weight: bold;
}
.lecture-page--recordings section.program .card-header button:focus {
    box-shadow: none;
}
.lecture-page--recordings .card-header {
    background-color: transparent;
}
.lecture-page--recordings .card-header button {
    color: #29a745;
    border-bottom: 1px solid #ccc !important;
}
.lecture-page--recordings section.program h2.title {
    text-align: left;
}
.lecture-page--recordings .tab-content {
    padding: 0;
    border: none;
    box-shadow: none;
}
.lecture-page--recordings .nav-tabs .nav-link {
    color: #fff;
    background-color: #353a4f;
    border-radius: 6px;
    padding: 6px 20px;
    min-width: inherit;
}
.lecture-page--recordings aside {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 1rem;
}
.lecture-page--recordings .paginate-link {
    color: #ff2907;
    font-size: 14px;
}
.lecture-page--recordings .paginate-link[disabled] {
    color: #f99e8f;
}
.lecture-page--recordings .aside-intro {
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.lecture-page--recordings .aside-intro header {
    display: flex;
    background-image: linear-gradient(to right, #2daa48, #5bd977);
    margin: 0;
    text-align: center;
    padding: 10px 0;
    align-items: center;
}
.lecture-page--recordings .aside-intro header div {
    flex: 0 0 50%;
    color: #fff;
    font-size: 16px;
}
.lecture-page--recordings .aside-intro header div:last-of-type {
    border-right: 1px solid;
}
.lecture-page--recordings .aside-intro header .title {
    font-size: 18px;
    margin: 0;
}
.lecture-page--recordings .aside-intro header .sub-title {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
.lecture-page--recordings .content {
    background-color: #fff;
    height: 100px;
}
.lecture-page--recordings #wrapper.toggled .page-content-wrapper {
    margin-right: 300px;
}
.lecture-page--recordings .paginate {
    margin-top: -3rem;
}
.lecture-page--recordings .accordion > .card > .card-header {
    margin-bottom: 0;
}

.lecture-page--cycles .aside-intro header {
    background-image: linear-gradient(to right, #4cabde, #1190d4);
}

/* nav-item */
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    margin-left: 2px;
    border: 1px solid #e2e2e2;
    border-radius: 20px 20px 0 0;
    min-width: 200px;
    font-weight: bold;
    color: #333a40;
    background-color: #ececec;
    text-align: center;
}
.nav-tabs .nav-link.active {
    box-shadow: -1px -6px 10px rgba(0, 0, 0, 0.05);
}
.tab-content {
    box-shadow: 0px 0px 20px #00000017;
    border-radius: 20px 0 20px 20px;
    padding: 30px 20px;
    border: 1px solid #e2e2e2;
}

/* comment */
.comment {
    margin: 1rem 0;
}
.comment .wrapper {
    display: flex;
}
.comment .profile {
    margin-left: 10px;
}
.comment .profile img {
    height: 50px;
}
.comment .message {
    border: 2px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.comment .message header {
    background-color: #f8f9fa;
    padding: 3px 10px;
}
.comment .message .content {
    padding: 0 10px;
}
.comment footer {
    font-size: 12px;
    text-align: left;
}

#subscriptions .sweet-modal .badge {
    font-size: inherit;
}

/* subscription-options */
.subscription-options {
    padding: 4rem 0;
    text-align: center;
}

.subscription-options .row {
    display: flex;
    justify-content: center;
}

.subscription-options .subscription-card {
    position: relative;
}
.subscription-options article {
    margin: 1rem 0;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}
.subscription-options article h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #ef2c46;
    padding: 1rem;
    margin: 0;
}
.subscription-options article.first h3 {
    background-color: #0587bf;
}
.subscription-options article.second h3 {
    background-color: #65448a;
}
.subscription-options article.third h3 {
    background-color: #f67925;
}

.subscription-options article.fifth h3 {
    background-color: #0da191;
}
.subscription-options article .wrapper {
    font-size: 18px;
    line-height: 2.5;
    margin: 0 2rem;
}
.subscription-options article .wrapper li {
    border-bottom: 2px solid #e4dfdf;
}
.subscription-options article .wrapper li:last-child {
    border: none;
}
.subscription-options article .footer {
    padding: 0.4rem;
    font-size: 18px;
    color: #fff;
    background: #ef2c46;
}
.subscription-options article.first .footer {
    background-color: #0587bf;
}
.subscription-options article.second .footer {
    background-color: #65448a;
}
.subscription-options article.third .footer {
    background-color: #f67925;
}

.subscription-options article.fifth .footer {
    background-color: #0da191;
}

.subscription-options article .footer span {
    width: 19px;
    display: inline-block;
    font-size: 10px;
    line-height: 1.3;
    margin: 0 10px 0;
    position: relative;
    top: 6px;
}

.subscription-options .more-info {
    background-color: #fff;
    border: 1px solid #000;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: all ease 0.7s;
}
.subscription-card:hover .more-info {
    transform: translateX(0);
    opacity: 1;
}

/* privacy-page */
.privacy-page {
    direction: ltr;
    text-align: left;
    padding: 3rem 0;
}

.sweet-modal.is-alert .sweet-content {
    font-size: 18px !important;
}
.sweet-content-content p li {
    text-align: right;
}

/* sell point */
.card-pos {
    border-radius: 0.9rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin: 0.25rem;
    padding: 0;
}

.card-image {
    display: flex;
}

.pos-img {
    padding: 0.3rem;
    border-radius: 0.9rem;
    max-width: 100%;
    width: 60px;
}

.card-pos-caption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-pos-description {
    font-weight: 700;
}

.card-pos .icon {
    padding: 0 5%;
}

/* products */
#products .heading {
    text-align: center;
    margin: 2rem;
}

#products .cours-cards .card label {
    font-size: small;
}

#products .cours-cards .card {
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#products .cours-cards .card p {
    margin: 0;
    font-size: small;
}

#products .sticks {
    position: sticky;
    position: -webkit-sticky;
    top: 4rem;
}

#products .sticky-price {
    display: none;
    width: 70%;
    position: sticky;
    bottom: 10vh;
    right: 63.2%;
    /* text-align: center; */
    background: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#products .sticky-price .info {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* checkout */
section.checkout-header {
    margin-top: 2rem;
}
section.checkout-header h1 {
    text-align: center;
}

section.order-info .table th,
section.order-info .table td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.profile-sidebar {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: 100vh;
    gap: 15px;
    position: sticky;
    top: 30px;
    border-left: 2px solid #6c757d;
}

.profile-sidebar a {
    width: 80%;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    color: black;
    border-radius: 10px;
}

.profile-sidebar a:hover {
    background-color: #ececec;
}

.profile-sidebar a.active{
    background-color: #001e4b;
    color: white;
}

.my-cards .content div {
    max-width: 1300px;
}





@media screen and (max-width: 992px) {
    .profile-sidebar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: white;
        height: auto;
        z-index: 3;
        top: 69px;
        padding: 10px 0;
    }
    .profile-sidebar .avatar {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .profile-sidebar {
        top: 59px;
    }
    .profile-sidebar a {

        font-size: 14px;
        font-weight: 500;
        padding: 10px;
        text-align: center;
        color: black;
    }
}

@media screen and (max-width: 500px) {
    .profile-sidebar {
        top: 55px;
    }
}


@media screen and (max-width: 1200px) {
    .subscription-options article .wrapper {
        margin: 0;
    }
}
@media screen and (max-width: 991px) {
    section.banner .wrapper .pub {
        display: none;
    }
    .login-page .login,
    .login-page .register {
        padding: 0;
    }
    .login-page .btn {
        width: 200px;
    }
    .login-page .register {
        padding-right: 2rem;
    }

    .intro-teacher .profile {
        text-align: center;
        margin-bottom: 2rem;
    }
    .intro-teacher .profile .btn {
        float: none;
    }
    .intro-teacher .stats {
        border: none;
    }

    main {
        position: relative;
    }
    #fix-sidebar-mobile {
        position: absolute;
        width: 320px;
        right: 0;
        top: 0;
        display: none;
        z-index: 99;
    }
    .breadcrumb #toggle-sidebar {
        display: inline-block;
    }
    #toggle-sidebar {
        margin-left: 10px;
    }
    #wrapper.toggled .page-content-wrapper,
    .lecture-page--recordings #wrapper.toggled .page-content-wrapper {
        margin-right: 0;
    }
    .video-content {
        font-size: 14px;
    }
    .video-content span:before {
        content: "";
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .video-content .btn {
        padding: 5px 15px;
        font-size: 14px;
    }
    .btn-set-question {
        font-size: 10px;
        position: absolute;
        left: -5px;
        top: 50px;
        transform: rotate(-90deg);
        padding: 0px 10px 10px;
        z-index: 99;
    }
    .btn-set-question span {
        display: none;
    }
    .btn-set-question i {
        transform: rotate(90deg);
        font-size: 20px;
        position: relative;
        top: 6px;
        right: -1px;
    }
    .lecture-page--recordings section.video iframe {
        height: auto !important;
    }
    .lecture-page--recordings .paginate {
        margin-top: 1rem;
        text-align: center;
    }

    #products .sticky-price {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #top li {
        margin-right: 0;
    }
    .search-form input {
        display: inline-block;
        position: relative;
        top: 2px;
        left: -3px;
    }
    #top .left {
        text-align: right;
    }
    .please-login {
        margin: 2rem 0;
    }
    .please-login h2 {
        font-size: 18px;
    }
    .login-page .register {
        padding: 3rem 0;
        border: none;
    }
    .nav-tabs .nav-link {
        display: block;
        width: 100%;
        border-radius: 0px;
    }
    .tab-content {
        border-radius: 0px;
    }
    .tab-content,
    .nav-tabs .nav-link.active {
        box-shadow: none;
    }
    .nav-tabs .nav-link {
        margin: 0;
    }
}
@media screen and (max-width: 575px) {
    .one-course {
        max-width: inherit;
    }
    .owl-nav button {
        display: none !important;
    }
    .lecture-page header {
        display: block;
    }
    .lecture-page header .paginate {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .carousel {
        height: 30vh !important;
    }
}

/* to make the arrows in input type number appear always */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}


/*
    Animations
*/

/* carousel animation*/

.zoom-in-out-box {
    transform: translate3d(0, 100px, 0) scale(.6);
    opacity: 0;
    transition: all 1s ease-in-out ;
}
.zoom-in-out-box.animate {
    transform: translateZ(0) scale(1);
    opacity: 1;
}

/*text animation*/
.text-slide-up {
    opacity: 0;
    transform: translateY(20px); /* Start slightly lower */
    transition: all 1s ease-out; /* Adjust the duration */
  }

.text-slide-up.animate {
    opacity: 1;
    transform: translateY(0); /* Final position */
}

.partners-text {
    display: inline-block;
    opacity: 0; /* Initially hidden */
    transition: opacity 2s ease-out;
}

.partners-text.animate {
    opacity: 1; /* Fade in when it enters viewport */
}

.emoji {
    display: inline-block;
    transform-origin: center;
  }

  .emoji.vibrate {
    animation: vibrateAndPause 4s infinite; /* Total cycle duration (vibrate + pause) */
  }

  @keyframes vibrateAndPause {
    0%, 100% { /* Start and end positions (pause) */
      transform: translate(0px, 0px);
    }
    10%, 30%, 50%, 70%, 90% { /* Vibration keyframes */
      transform: translate(2px, 2px);
    }
    20%, 40%, 60%, 80% { /* Opposite vibration keyframes */
      transform: translate(-2px, -2px);
    }
    95% { /* Pause before the next cycle */
      transform: translate(0px, 0px);
    }
  }

/* Base style for the SVG */
/* Create the mask reveal animation (right to left) */
@keyframes clipRevealRightToLeft {
    0% {
        clip-path: inset(0 0 0 100%); /* Initially hide the left side */
    }
    100% {
        clip-path: inset(0 0 0 0); /* Reveal the arrow completely */
    }
}

/* Apply the animation to the SVG */
svg.to-animate {
    overflow: visible; /* Ensure the mask is not clipped */
    animation: none; /* Animation starts when triggered by the observer */
}

/* Add animation to the SVG when in view */
svg.to-animate.animate {
    animation: clipRevealRightToLeft 2s ease forwards;
}


/* Rocket takeoff animation */
@keyframes rocketTakeoff {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(-300px) translateX(300px) scale(2); /* Adjust values as needed */
        opacity: 0; /* Optional: fade out the rocket */
    }
}

/* Initial state of the rocket */
.rocket {
    display: inline-block; /* Ensure it animates properly */
    animation: none; /* Animation starts when triggered by the observer */
}

/* Animation applied after arrow animation */
.rocket.animate {
    animation: rocketTakeoff 1s ease-out forwards;
}


/* Define the right-to-left slide and fade-in animation */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%); /* Start from the right side */
        opacity: 0; /* Start hidden */
    }
    100% {
        transform: translateX(0); /* End at original position */
        opacity: 1; /* End fully visible */
    }
}

/* Apply the animation to buttons */
.button-slide-in {
    animation: none; /* Animation starts when triggered by the observer */
}

/* Add the 'animate' class to trigger the animation */
.button-slide-in.animate {
    animation: slideInFromRight 1s ease-out forwards;
}
