@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/iranyekan/woff/iranyekan-semibold.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-semibold.woff2") format("woff2");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iranyekan/woff/iranyekan-medium.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-medium.woff2") format("woff2");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/iranyekan/woff/iranyekan-extrabold.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-extrabold.woff2") format("woff2");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/iranyekan/woff/iranyekan-bold.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-bold.woff2") format("woff2");
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iranyekan/woff/iranyekan-regular.woff") format("woff"), url("../fonts/iranyekan/woff2/iranyekan-regular.woff2") format("woff2");
}
/* color variables */
body {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-family: "iranyekan", sans-serif;
  font-weight: 500;
  direction: rtl;
  text-align: right;
  color: #19191A;
  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;
}

.rounded-4 {
  border-radius: 1.5rem !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-normal {
  font-weight: 500 !important;
}

.ltr {
  direction: ltr;
}

.bg-light-gray {
  background-color: #F9F9FB;
}

.bg-light-green {
  background-color: #F1FBED;
}

[data-aos=fade-up] {
  transform: translate3d(0, 24px, 0);
}

/* container */
.page > div {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@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 {
    width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 1200px) {
  .page-container {
    max-width: 1584px;
  }
}

/* buttons */
.btn {
  position: relative;
  border-radius: 100px;
  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-white {
  display: inline-block;
  background-color: #ffffff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #19191A;
}
.btn-white:before {
  background-color: #F1F1F3 !important;
}

.btn-teal {
  display: inline-block;
  background-color: #0a33ff;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.btn-teal:before {
  background-color: #0421ae !important;
}

.btn-text {
  position: relative;
  z-index: 1;
  color: #2C2C2D;
}

/* page headings */
.heading1 {
  font-size: 36px;
  line-height: 56px;
}

@media only screen and (max-width: 767px) {
  .heading1 {
    font-size: 28px;
    line-height: 40px;
  }

}

.heading2 {
  font-size: 36px;
  line-height: 56px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .heading2 {
    font-size: 24px;
    line-height: 40px;
  }
}

.heading3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
.heading5 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #4a4a4a;
}

.text-body1 {
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (max-width: 575px) {
  .text-body1 {
    font-size: 20px;
    line-height: 26px;
  }
}

.text-body2 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .text-body2 {
    font-size: 14px;
    line-height: 26px;
  }
}

/* main navbar */
.main-navbar {
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(32px);
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
}
.main-navbar .new-logo {
  width: 179px;
  height: 41px;
}
@media only screen and (max-width: 575px) {
  .main-navbar .new-logo {
    width: 148px;
    height: 34px;
  }
}

/* hero header */
.hero-header {
  padding: 160px 64px;
  background: linear-gradient(270.2deg, #0a33ff 0.19%, #6982ff 100.61%);
}
@media only screen and (max-width: 1199px) {
  .hero-header {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-header {
    padding: 40px 16px;
  }
}
.hero-header .hero-header-content {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-header-content {
    padding-top: 40px;
  }
}
.hero-header .hero-vector {
  position: absolute;
  top: -120px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hero-header .hero-vector {
    max-width: 320px;
    top: -50px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-header .hero-vector {
    max-width: 280px;
    top: -30px;
  }
}
.hero-header .hero-img {
  z-index: 1;
}
.hero-header .blur-background {
  background: #fff;
  border-radius: 999px;
  bottom: 0;
  filter: blur(125px);
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  width: 100%;
  z-index: 0;
}

/* main content */
.section-support {
  padding: 80px 72px;
}
@media only screen and (max-width: 767px) {
  .section-support {
    padding: 40px 16px;
  }
}

.section-process .process-item .top {
  gap: 20px;
  width: 100%;
}
.section-process .process-item .divider {
  background-color: rgba(25, 25, 26, 0.1019607843);
  height: 1px;
}
.section-process .process-item .step {
  background-color: rgba(10, 51, 255, 0.0235294118);
  color: #0a33ff;
  font-size: 24px;
  font-weight: 600;
  height: 48px;
  line-height: 24px;
  min-width: 48px;
}

.section-pricing {
  padding: 60px 80px 80px 80px;
}
@media only screen and (max-width: 1199px) {
  .section-pricing {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-pricing {
    padding: 40px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .section-pricing .col-lg-auto {
    min-width: 320px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-pricing .col-lg-auto {
    min-width: 395px;
    max-width: 395px;
  }
}

.section-cta {
  background: linear-gradient(180.61deg, #0a33ff -7.15%, #0a33ff 244.98%);
  padding: 80px 24px;
}
.section-cta > div.position-relative {
  z-index: 1;
}

/* footer section */
.footer {
  gap: 80px;
  padding: 120px 96px;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 48px 24px;
    gap: 64px;
  }
}
.footer .footer-copyright {
  display: inline-block;
  font-weight: 500;
  line-height: 28px;
  max-width: 720px;
}
.support-btn {
  white-space: nowrap; /* جلوگیری از شکستن متن به خط بعد */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  min-height: 44px; /* حداقل ارتفاع برای ظاهر یکنواخت */
  font-size: 1rem;
}

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