.hero-wrap h1 {
    font-size: 8vw;
    font-weight: 800;
}

/* .hero-wrap::before {
    content: "";
    width: 486px;
    height: 486px;
    border-radius: 486px;
    position: absolute;
    top: -14%;
    left: -30%;
    transform: rotate(105deg) translate3d(0, 0, 0);
    z-index: 0;
    background: linear-gradient(220deg, #b86fff 49.49%, #00a9ff 70.25%);
    filter: blur(127px);
} */