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

.why-us-oval-3 {
  padding: 45px 0;
}
.why-us-oval-3 .why-us-cont {
  display: grid;
  grid-template-columns: 578px 1fr;
  gap: 77px;
  align-items: center;
}
@media (max-width: 1199px) {
  .why-us-oval-3 .why-us-cont {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .why-us-oval-3 .why-us-cont {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .why-us-oval-3 .why-us-cont {
    grid-template-columns: 1fr;
  }
}

.why-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .why-info {
    gap: 10px;
  }
}
.why-info .why-title {
  font-size: 48px;
  font-weight: 700;
  color: #080808;
}
@media (max-width: 991px) {
  .why-info .why-title {
    font-size: 34px;
  }
}
.why-info .why-desc {
  font-size: 24px;
  font-weight: 700;
  color: rgb(33.5, 33.5, 33.5);
}
@media (max-width: 1199px) {
  .why-info .why-desc {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .why-info .why-desc {
    font-size: 18px;
  }
}
.why-info .why-p {
  font-size: 16px;
  font-weight: 300;
  color: rgb(33.5, 33.5, 33.5);
}
@media (max-width: 991px) {
  .why-info .why-p {
    font-size: 14px;
  }
}
.why-info .discover {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.why-info .discover .discover-line {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 4px;
}
.why-info .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;
  transform: translateY(2px);
}
@media (max-width: 1199px) {
  .why-info .discover .discover-line .check-icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 991px) {
  .why-info .discover .discover-line .check-icon {
    width: 15px;
    height: 15px;
  }
}
.why-info .discover .discover-line .check-icon i {
  font-size: 12px;
  font-weight: 800;
  color: #22c55e;
}
@media (max-width: 1199px) {
  .why-info .discover .discover-line .check-icon i {
    font-size: 10px;
  }
}
.why-info .discover .discover-line .discover-p {
  font-size: 16px;
  font-weight: 300;
  color: rgb(33.5, 33.5, 33.5);
}
@media (max-width: 1199px) {
  .why-info .discover .discover-line .discover-p span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .why-info .discover .discover-line .discover-p span {
    text-align: center;
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .why-info .discover .discover-line .discover-p span {
    font-size: 10px;
  }
}
.why-info .why-btn {
  background-color: #1263dc;
  padding: 0 8px;
  height: 48px;
  width: 187px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.why-info .why-btn:hover {
  background-color: #fa8f21;
}
@media (max-width: 575px) {
  .why-info .why-btn {
    width: 100%;
  }
}

.why-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media (max-width: 767px) {
  .why-imgs {
    gap: 20px;
  }
}
.why-imgs .why-img {
  height: 100%;
  border-radius: 124px;
  overflow: hidden;
}
.why-imgs .why-img-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .why-imgs .why-img-btn {
    gap: 20px;
  }
}
.why-imgs .why-img-btn .why-img2 {
  aspect-ratio: 226/440;
  border-radius: 124px;
  overflow: hidden;
}
.why-imgs .why-img-btn .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  border: 3.5px solid #1263dc;
  color: #1263dc;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .why-imgs .why-img-btn .play-btn {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .why-imgs .why-img-btn .play-btn {
    width: 100px;
    height: 100px;
  }
}
.why-imgs .why-img-btn .play-btn:hover {
  color: #fa8f21;
  border-color: #fa8f21;
}
.why-imgs .why-img-btn .play-btn .play-svg {
  display: flex;
  transform: translate(4px, 4px);
}
@media (max-width: 767px) {
  .why-imgs .why-img-btn .play-btn .play-svg {
    width: 50px;
    height: 50px;
  }
}/*# sourceMappingURL=main.css.map */