@import url("https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap");.footer{background-color:#1a1a1a;padding:40px 60px 30px 150px;width:100%;border-top:2px solid #333}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;gap:60px}.footer-boarder{display:flex;justify-content:center;gap:30px}.footer-section{flex:1 1;display:flex;flex-direction:column}.footer-section h3{font-family:Silkscreen,monospace;font-size:18px;font-weight:700;color:white;margin-bottom:20px;letter-spacing:1px}.footer-links{display:flex;gap:40px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column a{font-family:Silkscreen,monospace;font-size:14px;color:#cccccc;text-decoration:none;transition:color .3s ease;letter-spacing:.5px}.footer-column a:hover{color:#FFD84E}.socials-section{display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.social-icons{display:flex;gap:16px}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#333;border-radius:8px;transition:background-color .3s ease,transform .3s ease}.social-icon i{font-size:32px;color:white;transition:color .3s ease,transform .3s ease}.social-icon:hover{background-color:#FFD84E;transform:scale(1.1)}.social-icon:hover i{color:#1a1a1a}.copyright{font-family:Silkscreen,monospace;font-size:12px;color:#888;margin:0;letter-spacing:.5px}.footer-logo-section{padding-right:20%}@media (max-width:1024px){.footer{padding:30px 40px 15px}.footer-content{gap:40px}.footer-section h3{font-size:16px}.footer-column a{font-size:13px}}@media (max-width:768px){.footer{padding:30px 20px 15px}.footer-content{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-links{justify-content:center;gap:20px}.socials-section{align-items:center}.social-icons{justify-content:center}.footer-section h3{font-size:16px;margin-bottom:15px}.footer-column a{font-size:12px}}@media (max-width:480px){.footer{padding:20px 15px 10px}.footer-content{gap:20px}.footer-links{flex-direction:column;gap:15px}.footer-column{gap:8px}.footer-section h3{font-size:14px;margin-bottom:10px}.footer-column a{font-size:11px}.social-icon{width:35px;height:35px}.social-icon i{font-size:24px}.copyright{font-size:10px}}