* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

:root {
  --brand: #a51d27;
  --brand-dark: #79121a;
  --brand-soft: #fff1f2;
  --ink: #232323;
  --muted: #777;
  --line: #ececec;
  --page: #f7f7f7;
  --card-radius: 18px;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
  direction: rtl;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}

p {

  margin-bottom: 0;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb_Black.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Black.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src:
    url("../fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src:
    url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), ;
}


@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1460px;
  }
}

body {

  direction: rtl;
  color: #fff;
  text-align: right;
  background-color: #000;
  font-family: "IRANSans";
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

.body-wrapper {
  background: #000 url('../images/bg-body.webp') no-repeat;
  background-attachment: fixed;
  background-position: top center;
  color: #fff;
  padding-bottom: 100px;
  background-size: contain;
}

.row {
  margin-right: 0;
  margin-left: 0;
}


.btn-account span,
.oder-btn span,
.insta-btn span {
  display: inline-block;
  color: #fff;
  border-radius: 999px;
}

.btn-theme {
  position: relative;
  display: inline-block;
}

.btn-theme::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;

  transition: 0.3s ease-out;
  border-radius: 999px;
}

.oder-btn::before {
  background-color: #ed2024;

}

.btn-account::before {
  background-color: #f57e20;
}

.insta-btn::before {
  background-color: #f57e20;
  border-radius: 13px;
}

.btn-theme span {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(28, 31, 30);
  transition: 0.2s 0.1s;
  position: relative;
  display: inline-block;
}

.insta-btn span {
  color: #000;
  border-radius: 13px;
}

.btn-theme:hover::before {
  width: 0%;
}


.main-title-home {
  font-size: clamp(14px, 2vw, 50px);
}

#typedText {
  background-color: #ed2024;
  border-radius: 999px;
}

.typed-title {
  text-shadow: 0px 2px 7px #000;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}



@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

.img-box {
  overflow: hidden;
  position: relative;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .frm-branch .frm-search {
    width: 70%;
  }

  .frm-branch .form-select {
    width: 30%;
  }

  .list-branch {
    justify-content: center;
  }

  .btn-account span,
  .oder-btn span,
  .insta-btn span {
    padding: 10px 35px;
    font-size: 15px;
  }

  .copy {
    font-size: 11px;
    line-height: 1.5;
  }

  #typedText {
    padding: 9px 42px;
    font-size: 18px;
  }

  .img-box {
    height: 440px;
  }

}

.img-box::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.img-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.img-box:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}

.img-box:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}

.d-inline-block {
  display: inline-block;
}

@media (max-width: 767.99px) {
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .list-branch {
    overflow-x: auto;
  }

  .logo img {
    width: 120px;
    object-fit: contain;
  }

  .btn-account span,
  .oder-btn span,
  .insta-btn span {
    padding: 10px 15px;
    font-size: 12px;
  }

  .namad {
    text-align: center;
  }

  .copy {
    font-size: 10px;
    line-height: 2;
  }

  #typedText {
    padding: 9px 10px;
    font-size: 12px;
  }

  .img-box {
    height: 200px;
  }

  .typed-title {
    padding: 20px 0;
    font-size: 22px;
  }

  .typed-cursor {
    height: 26px;
  }
}

.list-branch li,
.list-branch2 li {
  list-style: none;
}

.list-branch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px 20px;
  margin-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  border-bottom: none !important;
  gap: 10px;
}

.list-branch2 li {
  display: inline-block;
  margin: 10px 7px;
}

.list-branch2 {
  text-align: center;
  margin: 0 8px 20px;
  margin-bottom: 20px;

  border-bottom: none !important;

}

.list-branch li a,
.list-branch2 li a {
  border: 2px solid rgb(237, 32, 36);
  background: rgba(0, 0, 0, 0.678);
  border-radius: 999px;
  padding: 7px 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  transition: all 0.2s linear;
}

.list-branch li a:hover {
  background-color: rgb(237, 32, 36);
}

.logo-list li {
  display: inline-block;
  margin: 0 10px;
  list-style: none;
}

.title-logo {
  font-size: clamp(14px, 1.5vw, 50px);
}

footer {
  background: #0d0d0d url('../images/bg-footer.png') no-repeat;
  background-position: center center;
  border-radius: 15px 15px 0 0;
  background-size: 80% 100% !important;
}

.logo-footer img {
  margin-top: -59px;
}

