.newletter{background-color:#7a2fe3;padding:50px 0;color:#fff}.newletter .left,.newletter .right{padding-right:50px}.newletter h1{color:#fff;font-size:30px;font-weight:500;margin-bottom:15px}.newletter .right{display:flex;justify-content:space-between;align-items:center}.newletter input{width:100%;padding:20px;border:none;outline:none;height:30px}.newletter i{padding:12px;color:#7a2fe3;background-color:#fff}footer{background-color:#eeeeee}footer .container{display:grid;grid-template-columns:3fr 2fr 2fr 4fr 3fr;grid-gap:30px}@media screen and (max-width:768px){footer .container{grid-template-columns:repeat(2,1fr)}}footer .logo span{color:#7a2fe3;font-size:14px}footer .logo p{color:grey;margin:30px 0 15px}footer h2{margin-bottom:10px;font-weight:700}footer h3{margin-bottom:40px;font-weight:500}footer ul li{margin-bottom:20px;list-style:none;color:#7a2fe3;cursor:pointer}footer .link li:before{content:"⟶";color:#7a2fe3;margin-right:5px}footer .items{margin-bottom:30px}footer .items img{width:50px;height:50px;border-radius:5px;margin-right:10px;object-fit:cover}footer .items i,footer .items span{font-size:12px;color:#7a2fe3;margin-right:5px;text-transform:capitalize}footer h4{font-weight:400;margin-top:5px}footer .last ul li{display:flex;margin-bottom:50px;list-style:none;line-height:1.5rem}footer .last i{font-size:20px;color:#7a2fe3;margin-right:10px;margin-top:5px}footer a{text-decoration:none}.footer-bottom{background:#797092;padding:15px 0;text-align:center}.footer-bottom p{font-size:14px;color:#ffffff}.top-btn-container{position:fixed;bottom:40px;right:40px;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease-in-out;transform:scale(.8)}.top-btn-container.show{visibility:visible;opacity:1;transform:scale(1)}.top-btn{height:60px;width:60px;border-radius:50%;background:linear-gradient(135deg,#6a11cb,#2575fc);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.3);outline:none;padding:0}.top-btn,.top-btn i{transition:all .3s ease-in-out}.top-btn i{font-size:26px;color:white;margin:0}.top-btn:hover{transform:scale(1.2);box-shadow:0 6px 16px rgba(0,0,0,.4);background:linear-gradient(135deg,#2575fc,#6a11cb)}.top-btn:active{transform:scale(1)}