.hero-section {
    background-image: linear-gradient(rgba(2, 2, 24, 0.6), rgba(2, 2, 24, 0.8)), 
    url('../../images/projects.png');

      background-size: cover;
      background-position: center;
      background-blend-mode: multiply;
      height: 507px;
      margin: 0;
      padding: 0;
      position: relative;
      width: 100%;
  }

  .hero-section-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
  }

  .hero-section-content h1 {
    font-family: 'Cairo-Bold', sans-serif;
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF
  }

  .hero-section-content p {
    font-family: 'Cairo-Regular', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF
  }

  .navbar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      background-color: @yield('navbarColor');
      box-shadow: none; 
  }

  .navbar a {
      color: white; 
  }

  .project-section {
    background-color: #FFFFFF ;
    margin-top: 110px;
    padding-bottom: 260px;
  }

  .waitingfor2-section {
    background-color: #3B3AEF;
    width: 90%;
    height: 348px; 
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 64px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }


  .waitingfor-content button {
    width: 253px;
    height: 60px;
    padding: 9px 24px 9px 24px;
    gap: 4px;
    border-radius: 15px;
    background-color: #FFFFFF;
    font-family: 'Cairo-Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4000000059604645px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3B3AEF;
    margin-left: 35%;
    margin-top: 25px;
  }

  