section.m38_typewriter_text {
background: #374052;
z-index: 2;
}
section.m38_typewriter_text .m38_title_container {
margin-bottom: -22px;
}
section.m38_typewriter_text .m38_title {
color: #31ffb5;
text-transform: uppercase;
font-size: 1rem;
font-weight: 400;
}
section.m38_typewriter_text .m38_text {
margin-left: 214px;
}
section.m38_typewriter_text .m38_text p {
display: inline;
color: rgba(255, 255, 255, .3);
font-size: 2.563rem;
font-family: Nexa-Heavy, sans-serif;
line-height: 1.2;
}
section.m38_typewriter_text .m38_text p {
background-image: linear-gradient(to right, #ffffff, #ffffff);
background-repeat: no-repeat;
background-size: 0% 100%;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.3);
animation: none;
}
section.m38_typewriter_text .m38_text.m38_start p {
animation: m38_typewriter_fill 5s linear forwards;
}
@keyframes m38_typewriter_fill {
from {
background-size: 0% 100%;
}
to {
background-size: 100% 100%;
}
}
@media screen and (max-width: 575px) {
section.m38_typewriter_text .m38_title_container {
margin-bottom: 11px;
}
section.m38_typewriter_text .m38_text {
margin-left: 0;
}
section.m38_typewriter_text .m38_text p {
font-size: 1.763rem;
}
}