svg path{
	animation:pathAnim 7s; 
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
svg path:nth-child(2){
	animation-delay: 1s
}
svg path:nth-child(3){
	animation-delay: 3s
}
svg path:nth-child(4){
	animation-play-state: paused;
}

@keyframes pathAnim{
	0%{
		d: path("M0,192	C220,100,440,100,660,192 C880,290,1100,290,1320,192	L1320 500 L0 500");
	}
	25%{
		d: path("M0,100	C220,100,440,292,660,292 C880,292,1100,100,1320,100	L1320 500 L0 500");
	}
	50%{
		d: path("M0,192	C220,290,440,290,660,192 C880,100,1100,100,1320,192	L1320 500 L0 500");
	}
	75%{
		d: path("M0,292	C220,292,440,100,660,100 C880,100,1100,292,1320,292	L1320 500 L0 500");
	}
	100%{
		d: path("M0,192	C220,100,440,100,660,192 C880,290,1100,290,1320,192	L1320 500 L0 500");
	}

}



.popup3{
    margin-left: -31%;
    margin-top: 29%;
    padding: 25px 25px;
    border: 2px solid hsla(0, 0%, 100%, .4);
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    width: 400px;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: center;
    z-index: 10;
    clip-path: polygon(0 50%,100% 50%, 100% 50%, 0 50%);

  }
  .popup3 p{
    margin: 10px;
  }
  .open-popup3{
       visibility: visible;
       top: 50%;
       clip-path: polygon(0 0,100% 0, 100% 100%, 0 100%);
       transform: translate(-50%, -50%) scale(1);
  }
  .popup3 button{
    width: 30%;
	height: 40px;
    border-radius: 20px;
    background-color: rgb(79, 79, 243);
    color: #fff;
    cursor: pointer;
  }
  .popup3 button:hover{
    background-color: #b94af7;
    color: #fff;
    cursor: pointer;
  }
  .popup2 input {
    height: 45px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 2px solid hsla(0, 0%, 100%, .4);
    border-radius: 12px;
    background-color: hsla(0, 0%, 100%, .4);
    box-shadow: 0 4px 20px 0 hsla(0, 0%, 75.7%, .3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    font-family: Prompt, sans-serif;
    color: #1a1930;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400
}
.popup2 input:active,
.popup2 input:focus {
    border-color: #6259ea
}

.popup2 input::-webkit-input-placeholder {
    font-family: Prompt, sans-serif;
    color: #abaabb;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400
}

.popup2 input:-ms-input-placeholder {
    font-family: Prompt, sans-serif;
    color: #abaabb;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400
}

.popup2 input::-ms-input-placeholder {
    font-family: Prompt, sans-serif;
    color: #abaabb;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400
}

.popup2 input::placeholder {
    font-family: Prompt, sans-serif;
    color: #abaabb;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

  .popup2{
    top: 50%;
    left: 50%;

    padding: 25px 25px;
    border-radius: 8px;
    width: 400px;
    height: 150px;
    border-radius: 30px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(-50%, -50%) scale(0.1);
    text-align: center;
    z-index: 10;
    transition: transform 0.4s, top 0.4s;
    clip-path: polygon(0 50%,100% 50%, 100% 50%, 0 50%);

  }


  .open-popup2{
       visibility: visible;
       top: 80%;
       clip-path: polygon(0 0,100% 0, 100% 100%, 0 100%);
       transform: translate(-50%, -50%) scale(1);       
  }

  .popup2 button{
    width: 30%;
	  height: 40px;
    border-radius: 20px;
    background-color: rgb(79, 79, 243);
    color: #fff;
    cursor: pointer;
  }
  .popup2 button:hover{
    background-color: #b94af7;
    color: #fff;
    cursor: pointer;
  }
  .btnsubmit{
    border-radius: 60px;
    width: 230px;
    height: 60px;
    font-weight: 100;
    background-color: rgb(79, 79, 243);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
  }
  .btnsubmit:hover{
    background-color: #b94af7;
  }

 
  
  .atom {
    position: relative;
    display: flex;
    width: 1000px;
    height: 1000px;
    align-items: center;
    justify-content: center;
    margin-top: -300px;
  }
  
  .atom::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    box-shadow: inset 0 0 10px #fff;
    border-radius: 50%;
  }
  
  .line {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
  }
  
  .line-1 {
    --color: #f70606;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border-bottom: 40px solid var(--color);
    border-top: 40px solid var(--color);
    animation: line1 2s linear infinite;
    filter:drop-shadow( 0 0 10px var(--color));
  }
  
  @keyframes line1 {
    0% {
      transform: rotateY(70deg) rotateZ(0deg);
    }
    100% {
      transform: rotateY(70deg) rotateZ(360deg);
    }
  }
  
  .line-2 {
    --color: rgb(18, 6, 80);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-right: 40px solid var(--color);
    border-left: 40px solid var(--color);
    animation: line2 3s linear infinite;
    filter:drop-shadow( 0 0 10px var(--color));
  }
  
  @keyframes line2 {
    0% {
      transform: rotateX(80deg) rotateY(25deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(80deg) rotateY(25deg) rotateZ(360deg);
    }
  }
  
  .line-3 {
    --color: #750844;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-right: 40px solid var(--color);
    border-left: 40px solid var(--color);
    animation: line3 3s linear infinite;
    filter:drop-shadow( 0 0 10px var(--color));
  }
  
  @keyframes line3 {
    0% {
      transform: rotateX(-80deg) rotateY(25deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(-80deg) rotateY(25deg) rotateZ(360deg);
    }
  }
  .containerrr{
    position: relative;
    width: 800px;
    display: flex;
    justify-content: space-between;
  
  }
  .containerrr .circle{
    position: relative;
    min-width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #fff;
  }
  .containerrr .circle:before{
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
    filter: blur(50px);
  }
  .containerrr .circle.circle1,
  .containerrr .circle.circle1:before
  {
    background: linear-gradient(90deg,#f00,#0ff);
  }
  .containerrr .circle.circle3,
  .containerrr .circle.circle3:before
  {
    background: linear-gradient(90deg,#ffeb3b,#da00ff);
  }
  .containerrr .circle.circle1{
    animation: animate1 10s linear infinite;
  }
  @keyframes animate1{
    0%{
      transform: translateX(0) rotate(0deg);
    }
    30%{
      transform: translateX(250) rotate(240deg);
    }
    60%{
      transform: translateX(250) rotate(480deg);
    }
    100%{
      transform: translateX(0) rotate(720deg);
    }
  }
  .containerrr .circle.circle3{
    animation: animate1 5s linear infinite;
  }
  @keyframes animate3{
    0%{
      transform: translateX(0) rotate(0deg);
    }
    30%{
      transform: translateX(-250) rotate(-240deg);
    }
    60%{
      transform: translateX(-250) rotate(-480deg);
    }
    100%{
      transform: translateX(0) rotate(-720deg);
    }
  }


  .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.4em;
    height: 5.4em;
    background-color: #404456;
  }
  .hill{
    position: absolute;
    width: 7.1em;
    height: 7.1em;
    top: 7.1em;
    left: 7.1em;
    background-color: transparent;
    border-left: .25em solid whitesmoke;
    transform: rotate(45deg);
  }
  .hill::after{
    content: '';
    position: absolute;
    width: 7.1em;
    height: 7.1em;
    top: 0;
    background-color: #404456;
  }
  .box{
    position: absolute;
    width: 1em;
    height: 1em;
    top: 7.1em;
    bottom: -.1em;
    left: 0;
    background-color: transparent;
    border-left: .25em solid whitesmoke;
    transform: translate(0, -1em) rotate(-45deg);
    border-radius: 15%;
    animation: push 2.5s
    cubic-bezier(.79, 0, .47, 97) infinite;
  }
  @keyframes push{
    0% {
      transform: translate(0, -1em)
      rotate(-45deg);
    }
    5% {
      transform: translate(0, -1em)
      rotate(-50deg);
    }
    20% {
      transform: translate(1, -2em)
      rotate(47deg);
    }
    25% {
      transform: translate(1, -2em)
      rotate(45deg);
    }
    30% {
      transform: translate(1, -2em)
      rotate(40deg);
    }
    45% {
      transform: translate(2, -3em)
      rotate(137deg);
    }
    50% {
      transform: translate(2, -3em)
      rotate(135deg);
    }
    55% {
      transform: translate(2, -3em)
      rotate(130deg);
    }
    70% {
      transform: translate(3, -4em)
      rotate(217deg);
    }
    75% {
      transform: translate(3, -4em)
      rotate(220deg);
    }
    100% {
      transform: translate(0, -1em)
      rotate(-225deg);
    }
    
  }




  