.cardPrice{position:relative;overflow:hidden;background:linear-gradient(-45deg,#5e4a1d 0,#cc941b 20%,#745c26 39%,#f9f4b4 50%,#7b6229 60%,#896413 80%,#7b6127 100%);border-radius:50px;background-size:400% 400%;animation:30s infinite gradient}.cardPrice1:after{width:200%;height:1000%;content:'';z-index:-1;position:absolute;top:-500%;right:-60%;background-image:linear-gradient(-45deg,#5e4a1d 0,#cc941b 20%,#745c26 39%,#f9f4b4 50%,#7b6229 60%,#896413 80%,#7b6127 100%);animation:10s linear infinite rotate-gradient}.inner{padding:3px 3px 5px;background-color:rgba(255,255,255,.5);border-radius:50px}@keyframes rotate-gradient{to{transform:rotate(360deg)}}@keyframes gradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}