.hero {
  margin-top: -120px;
}

.hero-body {
  position: relative;
  height: 140vh;
  overflow: hidden;
}

.hero-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 563px;
  background: linear-gradient(
    257deg,
    rgba(255, 255, 255, 0.98) 9.32%,
    rgba(233, 253, 229, 0.13) 18.25%,
    rgba(255, 255, 255, 0.98) 29.84%,
    rgba(220, 241, 216, 0.43) 44.51%,
    rgba(255, 255, 255, 0.98) 57.17%,
    rgba(205, 230, 200, 0.23) 67.72%,
    rgba(255, 255, 255, 0.98) 75.05%,
    rgba(205, 232, 200, 0) 81%,
    rgba(255, 255, 255, 0.98) 86.44%,
    rgba(255, 255, 255, 0.98) 92.02%,
    rgba(220, 241, 216, 0.55) 96.57%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
}

.hero-right {
  display: none;
}

.hero-title {
  color: #2d2d2d;
  text-align: right;
  font-family: "Yekan Bakh";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.hero-title-gradient {
  text-align: right;
  font-family: "Yekan Bakh";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(90deg, #29869e 0%, #44a865 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  color: #a4a4a4;
  text-align: right;
  font-family: "Yekan Bakh";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 16px;
  line-height: 25px;
}

.hero-content .btn-primary {
  display: block;
  width: 100%;
  margin-top: 32px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #43a668;
  background: linear-gradient(270deg, #45a962 0%, #2885a0 100%);
  color: #fff;
  text-align: center;
}

.hero-content .btn-primary:hover {
  background-color: #17144f;
}
.hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/hero.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 1000px;
}

.hero-content-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.hero-content-inner {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-content {
  width: 50%;
  max-width: 600px;
  text-align: right;
}

.hero-sphere {
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-120%);
  width: 218px;
  height: 224px;
  filter: blur(3.15px);
  z-index: 2;
  pointer-events: none;
}
.hero-sphere1 {
  position: absolute;
  top: 30%;
  left: 150px;
  transform: translateY(-220%);
  width: 57px;
  height: 57px;
  filter: blur(3.5px);
  z-index: 2;
  pointer-events: none;
}
.hero-sphere2 {
  position: absolute;
  top: 30%;
  left: 320px;
  transform: translateY(-200%);
  width: 33px;
  height: 30px;
  z-index: 2;
  pointer-events: none;
}
.hero-sphere3 {
  position: absolute;
  top: 30%;
  right: 400px;
  transform: translateY(-400%);
  width: 20px;
  height: 20px;
  filter: blur(1.649999976158142px);
  z-index: 2;
  pointer-events: none;
}
.hero-sphere4 {
  position: absolute;
  top: 30%;
  right: 200px;
  transform: translateY(-80%);
  width: 42px;
  height: 42px;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-body {
    height: 120vh;
  }
  .hero-content {
    width: 50%;
    max-width: none;
  }
  .hero-bg {
    background-size: auto 850px;
  }
  .hero-sphere,
  .hero-sphere1,
  .hero-sphere2,
  .hero-sphere3,
  .hero-sphere4 {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-body {
    height: 110vh;
  }
  .hero-content {
    width: 55%;
    max-width: none;
  }

  .hero-bg {
    background-size: auto 700px;
  }
  .hero-sphere,
  .hero-sphere1,
  .hero-sphere2,
  .hero-sphere3,
  .hero-sphere4 {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero {
    margin-top: -110px;
  }
  .hero-body {
    height: auto;
    min-height: 140vh;
  }
  .hero-content {
    width: 100%;
    margin-bottom: 300px;
  }
  .hero-content-wrap {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hero-content-inner {
    height: auto;
    padding-top: 150px;
    padding-bottom: 140px;
  }
  .hero-title,
  .hero-title-gradient {
    font-size: 26px;
  }
  .hero-desc {
    font-size: 15px;
    line-height: 24px;
  }
  .hero-bg {
    background-size: auto 500px;
  }
  .hero-sphere,
  .hero-sphere1,
  .hero-sphere2,
  .hero-sphere3,
  .hero-sphere4 {
    display: none;
  }
}
