﻿@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&family=Varela+Round&display=swap');
 :root {
    --black-color: #545454;
    --green-color: #5b9434;
    --white-color: #fff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}

 ::selection {
    background: var(--green-color);
    color: #fff;
}

body,
p {
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;

}

p {
    color: var(--black-color);
}

a {
    text-decoration: none;
    transition: .5s;
}

button {
    border: none;
}

.border {
    height: 5px;
    width: 15%;
    background-color: var(--green-color);
    margin-bottom: 20px;
}

main {
    background-color: #fff;
    z-index: 3;
}

section {
    padding: 100px 0px 50px;
    width: 75%;
    margin: auto;
}

.btn-more {
    border: 1px solid var(--green-color);
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 3px;
    font-weight: 500;
    width: fit-content;
    margin-top: 40px;
    transition: .5s;
    color: var(--green-color)
}
.btn-more:hover{
    background-color: var(--green-color);
    color: #fff !important;
}

.content-contact h2 {
    margin-bottom: 20px;
}

.content-contact p {
    margin-bottom: 40px;
}

.title-section {
    margin-bottom: 40px;
}

h2 {
    font-size:30px;
    font-weight: 700;
    margin-bottom: 30px;
}

#newCourses-section .title-section h2,
#newCourses-section .title-section p {
    text-align: center;
}

h2 span {
    color: var(--green-color);
    padding: 0px 5px;
    border-radius: 5px 0px 0px 5px;
    padding-right: 7px;
    margin-right: 1px;
    font-size: larger;
    font-weight: bolder;
}


/* Menu */

#main-nav {
    position: absolute;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 3px 2%;
    transition: 0.4s;
    position: fixed;
    top: 0;
    z-index: 999;
}

#main-nav.scroll {
    /* background-color: #fff; */
    box-shadow: 0 0.3rem 0.375rem 0 rgb(0 0 0 / 10%);
    /* padding: 3px 2%; */
}

.menu ul {
    padding-left: 0px;
}

ul.nav-icons {
    margin-bottom: 0 !important;
}

.menu a {
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    /* color: #333; */
    color: #fff;
    padding: 10px 0px;
    /*letter-spacing: 1px;*/
    font-size: 16px;
    white-space: nowrap;
    cursor:pointer
}

#main-nav a {
    color: #000;
}

.logo {
    float: left;
    /* top: 10px; */
    left: 2rem;
    width: 90px;
    height: 50px;
}

