.top-footer{position:fixed;bottom:0;left:0;width:100vw;height:100vh;z-index:0;display:flex;overflow:hidden;flex-direction:column;justify-content:flex-end;padding-bottom:5vh;align-items:center}@keyframes moveRightLeft{0%{transform:translate(0)}50%{transform:translate(calc(100vw - 100%))}to{transform:translate(0)}}.footer-back-image{top:0;left:0;height:100vh;width:auto;animation:moveRightLeft 120s infinite linear;animation-delay:3s;position:fixed;z-index:-5}.footer-icon img{width:200px;margin:20px 0}.contact-icon-container{display:flex}.contact-icon{margin-top:20px}.contact-icon img{width:80px;transition:transform .3s ease}.contact-icon:hover{transform:scale(1.05)}.footer-links a{text-decoration:none;color:#303d36;margin:0 10px}.footer-link:hover{color:#f65dee}.footer-content{margin:0 auto;text-align:center;color:#303d36}.footer p{color:#303d36;margin:5px 0;font-size:14px}.contact-button{color:#303d36}@media (max-width: 768px){.top-footer{padding-bottom:0}.footer-icon img{width:180px;margin:5px 0}.footer-links{display:flex;flex-direction:column;text-align:center}.links-border{display:none}.footer-links a{margin:5px 0}.contact-icon{margin-top:10px}}@keyframes moveBubbleStandard{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.bubble-standard{animation:moveBubbleStandard 10s linear infinite}
