@font-face {
  font-family: "j";
  src: url("../fonts/nelin/j.eot") format("embedded-opentype"), url("../fonts/nelin/j.woff") format("woff"), url("../fonts/nelin/j.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "KalamehFaNum-Regular";
  src: url("../fonts/kalameh/KalamehFaNum-Regular.eot") format("embedded-opentype"), url("../fonts/kalameh/KalamehFaNum-Regular.woff") format("woff"), url("../fonts/kalameh/KalamehFaNum-Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  direction: rtl;
  font-family: "KalamehFaNum-Regular";
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.AZ-img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.AZ-img-container::after {
  content: "";
  display: block;
}

.AZ-img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.AZ-page-wrapper {
  background: radial-gradient(50% 50% at 50% 50%, #881923 0%, #470707 72.1%, #330303 100%);
  min-height: 100vh;
  height: 100%;
}
.AZ-page-wrapper .menu-container {
  width: 650px;
  height: 100%;
}
.AZ-page-wrapper .off-img {
  display: block;
}
.AZ-page-wrapper .on-img {
  display: none;
}
.AZ-page-wrapper.on .off-img {
  display: none;
}
.AZ-page-wrapper.on .on-img {
  display: block;
}

.right-page {
  left: 0;
  top: 0;
  height: 100vh;
  width: calc(100% - 650px);
}
.right-page .img-logo {
  position: fixed;
  left: calc(50% - 500px);
  top: 50%;
  transform: translateY(-50%);
}

.AZ-main {
  position: relative;
  background-image: url("../img/pattern.svg");
  background-size: contain;
  background-position: center center;
}
.AZ-main .top-bg {
  position: sticky;
  top: 0;
  left: 0;
  height: 32px;
  width: 100%;
  z-index: 1000;
}
.AZ-main::after, .AZ-main::before {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  left: 0;
  height: 100%;
  background-image: url("../img/left.svg"), url("../img/left.svg");
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
  background-size: 16px, 16px;
  z-index: 100;
}
.AZ-main::before {
  left: unset;
  right: 0;
}

.AZ-category-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../img/category.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 20px 60px;
  z-index: 10;
}
.AZ-category-section .category-boxes {
  overflow-x: auto;
}
.AZ-category-section .category-box {
  border-radius: 20px;
  padding: 20px 10px;
  min-width: 33%;
  position: relative;
}
.AZ-category-section .category-box .category-name {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
}
.AZ-category-section .category-box.active .category-name {
  color: #CCAC45;
  font-weight: 700px;
}
.AZ-category-section .category-box::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 10%;
  height: 100%;
  background-image: url("../img/Layer_1.svg");
  background-size: 10px;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.AZ-category-section .category-box:last-child::after {
  content: none;
}

.icon-img span {
  font-size: 28px;
  color: #CCAC45;
}

.AZ-content-section {
  padding: 30px 50px;
}

.food-box {
  padding: 20px 80px;
  position: relative;
}
.food-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../img/bg-item.svg");
          mask-image: url("../img/bg-item.svg");
  -webkit-mask-position: center, center;
          mask-position: center, center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #881923;
}
.food-box-inner {
  position: relative;
  z-index: 1;
}
.food-box .food-img {
  min-width: 180px;
}
.food-box .food-img::after {
  padding-bottom: 100%;
}
.food-box .food-img img {
  max-height: 100%;
}
.food-box .food-title {
  font-size: 20px;
  color: #FFFDE9;
  font-weight: 700;
}
.food-box .food-text {
  font-size: 14px;
  color: #FFFDE9;
  font-weight: 500;
}
.food-box .price {
  font-size: 16px;
  font-weight: 700;
  color: #D3CAA0;
}

.offcanvas-start {
  background: #881923;
  z-index: 10000;
}
.offcanvas-start .sidebar-link {
  font-size: 18px;
  color: #fff;
}
.offcanvas-start .close-sidebar span {
  color: #fff;
}

.notif-btn {
  position: fixed;
  bottom: 30px;
  left: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #881923;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notif-btn span {
  font-size: 40px;
  color: #CCAC45;
}

.AZ-navbar {
  background-image: linear-gradient(180deg, #2F0D0A 14.93%, #881923 72.39%);
  padding: 20px;
  margin-top: -10px;
}
.AZ-navbar .dropdown {
  z-index: 10000;
  padding: 0;
}
.AZ-navbar .dropdown-toggle::after {
  content: none;
}
.AZ-navbar .dropdown-toggle::before {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
}
.AZ-navbar .dropdown-menu {
  background: radial-gradient(50% 50% at 50% 50%, #881923 0%, #470707 72.1%, #330303 100%);
  border: 0;
  border-radius: 10px;
}
.AZ-navbar .dropdown-menu .dropdown-item:hover {
  background: #330303;
}

@media screen and (max-width: 768px) {
  .AZ-page-wrapper .menu-container {
    width: 100%;
  }
  .food-box {
    padding: 10px 30px;
  }
  .notif-btn {
    position: fixed;
    bottom: 10px;
    left: 25px;
    width: 35px;
    height: 35px;
  }
  .notif-btn span {
    font-size: 22px;
  }
}
@media screen and (max-width: 567px) {
  .AZ-content-section {
    padding: 30px 30px;
  }
  .food-box .food-img {
    min-width: 140px;
    height: 100px;
  }
  .img-brand {
    width: 150px;
  }
  .AZ-category-section {
    padding: 30px 20px 40px;
  }
  .AZ-category-section .category-box .category-name {
    font-size: 12px;
  }
  .AZ-category-section .category-box {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 480px) {
  .food-box .food-img {
    min-width: 120px;
    height: 80px;
  }
  .food-box .food-title {
    font-size: 16px;
  }
}
.ltr {
  direction: ltr;
}
.ltr .AZ-navbar .dropdown-toggle::before {
  left: unset;
  right: -22px;
}
.ltr .right-page .img-logo {
  right: calc(50% - 500px);
  left: unset;
}
.ltr .notif-btn {
  right: 50px;
  left: unset;
}
.ltr .category-box::after {
  left: 0;
}
.ltr .category-box:first-child::after {
  content: none;
}
.ltr .category-box:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/Layer_1.svg");
  background-size: 10px;
  background-position: 0 center;
  background-repeat: no-repeat;
}