/* departments */
.img_stages_logo {
    position: absolute;
    left: 18%;
    top: 22%;
    object-fit: contain;
}

.img_stages_logo:lang(ar){
    left: unset;
    right: 21%;

}
.departments  .img_stages:lang(en) {
transform: scaleX(-1);
}
.departments  .department_name {
    width: fit-content;
    position: relative;
}

.departments .department_name::after {
    position: absolute;
    content: "";
    width: 137%;
    left: -20%;
    height: 14px;
    background-color: rgba(254, 209, 108, 1);
    z-index: -1;
    bottom: 2px;
}
/* education_stages_section */
.education_stages_section .stage_card {
      background-color:var(--main);

}
.education_stages_section   .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 .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 .circle .stage{
      font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.education_stages_section .img_stages{
position: absolute;
    z-index: -1;
    top: -31px;
    right: -14px;
    height: 98%;
    width: 80%;
}
/* honour_students */
.honour_students .honour_students_head{
    background-color: var(--sec) ;
    width: fit-content;
    border-radius: 20px;
}
.honour_students .honour_students_desc{
color: rgba(55, 55, 55, 1);
}
.honour_students .student_name{
width:fit-content;
border-bottom:2px solid var(--main);
}
.honour_students .ranking_of_student{
color: rgba(55, 55, 55, 1);

}
.honour_students .student_img{
    position: relative;
}
.honour_students .student_img::after{
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border: 1px solid #000;
    border-radius: 50%;
    left: 34%;
    top: -17%;
    z-index: -1;
}