footer{color:#fff;background-color:#0f0f0f;width:100%}footer .footer_container{width:100%;max-width:var(--max-width);grid-template-columns:repeat(3,1fr);gap:5rem;margin:0 auto;padding:40px 40px 0;display:grid}footer .footer_left .footer_logo{align-items:center;gap:10px;display:flex}footer .footer_left .footer_logo img{border-radius:50px;width:50px}footer .footer_left .footer_logo h1{letter-spacing:1px;font-family:Poppins,sans-serif;font-size:30px;font-weight:500}footer .footer_left .footer_logo h1 span{font-weight:600}footer .footer_left p{color:#a0a0a0;margin:20px 0;font-size:15px;font-weight:400;line-height:1.6}footer .footer_left .socal_links{align-items:center;gap:20px;margin:30px 0;display:flex}footer .footer_left .socal_links a{border-radius:var(--border-radius);opacity:.9;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .3s;display:flex}footer .footer_left .socal_links a:hover{opacity:1}footer .footer_left .socal_links a:active{transform:scale(.9)}footer .footer_left .socal_links a svg{font-size:25px}footer .footer_left .socal_links a.facebook{background:#1877f2}footer .footer_left .socal_links a.twitter{background:#000}footer .footer_left .socal_links a.instagram{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1);background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}footer .footer_left .socal_links a.linkedin{background:#0077b5}footer .footer_center h1{margin-bottom:20px;font-size:20px;font-weight:600}footer .footer_center .links{flex-direction:column;gap:15px;display:flex}footer .footer_center .links a{color:#cfcfcf;font-size:16px;font-weight:600;text-decoration:none;transition:color .3s}footer .footer_center .links a:hover{color:#fff}footer .footer_right h1{margin-bottom:20px;font-size:20px;font-weight:600}footer .footer_right p{color:#cfcfcf;margin-bottom:20px;font-size:15px;font-weight:400;line-height:1.6}footer .footer_right a{color:#fff;opacity:.8;align-items:center;gap:10px;margin:15px 0;font-size:16px;font-weight:500;text-decoration:none;transition:opacity .3s;display:flex}footer .footer_right a:hover{opacity:1}footer .footer_right a svg{font-size:22px}footer .footer_right .copy_right{margin-top:50px}@media (max-width:800px){footer .footer_container{gap:2rem}}@media (max-width:700px){footer .footer_container{grid-template-columns:1fr;padding:20px}footer .footer_left,footer .footer_center,footer .footer_right{float:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}}
