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

.services-8 {
  background-color: #fff;
  padding: 50px 0;
  position: relative;
}
.services-8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 510px;
  background: linear-gradient(180deg, rgb(168.5714285714, 200.3928571429, 247.9285714286) 0%, rgba(219, 232, 250, 0) 100%);
  z-index: 0;
}
@media (max-width: 991px) {
  .services-8 {
    padding: 30px 0;
  }
}
.services-8 .services-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .services-8 .services-cont {
    gap: 25px;
  }
}
.services-8 .services-cont .title {
  font-size: 48px;
  font-weight: 700;
  color: #080808;
}
@media (max-width: 991px) {
  .services-8 .services-cont .title {
    font-size: 38px;
  }
}
.services-8 .services-cont .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .services-8 .services-cont .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .services-8 .services-cont .services-grid {
    grid-template-columns: 1fr;
  }
}
.services-8 .services-cont .services-grid .service-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .services-8 .services-cont .services-grid .service-item {
    border-radius: 10px;
  }
}
.services-8 .services-cont .services-grid .service-item:hover .service-img .img-cover {
  transform: scale(1.1);
}
.services-8 .services-cont .services-grid .service-item:hover .item-info .title-btn {
  transform: translateY(5px);
}
.services-8 .services-cont .services-grid .service-item:hover .item-info .title-btn .item-title {
  color: #1263dc;
}
.services-8 .services-cont .services-grid .service-item:hover .item-info .title-btn .more-btn {
  background-color: #1263dc;
}
.services-8 .services-cont .services-grid .service-item:hover .item-info .title-btn .more-btn .las {
  color: #fff;
  transform: rotate(45deg);
}
html[dir=ltr] .services-8 .services-cont .services-grid .service-item:hover .item-info .title-btn .more-btn .las {
  transform: rotate(-45deg);
}
.services-8 .services-cont .services-grid .service-item:hover .item-info .item-desc {
  transform: translateY(-5px);
}
.services-8 .services-cont .services-grid .service-item .service-img {
  aspect-ratio: 366/215;
  z-index: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.services-8 .services-cont .services-grid .service-item .service-img .img-cover {
  display: flex;
  transition: all 0.5s ease-in-out;
}
.services-8 .services-cont .services-grid .service-item .item-info {
  position: relative;
  z-index: 2;
  border-start-end-radius: 50px;
  border: 1px solid #f0f0f0;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  padding: 20px;
  margin-top: -47px;
  position: relative;
  z-index: 1;
}
.services-8 .services-cont .services-grid .service-item .item-info .title-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  gap: 20px;
}
.services-8 .services-cont .services-grid .service-item .item-info .title-btn .item-title {
  font-size: 20px;
  font-weight: 700;
  color: #080808;
  max-width: 236px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 80px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .services-8 .services-cont .services-grid .service-item .item-info .title-btn .item-title {
    font-size: 16px;
  }
}
.services-8 .services-cont .services-grid .service-item .item-info .title-btn .more-btn {
  height: 68px;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgb(121.4285714286, 170.6071428571, 244.0714285714);
  transition: all 0.5s ease-in-out;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .services-8 .services-cont .services-grid .service-item .item-info .title-btn .more-btn {
    width: 60px;
    height: 60px;
  }
}
html[dir=ltr] .services-8 .services-cont .services-grid .service-item .item-info .title-btn .more-btn {
  transform: scale(-1);
}
.services-8 .services-cont .services-grid .service-item .item-info .title-btn .more-btn .las {
  color: #1263dc;
  font-size: 32px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .services-8 .services-cont .services-grid .service-item .item-info .title-btn .more-btn .las {
    font-size: 26px;
  }
}
.services-8 .services-cont .services-grid .service-item .item-info .item-desc {
  font-size: 16px;
  font-weight: 300;
  color: rgb(33.5, 33.5, 33.5);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 65px;
  padding-inline-end: 20px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .services-8 .services-cont .services-grid .service-item .item-info .item-desc {
    font-size: 14px;
    padding-inline-end: 0px;
  }
}/*# sourceMappingURL=main.css.map */