@import url(./root.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 ;
}

body {
  background-color: var(--black);
}

.sign-up-for-free-hero-section {
  padding: 10px 8px 20px 8px;
  max-width: 1920px;
  margin: 0 auto;

  .signup-hero-bg-img {
    padding: 162px 12px 106px 12px;
    background-image: url(../images/webp/simplified-hero-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    @media (max-width: 576.99px) {
      padding: 140px 12px 90px 12px;
    }

    .position-relative {
      position: relative;
      z-index: 2;
    }

    &::after {
      position: absolute;
      content: "";
      inset: 0;
      width: 100%;
      height: 100%;
      background-color: #000000d9;
      z-index: 1;
    }

    .signup-hero-title {
      font-weight: 500;
      max-width: 1380px;
      margin: 0 auto;
      padding-bottom: 57px;
      font-size: var(--fs-14xl);
      color: white;
      line-height: 120%;
      text-align: center;

      @media (max-width: 576.99px) {
        padding-bottom: 40px;
      }
    }
  }
}

.text-section {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  /* overflow: clip; */
  padding: 0 8px;

  .text-container {
    @media (min-width: 1024px) {
      min-height: 788px;
    }

    position: relative;
    z-index: 3;
    padding: 94px 16px 215px 16px;
    background: var(--red);
    background-image: url(/assets/images/webp/paragraph-conteiner-bg-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;

    @media (max-width: 992px) {
      padding: 64px 16px 155px 16px;
    }

    @media (max-width: 576px) {
      padding: 35px 16px 90px 16px;
    }

    .paragraph-container {
      max-width: 1560px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap: 75px;

      @media (max-width: 1199.98px) {
        gap: 45px;
      }

      @media (max-width: 576px) {
        gap: 16px;
      }

      p {
        font-weight: 500;
        font-size: var(--fs-9xl);
        line-height: 140%;
        text-align: center;
        color: white;

        @media (max-width: 576px) {
          font-size: var(--fs-4xl);
        }

        span {
          font-weight: 800;
          color: black;
        }
      }
    }
  }

  .img-container {
    position: relative;
    z-index: 3;
    max-width: 1460px;
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
    margin-bottom: -20px !important;

    @media (max-width: 1440px) {
      height: calc(100vw / 2.2) !important;
      margin-bottom: 0 !important;
    }

    @media (max-width: 576px) {
      padding: 0 8px;
      height: calc(100vw / 2.1) !important;
    }

    img {
      width: 100%;
      height: auto;
      transform: translateY(-180px);

      @media (max-width: 992px) {
        transform: translateY(-100px);
      }

      @media (max-width: 576px) {
        transform: translateY(-50px);
      }
    }
  }

  .ellipse-img {
    position: absolute;
    bottom: -740px;
    right: 50%;
    transform: translateX(50%);
    pointer-events: none;
  }
}

/* ---------------why-campus-section-------- */
.why-campus-section {
  padding: 0 8px;
  position: relative;
  z-index: 10;
  /* overflow: clip; */

  @media (max-width: 991.99px) {
    padding: 0 16px;
  }

  .why-campus-container {
    max-width: 1620px;
    margin: 0 auto;
    position: relative;

    .campus-heading {
      text-align: center;
      margin-bottom: 60px !important;

      @media (max-width: 1199.99px) {
        margin-bottom: 40px !important;
        max-width: 800px;
        margin: 0 auto;
      }

      @media (max-width: 767.99px) {
        margin-bottom: 32px !important;
      }
      @media (max-width: 575.99px) {
        margin-bottom: 24px !important;
      }
    }

    .card-wrapper {
      position: relative;
      z-index: 3;
      gap: 30px;

      @media (max-width: 991.99px) {
        gap: 20px;
      }

      @media (max-width: 567.99px) {
        gap: 16px;
      }

      .common-wrapper {
        gap: 30px;

        @media (max-width: 991.99px) {
          gap: 20px;
        }

        @media (max-width: 567.99px) {
          gap: 16px;
        }

        .why-campus-card {
          max-width: 795px;
          width: 100%;
          min-height: 348px;
          gap: 17.63px;
          padding: 30px;
          border-radius: 20px;
          background-color: var(--black);
          border: 1px solid transparent;
          transition: all 0.3s linear;

          &:hover {
            border: 1px solid var(--red);
          }

          @media (max-width: 991.99px) {
            min-height: auto;
          }

          @media (max-width: 767.99px) {
            padding: 20px;
            gap: 12px;
          }

          @media (max-width: 567.99px) {
            padding: 16px;
            max-width: 450px;
            margin: 0 auto;
          }

          .why-card-icon-box {
            width: 63px;
            height: 63px;
            background-color: var(--red);
            border-radius: 100%;

            @media (max-width: 767.99px) {
              width: 40px;
              height: 40px;

              svg {
                width: 24px;
                height: 24px;
              }
            }
          }

          .why-card-para {
            line-height: 174%;
          }

          .seventh-card-p {
            max-width: 633px;
          }

          .eight-card-p {
            max-width: 730px;
          }
          .first-card-p {
            max-width: 730px;
          }
        }
      }
    }
  }

  .why-campus-ellipse {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 100%;
    pointer-events: none;
    width: 384px;
    height: 384px;
    background-color: rgba(242, 74, 74, 0.5);
    border-radius: 50%;
    filter: blur(250px);
  }

  .why-campus-ellipse1 {
    position: absolute;
    bottom: 300px;
    right: 40%;
    width: 100%;
    pointer-events: none;
    width: 384px;
    height: 384px;
    background-color: rgba(242, 74, 74, 0.5);
    border-radius: 50%;
    filter: blur(200px);
  }
}

/* -----------------partner-------- */
.partner-section {
  padding: 150px 8px 157px 8px;
  position: relative;

  @media (max-width: 1199.99px) {
    padding: 100px 16px;
  }
  @media (max-width: 991.99px) {
    padding: 80px 16px 80px 16px;
  }

  @media (max-width: 767.99px) {
    padding: 60px 16px 60px 16px;
  }

  @media (max-width: 567.99px) {
    padding: 48px 16px 48px 16px;
  }

  .partner-container {
    max-width: 1617px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    text-align: center;
    .partners-para {
      line-height: var(--leading-167) !important;
    }
    .start-btn {
      max-width: 334px;
      width: 100%;
      text-decoration: none;
      margin-top: 50px;

      @media (max-width: 767.99px) {
        margin-top: 32px;
        padding: 16px 20px !important;
      }
    }

    .partner-ellispe {
      position: absolute;
      left: -12%;
      bottom: -190px;
      pointer-events: none;
      width: 384px;
      height: 384px;
      background-color: rgba(242, 74, 74, 0.5);
      border-radius: 50%;
      filter: blur(320px);
    }

    .partner-ellispe1 {
      position: absolute;
      pointer-events: none;
      bottom: -230px;
      right: -20%;
      pointer-events: none;
      width: 384px;
      height: 384px;
      background-color: rgba(242, 74, 74, 0.5);
      border-radius: 50%;
      filter: blur(300px);
    }
  }
}

/* ---------who-we-serve-section---------- */
.who-we-serve-section {
  padding: 151px 8px 0;
  position: relative;

  @media (max-width: 1299.99px) {
    padding: 100px 16px 0;
  }

  @media (max-width: 991.99px) {
    padding: 80px 16px 0;
  }

  @media (max-width: 767.99px) {
    padding: 60px 16px 0;
  }

  @media (max-width: 567.99px) {
    padding: 48px 16px 0;
  }

  .who-we-serve-container {
    max-width: 1620px;
    margin: 0 auto;
    position: relative;
    z-index: 2;

    .who-we-serve-heading {
      text-align: center;
      margin-bottom: 79px !important;

      @media (max-width: 1198.99px) {
        margin-bottom: 40px !important;
      }

      @media (max-width: 767.99px) {
        margin-bottom: 32px !important;
      }

      @media (max-width: 567.99px) {
        margin-bottom: 24px !important;
      }
    }

    .who-we-card-wrapper {
      gap: 18px;
      position: relative;
      z-index: 4;

      @media (max-width: 991.99px) {
        gap: 12px;
      }

      .who-we-serve-card {
        max-width: 528px;
        width: 100%;
        background-color: var(--black);
        padding: 30px;
        border: 1px solid transparent;
        border-radius: 21px;
        transition: all 0.3s linear;
        &:hover {
          border: 1px solid var(--red);
        }

        @media (max-width: 1399.99px) {
          padding: 24px;
        }

        @media (max-width: 991.99px) {
          padding: 20px;
        }

        @media (max-width: 767.99px) {
          max-width: 568px;
        }

        @media (max-width: 567.99px) {
          max-width: 528px;

          padding: 16px;
        }

        .who-are-serve-title {
          font-size: 37px;
          line-height: var(--leading-133) !important;
          @media (max-width: 1399.99px) {
            font-size: 28px !important;
          }

          @media (max-width: 991.99px) {
            font-size: 20px !important;
          }

          @media (max-width: 767.99px) {
            font-size: 18px !important;
          }
        }

        .who-we-serve-para {
          margin-top: 6.63px;
          line-height: var(--leading-175);
          @media (max-width: 1399.99px) {
            font-size: 18px !important;
          }

          @media (max-width: 991.99px) {
            font-size: 16px !important;
          }

          @media (max-width: 767.99px) {
            font-size: 14px !important;
          }
        }

        .who-we-card-img {
          margin-top: 17.63px;
          border-radius: 20px;

          @media (max-width: 767.99px) {
            height: 300px;
            object-fit: cover;
          }
        }
      }
    }
  }

  .who-we-ellipse {
    position: absolute;
    left: 0;
    top: 45%;
    width: 384px;
    height: 384px;
    background-color: rgba(242, 74, 74, 0.5);
    border-radius: 50%;
    filter: blur(200px);
    pointer-events: none;

    @media (max-width: 992px) {
      width: 240px;
      height: 240px;
      inset: 0;
    }
  }

  .who-we-ellipse1 {
    position: absolute;
    right: 0;
    top: 45%;
    width: 384px;
    height: 384px;
    background-color: rgba(242, 74, 74, 0.5);
    border-radius: 50%;
    filter: blur(200px);
    pointer-events: none;

    @media (max-width: 992px) {
      width: 240px;
      height: 240px;
      inset: 0;
      top: 70%;
    }
  }

  .who-we-ellipse2 {
    position: absolute;
    left: 40%;
    bottom: -90px;
    width: 384px;
    height: 384px;
    background-color: rgba(242, 74, 74, 0.5);
    border-radius: 50%;
    filter: blur(200px);
    pointer-events: none;

    @media (max-width: 992px) {
      width: 240px;
      height: 240px;
      inset: 0;
    }
  }
}

/* FAQ Section Styles */
.faq-section {
  padding: 150px 8px 100px 8px;
  position: relative;
  @media (max-width: 1199.99px) {
    padding: 150px 16px 0 16px;
  }

  /* background-color: #1b0909; */
  @media (max-width: 991.99px) {
    padding: 80px 16px 0 16px;
  }

  @media (max-width: 767.99px) {
    padding: 60px 16px 0 16px;
  }

  @media (max-width: 567.99px) {
    padding: 48px 16px 0 16px;
  }

  .faq-container {
    max-width: 1620px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }

  .faq-title {
    margin-bottom: 60px !important;
    margin-top: 0;

    @media (max-width: 991.99px) {
      margin-bottom: 40px !important;
      text-align: center;
    }

    @media (max-width: 767.99px) {
      margin-bottom: 32px !important;
    }
  }

  .faq-item {
    background-color: #000000;
    margin-bottom: 22.45px;
    padding: 0 33px;
    border-radius: 14px;

    /* last child mb-0 */
    &:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 575.99px) {
      padding: 0 20px;
    }
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19.64px 0 24.32px;
    cursor: pointer;
    transition: all 0.3s ease;
    transition: all 0.3s ease;

    @media (max-width: 575.99px) {
      padding: 16.64px 0 16.64px;
    }
  }

  .faq-question h3 {
    font-weight: 400;
    color: #fff;
    margin: 0;
    flex: 1;
    transition: all 0.3s ease;
    line-height: 29px;

    @media (max-width: 575.99px) {
      line-height: 130%;
    }
  }

  .faq-item.active .faq-question {
    padding-bottom: 9.36px;

    h3 {
      font-size: var(--fs-5xl);
      font-weight: 700;
    }
  }

  .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
    margin-left: 20px;
  }

  .faq-icon img {
    width: 24px;
    height: 24px;
  }

  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

  .faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
    overflow: hidden;
  }

  .faq-answer > p {
    min-height: 0;
    padding: 0;
    transition: padding 0.4s ease;
  }

  .faq-item.active .faq-answer {
    grid-template-rows: 1fr;
  }

  .faq-item.active .faq-answer > p {
    padding-bottom: 26px;
  }

  .faq-answer p {
    font-size: var(--fs-2xl);
    line-height: 28.06px;
    color: #ffffff;
    margin: 0;
    max-width: 1490px;
    @media (max-width: 567.99px) {
      line-height: 170%;
    }
  }

  .faq-ellispe {
    position: absolute;
    pointer-events: none;
    width: 384px;
    height: 384px;
    left: -124px;
    bottom: -83px;
    opacity: 0.4;
    filter: blur(220px);
    background-color: rgba(242, 74, 74);
    border-radius: 50%;

    /* z-index: -1; */
    @media (max-width: 991.99px) {
      width: 250px;
      height: 250px;
      left: -12px;
      bottom: -140px;

      @media (max-width: 567.99px) {
        width: 150px;
        height: 150px;
        filter: blur(441px);
      }
    }
  }

  .faq-ellispe1 {
    position: absolute;
    pointer-events: none;
    right: -5%;
    top: 20%;
    width: 420px;
    height: 420px;
    background-color: rgba(242, 74, 74, 0.5);
    border-radius: 50%;
    filter: blur(280px);
    z-index: -1;

    @media (max-width: 991.99px) {
      width: 250px;
      height: 250px;
    }
  }

  .z-1 {
    z-index: 1;
  }

  .z-10 {
    z-index: 4;
  }
}


.sell-link{
  text-decoration: none;
  color: var(--red) !important;
  transition: all 0.3s linear;
   &:hover{
    text-decoration: underline var(--red);
   }
}