.footer{background-color:#121212;color:var(--color-light)}.footer .title{position:relative;padding-bottom:6px}.footer .quick-links li .link{transition:all .3s ease}.footer .quick-links li .link:hover{background:linear-gradient(225deg,#d322ca,#9900ec);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.footer .social-icons .icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:25px;background:linear-gradient(105deg,#d322ca,#9900ec);color:var(--color-light);overflow:hidden;transition:color .3s ease}.footer .social-icons .icon:before{content:"";position:absolute;inset:0;z-index:0;background:var(--color-light);opacity:0;transition:opacity .4s ease}.footer .social-icons .icon:hover:before{opacity:1}.footer .social-icons .icon:hover{color:var(--color-secondary)}.footer .social-icons .icon svg{position:relative;z-index:1;font-size:14px}.footer .social-icons .icon .icon:hover{transform:scale(1.05)}