footer{background-color:#000;width:90vw;margin:0 auto 50px auto;position:relative}footer .decor{position:absolute;left:30px;top:0;height:92%;width:auto;filter:invert(1);opacity:.3}@media only screen and (max-width: 991px){footer .decor{max-height:400px;left:inherit;right:0}}@media only screen and (max-width: 991px){footer{width:calc(100% - 40px)}}footer .footer-container{padding-top:50px;padding-bottom:30px;display:grid;grid-template-columns:2fr 2fr 3fr;gap:50px}@media only screen and (max-width: 991px){footer .footer-container{grid-template-columns:1fr}}footer h5{font-size:21px;color:#fff;margin-bottom:15px !important;font-weight:700}footer p{font-size:12px;max-width:250px;color:#fff}footer .paragraph{margin-bottom:20px}footer .brand-logo img{height:80px;width:auto}footer .footer-contact{display:flex;gap:10px;flex-direction:column;padding-left:0}footer .footer-contact li{list-style-type:none;display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px}footer .footer-contact li a{font-size:12px;color:rgba(255,255,255,.8);text-decoration:none}footer .footer-contact li p{font-size:12px;color:rgba(255,255,255,.8);margin-bottom:0}footer .footer-contact li svg{width:14px;height:14px}footer .header-nav-menu,footer .header-nav-menu2{padding-left:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}footer .header-nav-menu li,footer .header-nav-menu2 li{list-style-type:none}footer .header-nav-menu li a,footer .header-nav-menu2 li a{font-size:14px;padding:0;text-decoration:none;color:rgba(255,255,255,.8)}footer .header-nav-menu2{grid-template-columns:1fr}footer .social-media{display:flex;padding-left:0;-moz-column-gap:10px;column-gap:10px;margin-top:20px}footer .social-media li{list-style-type:none}footer .social-media li a{background-color:rgba(0,0,0,0);border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid #fff}footer .social-media li a svg{width:20px;height:20px}footer .social-media li a svg path{fill:#fff !important}footer .footer-copyright{padding-top:20px;padding-bottom:20px;display:flex;-moz-column-gap:12px;column-gap:12px;justify-content:flex-end;align-items:center}@media only screen and (max-width: 991px){footer .footer-copyright{justify-content:flex-start}}footer .footer-copyright .policy-footer{font-size:12px !important;color:rgba(255,255,255,.8)}footer .footer-copyright span{color:rgba(255,255,255,.8)}footer .footer-copyright p{font-size:12px !important;color:rgba(255,255,255,.8)}footer .footer-copyright a{color:rgba(255,255,255,.8);text-decoration:none}.rental-icon{background:linear-gradient(to right, #1d2671, #c33764);width:70px;height:70px;display:none;justify-content:center;align-items:center;border-radius:50%;position:fixed;right:20px;bottom:50px;z-index:9993}.rental-icon.active{display:flex}.rental-icon img{width:40px;height:40px;filter:brightness(0) invert(1)}@keyframes shake{0%,20%,100%{transform:rotate(0deg)}2%,18%{transform:rotate(-2deg)}10%{transform:rotate(2deg)}}.rental-icon img{animation:shake 3s infinite}