.preloader {
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.preloader svg {
  width: 25vw;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.preloader svg .shape1,
.preloader svg .shape2,
.preloader svg .shape3 {
  opacity: 0;
}

.preloader h1 {
  margin-top: 10%;
  font-size: 2vw;
  font-family: 'Cairo', sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.preloader p {
  font-size: 1.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-family: 'Cairo', sans-serif;
  margin-top: 0;
}

.preloader p:nth-of-type(1) {
  color: orangered;
}

@media only screen and (max-width: 980px) {
  .preloader h1 {
    font-size: 6vw;
  }
  .preloader svg {
    width: 50vw;
  }
  .preloader p {
    font-size: 5.5vw;
  }
}
/*# sourceMappingURL=preloader.css.map */