@font-face{
  font-family: 'FontMan';
  src: url('fontParsi/B_Yekan.ttf') format('truetype');
 } 
 @font-face{
  font-family: 'FontEnglish';
  src: url('fontParsi/LilitaOne-Regular.ttf') format('truetype');
 } 
 .myFontParsi{
  font-family: 'FontMan', Arial , sans-serif;
}
.myFontEnglish{
  font-family: 'FontEnglish' , "Raleway";
}
 html, body,p,input,a,h4,button,input,label,div,h6,i,b,span {
  font-family:FontMan; }

    .dir {direction:rtl;}
    .w-120 {width:120px;}
    .w-10 {width:10px;}
    .w-80 {width:80px;}
    .b-r-12{border-radius:12px;}
    .f-s-5{font-size:10px;}
    .f-s-15{font-size:15px;}
    .f-s-10{font-size:20px;}
    .f-s-25{font-size:25px;}
    .f-s-35{font-size:32px;}
    .f-s-40{font-size:40px;}
    .f-s-50{font-size:50px;}
    .f-s-80{font-size:80px;}
    .text-orange{color:orange;}
    .btn-danger{color:red;}
    .btn-golden{background:goldenrod;}
    .mx-2{margin:20px  0px 20px  0px;}
    
     .ml-50{margin-left: 10% ;}
      .mt-70{margin-top:70px;}
       .mt-100{margin-top:100px;}
       .mt--150{margin-top:-150px;}
       .updown:hover {
        transform: rotateY(180deg);
      }
       
        .btn-sabz{background-color:#75ff4d ;  box-shadow: 0 0 10px 0  #75ff4d inset, 0 0 20px 2px #75ff4d; border-radius: 100%;}

       
       .btn-outline-narengi:hover{background-color: #ffae42 ;  box-shadow: 0 0 10px 0 #ffae42  inset, 0 0 20px 2px  #ffae42 ; color:white;}
        .btn-narengi{background-color: #ffae42 ;  box-shadow: 0 0 10px 0   #ffae42  inset, 0 0 20px 2px #ffae42 ;}
        .btn-outline-narengi{ border-color: #ffae42 ; color: #ffae42 ; border-radius: 10px; }
       .text-narengi{color: #ffae42 ; }
       
         .btn-outline-gher:hover{background-color: #ff007c ;  box-shadow: 0 0 10px 0 #ff007c  inset, 0 0 20px 2px  #ff007c ; color:white;}
        .btn-gher{background-color: #ff007c ;  box-shadow: 0 0 10px 0   #ff007c  inset, 0 0 20px 2px #ff007c ;}
        .btn-outline-gher{ border-color: #ff007c ; color: #ff007c ; border-radius: 10px; }
       .text-gher{color: #ff007c; }
       
       .bg-violet{background-color: #5c02de;}
       .bg-sor{background-color : #0b122c;} 
       .bg-yellow{background-color : #FFC300;}    
       .bg-orange{background-color : #FF5733;}   
       .bg-red{background-color :  #C70039;}    
       .bg-vio{background-color : #900C3F;}    
     .bg-li {background-color: rgba(48, 50, 65, 0.2);}
     .bg-li2 {background-color: rgba(48, 50, 65, 0.871);}
     .bg-lightblue {background-color: rgba(7, 166, 206, 0.871);}
     .bg-lightred {background-color: rgba(177, 10, 10, 0.871);}
     .bg-lightgreen {background-color: rgba(10, 177, 38, 0.871);}
     .aler{margin-left:0px;}
