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

.about-cicle {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .about-cicle {
    padding: 40px 0;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: 491px 1fr;
  gap: 130px;
  align-items: center;
}
@media (max-width: 1199px) {
  .about-grid {
    gap: 50px;
    grid-template-columns: 7fr 5fr;
  }
}
@media (max-width: 991px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}
.about-grid .about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-grid .about-text .title {
  font-weight: 700;
  font-size: 32px;
  color: #080808;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about-grid .about-text .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.about-grid .about-text .desc {
  font-weight: 700;
  font-size: 20px;
  color: rgb(33.5, 33.5, 33.5);
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-grid .about-text .desc {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about-grid .about-text .desc {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.about-grid .about-text .about-p {
  font-weight: 300;
  font-size: 16px;
  color: rgb(33.5, 33.5, 33.5);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about-grid .about-text .about-p {
    font-size: 13px;
  }
}
.about-grid .about-text .about-btn {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #1263dc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  border-radius: 80px;
  width: 187px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .about-grid .about-text .about-btn {
    width: 100%;
  }
}
.about-grid .about-text .about-btn:hover {
  background-color: #fa8f21;
}
.about-grid .about-img {
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
}
.about-grid .about-img .img-cover {
  display: flex;
  border-radius: 50%;
}
.about-grid .about-img .expirence {
  position: absolute;
  bottom: 35px;
  inset-inline-start: 5px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  width: 128px;
  border: 1px solid rgb(192.1428571429, 215.2857142857, 249.8571428571);
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1215686275);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .about-grid .about-img .expirence {
    inset-inline-start: -15px;
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .about-grid .about-img .expirence {
    width: 110px;
  }
}
.about-grid .about-img .expirence .numper {
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0px 6px 8px rgba(182.7142857143, 209.3285714286, 249.0857142857, 0.35);
  line-height: 1;
}
@media (max-width: 1199px) {
  .about-grid .about-img .expirence .numper {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .about-grid .about-img .expirence .numper {
    font-size: 30px;
  }
}
.about-grid .about-img .expirence .exirence-text {
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .about-grid .about-img .expirence .exirence-text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .about-grid .about-img .expirence .exirence-text {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */