body{background-color:var(--purplethird)}.footer{background-color:var(--purplethird);flex-direction:row;justify-content:space-between;align-items:center;width:90%;margin:5rem auto 0;display:flex}.footer-information{width:50%}.footer-information p{width:70%;color:var(--blueprimary);margin-top:1rem;font-size:1rem}.footer-information img{width:200px;height:auto}.footer-links{width:50%;color:var(--blueprimary);flex-direction:row;gap:5rem;font-size:1rem;display:flex}.footer-link{flex-direction:column;gap:1rem;display:flex}.footer-link h1{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.footer-link a{width:fit-content;transition:color .3s;display:inline-block;position:relative}.footer-link a:after{content:"";transform-origin:0;background-color:#1f304e;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.footer-link a:hover:after{transform:scaleX(1)}.footer-text{background-color:var(--purplethird);width:90%;color:var(--blueprimary);margin:0 auto}.footer-text h1{text-align:start;background:var(--gradient10);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(5rem,15vw,30rem);font-weight:500}@media (max-width:1024px){.footer-text h1{display:none}.footer{margin-bottom:3rem}.footer-information p{width:80%;margin-top:.5rem;font-size:1rem}}@media (max-width:768px){.footer{flex-direction:column;align-items:flex-start;gap:2rem;margin-top:3rem;margin-bottom:1rem;padding:0 0}.footer-information{width:100%}.footer-information img{width:200px}.footer-information p{text-align:justify;width:90%;margin-top:.5rem;font-size:.9rem}.footer-links{flex-direction:column;gap:2rem;width:100%;padding-top:0}.footer-link{gap:.8rem}.footer-links{font-size:.9rem}}.footer-under{width:90%;color:var(--blueprimary);background-color:var(--purplethird);border-top:1px solid #ccc;justify-content:space-between;align-items:center;margin:1rem auto;padding:1rem 0;font-size:1rem;display:flex}.footer-text p{color:var(--blueprimary)}.footer-personal a{color:var(--blueprimary);margin-left:1.5rem}.footer-description a:hover{color:#141e31}@media (max-width:1024px){.footer-under{text-align:start;flex-direction:column;align-items:flex-start;gap:.8rem;margin-top:0;font-size:1rem}.footer-personal{flex-direction:column;align-items:flex-start;gap:.8rem;font-size:1rem;display:flex}.footer-personal a{margin-left:0;font-size:1rem}}@media (max-width:768px){.footer-under,.footer-personal,.footer-personal a{font-size:.9rem}}
