:root{
    --main-color:#6c2bd9;
    --font-color:#212529bf;
    --font-light-text:#9ca3af;
}

*{
    font-family: "Cairo", serif;

}
html { 
    scroll-behavior: smooth; 
}


section{
    min-height: 78vh !important;
    
}
/* info style */

.info h1{
color:var(--main-color);

}


.info span{
color: var(--main-color);
font-weight: 500;
}
/* ===================== start statistics ========================= */

.statistics .card h2{
    color: var(--main-color);
    
}
/* style title */

.statistics .card  p span:first-of-type{
font-weight: 600;
}


.loader2 {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    
    animation: l5 1s infinite linear alternate;
  }
  @keyframes l5 { 
    0% {box-shadow: 20px 0 #6c2bd9, -20px 0 #6c2bd92b;background: #6c2bd9 } 33% {box-shadow: 20px 0 #6c2bd9, -20px 0 #6c2bd92b;background: #6c2bd92b} 66% {box-shadow: 20px 0 #6c2bd92b, -20px 0 #6c2bd9; background: #6c2bd92b} 100%{box-shadow: 20px 0 #6c2bd92b, -20px 0 #6c2bd9; background: #6c2bd9 } }
/* =================== end statistics ====================*/

