.last-part{background:#000;position:relative;padding:10px;height:100vh;overflow:hidden}.last-part:after,.last-part:before{content:"";height:100%;width:100%;position:absolute;left:0;z-index:1;pointer-events:none}.last-part:before{top:0;background:linear-gradient(180deg,rgba(0,0,0,.7),transparent)}.last-part:after{bottom:0;background:linear-gradient(0deg,#000,transparent)}.last-part .last-part-content{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;height:100%;width:100%;overflow:hidden}.last-part .last-part-content .row-group{display:flex;flex-direction:column;gap:15px;height:100%}.last-part .last-part-content .row-group .row{display:flex;flex-direction:column;gap:15px;animation:slide 35s linear infinite}.last-part .last-part-content .row-group.reverse .row{animation:slide-2 35s linear infinite}.last-part .last-part-content .row img{width:100%;height:auto;border-radius:25}@keyframes slide{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes slide-2{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.last-part .explainer{background:rgba(0,0,0,.6);position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.last-part .explainer img{height:50px;width:50px;border-radius:50%;object-fit:cover}.last-part .explainer h2{font-size:50px}.last-part .explainer h2,.last-part .explainer p:not(.text-1,.text-2){color:#fff;text-align:center;width:95%}.last-part .explainer .designed-btn{height:50px;width:300px;flex:none}@media (max-width:680px){.last-part .explainer h2{font-size:40px}.last-part .last-part-content{grid-template-columns:repeat(3,1fr)}.last-part .last-part-content .row-group:last-child{display:none}}@media (max-width:480px){.last-part .explainer h2{font-size:30px}}