.icon{animation:carousel 24s ease-in-out infinite;display:flex;flex-direction:column;align-items:center;justify-content:center}@keyframes carousel{0%{transform:translate(-400px) scale(50%);z-index:-1}8.33%{transform:translate(-200px) scale(75%);z-index:0}16.66%{transform:translate(0) scale(100%);z-index:1}25%{transform:translate(200px) scale(75%);z-index:0}33.33%{transform:translate(400px) scale(50%);z-index:-1}to{transform:translate(-400px) scale(50%);z-index:-1}}.item-1{animation-delay:0s}.item-2{animation-delay:-2s}.item-3{animation-delay:-4s}.item-4{animation-delay:-6s}.item-5{animation-delay:-8s}.item-6{animation-delay:-10s}.item-7{animation-delay:-12s}.item-8{animation-delay:-14s}.item-9{animation-delay:-16s}.item-10{animation-delay:-18s}.item-11{animation-delay:-20s}.item-12{animation-delay:-22s}.item-13{animation-delay:-24s}.item-14{animation-delay:-26s}.item-15{animation-delay:-28s}.item-16{animation-delay:-30s}