*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'iranastaliq';
    src: url('fonts/IranNastaliq.ttf') format('truetype');
}
@font-face {
    font-family: 'lalezar';
    src: url('fonts/lalezar.ttf') format('truetype');
}
@font-face {
    font-family: 'iranastaliq2';
    src: url('fonts/Suls.ttf') format('truetype');
}
@font-face {
    font-family: 'morvarid';
    src: url('fonts/B\ Morvarid_0.ttf') format('truetype');
}


html {
    scroll-behavior: smooth;
    height: 100%;
}
body{
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

.header{
    background-image: url('images/VIER\ PFOTEN_2020-10-07_00137-2734x1893.jpg');
    height: 750px;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    text-align: center;
    background-attachment: fixed;
}
.header a{
    text-decoration: none;
    font-size: 40px;
    font-family: 'iranastaliq';
    color: rgba(86,27,139,255);


}
.header li:hover{
    transform: scale(1.05,1.05);
    box-shadow: 0 4px 4px;
    background-color: rgba(200, 136, 9, 0.322);
    border-radius: 10px;
    color: black;

}
.header li{
    display: inline-block;
    margin: 0 12px;
}
.navigation-bar{
    padding: 12px;
    margin-bottom: 20px;
}
.header h1{
        font-family: 'irannastaliq2';
        font-size: 45px;
        margin-bottom: 20px;

}
span{
    font-size: 60px;
}

.header p{
    font-size: 35px;
    font-family: 'irannastaliq';
    margin-top: 10px;
}
.darbare{
    width:60px ;
}
.header a:hover{
    color: rgba(0, 0, 0, 0.819);
}
.member{
    text-align: center;
     margin: 0px 0;
    /* background-attachment: fixed; */
    background:linear-gradient(rgba(232, 238, 148, 0.066),rgba(252, 208, 143, 0.679) ) ;

}
.team{
    display:inline-block;
    border: 1px  ;
    height: 500px;
    width: 300px;
    border-radius: 40px;
    margin: 85px 25px;
    font-family: 'morvarid';
    font-size: 20px;
    background-color: rgba(162, 162, 162, 0.678);
    background-position: center;
    
}
#team{
    text-align: center;
    font-family: 'iranastaliq';
    color:rgb(171, 166, 26);
    font-size: 55px;
    background: linear-gradient(rgba(200, 175, 138, 0.451),rgba(140, 225, 155, 0.07) );
    margin: 0 0;
    line-height: 70px;
    height: 85px;
    padding-top: 0px;
    padding-bottom: 3px;
}
.team img{
    width: 100px;
    height: 100px;
    border:0.5px dashed rgba(71, 64, 51, 0.622) ;
    border-radius: 50%;
    object-position: center;
    margin-top: 10px;
    
}
.team:hover{
    transform: scale(1.05, 1.05);
    color: white;
    background-color: rgba(52, 52, 52, 0.678);

}
.team p {
    text-align: justify;
    padding: 6px 15px;
    line-height: 38px;
    /* font-size: 20px; */
}
/* #team2{
    background-color: rgba(122, 211, 32, 0.729);
}
#team3{
    background-color: rgba(211, 64, 64, 0.708);
} */
 .about-us{
    background-image: url(images/iStock-1443562748-1024x889.png);
    background-color: rgba(255, 217, 0, 0.415);
    background-blend-mode:multiply ;
    background-repeat: no-repeat;
    background-size:  63%;
    background-position: 70% -15% ;
    background-attachment: fixed;
    text-align: center;
    height: 800px;
    padding-top: 40px;
 }
 .h{
    background: linear-gradient(rgba(249, 188, 97, 0.679), rgba(255, 217, 0, 0.415));
    height:85px;
    text-align: center;
    font-family: 'iranastaliq';
    font-size: 55px;
    line-height: 70px;
    color:rgb(171, 166, 26);

 }
 .text{
    margin-top: 20px;
    border: 1px dotted;
    border-radius: 50%;
    width: 630px;
    height: 630px;
    margin: auto;
    padding: 40px 110px;
    font-size: 30px;
    background-color: rgba(255, 187, 41, 0.652);
    margin-bottom: 40px;
    

 }
 .text p {
    margin-top: 20px;
    text-align: justify;
    font-family: 'iranastaliq';
    font-size: 30px;

 }
 .text:hover{
    transform: scale(1.05, 1.05);
    background-color: rgba(222, 155, 9, 0.868);
 }
.footer{
    display: inline-block;
    text-align: center;
    height: 85px;
margin-top: auto;    
margin-bottom: 0;
}
 .footer li{
    display: inline-block;
    padding:  7px 7px 0  7px;
    line-height: 20px;
 }
 .footer img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
 }
  .footer img:hover{
    transform: scale(1.05, 1.05);
    box-shadow: 0 0 4px 4px rgb(255, 255, 255);

  }
.footer ul{
    display: inline-block;
  }
