@font-face {
  font-family: font1;
  src: url(assests/farsi-fonts/iran-sans-300.ttf);
}

html {
}
body {
  direction: rtl;
  font-family: font1;
  text-align: center;
  margin: 0;
  padding: 0;
  background: linear-gradient(#ede8ee, #110b10e3);
  /* background-image:url("img/"); */
}
.header {
  background-color: #fdf8f5;
  height: 241px;
  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: x-large;
}
. {
}

.selectmenu {
  width: 95%;
  height: 100;
  background-color: white;
  border-radius: 15px;
  margin: auto;
  margin-top: 20px;
}
/* .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;
}
/* .food {
  background-color: #fdf8f5;
  height: 160px;
  width: 90%;
  margin: auto;
  margin-top: 10px;
  border-radius: 10px;
} */
/* .foodbox {
  text-align: center;
} */
/* 
.textfood {
  font-size: 16px;
  padding: 10px 40px;
} */

/* .titrfood {
  font-size: 27px;
  font-weight: bold;
  padding: 10px 10px;
  background-color: #e9dbeb;
  display: inline-block;
  border-radius: 32px;
  margin-top: 36px;
} */
.kkk{
    font-size:14px;
}

.imgfood {
  width: 150;
  height: 150;
  border-radius: 20px;
}
.main {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-column-gap: 5rem;
  justify-content: space-around;
}
.ghaza {
  margin: auto;
  margin-top: 80px;
  display: contents;
}
.kk {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .selectmenu {
    width: 98%;
  }
}
/* @media only screen and (max-width: 820px) {
  .img1{display:none;}

.main{
  flex-direction: column;
}
.ghaza {
  width: 80%;
}

.selectmenu {
  width: 80%;
}
} */
