* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Vazirmatn;
}
html {
  scroll-behavior: smooth;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: black;
}

.container {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

header {
  background-color: #ffc857;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #0000001a;
}
.logo__image {
  width: 42px;
  height: 42px;
  margin-top: 5px;
}
.nav_sm {
  background: #ffc857;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-evenly;
}
.nav__link {
  width: 60px;
  height: 60px;
  background: #ffffff4d;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.menu__item__image-lg {
  width: 370px;
  height: 200px;
  margin: 12px 12px 12px 12px;
  border-radius: 8px;
}
.nav__link__image {
  margin-top: 6px;
  width: 32px;
  height: 32px;
}
.nav__link__title {
  font-family: Vazirmatn;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-align: center;
}

.menu {
  background: rgba(0, 0, 0, 0.826);
  padding-bottom: 100px;
}

.menu__title {
  color: #db3a34;
  font-family: Vazirmatn;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding-top: 20px;
  margin-top: 0;
  width: 100%;
  text-align: center;
  margin-right: 5px;
}

.menu__item {
  background: #ffffff33;
  display: flex;
  border-radius: 12px;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #ffffff;
  margin-top: 10px;
}
.menu__item__title {
  font-family: Vazirmatn;
  font-size: 14px;
  font-weight: 700;
  line-height: 21.88px;
  text-align: right;
}

.menu__item__image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 4px;
}
.image__container {
  height: 84px;
  width: 84px;
  text-align: center;
}
.menu__item__detail {
  width: 231px;
  margin-left: 10px;
  margin-right: 10px;
}

.menu__item__price {
  margin-top: 10px;
}
.value {
  font-family: Vazirmatn;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  position: absolute;
  bottom: 6px;
  left: 35px;
}
.currency {
  font-family: Vazirmatn;
  font-size: 8px;
  font-weight: 700;
  line-height: 8px;
  width: 30px;
  position: absolute;
  bottom: 10px;
  left: 3px;
}

@media (max-width: 900px) {
  .container {
    width: 360px;

    width: 100%;
    min-width: 360px;
  }
  .nav_lg {
    display: none;
  }
  .menu__item__image-lg {
    display: none;
  }
  .menu__item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Vazirmatn;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    text-align: justified;
    margin-top: -20px;
    color: #ffffffb2;
  }
}

@media screen and (min-width: 900px) and (max-width: 2000px) {
  .container {
    width: 1000px;
    width: 100%;
  }
  .logo__image {
    width: 95px;
    height: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  nav.nav_sm {
    display: none;
  }
  .menu {
    display: flex;
    align-items: start;
    justify-content: center;
  }

  .menu__title {
    text-align: right;
    font-family: Vazirmatn;
    font-size: 32px;
    font-weight: 900;
    line-height: 50px;
    margin-top: 70px;
    border-bottom: 1px solid #db3a34;
  }
  .nav__link {
    display: flex;
    justify-content: start;
    width: 152px;
    border-radius: 6px;
    background: #ffc857;
    margin-top: 12px;
  }
  .nav__link__title {
    font-family: Vazirmatn;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
  }
  .nav_lg {
    width: 200px;
    margin-top: 138px;
    padding: 24px;
  }
  .nav__link__image {
    width: 24px;
    height: 24px;
    margin: 12px;
  }

  .menu__item {
    background: #ffffff33;
    display: grid;
    border-radius: 12px;
    width: 394px;

    position: relative;
    color: #ffffff;
    margin-top: 10px;
  }
  .menu__item__desc {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 12px;
    margin-left: 12px;
    width: calc(100% / 12 * 11);
    font-family: Vazirmatn;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    color: #ffffffb2;
  }

  .menu__item__image {
    display: none;
  }
  .image__container {
    width: 370px;
    height: 200px;
    border-radius: 8px;
  }
  .menu__item__detail {
    margin: 12px;
    display: grid;
    width: 100%;
  }

  .value {
    font-family: Vazirmatn;
    font-size: 21px;
    font-weight: 400;
    line-height: 21px;
    position: absolute;
    bottom: 11px;
    left: 48px;
  }
  .currency {
    font-family: Vazirmatn;
    font-size: 8px;
    font-weight: 700;
    line-height: 8px;
    width: 30px;
    position: absolute;
    bottom: 15px;
    left: 13px;
  }
  .menu__item__price {
    margin-top: 25px;
  }
  .menu__item__title {
    padding-right: 12px;
    margin-right: 12px;
    font-family: Vazirmatn;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: right;
    margin-bottom: 5px;
  }
  .margin_right {
    display: flex;
    align-items: flex-start;
  }

  .col-2 {
    display: flex;
    width: 820px;
    flex-wrap: wrap;
    justify-content: end;
  }
}
