#home {
background-image: url(../img/hero-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
header .overlay {
position: relative;
}
header .overlay::before {
content: "";
background-color: rgba(0, 0, 0, 0.4);
width: 100%;
height: 100vh;
position: absolute;
bottom: 0;
top: 0;
}
header .content.text-white {
z-index: 999;
}
header h6 {
font-size: 4.5rem;
}
.content.text-white.text-center p::after {
content: "|";
animation-name: typing;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-delay: 1s;
}
@keyframes typing {
0% {