/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: url(../imgs/pattern-body.jpg);
  background-repeat: repeat;
}

@font-face {
  font-family: Vazir;
  src: url("/node_modules/vazir-font/dist/Vazir.eot");
  src: url("/node_modules/vazir-font/dist/Vazir.eot?#iefix") format("embedded-opentype"), url("/node_modules/vazir-font/dist/Vazir.woff2") format("woff2"), url("/node_modules/vazir-font/dist/Vazir.woff") format("woff"), url("/node_modules/vazir-font/dist/Vazir.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

@font-face {
  font-family: Vazir;
  src: url("/node_modules/vazir-font/dist/Vazir-Thin.eot");
  src: url("/node_modules/vazir-font/dist/Vazir-Thin.eot?#iefix") format("embedded-opentype"), url("/node_modules/vazir-font/dist/Vazir-Thin.woff2") format("woff2"), url("/node_modules/vazir-font/dist/Vazir-Thin.woff") format("woff"), url("/node_modules/vazir-font/dist/Vazir-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/**
 * Basic typography style for copy text
 */
.p-header h1 {
  font-family: Vazir;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  color: #e6e6e6;
}

.p-header p {
  font-family: Vazir;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  color: #e6e6e6;
  padding: 50px 180px;
}

#my-menu a {
  font-family: Vazir;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #e6e6e6;
  padding-right: 50px;
}

#p-information h2 {
  font-family: Vazir;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fdbc2c;
}

#p-information .container > p {
  font-family: Vazir;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
}

#p-information h3 {
  font-family: Vazir;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #fdbc2c;
}

#p-information li > p {
  margin-top: 1rem;
  font-family: Vazir;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
}

.pizza-desc h2 {
  font-family: Vazir;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.8;
  color: #e6e6e6;
}

.pizza-desc h3 {
  font-family: Vazir;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.8;
  color: #fdbc2c;
}

.pizza-desc p {
  font-family: Vazir;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
  margin-bottom: 50px;
}

.pizza-desc a {
  text-decoration: none;
  border: 1px solid #fdbc2c;
  padding: 15px 45px;
  font-family: Vazir;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
  color: #fdbc2c;
}

#pizza-maker {
  direction: rtl;
}

#pizza-maker h2 {
  font-family: Vazir;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.8;
  color: #fdbc2c;
}

#pizza-maker p {
  margin-top: 3rem;
  font-family: Vazir;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
  text-align: center;
}

.p-header {
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../imgs/main-slider_bg-1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../imgs/main-slider_bg-1.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header .p-container {
  width: 85%;
}

.p-header .p-container h1, .p-header .p-container p {
  text-align: center;
  direction: rtl;
}

.p-menu-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10 !important;
}

.p-menu-bar .menu {
  text-decoration: none;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-menu-bar .menu i {
  font-size: 40px;
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 15px;
}

.p-menu-bar .navbrand {
  background: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #151515;
  -webkit-box-flex: 12;
      -ms-flex-positive: 12;
          flex-grow: 12;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-menu-bar .navbrand img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.p-menu-bar .shopping-cart {
  text-decoration: none;
  background: #fdbc2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-menu-bar .shopping-cart i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: white;
  padding: 15px;
  font-size: 40px;
}

#my-menu {
  direction: rtl;
  text-align: center;
}

#p-information {
  width: 100%;
  text-align: center;
  direction: rtl;
  margin-bottom: 9rem;
}

#p-information .container {
  width: 85%;
  margin: 0 auto;
}

#p-information .container h2 {
  margin-top: 9rem;
}

#p-information .container > p {
  margin-top: 2rem;
}

#p-information .container .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 4rem;
}

#p-information .container .list-info li {
  padding: 0 10px;
  direction: rtl;
  text-align: center;
}

#p-information .container .list-info li > i {
  font-size: 60px;
  color: #D94F2B;
}

#p-information .container .list-info li > h3 {
  margin-top: 1.5rem;
}

#p-information .container .list-info li > p {
  text-align: right;
}

footer {
  width: 100%;
  padding-top: 5rem;
}

footer .container {
  width: 85%;
  text-align: center;
  margin: 0 auto;
}

footer .container h2 {
  font-family: "Fredericka the Great";
  font-size: 60px;
  font-weight: 400;
  line-height: 1.8;
  color: #D94F2B;
}

footer .container h3 {
  font-family: "Fredericka the Great";
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
  color: #D94F2B;
}

footer .container .image {
  margin-top: 2rem;
  position: relative;
}

footer .container .image::before {
  content: '&';
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
  font-family: "Fredericka the Great";
  font-size: 20px;
  font-weight: 800;
  line-height: 1.8;
  color: #e6e6e6;
}

#pizza-info {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 52, 2, 0.8)), to(rgba(255, 51, 0, 0.8))), url(/assets/imgs/pattern-2.png);
  background: linear-gradient(rgba(255, 52, 2, 0.8), rgba(255, 51, 0, 0.8)), url(/assets/imgs/pattern-2.png);
  height: 450px;
}

#pizza-info .container {
  width: 85%;
  margin: 0 auto;
}

#pizza-info .pizza-slider {
  position: absolute;
  top: -80px;
  right: 0;
}

#pizza-info .pizza-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

#pizza-info .pizza-slide .pizza-desc {
  margin-top: 100px;
  direction: rtl;
  text-align: center;
}

#pizza-maker .container {
  width: 85%;
  margin: 0 auto;
}

#pizza-maker .container h2 {
  margin-top: 12rem;
  text-align: center;
}

#accordion {
  width: 100%;
  margin-top: 5rem;
}

#accordion .ac-1 {
  border-top: 1px solid #383838;
  padding: 30px 0;
}

