/* @import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Schoolbell&display=swap"); */
/* ===========================
   BANNER CONTAINER
=========================== */
.banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner {
    flex-direction: row;
    padding: 0 0 0 2.28rem;
    height: 15.09rem;
    margin-top: rem; /* debugging line */
    overflow: hidden;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 0 0 0 1.1rem;
    height: 24.045rem;
    background-color: #62186f;
    overflow: hidden;
  }
}

/* ===========================
  LEFT SIDE
=========================== */
.banner__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 20rem;
  flex-shrink: 0;
  padding-top: 3rem;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .banner__left {
    align-items: flex-start;
    padding-top: 3.5rem;
    height: 100%;
  }
}

.banner__left-h1 {
  font-size: 1.45rem;
  font-weight: 500;
  color: white;
  line-height: 1;
  letter-spacing: -1%;
}

@media screen and (min-width: 768px) {
  .banner__left-h1 {
    font-size: 1rem;
    line-height: 1.1;
    color: black;
  }
}

.banner__left-h1 span {
  color: white;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .banner__left-h1 span {
    color: var(--brandClr);
  }
}

@media screen and (min-width: 768px) {
  .br-el {
    display: none;
  }
}

.banner__left-p {
  font-size: 0.727rem;
  width: 11.13rem;
  color: white;
  font-weight: 500;
  text-align: left;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .banner__left-p {
    text-align: left;
    font-size: 0.45rem;
    margin-top: 0.2rem;
    width: 11.11rem;
    line-height: 1.2;
    letter-spacing: -2%;
    color: #5a5b60;
  }
}

.banner__left-button {
  background-color: white;
  color: #62186f;
  border-radius: 2.18rem;
  font-size: 0.727rem;
  width: 9.54rem;
  height: 2.18rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .banner__left-button {
    height: 1.32rem;
    width: 7.16rem;
    font-size: 0.451rem;
    line-height: 1;
    margin-top: 1rem;
    font-weight: 600;
    background-color: var(--brandClr);
    color: white;
  }
}

/* ===========================
   RIGHT SIDE
=========================== */
.banner__right {
  height: 15.8rem;
  background: var(--dark-violet);
  align-self: stretch;
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner__right {
    width: 12.98rem;
    background-color: #4d2a53;
  }
}

/* ===========================
   RIGHT SIDE IMAGES
=========================== */
.banner__happy-people {
  height: 100%;
  width: 18.68rem;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.banner__happy-people-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .banner__happy-people {
    width: 7.88rem;
    height: 15.09rem;
    left: 14.16rem;
    display: none;
  }
  .banner__happy-people-bg {
    position: absolute;
    width: 7.88rem;
    height: 15.09rem;
    top: 0;
    left: 14.16rem;
    display: inline-block;
  }
}

.form-container-banner {
  padding-left: 0 !important;
  margin-right: 1rem;
}

.form-container-banner .form-container__form {
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .form-container-banner .form-container__form {
    display: none;
  }
}

.form__header{
  background-color: #62186f;
  color: white;
}

/* ===========================
   STATS SECTION
=========================== */
.stats {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  color: #62186f;
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 768px) {
  .stats {
    flex-direction: row;
    justify-content: space-around;
  }
}

.stats__item {
  padding-bottom: 0.2rem;
}

.stats__item:nth-child(even) {
  align-self: flex-end;
}

@media screen and (min-width: 768px) {
  .stats__item:nth-child(even) {
    align-self: flex-start;
  }
}

.stats__number {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
  color: #62186f;
}

.stats__line {
  border-bottom: 1px solid #62186f;
}

@media screen and (min-width: 768px) {
  .stats__number {
    font-size: 1.3rem;
    border: 0;
    line-height: 1;
  }
}

.stats__label {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.4rem;
  color: #62186f;
}

@media screen and (min-width: 768px) {
  .stats__label {
    font-size: 0.366rem;
    margin-top: 0;
    line-height: 1;
  }
}

/* Animation-specific additions */
.stats__number,
.stats__label {
  opacity: 0;
  position: relative;
}

.stats__number {
  transform: translateY(40px); /* comes from below */
}

.stats__label {
  transform: translateY(-40px); /* comes from above */
}

.stats__line {
  display: block;
  width: 0%;
  border-bottom: 0.015rem solid #62186f;
  transform-origin: left center;
  margin: 0.3rem 0;
}

.banner-title__unique-text {
  color: black !important;
  font-family: "Schoolbell", cursive;
  font-weight: 400 !important;
  font-style: normal;
}
