.service-box{transition:all .4s linear;box-shadow:0 0 20px #3f036608}.service-box:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(-38deg,#3F0366 0,#662851 100%);top:0;left:0;right:0;bottom:0;z-index:-1;transform:scaleY(0);transform-origin:bottom;transition:transform .5s ease}.service-box:hover{transform:translateY(-10px);box-shadow:0 0 20px #3f03661a}.service-box:hover img{-webkit-animation:rotation 1s linear;animation:rotation 1s linear}.service-box:hover:after{transform:scale(1);transform-origin:top!important}.service-box:hover h4{color:#eba40c}.service-box:hover p{color:#fff}
