
/*
 * #-Hero Area
*/
.hero-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.hero-caption h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
  color: var(--primary-color);
  margin-bottom: 2px;
}
.hero-caption h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 20px;
}
.hero-caption p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--body-color);
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .hero-caption h2 {
    font-size: 42px;
    line-height: 72px;
    margin-bottom: 20px;
  }
  .hero-caption p {
    margin-bottom: 20px;
  }
}
.hero-area .shap-img img {
  position: absolute;
}
.hero-area .shap-img img.shap6 {
  bottom: 10%;
  right: 35%;
}
.hero-area .shap-img img.shap5 {
  top: 0%;
  left: 51%;
  width: 180px;
}
.hero-area .shap-img img.shap4 {
  left: 46%;
  top: 10%;
}
.hero-area .shap-img img.shap3 {
  left: 38%;
  top: 15%;
}
.hero-area .shap-img img.shap2 {
  bottom: 1%;
  left: 3%;
}
.hero-area .shap-img img.shap1 {
  left: 10%;
  top: 33%;
}
.hero-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hero-image {
  margin-top: 10px;
}
/* .hero-slider-full .owl-nav span.hero-nav {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  font-size: 34px;
} */
.hero-slider-full .owl-nav span.hero-nav:hover {
  background: var(--primary-color);
  color: #fff;
}
/* .hero-slider-full .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: 20px;
}
.hero-slider-full .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: 20px;
} */
.active .hero-slider-item h2,
.active .hero-slider-item a,
.active .hero-slider-item p,
.active .hero-slider-item h5,
.active .hero-slider-item h6 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1.3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.6s;
}
.active .hero-slider-item h5,
.active .hero-slider-item h6 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.active .hero-slider-item p,
.active .hero-slider-item h6 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.active .hero-slider-item a {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.active .hero-slider-item .hero-image img {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.hero-slider-area .shap-img img {
  position: absolute;
  z-index: 9;
  width: auto;
}
.hero-slider-area .shap-img img.shap1 {
  left: 10%;
  top: 35%;
}
.hero-slider-area .shap-img img.shap4 {
  left: 46%;
  top: 10%;
}
.hero-slider-area .shap-img img.shap3 {
  right: 10%;
  top: 7%;
}
.hero-slider-area .shap-img img.shap6 {
  right: 37%;
  bottom: 15%;
}
.hero-slider-item .hero-caption {
  overflow: hidden;
}
.hero-slider-area.hero-slider-2 {
  margin-top: -99px;
}
.hero-slider-full2 .owl-nav span.hero-nav {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 50%;
  font-size: 24px;
}
.hero-slider-full2 .owl-nav span.hero-nav:hover {
  background: var(--primary-color);
  color: #fff;
}
.hero-slider-full2 .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: 20px;
}
.hero-slider-full2 .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: 20px;
}
.hero-slider-item.slider2 {
  z-index: 9;
  padding-top: 280px;
  padding-bottom: 200px;
}
@media (max-width: 1400px) {
  .hero-slider-full2 .hero-slider-item.slider2 {
    padding-top: 240px;
    padding-bottom: 180px;
  }
}
.hero-slider-item.slider2:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -9;
  background: linear-gradient(
    104.22deg,
    rgba(34, 34, 34, 0.32) 0.25%,
    rgba(34, 34, 34, 0.8) 20.65%,
    rgba(34, 34, 34, 0.1) 99.81%
  );
}
.hero-slider-area.hero-slider-2 .shap-img img.shap4 {
  left: 42%;
  top: 20%;
}
.hero-slider-area.hero-slider-2 .shap-img img.shap3 {
  right: 10%;
  top: 18%;
}
.hero-slider-item.slider2 .hero-caption h5 {
  color: #ffffff;
}
.hero-slider-item.slider2 .hero-caption h2 {
  color: #fff;
}
.hero-slider-item.slider2 .hero-caption p {
  color: #fff;
}
@media (max-width: 1600px) {
  .hero-area .shap-img img.shap1 {
    left: 4%;
  }
  .hero-slider-area .shap-img img.shap1 {
    left: 4%;
  }
}
@media (max-width: 1400px) {
  .hero-area .shap-img img.shap1 {
    left: 0;
  }
  .hero-slider-area .shap-img img.shap1 {
    left: 0%;
  }
}