
@font-face {
	font-family: IRANSansfa_ultralight;
	font-style: normal;
	font-weight: 100;
	src: url('../assets/fonts/iransans/fanum/IRANSansfa_UltraLight.woff2'),
	url('../assets/fonts/iransans/fanum/IRANSansfa_UltraLight.woff') format('woff');
}
 
@font-face {
	font-family: IRANSansfa_light;
	font-style: normal;
	font-weight: 100;
	src: url('../assets/fonts/iransans/fanum/IRANSansfa_Light.woff2'),
	url('../assets/fonts/iransans/fanum/IRANSansfa_Light.woff') format('woff');
} 
body {
    font-family: "IRANSansfa_light" !important;
    z-index: 0;
    background-color: black;
    background-image: url('../assets/images/header_bg_cover.jpg');
      background-position: top center, top center;
      background-repeat: no-repeat , no-repeat;

  }
  header {
      margin-top: 200px !important;
      margin-bottom: 100px !important;      
  }

  .logo {
      max-width: 400px;
  }
  .center-pills {
      margin-top: 10px;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    background-color: black;
    border: 2px solid white;
}
.center-pills .nav-link {
    font-size: 24px;
    color: white !important;
}
.about h1{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: rgb(228,255,0);
    color: black;
    border-radius: 29px 29px 0 0;
    border-bottom: 1px solid rgb(228,255,0);  
}
.about {
    margin-bottom: 100px;  
    margin-right: auto;  
    margin-left: auto;  
    border-radius: 30px;
    background-color: black;
    border: 1px solid rgb(228,255,0);
    color: white;
}
.about p {
    text-align: justify;
    font-size: 18px !important;
    color: rgb(228,255,0);
}