
/* --- --- Hero section --- --- */
.hero-section {
    text-align: center;
    margin: 0 auto;
    z-index: 4;
    max-width: 90%;
  }
  
  .hero-tag-code {
    position: relative;
  }
  
  .hero-tag-code::after {
    content: ' ';
    background: url('../images/code_underline.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
  }
  
  .hero-tag-errors {
    position: relative;
  }
  
  .hero-tag-errors::after {
    content: ' ';
    background: url('../images/error_underline.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
  }
  
  .tagline-container {
    position: relative;
  }
  .shape {
    position: absolute;
    top: 175px;
    right: 670px;
  }
  .line {
    position: absolute;
    top: 175px;
    right: 310px;
  }
  .hero-title {
    font-family: 'Sora';
    color: white;
    font-weight: 200;
    font-size: 54px;
    line-height: 92px;
    text-align: center;
    letter-spacing: -0.04em;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .hero-sub-title {
    font-family: 'Sora';
    font-weight: 700;
    font-size: 54px;
  }
  .hero-gradient-img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 30px;
    width: 100%;
  }
  
  /* ------------ Hero section Responsive -------------- */
  /* ----  Mobile Devices ---- */
  
  @media (max-width: 480px) {
    .hero-section {
      text-align: center;
    }
    .shape {
      width: 50px;
      top: 90px;
      right: 174px;
    }
    .line {
      width: 60px;
      top: 90px;
      right: 29px;
    }
    .hero-title {
      font-family: 'Sora';
      color: white;
      font-weight: 200;
      font-size: 30px;
      line-height: 31px;
      margin: 20px 0;
    }
    .hero-sub-title {
      font-family: 'Sora';
      font-weight: 700;
      font-size: 30px;
    }
    .hero-gradient-img {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 20px;
      width: 100%;
      height: 800px;
    }
  }
  /* ----- iPads and Tablets -------- */
  @media (min-width: 481px) and (max-width: 768px) {
    .shape {
      position: absolute;
      width: 55px;
      top: 60px;
      right: 198px;
    }
    .line {
      position: absolute;
      width: 60px;
      top: 60px;
      right: 55px;
    }
    .hero-section {
      text-align: center;
      margin-top: 20px;
    }
    .hero-title {
      font-family: 'Sora';
      color: white;
      font-weight: 200;
      font-size: 30px;
      line-height: 31px;
    }
    .hero-sub-title {
      font-family: 'Sora';
      font-weight: 700;
      font-size: 30px;
    }
  }
  /* ----- Laptops and small screen -------- */
  @media (min-width: 769px) and (max-width: 1024px) {
    .hero-section {
      text-align: center;
      margin: 0 auto;
    }
    .hero-title {
      font-family: 'Sora';
      color: white;
      font-weight: 200;
      font-size: 30px;
      line-height: 31px;
    }
    .hero-sub-title {
      font-family: 'Sora';
      font-weight: 700;
      font-size: 30px;
    }
    .shape {
      width: 55px;
      top: 32px;
      right: 24px;
    }
    .line {
      width: 60px;
      top: 60px;
      right: 273px;
    }
  }
  
  .cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin-top: 80px;
    margin-bottom: 8px;
  }
  .cta-signup-btn {
    border: none;
    border-radius: 8px;
    color: #091314;
    background-color: #00ffd1;
    padding: 16px 24px;
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Sora';
  }
  .cta-btn {
    border: none;
    border-radius: 8px;
    background: transparent;
    font-family: 'Sora';
    border: 1px solid #ffffff;
    padding: 16px 24px;
    font-weight: 800;
    font-size: 17px;
    line-height: 21px;
    color: white;
  }
  @media (min-width: 1025px) and (max-width: 1200px) {
    .hero-title {
      font-size: 50px;
      margin: 0 auto;
      line-height: 60px;
    }
    .hero-sub-title {
      font-size: 50px;
    }
    .shape {
      width: 80px;
      top: 112px;
      right: 380px;
    }
    .line {
      width: 90px;
      top: 112px;
      right: 143px;
    }
  }
  
  /* -- CTA Responsive -- */
  @media (max-width: 480px) {
    .cta-container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 25px;
    }
    .cta-signup-btn {
      border: none;
      border-radius: 8px;
      color: #091314;
      background-color: #00ffd1;
      padding: 9px 18px;
      font-weight: 800;
      font-size: 12px;
      font-family: 'Sora';
    }
    .cta-btn {
      border: none;
      border-radius: 8px;
      background: transparent;
      font-family: 'Sora';
      border: 1px solid #ffffff;
      padding: 8px 16px;
      font-weight: 800;
      font-size: 12px;
      color: white;
    }
  }
  @media (min-width: 481px) and (max-width: 768px) {
    .cta-container {
      gap: 15px;
    }
  }
  
  /* ---------- Moking glitch ----------- */
  .mocking-container {
    position: relative;
  }
  
  :root {
    --image: url(../images/MOCKING.png)
  }
  
  .mocking {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1135px;
    height: 202px;
    margin: 0 auto;
    background-image: var(--image);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* Mocking glitch end */
  