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

.banner2 {
  padding: 150px 0;
}
@media (max-width: 991px) {
  .banner2 {
    padding: 40px 0;
  }
}

.banner2-cont {
  padding: 105px 90px 90px 90px;
  background-color: #1263dc;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .banner2-cont {
    border-radius: 16px;
    padding: 60px 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  .banner2-cont {
    padding: 20px;
  }
}

.banner-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .banner-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px;
  }
}

.banner-img {
  aspect-ratio: 960/327;
  width: 100%;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .banner-img {
    aspect-ratio: 960/400;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .banner-img {
    aspect-ratio: 1.4;
  }
}
.banner-img .img-cover {
  display: flex;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .banner-img .img-cover {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .banner-img .img-cover {
    border-radius: 14px;
  }
}
.banner-img .banner-btn-parent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1263dc;
  padding: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-width: 991px) {
  .banner-img .banner-btn-parent {
    padding: 14px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media (max-width: 767px) {
  .banner-img .banner-btn-parent {
    padding: 8px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.banner-img .banner-btn-parent::after {
  position: absolute;
  content: "";
  top: 0px;
  right: -40px;
  width: 40px;
  height: 22px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -5px 0 0px #1263dc;
}
@media (max-width: 991px) {
  .banner-img .banner-btn-parent::after {
    border-radius: 18px;
  }
}
.banner-img .banner-btn-parent::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -40px;
  width: 40px;
  height: 22px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -5px 0 0px #1263dc;
}
@media (max-width: 991px) {
  .banner-img .banner-btn-parent::before {
    border-radius: 18px;
  }
}
.banner-img .banner-btn-parent .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  border-radius: 16px;
  background-color: #fff;
  color: #1263dc;
  padding: 0 95px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
}
.banner-img .banner-btn-parent .banner-btn:hover {
  background-color: #1263dc;
  color: #fff;
}
@media (max-width: 991px) {
  .banner-img .banner-btn-parent .banner-btn {
    height: 40px;
    border-radius: 10px;
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .banner-img .banner-btn-parent .banner-btn {
    padding: 0 30px;
    height: 35px;
    border-radius: 8px;
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */