body {
  cursor: default;
  padding: 0;
  margin: 0;
  background-image: linear-gradient(120deg, rgba(224, 195, 252, 0.75) 0%, rgba(142, 197, 252, 0.75) 100%);
}

.particle {
  position: absolute;
  border-radius: 50%;
}

@-moz-keyframes float {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(180px);
  }
}
@-webkit-keyframes float {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(180px);
  }
}
@keyframes float {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(180px);
  }
}
@-moz-keyframes floatReverse {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-180px);
  }
}
@-webkit-keyframes floatReverse {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-180px);
  }
}
@keyframes floatReverse {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-180px);
  }
}
@-moz-keyframes float2 {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(280px);
  }
}
@-webkit-keyframes float2 {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(280px);
  }
}
@keyframes float2 {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(280px);
  }
}

.particle:nth-child(1) {
  height: 19px;
  width: 19px;
  left: 85%;
  top: 60%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 22s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(2) {
  height: 16px;
  width: 16px;
  left: 93%;
  top: 62%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 23s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(3) {
  height: 24px;
  width: 24px;
  left: 5%;
  top: 44%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.4s;
  animation-duration: 26s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(4) {
  height: 14px;
  width: 14px;
  left: 31%;
  top: 53%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.8s;
  animation-duration: 39s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(5) {
  height: 15px;
  width: 15px;
  left: 86%;
  top: 68%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 31s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(6) {
  height: 14px;
  width: 14px;
  left: 62%;
  top: 90%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.6s;
  animation-duration: 22s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(7) {
  height: 17px;
  width: 17px;
  left: 23%;
  top: 68%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 37s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(8) {
  height: 14px;
  width: 14px;
  left: 41%;
  top: 63%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 35s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(9) {
  height: 25px;
  width: 25px;
  left: 90%;
  top: 74%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.4s;
  animation-duration: 33s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(10) {
  height: 25px;
  width: 25px;
  left: 20%;
  top: 80%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 21s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(11) {
  height: 14px;
  width: 14px;
  left: 32%;
  top: 33%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 23s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(12) {
  height: 25px;
  width: 25px;
  left: 55%;
  top: 89%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.6s;
  animation-duration: 36s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(13) {
  height: 12px;
  width: 12px;
  left: 45%;
  top: 30%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 40s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(14) {
  height: 23px;
  width: 23px;
  left: 80%;
  top: 90%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 22s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(15) {
  height: 24px;
  width: 24px;
  left: 37%;
  top: 34%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.6s;
  animation-duration: 21s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(16) {
  height: 21px;
  width: 21px;
  left: 26%;
  top: 82%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 31s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(17) {
  height: 11px;
  width: 11px;
  left: 30%;
  top: 36%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.6s;
  animation-duration: 35s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(18) {
  height: 25px;
  width: 25px;
  left: 38%;
  top: 3%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.8s;
  animation-duration: 34s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(19) {
  height: 17px;
  width: 17px;
  left: 9%;
  top: 72%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 22s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(20) {
  height: 15px;
  width: 15px;
  left: 79%;
  top: 28%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 31s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(21) {
  height: 25px;
  width: 25px;
  left: 86%;
  top: 55%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.2s;
  animation-duration: 28s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(22) {
  height: 14px;
  width: 14px;
  left: 25%;
  top: 39%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.8s;
  animation-duration: 36s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(23) {
  height: 18px;
  width: 18px;
  left: 54%;
  top: 6%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 26s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(24) {
  height: 21px;
  width: 21px;
  left: 74%;
  top: 64%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 26s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(25) {
  height: 11px;
  width: 11px;
  left: 76%;
  top: 66%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 21s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(26) {
  height: 18px;
  width: 18px;
  left: 86%;
  top: 24%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 27s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(27) {
  height: 21px;
  width: 21px;
  left: 94%;
  top: 89%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 24s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(28) {
  height: 15px;
  width: 15px;
  left: 46%;
  top: 14%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 37s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(29) {
  height: 23px;
  width: 23px;
  left: 43%;
  top: 48%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 23s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(30) {
  height: 13px;
  width: 13px;
  left: 63%;
  top: 8%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.8s;
  animation-duration: 35s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(31) {
  height: 12px;
  width: 12px;
  left: 18%;
  top: 48%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.8s;
  animation-duration: 21s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(32) {
  height: 17px;
  width: 17px;
  left: 97%;
  top: 36%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 35s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(33) {
  height: 25px;
  width: 25px;
  left: 2%;
  top: 49%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.6s;
  animation-duration: 21s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(34) {
  height: 19px;
  width: 19px;
  left: 92%;
  top: 93%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 29s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(35) {
  height: 23px;
  width: 23px;
  left: 31%;
  top: 65%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 39s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(36) {
  height: 12px;
  width: 12px;
  left: 28%;
  top: 8%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 36s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(37) {
  height: 16px;
  width: 16px;
  left: 48%;
  top: 72%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 23s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(38) {
  height: 22px;
  width: 22px;
  left: 42%;
  top: 13%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 24s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(39) {
  height: 18px;
  width: 18px;
  left: 91%;
  top: 23%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 30s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(40) {
  height: 16px;
  width: 16px;
  left: 97%;
  top: 28%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 30s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(41) {
  height: 12px;
  width: 12px;
  left: 12%;
  top: 100%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 26s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(42) {
  height: 25px;
  width: 25px;
  left: 30%;
  top: 36%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 33s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(43) {
  height: 13px;
  width: 13px;
  left: 73%;
  top: 82%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.6s;
  animation-duration: 25s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(44) {
  height: 12px;
  width: 12px;
  left: 43%;
  top: 34%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.8s;
  animation-duration: 33s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(45) {
  height: 17px;
  width: 17px;
  left: 40%;
  top: 99%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 26s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(46) {
  height: 22px;
  width: 22px;
  left: 28%;
  top: 68%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 37s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(47) {
  height: 20px;
  width: 20px;
  left: 40%;
  top: 88%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 23s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(48) {
  height: 21px;
  width: 21px;
  left: 55%;
  top: 90%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 33s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(49) {
  height: 20px;
  width: 20px;
  left: 79%;
  top: 18%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 39s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(50) {
  height: 12px;
  width: 12px;
  left: 57%;
  top: 78%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 37s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(51) {
  height: 14px;
  width: 14px;
  left: 75%;
  top: 94%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 38s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(52) {
  height: 23px;
  width: 23px;
  left: 66%;
  top: 57%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 39s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(53) {
  height: 24px;
  width: 24px;
  left: 34%;
  top: 97%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 33s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(54) {
  height: 24px;
  width: 24px;
  left: 13%;
  top: 84%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 26s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(55) {
  height: 13px;
  width: 13px;
  left: 90%;
  top: 64%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 31s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(56) {
  height: 21px;
  width: 21px;
  left: 91%;
  top: 65%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 35s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(57) {
  height: 15px;
  width: 15px;
  left: 71%;
  top: 84%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.6s;
  animation-duration: 23s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(58) {
  height: 12px;
  width: 12px;
  left: 80%;
  top: 21%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 35s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(59) {
  height: 11px;
  width: 11px;
  left: 81%;
  top: 89%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 26s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(60) {
  height: 22px;
  width: 22px;
  left: 88%;
  top: 85%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.6s;
  animation-duration: 37s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(61) {
  height: 18px;
  width: 18px;
  left: 25%;
  top: 45%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.9s;
  animation-duration: 35s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(62) {
  height: 22px;
  width: 22px;
  left: 22%;
  top: 21%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.9s;
  animation-duration: 38s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(63) {
  height: 21px;
  width: 21px;
  left: 49%;
  top: 11%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.9s;
  animation-duration: 31s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(64) {
  height: 21px;
  width: 21px;
  left: 3%;
  top: 73%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 22s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(65) {
  height: 16px;
  width: 16px;
  left: 13%;
  top: 60%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 38s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(66) {
  height: 24px;
  width: 24px;
  left: 33%;
  top: 89%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.4s;
  animation-duration: 21s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(67) {
  height: 23px;
  width: 23px;
  left: 85%;
  top: 34%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 39s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(68) {
  height: 18px;
  width: 18px;
  left: 50%;
  top: 40%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 30s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(69) {
  height: 11px;
  width: 11px;
  left: 95%;
  top: 75%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 32s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(70) {
  height: 24px;
  width: 24px;
  left: 94%;
  top: 36%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 29s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(71) {
  height: 18px;
  width: 18px;
  left: 51%;
  top: 59%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.8s;
  animation-duration: 30s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(72) {
  height: 15px;
  width: 15px;
  left: 4%;
  top: 52%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 27s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(73) {
  height: 24px;
  width: 24px;
  left: 69%;
  top: 67%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.9s;
  animation-duration: 29s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(74) {
  height: 23px;
  width: 23px;
  left: 45%;
  top: 70%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 29s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(75) {
  height: 24px;
  width: 24px;
  left: 85%;
  top: 11%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.2s;
  animation-duration: 23s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(76) {
  height: 18px;
  width: 18px;
  left: 59%;
  top: 16%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 28s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(77) {
  height: 17px;
  width: 17px;
  left: 18%;
  top: 46%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.1s;
  animation-duration: 33s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(78) {
  height: 15px;
  width: 15px;
  left: 93%;
  top: 65%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 38s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(79) {
  height: 25px;
  width: 25px;
  left: 54%;
  top: 41%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 29s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(80) {
  height: 20px;
  width: 20px;
  left: 19%;
  top: 55%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.9s;
  animation-duration: 24s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(81) {
  height: 24px;
  width: 24px;
  left: 16%;
  top: 46%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 38s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(82) {
  height: 19px;
  width: 19px;
  left: 20%;
  top: 54%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.2s;
  animation-duration: 29s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(83) {
  height: 16px;
  width: 16px;
  left: 55%;
  top: 63%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 25s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(84) {
  height: 11px;
  width: 11px;
  left: 94%;
  top: 20%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.9s;
  animation-duration: 35s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(85) {
  height: 17px;
  width: 17px;
  left: 28%;
  top: 4%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.8s;
  animation-duration: 35s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(86) {
  height: 17px;
  width: 17px;
  left: 67%;
  top: 29%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.4s;
  animation-duration: 21s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(87) {
  height: 18px;
  width: 18px;
  left: 70%;
  top: 75%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 33s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(88) {
  height: 11px;
  width: 11px;
  left: 61%;
  top: 69%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.4s;
  animation-duration: 26s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(89) {
  height: 18px;
  width: 18px;
  left: 81%;
  top: 26%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.9s;
  animation-duration: 21s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(90) {
  height: 23px;
  width: 23px;
  left: 9%;
  top: 37%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.7s;
  animation-duration: 25s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(91) {
  height: 22px;
  width: 22px;
  left: 69%;
  top: 47%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.6s;
  animation-duration: 21s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(92) {
  height: 21px;
  width: 21px;
  left: 84%;
  top: 41%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 30s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(93) {
  height: 24px;
  width: 24px;
  left: 65%;
  top: 35%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 40s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(94) {
  height: 16px;
  width: 16px;
  left: 98%;
  top: 18%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.4s;
  animation-duration: 29s;
  animation-name: floatReverse2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(95) {
  height: 19px;
  width: 19px;
  left: 39%;
  top: 47%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.3s;
  animation-duration: 31s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(96) {
  height: 18px;
  width: 18px;
  left: 22%;
  top: 83%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.4s;
  animation-duration: 37s;
  animation-name: float;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(97) {
  height: 18px;
  width: 18px;
  left: 59%;
  top: 95%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.2s;
  animation-duration: 21s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(98) {
  height: 12px;
  width: 12px;
  left: 25%;
  top: 97%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.5s;
  animation-duration: 38s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(99) {
  height: 11px;
  width: 11px;
  left: 85%;
  top: 9%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 1s;
  animation-duration: 23s;
  animation-name: floatReverse;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.particle:nth-child(100) {
  height: 20px;
  width: 20px;
  left: 83%;
  top: 97%;
  background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  animation-delay: 0.8s;
  animation-duration: 32s;
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

* {
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;
    list-style: none;
}

::-webkit-scrollbar {
    width: 9px;
    height: 5px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #9b49e9;
}

@media screen and (max-width: 1500px) {
    .right {
        max-width: 0;
    }
    header .Logo {
        font-size: 45px;
    }
    header .Nav li a {
        font-size: 25px;
    }

    .Intro .btn .btn2 a {
        font-size: 50px;
        margin-right: 20px;
    }
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform .1s linear;
    padding: 30px 20%;
    transition: all .20s ease;
}

.header.hide {
  background: #fff;
}

.Logo {
    color: #9b49e9;
    font-weight: 800;
    font-size: 35px;
}

.Nav {
    display: flex;
}

.Nav a {
    color: #9b49e9;
    font-size: 1rem;
    padding: 5px 5px;
    font-weight: 500;
    margin: 0 22px;
    border-bottom: 1px solid transparent;
    transition: all .40s ease;
    cursor: pointer;
}

.Nav a:hover {
    border-bottom: 1px solid #9b49e9;
}

section {
    padding: 0 19%;
}

.Intro {
    width: 100%;
    height: 100vh;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.Intro h1 {
    margin: 15px 0;
    font-size: 4rem;
    font-weight: 800;
    color: #9b49e9;
    letter-spacing: 2px;
    line-height: 1.1;
    text-transform: uppercase;
}

.Intro h2 {
    font-size: 2rem;
    color: #9b49e9;
    line-height: 30px;
    margin-bottom: 3rem;
    margin: 1rem 0 2rem;
}

.btn {
    outline: none;
    padding: 15px 35px;
    font-size: 20px;
    background-color: #9b49e9;
    color: #fff;
    border-radius: 5px;
    transition: all .40s ease;
    border: 2px solid #9b49e9;
    cursor: pointer;
}

.btn:hover {
    background: transparent;
    border: 2px solid #9b49e9;
    color: #9b49e9;
}

.btn2 {
    background: transparent;
    border: 2px solid #9b49e9;
    color: #9b49e9;
    margin-left: 20px;
    transition: all .40s ease;
}

.btn2:hover {
    background: #9b49e9;
    color: #fff;
}

.right img {
    max-width: 100%;
    width: 1000px;
    height: auto;
}

.Page {
    text-align: center;
    padding: 30px 20%;
    background: #fff;
    position: absolute;
    z-index: 100;
}

.Page h1 {
    text-align: center;
    font-size: 3rem;
    padding: 1rem;
    color: #9b49e9;
}

.Page h2 {
    color: #9b49e9;
}

.Page h3 {
    text-align: center;
    font-size: 35px;
    padding: 1rem;
}

.Page p {
    text-align: center;
    font-size: 35px;
    padding: 1rem;
    color: rgb(41, 41, 41);
}

.Page .container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.Page .container .box {
    flex: 1 1 30rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    border-radius: 10px;
    background: #fff;
    color: #9b49e9;
}

.Modal {
    border: 0;
    border-radius: 5px;
    padding: 3em 2em;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.CloseModal {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    opacity: 0.7;
}

.CloseModal:hover {
    opacity: 1;
}

.Modal2 {
  border: 0;
  border-radius: 5px;
  padding: 3em 2em;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.CloseModal2 {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
  opacity: 0.7;
}

.CloseModal2:hover {
  opacity: 1;
}

.trademc-buyform-input, .trademc-buyform-select select, .trademc-buyform-button {
    border: 0;
    outline: 0;
    border-radius: 5px;
    border-radius: 3px;
    font-size: inherit;
    font-family: inherit;
    color: #fff;
    padding: 10px 20px;
    width: 50%;
    background: #9b49e9;
    margin-bottom: 5px;
}

.trademc-buyform-button, .trademc-buyform-select select {
    cursor: pointer;
}

.trademc-buyform-error {
    color: #9b49e9;
}

.trademc-buyform-input, .trademc-buyform-select select {
    font-weight: 500;
    background: transparent;
    color: #000;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-radius: 0;
    border-bottom: 3px solid #9b49e9;
}

.trademc-online {
    font-size: 20px;
}

.custom-shape-divider-bottom-1668143890 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1668143890 svg {
  position: relative;
  display: block;
  width: calc(160% + 1.3px);
  height: 160px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1668143890 .shape-fill {
  fill: #FFFFFF;
}