* {
margin: 0;
padding: 0;
}
body {
font-family: 'Open Sans', Arial, sans-serif;
font-weight: 700;
}
.welcome-section {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
overflow: hidden;
}
.welcome-section .content-wrap {
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%, -50%, 0);
}
.welcome-section .content-wrap .fly-in-text {
list-style: none;
}
.welcome-section .content-wrap .fly-in-text li {
display: inline-block;
margin-right: 30px;
font-size: 5em;
color: #fff;
opacity: 1;
transition: all 2s ease;
}
.welcome-section .content-wrap .fly-in-text li:last-child {
margin-right: 0;