@font-face {
  font-family: YekanBalkhRegular;
  font-style: normal;
  src: url("../fonts/YekanBakhRegular.eot?3264aa0853fd1cf5a06befcec582b696");
  src: url("../fonts/YekanBakhRegular.eot?3264aa0853fd1cf5a06befcec582b696") format("embedded-opentype"), url("../fonts/YekanBakhRegular.woff?e962bdd4f9f04acce1e52b1c9c47969f") format("woff"), url("../fonts/YekanBakhRegular.ttf?f62ce9d21dccf71627acdc249bc03b19") format("truetype");
}
@font-face {
  font-family: YekanBalkhMedium;
  font-style: normal;
  src: url("../fonts/YekanBakhMedium.eot?3264aa0853fd1cf5a06befcec582b696");
  src: url("../fonts/YekanBakhMedium.eot?3264aa0853fd1cf5a06befcec582b696") format("embedded-opentype"), url("../fonts/YekanBakhMedium.woff?e962bdd4f9f04acce1e52b1c9c47969f") format("woff"), url("../fonts/YekanBakhMedium.ttf?f62ce9d21dccf71627acdc249bc03b19") format("truetype");
}
@font-face {
  font-family: YekanBalkhHeavy;
  font-style: normal;
  src: url("../fonts/YekanBakhHeavy.eot?7ac2e35410bdea7a046b38a888527e7a");
  src: url("../fonts/YekanBakhHeavy.eot?7ac2e35410bdea7a046b38a888527e7a") format("embedded-opentype"), url("../fonts/YekanBakhHeavy.woff?42e3e11833ebe263fa34844ce2da1fe5") format("woff"), url("../fonts/YekanBakhHeavy.ttf?9a3fab302bcfc21efdebe329fd2a7f25") format("truetype");
}
@font-face {
  font-family: YekanBakhFat;
  font-style: normal;
  src: url("../fonts/YekanBakhFat.eot?8dd22bd4101f073c31f4e21daf0ee851");
  src: url("../fonts/YekanBakhFat.eot?8dd22bd4101f073c31f4e21daf0ee851") format("embedded-opentype"), url("../fonts/YekanBakhFat.woff?1a5322351737f2a55ea2ddd2c6530209") format("woff"), url("../fonts/YekanBakhFat.ttf?50b29612624f83d0ab8a0ead5a72e952") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/iranyekanwebregular.eot?d4be13b9984ed551c710cc9ae0d1d18b");
  src: url("../fonts/iranyekanwebregular.eot?d4be13b9984ed551c710cc9ae0d1d18b") format("embedded-opentype"), url("../fonts/iranyekanwebregular.woff?fcb37b924ab46591341b215432235feb") format("woff"), url("../fonts/iranyekanwebregular.ttf?bbc8b3fa847e85e289ca64cda079e603") format("truetype");
}
@font-face {
  font-family: IRANYekanFaNum-Bold;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IRANYekanBold(FaNum).eot?d4be13b9984ed551c710cc9ae0d1d18b");
  src: url("../fonts/IRANYekanBold(FaNum).eot?d4be13b9984ed551c710cc9ae0d1d18b") format("embedded-opentype"), url("../fonts/IRANYekanBold(FaNum).woff?fcb37b924ab46591341b215432235feb") format("woff"), url("../fonts/IRANYekanBold(FaNum).ttf?bbc8b3fa847e85e289ca64cda079e603") format("truetype");
}
/* general styles */
body {
  line-height: 1.8;
  font-size: 16px;
  font-family: "YekanBalkhRegular", Helvetica, sans-serif;
  direction: rtl;
  text-align: right;
  color: #303030;
}

a:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

p {
  font-family: "YekanBalkhMedium", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "YekanBalkhHeavy", Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus, .button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.text-yellow {
  color: #ffd800;
}

.mt-120 {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 80px;
  }
}