.logo img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10000000000000;
    margin-top: -5px;
}
@media screen and (max-width:470px) {
    .logo img {
        width: 70%;
        height: 80%;
    }
}

    .menu-item {
        list-style-type: none;
        display: inline;
        position: relative;
        margin: 15px;
        font-family: 'Titillium Web', sans-serif;
    }

        .menu-item:before {
            position: absolute;
            content: "";
            border-bottom: 3px solid var(--green-color);
            overflow: hidden;
            width: 0%;
            left: 50%;
            top: 50px;
            transition: 0.2s ease-in-out 0.15s;
        }

    #main-nav .menu-item.active:before {
        position: absolute;
        content: "";
        border-bottom: 3px solid #fff;
        width: 100%;
        left: 0%;
    }


    #main-nav .menu-item.active a {
        color: #fff;
    }

    #main-nav.menu li.active a {
        color: var(--green-color);
    }

    #main-nav .menu-item.active:before {
        border-bottom: 3px solid var(--green-color);
    }



    .nav-icons i {
        font-size: 25px;
        color: #fff
    }

    #main-nav .nav-icons i {
        font-size: 25px;
        color: var(--green-color);
    }

    .menu-item:hover:before {
        width: 100%;
        left: 0%;
        transition: 0.2s ease-in-out;
    }

    @media screen and (max-width:1300px) {
        #main-nav .menu-item.active:before {
            border-bottom: none;
        }

        #main-nav .menu-item.active:before {
            border-bottom: none;
        }

        .menu-item:hover:before {
            border: none
        }

        .menu-item:before {
            border-bottom: none;
        }

        .mobile-menu .menu-item.active {
            background: #bec988;
        }
    }

    .sub-menu {
        position: absolute;
        left: 0%;
        background: #fff;
        font-family: 'Titillium Web', sans-serif;
        top: 40px;
        padding: 0;
        text-align: left;
        box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.15);
        max-height: 0;
        opacity: 0;
        transition: 0.45s ease all 0.1s;
        z-index: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.1s;
        padding: 5px 15px;
        visibility: hidden;
        z-index: 99999;
    }

    .menu-item:hover .sub-menu {
        max-height: 1000px;
        width: calc( fit-content + 20px);
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0.15s;
        visibility: visible;
    }

    .sub-menu .menu-item {
        display: block;
        font-family: 'Titillium Web', sans-serif;
    }

    .menu .plus-icon {
        width: 15px;
        height: 15px;
        stroke: var(--green-color);
        margin-left: 2px;
        margin-bottom: -5px;
    }

    .menu .sub-menu-item {
        list-style-type: none;
        display: block;
        margin: 15px 20px !important;
        position: relative;
        opacity: 0;
        transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.1s;
        visibility: hidden;
    }

        .menu .sub-menu-item a {
            color: var(--black-color);
        }

    .menu-item:hover .sub-menu {
        width: fit-content;
        opacity: 1;
    }

    .menu-item:hover .sub-menu-item a {
        position: relative;
        left: 0;
        padding: 0;
        transition: 0.3s ease all;
    }

        .menu-item:hover .sub-menu-item a:hover {
            color: var(--green-color);
            left: 10px;
        }

    .menu-item:nth-child(n+3):nth-child(-n+4):hover .sub-menu-item a:before {
        color: var(--green-color);
        content: '.';
        font-size: 20px;
        font-weight: 900;
        position: relative;
        left: 0px;
        opacity: 0;
        transition: .5s;
    }

    .menu-item:nth-child(n+3):nth-child(-n+4):hover .sub-menu-item a:hover:before {
        opacity: 1;
        left: -5px;
    }

    .menu-item:hover .sub-menu-item {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0.15s;
        visibility: visible;
    }

    .menu-item.active:before {
        position: absolute;
        content: "";
        border-bottom: 3px solid var(--green-color);
        width: 100%;
        left: 0%;
    }

    .nav-icons .menu-item {
        border-right: 2px solid var(--black-color);
        padding-right: 10px;
        margin-right: 15px;
    }






    /* Hamburgr*/
    .menubtn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all .5s ease-in-out;
        transform: scale(1.2);
        z-index: 999999999999;
        display: none;
        top:-20px
    }

    @media screen and (max-width:1300px) {
        .menubtn {
            display: flex;
        }

        .large-menu,
        .phone-menu {
            display: none;
        }

        #main-nav {
            background-color: #fff;
            padding-top: 5px !important;
            padding-bottom: 0px !important;
        }

        header {
            margin-top: 60px;
        }
    }

    .line {
        position: relative;
        width: 19px;
        height: 2px;
        background: #000;
        border-radius: 20px;
        /*     box-shadow: 0 2px 5px rgba(255, 101, 47, .2); */
        transition: all .5s ease-in-out;
    }

        .line::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 9.5px;
            height: 2px;
            background: #000;
            border-radius: 20px;
            /*     box-shadow: 0 2px 5px rgba(255, 101, 47, .2); */
            transition: all .5s ease-in-out;
        }

        .line::after {
            content: '';
            position: absolute;
            width: 9.5px;
            height: 2px;
            background: #000;
            border-radius: 20px;
            /*     box-shadow: 0 2px 5px rgba(255, 101, 47, .2); */
            transition: all .5s ease-in-out;
        }

        .line::before {
            transform: translateY(-7px);
        }

        .line::after {
            transform: translateY(7px);
        }

    .menubtn.open .line {
        transform: rotate(45deg);
    }

        .menubtn.open .line::before {
            transform: rotate(-90deg) translate(4.7px, -5px);
            border-radius: 0 20px 20px 0;
        }

        .menubtn.open .line::after {
            transform: rotate(-90deg) translate(-4.7px, 4.5px);
            border-radius: 20px 0 0 20px;
        }


    /* Mobile Menu */

    @media screen and (max-width:1300px) {
        section {
            width: 95%;
        }

        #main-nav {
            padding: 20px 3%;
        }

            #main-nav.scroll {
                padding: 6px 3%;
            }
    }

    @media screen and (max-width:700px) {
        section {
            width: 85%;
        }

        #main-nav {
            padding: 20px 10px;
        }

            #main-nav.scroll {
                padding: 6px 10px;
            }
    }

    @media screen and (max-width:600px) {
        .menu {
            padding: 3px 1rem;
        }
    }

    .mobile-menu {
        position: fixed;
        top: 60px;
        left: 0;
        height: 0;
        padding: 0;
        height: 100vh;
        width: 100vw;
        /* z-index: -100; */
        transition: .5s;
        background-color: transparent;
        z-index: -1;
    }

        .mobile-menu.active {
            background-color: rgb(0 0 0 / 20%);
            z-index: 998;
        }

        .mobile-menu a {
            color: #333;
        }

        .mobile-menu .nav-mobile {
            height: 100vh;
            width: 300px;
            background-color: #fff;
            position: absolute;
            right: 0;
            transition: .5s;
            transform: translateX(300px);
            overflow-y: scroll;
        }

        .mobile-menu.active .nav-mobile {
            padding-top: 50px;
            transform: translateX(0px);
        }

        .mobile-menu ul,
        .mobile-menu ol {
            list-style: none;
        }

            .mobile-menu ul .menu-item {
                display: block;
                margin-bottom: 40px;
                text-align: left;
            }

