.loader{animation:loaderGrow 1s ease-in-out 0s 1 forwards}.fade-out{animation:fadeOut .3s ease-in-out 1s 1 forwards}@keyframes loaderGrow{2%{width:5%}50%{width:40%}70%{width:90%}to{width:95%}}@keyframes fadeOut{0%{opacity:100%}to{opacity:0;z-index:-50}}