
/*======اول کار=======*/
*{
    padding: 0;
    margin: 0;
}
h1,h2,h3{
  font-weight: 600;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
  height: auto;
}
body{
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #313131;
    font-family:"vazir";
    font-size: 16px;
    box-sizing: border-box;
    direction: rtl;
}
.contenr{
    width: 100%;
    max-width: 1400px;
    margin:0 auto; 
}

@media (max-width: 426px)
{
    .contenr
    {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 26px;
    }
    .logo
    {
      width: 125px;
      background: #3d3d3d;
      border-radius: 65px;
      display: flex;
      margin-top: 30px;
    }
    .bottons
    {
      display: flex;
    }
    .button1
    {
      width: 200px;
      background-color: #e84446;
      border: none;
      display: inline-block;
      padding: 1em 2em;
      margin: 1em 1em;
      align-items: center;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 600;
      font-size: 1em;
      font-family:"vazir";
    }
    .row h1
    {
      color: white;
      line-height: 1.3;
      font-weight: 700;
      margin-top: 30px;
      margin-right: 76px;
    }
    .row h3
    {
      color: white;
      text-align: center;
      margin-top: 10px;
    }
    .buttons 
    {
      margin-top: 58px;
      display: flex;
      flex-direction: column;
    }
    .button1
    {
      position: relative;
    }
    .logo-button
    {
      width: 29px;
      position: absolute;
      left: 161px;
      top: 13px;
    }
    button
    {
      color: white;
    }
}