.db-section{position:relative;padding:60px 20px;display:flex;justify-content:center;align-items:center}.db-stage{position:relative;margin:0 auto;width:500px;height:500px;max-width:100%;z-index:3}.db-laptop{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:380px;z-index:4}.db-laptop img{width:100%;height:auto}.db-icons{list-style:none;margin:0;padding:0;gap:35px;top:65%}.db-icon,.db-icons{display:flex;justify-content:center;position:relative;z-index:5}.db-icon{width:70px;height:70px;border-radius:20px;background:#fff;align-items:center;box-shadow:0 8px 20px rgba(0,0,0,.15);animation:floatWave 3s ease-in-out infinite;overflow:hidden}.db-icon:nth-child(2){animation-delay:.2s}.db-icon:nth-child(3){animation-delay:.4s}.db-icon:nth-child(4){animation-delay:.6s}.db-icon:nth-child(5){animation-delay:.8s}.db-icon:nth-child(6){animation-delay:1s}.db-icon img{max-width:60%;max-height:60%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.db-icon:hover img{transform:scale(1.15)}@keyframes floatWave{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.db-icon:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);transform:rotate(25deg);animation:shine 5s infinite}@keyframes shine{0%{transform:translateX(-100%) rotate(25deg)}to{transform:translateX(100%) rotate(25deg)}}@media (max-width:768px){.db-stage{width:280px;height:auto;display:flex;flex-direction:column;align-items:center}.db-laptop{left:0;transform:none;width:200px;margin-bottom:25px}.db-icons,.db-laptop{position:relative;top:0}.db-icons{margin:0;flex-wrap:wrap;justify-content:center;gap:18px;width:100%}.db-icon{width:55px;height:55px}}