/*
Theme Name: Aiera
Theme URI: https://themeforest.net/user/kinixthemes
Author: KinixThemes
Author URI: https://themeforest.net/user/kinixthemes
Description: Digital Agency SaaS for Startups & IT Tech Companies
Version: 1.1.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Aiera
Tags: custom-menu, sticky-post, featured-images, threaded-comments, translation-ready
Tested up to: 6.4
Requires PHP: 7.4
*/

.aiera-home-4 .hero-section-6 {
  padding: 120px 0 90px;
  min-height: 100vh;
}

.aiera-home-4 .hero-section-6 .hero-content h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 1.1;
  max-width: 660px;
  color: #111;
  font-weight: 700;
  margin-bottom: 22px;
}

.aiera-home-4 .hero-section-6 .hero-content p {
  font-size: 1.04rem;
  color: #545454;
  max-width: 550px;
  margin-bottom: 24px;
}

.aiera-home-4 .hero-section-6 .text {
  display: block;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
}

.aiera-home-4 .hero-section-6 .hero-brand6 {
  margin-top: 22px;
}

.aiera-home-4 .hero-section-6 .brand-img img {
  max-height: 42px;
  width: auto;
}

.aiera-home-4 .hero-slider-item {
  height: 760px;
  overflow: hidden;
}

.aiera-home-4 .hero-slider-item .hero-slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aiera-home-4 .hero-slider-item .hero-slider-wrap.scroll-up {
  animation: scrollUp 15s linear infinite;
}

.aiera-home-4 .hero-slider-item .hero-slider-wrap.scroll-down {
  animation: scrollDown 15s linear infinite;
}

.aiera-home-4 .hero-slider-item .slider-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);
}

.aiera-home-4 .project-section-4,
.aiera-home-4 .service-section-4,
.aiera-home-4 .feature-service-section-6,
.aiera-home-4 .work-process-section-6,
.aiera-home-4 .testimonial-section-6,
.aiera-home-4 .team-section-6,
.aiera-home-4 .news-section-6,
.aiera-home-4 .footer-section-6 {
  overflow: hidden;
}

.aiera-home-4 .project-box-items-6 {
  margin-top: 30px;
}

.aiera-home-4 .project-box-items-6 .project-thumb img {
  width: 100%;
  height: 224px;
  object-fit: cover;
}

.aiera-home-4 .service-wrapper-6 .service-box-items-6 {
  margin-top: 30px;
}

.aiera-home-4 .feature-service-wrapper-6 .feature-service-left-items ul li {
  display: flex;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #ececec;
}

.aiera-home-4 .feature-service-wrapper-6 .feature-service-left-items ul li .number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #5641f3;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}

.aiera-home-4 .feature-service-wrapper-6 .feature-service-image-6 img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 20px;
}

.aiera-home-4 .team-wrapper-6 .team-thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
}

.aiera-home-4 .news-box-items-6 .news-thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 18px;
}

.aiera-home-4 .footer-section-6 {
  padding: 90px 0 40px;
}

.aiera-home-4 .footer-top-wrapper-6 {
  margin-bottom: 45px;
}

.aiera-home-4 .footer-bottoms-6 {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

@keyframes scrollUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

@media (max-width: 991px) {
  .aiera-home-4 .hero-section-6 {
    padding-top: 90px;
  }

  .aiera-home-4 .hero-slider-item {
    height: 520px;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .aiera-home-4 .hero-slider-item {
    height: 420px;
  }

  .aiera-home-4 .hero-slider-item .slider-thumb img {
    height: 170px;
  }
}

.aiera-home-4 .work-process-wrapper-6 .work-process-items-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 30px;
}

.aiera-home-4 .work-process-wrapper-6 .work-process-items-6 .icon {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: -5px -2px 30.2px rgba(0, 27, 162, 0.05);
}

.aiera-home-4 .work-process-wrapper-6 .work-process-items-6 .icon img {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
}

.aiera-home-4 .work-process-wrapper-6 .work-process-items-6 .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.aiera-home-4 .work-process-wrapper-6 .work-process-items-6 .content h4,
.aiera-home-4 .work-process-wrapper-6 .work-process-items-6 .content p {
  margin-left: auto;
  margin-right: auto;
}