/* hero */

.hero_heading {
  letter-spacing: 0px;
  width: 100%;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  /* color:#343434; */
}
/* .hero_content {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
} */

.hero_heading-wrap {
  /* opacity: 1;
    flex: none;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 60rem; */
  opacity: 1;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 46rem;
}
.main-wrap {
  z-index: 3;
}

.container.is_hero {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-bottom: 1rem;

}


.hero_animation_text._01 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff9b55, #ff2cc0 32%, #3f2fee 99%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero_animation_text._02 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #3f2fee, #ce2ecc 40%, #ff717e);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero_animation_text._03 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #369698, #425ac1 51%, #ff36b7);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero_animation_text._04 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #379599, #8247e5 35%, #b591f0);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero_animation_text._05 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #369698, #425ac1 51%, #ff36b7);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero_animation_text._06 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #3f2fee, #ce2ecc 40%, #ff717e);
  -webkit-background-clip: text;
  background-clip: text;
}

.btn-mobile_hide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  /* justify-content: center; */
  /* align-items: center; */
  display: flex
;
}

/* hero */
.hero_animation_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 0rem 1rem 0rem;
}

.hero_heading.span {
    width: auto;
}

.hero_text_animation-wrap {
  /* display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5.5rem; */

    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 4.9rem;
    display: flex;
    overflow: hidden;
}



.hero_animation_text {
  position: absolute;
  /* left: 2%; */
  transform: translateX(0%);
  font-size: 4.5rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 10px;
}

.hero_sec {
  position: relative;
  /* height:77vh; */
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  /* padding: 0 1rem; */
}

.bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero_content {
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center;
  justify-content: center; */
  opacity: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex
}

/* .hero_heading-wrap {
  max-width: 1200px;
} */

.hero_para {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.55;
    margin: 10px 0px;
}
.hero_cta-wrap{
  margin-top:0.8rem;
}

.hero_span {
  display: none;
}

.hero_details {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 22rem;
    display: flex;
}

/* Social proof row: founders + reviews (Wavespace-style) */
.hero_social-proof {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    margin-top: 0rem;
    /* border: 1px solid #e5e7eb; */
    border-radius: 10px;
    padding: 0;
    width: fit-content;
    overflow: hidden;
}

.hero_founders {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 8px 14px;
}

.hero_avatars {
    display: flex;
    align-items: center;
}

.hero_avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    margin-left: -8px;
}

.hero_avatar:first-child {
    margin-left: 0;
}

.hero_founders_text {
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.35;
    color: #1a1a1a;
}

.hero_founders_heart {
    display: inline-block;
    width: 0.85em;
    height: 0.85em;
    margin-left: 0.2em;
    vertical-align: -0.05em;
}
.hero_reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 8px 14px;
    /* border-left: 1px solid #e5e7eb; */
}

.hero_review_logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_review_logo img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.hero_reviews_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.hero_stars {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    color: #e53935;
    line-height: 1;
}

.hero_reviews_label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #6b7280;
}

@media (max-width: 600px) {
    .hero_social-proof {
        gap: 0;
    }
    .hero_avatar {
        width: 22px;
        height: 22px;
        margin-left: -7px;
    }
    .hero_founders_text {
        font-size: 0.68rem;
    }
}

h1 {
  margin: .67em 0;
  margin-top: 0;
  margin-bottom: 0;
}

.hero_details_para-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.div_hide {
    overflow: hidden;
}

@media screen and (min-width: 1440px) {

    .hero_heading {
        flex: none;
        font-size: 4.5em;
    }
    .hero_animation_text {
        font-size: 4.5em;
    }
    .hero_text_animation-wrap {
        height: 6.5rem;    
    }
    .hero_heading-wrap {
        max-width: 60rem;
    }
}

@media screen and (min-width: 1280px) {
    .hero_para {
        font-size: 1.125rem;
    }
}



.hero_content {
    opacity: 1;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    display: flex
;
}



element.style {
}
@media screen and (max-width: 991px) {
  /* reduce the huge 10rem desktop padding on tablet */
  .hero-area {
    padding-top: 8rem !important;
  }
  .hero_heading {
    font-size: 3rem !important;
  }
  .hero_animation_text {
    font-size: 3rem !important;
  }
  .hero_text_animation-wrap {
    height: 4.4rem !important;
  }
}

@media screen and (max-width: 767px) {
  /* tighten padding so content sits just below header + marquee */
  .hero-area {
    padding-top: 6rem !important;
    padding-bottom: 2rem !important;
  }
  .hero_details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
  }
  .hero_heading {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }
  .hero_animation_text {
    font-size: 3rem !important;
    padding-left: 0 !important;
  }
  .hero_text_animation-wrap {
    height: 3.4rem !important;
  }
  .hero_animation_wrap {
    margin: 0 0 0.75rem 0 !important;
  }
  .hero_cta-wrap {
    margin-top: 1.25rem !important;
  }
  .btn-mobile_hide {
    flex-wrap: wrap;
    gap: 0.75rem !important;
  }
  .container.is_hero {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (max-width: 480px) {
  .hero-area {
    padding-top: 3rem !important;
  }
  .hero_heading {
    font-size: 3rem !important;
  }
  .hero_animation_text {
    font-size: 3rem !important;
  }
  .hero_text_animation-wrap {
    height: 3rem !important;
  }
}

