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

.hero4 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero4 {
    min-height: unset;
  }
}

.hero4-slide {
  position: relative;
  display: flex;
  height: 100vh;
  min-height: 770px;
}
.hero4-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 171, 91, 0) 0%, #00ab5b 100%);
  z-index: 2;
}
.hero4-slide .img-cover {
  display: flex;
}

.thumbs-swiper {
  max-width: 529px;
  overflow: visible;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .thumbs-swiper {
    width: calc(100% - 40px);
    margin-top: -65px;
  }
}
.thumbs-swiper .swiper-slide {
  position: relative;
  z-index: 1;
  opacity: 0.5;
  height: 100%;
}
.thumbs-swiper .swiper-slide .hero-thmb-slide {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.thumbs-swiper .swiper-slide .hero-thmb-slide .img-cover {
  border-radius: 8px;
  display: flex;
}
.thumbs-swiper .swiper-slide .hero-thmb-slide .slide-num {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.thumbs-swiper .swiper-slide-thumb-active {
  position: relative;
  z-index: 3;
  opacity: 1;
}
.thumbs-swiper .swiper-slide-thumb-active .hero-thmb-slide {
  height: 100%;
  width: 100%;
}
.thumbs-swiper .swiper-slide-thumb-active .hero-thmb-slide .slide-num {
  font-size: 32px;
  top: -44px;
}
@media (max-width: 767px) {
  .thumbs-swiper .swiper-slide-thumb-active .hero-thmb-slide .slide-num {
    font-size: 24px;
    top: -33px;
  }
}

.hero4-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 780px;
}
@media (max-width: 1199px) {
  .hero4-cont {
    transform: translate(-50%, -80%);
  }
}
@media (max-width: 991px) {
  .hero4-cont {
    padding: 0 30px;
    transform: translate(-50%, -60%);
    top: 50%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .hero4-cont {
    padding: 0;
    width: calc(100% - 30px);
  }
}
.hero4-cont .hero4-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .hero4-cont .hero4-title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .hero4-cont .hero4-title {
    padding: 0 20px;
    font-size: 32px;
    margin-bottom: 10px;
    width: 600px;
  }
}
@media (max-width: 767px) {
  .hero4-cont .hero4-title {
    font-size: 22px;
    padding: 0;
    margin-bottom: 10px;
    width: auto;
  }
}
.hero4-cont .hero4-desc {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0 62px;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .hero4-cont .hero4-desc {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .hero4-cont .hero4-desc {
    margin-bottom: 8px;
    font-size: 14px;
    padding: 0;
  }
}
.hero4-cont .hero4-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.hero4-cont .hero4-btns .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 96px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #00ab5b;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .hero4-cont .hero4-btns .more-btn {
    height: 40px;
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .hero4-cont .hero4-btns .more-btn {
    padding: 0;
    width: calc(50% - 13px);
  }
}
.hero4-cont .hero4-btns .more-btn:hover {
  color: #fff;
  background-color: #00ab5b;
}/*# sourceMappingURL=main.css.map */