@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@font-face {
    font-family: Almarai;
    src: url(../webfonts/Almarai-Regular.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Almarai', sans-serif;
    counter-reset: section section1;
}

:root {
    --main-color: #0074EE;
    --second-color: #DB0F0F;
    --third-color: #1E1E1E;
    --time-color: #989898
}

a:hover {
    text-decoration: none !important;
}

*+p {
    margin-top: 0;
}

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

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

.main-text-color {
    color: var(--main-color);
}

.second-text-color {
    color: var(--second-color);
}

.time-color {
    color: var(--time-color);
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px #373737 inset;
    -webkit-text-fill-color: #fff;
}

input:focus,
textarea:focus {
    box-shadow: 0;
    background-color: #373737 !important;
}

/* ******************************* */
/* Start Navbar */
/* ******************************* */

.navbar-collapse .nav-item .nav-link.active {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
}

.navbar-collapse .nav-item .nav-link {
    color: var(--third-color);
    font-weight: bold;
}

/* ******************************* */
/* End Navbar */
/* ******************************* */

/* ******************************* */
/* Start Warning */
/* ******************************* */
.warning .icon::before  {
    content:url('../images//warning.svg');
    position: relative;
    top: 5px;
}
/* ******************************* */
/* End Warning */
/* ******************************* */


/* ******************************* */
/* Start Header */
/* ******************************* */
.header {
    background-image: url(../images/maindesign.png);
    background-position: bottom;
    height: 680px;
    background-size: cover;
    background-position: center;
}

.header .man-imgcontainer {
    width: 500px;
    margin: auto;
}

.header .man-img {
    width: 100%;
    height: 100%;
}

.header .left-contain .head {
    font-size: 78px;
}

.header .left-contain .par {
    font-size: 29px;
}

.header .left-contain .join-now {
    height: 65px;
    width: 250px;
    font-size: 33px;
}

.hidden-main-img {
    display: none;
}

/* ******************************* */
/* End Header */
/* ******************************* */

/* ******************************* */
/* Start Are We */
/* ******************************* */
.are-we h2.h1 {
    border-bottom: 4px solid var(--main-color);
    width: fit-content;
}

.are-we .img-container {
    width: 500px;
    height: 300px;
}

.are-we .img-container.img-container2 {
    width: 400px;
    height: 450px;
}

.are-we .img-container img {
    width: 100%;
    height: 100%;
}

.are-we .img-container video {
    width: 100%;
    height: 100%;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    background-size: cover;
}

.player-video-in-popup {
    width: 40%;
    height: 300px; 
    margin-top: 10%;
}

.video-popup-toggle.disibled {
    display: none;
}

.video-popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1C1C1C;
    z-index: 9999;
}

.video-popup .video-defin {
    font-size: 14px;
}

.player-video-in-popup .close-popup {
    position: absolute;
    color: #fff;
    left: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
}

.plyr.plyr--full-ui {
    cursor: pointer;
}

.plyr.plyr--full-ui .plyr__control.plyr__control--overlaid {
    pointer-events: none;
}

.playerPopup1 .plyr__poster {
    display: none;
}

.courser-dark-background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1C1C1C;
    position: fixed !important;
    z-index: 999999999999;
}

/* ******************************* */
/* End Are We */
/* ******************************* */


/* ******************************* */
/* End devide */
/* ******************************* */
.devide-page {
    margin-top: 100px;
    height: 100px;
    transform: rotate(5deg) skewX(5deg);
    min-width: 100%;
    margin-inline-start: -10px;
    margin-inline-end: -1px;
}
/* ******************************* */
/* End Devide */
/* ******************************* */


/* ******************************* */
/* Satert Why */
/* ******************************* */
.why {
    margin-top: 120px;
}

.why .card-p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: var(--main-color);
    position: absolute;
    right: -25px;
}
/* ******************************* */
/* End Why */
/* ******************************* */



/* ******************************* */
/* Start Courses */
/* ******************************* */
.courses .join-button {
    width: 150px;
}

.courses .join-button.disible {
    background-color: #E6E6E6;
    color: #B8B8B8;
}

.courses .card {
    min-height: 420px;
}

.courses .card .img-contain {
    height: 320px;
}

.courses .card .img-contain .card-img-top {
    height: 100%;
}

.courses .card .badge {
    right: 0;
    top: 10px;
    height: 30px;
    width: 70px;
    line-height: 30px;
    border-radius: 0;
}

.courses .card .card-body {
    min-height: 205px;
}

.courses .hours-icon {
    color: #ACACAC;
}

.courses .info-hours .hours-icon::before {
    content: url(../images/time.svg);
    position: absolute;
    right: -20px;
    top: 5px;
}

.courses .videos-icon {
    color: #ACACAC;
}

.courses .info-videos .videos-icon::before {
    content: url(../images/video.svg);
    position: absolute;
    right: -20px;
    top: 5px;
}

.btn-close:hover {
    color: var(--main-color);
    cursor: pointer;
}

.lesson-work {
    height: 100% !important;
}

.lesson-work .plyr.plyr--full-ui {
    height: 80%;
}

/* ******************************* */
/* End Courses */
/* ******************************* */


/* ******************************* */
/* Start Testimonials */
/* ******************************* */


.testimonials {
    background-color: #F6F6F6;
}

.testimonials .carousel-indicators {
    bottom: -40px;
}

.testimonials .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #CBCBCB;
}

.testimonials .carousel-indicators button.active {
    background-color: var(--main-color);
}

.testimonials .star li{
    list-style: none;
}

.testimonials .left-arrow {
    transform: scaleX(-1);
}

/* ******************************* */
/* End Testimonials */
/* ******************************* */


.join-button {
    top: 50%;
}


/* ******************************* */
/* Start  Courses Header */
/* ******************************* */

.courses-header {
    height: 200px;
    border-bottom-right-radius: 140px;
}

.courses-header .bg-w-color {
    background-color: #272727;
}

/* ******************************* */
/* End Courses Header */
/* ******************************* */



/* ******************************* */
/* Start Courses Descrip */
/* ******************************* */

.courses-descrip {
    margin-bottom: 90px;
}

.courses-descrip h4 {
    background-color: #F1F1F1;
}

.courses-descrip .themes-container {
    max-height: 395px;
    overflow-y: scroll;
}

/* .courses-descrip .themes-container p::before {
    counter-increment: section;
    content: counter(section);
    background-color: var(--main-color);
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    right: -35px;
} */

.courses-descrip .intro .plyr.plyr--full-ui {
    margin-top: -60px;
}

.courses-descrip .accessories-container {
    max-height: 255px;
    overflow-y: scroll;
}

.courses-descrip .accessories-container p::before {
    counter-increment: section1;
    content: counter(section1);
    background-color: var(--main-color);
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    right: -35px;
}

.courses-descrip .accessories-container p a.btn {
    font-size: 12px;
    margin-inline-end: 40px ;
}

/* ******************************* */
/* End Courses Descrip */
/* ******************************* */


/* ******************************* */
/* Start Courses Lessons */
/* ******************************* */
.carousel-videos {
    margin-bottom: 100px;
}

.carousel-videos .lesson-head {
    background-color: #F1F1F1;
}

.uk-slider-items .uk-panel {
    width: 100%;
    height: 300px;
}

.carousel-videos .courses-video .p-contain {
    height: 250px;
}

.carousel-videos .courses-video .p-contain .plyr.plyr--full-ui {
    height: 100%;
}

.plyr__video-wrapper {
    margin: 0;
    height: 100%;
}

.carousel-videos .courses-video .badge {
    position: absolute;
    top: 10px;
    left: 1;
    width: 65px;
    height: 25px;
    display: block;
    line-height: 25px;
    border-radius: 0;
}

.carousel-videos .courses-video .lesson-title {
    background-color: #E1E1E1;
    padding: 8px;
}

/* UIKIT */
.uk-flex-top{
    background-color: #1C1C1C;
    /* opacity: 0.9 !important; */
    padding-top: 20px;
}

.uk-modal-dialog {
    width: 50%;

}

.uk-modal-close-outside {
    top: 55px;
    left: 55px;
}

.uk-slider-items .uk-active {
    padding-left: 15px;
}

.carousel-videos .arrows {
    color: var(--main-color) !important;
}

.mark-container {
    position: relative;
}

.mark-container .fa-check-circle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    margin-right: 15px;
    width: 40px;
}

.in-arrows {
    top: 25%;
}

@media (max-width: 1399.98px) {
    .in-arrows {
        top: 40%;
    }
}

@media (max-width: 767.98px) {
    .in-arrows {
        top: 33%;
    }
}

@media (max-width: 575.98px) {
    #exampleModal .container-lesson {
        margin-top: 50px !important;
    }

    .in-arrows {
        top: 20%;
    }
}

