.galaxy-container{width:100%;height:100%;position:relative}.galaxy-container canvas{width:100%;height:100%;display:block}
.carousel-container{width:100%;position:relative;overflow:hidden}.carousel-track{gap:4rem;width:fit-content;animation:30s linear infinite scroll;display:flex}.carousel-track.paused{animation-play-state:paused}.carousel-item{flex-shrink:0;justify-content:center;align-items:center;display:flex}.tech-logo-wrapper{justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s;display:flex}.carousel-item:hover .tech-logo-wrapper{transform:scale(1.3)}.tech-logo{filter:grayscale()opacity(.7);transition:filter .3s}.carousel-item:hover .tech-logo{filter:grayscale(0%)opacity()}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (max-width:768px){.carousel-track{gap:3rem}.tech-logo-wrapper{width:60px;height:60px}.carousel-item:hover .tech-logo-wrapper{transform:scale(1.2)}}
