@font-face {
    font-family: 'najez';
    src: url(./najez.ttf);
}
*{
    font-family: 'najez';
}
body{
    font-family: 'najez';
    margin: 0;
    padding: 0;
    /* font-family: sans-serif; */
}
section{
    width: 100%;
    height: 100vh;

}
.content{
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 514px;
    background-image: linear-gradient(rgb(0 0 0) 0.5px, transparent 1px), linear-gradient(to bottom, rgb(255 255 255) 0.5px, rgb(255 255 255) 0.5px);
    background-size: 10px 30px;
}
.box{
    position: relative;
    background: transparent;
    width: 550px;
    height: 300px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    display: flex;
}
.box::before{
    content: "عدد الابحاث";
    position: absolute;
    top: -10px;
    left: -45px;
    transform: rotate(-90deg);
}
.box::after{
    content: "السنوات";
    position: absolute;
    right: -50px;
    bottom: -10px;
}
.box .skill{
    position: relative;
    flex: 1;
    text-align: center;
}
.box .skill .graph{
    position: absolute;
    width: 40px;
    background: #12cbc4;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);

}
.box .skill .color-2{
    background: #ff264a;
}
.box .skill .color-3{
    background: #89728F;
}
.box .skill .color-4{
    background: #8cc8c3;
}
.box .skill .color-5{
    background: #f5dcd7;
}

.box .skill .graph .percent{
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%);
    color: black;
    text-align: center;
    font-weight: 200;
    font-size: 12px;
}
.box .skill .home{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    color: white;
    background: #cc66ff;
    padding: 2px 6px;
    border-radius: 4px;
}
/*
تعديل مريم
*/

