.footer{background:var(--color-secondary);display:flex;margin-top:5%;padding:4% 5%}.footer a{color:#8cdfe5;text-decoration:none;text-transform:uppercase}.footer-social{align-items:center;display:flex;gap:1.6rem;width:100%}.footer-social-link-container{align-items:center;border:1px solid #40898a;border-radius:100%;display:flex;height:4rem;justify-content:center;padding:1rem;transition:.3s ease;width:4rem}.footer-social-link-container:hover{backdrop-filter:brightness(1.2);transform:scale(.9)}.footer-social-link-container svg{transition:.3s ease}.footer-social-link-container:hover svg{transform:rotate(-25deg) scale(1.5)}.footer-links{gap:5rem;justify-content:center}.footer-legal,.footer-links{align-items:center;display:flex;width:100%}.footer-legal{color:#8cdfe5;gap:1rem;justify-content:flex-end;text-transform:uppercase}.footer-legal ul{align-items:center;display:flex}.footer-legal ul li{line-height:.8;padding:0 1rem}.footer-legal ul li:first-child{border-right:1px solid #8cdfe5}@media screen and (max-width:996px){.footer{flex-direction:column;gap:3rem}.footer-legal{gap:0;justify-content:flex-start}.footer-legal p{border-right:1px solid #8cdfe5;line-height:.8;padding-right:1rem}.footer-links{gap:1.6rem;justify-content:flex-start}}@media screen and (max-width:767px){.footer{padding:10% 7%}}