.topContainer{
	margin: 0;
	width: 100%;
	height: 100vh;
}
.slogan {
	z-index: 1000;
	position: absolute;
	width: 920px;
	height: 120px;
	line-height: 120px;
	top: 50%;
	left: 50%;
	transform: translate(-460px,-60px);
	-ms-transform: translate(-460px,-60px); /* IE 9 */
	-webkit-transform: translate(-460px,-60px); /* Safari and Chrome */
	color: #ffffff;
	text-align: center;
	font-size: 3em;
}
.loader-container {
	z-index: 999;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.universe{
	z-index: 998;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
}
.container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  /* */
  box-shadow:
    -20px 0 80px #f0f,
    20px 0 80px #0ff,
    inset 50px 0 80px #f0f,
    inset -50px 0 80px #0ff,
    inset 50px 0 300px #f0f,
    inset -50px 0 300px #0ff;
  animation: pulsate 6s linear infinite;
 
}
.gif{
	width: 660px;
    height: 500px;
	opacity: 1;
	/*
	animation-name: gif;
    animation-duration: 10s;
	animation-timing-function: linear;
	*/
}
.loader-container .circle {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  
}
.loader-container .circle:nth-of-type(1) {
  width: 410px;
  height: 370px;
  animation: rt 6s infinite linear;
  box-shadow: 0 0 10px 5px #1A18EF, inset 0 0 20px #1A18EF, inset 0 0 30px 0 #1A18EF;
}
.loader-container .circle:nth-of-type(2) {
  width: 370px;
  height:410px;
  animation: rt 10s infinite linear;
  box-shadow: 0 0 10px  5px #1A18EF, inset 0 0 20px #1A18EF, inset 0 0 30px 0 #1A18EF;
}
.loader-container .circle:nth-of-type(3) {
  width: 420px;
  height: 380px;
  animation: rt 5s infinite linear;
  box-shadow: 0 0 10px  5px #1A18EF, inset 0 0 20px #1A18EF, inset 0 0 30px 0 #1A18EF;
}
.loader-container .circle:nth-of-type(4) {
  width: 380px;
  height: 420px;
  animation: rt 15s infinite linear;
  box-shadow: 0 0 10px  5px #1A18EF, inset 0 0 20px #1A18EF, inset 0 0 30px 0 #1A18EF;
}

/*
.container .circle:nth-of-type(5) {
  width: 410px;
  height: 370px;
  background-color: #000000;
  animation: rt 6s infinite linear;
  box-shadow: 0 0 5px 0 blueviolet, inset 0 0 10px #fff, inset 0 0 15px 0 blueviolet;
}
.container .circle:nth-of-type(6) {
  width: 370px;
  height: 410px;
  background-color: #000000;
  animation: rt 10s infinite linear;
  box-shadow: 0 0 5px 0 darkviolet, inset 0 0 10px #fff, inset 0 0 15px 0 darkviolet;
}
.container .circle:nth-of-type(7) {
  width: 420px;
  height: 380px;
  background-color: #000000;
  animation: rt 5s infinite linear;
  box-shadow: 0 0 5px 0 darkmagenta, inset 0 0 10px #fff, inset 0 0 15px 0 darkmagenta;
}
.container .circle:nth-of-type(8) {
  width: 380px;
  height: 420px;
  background-color: #000000;
  animation: rt 15s infinite linear;
  box-shadow: 0 0 5px 0 magenta, inset 0 0 10px #fff, inset 0 0 15px 0 magenta;
}
*/
.dots-group{
	position: absolute;
	z-index: 1001;
    top: 44%;
    right: 41px;
    width: 8px;
    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;
}
.dots-group .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}
.dots-group .dot.active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    margin-bottom: 16px;
}
.txt {
    position: absolute;
	z-index: 1002;
	top: 20px;
	right: 2%;
}
#start-button {
    margin: 0 auto;
    font-size: 16px;
    background-color: #1e90ff;
    border: none;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    outline: none;
    transition: 0.25s;
}
#start-button:hover {
    cursor: pointer;
    transform: scale(1.15);
}
.img-logo {
	position: absolute;
	z-index: 1002;
	top: 2%;
	left: 2%;
  width: 130px;
    -webkit-user-select: none;
}
.img-logo:hover {
    cursor: pointer;
	transform: scale(1.15);
}
.webglContainer{
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}
@keyframes rt {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulsate {
  50% {
    box-shadow:
      20px 0 80px #f0f,
      -20px 0 80px #0ff,
      inset -50px 0 80px #f0f,
      inset 50px 0 80px #0ff,
      inset -50px 0 300px #f0f,
      inset 50px 0 300px #0ff;
  }
}
@keyframes gif {
  from {
	  width: 660px;
      height: 500px;
	  opacity: 1;
  }
  to {
	  width: 0;
      height: 0;
	  opacity: 0;
  }
}