@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%;
}

.servives {
  padding: 85px 0;
  position: relative;
}
@media (max-width: 991px) {
  .servives {
    padding: 50px 0;
  }
}
.servives .services-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 454px;
  z-index: -1;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  border: 1px solid rgb(215.7142857143, 230.1785714286, 251.7857142857);
  border-bottom-left-radius: 88px;
  border-bottom-right-radius: 88px;
}
@media (max-width: 991px) {
  .servives .services-svg {
    height: 400px;
    border-bottom-left-radius: 44px;
    border-bottom-right-radius: 44px;
  }
}

.servives-cont {
  position: relative;
}

.servives-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 12px;
}
@media (max-width: 991px) {
  .servives-header {
    margin-bottom: 20px;
    gap: 8px;
  }
}
.servives-header .title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  color: #080808;
}
@media (max-width: 991px) {
  .servives-header .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .servives-header .title {
    font-size: 28px;
    text-align: center;
    margin: auto;
  }
}
.servives-header .desc {
  font-size: 18px;
  font-weight: 400;
  color: #3b3b3b;
  text-align: center;
  max-width: 648px;
}
@media (max-width: 991px) {
  .servives-header .desc {
    font-size: 16px;
    max-width: 500px;
  }
}

.servives-swiper {
  overflow: hidden;
}
.servives-swiper .servives-item {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  padding: 21px 12px 17px;
  position: relative;
}
@media (max-width: 1199px) {
  .servives-swiper .servives-item {
    width: 310px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .servives-swiper .servives-item {
    gap: 15px;
    width: 325px;
  }
}
.servives-swiper .servives-item.arcive-item {
  border: 1px solid rgb(215.7142857143, 230.1785714286, 251.7857142857);
  border-radius: 12px;
  padding: 12px;
}
.servives-swiper .servives-item.arcive-item .item-svg {
  display: none;
}
.servives-swiper .servives-item.arcive-item .more-btn {
  display: none;
}
.servives-swiper .servives-item:hover .servives-img .img-cover {
  transform: scale(1.03);
}
.servives-swiper .servives-item:hover .servives-info .item-tilte {
  transform: translateX(-5px);
  color: #1263dc;
}
.servives-swiper .servives-item:hover .servives-info .item-desc {
  transform: translateX(-5px);
}
.servives-swiper .servives-item:hover .more-btn {
  color: #fff;
}
.servives-swiper .servives-item:hover .more-btn .btn-svg .svg-color {
  fill: #1263dc;
}
.servives-swiper .servives-item .item-svg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
html[dir=ltr] .servives-swiper .servives-item .item-svg {
  transform: scaleX(-1);
}
.servives-swiper .servives-item .item-svg .svg-color {
  color: rgb(215.7142857143, 230.1785714286, 251.7857142857);
}
.servives-swiper .servives-item .servives-img {
  aspect-ratio: 343/224;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .servives-swiper .servives-item .servives-img {
    aspect-ratio: 343/190;
  }
}
@media (max-width: 991px) {
  .servives-swiper .servives-item .servives-img {
    aspect-ratio: 343/224;
  }
}
.servives-swiper .servives-item .servives-img .img-cover {
  display: flex;
  transition: all 0.4s ease-in-out;
}
.servives-swiper .servives-item .servives-info {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-10px);
}
.servives-swiper .servives-item .servives-info .item-tilte {
  font-size: 20px;
  font-weight: 700;
  color: #080808;
  max-width: 321px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
  transition: all 0.4s ease-in-out;
}
.servives-swiper .servives-item .servives-info .item-desc {
  font-size: 16px;
  font-weight: 300;
  color: #3b3b3b;
  max-width: 75%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 112px;
  transition: all 0.4s ease-in-out;
}
.servives-swiper .servives-item .more-btn {
  display: flex;
  padding: 22px 0 18px;
  font-size: 16px;
  font-weight: 700;
  color: #1263dc;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  padding-inline-start: 42px;
  padding-inline-end: 24px;
}
@media (max-width: 1199px) {
  .servives-swiper .servives-item .more-btn {
    padding-inline-start: 30px;
    padding-inline-end: 20px;
  }
}
@media (max-width: 991px) {
  .servives-swiper .servives-item .more-btn {
    padding-inline-start: 30px;
    padding-inline-end: 20px;
  }
}
.servives-swiper .servives-item .more-btn .btn-svg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
html[dir=ltr] .servives-swiper .servives-item .more-btn .btn-svg {
  transform: scaleX(-1);
}
.servives-swiper .servives-item .more-btn .btn-svg .svg-color {
  color: #1263dc;
  transition: all 0.4s ease-in-out;
}

.swiper-button-next {
  right: -100px;
  margin: 0;
  width: 56px;
  height: 56px;
  background-color: #1263dc;
  transform: rotate(45deg);
  top: 53%;
  border-radius: 14px;
}
.swiper-button-next::after {
  transform: rotate(-45deg);
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: -100px;
  margin: 0;
  width: 56px;
  height: 56px;
  background-color: #1263dc;
  transform: rotate(45deg);
  top: 53%;
  border-radius: 14px;
}
.swiper-button-prev::after {
  transform: rotate(-45deg);
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-disabled {
  opacity: 1 !important;
  background-color: #fff;
  border: 1px solid #1263dc;
}
.swiper-button-disabled::after {
  color: #1263dc;
}

.swiper-pagination {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    margin-top: 20px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1263dc;
}/*# sourceMappingURL=main.css.map */