.header-section{
    width: 100%;
    padding: 5rem 0;
    z-index: 2;
}

.header-text-col{
    position: relative;
    z-index: 2;
    padding: 0 3rem;
}

.header-title{
    font-size: 3.5rem;
    color: white;
}

.header-text-col p{
    margin-top: 1.5rem;
    color: white;
}



.ai-support{
    font-size: 4.5rem;
    color: red;
}

.header-buttons{
    margin-top: 1.5rem;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 700;
}

.header-button{
    padding: .5rem 2rem;
    background: red;
    color: white;
    border-radius: 10rem;
}

.header-button:last-child{
    padding:.5rem 2rem;
    background: white;
    color: black;
    border-radius: 10rem;
}

.header-image{
    position: relative;
    z-index: 2;
}

.header-light-effect--1 {
    background: linear-gradient(233deg,#ff0000,#ff0000);
    border-radius: 50%;
    filter: blur(67px);
    height: 7rem!important;
    position: absolute;
    top: 1rem;
    left: 2rem;
    width: 8rem;
    z-index: 0;
}

.header-light-effect--2 {
    background: linear-gradient(233deg,#00ff08,#51ff00);
    border-radius: 50%;
    filter: blur(50px);
    height: 7rem!important;
    position: absolute;
    bottom: 5rem;
    right: 2rem;
    width: 8rem;
    z-index: 0;
}

@media only screen and (max-width: 600px) {
    .header-title{
      font-size: 3rem;
    }
    .ai-support{
        font-size: 3.5rem;
    }
  }


