/**** INTRO ESFERITA *******/

@keyframes roundandround {
    to {
      transform: rotateX(360deg) rotateY(360deg);
    }
  }

  @keyframes show {
    to {
      opacity: 1;
    }
  }

  body {
    background-color: #000000;
  }

  .decoration {
    width:600px;
    height:500px;
    /*margin:7% auto;*/
    perspective: 1000px;
    /*position: absolute;*/
    opacity: .4;
    top: 0;
    left: 58%;
  }

  .wrapper {
    width:100%;
    height:100%;
    transform: rotateX(45deg) rotateY(45deg);
    transform-style: preserve-3d;
  }
  .ball {
    position: relative;
    width: 70%;
    height: 70%;
    margin:0 auto;
    transform-style:  preserve-3d;
    animation: roundandround 7.5s 1.3s infinite linear;
  }

  .ball .ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:6px;
    border-style: dotted;
    border-radius: 50%;
    opacity: 0;
    animation: show 0.75s forwards ease-in-out;
  }

  .ring:nth-child(1) {
    color:white;
    transform: rotateY(4deg);
    animation-delay: 0s;
  }
  .ring:nth-child(2) {
    color:white;
    transform: rotateY(8deg);
    animation-delay: 0.1s;
  }
  .ring:nth-child(3) {
    color:white;
    transform: rotateY(12deg);
    animation-delay: 0.2s;
  }
  .ring:nth-child(4) {
    color:white;
    transform: rotateY(16deg);
    animation-delay: 0.3s;
  }
  .ring:nth-child(5) {
    color:white;
    transform: rotateY(20deg);
    animation-delay: 0.4s;
  }
  .ring:nth-child(6) {
    color:white;
    transform: rotateY(24deg);
    animation-delay: 0.5s;
  }
  .ring:nth-child(7) {
    color:white;
    transform: rotateY(28deg);
    animation-delay: 0.6s;
  }
  .ring:nth-child(8) {
    color:white;
    transform: rotateY(32deg);
    animation-delay: 0.7s;
  }
  .ring:nth-child(9) {
   color:white;
    transform: rotateY(36deg);
    animation-delay: 0.8s;
  }
  .ring:nth-child(10) {
    color:white;
    transform: rotateY(40deg);
    animation-delay: 0.9s;
  }
  .ring:nth-child(11) {
    color:white;
    transform: rotateY(44deg);
    animation-delay: 1s;
  }
  .ring:nth-child(12) {
    color:#ec2b7d;
    transform: rotateY(48deg);
    animation-delay: 1.1s;
  }
  .ring:nth-child(13) {
    color:#e82983;
    transform: rotateY(52deg);
    animation-delay: 1s;
  }
  .ring:nth-child(14) {
    color:white;
    transform: rotateY(56deg);
    animation-delay: 0.9s;
  }
  .ring:nth-child(15) {
    color:white;
    transform: rotateY(60deg);
    animation-delay: 0.8s;
  }
  .ring:nth-child(16) {
    color:#b81ac0;
    transform: rotateY(64deg);
    animation-delay: 0.7s;
  }
  .ring:nth-child(17) {
    color:#9c1fd7;
    transform: rotateY(68deg);
    animation-delay: 0.6s;
  }
  .ring:nth-child(18) {
    color:#802aea;
    transform: rotateY(72deg);
    animation-delay: 0.5s;
  }
  .ring:nth-child(19) {
    color:#7a2dee;
    transform: rotateY(76deg);
    animation-delay: 0.4s;
  }
  .ring:nth-child(20) {
    color:#5f40f9;
    transform: rotateY(80deg);
    animation-delay: 0.3s;
  }
  .ring:nth-child(21) {
    color:#4657fe;
    transform: rotateY(84deg);
    animation-delay: 0.2s;
  }
  .ring:nth-child(22) {
    color:#425cfe;
    transform: rotateY(88deg);
    animation-delay: 0.1s;
  }
  .ring:nth-child(23) {
    color:#2f77fb;
    transform: rotateY(92deg);
    animation-delay: 0s;
  }
  .ring:nth-child(24) {
    color:red;
    transform: rotateY(130deg);
    animation-delay: 0s;
  }



  /**** EXPERIMENTO FLASHERO MANU ****/

  .hummanel .decoration {
    left: 20%;
  }

  .ball .sq {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:6px solid white;
    border-radius: 2px;
    animation: show 0.75s forwards ease-in-out;
  }

  .sq:nth-child(1) {
    color:white;
    transform: rotateY(4deg);
    animation-delay: 0s;
  }
  .sq:nth-child(2) {
    color:white;
    transform: rotateY(8deg);
    animation-delay: 0.1s;
  }
  .sq:nth-child(3) {
    color:white;
    transform: rotateX(60deg);
    animation-delay: 0.2s;
  }
  .sq:nth-child(4) {
    color:white;
    transform: rotateY(16deg);
    animation-delay: 0.3s;
  }
  .sq:nth-child(5) {
    color:white;
    transform: rotateY(20deg);
    animation-delay: 0.4s;
  }
  .sq:nth-child(6) {
    color:white;
    transform: rotateY(24deg);
    animation-delay: 0.5s;
  }
  .sq:nth-child(7) {
    color:white;
    transform: rotateY(28deg);
    animation-delay: 0.6s;
  }
  .sq:nth-child(8) {
    color:white;
    transform: rotateY(32deg);
    animation-delay: 0.7s;
  }
  .sq:nth-child(9) {
   color:white;
    transform: rotateZ(70deg);
    animation-delay: 0.8s;
  }
  .sq:nth-child(10) {
    color:white;
    transform: rotateY(40deg);
    animation-delay: 0.9s;
  }
  .sq:nth-child(11) {
    color:white;
    transform: rotateY(44deg);
    animation-delay: 1s;
  }
  .sq:nth-child(12) {
    color:white;
    transform: rotateY(48deg);
    animation-delay: 1.1s;
  }
  .sq:nth-child(13) {
    color:white;
    transform: rotateY(52deg);
    animation-delay: 1s;
  }
  .sq:nth-child(14) {
    color:white;
    transform: rotateY(56deg);
    animation-delay: 0.9s;
  }
  .sq:nth-child(15) {
    color:white;
    transform: rotateY(60deg);
    animation-delay: 0.8s;
  }
  .sq:nth-child(16) {
    color:white;
    transform: rotateY(64deg);
    animation-delay: 0.7s;
  }
  .sq:nth-child(17) {
    color:white;
    transform: rotateY(68deg);
    animation-delay: 0.6s;
  }
  .sq:nth-child(18) {
    color:white;
    transform: rotateY(72deg);
    animation-delay: 0.5s;
  }
  .sq:nth-child(19) {
    color:white;
    transform: rotateY(76deg);
    animation-delay: 0.4s;
  }
  .sq:nth-child(20) {
    color:white;
    transform: rotateY(80deg);
    animation-delay: 0.3s;
  }
  .sq:nth-child(21) {
    color:white;
    transform: rotateY(84deg);
    animation-delay: 0.2s;
  }
  .sq:nth-child(22) {
    color:white;
    transform: rotateY(88deg);
    animation-delay: 0.1s;
  }
  .sq:nth-child(23) {
    color:white;
    transform: rotateY(92deg);
    animation-delay: 0s;
  }
  .sq:nth-child(24) {
    color:white;
    transform: rotateY(130deg);
    animation-delay: 0s;
  }



/***********/


.bolaintro {
  position: absolute;
  z-index: -1;
}


.man {
  z-index: -1;
  margin-top: 200px;
  margin-left: 28vw;
}
