@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.main{background:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100%;min-height:100vh;padding:20px;display:flex;overflow-x:hidden}#sriparna{object-fit:contain;width:auto;height:50%;max-height:300px}.span{-webkit-text-fill-color:transparent;text-align:center;background:linear-gradient(90deg,#22dde7,#ed047d);-webkit-background-clip:text;background-clip:text;font-size:2vmax}button{cursor:pointer;background-color:#4fe0ea;border:none;border-radius:25px;justify-content:center;align-items:center;gap:10px;width:200px;height:45px;font-size:18px;transition:all .3s;display:flex;box-shadow:0 0 25px #4fe0ea}button:hover{transform:scale(1.05);box-shadow:0 0 40px #4fe0ea}#speaking{width:120px}p{color:#fff;text-align:center;max-width:600px;padding:0 20px;font-size:1.2rem}.response{flex-direction:column;justify-content:center;align-items:center;gap:15px;display:flex}#aigif{width:200px;height:auto}@media (width<=600px){#sriparna{height:40%}.span{font-size:18px}button{width:160px;height:40px;font-size:16px}#aigif{width:150px}p{font-size:14px}}.response-text{color:#fff;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;margin-top:15px;padding:10px 20px;font-size:18px}.wave{justify-content:center;gap:6px;margin:15px 0;display:flex}.wave span{background:#00f7ff;border-radius:10px;width:5px;height:20px;animation:1s ease-in-out infinite waveAnim}.wave span:nth-child(2){animation-delay:.2s}.wave span:nth-child(3){animation-delay:.4s}.wave span:nth-child(4){animation-delay:.6s}.wave span:nth-child(5){animation-delay:.8s}@keyframes waveAnim{0%,to{opacity:.5;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1.8)}}.stop-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:20px;margin-top:12px;padding:8px 18px;font-weight:700}.stop-btn:hover{background:#8b0000}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{background-color:#000}
