/*------------------- 4.8. Hero Area  -------------------*/
.vs-hero {
  position: relative;
  z-index: 9;
}
.vs-hero__active--zoom {
  display: flex;
  justify-content: center;
}
.vs-hero__active--zoom .swiper-slide {
  overflow: hidden;
}
.vs-hero__ele1, .vs-hero__ele2 {
  position: absolute;
  z-index: 2;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero__ele1, .vs-hero__ele2 {
    display: none;
  }
}
.vs-hero__ele1 {
  top: 150px;
  left: 163px;
}
.vs-hero__ele2 {
  right: 20%;
  top: 16%;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero__ele2 {
    display: none;
  }
}
.vs-hero__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  animation: zoom 20s ease-in-out infinite;
}
.vs-hero__shape {
  max-height: 485.92px;
  padding: 70px 360px 136px 50px;
  max-width: 803.04px;
  position: relative;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .vs-hero__shape {
    padding: 70px 360px 70px 50px;
    max-width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .vs-hero__shape {
    padding: 70px 336px 70px 50px;
  }
}
@media (max-width: 767px) {
  .vs-hero__shape {
    padding: 18px;
  }
}
.vs-hero__shape--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero__shape--bg {
    left: 15px;
  }
}
.vs-hero__content {
  padding: 177px 0 160px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero__content {
    padding: 100px 0;
  }
}
.vs-hero__title--sub {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 600;
  color: var(--vs-theme-color1);
  text-transform: capitalize;
  line-height: 1.1;
  margin: 0 0 15px 0;
}
.vs-hero__title--main {
  font-size: clamp(1.875rem, 1.307rem + 2.84vw, 3.438rem);
  line-height: 0.9;
  margin: 0 0 15px 0;
}
.vs-hero__title--main span {
  color: var(--vs-theme-color1);
}
.vs-hero__desc {
  font-size: 18px;
  font-weight: 500;
  color: var(--vs-body-color);
  text-transform: capitalize;
  margin: 0 0 30px 0;
}
.vs-hero__character {
  position: absolute;
  right: 41px;
  top: 48px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero__character {
    display: none;
  }
}
.vs-hero .vs-hero__active--zoom .swiper-slide-active:not(.swiper-slide-duplicate) .vs-hero__anim.manimated {
  animation-fill-mode: both;
  animation-name: fadeInUp;
  opacity: 1;
  animation-duration: 1s;
}
.vs-hero__direction {
  position: absolute;
  right: 206px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .vs-hero__direction {
    right: 50px;
  }
}
@media (max-width: 991px) {
  .vs-hero__direction {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .vs-hero__direction {
    display: none;
  }
}
.vs-hero__direction .vs-swiper-button-next,
.vs-hero__direction .vs-swiper-button-prev {
  --circle-size: 55px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  width: var(--circle-size);
  height: var(--circle-size);
  min-width: var(--circle-size);
  min-height: var(--circle-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--vs-white-color);
  transition: all 0.3s ease-in-out;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero__direction .vs-swiper-button-next,
  .vs-hero__direction .vs-swiper-button-prev {
    background-color: var(--vs-theme-color2);
  }
}
.vs-hero__direction .vs-swiper-button-next:hover,
.vs-hero__direction .vs-swiper-button-prev:hover {
  background-color: var(--vs-theme-color1);
}
.vs-hero--style2 .vs-hero__content {
  padding: 112px 0 187px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--style2 .vs-hero__content {
    padding: 100px 0 20px;
  }
}
.vs-hero--style2 .vs-hero__title--sub {
  color: var(--vs-white-color);
}
.vs-hero--style2 .vs-hero__title--main {
  color: var(--vs-white-color);
  font-size: clamp(1.875rem, 0.511rem + 6.82vw, 5.625rem);
  line-height: 88px;
}
.vs-hero--style2 .vs-hero__title--main span {
  color: var(--vs-white-color);
}
.vs-hero--style2 .vs-hero__desc {
  color: var(--vs-white-color);
  font-weight: 600;
}
.vs-hero--style2 .vs-hero__btn {
  background-color: var(--vs-white-color);
  color: var(--vs-theme-color1);
}
.vs-hero--style2 .vs-hero__btn .vs-btn__border {
  border-color: var(--vs-theme-color1);
}
.vs-hero--style2 .vs-hero__btn:hover {
  color: var(--vs-white-color);
}
.vs-hero--style2 .vs-hero__btn:hover .vs-btn__border {
  border-color: var(--vs-white-color);
}
.vs-hero--style3 {
  margin-top: -60px;
}
.vs-hero--style3 .vs-hero__content {
  padding: 227px 0 250px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .vs-hero--style3 .vs-hero__content {
    padding: 100px 0 20px;
  }
}
@media (max-width: 991px) {
  .vs-hero--style3 .vs-hero__content {
    text-align: center;
  }
}
.vs-hero--style3 .vs-hero__title--main {
  font-size: clamp(3.438rem, 2.642rem + 3.98vw, 5.625rem);
  margin: 0 0 15px 0;
  line-height: 1.15;
  text-transform: capitalize;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--style3 .vs-hero__title--main {
    font-size: clamp(2.5rem, 1.642rem + 3.98vw, 4.375rem);
  }
}
.vs-hero--style3 .vs-hero__title--main span {
  display: block;
  color: var(--vs-theme-color2);
  font-size: clamp(3.125rem, 3.011rem + 0.57vw, 3.438rem);
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-hero--style3 .vs-hero__title--main span {
    font-size: clamp(2.2rem, 1.2rem + 3.98vw, 4.375rem);
  }
}
.vs-hero--style3 .vs-hero__title--sub {
  font-size: 40px;
  font-family: var(--vs-special-font);
  margin: 0px 0 15px 0;
}
.vs-hero--style3 .vs-hero__desc {
  color: var(--vs-title-color);
  font-size: 20px;
}
.vs-hero--style3 .vs-hero__ele1,
.vs-hero--style3 .vs-hero__ele2,
.vs-hero--style3 .vs-hero__ele3,
.vs-hero--style3 .vs-hero__ele4 {
  position: absolute;
  z-index: 2;
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero--style3 .vs-hero__ele1,
  .vs-hero--style3 .vs-hero__ele2,
  .vs-hero--style3 .vs-hero__ele3,
  .vs-hero--style3 .vs-hero__ele4 {
    display: none;
  }
}
.vs-hero--style3 .vs-hero__ele1 {
  top: 163px;
  left: 163px;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .vs-hero--style3 .vs-hero__ele1 {
    top: 100px;
  }
}
@media (max-width: 1199px) {
  .vs-hero--style3 .vs-hero__ele1 {
    top: 0;
    left: 0;
  }
}
.vs-hero--style3 .vs-hero__ele2 {
  top: auto;
  bottom: 0;
  left: 98px;
  right: auto;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--style3 .vs-hero__ele2 {
    bottom: auto;
    left: 98px;
    right: auto;
  }
}
.vs-hero--style3 .vs-hero__ele3 {
  top: 137px;
  left: 50%;
}
.vs-hero--style3 .vs-hero__ele4 {
  top: 90px;
  right: 270px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-hero--style3 .vs-hero__ele4 {
    top: auto;
    right: 0;
    bottom: 0;
  }
}
.vs-hero--style3 .vs-hero__direction {
  z-index: 99;
}
.vs-hero--style3 .vs-hero__direction .vs-swiper-button-next,
.vs-hero--style3 .vs-hero__direction .vs-swiper-button-prev {
  color: var(--vs-title-color);
}
.vs-hero--style3 .vs-hero__direction .vs-swiper-button-next:hover,
.vs-hero--style3 .vs-hero__direction .vs-swiper-button-prev:hover {
  color: var(--vs-white-color);
}
.vs-hero--style2 .vs-hero__main-img, .vs-hero--style3 .vs-hero__main-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.vs-hero--style2 .vs-hero__main-img {
  right: 15%;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .vs-hero--style2 .vs-hero__main-img {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .vs-hero--style2 .vs-hero__main-img {
    position: static;
    margin: 0 auto;
    display: flex;
  }
}
.vs-hero--style2 .vs-hero__direction {
  left: 0;
  right: 30px;
}
.vs-hero--style2 .vs-hero__direction .vs-swiper-button-next,
.vs-hero--style2 .vs-hero__direction .vs-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4);
}
.vs-hero--style2 .vs-hero__direction .vs-swiper-button-next:hover,
.vs-hero--style2 .vs-hero__direction .vs-swiper-button-prev:hover {
  background-color: var(--vs-title-color);
}
.vs-hero--style2 .vs-hero__direction .vs-swiper-button-prev {
  left: 153px;
}
.vs-hero--style2 .vs-hero__direction .vs-swiper-button-next {
  right: 153px;
}
.vs-hero--style3 .vs-hero__main-img {
  right: 0%;
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .vs-hero--style3 .vs-hero__main-img {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .vs-hero--style3 .vs-hero__main-img {
    position: static;
    margin: 0 auto;
    display: flex;
  }
}
.vs-hero--style3 .vs-hero-pagination {
  position: absolute;
  bottom: 110px !important;
  left: 50% !important;
  z-index: 9;
  max-width: calc(var(--vs-main-container) + var(--vs-container-gutters));
  padding-left: calc(var(--vs-container-gutters) / 2);
  padding-right: calc(var(--vs-container-gutters) / 2);
  margin: 0 auto;
  transform: translateX(-50%);
  /* Medium devices */
}
@media (max-width: 991px) {
  .vs-hero--style3 .vs-hero-pagination {
    text-align: center;
  }
}
.vs-hero--style3 .vs-hero-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 22px;
  color: var(--vs-theme-color1);
  opacity: 1;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  will-change: transform;
}
.vs-hero--style3 .vs-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--vs-theme-color2);
}
.vs-hero--style3 .vs-hero-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  color: var(--vs-theme-color2);
}

/*------------------- 4.9. Error  -------------------*/
.error-area__content {
  text-align: center;
}
.error-area__title {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--vs-special-font);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 17px;
}
.error-area__title span {
  height: 3px;
  width: 60px;
  background-color: var(--vs-theme-color1);
}