.cal-info {
  color: #f57e20;
  font-family: "Roboto";
  font-size: clamp(20px, 2.5vw, 50px);
}

.cal {
  color: #f57e20;
  font-size: clamp(20px, 2.5vw, 50px);
  display: inline-block;
  direction: ltr;
  font-weight: 600;

}

.cal2 {
  color: #f57e20;
  font-size: 16px;
  display: inline-block;
  direction: ltr;
  font-weight: 600;

}
.copy {
  color: #666666;
}

.copy .bld {
  color: #f57e20;
}

.namad li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 5;
  cursor: pointer;
}

.btn-theme:hover span {
  background-color: #000;
  border-color: #fff;
}

.insta-btn:hover span {
  background-color: #fff;
}

.menu-page {
  padding: 28px 0 72px;
}

.menu-shell {
  max-width: 1320px;
}

.restaurant-summary {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, .18), transparent 28%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 24px;
  color: #fff;
  padding: 25px;
  box-shadow: 0 16px 45px rgba(119, 18, 26, .20);
  overflow: hidden;
  position: relative;
}

.restaurant-summary::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 45px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  left: -65px;
  bottom: -125px;
}

.restaurant-logo {
  width: 100px;
  height: 100px;
  display: block;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #fff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .14);

}

.restaurant-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.status-dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: #51df8a;
  box-shadow: 0 0 0 5px rgba(81, 223, 138, .14);
  margin-left: 8px;
}

.summary-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
  font-size: .82rem;
  backdrop-filter: blur(6px);
}

.search-panel {
  background: #181717;
  border: 1px solid #797878;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 7px 30px rgba(0, 0, 0, .04);
}

.search-wrap {
  position: relative;
}

.search-wrap .bi-search {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 1.08rem;
}

.menu-search {
  height: 52px;
  padding-right: 49px;
  border-radius: 14px;
  border-color: #e9e9e9;
  background: #fafafa;
}

.menu-search:focus {
  background: #fff;
  border-color: rgba(165, 29, 39, .45);
  box-shadow: 0 0 0 .22rem rgba(165, 29, 39, .09);
}

.category-nav {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(30, 29, 29, 0);
  backdrop-filter: blur(14px);
  padding: 10px;
  border-radius: 999px;
}

.category-scroll {
  display: flex;
  align-items: center;
  gap: 9px;
  overflow-x: auto;
  padding: 2px 1px 7px;
  scrollbar-width: thin;
}

.category-link {
  flex: 0 0 auto;
  text-decoration: none;
  color: #505050;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  padding: 9px 17px;
  font-size: .88rem;
  font-weight: 600;
  transition: .2s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .025);
}

.category-link:hover,
.category-link.active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
  transform: translateY(-1px);
}

.category-section {
  scroll-margin-top: 105px;
  margin-top: 30px;
}

.category-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.category-title-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--brand);
  background: var(--brand-soft);
  font-size: 1.15rem;
}

.category-title h2 {
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0;
}

.category-title small {
  display: block;
  color: #969696;
  margin-top: 2px;
  font-size: .78rem;
}

.food-card {
  height: 100%;
  border: 1px solid #757575;
  border-radius: 18px;
  background: #000;
  color: #fff;
  ;
  overflow: hidden;
  box-shadow: 0 7px 26px rgba(0, 0, 0, .045);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.food-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 42px rgba(0, 0, 0, .085);
  border-color: #dedede;
}

.food-card-inner {
  display: flex;
  min-height: 195px;
}

.food-image-wrap {
  position: relative;
  width: 205px;
  flex: 0 0 205px;
  min-height: 195px;
  overflow: hidden;
  background: #eee;
}

.food-image {
  width: 100%;
  height: 100%;
  min-height: 195px;
  object-fit: cover;
  transition: transform .4s ease;
}

.food-card:hover .food-image {
  transform: scale(1.045);
}

.discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 9px;
  background: var(--brand);
  color: #fff;
  padding: 4px 9px;
  font-size: .74rem;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(165, 29, 39, .28);
}

.food-body {
  min-width: 0;
  flex: 1 1 auto;
  padding: 18px 18px 15px;
  display: flex;
  flex-direction: column;
}

.food-title {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.65;
  margin: 0 0 6px;
}

.food-description {
  color: #b6b6b6;
  font-size: .79rem;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 13px;
}

