#loader{

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:#21010b;

display:flex;

justify-content:center;

align-items:center;

z-index:999999;

transition:.6s;

}

.loader-box{

text-align:center;

}

.loader-box img{

width:120px;

animation:float 3s infinite;

}

.loader-box span{

display:block;

margin-top:20px;

color:#fff;

font-size:18px;

letter-spacing:3px;

}