@font-face {
    font-family: iran;
    src: url(../fonts/iranyekanwebregular.e31c09af.woff2);
}
*{
    margin: 0;
   padding: 0;
   font-family: iran;
}
body{
    background: #f1f1f1;
}
.header{
    background: #303030;
    width: 100%;
}
.header_des{
    width: 90%;
    height: 60px;
    margin: 0 5%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.pg_a1{
    width: 70%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.pg_a2{
    width: 100px;
}
.pg_a2>img{
    width: 100%;
}
.pg_a3{
    width: 40%;
    margin-right: 30px;
    display: flex;
    flex-direction: row-reverse;
}
.pg_a3>input{
    width: 90%;
    padding: 5px;
    border: none;
    border-radius: 0 8px 8px 0;
    background: #f8f8f8;
    outline: 0;
}
.pg_a3>input::placeholder{
    direction: rtl;
    text-align: right;
    padding-right: 5px;
    font-size: 14px;
}
.pg_a3>button{
    border-radius: 8px 0 0 8px;
    border: none;
    padding: 5px;
    display: flex;
    background: #f8f8f8;
    cursor: pointer;
}