#accordion .ac-1 .ac-header {
  direction: rtl;
  text-align: right;
}

#accordion .ac-1 .ac-header .num {
  font-family: "Fredericka the Great";
  font-size: 60px;
  font-weight: 400;
  line-height: 1.8;
  color: #D94F2B;
}

#accordion .ac-1 .ac-header .title {
  font-family: "Vazir";
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
  color: #fdbc2c;
  padding-right: 3rem;
}

#accordion .ac-1 .ac-header a {
  float: left;
  font-family: "Fredericka the Great";
  font-size: 60px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
  text-decoration: none;
}

#accordion .ac-1 .ac-body {
  display: none;
  margin-top: 3rem;
}

#accordion .ac-1 .ac-body img {
  padding: 1rem;
  border: 2px solid #D94F2B;
}

#accordion .ac-1 .ac-body .description {
  padding-right: 3rem;
}

#accordion .ac-1 .ac-body .description p {
  text-align: right;
  font-family: "Vazir";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
}

#accordion .ac-1 .ac-body .description ul {
  padding-right: 10px;
  margin-top: 20px;
  list-style: square;
  font-family: "Vazir";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #D94F2B;
}

#p-counter-up {
  width: 100%;
  padding: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../imgs/bg-1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../imgs/bg-1.jpg);
  background-size: cover;
}

#p-counter-up .container {
  width: 85%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p-counter-up .container .count-item {
  border: 5px solid #D94F2B;
  margin: 0 10px;
  border-radius: 50%;
  width: 200px;
  height: 155px;
  text-align: center;
  padding: 30px 0;
}

#p-counter-up .container .count-item span {
  display: block;
}

#p-counter-up .container .count-item .num {
  font-family: "Fredericka the Great";
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #e6e6e6;
}

#p-counter-up .container .count-item .count-name {
  padding-top: 10px;
  font-family: "Vazir";
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #e6e6e6;
}

#customer {
  width: 100%;
}

#customer .container {
  width: 85%;
  margin: auto;
  direction: rtl;
}

#customer h2 {
  margin-top: 6rem;
  font-family: "Vazir";
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  color: #fdbc2c;
  text-align: center;
}

#customer p {
  font-family: "Vazir";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
  text-align: center;
  margin-top: 2rem;
}

#customer .comment-slide {
  margin-top: 6rem;
  direction: ltr;
}

#customer .comment-slide .comment-item {
  text-align: center;
  margin: 0 10px;
}

#customer .comment-slide .comment-item img {
  width: 200px;
  display: inline-block;
}

#customer .comment-slide .comment-item h3 {
  margin-top: 2rem;
  font-family: "Vazir";
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
  color: #fdbc2c;
}

#customer .comment-slide .comment-item .commnet-customer {
  position: relative;
  margin: 2rem;
  padding: 15px;
  border: 4px solid #D94F2B;
  font-family: "Vazir";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
}

#customer .comment-slide .comment-item .commnet-customer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  text-align: center;
  border-top: 4px solid #D94F2B;
  border-right: 4px solid #D94F2B;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg);
          transform: translate(-50%, -60%) rotate(-45deg);
  background: url(../imgs/pattern-body.jpg);
  background-repeat: repeat;
  z-index: 5;
}

#customer .comment-slide .comment-item .comment-name {
  display: block;
  text-align: center;
  font-family: "Vazir";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
}

#customer .comment-slide .comment-item .comment-website {
  display: block;
  text-align: center;
  font-family: "Vazir";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #D94F2B;
}

#mobile-app {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../imgs/bg-2.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../imgs/bg-2.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 3rem;
}

#mobile-app .container {
  width: 85%;
  margin: 0 auto;
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: rtl;
}

#mobile-app .container .image-content {
  padding-right: 3rem;
}

#mobile-app .container .image-content h2 {
  font-family: "Vazir";
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  color: #fdbc2c;
}

#mobile-app .container .image-content p {
  margin-top: 2rem;
  font-family: "Vazir";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6e6e6;
}

#mobile-app .container .image-content h3 {
  font-family: "Vazir";
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  color: #fdbc2c;
  margin-top: 5rem;
}

#mobile-app .container .image-content ul {
  margin-top: 2rem;
  list-style: square;
  font-family: "Vazir";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #D94F2B;
}

#mobile-app .container .image-content .app-buttons {
  margin-top: 2rem;
}

#mobile-app .container .image-content .app-buttons button {
  padding: 15px 30px;
  background: #fdbc2c;
  border: none;
  font-family: "Vazir";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  color: black;
  margin-left: 10px;
}

#subscribe-p {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 230, 0, 0.9)), to(rgba(255, 238, 0, 0.9))), url(../imgs/pattern-1.png);
  background: linear-gradient(rgba(255, 230, 0, 0.9), rgba(255, 238, 0, 0.9)), url(../imgs/pattern-1.png);
  background-repeat: repeat;
  padding: 5rem 0;
}

#subscribe-p .container {
  direction: rtl;
  width: 85%;
  text-align: center;
  margin: 0 auto;
}

#subscribe-p .container h2 {
  font-family: "Vazir";
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  color: black;
}

#subscribe-p .container .sub-form {
  margin-top: 2rem;
}

#subscribe-p .container .sub-form input {
  border: 1px solid black;
  padding: 10px 5px;
  display: inline-block;
  width: 300px;
  font-family: "Vazir";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: black;
}

#subscribe-p .container .sub-form button {
  font-family: "Vazir";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #fdbc2c;
  padding: 10px 35px;
  background: black;
  border: none;
}
/*# sourceMappingURL=main.css.map */