.food-footer {
  margin-top: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.price-old {
  color: #aaa;
  font-size: 1rem;
  text-decoration: line-through;
  line-height: 1;
  min-height: 19px;
}

.price-current {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  white-space: nowrap;
}

.price-current span {
  font-size: .72rem;
  font-weight: 500;
  color: #d6d6d6;
  margin-right: 4px;
}

.add-btn {
  height: 39px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(165, 29, 39, .20);
  border-radius: 11px;
  background: #00c328;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  transition: .18s ease;
}

.add-btn:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.qty-control {
  height: 39px;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 0 7px;
  border: 1px solid #ead5d7;
  border-radius: 11px;
  background: #fff7f8;
}

.qty-control.show {
  display: inline-flex;
}

.qty-btn {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  display: grid;
  place-items: center;
  line-height: 1;
  font-size: 1rem;
}

.qty-value {
  min-width: 15px;
  text-align: center;
  font-size: .86rem;
  font-weight: 800;
  color: #000;
}

.empty-search {
  display: none;
  background: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 18px;
  padding: 45px 20px;
  text-align: center;
  color: #777;
}

.empty-search .bi {
  display: block;
  color: #bbb;
  font-size: 2.2rem;
  margin-bottom: 8px;
}

.floating-count {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 1050;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  background: #242424;
  border-radius: 14px;
  padding: 11px 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .20);
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: .22s ease;
  font-size: .82rem;
}

.floating-count.show {
  opacity: 1;
  transform: translateY(0);
}

.floating-count strong {
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--brand);
}

@media (max-width: 991.98px) {
  .food-image-wrap {
    width: 175px;
    flex-basis: 175px;
  }
}

@media (max-width: 767.98px) {
  .menu-page {
    padding-top: 15px;
  }

  .restaurant-summary {
    padding: 20px;
    border-radius: 20px;
  }

  .restaurant-logo {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    font-size: 26px;
  }

  .food-card-inner {
    min-height: 158px;
  }

  .food-image-wrap {
    width: 145px;
    flex-basis: 145px;
    min-height: 158px;
  }

  .food-image {
    min-height: 158px;
  }

  .food-body {
    padding: 14px 14px 12px;
  }

  .food-description {
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 13px;
    padding-right: 13px;
  }

  .food-card-inner {
    min-height: 150px;
  }

  .food-image-wrap {
    width: 122px;
    flex-basis: 122px;
    min-height: 150px;
  }

  .food-image {
    min-height: 150px;
  }

  .food-title {
    font-size: .91rem;
  }

  .food-description {
    font-size: .73rem;
    margin-bottom: 8px;
  }

  .price-current {
    font-size: .86rem;
  }

  .add-btn {
    min-width: 70px;
    padding: 0 9px;
  }

  .add-btn .add-text {
    display: none;
  }

  .floating-count {
    left: 13px;
    bottom: 13px;
  }
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f57e20;
  --bs-btn-border-color: #f57e20;
}

#branchModal .modal-content ,#infoModal .modal-content{
  background-color: #111;
  color: #fff;
}

.btn.btn-search {
  width: 40px;
  height: 40px;
  color: #fff;
}
.map iframe {
  width: 100% !important;
  border-radius: 10px;
}
.title-m {
  color: #ff8708;
  font-weight: 600;
  font-size: 15px;
}
.border-b-2 {
  background-color: #383838;
  border: 1px solid #ff8708;
}
.border-b-2 th{
  line-height: 3;
}

.frm-search input {
  background-color: #8f8c8c;
  width: calc(100% - 40px);
  color: #fff;
  padding: 0 10px;
  box-shadow: none !important;
  border-radius: 4px;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.7;

}

.modal-header {
 background-color: #dd7608;
 border: none !important;
}

.btn-close {
  background-color: #cccccc;
  box-shadow: none !important;
}

@media (max-width: 767.99px) {
  .frm-search.d-flex.gap-3 {
    margin-bottom: 10px;
    width: 100%;
  }
}

.form-select {
  background-color: #8f8c8c;
  border-color: #8f8c8c !important;
  color: #fff;
  box-shadow: none !important;
}

.frm-search.d-flex.gap-3 {
  display: flex;

  background-color: #8f8c8c;

  color: #fff;
  border-radius: 4px;
}
.card{
    background-color:#222;
    color:#fff;
    border:1px solid #a7a5a5;
}
.card-header{
    background:#333;
}