/* buttons */
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 32px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(255, 216, 0, 0.5);
}
.button.button-gold {
  font-family: "YekanBalkhHeavy", Helvetica, SansSerif;
  font-size: 23px;
  font-weight: bold;
  border: none;
  background: -webkit-linear-gradient(to left, #ffd900, #ffe422);
  background: linear-gradient(to left, #ffd900, #ffe422);
  border-radius: 24px;
  color: #413800;
  padding: 8px 24px;
}
@media only screen and (max-width: 767px) {
  .button.button-gold {
    font-size: 20px;
  }
}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
@media only screen and (min-width: 576px) {
  .wrapper {
    max-width: 608px;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 788px;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper {
    max-width: 1028px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1208px;
  }
}

.shapes-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.path {
  position: absolute;
  left: 0;
}
.path.path-01 {
  top: 0;
}
.path.path-02 {
  bottom: 0;
}

.shape-bg {
  position: absolute;
  right: -400px;
  z-index: -1;
  top: 56%;
}
@media only screen and (max-width: 991px) {
  .shape-bg {
    display: none;
  }
}

/* hero header */
.hero-header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 16px;
}
@media only screen and (min-width: 768px) {
  .hero-header {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-header {
    min-height: 615px;
    padding: 15px 150px 15px 15px;
  }
}
.hero-header.hero-header--bg {
  border-radius: 20px;
  background: linear-gradient(#21274e 0%, #2b4a83 100%);
  box-shadow: 20px 10px 40px rgba(25, 103, 250, 0.3);
}
.hero-header.hero-header--bg:before {
  content: "";
  background-image: url("../images/hero-header-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-header .hero-header__title {
  font-family: "YekanBakhFat", Helvetica, sans-serif;
  font-size: 42px;
  line-height: 60px;
  text-align: right;
  color: #ffffff;
  object-fit: contain;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-header .hero-header__title {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-header .hero-header__btn {
    text-align: center;
  }
}
.hero-header .hero-header__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .hero-header .hero-header__desc {
    text-align: center;
  }
}
.hero-header .hero-header__img {
  position: relative;
  text-align: center;
  z-index: 1;
}

/* features section */
.main-title {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  color: #23457f;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 33px;
  }
}

.screen-slider-content {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .screen-slider-content {
    margin-bottom: 30px;
  }
}
.screen-slider-content .screen-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.screen-slider-content .app-screens {
  position: absolute;
  top: 14px;
  z-index: -1;
  left: -9px;
  z-index: -1;
}

.feature-list__item:not(:last-child) {
  margin-bottom: 56px;
}
.feature-list__item .item-title {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
  color: #23457f;
}
.feature-list__item .item-title:before {
  content: "";
  background-image: url("../images/check.svg");
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 11px;
}
.feature-list__item .item-desc {
  font-family: "IRANYekan", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.19;
  color: #303030;
}

/* download app list */
@media only screen and (min-width: 768px) {
  .custom-container {
    max-width: 927px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.action-btn-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 150px;
}
@media only screen and (max-width: 991px) {
  .action-btn-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
  }
}
.action-btn-wrapper .download-btn a {
  display: block;
  min-width: 272px;
  max-width: 272px;
  min-height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 6px 30px 0 rgba(49, 69, 244, 0.1);
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.action-btn-wrapper .download-btn a:hover {
  box-shadow: 0 6px 30px 0 rgba(49, 69, 244, 0.14);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media only screen and (max-width: 991px) {
  .action-btn-wrapper .download-btn {
    margin: 0 15px 30px 15px;
  }
}

/* footer section */
.footer {
  margin: 64px 0 20px 0;
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 12px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .footer__row {
    border-radius: 35px;
    background-color: #f1f5fe;
    margin: 0 20px;
    padding: 12px 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer__row {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .footer .right-col-footer {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.footer .right-col-footer .logo-image {
  padding-left: 30px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer .right-col-footer .logo-image {
    padding-left: 16px;
    display: inline-block;
  }
}
.footer .right-col-footer .info-txt {
  font-family: "YekanBalkhMedium", Helvetica, SansSerif;
  font-weight: 900;
  line-height: 34px;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer .right-col-footer .info-txt {
    font-size: 18px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .right-col-footer .info-txt {
    font-size: 22px;
    display: inline-block;
  }
}
.footer .right-col-footer .info-txt-mobile {
  font-size: 18px;
  font-weight: 500;
  color: #131313;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .footer .right-col-footer .info-txt-mobile {
    display: none;
  }
}
.footer .right-col-footer .info-txt-mobile .phone-number-mobile {
  padding-right: 16px;
}
.footer .right-col-footer .pipe {
  padding: 0 10px;
}
@media only screen and (max-width: 575px) {
  .footer .right-col-footer .pipe {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .footer .right-col-footer .infoFooter2 {
    display: block;
  }
}
.footer .right-col-footer .phone-number {
  color: #21457F;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-social {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer-social {
    border-radius: 35px;
    background-color: #f1f5fe;
    margin-top: 20px;
    padding: 12px 25px;
  }
}
.footer .footer-social .social-networks {
  display: inline-block;
}
.footer .footer-social .icon-link {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: #234580;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 44px;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 575px) {
  .footer .footer-social .icon-link {
    margin: 0 10px 0 0;
  }
}
.footer .footer-social .icon-link:hover {
  box-shadow: 0 6px 20px rgba(35, 69, 128, 0.3);
}

/*# sourceMappingURL=style.css.map */
