﻿.knost-shap-main{
    width: 400px;
    height: 400px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
}
.z-index-minus{
    z-index: var(--z-index-minus) !important;
}
.knost-shap-one{
    width: 400px;
    height: 400px;
    background: linear-gradient(180deg, #4ADEDE -43.08%, #78D5F5 -7.55%, #1CA7EC 33.87%, #787FF6 82.91%);
    filter: blur(60px);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    opacity: 0.5;
}

