@charset "UTF-8";
@import 'plugins.css';
@import 'fullpage.css';
html {
  scroll-behavior: smooth !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}
@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: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/IRANSansWeb.eot");
  src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}
html, button, input, select, textarea, .pure-g [class*=pure-u] {
  font: 10pt/2 IRANSans, tahome, sans-serif;
}

body {
  margin: 0;
  direction: rtl;
  color: var(--color-1);
}

.cc {
  max-width: 83em;
  margin: 0 auto;
  padding: 0 0.5em;
  position: relative;
  box-sizing: border-box;
}

.myContent {
  min-height: 300px;
  direction: rtl;
}

#header {
  background-color: var(--color-1);
  height: 172px;
}
#header #menu {
  background: var(--color-1);
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
  align-items: stretch;
  border-top: 2px var(--color-6) solid;
  border-bottom: 2px var(--color-6) solid;
}
#header #menu li {
  background: var(--color-6);
  border-radius: 5px;
  max-width: 8em;
  box-sizing: border-box;
  width: 8em;
}
#header #menu li a {
  color: var(--color-3);
}
#header #menu li.active {
  transform: scale(1.2);
  transition: 0.4s;
  background: var(--color-7);
  background: rgba(0, 0, 0, 0.5);
}
#header #menu li.active a {
  color: var(--color-11);
}
#header #menu li.active a:hover {
  color: var(--color-7);
}
#header #menu li:hover {
  color: var(--color-7);
  background: var(--color-11);
}
#header #menu p {
  font-size: 10px;
  text-align: center;
  line-height: 1.6em;
  min-height: 1.5em;
  max-height: 47px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #header #menu p {
    line-height: 1.7em;
  }
}
#header #menu img {
  display: block;
  margin: 0 auto;
  width: 3em;
}
#header #menu li a, #header #menu li.active a {
  padding: 4px 12px;
  display: block;
  height: 100%;
}

.section {
  background-color: var(--color-4);
}

.inline-boxes {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: minmax(160px, auto);
  grid-auto-flow: dense;
  padding: 10px;
}

.box {
  flex: 50%;
}

#menu li.active a:hover {
  color: var(--color-11);
}

.box-detail {
  border-radius: 5px;
  min-height: 166px;
  padding: 1em;
  background-color: var(--color-2);
  color: var(--color-11);
  margin: 0.5em;
  text-align: right;
  position: relative;
  box-sizing: border-box;
  cursor: grab;
  display: flex;
}
.box-detail img {
  float: right;
  object-fit: cover;
  border-radius: 5px;
  width: 120px;
  height: 136px;
  margin-left: 1em;
}
.box-detail p {
  font-weight: 400;
  color: var(--color-8);
  font-size: 13px;
  width: 100%;
  line-height: 1.8em;
  max-height: 45px;
  overflow: hidden;
}
@media (max-width: 568px) {
  .box-detail p {
    max-height: 70px;
  }
}
.box-detail h3 {
  color: var(--color-11);
  margin: 0.5em 0;
  font-weight: 600;
  max-height: 48px;
  overflow: hidden;
  line-height: 1.8rem;
}

.box-dd {
  border-radius: 5px;
  padding: 1em;
  background-color: var(--color-2);
  color: var(--color-11);
  margin: 0.5em;
  text-align: right;
  box-sizing: border-box;
  cursor: grab;
  min-height: 166px;
}
.box-dd p {
  width: 100%;
  font-size: 1em;
  color: var(--color-8);
}
.box-dd h3 {
  color: var(--color-11);
}

.price {
  position: absolute;
  right: 150px;
  bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 1.3em;
}

.menu-item-content {
  font-weight: 400;
  color: var(--color-8);
  font-size: 13px;
  width: 95%;
  height: 73px;
  margin-top: 2px;
}
.menu-item-content h4 {
  display: none;
}

#modal-description h4 {
  font-size: 14px;
  margin-bottom: 0.5em;
  color: var(--color-1);
}

div#modal-description {
  text-align: right;
  color: var(--color-8);
  margin-top: 1em;
  line-height: 1.5em;
  font-size: 0.9em;
}

.price span {
  font-size: 11px;
  margin-right: 4px;
  line-height: 11px;
}

h2 {
  position: relative;
  font-weight: bold;
  font-size: 1.3em;
}
h2 > span {
  background-color: var(--color-4);
  position: relative;
  padding: 0 2em;
  color: var(--color-1);
}
h2 > span::before {
  content: "«";
  background-color: transparent;
  background-color: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 22px;
  right: 0;
  margin: auto 7px auto 0;
}
h2 > span:after {
  content: "»";
  background-color: transparent;
  background-color: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 22px;
  left: 0;
  margin: auto 0 auto 7px;
}
h2:before {
  position: absolute;
  content: "";
  border-bottom: 3px solid var(--color-7);
  right: 0;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: 0.5em;
}

#logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
#logo h1 {
  font-size: 1.5em;
  line-height: 2em;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: var(--color-3);
  height: 1.7em;
}
#logo a {
  color: var(--color-3);
}
#logo img {
  width: 5em;
  max-height: 5em;
  overflow: hidden;
  display: block;
  margin: 0px auto;
  padding: 6px 0;
  box-sizing: border-box;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--color-10);
  text-align: center;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 25%;
  box-shadow: 0 4px 8px 0 var(--color-15), 0 6px 20px 0 var(--color-16);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 10px;
}
.modal-content img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  background: var(--color-2);
}

.modal-text {
  background-color: var(--color-4);
  padding: 1em;
  min-height: 7em;
  border-radius: 8px;
  margin-top: -10px;
  position: relative;
}

.gradiantBg {
  background: linear-gradient(to bottom, var(--color-2), var(--color-4));
  border-radius: 10px;
  padding: 1em;
  min-height: 7em;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#modal-title:before,
#modal-title:after {
  display: none;
}

#modal-title {
  color: var(--color-1);
  font-size: 1.1em;
}

p#modal-price {
  color: var(--color-11);
  font-size: 1em;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close {
  color: var(--color-11);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: var(--color-11);
  text-decoration: none;
  cursor: pointer;
}

.modal-body {
  padding: 2px 16px;
}

.fp-scrollable {
  height: auto !important;
  direction: ltr;
}
.fp-scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--color-10);
  border-radius: 10px;
  background-color: var(--color-11);
}
.fp-scrollable::-webkit-scrollbar {
  width: 12px;
  background-color: var(--color-11);
}
.fp-scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px var(--color-10);
  background-color: var(--color-6);
}

/*********************/
@media screen and (max-width: 35.5em) {
  .inline-boxes {
    display: block;
  }

  #header #menu li.active {
    transform: scale(1.1);
  }

  #menu li {
    margin: 5px;
  }

  #menu li.active a {
    color: var(--color-11) !important;
  }

  #header #menu {
    overflow-x: scroll;
    justify-content: flex-start;
    overflow-y: hidden;
  }

  .box-detail {
    min-height: 200px;
  }

  .modal-content {
    margin: 0 auto;
    width: 85%;
  }

  .modal {
    padding-top: 0;
  }

  #header #menu li {
    width: 15em;
  }

  #header #menu img {
    width: 5.5em;
    padding: 0.5em 1em 0;
    box-sizing: border-box;
  }

  #header #menu p {
    font-size: 10px;
    line-height: normal;
  }
}
.bottom-list {
  padding-top: 172px;
}

.Category-items-location {
  width: 100%;
  height: 0;
  position: absolute;
  top: -194px;
}

.Category-items {
  position: relative;
}

/*# sourceMappingURL=all.css.map */
