footer{width:100%;background:linear-gradient(180deg,#000 40%,#292929);padding:40px}#home-footer{background:#6586c4}footer .top-footer{width:100%;height:100%;display:flex;gap:20px;margin-bottom:30px}footer .top-footer>*{flex-basis:100%}footer .top-footer .left-side{display:flex;justify-content:center;gap:40px}footer .top-footer .left-side .logo-container{width:170px}footer .top-footer .right-side{display:flex;justify-content:space-between;gap:30px}footer .top-footer .right-side p{cursor:pointer}footer .top-footer .right-side p:hover{color:#5f90ec}footer .top-footer .text-container{display:flex;flex-direction:column;gap:30px;padding-top:20px}footer .top-footer .text-container h4{color:#fff;font-size:24px}footer .top-footer .text-container p{color:#fff;font-size:16px;font-weight:400;max-width:36ch}footer .top-footer .text-container ul li{margin-bottom:10px}footer .bottom-text{padding:10px 30px;display:flex;justify-content:space-between;color:#fff;font-size:12px}footer .bottom-text .child{display:flex;align-items:center;gap:10px}footer .bottom-text .child i{width:20px;height:20px}@media (max-width:1600px){footer .top-footer .text-container h4{font-size:18px}footer .top-footer .text-container p{font-size:12px}footer .bottom-text{font-size:10px}footer .bottom-text .child{gap:5px}footer .bottom-text .child i{width:15px;height:15px}}@media (max-width:1100px){footer .top-footer{flex-direction:column;justify-content:center}footer .top-footer .right-side{display:grid;grid-template-columns:max-content max-content}}