/* LOADER */
.loader{
  font-family: 'Inter';
  position: fixed;
    height: 100vh;
    width: 100vw;
    margin: -20px -10vw;
    background: rgba(33, 34, 36, 1);
    font-size: 1em;
   

    
}

.loader span.ml11:not(.title){
  color: white;
    font-family: 'Inter';
    font-size: 25vh;
    font-weight: 600;
    letter-spacing: -17px;
}

.ml11 {
  font-weight: 700;
  /*font-size: 3.5em;*/
}


.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}

.loader .title {
  transition: all ease-in 0.7s;
  margin-left: 55%;
    margin-top: 17vh;
}

.loader > span {
  display: inline-block;
}

.loader .like-h1{
  transition: all ease-in 0.7s;
  color: white;
  /* font-family: 'Inter'; */
  /*margin: 12px 0 40px;*/
  font-size: 4vw!important;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -1.2px;
  margin-top: 5vh;
}

.loader-end{
  opacity: 0;
  transition: opacity ease-in 0.7s;
}

/* FIN LOADER */