@font-face {
  font-family: IRANSansMobile-fa;
  font-style: normal;
  font-weight: bold;
  src: url('fonts/fa-Iran-sans-web-bold.eot');
  src: url('fonts/fa-Iran-sans-web-bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('fonts/fa-Iran-sans-web-bold.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('fonts/fa-Iran-sans-web-bold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/fa-Iran-sans-web-bold.ttf') format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: IRANSansMobile-fa;
  font-style: normal;
  font-weight: 300;
  src: url('fonts/fa-Iran-sans-web-light.eot');
  src: url('fonts/fa-Iran-sans-web-light.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('fonts/fa-Iran-sans-web-light.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('fonts/fa-Iran-sans-web-light.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/fa-Iran-sans-web-light.ttf') format('truetype');
  font-display: fallback;
}



body,
html {
  font-family: IRANSansMobile-fa;
  margin: 0;
  padding: 0;
  direction: rtl;
  background: #ddcdb6;
}

.section {
  min-height: 100px;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 5px 5px 0 5px;
  overflow: hidden;
  margin-bottom: -180px;
}

.blank-space {

  height: 180px;
}

h1,
p {
  margin: 0;
  font-weight: 600;
  color: #dbbb95;
  font-size: 19px;
}

.text-wr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



h1 {
  font-size: 50px;
  margin-bottom: 25px;
}

.title-top {
  font-size: 60px;
  padding-bottom: 30px;
}

.title-bottom {
  font-size: 30px;
}

.title-tx {
  font-size: 20px;
  opacity: 0.8;
}



.nav {
  position: fixed;
  /*left: 50%;*/
  width: 100%;
  top: 0;
  z-index: 9;
  padding-right: 10px;
  height: 115px;
  background: #ADBC9F;
  padding-top: 10px;
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-top: 35px;


}

.nav a {
  padding: 7px 20px;
  border-radius: 7px;
  margin-right: 10px;
  background: #DDDCC0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: black;
  font-family: IRANSansMobile-fa;
  font-weight: 100;

  display: inline-block;
}

.nav a.active {
  background: #FBFADA;
  color: #000000;
  display: inline-block;
}

.content {
  background: #12372A;
}

.hrtext {
  display: flex;
  flex-direction: row;
  align-items: center;
  direction: rtl;
}

.headerhr {
  flex-grow: 1;
  height: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.item-title {
  font-size: 14px;
  text-align: center;
}

.logo {
  position: fixed;
  z-index: 1;
  text-align: center;
  background: #ADBC9F;
  width: 100%;
  padding-top: 5px;

}





.item-list {

  padding: 10px;
  text-align: center;
}

.item {
  background-color: #436850;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  margin: 20px auto;
  position: relative;
}


@media (min-width: 800px) {
  .item {
    width: 48%;
    margin: 10px;
    float: right;
  }

  .item-list .hrtext {

    padding: 10px;
    width: 90%;
    margin: 5px auto;

  }

}

@media (min-width: 1040px) {

  .section {
    padding: 5px 200px 0 200px;
  }
}


.item-img {
  padding: 0;
  float: right;
  position: relative;
  position: relative;
  width: 37%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.menu-item-image {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  width: 130px;
  height: 130px;
  margin-top: 10px;
  background-color: #555;
}

.item-description {
  float: left;
  width: 62%;
  height: 150px;
  position: relative;
  margin-top: 15px;

}

.menu-item-title {
  color: #ffffff;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.8rem;
  text-align: right;
}


.menu-item-content {
  color: #ffffff;
  font-weight: 300;
  color: #bfbfbf;
  font-size: 13px;
  width: 95%;
  height: 55px;
  margin-top: 2px;
  word-wrap: break-word !important;
  position: relative;
}

.menu-item-content p {
  font-weight: 300;
  color: #bfbfbf;
  font-size: 13px;
  word-wrap: break-word !important;
  text-align: right;
  margin-top: -10px;
}


.price {
  font-size: 20px;
  float: right;
  color: #ffffff;
  font-weight: 300;

}

.currency {
  font-size: 8px;
  margin-top: 7px;
  font-weight: 300;
  line-height: 8px;
  float: left;
  padding-right: 5px;
  text-align: right;

}