/*-------------------------------*/
/*PreLoader*/
/*-------------------------------*/
.loader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  background-color: var(--dark-gray);
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
