@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/woff/IRANYekanXFaNum-DemiBold.woff") format("woff"), url("../fonts/woff2/IRANYekanXFaNum-DemiBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/woff/IRANYekanXFaNum-ExtraBold.woff") format("woff"), url("../fonts/woff2/IRANYekanXFaNum-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/woff/IRANYekanXFaNum-Bold.woff") format("woff"), url("../fonts/woff2/IRANYekanXFaNum-Bold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanXFaNum;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff/IRANYekanXFaNum-Regular.woff") format("woff"), url("../fonts/woff2/IRANYekanXFaNum-Regular.woff2") format("woff2");
}
/* color variables */
body {
  position: relative;
  font-size: 16px;
  font-family: "IRANYekanXFaNum", sans-serif;
  font-weight: normal;
  direction: rtl;
  text-align: right;
  color: #535353;
  background-color: #F1F1F3;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

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

.text-dark {
  color: #19191A !important;
}

.text-primary {
  color: #0A33FF !important;
}

.text-danger {
  color: #BA0B22 !important;
}

.text-gold {
  color: #FFD60A !important;
}

/* container */
.page {
  margin-top: 97px;
}
@media only screen and (min-width: 768px) {
  .page {
    margin-top: 113px;
  }
}
.page > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .page > div {
    gap: 24px;
  }
}

.page-container {
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) {
  .page-container {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 1200px) {
  .page-container {
    max-width: 1320px;
    padding: 0 20px;
  }
}

/* spacer */
.section-spacer {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-spacer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.heading-mb {
  margin-bottom: 80px;
}

/* buttons */
.btn {
  position: relative;
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  border: 0;
  overflow: hidden;
}
.btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0.3s width ease;
}
.btn:hover:before {
  width: 100%;
}

.btn-primary {
  background-color: #0A33FF !important;
  padding: 12px 24px;
}
.btn-primary:before {
  background-color: #0223C7;
}

.btn-secondary {
  background-color: #FFFFFF !important;
  color: #19191A;
  padding: 20px 32px;
}
.btn-secondary:before {
  background-color: #F1F1F3;
}

.btn-text {
  position: relative;
  z-index: 1;
}

.btn-lg {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 20px 32px;
}
@media only screen and (max-width: 767px) {
  .btn-lg {
    padding: 12px 32px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-lg {
    display: block;
    width: 100%;
  }
}

/* page headings */
.heading1, .heading2 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #19191A;
}
@media only screen and (max-width: 575px) {
  .heading1, .heading2 {
    font-size: 28px !important;
    line-height: 44px !important;
  }
}

.heading2 {
  display: block;
  font-size: 40px;
  line-height: 64px;
}

.heading1 {
  display: block;
  font-size: 64px;
  line-height: 96px;
}

.heading3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  color: #19191A;
}

.heading4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #19191A;
}

@media only screen and (max-width: 575px) {
  .heading3 {
    font-size: 20px;
    line-height: 32px;
  }

  .heading4 {
    font-size: 16px;
    line-height: 32px;
  }
}

.text-body1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .text-body1 {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .text-body1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
  }
}

