.custom-card:before{content:"";will-change:transform;z-index:-1;background:linear-gradient(135deg,#667eea 0%,#764ba2 40%,#6a11cb 70%,#2575fc 100%);border-radius:50%;width:300px;height:200px;transition:transform .6s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-150px;left:-150px;transform:scaleX(0)scaleY(0)}.custom-card:hover:before{transition-duration:.9s;transform:scaleX(5)scaleY(6)}.custom-card-2:before{content:"";will-change:transform;z-index:-1;background:linear-gradient(135deg,#667eea 0%,#764ba2 40%,#6a11cb 70%,#2575fc 100%);border-radius:50%;width:300px;height:200px;transition:transform .7s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-150px;right:-50px;transform:scaleX(0)scaleY(0)}.custom-card-2:hover:before{transition-duration:1.05s;transform:scaleX(7)scaleY(8)}.custom-card,.custom-card-2{transition:border-color .6s,box-shadow .8s cubic-bezier(.22,1,.36,1),translate .8s cubic-bezier(.22,1,.36,1)}.custom-card:hover,.custom-card-2:hover{translate:0 -4px;box-shadow:-14.34px 43.2px 52.87px #514e782e,inset 1.55px 2.32px #fff9,0 0 8px 5px #9f60ee70}
