h1{
    position: relative;
    /* padding-left: 490px; */
    padding-top: 50px;
    /* color: #252839; */
    /* -webkit-text-stroke:0.1vw #383d52; */
    text-transform: uppercase;
}

h1::before { 

content : attr(data-text);
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%; 
/* color: #405413; */
/* background-color: #ff6e7f; */
/* border-radius: 12px; */
padding-right: 1%;
-webkit-text-stroke:0vw #383d52;
overflow: hidden;
animation: animate 6s linear infinite;

padding-left: 45px;
} 
@keyframes animate
{
    0%, 10%,100%{
        width: 0;
    }
    70%,90%{
        width: 100%;
    }
}

#d{
background-image: url(bass.jpg);
}