/* ----------------- YekanBakh */
@font-face {
  font-family: 'YekanBakh';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YekanBakh/YekanBakhFaRegular.woff") format("woff");
}

@font-face {
  font-family: 'YekanBakh';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YekanBakh/YekanBakhFaMedium.woff") format("woff");
}

@font-face {
  font-family: 'YekanBakhFaNum';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YekanBakh/YekanBakhFaNumMedium.woff") format("woff");
}

@font-face {
  font-family: 'YekanBakh';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/YekanBakh/YekanBakhFaBold.woff") format("woff");
}

@font-face {
  font-family: 'YekanBakh';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YekanBakh/YekanBakhFaHeavy.woff") format("woff");
}

@font-face {
  font-family: 'YekanBakh';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/YekanBakh/YekanBakhFaFat.woff") format("woff");
}

@font-face {
  font-family: 'YekanBakh';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/YekanBakh/YekanBakhFaHairline.woff") format("woff");
}

/* ----------------- end YekanBakh */
@font-face {
  font-family: AdobeClean;
  font-weight: 300;
  src: url("../fonts/AdobeClean/AdobeClean-light.otf");
}

@font-face {
  font-family: AdobeClean;
  font-weight: 500;
  src: url("../fonts/AdobeClean/AdobeClean-medium.otf");
}

@font-face {
  font-family: AdobeClean;
  font-weight: 800;
  src: url("../fonts/AdobeClean/AdobeClean-extrabold.otf");
}

@font-face {
  font-family: AdobeClean;
  font-weight: 900;
  src: url("../fonts/AdobeClean/AdobeClean-black.otf");
}

@font-face {
  font-family: AdobeClean;
  font-weight: bold;
  src: url("../fonts/AdobeClean/AdobeClean-bold.otf");
}

@font-face {
  font-family: AdobeClean;
  src: url("../fonts/AdobeClean/AdobeClean-regular.otf");
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: 'YekanBakh', AdobeClean;
}

.get--wrapper {
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.get--container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.get--header {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.get--header .get--title {
  font-size: 18px;
  font-weight: 700;
}

.get--header .get--subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #a7a7a7;
}

.get--main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 80px 0;
}

.get--footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.get--footer .get--copyright {
  direction: ltr;
  text-align: center;
  color: #979797;
}

.get--mb-5 {
  margin-bottom: 50px !important;
}

.get--mb-10 {
  margin-bottom: 100px !important;
}

.get--justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.get--text-centered {
  text-align: center !important;
}

.get--section-title-wrapper {
  position: relative;
}

.get--section-title-wrapper .bg-number {
  position: absolute;
  text-align: center;
  font-weight: bolder;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 160px;
  z-index: 0;
  opacity: .1;
  color: #999;
  width: 160px;
  height: 160px;
  line-height: 160px;
}

.get--section-title-wrapper .section-title-landing {
  font-size: 2.7rem;
  color: #444f60;
}

.get--section-title-wrapper h4 {
  font-weight: 500;
  font-size: 1.2rem;
  color: #999;
}

.get--mockup {
  max-width: 100%;
  margin: auto;
  padding: 15px 15px 45px;
  border: 1px solid #eee;
  border-radius: 15px;
}

.get--mockup .carousel-cell {
  width: 100%;
}

.get--mockup img {
  display: block;
  max-width: 100%;
  border-radius: 15px;
}

.get--features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 15px;
}

.get--features .get--feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.get--features .get--feature .get--feature-icon {
  margin-left: 20px;
}

.get--features .get--feature .get--feature-icon i {
  font-size: 36px;
}

.get--features .get--feature .get--feature-title {
  font-size: 16px;
  font-weight: 700;
}

.get--features .get--feature .get--feature-desc {
  font-size: 14px;
  color: #979797;
}

.get--features .get--feature .get--feature-more {
  font-size: 36px;
  font-weight: 700;
  color: #999;
}

.get--pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin: auto;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 60px 15px;
}

@media (max-width: 576px) {
  .get--pricing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.get--pricing .get--pricing-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333333%;
          flex: 0 0 33.333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px dashed #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 25px;
  text-align: center;
}

@media (max-width: 576px) {
  .get--pricing .get--pricing-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-left: 0;
    border-bottom: 1px dashed #eee;
  }
  .get--pricing .get--pricing-item:last-child {
    border-bottom: 0;
  }
}

.get--pricing .get--pricing-item:last-child {
  border-left: 0;
}

.get--pricing .get--pricing-item .get--pricing-item-icon {
  margin-bottom: 15px;
}

.get--pricing .get--pricing-item .get--pricing-item-icon img {
  width: 70px;
}

.get--pricing .get--pricing-item .get--pricing-item-title {
  font-size: 28px;
  font-weight: 700;
}

.get--pricing .get--pricing-item .get--pricing-item-desc {
  font-size: 18px;
  font-weight: 500;
  color: #979797;
}

.get--pricing .get--pricing-item .get--pricing-item-price {
  font-size: 36px;
  font-weight: 700;
}

.get--pricing .get--pricing-item .get--pricing-item-price .get--currency {
  font-size: 14px;
}

.get--pricing .get--pricing-item.get--pricing-item-limited {
  color: #2a3fff;
}

.get--pricing .get--pricing-item.get--pricing-item-unlimited {
  color: #5fda5b;
}

.get--demo-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.get--demo-container .get--page {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 15px;
  margin: 15px;
}

@media (max-width: 400px) {
  .get--demo-container .get--page {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.get--demo-container .get--page .get--page-thumbnail {
  height: 350px;
  overflow: hidden;
  position: relative;
}

.get--demo-container .get--page .get--page-thumbnail::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
}

.get--demo-container .get--page .get--page-thumbnail a {
  display: block;
}

.get--demo-container .get--page .get--page-thumbnail img {
  max-width: 100%;
  border-radius: 10px;
}

.get--demo-container .get--page .get--page-title a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
/*# sourceMappingURL=theme.css.map */