{% require_css %}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=League+Spartan:wght@300;400;500;600;700&display=swap" rel="stylesheet">
{% end_require_css %}

{% scope_css %}
/* ============================================
   AutomateNow Hero About Module
   ============================================ */

/* Main Wrapper - Background Image Container */
.automatenow-hero-about__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 20vh;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* Overlay */
.automatenow-hero-about__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Content Wrapper */
.automatenow-hero-about__content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 50px;
  box-sizing: border-box;
}

@media (min-width: 1220px) {
  .automatenow-hero-about__wrapper {
    min-height: 971px;
  }

  .automatenow-hero-about__content-wrapper {
    padding: 450px 100px 100px 100px;
  }
}

/* Heading */
.automatenow-hero-about__heading {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  padding: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

/* Text */
.automatenow-hero-about__text {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 64px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  max-width: 1200px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.automatenow-hero-about__text p {
  margin: 0;
  padding: 0;
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 64px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.automatenow-hero-about__text p:last-child {
  margin-bottom: 0;
}

/* ============================================
   Responsive Styles
   ============================================ */

/* Tablet */
@media (max-width: 1220px) {
  .automatenow-hero-about__wrapper {
    height: auto;
    max-height: 700px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .automatenow-hero-about__content-wrapper {
    padding: 300px 40px 60px 40px;
    justify-content: center;
  }

  .automatenow-hero-about__heading {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .automatenow-hero-about__text {
    font-size: 48px;
    max-width: 100%;
  }

  .automatenow-hero-about__text p {
    font-size: 48px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .automatenow-hero-about__wrapper {
    height: auto;
    max-height: 450px;
    background-size: cover;
    background-position: top center;
  }

  .automatenow-hero-about__content-wrapper {
    padding: 200px 20px 60px 20px;
    justify-content: center;
  }

  .automatenow-hero-about__heading {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 125%;
  }

  .automatenow-hero-about__text {
    font-size: 36px;
    line-height: 125%;
    max-width: 100%;
  }

  .automatenow-hero-about__text p {
    font-size: 36px;
    line-height: 125%;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .automatenow-hero-about__wrapper {
    height: auto;
    max-height: 400px;
    background-size: cover;
    background-position: center;
  }

  .automatenow-hero-about__content-wrapper {
    padding: 120px 15px 50px 15px;
    justify-content: center;
  }

  .automatenow-hero-about__heading {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 125%;
  }

  .automatenow-hero-about__text {
    font-size: 28px;
    line-height: 125%;
    max-width: 100%;
  }

  .automatenow-hero-about__text p {
    font-size: 28px;
    line-height: 125%;
  }
}
{% end_scope_css %}
