.circle {
    width: 200px;
    height: 200px;
    position: relative;
    text-align: center;
}
.circle canvas {
    vertical-align: top;
}
.circle strong {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #7F51F5;
}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #aaa;
    margin-top: 12px;
}

.blured {
    filter: blur(3px); user-select: none; pointer-events: none;
}

#services-menu li.group:hover .font-semibold {
  color: #7F51F5 !important;
}

.gradient-text {
    background: radial-gradient(181.25% 467.44% at 122.05% 169.77%, #ff9d96 0, #6648fe 38%, #6648fe 54%, #2fb1d2 83%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 100%;
    color: #0000;
    display: inline-block;
}