@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: #0e4aa5 #f2f2f2;
}

body::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 8px;
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #0e4aa5;
  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-semicircle {
  padding: 27px 0;
  position: relative;
}
.services-semicircle .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
}
@media (max-width: 991px) {
  .services-semicircle .pattern {
    display: none;
  }
}
@media (max-width: 991px) {
  .services-semicircle {
    padding: 20px 0;
  }
}

.service-title {
  font-size: 48px;
  font-weight: 700;
  color: #080808;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .service-title {
    font-size: 38px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .service-title {
    font-size: 34px;
  }
}

.services-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.services-grid .servise-box {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 13px);
}
@media (max-width: 991px) {
  .services-grid .servise-box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .services-grid .servise-box {
    width: 100%;
  }
}
.services-grid .servise-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-grid .servise-box:nth-of-type(3n + 1)::after {
  background: linear-gradient(180deg, rgba(14, 74, 165, 0) 25.59%, #0e4aa5 41.28%, #0e4aa5 100%);
}
.services-grid .servise-box:nth-of-type(3n + 2)::after {
  background: linear-gradient(180deg, rgba(3, 146, 51, 0) 25.59%, #039233 41.28%, #039233 100%);
}
.services-grid .servise-box:nth-of-type(3n + 3)::after {
  background: linear-gradient(180deg, rgba(8.5, 110, 108, 0) 25.59%, rgb(8.5, 110, 108) 41.28%, rgb(8.5, 110, 108) 100%);
}
.services-grid .servise-box:nth-of-type(3n + 1) .service-btn::after {
  color: #0e4aa5;
}
.services-grid .servise-box:nth-of-type(3n + 2) .service-btn::after {
  color: #039233;
}
.services-grid .servise-box:nth-of-type(3n + 3) .service-btn::after {
  color: rgb(8.5, 110, 108);
}
.services-grid .servise-box:hover .service-img .img-cover {
  border-radius: unset;
}
.services-grid .servise-box:hover .servies-text .title {
  margin-top: -9px;
}
.services-grid .servise-box:hover:nth-of-type(3n + 1) .service-btn {
  color: #0e4aa5;
  background-color: #fff;
  height: 57px;
  padding-inline-start: 31px;
}
.services-grid .servise-box:hover:nth-of-type(3n + 1) .service-btn::after {
  background-color: #0e4aa5;
  color: #fff;
  transform: rotate(20deg);
}
.services-grid .servise-box:hover:nth-of-type(3n + 2) .service-btn {
  color: #039233;
  background-color: #fff;
  height: 57px;
  padding-inline-start: 31px;
}
.services-grid .servise-box:hover:nth-of-type(3n + 2) .service-btn::after {
  background-color: #039233;
  color: #fff;
  transform: rotate(20deg);
}
.services-grid .servise-box:hover:nth-of-type(3n + 3) .service-btn {
  color: rgb(8.5, 110, 108);
  background-color: #fff;
  height: 57px;
  padding-inline-start: 31px;
}
.services-grid .servise-box:hover:nth-of-type(3n + 3) .service-btn::after {
  background-color: rgb(8.5, 110, 108);
  color: #fff;
  transform: rotate(20deg);
}
.services-grid .servise-box .service-img {
  aspect-ratio: 367/218;
}
@media (max-width: 1199px) {
  .services-grid .servise-box .service-img {
    aspect-ratio: 367/260;
  }
}
@media (max-width: 991px) {
  .services-grid .servise-box .service-img {
    aspect-ratio: 367/230;
  }
}
.services-grid .servise-box .service-img .img-cover {
  display: flex;
  border-radius: 24px;
  transition: all 0.4s ease-in-out;
}
.services-grid .servise-box .servies-text {
  padding: 0 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 3;
}
.services-grid .servise-box .servies-text .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.services-grid .servise-box .servies-text .desc {
  font-size: 16px;
  font-weight: 300;
  color: rgb(245.36, 247.76, 251.4);
  transition: all 0.4s ease-in-out;
  height: 135px;
  overflow: hidden;
}
.services-grid .servise-box .servies-text .service-btn {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 88px;
  border: 1px solid #ffffff;
  padding-inline-start: 21px;
  border: 1px solid #ffffff;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.services-grid .servise-box .servies-text .service-btn::after {
  content: "\f104";
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-inline-end: 8px;
  transition: all 0.4s ease-in-out;
}

.services-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 23px;
  gap: 8px;
  border: 2px solid #0e4aa5;
  border-radius: 88px;
  width: 368px;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  margin: 45px auto 0;
  font-size: 16px;
  font-weight: 700;
  color: #0e4aa5;
}
@media (max-width: 1199px) {
  .services-btn {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .services-btn {
    width: 100%;
  }
}
.services-btn:hover {
  background-color: #0e4aa5;
  color: #fff;
}/*# sourceMappingURL=main.css.map */