footer{width:100%;background-color:#0f0f0f;color:#fff}footer .footer_container{width:100%;max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:5rem;padding:40px 40px 0}footer .footer_left .footer_logo{display:flex;align-items:center;gap:10px}footer .footer_left .footer_logo img{width:50px;border-radius:50px}footer .footer_left .footer_logo h1{font-size:30px;font-family:Poppins,sans-serif;font-weight:500;letter-spacing:1px}footer .footer_left .footer_logo h1 span{font-weight:600}footer .footer_left p{font-size:15px;font-weight:400;line-height:1.6;margin:20px 0;color:#a0a0a0}footer .footer_left .socal_links{display:flex;align-items:center;gap:20px;margin:30px 0}footer .footer_left .socal_links a{width:40px;height:40px;border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .3s ease}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:#000000}footer .footer_left .socal_links a.instagram{background:#f09433;background:-moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);background:-webkit-linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1)}footer .footer_left .socal_links a.linkedin{background:#0077B5}footer .footer_center h1{font-size:20px;font-weight:600;margin-bottom:20px}footer .footer_center .links{display:flex;flex-direction:column;gap:15px}footer .footer_center .links a{color:#cfcfcf;text-decoration:none;font-size:16px;font-weight:600;transition:color .3s ease}footer .footer_center .links a:hover{color:#fff}footer .footer_right h1{font-size:20px;font-weight:600;margin-bottom:20px}footer .footer_right p{font-size:15px;font-weight:400;line-height:1.6;color:#cfcfcf;margin-bottom:20px}footer .footer_right a{text-decoration:none;font-size:16px;font-weight:500;color:#fff;display:flex;align-items:center;opacity:.8;transition:opacity .3s ease;gap:10px;margin:15px 0}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_center,footer .footer_left,footer .footer_right{width:100%;float:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}}