/* #loader{
    background-color: black;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    max-height: auto;
    min-height: 100vh;
} */

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* .loader {
    width: 100%;
    height: auto800000000; */
    /* --c:no-repeat linear-gradient(#fb6c25 0 0);
    background: var(--c),var(--c),var(--c),var(--c); */
    /* background-image: url('../assets/images/logo.png'); */
    /* background-size: 21px 21px; */
    /* animation: l5 1.5s infinite cubic-bezier(0.3,1,0,1);
    z-index: 999;
} */
.loader img {
  width: 150px;
}
@keyframes l5 {
   0%   {background-position: 0    0,100% 0   ,100% 100%,0 100%}
   33%  {background-position: 0    0,100% 0   ,100% 100%,0 100%;width:60px;height: 60px}
   66%  {background-position: 100% 0,100% 100%,0    100%,0 0   ;width:60px;height: 60px}
   100% {background-position: 100% 0,100% 100%,0    100%,0 0   }
}