@font-face {
    font-family: "Noto";
    src: url("noto//Noto_Sans/NotoSans-VariableFont_wdth\,wght.ttf") format("truetype") ;
}
@font-face {
    font-family: "Noto fars";
    src: url("noto/Noto_Sans_Arabic/NotoSansArabic-VariableFont_wdth\,wght.ttf") format("truetype") ;
}
*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans', 'Noto Sans Arabic';
    scrollbar-width: none;
}
body{
    --black:black;
    --gray:#e9e9e9;
    /* --border:#bed6e4; */
    --border:#d4d4d4;
    --box:#ff0000;
    --text:rgb(105, 105, 105);
    --bkg:#ffffff;
   --white:white;
    /* --blue:hsl(209, 90%, 54%); */
    /* --blue:#1496ec; */
    /* --blue: #0e95e2;  */
    --blue:#3992eb;
    --red:hwb(0 28% 0%);
    background-color: var(--bkg); 
}

::-webkit-scrollbar{
    display: none;
}
a{
    text-decoration: none;
    color: var(--blue);
    font-weight: bold;
}


.about-all{
    max-width: 650px;
    height: auto;
    padding: 12px;
    overflow: hidden;
    
    
      margin-bottom: 55px;
    
    
}


.about-card h1 , p  , strong ,a{
    text-align: right;
}
strong{
    color: var(--blue);
}
li{
    text-align: right;
}
.about-card  h1{
    font-size: 25px;
    font-weight: bold;
    margin-top: 12px;
}


.about-card p{
    margin-top: 1px;
    font-size: 17px;
}
.about-card img{
    width: 100%;
    border-radius: 19px;
    border: 2px solid rgb(59, 131, 218);
    margin-top: 20px;

}
