body:lang(ar) {
    direction: rtl;
}

@import url('https://fonts.googleapis.com/css2?family=Cairo+Play:wght@200..1000&family=Cairo:wght@200..1000&display=swap');

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

.landing_section svg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.landing_section .head {
    color: #fff;
    font-family: "Cairo";
    font-weight: 500;
    font-size: 22px;
    line-height: 1.8;
    text-align: justify;
    margin-top: 14% !important;

}

.landing_section img {
    max-height: 578px;
    object-fit: contain;
    z-index: 1;
    position: relative;
    transform: scaleX(-1);
}

/*departments*/
.departments_section .department_name {
    color: #000;
}

.departments_section .department_link {
    border: 1px solid var(--main);
    border-radius: 42px;
    transition: all .5s ease;
}

.departments_section .department_link:hover {
    border: 1px solid var(--sec);
    background-color: var(--sec);
}

/*about*/
.img-about {
    max-height: 500px;
    object-fit: contain;
}

.about_head {
    /* max-height: ; */
    background-color: var(--sec);
    border-radius: 20px;
    width: fit-content;
}

.about_osqufia {
    color: #3D3D3F;
    font-size: 2.4em;
    font-weight: 700;
}

/* features_section */
.features_section .features_section_card {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 310px;

}

.features_section .features_section_card::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: var(--sec);
    height: 140px;
    width: 141px;
    clip-path: ellipse(115px 86px at 10% 20%);
    transform: scaleX(-1);

    transition: all 0.5s ease-in-out;
}

.features_section .features_section_card:hover::after {
    background-color: var(--main);
    /* clip-path:unset; */
    /* width: 100%;
        height: 100%; */
}

.par_card,
.hed_card {
    position: relative;
    z-index: 2;
}

.features_section .features_section_card i {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 8%;
    right: 10%;
    font-size: 45px;
}

/* education_stages_section */
.education_stages_section {
    background-color: rgba(245, 245, 245, 1);
}

.education_stages_section .img_stages {
    position: absolute;
    height: 174px;
    object-fit: contain;
    max-width: 85%;
}

.education_stages_section .img_stages:lang(en) {
    right: 0;
}

.education_stages_section .line {
    width: 120px;
    height: 7px;
    background: var(--sec);
    border-radius: 14px;
}

.education_stages_section .stage_card_container:nth-of-type(even) .stage_card {
    margin-top: 25px !important;
}

@media only screen and (max-width: 600px) {
    .education_stages_section .stage_card_container:nth-of-type(even) .stage_card {
        margin-top: unset !important;
    }



    .landing_section .head {
        color: #fff;

        color: #fff;
        font-family: "Cairo";
        font-weight: 800;
        font-size: 22px;
        line-height: 1.8;
        text-align: justify;
        margin-top: unset !important;

    }
}

.education_stages_section .stage_card_container .stage_card .circle {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 29px;
    font-family: fantasy;
    position: relative;
}

.education_stages_section .stage_card_container .stage_card .circle::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 40px;
    border: 5px solid #fff;
    border-radius: 23px 23px 0px 0px;
    border-bottom: 0;
    top: -31px;

}

.education_stages_section .stage_card_container .stage_card .circle .stage {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.education_stages_section .stage_card_container:nth-of-type(4n+1) .stage_card {
    background-color: #b8bbfb;
}

.education_stages_section .stage_card_container:nth-of-type(4n+2) .stage_card {
    background-color: #eccfbb;
}

.education_stages_section .stage_card_container:nth-of-type(4n+3) .stage_card {
    background-color: #8cc9fa;
}

.education_stages_section .stage_card_container:nth-of-type(4n+4) .stage_card {
    background-color: #ffd16c;
}
