@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 {
  margin: 120px 0;
  position: relative;
}
@media (max-width: 991px) {
  .about {
    margin: 50px 0;
  }
}
.about .about-bg {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 52.4%;
}
@media (max-width: 991px) {
  .about .about-bg {
    display: none;
  }
}
.about .container {
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .about .container {
    padding: 0 20px;
  }
}

.about-cont {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 991px) {
  .about-cont {
    flex-direction: column;
  }
}
.about-cont .about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  max-width: 36.6%;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .about-cont .about-text {
    margin: 0;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .about-cont .about-text {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}
.about-cont .about-text .about-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.about-cont .about-text .about-discover {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1199px) {
  .about-cont .about-text .about-discover {
    font-size: 16px;
  }
}
.about-cont .about-text .about-p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1199px) {
  .about-cont .about-text .about-p {
    font-size: 14px;
  }
}
.about-cont .about-text .discover {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 991px) {
  .about-cont .about-text .discover {
    align-items: center;
  }
}
.about-cont .about-text .discover .discover-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.about-cont .about-text .discover .discover-line .check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #22c55e;
  border-radius: 50%;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .about-cont .about-text .discover .discover-line .check-icon {
    width: 15px;
    height: 15px;
  }
}
.about-cont .about-text .discover .discover-line .check-icon i {
  font-size: 12px;
  font-weight: 800;
  color: #22c55e;
}
@media (max-width: 575px) {
  .about-cont .about-text .discover .discover-line .check-icon i {
    font-size: 10px;
  }
}
.about-cont .about-text .discover .discover-line .discover-p {
  font-size: 16px;
  font-weight: 300;
  color: #353535;
}
@media (max-width: 1199px) {
  .about-cont .about-text .discover .discover-line .discover-p span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .about-cont .about-text .discover .discover-line .discover-p span {
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .about-cont .about-text .discover .discover-line .discover-p span {
    font-size: 10px;
  }
}
.about-cont .about-text .know-us-ptn {
  height: 56px;
  max-width: 187px;
  width: 100%;
  border-radius: 80px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 8px;
  color: #fff;
  background-color: #1263dc;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .about-cont .about-text .know-us-ptn {
    height: 50px;
  }
}
.about-cont .about-text .know-us-ptn:hover {
  max-width: 241px;
  width: 100%;
}
.about-cont .about-text .know-us-ptn:hover .know-us-i {
  background-color: #ffffff;
  color: #1263dc;
  transform: rotate(360deg);
}
.about-cont .about-text .know-us-ptn .know-us-i {
  border: 1px solid #ffffff;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.about-cont .about-play {
  cursor: pointer;
  margin-right: 33px;
}
@media (max-width: 1199px) {
  .about-cont .about-play {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .about-cont .about-play {
    display: none;
  }
}
.about-cont .about-play .play-icon {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-cont .about-play .play-icon i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition: all 0.7s;
  transform-origin: center;
  color: #1263dc;
}
.about-cont .about-play .play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #1263dc;
  transition: all 0.7s;
}
.about-cont .about-play .play-icon:hover::before {
  transform: rotate(-120deg);
  border: 2px Dashed #1263dc;
}
.about-cont .about-play .play-icon:hover i {
  transform: rotate(-125deg);
}
.about-cont .about-imgs {
  display: flex;
  width: 50.8%;
  gap: 20px;
}
@media (max-width: 991px) {
  .about-cont .about-imgs {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-cont .about-imgs {
    gap: 10px;
  }
}
.about-cont .about-imgs .about-img-1 {
  display: flex;
  width: 58.5%;
}
.about-cont .about-imgs .about-img-1 .img-1 {
  width: 100%;
  aspect-ratio: 326/530;
}
.about-cont .about-imgs .about-img-1 .img-1 img {
  border-radius: 200px;
  display: flex;
}
.about-cont .about-imgs .about-img-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 41.5%;
}
.about-cont .about-imgs .about-img-2 .img-2 {
  width: 100%;
  aspect-ratio: 272/432;
}
.about-cont .about-imgs .about-img-2 .img-2 img {
  border-radius: 200px;
  display: flex;
}
.about-cont .about-imgs .about-img-2 .experinnce {
  width: 100%;
  height: 78px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  border: 1px solid rgb(145, 185.5, 246);
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-cont .about-imgs .about-img-2 .experinnce {
    font-size: 14px;
    gap: 6px;
    height: 45px;
    border-radius: 14px;
  }
}
.about-cont .about-imgs .about-img-2 .experinnce strong {
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .about-cont .about-imgs .about-img-2 .experinnce strong {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .about-cont .about-imgs .about-img-2 .experinnce strong {
    font-size: 24px;
  }
}/*# sourceMappingURL=main.css.map */