@media (max-width: 374.98px) {
    .in-arrows {
        top: 28%;
    }

    .in-arrows::before {
        font-size: 30px;
    }

    #sliderParent .uk-margin-remove {
        font-size: 20px;
    }
}

.in-arrows:active,
.in-arrows:focus {
    color: var(--main-color);
}

.in-arrows::before {
    font-size: 50px;
}

.in-arrows-right::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
}

.in-arrows-left::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053";
}

.in-arrows svg {
    width: 25px;
    display: none;
}

.in-arrows:hover {
    color: var(--main-color) !important;
}

/* #exampleModal .modal-body {
    margin-top: -45px;
} */

#exampleModal .container-lesson {
    max-width: 700px;
    margin: auto;
    height: 550px;
}

#sliderParent {
    height: 90vh;
}
/* UIKIT */



/* ******************************* */
/* End Courses Lessons */
/* ******************************* */



/* ******************************* */
/* Start Comments */
/* ******************************* */

.comment-textarea:focus {
    background-color: #fff !important;
}

.comments .comments-container {
    margin: auto;
    width: fit-content;
}

.comments .comments-head {
    background-color: #E1E1E1;
}

.comments .user-img {
    width: 100px;
    height: 100px;
}

.comments .user-img img {
    width: 100%;
    height: 100%;
}
.comments .card.replay::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3e5";
    transform: scaleY(-1);
    font-size: 30px;
    position: absolute;
    right: -55px;
    color: #7A7A7A;
}

.comments hr {
    height: 2px;
    bottom: -35px;
}

.comments .add-comments {
    margin-top: 80px;
}

.comments .add-comments textarea {
    resize: none;
}

.comments .rate .star li {
    list-style: none;
}

/* ******************************* */
/* End Comments */
/* ******************************* */


/* Start Auth */
.auth {
    margin-top: 100px;
    margin-bottom: 100px;
}

.auth .w-form {
    width: 30%;
}

.auth input {
    background-color: #F8F8F84F !important;
    border-color: #D2D2D2;
}

input:-internal-autofill-selected {
    background-color: #F8F8F84F !important;
    border-color: #D2D2D2;
}

.auth input[type="email"] {
    background-color: #F8F8F84F;
    border-color: #D2D2D2;
}

.auth input[type="email"]::placeholder {
    text-align: end;
}

.auth.register .w-form div {
    padding: 0;
}
/* End Auth */





































/* ******************************* */
/* Start Footer */
/* ******************************* */

.footer {
    background-color: #272727;
}

.footer .img-fluid {
    width: 250px;
    height: 130px;
}

.footer ul li {
    list-style: none;
    width: 55px;
    height: 55px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
}

.footer ul li img {
    width: 100%;
    height: 100%;
}

.footer input, .footer textarea {
    background-color: #373737;
    border: none;
}

.footer input[type="email"]::placeholder {
    text-align: end;
}

.footer .send-button {
    width: 200px;
}

.footer .bottom a {
    text-decoration: none;
    color: #6A6A6A;
}

.footer .bottom {
    background-color: #202020;
    color: #6A6A6A;
}

/* ******************************* */
/* End Footer */
/* ******************************* */


/* ************************************** */
/* Start Responsive */
/* ************************************** */

@media (max-width: 1399.98px) {
    /* Start Header */
    .header .left-contain .head {
        font-size: 65px;
    }

    .header .left-contain .par {
        font-size: 25px;
    }
    /* End Header */
}

@media (max-width: 1199.98px) {
    /* Start Header */
    .header {
        background-position: initial;

    }

    .header .left-contain .head {
        font-size: 55px;
    }

    .header .left-contain .par {
        font-size: 20px;
    }
    /* End Header */

    /* Start Testimonials */
    .testimonials .carousel-control {
        width: 35px
    }
    /* End Testimonials */

    /* Start Courses Header */
    .courses-header {
        border-bottom-right-radius: 90px;
    }

    .courses-header .descrip {
        margin-right: 30px;
    }
    /* End Courses Header */

    /* Start Courses Descrip */
    .courses-descrip .intro video {
        width: 400px;
    }

    .courses-descrip .course-accessories {
        margin-top: 64px;
    }
    /* End Courses Descrip */

    /* Start Auth */
    .auth .w-form {
        width: 40% !important;
    }
    /* End Auth */

    /* Start Popup */
    .player-video-in-popup {
        width: 55%;
        margin-top: 20%;
    }
    /* End Popup */
}

