.onbiz-shap-main{
    width: 264px;
    height: 275px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
   
}
.z-index-minus{
    z-index: var(--z-index-minus) !important;
}
.onbiz-shap-one{
    width: 200px;
    height: 200px;
    background: rgba(210, 186, 250, 0.16);
    filter: blur(100px);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 100%;
}
.onbiz-shap-two{

    width: 200px;
    height: 200px;
    background: rgba(204, 0, 255, 0.01);
    filter: blur(102px);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100%;
}
