footer .logo-icon{width:100%;height:auto;transition:opacity .3s ease}footer .logo-icon:hover{opacity:.8}footer svg path{transition:fill .3s ease}@media screen and (max-width:640px){footer .logo-icon{max-width:120px}}@media screen and (min-width:640px)and (max-width:768px){footer .logo-icon{max-width:140px}}@media screen and (min-width:768px){footer .logo-icon{max-width:160px}}footer a,footer button{transition:all .3s ease}footer{scrollbar-width:thin;scrollbar-color:var(--primary-purple) #1b1b1b}footer::-webkit-scrollbar{width:8px;height:8px}footer::-webkit-scrollbar-track{background:#1b1b1b}footer::-webkit-scrollbar-thumb{background:var(--primary-purple);border-radius:4px}footer::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--primary-purple) 80%,white)}