/* Loader  */
.overFlowHidden {
  overflow: hidden !important;
}

.logoLoader {
  height: 380px;
  z-index: 999;
}

#load {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #160744;
  z-index: 999;
  overflow: hidden !important;
}

div.containerOne {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.containerOne > div {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  margin: 25px;
  /* background-image: linear-gradient(145deg,rgba(255, 255, 255, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%); */
  animation: bounce 1.5s 0.5s linear infinite;
}

.containerOne > span {
  font-size: 250px;
  /* color: rgba(137, 43, 226, 0.151); */
  color: #3d2786;
  font-size: 12vw;
  text-align: center;
  width: 100%;
  opacity: 0.3;
  font-weight: bold;
  font-family: "cocomat-Light";
}

.containerOne {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* Text */
/* .containerTwo {
  position: absolute;
  margin: auto;
  width: 100vw;
  top: 0;
  bottom: 0;
  filter: url(#threshold) blur(0.6px);
} */

#text1,
#text2 {
  position: absolute;
  width: 100vw;
  font-size: 14vw;
  color: #fff;
  letter-spacing: 5vh;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 768px) {
  
.sp-circle-link{
  left: 10vw !important;
  width: 80vw !important;
  top: 22vh !important;
  font-size: 20px !important;
}

.sp-container h2 {
  line-height: 8vw !important;
  font-size: 6vw !important;
  left: 0 !important;
  width: 100vw !important;
  padding: 20px;
}
}

@media (max-width: 550px) {
  .footerMail{
    font-size: 24px;
  }
  .logoLoader {
    height: 240px;
  }

.customer-logos{
  display: flex;
  flex-direction: row;
}
.sp-circle-link{
  left: 10vw !important;
  width: 80vw !important;
  top: 26vh !important;
  font-size: 16px !important;
}

.sp-container h2 {
  line-height: 12vw !important;
  font-size: 10vw !important;
  left: 0 !important;
  width: 100vw !important;
  padding: 20px;
}
}