.hero_bgimg {
    position: relative;
    background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExZG9nem9jbDhhOTQ4YWlqdThzZXN1ODk4am10ZmpoOXFuZzVmMWZ0dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/26tn33aiTi1jkl6H6/giphy.webp);
    background-size: cover;
    background-position: center;
   	 background-attachment: fixed;
}

.hero_bgimg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9); /* Adjust the color and opacity here */
    z-index: 1;
    

}

.hero {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--clr-light);

}

.hero-img {
    width: 12rem;
    border-radius: 50%;
    display: inline-block;
}
#wave{
    size: 20px;
}