.footer{color:#d9d9d9;background:#191c24;display:flex;flex-direction:column;align-items:center;gap:20px;padding:60px 1rem 1rem;margin-top:70px}.footer .footer-content{width:100%;display:grid;grid-template-columns:1.5fr 1fr 1.5fr 1fr;gap:80px}.footer .footer-content .footer-content-left .footer-logo{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center}.footer .footer-content .footer-content-left .footer-logo .logo{width:80px}.footer .footer-content .footer-content-left .footer-logo h2{font-size:1.75rem;color:hsla(0,0%,100%,.75);font-weight:400;font-family:Varela Round,sans-serif}.footer .footer-content .footer-content-left .footer-logo span{font-weight:700;color:hsla(0,0%,100%,.9)}.footer .footer-content .footer-content-center,.footer .footer-content .footer-content-left,.footer .footer-content .footer-content-right{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.footer .footer-content .footer-content-left .social-media-buttons{display:flex;justify-content:space-between;margin-top:1rem;gap:8px}.footer .footer-content .footer-content-left .social-media-buttons a{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;height:32px;width:32px;border-radius:50%;margin:0;background-color:rgba(0,0,0,.8);text-decoration:none;transition:all .2s ease-in}.footer .footer-content .footer-content-left .social-media-buttons a:hover{transform:scale(1.05)}.footer .footer-content .footer-content-left .footer-contact h2{font-size:1.15rem;font-weight:700;text-transform:capitalize;color:#fff;margin:1.5rem 0}.footer .footer-content .footer-content-left .footer-contact a{text-decoration:none;color:#c5c0c7;font-size:13px;transition:all .2s ease}.footer .footer-content .footer-content-left .footer-contact a:hover{color:#fff}.footer .footer-content .footer-content-left .footer-contact .contact-icon{margin-right:4px;background:var(--textColor);padding:5px;border:1.5px solid var(--textLight);border-radius:50%;width:24px;height:24px;display:inline-flex;text-align:center;align-items:center;justify-content:center}.footer .footer-content .footer-content-left .footer-contact .contact-icon i{color:#fff;font-size:11px}.footer .footer-content .footer-content-right ul{padding-left:0}.footer .footer-heading{font-size:1.15rem;font-weight:700;text-transform:capitalize;color:#fff}.footer .footer-content .footer-content-center li,.footer .footer-content .footer-content-left li,.footer .footer-content .footer-content-right li{list-style:none;margin-bottom:10px;cursor:pointer}.footer .footer-content-center li a,.footer .footer-content-right li a{color:#c5c0c7;font-size:13px;transition:all .25s ease}.footer .active-link{color:#fff!important;letter-spacing:.25px!important;text-decoration:underline!important}.footer .footer-content-center li a:hover,.footer .footer-content-right li a:hover{color:#fff;letter-spacing:.25px;text-decoration:underline}.footer hr{width:100%;height:2px;margin:20px 0;background:grey;border:none}.footer .footer-copyright{color:var(--borderColor);text-align:center;font-size:14px}@media (max-width:1276px){.footer .footer-content{gap:10px}}@media (max-width:1028px){.footer .footer-content{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:576px){.footer{padding-top:40px}.footer .footer-content{display:flex;flex-direction:column;gap:35px}.footer .footer-copyright{text-align:center}}