.hyperspeed-sec {margin: 0; padding: 0; width: 100%; height: 500px; overflow: hidden; background: #000000;}
.hyperspeed-sec #lights { width: 100%; height: 500px; overflow: hidden; position: absolute; } 
.hyperspeed-sec canvas { width: 100% !important; height: 500px !important; display: block !important; position: relative !important; opacity: 1 !important; z-index: 0 !important } 
.hyperspeed-sec .content {
    flex-direction: column;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 20px;
    padding: 0 20px;
}
.hyperspeed-sec .content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
.hyperspeed-sec-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.hyperspeed-sec-cta a {
    background: rgba(61,69,255,.7);
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #fff;
    border-radius: 35px;
    transition: 0.3s all ease-in-out;
}
.hyperspeed-sec-cta a:hover {
    background: rgba(61,69,255,1);
    transition: 0.3s all ease-in-out;
}
.hyperspeed-sec-cta a:visited {
    color: #fff !important;
}
@media (max-width: 768px){
    .hyperspeed-sec .content h2 { font-size: 2rem; } 
}