@media (max-width: 991.98px) {
    /* Start Header */
    .header {
        height: fit-content;
        background-image: url(../images/1.png);
    }

    .header .left-contain .head {
        font-size: 42px;
    }

    .header .left-contain .par {
        font-size: 17px;
    }

    .hidden-main-img {
        display: block;
    }
    /* End Header */

    /* Start Testimonials */
    .testimonials .carousel-inner {
        width: 90%;
        margin-inline-start: 5%;
    }
    .testimonials .card {
        min-width: 650px !important;
    }

    .testimonials .carousel-control-prev {
        right: -25px;
    }

    .testimonials .carousel-control-next {
        left: -25px;
    }

    .testimonials .star {
        justify-content: flex-end;
    }
    /* End Testimonials */

    /* Start Courses Descrip */
    .courses-descrip .intro video {
        width: 500px;
        margin-top: 50px;
    }

    .courses-descrip .course-accessories {
        margin-top: 30px;
    }

    .courses-descrip .intro .plyr.plyr--full-ui {
        margin-top: 30px;
    }
    /* End Courses Descrip */

    /* Start Courses Videos */
    .carousel-videos .owl-carousel .owl-nav button.owl-prev {
        margin-inline-start: -45px;
    }

    .carousel-videos .owl-carousel .owl-nav button.owl-next {
        margin-inline-end: -40px;
    }
    /* End Courses Videos */

    /* Start Footer */
    .footer form {
        width: 100% !important;
    }
    /* End Footer */

    /* Start Comments */
    .comments .comments-container {
        width: auto;
    }

    .comments .user-comments .added {
        min-width: 696px !important;
    }

    .comments .user-comments .added button {
        display: block;
        margin-inline-start: auto;
        margin-inline-end: 17px;
    }

    .comments .user-comments .replay {
        margin-inline-start: auto;
    }

    .comments .add-comments .card {
        min-width: 696px !important;
    }
    /* End Comments */

    /* Start Auth */
    .auth .w-form {
        width: 55% !important;
    }
    /* End Auth */

    /* Start Popup */
    .player-video-in-popup {
        width: 65%;
    }
    /* End Popup */

    /* Start Course Lessons */
    .uk-modal-dialog {
        width: 80%;
    }

    .uk-modal-close-outside {
        top: 53px;
        left: 5px;
        /* padding: 4px !important; */
    }

    /* End Course Lessons */


}

@media (max-width: 820px) {
    /* Start Courses Videos */
    .carousel-videos .owl-carousel .owl-nav {
        display: none;
    }
    /* End Courses Videos */
}

@media (max-width: 767.98px) {
    /* Start Header */
    .header .left-contain .head {
        font-size: 50px;
    }

    .header .left-contain .par {
        font-size: 24px;
    }
    /* End Header */

    /* Start Why */
    .why .img-container {
        width: fit-content;
    }
    /* End Why */

    /* Start Testimonials */
    .testimonials .card {
        min-width: 460px !important;
    }
    /* End Testimonials */

    /* Start Comments */
    .comments .user-comments .added {
        min-width: 516px !important;
    }

    .comments .user-comments .replay {
        min-width: 415px !important;
    }

    .comments .add-comments .card {
        min-width: 516px !important;
    }

    .comments .user-comments .replay button {
        display: block;
        margin-inline-start: auto;
        margin-inline-end: 17px;
    }
    /* End Comments */

    /* Start Rules */
    .courses-header {
        border-bottom-right-radius: 65px;
    }

    .rules-contain p {
        font-size: 20px;
    }
    /* End Rules */

    /* Start Auth */
    .auth .w-form {
        width: 75% !important;
    }
    /* End Auth */

    /* Start Popup */
    .player-video-in-popup {
        width: 70%;
        margin-top: 30%;
    }

    .player-video-in-popup .close-popup {
        width: 40px;
        height: 40px;
    }
    /* End Popup */


}


