.loader-section{
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  position: fixed;
  top: 10px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index:999;
  transition: all 1s 1s ease-out;
  opacity:1;
}
.loaded{
  opacity:0;
  z-index:-1;
}
  
.loader {
    width: 10px;
    height: 10px;
    /*border: 5px solid #623ddb;*/
    border-bottom-color: transparent;
    border-radius: 50%;
    /*display: inline-block;*/
    box-sizing: border-box;

