.loader {
    position: fixed;
    top:0%;
    /* background: #161B29; */
    background: #161b29f6;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
    overflow: hidden;
   z-index: 5000;
  }
  
  .container {
    width: 40vw;
    height: 40vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
  
  .common {
    height: 5vw;
    max-height: 100%;
    overflow: auto;
    width: 2vw;
    margin: auto;
    max-width: 100%;
    position: absolute;
    border-radius: 0vw 10vw 0vw 10vw;
    box-shadow: inset 0vw 0vw 0vw .1vw #de460e, 0vw 0vw 1.5vw 0vw #de460e;
  }
  
  .one {
    transform: rotate(45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 7.5vw;
  }
  
  .two {
    transform: rotate(90deg);
    left: 5.5vw;
    right: 0;
    top: 0;
    bottom: 5.5vw;
  }
  
  .three {
    transform: rotate(135deg);
    left: 7.5vw;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .four {
    transform: rotate(180deg);
    left: 5.5vw;
    right: 0;
    top: 5.5vw;
    bottom: 0;
  }
  
  .five {
    transform: rotate(225deg);
    left: 0;
    right: 0;
    top: 7.5vw;
    bottom: 0;
  }
  
  .six {
    transform: rotate(270deg);
    left: 0;
    right: 5.5vw;
    top: 5.5vw;
    bottom: 0;
  }
  
  .seven {
    transform: rotate(315deg);
    left: 0;
    right: 7.5vw;
    top: 0;
    bottom: 0;
  }
  
  .eight {
    transform: rotate(360deg);
    left: 0;
    right: 5.5vw;
    top: 0;
    bottom: 5.5vw;
  }
  
  .bar {
    width: 12vw;
    height: .25vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 16vw;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    background: #de460e;
  }
  
  .progress {
    width: 12vw;
    height: .5vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    background: #08c6e8;
  }
  
  .one {
    animation: one 1s ease infinite;
    -moz-animation: one 1s ease infinite;
    -webkit-animation: one 1s ease infinite;
    -o-animation: one 1s ease infinite;
  }
  
  @keyframes one {
    0%,
    100% {}
    50% {
      box-shadow: inset 0vw 0vw 0vw .1vw #08c6e8, 0vw 0vw 1.5vw 0vw #08c6e8;
    }
  }
  
  .two {
    animation: two 1s .125s ease infinite;
    -moz-animation: two 1s .125s ease infinite;
    -webkit-animation: two 1s .125s ease infinite;
    -o-animation: two 1s .125s ease infinite;
  }
  
  @keyframes two {
    0%,
    100% {}
    50% {
      box-shadow: inset 0vw 0vw 0vw .1vw #08c6e8, 0vw 0vw 1.5vw 0vw #08c6e8;
    }
  }
  
  .three {
    animation: three 1s .25s ease infinite;
    -moz-animation: three 1s .25s ease infinite;
    -webkit-animation: three 1s .25s ease infinite;
    -o-animation: three 1s .25s ease infinite;
  }
  
  @keyframes three {
    0%,
    100% {}
    50% {
      box-shadow: inset 0vw 0vw 0vw .1vw #08c6e8, 0vw 0vw 1.5vw 0vw #08c6e8;
    }
  }
  
  .four {
    animation: four 1s .375s ease infinite;
    -moz-animation: four 1s .375s ease infinite;
    -webkit-animation: four 1s .375s ease infinite;
    -o-animation: four 1s .375s ease infinite;
  }
  
  @keyframes four {
    0%,
    100% {}
    50% {
      box-shadow: inset 0vw 0vw 0vw .1vw #08c6e8, 0vw 0vw 1.5vw 0vw #08c6e8;
    }
  }
  
  .five {
    animation: five 1s .5s ease infinite;
    -moz-animation: five 1s .5s ease infinite;
    -webkit-animation: five 1s .5s ease infinite;
    -o-animation: five 1s .5s ease infinite;
  }
  
  @keyframes five {
    0%,
    100% {}
    50% {
      box-shadow: inset 0vw 0vw 0vw .1vw #08c6e8, 0vw 0vw 1.5vw 0vw #08c6e8;
    }
  }
  
  .six {
    animation: six 1s .625s ease infinite;
    -moz-animation: six 1s .625s ease infinite;
    -webkit-animation: six 1s .625s ease infinite;
    -o-animation: six 1s .625s ease infinite;
  }
  
  @keyframes six {
    0%,
    100% {}
    50% {
      box-shadow: inset 0vw 0vw 0vw .1vw #08c6e8, 0vw 0vw 1.5vw 0vw #08c6e8;
    }
  }
  
  .seven {
    animation: seven 1s .750s ease infinite;
    -moz-animation: seven 1s .750s ease infinite;
    -webkit-animation: seven 1s .750s ease infinite;
    -o-animation: seven 1s .750s ease infinite;
  }
  
  @keyframes seven {
    0%,
    100% {}
    50% {
      box-shadow: inset 0vw 0vw 0vw .1vw #08c6e8, 0vw 0vw 1.5vw 0vw #08c6e8;
    }
  }
  
  .eight {
    animation: eight 1s .875s ease infinite;
    -moz-animation: eight 1s .875s ease infinite;
    -webkit-animation: eight 1s .875s ease infinite;
    -o-animation: eight 1s .875s ease infinite;
  }
  
  @keyframes eight {
    0%,
    100% {}
    50% {
      box-shadow: inset 0vw 0vw 0vw .1vw #08c6e8, 0vw 0vw 1.5vw 0vw #08c6e8;
    }
  }
  
  .container {
    animation: container 5s linear infinite;
    -moz-animation: container 5s linear infinite;
    -webkit-animation: container 5s linear infinite;
    -o-animation: container 5s linear infinite;
  }
  
  @keyframes container {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-360deg);
    }
  }
  
  .progress {
    animation: progress 15s ease;
    -moz-animation: progress 15s ease;
    -webkit-animation: progress 15s ease;
    -o-animation: progress 15s ease;
  }
  
  @keyframes progress {
    0% {
      left: -24vw;
    }
    10% {
      left: -20vw;
    }
    30% {
      left: -16vw;
    }
    50% {
      left: -12vw;
    }
    65% {
      left: -10vw;
    }
    80% {
      left: -4vw;
    }
    100% {
      left: 0;
    }
  }
  
  .fade-in {
    animation: fade-in 2s ease;
    -moz-animation: fade-in 2s ease;
    -webkit-animation: fade-in 2s ease;
    -o-animation: fade-in 2s ease;
  }
  
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .out {
    animation: out 2s 15s ease;
    -moz-animation: out 2s 15s ease;
    -webkit-animation: out 2s 15s ease;
    -o-animation: out 2s 15s ease;
  }
  
  @keyframes out {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
