@font-face {
    font-family: font1;
    src: url(assests/farsi-fonts/iran-sans-300.ttf);
  }


  body {
    direction: rtl;
    font-family: font1;
    text-align: center;
    margin: 0;
    padding: 0;
    background: linear-gradient(#837e85d3, #e6aed8e3);
    /* background-image:url("img/"); */
  }
  .header{
    background-color: #fdf8f5;
    height: 196px;
    width: 98%;
    margin: auto;
    /* display: flex; */
    margin-top: 10px;
    border-radius: 10px;
  }
  .headerimg img{
    height: 196px;
    width: 200px;
    /* display: inline; */
  }

  .main{
    background-image:url("img/");
    font-size: large;
    
}
  .{

  }

  .selectmenu{
    width: 95%;
    height: 100;
    background-color: white;
    border-radius: 15px;
    margin: auto;
    margin-top: 10px;
    display: flex;
  }
  .timekar{
    width: 98%;
    height: 38px;
    background-color: rgb(233 219 235);
    border-radius: 15px;
    margin: auto;
    margin-top: 0;
  }
  .timekar div{
    font-size:20;
  }

  
  .selectmenu a{
    text-decoration: none;
    color: #69476c;
    font-family:font1;
    font-weight: 800;
    /* margin-left: 0; */
    display: inline;
  }


  @media only screen and (min-width:768px){
    .selectmenu{width: 80%;
    margin-top: 20px
    }
    
  }

  @media only screen and (max-width:367px){
  .img1{display:none;}
  }

  
 