@media (max-width: 575.98px) {
    /* Start Header */
    .header .man-imgcontainer {
        width: 290px;
    }

    .header .left-contain .head {
        font-size: 40px;
    }

    .header .left-contain .par {
        font-size: 17px;
    }
    /* End Header */

    /* Start Are We */
    .are-we .img-container {
        width: 345px;
        height: 240px;
    }

    .are-we .img-container.img-container2 {
        width: 310px;
        height: 365px;
    }

    .are-we .fs-4 {
        font-size: 18px !important;
    }
    /* End Are We */

    /* Start Testimonials */
    .testimonials .carousel-inner {
        width: 76%;
        margin-inline-start: 12%;
    }

    .testimonials .card {
        min-width: 285px !important;
    }

    .testimonials .carousel-control {
        display: none;
    }

    /* End Testimonials */

    /* Start Courses Header  */
    .courses-header .descrip {
        margin-right: 40px;
    }

    .courses-header .bg-w-color {
        margin-bottom: 10px;
    }
    /* End Courses Header */

    /* Start Courses Descrip */
    .courses-descrip .intro video {
        width: 330px;
        height: 200px;
    }
    /* End Courses Descrip */

    /* Start Comments */
    .comments .user-comments .added {
        min-width: 350px !important;
    }

    .comments .user-comments .replay {
        min-width: 350px !important;
        max-width: 340px;
    }

    .comments .add-comments .card {
        min-width: 350px !important;
    }

    /* End Comments */

    /* Start Rules */
    .rules-contain p {
        font-size: 17px !important;
    }
    /* End Rules */

    /* Start Auth */
    .auth .w-form {
        width: 85% !important;
    }

    .auth .w-form select::-ms-expand {
        display: none;
    }

    /* End Auth */

    /* Start Popup */
    .player-video-in-popup {
        width: 90%;
        margin-top: 50%;
    }

    .player-video-in-popup .close-popup {
        width: 30px;
        height: 30px;
    }
    /* End Popup */

    /* Start Course Lessons */
    .uk-modal-dialog {
        width:
        100%;
    }

    .uk-modal-dialog .video-title {
        font-size: 11px;
        font-weight: bold;
    }

    .uk-modal-dialog .video-defin {
        font-size: 13px;
    }

    .uk-modal-close-outside {
        top: 25px;
        left: 2px;
        padding: 4px !important;
    }
    /* End Course Lessons */

}


@media (max-width: 374.98px) {
    /* Start Header */
    .header .man-imgcontainer {
        width: 265px;
    }

    .header .left-contain .head {
        font-size: 30px;
    }

    .header .left-contain .par {
        font-size: 15px;
    }

    .header .left-contain .join-now {
        height: 55px;
        width: 210px;
        font-size: 25px;
    }
    /* End Header */

    /* Start Are We */
    .are-we .img-container {
        width: 240px;
        height: 190px;
    }

    .are-we .img-container.img-container2 {
        width: 230px;
        height: 310px;
    }

    .are-we .fs-4 {
        font-size: 16px !important;
    }
    /* End Are We */

    /* Start Courses */
    .courses .card {
        width: 15rem !important;
    }
    /* End Courses */

    /* Start Testimonials */
    .testimonials .card {
        min-width: 195px !important;
    }
    /* End Testimonials */

    /* Start Courses Header  */
    .courses-header .badge  {
        font-size: 1rem !important;
    }
    /* End Courses Header */

    /* Start Courses Descrip */
    .courses-descrip .descrip-p {
        font-size: 17px !important;
    }

    .courses-descrip .intro video {
        width: 245px;
        height: 185px;
    }

    .courses-descrip .themes-container p {
        font-size: 14px;
        margin-right: 35px !important;
    }

    .courses-descrip .themes-container p::before {
        right: -30px;
    }

    .courses-descrip .themes-container {
        max-height: 365px;
    }

    .courses-descrip .accessories-container p {
        font-size: 14px;
        margin-right: 35px !important;
    }

    .courses-descrip .accessories-container p::before {
        right: -30px;
    }

    .courses-descrip .accessories-container {
        max-height: 220px;
        padding-top: 5px !important;
    }

    .courses-descrip .accessories-container p a.btn  {
        margin-inline-end: 13px;
        font-size: 8px;
    }

    /* End Courses Descrip */

    /* Start Comments */
    .comments .user-comments .added {
        min-width: 256px !important;
    }

    .comments .user-comments .replay {
        min-width: 256px !important;
    }

    .comments .add-comments .card {
        min-width: 256px !important;
    }

    /* .comments .card.replay::before {
        right: 5px;
        top: -27px;
    } */
    /* End Comments */

    /* Start Auth */
    .auth .w-form {
        width: 90% !important;
    }
    /* End Auth */

    /* Start Footer */
    .footer .rules {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer .rules a {
        display: block;
        margin-left: 0 !important;
    }

    .footer .copyright {
        font-size: 15px;
        margin-top: 10px;
    }
    /* End Footer */
}
