@font-face {
    font-family: "AhlanBold";
    src:
        local("Trickster"),
        url(../fonts/Ahlan-world-Arbfonts.otf) format("opentype") tech(color-COLRv1),
        url(../fonts/Ahlan-world-Arbfonts.otf) format("opentype"),
}

body {
    font-family: "IBM Plex Sans Arabic";
    font-weight: 400;

}

h1, h2, h3, h4, h5, h6 {
    font-family: "IBM Plex Sans Arabic";
    font-weight: 600;
}

h3 {
    font-size: 1em;
}

/* Font */
.ibm-thin {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.ibm-extralight {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.ibm-light {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ibm-regular {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ibm-medium {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ibm-semibold {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.ibm-bold {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* Font */

.btn {
    font-family: "IBM Plex Sans Arabic";
    font-weight: 500;
    padding: .7em 1em;
    border-radius: 15px;
}

.form-control {
    padding: 0.8rem 1rem;
}

.form-control::placeholder {
    text-align: right;
}

.btn-default {
    background-color: rgba(96, 96, 96, 0.5);
    color: white;
}

.btn-default:hover {
    background-color: rgba(96, 96, 96, 1);
    color: white;
}

.btn-primary {
    background-color: #8B173F !important;
    --bs-btn-bg: #8B173F !important;
    color: white;
    border: 0;
}

    .btn-primary:hover {
        background-color: #B33D6D;
    }

.btn-outline-primary {
    border-color: #10a9dc !important;
    color: #10a9dc !important;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #10a9dc;
}

.btn-secondary {
    background-color: white;
    color: black;
}

.btn-secondary:hover {
    background-color: #36C3F2;
}

.btn-black {
    background-color: black;
    color: white;
}

.btn-black:hover {
    background-color: #36C3F2;
    color: white;
}

.btn-gutter {
    background-color: #64CFF3;
    border: 1px solid #AFE6F9;
    color: white;
}

.btn-gutter:hover {
    background-color: #04c0ff;
}

.btn-danger {
    background-color: rgba(255, 0, 0, 0.112);
    color: red;
    border: 0;
}

.slider a {
    text-decoration: none;
}

.card {
    box-shadow: 0px 2px 4px 3px rgba(221, 216, 216, 0.25);
    border-radius: 15px;
    border: 0;
}

.card .slider-info {
    position: relative;
    height: 250px;
}

.card .slider-info div ._category, .card .slider-info div ._rate {
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
}

.card .slider-info div ._category {
    background-color: #36C3F2;
}

.card .slider-info div ._rate {
    background-color: #FFF8E6;
    color: black;
    column-gap: 10px;
}

.card .slider-info div ._rate img {
    width: 16px;
    height: 16px;
}

.card .slider-info ._price {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background-color: white;
    width: auto;
    border-top-left-radius: 5px;
}

.card .slider-info img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    object-fit: cover;
    height: 250px;
}

.card .slider-info div {
    position: absolute;
    width: 100%;
}

.card .slider-details span {
    padding: 10px;
    border-radius: 15px;
    background-color: #FAFAFA;
}

.mt-15 {
    margin-top: 8em;
}

.mt-10 {
    margin-top: 4em;
}

[dir=rtl] .slick-prev {
    right: auto !important;
    left: 75px !important;
    top: -50px;
}

[dir=rtl] .slick-prev svg ellipse, [dir=rtl] .slick-next svg ellipse {
    fill: #F1F1F2;
}


[dir=rtl] .slick-prev::before {
    content: "" !important;
}

[dir=rtl] .slick-next {
    top: -50px;
    left: 25px !important;
}

[dir=rtl] .slick-next::before {
    content: "" !important;
}

.section-name {
    font-size: 1.5em;
    background-image: url(../images/ic_slider_title.svg);
    background-repeat: no-repeat;
    background-position: right top;
    display: inline-block;
    line-height: 45px;
    height: 70px;
    text-indent: 10px;
    font-weight: 500;
}

.gutter {
    background-image: url(../images/ic_gutter_bg.svg);
    background-size: cover;
    height: 120px;
    border-radius: 20px;
    color: white;
    font-size: 1.5em;
}

.gutter ._ic {
    width: 55px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.gutter ._ic img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.gutter2 {
    background-image: url(../images/ic_gutter_2bg.svg);
    background-size: cover;
    height: 344px;
    border-radius: 20px;
    color: white;
    font-size: 1.5em;
}




.separator-more {
    position: relative;
}

.separator-more hr {
    height: 2px;
    color: black;
    width: 90%;
}

footer {
    background-color: #000729;
}

footer h3 {
    color: #3FC1ED;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    line-height: 40px;
}

footer ul li a, footer .copy-right a {
    color: white;
    text-decoration: none;
}

footer .copy-right {
    color: white;
}

.bg-gray {
    background-color: #F8FAFB;
}

.text-primary {
    color: #10a9dc !important;
}

.rounded-15 {
    border-radius: 15px;
}

.rounded-10 {
    border-radius: 10px;
}

.pagination {
    column-gap: 20px;
}

.pagination a:hover, .pagination a.active {
    background-color: black;
    color: white;
}

.pagination .next, .pagination .prev, .page-no {
    border: 1px solid #EEEEEE;
    text-decoration: none;
    color: black;
}

.pagination .page-no {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}

.pagination .next, .pagination .prev {
    border-radius: 20px;
    height: 50px;
    line-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.pagination .next img, .pagination .prev img {
    width: 20px;
    height: 20px;
}

.dropdown-toggle::after {
    background-color: #AFE6F9;
    padding: 5px;
    border-radius: 50%;
    border: 0;
    width: 20px;
    height: 20px;
    content: "â?¼";
    font-size: 10px;
    color: #04c0ff;
}

.listing-cards-courses .course-image img {
    border-radius: 10px;
    object-fit: cover;
}
.course_rate .fa.fa-star{
    color: #aaa;
}
.rate_course .checked, .rate_course span:hover, .course_rate  .fa.fa-star.checked {
    color: orange;
}

.rate_course {
    column-gap: 10px;
}

.rate_course .rate_number label {
    border: 1px solid #aaa;
    color: black;
    border-radius: 10px;
    padding: 10px 15px;
}

.rate_course .rate_number input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.rate_course .rate_number input[type="radio"]:checked + label {
    background-color: orange;
    border: 1px solid orange;

}

.cursor-pointer {
    cursor: pointer
}
.slider-teachers{
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    transform: none;
}
.slider-teachers .card{
    animation: scroll 45s linear 0s infinite;
    animation-play-state:running;
    animation-delay:0s;
    animation-direction:normal
}
/* [dir=rtl] .slick-next, [dir=rtl] .slick-prev {
    display: none;
} */
@media (max-width: 900px) {
    .header-container .nav-link:hover::after, .header-container .nav-link.active::after {
        left: 0;
        right: 0;
    }

    .gutter {
        height: auto;
    }

    .gutter2 {
        height: 280px;
    }

    .gutter2 h2 {
        font-size: 0.8em;
    }

    .gutter2 label {
        font-size: 0.6em;
    }

    .gutter2 .teacher img {
        width: 100%;
    }
}