.circles-container{position:absolute;inset:0;overflow:hidden}.circle{position:absolute;display:block;background:linear-gradient(45deg,#15803d45,#22c55e45);animation:float 25s linear infinite;bottom:-150px;mix-blend-mode:multiply}.circle:first-child{left:25%;width:80px;height:80px;animation-delay:0s;background:linear-gradient(45deg,#15803d50,#22c55e50)}.circle:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s;background:linear-gradient(45deg,#16a34a45,#4ade8045)}.circle:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s;background:linear-gradient(45deg,#15803d45,#22c55e45)}.circle:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s;background:linear-gradient(45deg,#16a34a40,#4ade8040)}.circle:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s;background:linear-gradient(45deg,#15803d45,#22c55e45)}.circle:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s;background:linear-gradient(45deg,#16a34a45,#4ade8045)}.circle:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s;background:linear-gradient(45deg,#15803d50,#22c55e50)}.circle:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s;background:linear-gradient(45deg,#16a34a45,#4ade8045)}.circle:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s;background:linear-gradient(45deg,#15803d45,#22c55e45)}.circle:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s;background:linear-gradient(45deg,#16a34a40,#4ade8040)}.circle:nth-child(11){left:15%;width:90px;height:90px;animation-delay:5s;animation-duration:22s;background:linear-gradient(45deg,#15803d45,#22c55e45)}.circle:nth-child(12){left:60%;width:40px;height:40px;animation-delay:8s;animation-duration:28s;background:linear-gradient(45deg,#16a34a50,#4ade8050)}.circle:nth-child(13){left:30%;width:70px;height:70px;animation-delay:12s;animation-duration:32s;background:linear-gradient(45deg,#15803d45,#22c55e45)}.circle:nth-child(14){left:80%;width:120px;height:120px;animation-delay:6s;animation-duration:25s;background:linear-gradient(45deg,#16a34a50,#4ade8050)}.circle:nth-child(15){left:45%;width:35px;height:35px;animation-delay:10s;animation-duration:30s;background:linear-gradient(45deg,#15803d45,#22c55e45)}@keyframes float{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:48% 52% 68% 32%/42% 28% 72% 58%}50%{transform:translateY(-450px) rotate(180deg);opacity:.5;border-radius:38% 62% 48% 52%/62% 38% 52% 48%}to{transform:translateY(-1000px) rotate(1turn);opacity:0;border-radius:48% 52% 68% 32%/42% 28% 72% 58%}}