@font-face {
  font-family: "iransansxv";
  src: url("fonts/IRANSansXV.woff") format("woff-variations"), /* will be the standard and works in Safari now */ url("fonts/IRANSansXV.woff") format("woff");
  /* for the other supporting browsers */
  font-weight: 100 1000;
  font-display: fallback;
}
@font-face {
  font-family: iransansx;
  src: url("fonts/IRANSansX-Regular.woff") format("woff");
}
@font-face {
  font-family: iransansx;
  src: url("fonts/IRANSansX-Bold.woff") format("woff");
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  direction: rtl;
  font-family: iransansx, tahoma;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
  background-color: #fff;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: "iransansxv", tahoma;
  }
  .custom-input {
    font-family: "iransansxv", tahoma;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.btn-sec .btn-primary {
  border-radius: 8px;
  background-color: #E6AA32;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 14px 12px 14px;
  color: #171105;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.btn-sec .btn-primary img {
  margin-right: 5px;
}
.btn-sec .btn-primary:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
.btn-sec .btn-secondary {
  color: #171105;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.boxcounter {
  background-color: #FAFBFA;
  padding: 20px;
  border-radius: 8px;
}
.boxcounter .icon-sec {
  margin-bottom: 15px;
}
.boxcounter .title {
  font-size: 24px;
  font-weight: 900;
  color: #003264;
  margin-bottom: 5px;
}
.boxcounter .title .sub-title {
  font-weight: 400;
  font-size: 18px;
}
.boxtesti {
  box-shadow: 0px 2px 4px -2px #1118270F;
  box-shadow: 0px 4px 8px -2px #1118271A;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}
.boxtesti .icon-sec {
  margin-bottom: 30px;
}
.boxtesti .comment {
  color: #111827;
  font-weight: 400;
  font-size: 18px;
  margin-right: 25px;
  position: relative;
  margin-bottom: 15px;
}
.boxtesti .comment::before {
  content: '';
  background-image: url(images/queet.svg);
  position: absolute;
  top: 2px;
  right: -25px;
  width: 15px;
  height: 13px;
}
.boxtesti .position {
  color: #6B7280;
  font-size: 14px;
  font-weight: 500;
  margin-right: 25px;
}
.boxtesti .position .name {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.testi {
  background-color: #FAFBFA;
  padding: 80px 0;
}
.testi .title-sec {
  position: relative;
  padding: 50px 50px 0 0;
}
.testi .title-sec::before {
  content: '';
  background-image: url(images/big-queet.png);
  width: 140px;
  height: 115px;
  position: absolute;
  right: -50px;
  top: 0;
}
.testi .title-sec h2 {
  font-size: 48px;
  position: relative;
}
.testi .title-sec + .row {
  margin-top: -150px;
}
.header {
  background-color: #003264;
  padding: 10px 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99999;
}
.header .logo a span {
  font-size: 18px;
  color: #FAFBFA;
  display: inline-block;
  margin-right: 15px;
}
.header .row {
  align-items: center;
}
.header .login {
  border-radius: 8px;
  background-color: #E6AA32;
  color: #003264;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 14px;
}
.video video {
  max-width: 100%;
}
.banner {
  margin-top: 80px;
  background-image: url(images/banner.png);
  background-size: cover;
  background-position: center;
  min-height: calc(80vh - 75px);
}
.banner .content {
  min-height: calc(80vh - 75px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner .content h1 {
  color: #003264;
  text-align: right;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.banner .content h1 .sub-title {
  color: #001E3C;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.banner .btn-primary {
  width: 240px;
  height: 52px;
  min-width: 102px;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}
.boxitem {
  background-color: #FAFBFA;
  border-radius: 8px;
}
.boxitem .content {
  color: #001E3C;
  font-size: 18px;
  font-weight: 500;
}
.boxitem .content .title {
  font-size: 24px;
  font-weight: 400;
  color: #003264;
  margin-bottom: 5px;
}
.boxitem .content .title strong {
  font-weight: 900;
}
.b2b {
  background-image: url(images/back-min.png);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
.b2b::before {
  content: '';
  background: #013565CC;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.b2b .container {
  position: relative;
}
.b2b .boxicon {
  color: #FAFBFA;
  text-align: center;
}
.b2b .title-sec {
  text-align: center;
  margin-bottom: 80px;
}
.b2b .title-sec h2 {
  color: #FAFBFA;
}
.b2b .title-sec .sub-title {
  color: #FAFBFA;
}
.about {
  padding: 80px 0;
}
.merchant {
  padding: 80px 0;
}
.steps {
  padding: 80px 0;
}
.steps .title-sec {
  margin-bottom: 100px;
}
.steps .container {
  position: relative;
}
.steps .dash {
  position: absolute;
  left: 21%;
  top: 150px;
}
.steps .icon-sec {
  position: relative;
  max-width: 95px;
  margin: 0 auto;
}
.steps .icon-sec .step {
  position: absolute;
  bottom: 15px;
  right: -5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6AA32;
  color: #fff;
  border-radius: 100%;
  font-weight: 700;
  font-size: 16px;
  padding-top: 3px;
}
.abouttwo {
  background-color: #FAFBFA;
}
.abouttwo .boxitem {
  background-color: #fff;
}
.abouttwo .boxitem .content {
  font-size: 16px;
  font-weight: 400;
}
.abouttwo .boxitem .content .title strong {
  font-weight: 700;
  font-size: 18px;
}
.boxicon .icon-sec {
  text-align: center;
  margin-bottom: 15px;
}
.boxicon .title {
  margin-bottom: 15px;
}
.boxicon .title h2 {
  font-weight: 700;
  font-size: 18px;
  color: #FAFBFA;
}
.boxicon .txtdesc {
  font-size: 16px;
  line-height: 1.8;
}
.title-sec {
  margin-bottom: 50px;
}
.title-sec h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #003264;
}
.title-sec h2 span {
  font-feature-settings: normal;
}
.title-sec .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #001E3C;
}
.title h2 {
  color: rgba(0, 0, 0, 0.8);
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 123.077% */
  margin-bottom: 16px;
}
.desc {
  color: rgba(0, 0, 0, 0.7);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 325;
  line-height: 34px;
  /* 188.889% */
}
.topmerchant {
  padding: 80px 0;
}
.faq {
  padding: 80px 0;
}
.faq .title-sec {
  margin-bottom: 50px;
}
.faq .faq-sec .faqitem {
  border-radius: 8px;
  background: #FAFBFA;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.faq .faq-sec .faqitem:hover {
  background: #E5E9E8;
}
.faq .faq-sec .faqitem::before {
  content: '';
  background-image: url(images/chevron_down.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 15px;
}
.faq .faq-sec .faqitem .title {
  color: #003264;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px;
}
.faq .faq-sec .faqitem .desc {
  display: none;
  background: #fafafa;
  padding: 15px;
  color: #001E3C;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.faq .faq-sec .faqitem.open .title {
  background: #E5E9E8;
  transition: all 0.2s;
}
.faq .faq-sec .faqitem.open .title:hover {
  background: #FAFBFA;
}
.faq .faq-sec .faqitem.open .desc {
  display: block;
}
.faq .faq-sec .faqitem.open::before {
  transform: rotate(180deg);
}
.footer {
  background-color: #003264;
  color: #FAFBFA;
  padding: 30px 0;
}
.footer .copyright {
  font-size: 16px;
  font-weight: 400;
}
.footer .social a {
  color: #E6EBF0;
  margin-left: 15px;
  font-size: 20px;
  display: inline-block;
}
.footer .social a:last-of-type {
  margin-left: 0;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(2px, 0, 0);
  }
}
/*responsive*/
@media only screen and (max-width: 1400px) {
  .steps .dash {
    left: 18%;
    top: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .steps .dash {
    display: none;
  }
}
.text-xl-start {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .testi .title-sec + .row {
    margin-top: 0;
  }
  .testi .title-sec h2 br {
    display: none;
  }
  .boxcounter {
    min-height: 210px;
  }
  .text-xl-start {
    text-align: center;
  }
  .steps .dash {
    display: none;
  }
  .banner .content br {
    display: none;
  }
  .banner .btn-sec .btn-primary {
    width: 100%;
  }
  .banner .img-sec {
    display: none;
  }
  .boxicon {
    margin-bottom: 30px;
  }
  .merchant .col-12 {
    margin-bottom: 30px;
    text-align: center;
  }
  .boxitem .content {
    font-size: 14px;
  }
  .boxitem .content .title {
    font-size: 18px;
  }
  .faq .faq-sec .faqitem .title {
    font-size: 16px;
  }
  .footer .copyright {
    text-align: center;
    font-size: 12px;
  }
  .social.text-left {
    text-align: center;
    margin-top: 15px;
  }
}