.accordion-button {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .mobile-menu .accordion-item {
        background-color: #fff !important;
        border: none;
    }

    .accordion-button:not(.collapsed) {
        background-color: #fff !important;
        color: var(--green-color);
        box-shadow: none;
    }

    .mobile-menu .accordion-button:focus {
        border: none;
        box-shadow: none;
    }

    .mobile-menu .accordion-body {
        background-color: #f8f8f8;
        width: 100%;
        margin: auto;
    }

        .mobile-menu .accordion-body .sub-item,
        .mobile-menu a {
            white-space: normal !important;
            text-align: left;
            padding: 10px 0px;
        }

    .mobile-menu .menu-item:hover .sub-item a {
        position: relative;
        left: 0;
        padding: 0;
        transition: 0.3s ease all;
    }

    .mobile-menu .sub-item:hover a:hover {
        color: var(--green-color);
        left: 10px;
    }

    .mobile-menu .sub-item:hover a:before {
        color: var(--green-color);
        content: '.';
        font-size: 20px;
        font-weight: 900;
        position: relative;
        left: 0px;
        opacity: 0;
        transition: .5s;
    }

    .mobile-menu .sub-item a:hover:before {
        opacity: 1;
        left: -5px;
    }

    .mobile-menu ul .menu-item {
        margin: 0;
        padding: 20px 15px;
    }

    .mobile-menu .menu-item.active {
        color: var(--green-color);
        font-weight: bolder;
    }

        .mobile-menu .menu-item.active:before {
            display: none;
        }

    .logo1 {
        margin-right: 25px;
    }

    .logo2 {
        margin-right: 40px;
    }

    .logo3 {
        opacity: 0.5;
        width: 120px !important;
        height: 25px !important;
        margin-top: 15px !important;
    }

    @media screen and (max-width:430px) {
        .logo1 {
            margin-right: 10px;
        }

        .logo2 {
            margin-right: 20px;
        }

        .logo3 {
            opacity: 0.5;
            width: 100px !important;
            height: 20px !important;
            margin-top: 15px !important;
        }
    }
    /* Header Section */

    header {
        /* height: 95vh; */
        height: fit-content;
        padding-bottom: 120px;
        position: relative;
        /* margin-top: 50px; */
        background-position: 80%;
        background-attachment: fixed;
        background-image: linear-gradient(45deg, #5b9434, #4c6d22);
        overflow: hidden;
        margin-bottom: 50px;
    }

    .header-pages {
        height: 450px;
    }


    .page-title-bottom-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55px;
        box-sizing: border-box;
        padding-top: 52px;
        background-color: #fff;
        background-clip: content-box;
        z-index: 98;
    }

        .page-title-bottom-overlay:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 105px;
            left: 0;
            top: 0;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: url('../img/page-title-layer.png');
        }

    .image-bg {
        position: absolute;
        width: 100%;
        opacity: 0.2;
        transform: scaleX(-1);
        z-index: 1;
        height: 100%;
        object-fit: cover;
    }

    .Athar-main-image {
        right: 180px;
        top: 130px;
        position: absolute;
        width: 35%;
        z-index: 1;
        bottom: 200px;
        opacity: 1;
    }

    .Athar-pages-image {
        right: 180px;
        position: absolute;
        width: 25%;
        z-index: 1;
        bottom: 30px;
    }

        .Athar-pages-image.sub-header {
            right: 180px;
            position: absolute;
            width: 20%;
            z-index: 1;
            bottom: 30px;
        }

    .content-header {
        padding: 2rem 0rem;
        color: var(--white-color);
        position: relative;
        z-index: 100;
        padding-top: 200px;
        width: 75%;
        margin: auto;
    }

    .header-pages .content-header {
        padding-top: 200px;
    }

    .content-header h1 {
        margin-bottom: 20px;
        font-size: 60px;
        font-weight: 700;
    }

    .content-header p {
        color: var(--white-color);
        font-weight: 400;
        font-size: 22px;
    }

    @media screen and (max-width:1200px) {
        .Athar-pages-image.sub-header {
            display: none;
        }

        .content-header.sub-header {
            display: block;
        }
    }

    .content-header .btn-more {
        border: 1px solid #fff;
        padding: 5px 15px;
        background-color: #fff;
        border-radius: 3px;
        font-weight: 600;
        width: fit-content;
        color: var(--green-color);
        font-size: 20px;
        transition: 1s;
    }

        .content-header .btn-more:hover {
            background-color: transparent;
            color: var(--white-color);
        }

    .content-header .btn-header-right {
        background-color: transparent;
        color: #fff;
        margin-left: 10px;
        transition: 1s;
    }

        .content-header .btn-header-right:hover {
            background-color: var(--white-color);
            color: var(--green-color);
        }


    @media screen and (max-width:700px) {
        .content-header {
            padding-top: 100px;
            width: 85%;
        }

            .content-header h1 {
                font-size: 45px;
            }

            .content-header p {
                font-size: 18px;
            }
    }

    @media screen and (max-width:380px) {
        .content-header .btn-header-right {
            display: none;
        }
    }



    .images {
        position: absolute;
        right: 180px;
        z-index: 1;
        bottom: 200px;
    }

        .images img {
            width: 200px;
        }

    @media screen and (max-width:1200px) {
        .hide-lg {
            display: none;
        }
        .content-header{
            width:95%
        }

        .Athar-main-image {
            top: 160px;
        }
    }

    @media screen and (max-width:991.98px) {
        .content-header {
            display: none;
        }
        .hide-lg-main {
            display: none !important;
        }

        header {
            display: flex;
        }

        .Athar-main-image {
            position: relative;
            width: 500px;
            margin: auto;
            right: 0;
            left: 0;
            top: 20px;
            /* top: 40px; */
        }
    }

    @media screen and (max-width:767.98px) {
        .Athar-main-image {
            position: relative;
            width: 400px;
            margin: auto;
            top: 20px;
            margin-top: 40px;
            left: 0;
            right: 0;
        }
    }

    @media screen and (max-width:449.98px) {
        .Athar-main-image {
            position: relative;
            width: 300px;
        }
    }

    /* Serv Cards */

    .card-serv {
        padding: 0px;
        border-radius: 3px;
        text-align: center;
        margin-bottom: 20px;
    }

        .card-serv .img {
            margin-bottom: 30px;
            display: flex;
            justify-content: center;
            width: 100%;
        }

            .card-serv .img img {
                width: 50px;
                height: auto;
            }

    .contain-image {
        width: 120px;
        height: 120px;
        background-color: #F7F7F7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-serv h4 {
        /* font-size: 30px; */
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

    .card-serv p {
        margin-top: 0;
        padding-top: 0;
        font-size: 18px;
    }


    /* Athar-Section*/

    #Athar h5 {
        font-weight: 900;
        font-size: 35px;
        color: var(--black-color);
    }

    .desc-project-section {
        justify-content: space-between;
        margin-top: 40px;
    }

    .video-wrapper {
        position: relative;
        height: 100%;
        position: relative;
        -webkit-box-shadow: 0 13px 46px 0 rgb(113 113 113 / 33%);
        -moz-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
        box-shadow: 0 13px 46px 0 rgb(113 113 113 / 33%);
        border-radius: 10px;
        overflow: hidden;
    }

    .video-image img {
        width: 100%;
    }

    .video-icon {
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 99;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .video-icon a {
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            border-radius: 50%;
            background-color: #fff;
            color: var(--green-color);
            position: absolute;
            top: 45%;
            left: 45%;
        }

    .athar-dir {
        direction: rtl;
        padding-top: 150px;
    }

        .athar-dir .text-dir {
            direction: ltr;
        }


    /* New Course Section */

    .date-course,
    .btn-green {
        background-color: var(--green-color);
        color: #fff;
        width: fit-content;
        font-size: 16px;
        padding: 2px 5px;
        border-radius: 3px;
    }

    .disc-course {
        padding: 10px;
    }

    .btn-green {
        padding: 10px 15px;
    }

.card-new {
    border-radius: 3px;
    padding: 0px;
    /*box-shadow: 0px 0px 1px #545454 !important;*/
    border: 1px solid #ddd !important;
    margin: 25px 15px;
}

        .card-new .img-course {
            height: 160px;
            width: 100%;
        }

            .card-new .img-course img {
                border-radius: 3px 3px 40% 40% !important
            }

    .button-join {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 3;
    }

        .button-join .btn-join-form {
            width: 120px;
            margin: auto;
            margin-top: -15px;
            text-align: center;
            padding: 8px 5px;
            box-shadow: 0px 0px 30px #acafaa82;
        }

    .disc-course {
        padding: 50px 20px;
        text-align: center;
    }

        .disc-course h3 {
            font-size: 24px;
            padding-top: 10px;
            font-weight: 700;
        }

        .disc-course p {
            font-size: 16px;
        }

        .disc-course .fa {
            font-size: 20px;
            color: var(--green-color);
            margin-right: 5px;
        }

    .btn-more-info {
        color: var(--green-color);
        font-weight: bold;
    }

        .btn-more-info:hover {
            color: var(--black-color);
        }


    /* Modal Join To Course */

    #modal-form-join,
    #modal-gallery,
    #modal-vedio {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1000;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .overlay-modal {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    #modal-form-join.active-modal,
    #modal-gallery.active-gallery-modal,
    #modal-vedio.active-vedio-modal {
        display: flex;
    }

    .modal-join-body {
        /* position: absolute; */
        background: var(--white-color);
        width: 50%;
        height: 80%;
        border-radius: 3px;
        transform: scale(0);
        padding: 30px 20px 20px;
    }

        .modal-join-body h3,
        .modal-join-body p {
            text-align: center;
        }

    #modal-form-join form {
        /* position: absolute; */
        height: 84%;
        overflow-y: scroll;
    }

    .autocomplete {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    input {
        border: 1px solid transparent;
        background-color: #f1f1f1;
    }

    .autocomplete input[type=text] {
        background-color: #f1f1f1;
        width: 100%;
        margin: 0;
    }

    .autocomplete-items {
        position: absolute;
        border: 1px solid #d4d4d4;
        border-bottom: none;
        border-top: none;
        z-index: 99;
        top: 100%;
        max-height: 200px;
        overflow-y: scroll;
        left: 0;
        right: 0;
    }

        .autocomplete-items div {
            cursor: pointer;
            background-color: #fff;
            border-bottom: 1px solid #d4d4d4;
        }

            .autocomplete-items div:hover {
                background-color: #e9e9e9;
            }

    .autocomplete-active {
        background-color: DodgerBlue !important;
        color: #ffffff;
    }

    @media screen and (max-width:1200px) {
        .modal-join-body {
            width: 60%;
            height: 90%;
        }
    }

    @media screen and (max-width:1000px) {
        .modal-join-body {
            width: 70%;
            height: 90%;
        }
    }

    @media screen and (max-width:800px) {
        .modal-join-body {
            width: 70%;
            height: 90%;
        }
    }

    @media screen and (max-width:576px) {
        .modal-join-body {
            width: 90%;
            height: 95%;
        }

        .modal-join-body {
            padding: 30px 10px 20px;
        }
    }

    #modal-form-join.active-modal .modal-join-body {
        animation: openModal .5s ease-in-out forwards;
        /* animation-delay: .3s; */
    }

    @keyframes openModal {
        100% {
            transform: scale(1);
        }
    }

    input,
    textarea {
        width: 100%;
        border: none;
        border-radius: 3px;
        margin: 20px auto;
        line-height: 2.5;
        background-color: #edf4ca;
        padding: 2px 10px;
    }

        input:focus,
        textarea:focus {
            background-color: #e1e7c1;
            border: none !important;
            outline: none;
        }

    .center-options {
        display: flex;
        justify-content: space-between;
        margin: 10px auto;
    }

    .l-radio {
        padding: 6px;
        border-radius: 50px;
        display: inline-flex;
        cursor: pointer;
        transition: background 0.2s ease;
        margin: 8px 0;
        -webkit-tap-highlight-color: transparent;
    }

    @media screen and (max-width:800px) {
        .l-radio {
            display: block;
        }

        .center-options {
            display: block;
        }
    }

    .l-radio:hover,
    .l-radio:focus-within {
        background: rgba(159, 159, 159, 0.1);
    }

    .l-radio input {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: none;
        border: 0;
        box-shadow: inset 0 0 0 1px #9F9F9F;
        box-shadow: inset 0 0 0 1.5px #9F9F9F;
        appearance: none;
        padding: 0;
        margin: 0;
        transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
        pointer-events: none;
    }

        .l-radio input:focus {
            outline: none;
        }

        .l-radio input:checked {
            box-shadow: inset 0 0 0 6px var(--green-color);
        }

    .l-radio span {
        vertical-align: middle;
        display: inline-block;
        line-height: 20px;
        padding: 0 8px;
    }

    .btn-white {
        background-color: #f8f8f8;
        text-align: center;
        color: var(--black-color);
    }

    #modal-form-join form .btns {
        display: flex;
        justify-content: space-evenly;
        margin: 20px auto;
        direction: rtl;
    }

    #modal-form-join form button {
        width: 150px;
        padding: 10px;
    }

    #modal-form-join form::-webkit-scrollbar {
        width: 5px;
    }

    #modal-form-join form::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    #modal-form-join form::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }

        #modal-form-join form::-webkit-scrollbar-thumb:hover {
            background: #777;
        }


    /* Project Athr cards */

    #blogs-dir .blog-card:nth-child(even) {
        direction: rtl;
        text-align: left;
    }

        #blogs-dir .blog-card:nth-child(even) .text-dir {
            direction: ltr;
        }

    .blog-card {
        height: fit-content;
        display: flex;
        align-items: center;
        margin: 100px 0px;
    }

    .imago {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

        .imago.animated {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }

    .img-container {
        height: 350px;
        width: 100%;
        position: relative;
    }

    img {
        position: relative;
        width: 100%;
    }

    .img-container:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 2;
    }

    .img-course img {
        object-fit: cover;
        height: 100%;
    }

    .text-dir {
        padding-right: 150px;
    }

    .athar-dir .text-dir {
        padding-left: 150px;
        padding-right: 0;
    }

    @media screen and (max-width:1250px) {
        .text-dir {
            padding-right: 50px;
        }

        .athar-dir .text-dir {
            padding-left: 50px;
            padding-right: 0;
        }
    }

    @media screen and (max-width:991.98px) {
        .text-dir {
            padding-right: 0px;
        }

        .athar-dir .text-dir {
            padding-left: 0px;
            padding-right: 0;
        }
    }



    /* New Courses*/

    .ppDate {
        height: 38px;
        font-size: 12px;
        padding-left: 6px;
    }

        .ppDate::-webkit-inner-spin-button,
        .ppDate::-webkit-calendar-picker-indicator {
            display: none;
            -webkit-appearance: none;
        }

        .ppDate:focus::-webkit-calendar-picker-indicator,
        .ppDate:hover::-webkit-calendar-picker-indicator {
            display: block;
            -webkit-appearance: menulist;
        }

        .ppDate::-webkit-clear-button {
            display: none;
            -webkit-appearance: none;
        }

    .modal-join-body.unactive {
        /* transform: scale(0); */
        display: none;
    }




    /* Contact-Section */

    #contact-section {
        position: relative;
        width: 100%;
        height: 400px;
        /* margin-top: 130px; */
    }

    .tree-footer {
        position: absolute;
        bottom: 0;
        width: 20%;
        height: fit-content;
        opacity: 0.7;
    }

        .tree-footer.tree-left {
            left: 0;
        }

        .tree-footer.tree-right {
            right: 0;
            transform: scaleX(-1);
        }

    .content-contact {
        width: 50%;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        padding-top: 50px;
    }

    @media screen and (max-width:991.98px) {
        .content-contact {
            width: 70%;
            padding-top: 0px;
        }
    }

    @media screen and (max-width:767.98px) {
        #contact-section {
            /* height: 800px; */
            margin-top: 30px;
        }

        .content-contact {
            width: 80%;
            padding-top: 0px;
        }

        section {
            padding: 50px 0px;
        }

        .video-wrapper {
            margin-top: 30px;
        }
    }

    @media screen and (max-width:425px) {
        h2 {
            font-size: 25px;
        }

        .content-contact {
            width: 90%;
        }
    }


    /* Footer*/

    footer {
        background-color: #1f1e17;
        position: relative;
        margin: 0px;
        z-index: 999;
        background-image: linear-gradient(0deg, #1a160a, #433920);
    }

        footer img {
            top: -40px;
        }

    .content-footer {
        margin-bottom: 0;
        width: 75%;
        margin: auto;
        padding-bottom: 20px;
        padding-top: 80px;
    }

    footer h6 {
        font-weight: 500;
        margin-bottom: 20px;
        font-size: 22px;
        color: #fcfcfc;
    }

    footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    footer li {
        margin-bottom: 10px;
        color: #fcfcfc;
    }

        footer li a {
            font-size: 16px;
            color: #f8f8f8;
            font-weight: normal;
        }

            footer li a .fa {
                font-size: 25px;
                padding-right: 10px;
            }

        footer li.social a .fa {
            margin-top: 10px;
            padding-right: 20px;
        }

    footer {
        background-color: var(--black-color);
    }

    .f-social {
        position: relative;
        width: 80%;
        margin: auto;
        height: 65px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .f-social .logo {
            display: flex;
            align-items: center;
            font-size: 20px;
        }

    footer .page-title-bottom-overlay {
        top: -50px;
        background-color: #41381f;
    }

        footer .page-title-bottom-overlay:before {
            background-image: url('../img/footer-back.png');
        }

    footer a:hover {
        color: #fff;
        opacity: .6;
    }


    /* Department Page */

    .card-course {
        height: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        margin: 60px 0px;
        padding: 50px 30px;
        border-radius: 10px;
        box-shadow: 0px 0px 3px #acafaa82;
        background-color: #edf4ca;
    }

        .card-course img {
            position: relative;
            width: 100%;
            border-radius: 10px;
        }

    .info {
        margin-bottom: 15px;
    }

        .info i {
            font-size: 20px;
            color: var(--black-color);
            margin-right: 10px
        }

    .card-new .info {
        text-align: center;
    }

    .btn-finish {
        background-color: #79ad55;
    }

    #courses {
        width: 70%;
        padding-top: 50px;
    }

    .state-course {
        background-color: var(--green-color);
        margin-bottom: 5px;
        letter-spacing: 2px;
        color: var(--white-color);
        width: fit-content;
        padding: 2px 5px;
        border-radius: 3px;
    }

    @media screen and (max-width:1200px) and (min-width:992px) {
        #courses {
            width: 90%;
        }
    }

    @media screen and (max-width:991.98px) {
        .card-course img {
            margin-top: 20px;
        }
    }

    @media screen and (max-width:600px) {
        #courses {
            width: 95%;
        }

        .card-course {
            padding: 30px 15px;
        }
    }

    .card-course h3 {
        font-weight: 700;
    }


    /* Contact Page */

    #contact {
        margin-bottom: 80px;
    }

        #contact input,
        textarea {
            width: 100%;
            border: none;
            border-radius: 3px;
            margin: 0px 0px 40px;
            line-height: 2.5;
        }

        #contact button {
            width: 100%;
            line-height: 2;
        }

        #contact a {
            color: var(--black-color);
            margin-bottom: 10px;
            opacity: 0.9;
        }

        #contact .fa {
            color: var(--green-color);
            font-size: 22px;
            /* margin-right: 10px; */
            width: 30px;
        }

    .header-pages .social {
        list-style: none;
        padding: 0;
        margin: 30px 50px 20px;
    }

        .header-pages .social .fa {
            color: #fcfcfc;
            opacity: 0.7;
            margin-right: 30px;
            font-size: 35px;
        }

    .mr-2 {
        margin-right: 7px;
    }

    .ml-2 {
        margin-left: 7px;
    }

    .contact-left {
        padding-left: 150px;
    }

    .contact-title {
        margin-bottom: 20px;
    }

    .contact-right .contact-title {
        display: none;
    }

    @media screen and (max-width:1200px) {
        .contact-left {
            padding-left: 50px;
        }
    }

    @media screen and (max-width:991.98px) {
        .contact-left {
            padding-left: 0px;
        }

        .contact-right {
            margin-top: 60px;
        }

            .contact-right .contact-title {
                display: block;
            }
    }


    /* Html Text Page */

    #textPage .pragraph-card {
        /* margin: 60px 0px; */
        margin-bottom: 60px;
    }

        #textPage .pragraph-card h3 {
            color: #2e2e2e;
            margin-bottom: 20px;
            font-size: 25px;
            font-weight: 600;
        }

        #textPage .pragraph-card p {
            font-size: 18px;
            font-weight: 300;
            line-height: 2;
            color: #6a6972
        }


    /* Gallery Page */

    .container-gallery {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: 100px 300px;
        grid-gap: 10px;
        grid-auto-flow: dense;
    }

    .gallery-item {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .gallery-item .image {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .gallery-item .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: 50% 50%;
                cursor: pointer;
                transition: .5s ease-in-out;
            }

        .gallery-item:hover .image img {
            transform: scale(1.1);
        }

        .gallery-item .text {
            opacity: 1;
            position: absolute;
            bottom: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            color: #fff;
            font-size: 25px;
            pointer-events: none;
            z-index: 4;
            transition: .3s ease-in-out;
            padding: 20px;
            display: flex;
            align-items: flex-end;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
        }

        .gallery-item:hover .text {
            opacity: 1;
            /* animation: move-down .3s linear; */
            padding: 1em;
            width: 100%;
        }

    .w-1 {
        grid-column: span 1;
    }

    .w-2 {
        grid-column: span 2;
    }

    .w-3 {
        grid-column: span 3;
    }

    .w-4 {
        grid-column: span 4;
    }

    .w-5 {
        grid-column: span 5;
    }

    .w-6 {
        grid-column: span 6;
    }

    .h-1 {
        grid-row: span 1;
    }

    .h-2 {
        grid-row: span 2;
    }

    .h-3 {
        grid-row: span 3;
    }

    .h-4 {
        grid-row: span 4;
    }

    .h-5 {
        grid-row: span 5;
    }

    .h-6 {
        grid-row: span 6;
    }

    @media screen and (max-width:768px) {
        .container-gallery {
            grid-template-columns: repeat(1, 1fr);
        }

        .w-1,
        .w-2,
        .w-3,
        .w-4,
        .w-5,
        .w-6 {
            grid-column: span 1;
        }
    }

    .modal-gallery-body,
    .modal-vedio-body {
        /* background-color: #000; */
        position: relative;
        width: 80%;
        height: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
    }

    @media screen and (max-width:767.98px) {
        .modal-gallery-body,
        .modal-vedio-body {
            width: 90%;
            height: 90%;
        }
    }

    .modal-gallery-body img,
    .modal-vedio-body video {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        transform: scale(0);
        /* transition: .5s; */
    }

    .video-content:hover {
        cursor: pointer;
    }

    #modal-gallery.active-gallery-modal .modal-gallery-body img,
    #modal-vedio.active-vedio-modal .modal-vedio-body video {
        animation: openModal .5s ease-in-out forwards;
    }
    /* #modal-vedio .overlay-modal{
    display: none;
}
#modal-vedio.active-vedio-modal .overlay-modal{
    display: flex;
    top:0;
    z-index: 10000;
} */

    /* .active-vedio-modal .modal-vedio-body{
    animation: openModal .5s ease-in-out forwards;

} */
    @keyframes openModal {
        100% {
            transform: scale(1);
        }
    }

    .close-modal.btn-modal {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        z-index: 99999;
        cursor: pointer;
        font-weight: 900;
        font-size: 35px;
    }

    /* Athar Page*/

    .imago {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

        .imago.animated {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }

    .sub-title {
        color: var(--green-color);
        margin-bottom: 5px;
        letter-spacing: 2px;
    }

    @media screen and (max-width:1200px) {
        .mobile {
            display: none;
        }
    }

    @media screen and (max-width:991.98px) and (min-width:575px) {
        #Athar {
            width: 75%;
        }
    }

    @media screen and (max-width:991.98px) {
        .hide-middle-screen {
            display: none;
        }
    }



    /*.card-course{
    margin:0px auto !important;
    width: 100%;
    display: block;
    padding:0px !important;
    border-radius: 3px;
}
.card-course img{
    border-radius: 3px;
    margin-top: 0 !important;
}
.card-course  h3{
    font-size: 22px;
}
.card-course span{
    font-size: 16px !important;
}
.state-course{
    position: absolute;
    z-index: 2;
}

.card-course {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    height: 100%;
}

    .card-course img {
        padding: 15px 15px 0;
    }

    .card-course button {
        width: 100%;
        bottom: 0px;
    }*/


    .departements-filter {
        height: 53px;
        font-size: 18px;
        border-color: var(--green-color) !important;
        color: var(--black-color);
        padding: 2px 10px;
        width: 100%;
    }



    .search-icon-box {
        width: 60px;
        height: 53px;
        background-color: var(--green-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 5px 5px 0px;
    }

@media screen and (max-height:700px) {
    #modal-form-join {
        background: rgba(0, 0, 0, 0.5);
        overflow-y: scroll;
    }
        #modal-form-join .overlay-modal {
            background: none
        }
    #modal-form-join .modal-join-body {
        position: absolute;
        top: 10px;
        bottom: 10px;
        height: fit-content !important;
    }
}



