@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: #030303;
}

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: #030303;
  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%;
}

.services {
  padding: 97px 0;
  position: relative;
}
@media (max-width: 991px) {
  .services {
    padding: 35px 0;
  }
}

.background {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -3;
}
.background img {
  display: flex;
}

.top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -2;
  background-color: #fff;
}

.bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -2;
  background-color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
  opacity: 64%;
}

.services-cont .title {
  font-size: 48px;
  font-weight: 700;
  color: #030303;
  text-align: center;
}
.services-cont .title .title-p {
  margin-bottom: 48px;
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .services-cont .title .title-p {
    font-size: 40px;
    margin-bottom: 28px;
    transform: translateY(20px);
  }
}
.services-cont .swiper-slide {
  display: flex;
  justify-content: center;
}
.services-cont .services-swiper {
  position: relative;
  transform: translateY(-10px);
}
@media (max-width: 1199px) {
  .services-cont .services-swiper {
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .services-cont .services-swiper {
    transform: translateY(20px);
  }
}
.services-cont .service-slide {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgb(192.1428571429, 215.2857142857, 249.8571428571);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .services-cont .service-slide {
    margin: 0 20px;
  }
}
.services-cont .service-slide .service-img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.services-cont .service-slide .services-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f6f9ff;
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 56px 65px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .services-cont .service-slide .services-text {
    padding: 20px 25px 65px;
  }
}
@media (max-width: 767px) {
  .services-cont .service-slide .services-text {
    padding: 20px 45px 65px;
  }
}
.services-cont .service-slide .services-text .services-p {
  margin: 0;
  transition: all 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 85px;
}
.services-cont .service-slide .service-hover {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 5;
  background-color: #1263dc;
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease;
  opacity: 0;
}
.services-cont .service-slide:hover {
  border-color: #1263dc;
}
.services-cont .service-slide:hover .service-hover {
  bottom: 50%;
  opacity: 1;
}
.services-cont .service-slide:hover .services-text {
  border-radius: 24px;
  color: #1263dc;
}
.services-cont .service-slide:hover .services-text .services-p {
  transform: translateY(10px);
}
.services-cont .service-slide:hover .service-img {
  transform: rotate(-4deg);
}

.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .more-button {
    margin-top: 20px;
  }
}
.more-button .more {
  border: 2px solid #1263dc;
  padding: 15px 29px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #fff;
}
.more-button .more:hover {
  background-color: #1263dc;
}
.more-button .more:hover a {
  color: #ffffff;
}
.more-button .more:hover i {
  color: #ffffff;
}
.more-button .more a {
  font-size: 16px;
  font-weight: 700;
  color: #1263dc;
}
.more-button .more i {
  font-size: 28px;
  color: #1263dc;
}

.swiper-pagination {
  opacity: 0;
  position: relative;
  margin-top: 28px;
  z-index: 5;
  display: none;
}
@media (max-width: 1199px) {
  .swiper-pagination {
    opacity: 1;
    display: block;
  }
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1263dc;
}

.swiper-pagination-bullet-active {
  background-color: #1263dc;
}

.swiper-button-next {
  right: -100px;
  width: 68px;
  height: 68px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1263dc;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-20%);
}
@media (max-width: 1199px) {
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-next::after {
  color: #fff;
  font-size: 24px;
}

.swiper-button-prev {
  left: -100px;
  width: 68px;
  height: 68px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1263dc;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-20%);
}
@media (max-width: 1199px) {
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-prev::after {
  color: #fff;
  font-size: 24px;
}/*# sourceMappingURL=main.css.map */