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

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

.banner1-cont {
  display: flex;
  background: linear-gradient(180deg, #1263dc 39.71%, rgb(8.3571428571, 45.9642857143, 102.1428571429) 101.93%);
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner1-cont {
    flex-direction: column;
    border-radius: 16px;
    background: linear-gradient(0deg, #1263dc 39.71%, rgb(8.3571428571, 45.9642857143, 102.1428571429) 101.93%);
  }
}
.banner1-cont {
  color: rgb(6.4285714286, 35.3571428571, 78.5714285714);
}

.banner-info {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 20px 77px 20px 15px;
}
@media (max-width: 991px) {
  .banner-info {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .banner-info {
    width: 100%;
  }
}
.banner-info .offers {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #fce1b3;
  background: #fffaf3;
  color: #f59e0b;
  padding: 2px 14px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 29px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .banner-info .offers {
    font-size: 14px;
  }
}
.banner-info .banner-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .banner-info .banner-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .banner-info .banner-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .banner-info .banner-title {
    font-size: 20px;
  }
}
.banner-info .banner-desc {
  color: #f6f9ff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .banner-info .banner-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.banner-info .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  border-radius: 16px;
  background-color: #fff;
  color: #1263dc;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out;
}
.banner-info .banner-btn:hover {
  background-color: #1263dc;
  color: #fff;
}
@media (max-width: 991px) {
  .banner-info .banner-btn {
    height: 40px;
    border-radius: 10px;
  }
}

.banner-img {
  width: 54%;
  aspect-ratio: 608/544;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  overflow: hidden;
  background-color: #1263dc;
  padding: 6px;
}
@media (max-width: 767px) {
  .banner-img {
    width: 100%;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  }
}
.banner-img .img-cover {
  display: flex;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 767px) {
  .banner-img .img-cover {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
  }
}/*# sourceMappingURL=main.css.map */