@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7px)}}.bounce-icon-img{animation:bounce 1s ease}.quick-icon-wrapper{cursor:pointer;transition:all .3s ease}.quick-icon-wrapper:hover{transform:scale(1.05)}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animated-gradient-text{background-image:linear-gradient(90deg,gold,#4169e1,purple,gold);background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-shift 6s ease infinite}