.models-container{width:100%;overflow:hidden;padding:20px 0;position:relative;cursor:pointer}.models-list{display:flex;gap:40px;padding:0 60px;animation:scroll 30s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-180px * 7))}}.model-item{flex:0 0 auto;width:140px;height:140px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease}.model-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(79,195,247,.2) 0,rgba(79,195,247,0) 70%);opacity:0;transition:opacity .3s ease}.model-item:hover .model-background{opacity:1}.model-logo{max-width:80%;max-height:80%;object-fit:fill;position:relative;z-index:1;transition:all .3s ease;mix-blend-mode:screen;opacity:.9}.model-item:hover .model-logo{transform:scale(1.1);opacity:1}