.text-body2 {
  font-size: 18px;
  line-height: 32px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .text-body2 {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .text-body2 {
    font-size: 16px;
    line-height: 27px;
  }
}

.section-card-dark {
  background-color: #19191A;
  overflow: hidden;
}
.section-card-dark .section-card-dark-heading {
  padding: 80px 120px;
}
@media only screen and (max-width: 991px) {
  .section-card-dark .section-card-dark-heading {
    padding: 56px 40px 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-card-dark .section-card-dark-heading {
    padding: 40px 16px;
  }
}

.section-light-card {
  background-color: #FFFFFF;
  padding: 80px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .section-light-card {
    padding: 56px 40px 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-light-card {
    padding: 40px 16px;
  }
}

.section-primary-card {
  padding: 24px 16px;
  background: #0A33FF;
  overflow: hidden;
  bottom: -40px;
  position: relative;
  border-radius: 16px 16px 0 0;
  max-width: 85%;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .section-primary-card {
    padding: 40px;
    border-radius: 24px 24px 0 0 !important;
  }
}

.rounded-custom {
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .rounded-custom {
    border-radius: 16px;
  }
}

/* main navbar */
.main-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(32px);
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
  padding: 12px 0;
  z-index: 1030;
}
.main-navbar .new-logo {
  width: 144px;
  height: 32px;
}
@media only screen and (max-width: 575px) {
  .main-navbar .new-logo {
    width: 108px;
    height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .main-navbar .main-navbar-cta > .btn {
    font-size: 12px;
    line-height: 24px;
    padding: 8px 12px;
  }
}

/* hero header */
.hero-header {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
.hero-header .hero-header-content {
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .hero-header .hero-header-content {
    text-align: center;
    justify-content: center;
  }
}
.hero-header .hero-header-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 88px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .hero-header .hero-header-title {
    font-size: 54px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 51px;
  }
}
.hero-header .hero-header-subtitle {
  font-size: 28px;
  line-height: 44px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-subtitle {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-subtitle img {
    max-width: 24px;
  }
}
.hero-header .hero-header-desc {
  font-size: 20px;
  line-height: 34px;
  max-width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-desc {
    font-size: 16px;
    line-height: 27px;
  }
}
.hero-header .hero-header-img {
  position: relative;
  background-image: url("../images/hero-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .hero-header .hero-header-img {
    margin: 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-header .hero-header-img {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-img {
    border-radius: 16px;
  }
}
.hero-header .hero-header-img img {
  max-width: 60%;
  bottom: -55px;
  position: relative;
  z-index: 1;
}
.hero-header .hero-header-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 0;
}

/* main content */
.video-wrapper {
  position: relative;
}
.video-wrapper .play-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(32px);
  width: 80px;
  height: 80px;
  z-index: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .video-wrapper .play-btn {
    width: 45px;
    height: 45px;
  }
  .video-wrapper .play-btn img {
    max-width: 20px;
  }
}
.video-wrapper .play-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100px;
  opacity: 0;
  transform: translateX(50%) translateY(-50%);
  border: 2px solid #ffffff;
  -webkit-animation-name: example;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-name: example;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
}
.video-wrapper .play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100px;
  transform: translateX(50%) translateY(-50%);
  border: 2px solid #ffffff;
  opacity: 0;
  -webkit-animation-name: example;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-name: example;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes example {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  100% {
    width: 160%;
    height: 160%;
    opacity: 0.05;
  }
}
.video-wrapper .play-btn .play-btn-icon {
  mask-image: url(../images/icons/icon-play.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease;
}
.video-wrapper .play-btn:hover {
  background-color: #FFFFFF;
}
.video-wrapper .play-btn:hover .play-btn-icon {
  background-color: #0A33FF;
}
.video-wrapper .play-btn, .video-wrapper img {
  transform: translate(-50%, -50%);
}

.video-item {
  background-color: #F1F1F3;
}

/* features */
.features-card .features-card-content {
  padding: 40px 16px 24px 16px;
}
@media only screen and (min-width: 576px) {
  .features-card .features-card-content {
    padding: 80px 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .features-card .features-card-content {
    padding: 24px 40px 24px 0;
  }
}
@media only screen and (min-width: 992px) {
  .features-card .features-card-content {
    padding: 24px 120px 24px 0;
  }
}
@media only screen and (min-width: 992px) {
  .features-card.features-card-center .features-card-content {
    padding: 24px 0 24px 120px;
  }
}

.feature-item {
  background: #F9F9FB;
  border-radius: 16px;
  padding: 16px 8px;
  height: 100%;
  transition: transform 0.35s ease;
  cursor: pointer;
}

.highlite {
  background: #ebeefe;
  border-radius: 16px;
  padding: 16px 16px;
  height: 100%;
}


@media only screen and (min-width: 768px) {
  .feature-item {
    padding: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .feature-item:hover {
    transform: translateY(-5px);
  }
}
.feature-item .feature-item-collapse:after {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NiAxMy4zMzM1TDE1Ljk5OTMgMTguNjY2OEwyMS4zMzI3IDEzLjMzMzUiIHN0cm9rZT0iIzE5MTkxQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .feature-item .feature-item-collapse:after {
    display: none;
  }
}
.feature-item .feature-item-collapse:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.feature-item .feature-item-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .feature-item .feature-item-heading {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature-item .feature-item-heading {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .feature-item .collapse:not(.show) {
    display: block !important;
  }
}

/* testimonial */
.testimonial-card {
  background-color: #2C2C2D;
  border-radius: 16px;
  padding: 24px 24px 32px 32px;
  color: #FFFFFF;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .testimonial-card {
    border-radius: 0;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-card {
    padding: 84px 16px 16px;
  }
}
.testimonial-card .testimonial-avatar {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .testimonial-card .testimonial-info {
    text-align: center;
  }
}
.testimonial-card .testimonial-info > span:nth-child(2) {
  font-size: 15px;
  line-height: 25px;
}
.testimonial-card .testimonial-card-text {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card .testimonial-card-text {
    font-size: 16px;
    line-height: 27px;
  }
}

.brands-slider .brands-slider-card {
  height: 72px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .brands-slider .brands-slider-card {
    height: 48px;
  }
}
.brands-slider .brands-slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 12px 24px;
  height: 100%;
  background: #2C2C2D;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .brands-slider .brands-slider-item {
    padding: 4px 8px;
  }
}
.brands-slider .marque-container {
  overflow: hidden;
  margin: auto;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}
@media only screen and (max-width: 767px) {
  .brands-slider .marque-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr;
    grid-row-gap: 1.5rem;
  }
}
.brands-slider .marque-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(208px, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  padding: 0 0.5rem;
  animation: marquee-x 100s linear infinite;
}
@media only screen and (max-width: 767px) {
  .brands-slider .marque-row.marque-row-lg {
    grid-template-columns: repeat(5, minmax(114px, 1fr));
  }
  .brands-slider .marque-row.marque-row-lg .brands-slider-card:nth-child(even) {
    display: none;
  }
  .brands-slider .marque-row.marque-row-sm {
    grid-template-columns: repeat(4, minmax(114px, 1fr));
    animation: marquee-x-reverse 100s linear infinite;
  }
  .brands-slider .marque-row.marque-row-sm .brands-slider-card:nth-child(odd) {
    display: none;
  }
}
@keyframes marquee-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes marquee-x-reverse {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.testimonial-container {
  padding: 80px 120px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-container {
    padding: 80px 40px 56px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-container {
    padding: 40px 16px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-slider {
    background-color: #2C2C2D;
    border-radius: 16px;
  }
}
.testimonial-slider .swiper-slide {
  height: auto !important;
}
.testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #F1F1F3;
  background-color: #FFFFFF;
  color: #000 !important;
  fill: black !important;
  stroke: black !important;
  left: 32px;
  right: unset;
  top: 44px;
}
.testimonial-slider .swiper-button-next:after, .testimonial-slider .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMzMzMDEgMTQuNjY3NUwxLjY2NjM0IDguMDAwODJMOC4zMzMwMSAxLjMzNDE1IiBzdHJva2U9IiMyQzJDMkQiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  width: 10px;
  height: 16px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 575px) {
  .testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev {
    left: 50%;
    transform: translateX(calc(-50% - 26px));
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev {
    display: none;
  }
}
.testimonial-slider .swiper-button-prev {
  margin-left: 52px;
}
.testimonial-slider .swiper-button-prev:after {
  transform: rotate(180deg);
}

/* cta section */
.cta-card {
  position: relative;
  background-color: #0A33FF;
  padding: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .cta-card {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-card {
    padding: 56px 16px;
  }
}
.cta-card:after, .cta-card:before {
  content: "";
  position: absolute;
  background-image: url("../images/rings.svg");
  background-repeat: no-repeat;
  width: 767px;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 15%;
}
@media only screen and (max-width: 1199px) {
  .cta-card:after, .cta-card:before {
    width: 368px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-card:after, .cta-card:before {
    display: none;
  }
}
.cta-card:after {
  left: 0;
}
.cta-card:before {
  right: 0;
  transform: rotate(180deg);
}
.cta-card .cta-card-content {
  position: relative;
  z-index: 99;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .cta-card .cta-card-content {
    max-width: 740px;
  }
}
.cta-card .cta-card-cta {
  padding-top: 8px;
}

/* footer section */
.footer {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 80px;
  }
}
.footer .footer-divider {
  display: block;
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
  width: 100%;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-divider {
    margin: 24px 0;
  }
}
.footer .footer-main-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  text-align: right;
  color: #19191A;
}
@media only screen and (max-width: 991px) {
  .footer .footer-main-text {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-main-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.footer .footer-support {
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}
.footer .footer-logo {
  max-height: 24px;
}

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

.feature-item-icon img {
  width: 40px;
  filter: invert(11%) sepia(100%) saturate(7384%) hue-rotate(241deg) brightness(96%) contrast(104%);
}