@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: #030303;
}

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: #030303;
  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%;
}

.hero9 {
  height: 100vh;
  min-height: 600px;
}
@media (max-width: 991px) {
  .hero9 {
    min-height: 500px;
  }
}
.hero9 .container {
  max-width: 1300px;
}

.hero9-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  position: relative;
}
@media (max-width: 1199px) {
  .hero9-cont {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .hero9-cont {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .hero9-cont {
    gap: 0;
  }
}

.hero9-info {
  position: relative;
}
.hero9-info::after {
  position: absolute;
  content: "";
  inset-inline-end: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  z-index: -1;
}
@media (max-width: 991px) {
  .hero9-info::after {
    inset-inline-end: -20px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    width: calc(100% + 40px);
  }
}
.hero9-info .hero-info-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 100%;
  max-width: 555px;
  padding: 53px 0 33px 0;
}
@media (max-width: 991px) {
  .hero9-info .hero-info-cont {
    max-width: unset;
  }
}
.hero9-info .hero9-title {
  font-size: 48px;
  font-weight: 700;
  color: #030303;
  text-align: start;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .hero9-info .hero9-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .hero9-info .hero9-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero9-info .hero9-title {
    font-size: 23px;
  }
}
.hero9-info .hero9-desc {
  font-size: 16px;
  font-weight: 500;
  color: #030303;
  padding-inline-end: 10px;
}
@media (max-width: 767px) {
  .hero9-info .hero9-desc {
    font-size: 14px;
    font-weight: 300;
  }
}
.hero9-info .hero9-btns {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .hero9-info .hero9-btns {
    gap: 18px;
  }
}
.hero9-info .hero9-btns .about-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 8px;
  max-width: 202px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #1263dc;
  border: 2px solid #1263dc;
  transition: all 0.4s ease-in-out;
}
.hero9-info .hero9-btns .about-btn:hover {
  background-color: rgb(14.1428571429, 77.7857142857, 172.8571428571);
}
.hero9-info .hero9-btns .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 8px;
  max-width: 202px;
  width: 100%;
  color: #1263dc;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #1263dc;
  transition: all 0.4s ease-in-out;
}
.hero9-info .hero9-btns .contact-btn:hover {
  background-color: #1263dc;
  color: #fff;
}

.hero9-imgs {
  display: flex;
  align-items: center;
}
.hero9-imgs .hero9-imgs-cont {
  position: relative;
  margin: 122px 0 136px 0;
  aspect-ratio: 495/421;
  max-width: 495px;
  margin-inline-start: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .hero9-imgs .hero9-imgs-cont {
    max-width: unset;
    margin-inline-start: unset;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .hero9-imgs .hero9-imgs-cont {
    aspect-ratio: 327/285;
  }
}
.hero9-imgs .hero9-imgs-cont .expirence-sq {
  position: absolute;
  inset-inline-start: 25%;
  top: 0;
  width: 40%;
  aspect-ratio: 200/113;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #f6f9ff;
  background: rgba(255, 255, 255, 0.1019607843);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 16px;
  z-index: 2;
  backdrop-filter: blur(2px);
}
@media (max-width: 767px) {
  .hero9-imgs .hero9-imgs-cont .expirence-sq {
    border-radius: 10px;
  }
}
.hero9-imgs .hero9-imgs-cont .expirence-sq .number {
  font-size: 48px;
  font-weight: 700;
  color: #f59e0b;
}
@media (max-width: 767px) {
  .hero9-imgs .hero9-imgs-cont .expirence-sq .number {
    font-size: 32px;
  }
}
.hero9-imgs .hero9-imgs-cont .expirence-sq .exirence-text {
  font-size: 16px;
  font-weight: 500;
  color: #030303;
  margin-top: -10px;
}
.hero9-imgs .hero9-imgs-cont .hero9-img:nth-of-type(1) {
  position: absolute;
  width: 40%;
  top: 38px;
  inset-inline-start: 0;
  aspect-ratio: 200/253;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero9-imgs .hero9-imgs-cont .hero9-img:nth-of-type(1) {
    border-radius: 10px;
  }
}
.hero9-imgs .hero9-imgs-cont .hero9-img:nth-of-type(2) {
  position: absolute;
  width: 40%;
  bottom: 0;
  inset-inline-start: 0;
  aspect-ratio: 200/112;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero9-imgs .hero9-imgs-cont .hero9-img:nth-of-type(2) {
    border-radius: 10px;
  }
}
.hero9-imgs .hero9-imgs-cont .hero9-img:nth-of-type(3) {
  position: absolute;
  width: 46%;
  bottom: 0;
  inset-inline-end: 10%;
  aspect-ratio: 227/291;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero9-imgs .hero9-imgs-cont .hero9-img:nth-of-type(3) {
    border-radius: 10px;
  }
}
.hero9-imgs .hero9-imgs-cont .play-circule {
  position: absolute;
  inset-inline-end: 0;
  bottom: 31px;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #1263dc;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero9-imgs .hero9-imgs-cont .play-circule {
    width: 67px;
    height: 67px;
  }
}
.hero9-imgs .hero9-imgs-cont .play-circule .play-svg {
  transform: translate(3px, 4px);
}
@media (max-width: 767px) {
  .hero9-imgs .hero9-imgs-cont .play-circule .play-svg {
    width: 27px;
    height: 27px;
  }
}
.hero9-imgs .hero9-imgs-cont .play-circule .play-svg path {
  fill: #f59e0b;
}

.arrow-svg {
  position: absolute;
  bottom: 20%;
  inset-inline-end: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1800px) {
  .arrow-svg {
    bottom: 30%;
  }
}
@media (max-width: 1199px) {
  .arrow-svg {
    display: none;
  }
}
.arrow-svg path {
  fill: #f59e0b;
}/*# sourceMappingURL=main.css.map */