.filter-icon-box {
    border: 2px solid var(--green-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    border-radius: 5px;
    display:none
}
.filter-icon-box i {
    font-size: 40px;
    color: var(--green-color)
}
@media screen and (max-width: 500px) {
    .filter-icon-box i{
        font-size:25px
    }
}
@media screen and (max-width: 991.98px) {
    .filter-icon-box {
        display: flex
    }
    .filter-departments-body {
        background: #fff;
        box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.15);
        opacity: 0;
        position: absolute;
        z-index: -2;
        transition: .5s;
        width: fit-content;
        white-space: nowrap;
        right: 30px;
        padding:20px;
        padding-right:40px
    }
    .filter-departments-box:hover .filter-departments-body {
        opacity: 1;
        z-index: 100;
    }
        .filter-departments-body h4 {
            display: none
        }
}



.departements .sub-item::before {
    position: absolute;
    top: 0;
    left: -20px;
    font-weight: 900;
    background: #999;
    width: 25px;
    height: 25px;
    content: ''
}

.departements .sub-item.active::before {
    content: '✓';
    color: var(--green-color);
}

.filter-section{
    transition:.5s
}
.filter-title{
    display:none
}
@media screen and (min-width: 992px) {
    .filter-section {
       position: fixed;
        top: 220px;
        width: inherit;
       width:100%;
        border: 1px solid #eee;
        max-width: 380px;
        padding: 10px;

    }
    .filter-departments-body {
        padding: 20px 10px;
        background: #edf4ca;
        padding-left: 20px
    }
    .filter-title{
        display:block
    }
    .departements {
        padding: 0px 10px
    }
}

.btn-more.btn-header-right:hover{
    color:var(--green-color) !important
}

.departements .sub-item {
    position: relative;
    font-size: 14px;
    right: 30px;
    transition: .5s;
    margin-bottom: 10px;
}


    .departements .sub-item:hover {
        cursor: pointer;
        font-weight: 600;
    }

    .departements .sub-item.active {
        font-weight: 600;
    }

    .departements .sub-item::before {
        position: absolute;
        top: 0;
        left: -35px;
        font-weight: 900;
        background: #c4c8c0;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 10px;
        content: ' '
    }

    .departements .sub-item.active::before {
        content: '✓';
        color: var(--green-color);
    }

.departements {
    list-style-type: none
}

ol, ul {
    padding-left: 0rem;
}

.filter-section {
    padding-bottom: 20px;
    padding-top: 20px;
}

.filter-departments-body {
    padding: 20px;
    padding-left: 30px
}

    .filter-departments-body h4 {
        font-size: 20px;
        padding: 10px 0px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd
    }

.sticky {
    width: inherit;
    position: fixed;
    top: 100px !important
}
.about-text {
    padding-right: 20px;
    height: 400px
}
@media screen and (max-width:767.98px){
    .about-text {
        padding:10px;
        height: auto
    }
}