/*===========================================================================================
    Start Hero Area
=============================================================================================*/

.hero-slider .swiper-slide {
  display: block;
}
.hero-slider .swiper-slide img {
  width: 100%;
  border-radius: 0;
}
.hero-content-title {
  color: var(--white-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 24px;
}
.hero-content-sm-title {
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 16px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 24px;
  display: inline-block;
}

.hero-content-title b {
  color: var(--tertiary-color);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.hero-content-desc {
  color: var(--white-color);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.hero-action {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.hero-action .theme-btn {
  font-size: 18px;
}
.hero-img img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-slider,
  .hero-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .h-banner-item img {
    max-width: 100%;
  }
  .h-banner-item {
    margin-bottom: 0;
  }
}

/*===========================================================================================
    End Hero Area
=============================================================================================*/
