
body{
    background-color: #000;


}
.contbio{

    background: #000 url('/ims/Sample/PouyaWallpaperDark.jpg');  
    background-size: cover;
    background-position:center;
    box-sizing: border-box;
    position: absolute;

    display: flex;
flex-direction: column;
    width: 100%;
    background-color: #000;
    
    align-items: center;
    justify-content: center;
}


.biotitle{
    margin-top: 10%;
    font-family: 'Vazir';
    
color: whitesmoke;
font-size: 3vw;
letter-spacing: 3px;

}
.biotitle span{
    font-family: 'Vazir';
    font-weight: 300;
color: #f68b1f;
font-size: 2vw;
letter-spacing: 2px;

}
.profilebioimage{
    display: none;
}

.biopara{
    font-family: 'Vazir';
    font-weight: 100;
color: whitesmoke;
font-size: 17px;
margin-top: 10px;
margin-left: 10%;
margin-right: 10%;
margin-bottom: 50px;
line-height: 2;
letter-spacing: 1px;




}

a {
    color: #fffff7;
    text-decoration: none;
}


a:hover{
    color: #f68b1f;
    text-decoration: none;
}

hr {
    width: 80%;
    border: 1px solid   #f68b1f;;
    border-radius: 5px;
  }

  .availabilitybio{
width: 80%;
text-align: center;
justify-content: center;
/* font-family: 'Cinzel', serif; */
font-family: 'Vazir';
color: #fffff7;
font-size: 18px;
background-color: #3f3f3f;
border-radius: 10px;
padding: 30px;
transition: 0.5s ease-in-out;

  }
  .availabilitybio:hover{
 
 
    color: #f68b1f;
    font-size: 19px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    
      }
    

.wrapper .button {
	display: inline-block;
	 width: 50px;
	 height: 50px;
	 margin: 10px 10px 0 0 ;
	 background: white;
	 border-radius: 10px;
	 cursor: pointer;
	 box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	 transition: all 0.3s ease-out;
	 overflow: hidden;
	 color: #2F1A1A;
	 
	
	
}
 .wrapper .button:hover {
	
transform: scale(1.3);


	 
	
	
}




 .wrapper .button .icon{
	display: inline-block;
	 width: 50px;
	 height: 50px;
border-radius: 10px;
	 box-sizing: border-box;
	 text-align: center;
	 line-height: 40px;
	 
	
	
}


 .wrapper .button:nth-child(1) .icon{
background-color: #4267B2;
	 color: whitesmoke;
	 
	
	
}

 .wrapper .button:nth-child(2) .icon{
background-color: whitesmoke;
	 color: blueviolet;
	 
	
	
}
 .wrapper .button:nth-child(3) .icon{
background-color: whitesmoke;
	 color: #00cc66;
	 
	
	
}
 .wrapper .button:nth-child(4) .icon{
background-color:whitesmoke;
	 color:  #cc00cc;
	 
	
	
}
 .wrapper .button:nth-child(5) .icon{
background-color: #ffffff ;
	 color:#ff6600;
	
	
}
 .wrapper .button:nth-child(6) .icon{
background-color: whitesmoke;
	 color: #FF0000;
	
	 
	 
	
	
}
.wrapper .button:nth-child(6):hover .icon{
    background-color:#FF0000;
         color: #ffffff;
        
         
         
        
        
    }


 .wrapper .button .icon i{ 
font-size: 25px;
 
 
	 line-height: 50px;
	 
	
	
}




 .wrapper .button span{ 
font-size: 20px;
 margin-left: 10px;
 
	 line-height: 40px;
	 
	
	
}

 .wrapper{
	display: inline-block;
	
}
/*
wrapper2
*/


.wrapper2 .button {
	display: inline-block;
	 width: 50px;
	 height: 50px;
	 margin: 10px 10px 0 0 ;
	 background: white;
	 border-radius: 10px;
	 cursor: pointer;
	 box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	 transition: all 0.3s ease-out;
	 overflow: hidden;
	 color: #2F1A1A;
	 
	
	
}
 .wrapper2 .button:hover {
	
transform: scale(1.3);


 }
@media screen and (max-width:748px){


    .biotitle{
        margin-top: 15%;
        font-family: 'Cinzel', serif;
    color: whitesmoke;
    font-size: 28px;



}
.contbio{

    

    background: #000 url('/ims/Sample/PouyaWallpaperDadrk.jpg');  ;
    

}

.profilebioimage{
    display: block;
    margin-top: 20%;
}
}