@media (max-width: 767px) {
  :root {
    --border-radius: var(--mobile-radius);
  }
}
/* General Resets */
body {
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
a,
select,
textarea {
  font-family: inherit;
}

input:focus,
button:focus,
a:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  outline: 0;
  font-family: inherit;
}

a,
img,
button,
input,
select {
  transition: all 0.3s ease;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

button {
  cursor: pointer;
}

input {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fa-snapchat::before {
  content: "\f2ac";
}

.fa-facebook::before {
  content: "\f39e";
}

.fa-linkedin::before {
  content: "\f0e1";
}

.la-snapchat::before {
  content: "\f2ac";
}

.la-facebook::before {
  content: "\f39e";
}

.la-linkedin::before {
  content: "\f0e1";
}

body {
  font-family: "Vazirmatn", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #080808;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #1263dc #f2f2f2;
}

body::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 8px;
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #1263dc;
  border-radius: 4px;
}

.overflow {
  overflow: hidden;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}

.container-fluid {
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.select-content {
  position: relative;
}
.select-content::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 28px;
  font-size: 14px;
  color: #080808;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f107";
}

.img-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.en {
  display: inline-block;
  direction: ltr;
}

iframe {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  overflow: hidden;
  background: radial-gradient(50% 114.26% at 90.5% 50%, rgb(10.2857142857, 56.5714285714, 125.7142857143) 0%, rgb(6.4285714286, 35.3571428571, 78.5714285714) 100%);
}
.banner .section-svg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}
.banner .banner-cont {
  position: relative;
  padding: 200px 0 150px;
  display: grid;
  grid-template-columns: 433px 1fr;
  -moz-column-gap: 73px;
       column-gap: 73px;
}
@media (max-width: 1199px) {
  .banner .banner-cont {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .banner .banner-cont {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .banner .banner-cont {
    grid-template-columns: 1fr;
    row-gap: 70px;
    padding: 100px 0;
  }
}
.banner .banner-cont .banner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .banner .banner-cont .banner-info {
    padding: 0 20px;
  }
}
.banner .banner-cont .banner-info .title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 90px;
}
@media (max-width: 991px) {
  .banner .banner-cont .banner-info .title {
    font-size: 22px;
    max-height: 62px;
  }
}
@media (max-width: 767px) {
  .banner .banner-cont .banner-info .title {
    font-size: 20px;
    max-height: 56px;
  }
}
.banner .banner-cont .banner-info .desc {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 67.5px;
}
@media (max-width: 991px) {
  .banner .banner-cont .banner-info .desc {
    font-size: 14px;
    max-height: 59px;
  }
}
.banner .banner-cont .banner-info .banner-btn {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #1263dc;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .banner .banner-cont .banner-info .banner-btn {
    height: 45px;
    margin-top: 0;
  }
}
.banner .banner-cont .banner-info .banner-btn:hover {
  background-color: #fa8f21;
}
.banner .banner-cont .banner-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-end: 127px;
  padding-inline-start: 106px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .banner .banner-cont .banner-imgs {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .banner .banner-cont .banner-imgs {
    padding: 0 55px;
  }
}
.banner .banner-cont .banner-imgs::before {
  content: "";
  position: absolute;
  bottom: -97px;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: 0;
  background: rgba(18, 99, 220, 0.2);
  border-end-end-radius: 312px;
  border-end-start-radius: 312px;
}
@media (max-width: 1199px) {
  .banner .banner-cont .banner-imgs::before {
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .banner .banner-cont .banner-imgs::before {
    bottom: -55px;
  }
}
.banner .banner-cont .banner-imgs .first-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.banner .banner-cont .banner-imgs .first-img .img-cover {
  border-radius: 50%;
}
.banner .banner-cont .banner-imgs .first-img .img-svg1 {
  position: absolute;
  inset-inline-start: -33px;
  top: -33px;
  width: calc(100% + 66px);
  height: calc(100% + 66px);
  z-index: 2;
  animation: rotate 2.5s linear infinite;
}
@media (max-width: 991px) {
  .banner .banner-cont .banner-imgs .first-img .img-svg1 {
    inset-inline-start: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.banner .banner-cont .banner-imgs .first-img .img-svg2 {
  position: absolute;
  inset-inline-start: -60px;
  top: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  z-index: 2;
  animation: rotate2 3.5s linear infinite;
}
@media (max-width: 991px) {
  .banner .banner-cont .banner-imgs .first-img .img-svg2 {
    inset-inline-start: -40px;
    top: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.banner .banner-cont .banner-imgs .first-img .img-svg3 {
  position: absolute;
  inset-inline-start: -60px;
  top: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  z-index: 2;
  animation: rotate3 3.5s linear infinite;
}
@media (max-width: 991px) {
  .banner .banner-cont .banner-imgs .first-img .img-svg3 {
    inset-inline-start: -40px;
    top: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
  }
}
@keyframes rotate3 {
  from {
    transform: rotate(0deg) scale(-1);
  }
  to {
    transform: rotate(-360deg) scale(-1);
  }
}
.banner .banner-cont .banner-imgs .first-img .svg-color {
  color: #1263dc;
}/*# sourceMappingURL=main.css.map */