@font-face {
  font-family: peyda;
  src: url(../Assets/Fonts/PEYDA-MEDIUM.TTF);
}
@font-face {
  font-family: IRANSans;
  src: url(../Assets/Fonts/IRANSans.ttf);
}
body {
  direction: rtl;
  overflow-y: auto;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  background-color: #004036;
}
body .bg-menu {
  position: absolute;
  top: 0%;
  left: 89.5%;
  width: 39px;
  height: 80px;
}
body .right .text-up {
  font-family: Peyda;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: center;
  position: absolute;
  left: 66%;
  color: #FFFFFF;
  top: 3.5%;
}
body .right .burgers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  position: absolute;
  top: 6.8px;
  left: 10px;
  margin-inline: 8%;
  margin-top: 6%;
}
body .right .burgers .burger-link {
  width: 349px;
  padding: 10px 10px 12px 10px;
  gap: 5px;
  border-radius: 24px;
  background-color: #26675D;
}
body .right .burgers .burger-link .axe-ghaza {
  width: 329px;
  height: 242px;
  border-radius: 16px;
}
body .right .burgers .burger-link .buger-name {
  font-family: Peyda;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
body .right .burgers .burger-link .desc {
  font-family: IRANSans !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: justified;
  color: #FFFFFF;
}
body .right .burgers .burger-link .price {
  text-align: left !important;
}
body .right .burgers .burger-link .price-number {
  color: #FFB248;
  font-family: Peyda;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
}
body .side-menu {
  background-color: #16554B;
  width: 120px;
  height: 941px;
  opacity: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  position: absolute;
  top: 0%;
  left: 0%;
}
body .side-menu .items {
  gap: 6px;
  display: flex;
  flex-direction: column;
}
body .side-menu .items a {
  text-decoration: none;
  top: 334px;
  left: 7px;
  padding: 8px 12px 8px 12px;
  gap: 6px;
  border-radius: 8px;
  opacity: 0px;
  background-color: #004036;
  border: none;
}
body .side-menu .items a .name {
  color: #FFFAE7;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  font-family: peyda;
}
body .side-menu .items .pish-ghaza:hover {
  background-color: #002822;
  width: 80px;
  padding: 8px 12px 8px 12px;
  gap: 12px;
  border-radius: 16px;
  border: 1px;
}
body .side-menu .items .drink:hover {
  background-color: #002822;
  width: 80px;
  padding: 8px 12px 8px 12px;
  gap: 12px;
  border-radius: 16px;
  border: 1px;
}
body .side-menu .items .burger-ghaza {
  background-color: #002822;
  width: 80px;
  padding: 8px 12px 8px 12px;
  gap: 12px;
  border-radius: 16px;
  border: 1px;
}
body .side-menu .link-return .return {
  top: 25px;
  left: 7px;
  padding: 8px 12px 8px 12px;
  gap: 6px;
  border-radius: 8px;
  opacity: 0px;
  background-color: #004036;
  color: #FFFAE7;
  margin-top: 20%;
  border: none;
  font-family: Peyda;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  width: 90px;
  width: 105px;
}
body .side-menu .link-return .return:hover {
  background-color: #002822;
  width: 110px;
  height: 50px;
  padding: 8px 12px 8px 12px;
  gap: 6px;
  border-radius: 10px;
  opacity: 0px;
}
@media (min-width: 360px) and (max-width: 992px) {
  body {
    background-size: cover;
  }
  body .bg-menu {
    width: 15px !important;
    height: 43px !important;
  }
  body .right .text-up {
    font-family: Peyda;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 37%;
    color: #FFFFFF;
  }
  body .right .burgers {
    position: absolute;
    top: 6%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    left: 39%;
  }
  body .right .burgers .burger-link {
    width: 200px;
    top: 80px;
    left: 122px;
    padding: 10px 10px 12px 10px;
    gap: 5px;
    border-radius: 14px;
    opacity: 0px;
    background-color: #26675D;
    text-align: center;
    margin-right: 35%;
  }
  body .right .burgers .burger-link .axe-ghaza {
    width: 194px;
    height: 148px;
  }
  body .right .burgers .buger-name {
    font-family: Peyda;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
  }
  body .right .burgers .desc {
    font-family: IRANSans !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: justified;
    color: #FFFFFF;
  }
  body .right .burgers .price {
    text-align: left !important;
  }
  body .right .burgers .price-number {
    color: #FFB248;
    font-family: Peyda;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
  }
}/*# sourceMappingURL=menu.css.map */