@import url(./root.css);

.sign-up-for-free-hero-section {
  .signup-hero-bg-img {
    padding: 231px 12px 106px 12px;
  }
}
.text-section {
  .text-container {
    padding: 66px 16px 63px !important;
    min-height: 0 !important;
    @media (max-width: 567.99px) {
      padding: 40px 16px 40px !important;
    }

    .paragraph-container {
      max-width: 1620px;

      p {
        font-size: var(--fs-4xl);
        line-height: 220% !important;
      }
    }

    .card-container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      gap: 22.5px;
      max-width: 1620px;
      margin: 0 auto;
      margin-bottom: 71px;

      @media (max-width: 1239.98px) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 50px;
      }

      @media (max-width: 991.98px) {
        gap: 16px;
        margin-bottom: 50px;
      }

      @media (max-width: 567.98px) {
        margin-bottom: 40px;
      }

      .served-card {
        background: #000000;
        border-radius: 22.5px;
        padding: 35.16px 23px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 16px;

        @media (max-width: 1239.98px) {
          min-width: 280px;
        }

        @media (max-width: 991.99px) {
          min-width: 200px;
          padding: 25px 15px;
        }
        @media (max-width: 767.99px) {
          max-width: 190px;
          padding: 25px 15px;
        }

        @media (max-width: 479.98px) {
          min-width: 100%;
        }

        .served-card-icon {
          width: 78.75px;
          height: 78.75px;
          background: #f24a4a;
          border-radius: 19.69px;
          display: flex;
          align-items: center;
          justify-content: center;

          @media (max-width: 991.98px) {
            width: 60px;
            height: 60px;
            border-radius: 12px;

            svg {
              width: 30px;
              height: 30px;
            }
          }
        }

        .served-card-title {
          font-size: var(--fs-3xl);
          line-height: 29px;
          color: #ffffff;
        }
      }
    }
  }
}

.campus-stores-section {
  padding: 150px 8px 30px;
  position: relative;

  @media (max-width: 1023.99px) {
    padding: 80px 16px 0;
  }

  @media (max-width: 768px) {
    padding: 60px 16px 0;
  }

  @media (max-width: 568px) {
    padding: 48px 16px 0;
  }
  .campus-ellispe {
    right: 15%;
    top: 28%;
    width: 384px;
    height: 384px;
    position: absolute;
    pointer-events: none;
    background-color: rgba(242, 74, 74);
    border-radius: 50%;
    filter: blur(260px);
    @media (max-width: 991.99px) {
      width: 250px;
      height: 250px;
    }
  }
  .campus-ellispe1 {
    right: 45%;
    top: 28%;
    width: 384px;
    height: 384px;
    position: absolute;
    pointer-events: none;
    background-color: rgba(242, 74, 74);
    border-radius: 50%;
    filter: blur(260px);
    @media (max-width: 991.99px) {
      width: 250px;
      height: 250px;
    }
  }
  .campus-stores-container {
    max-width: 1620px;
    margin: 0 auto;
    position: relative;

    h3 {
      font-size: var(--fs-13xl);
      color: #ffffff;
      margin-bottom: 24px;
      font-weight: 600;
      line-height: var(--leading-140) !important;
      @media (max-width: 767.99px) {
        font-size: var(--fs-12xl);
      }
    }

    p {
      font-size: var(--fs-5xl);
      line-height: 168%;
      color: #ffffff;
      @media (max-width: 767.99px) {
        font-size: var(--fs-4xl);
      }
    }

    .campus-stores-border {
      margin: 90px 0;
      width: 100%;
      border-bottom: 1px solid;
      border-image: linear-gradient(
          90deg,
          rgba(204, 204, 204, 0) 0%,
          #f24a4a 47.12%,
          rgba(153, 153, 153, 0) 100%
        )
        1;

      @media (max-width: 1023.99px) {
        margin: 60px 0;
      }
      @media (max-width: 767.98px) {
        margin: 45px 0;
      }
      @media (max-width: 567.98px) {
        margin: 30px 0;
      }
    }
  }
}

.our-story-section-timeline {
  padding: 0 20px;
  position: relative;
  .our-story-container-timeline {
    position: relative;
    z-index: 10;
    max-width: 1620px;
    margin: 0 auto;

    .our-story-badge-wrapper {
      margin: 50px 0 40px;
      @media (max-width: 991.98px) {
        margin: 40px 0 32px;
      }
      @media (max-width: 767.98px) {
        margin: 20px 0 16px;
      }
    }

    .our-story-para-timeline {
      color: #ffffff;
      font-size: var(--fs-5xl);
      line-height: 171%;
      text-align: center;
    }
    .mb-40 {
      margin-bottom: 40px !important;
      @media (max-width: 991.98px) {
        margin-bottom: 20px !important;
      }
    }
  }
}

.bg-img-learn-more {
  position: relative;
  .learn-ellipse {
    left: 0;
    bottom: -20%;
    width: 384px;
    height: 384px;
    position: absolute;
    pointer-events: none;
    background-color: rgba(242, 74, 74);
    border-radius: 50%;
    filter: blur(300px);
    @media (max-width: 991.99px) {
      width: 250px;
      height: 250px;
    }
  }
  .learn-ellipse {
    left: -5%;
    bottom: -20%;
    width: 384px;
    height: 384px;
    position: absolute;
    pointer-events: none;
    background-color: rgba(242, 74, 74);
    border-radius: 50%;
    filter: blur(350px);
    @media (max-width: 991.99px) {
      width: 250px;
      height: 250px;
      z-index: -5;
    }
  }
  .learn-ellipse1 {
    left: 40%;
    bottom: -20%;
    width: 384px;
    height: 384px;
    position: absolute;
    pointer-events: none;
    background-color: rgba(242, 74, 74);
    border-radius: 50%;
    filter: blur(390px);
    @media (max-width: 991.99px) {
      width: 250px;
      height: 250px;
    }
  }
  .learn-ellipse2 {
    right: 0;
    bottom: -30%;
    width: 384px;
    height: 384px;
    position: absolute;
    pointer-events: none;
    background-color: rgba(242, 74, 74);
    border-radius: 50%;
    filter: blur(300px);
    @media (max-width: 991.99px) {
      width: 250px;
      height: 250px;
    }
  }
  .learn-more-container {
    position: relative;
    z-index: 3;
  }
}
