.bubble-right-center-purple {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #3a00ce3f;
    filter: blur(250px);
}
.bubble-top-left-purple {
    position: absolute;
    top: 20%;
    left: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #3a00ce3f;
    filter: blur(250px);
}
.bubble-bottom-left-blue {
    position: absolute;
    bottom: 0%;
    left: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #10EBFF;
    filter: blur(250px);
}
.bubble-bottom-right-blue {
    position: absolute;
    bottom: 0%;
    right: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #10EBFF;
    filter: blur(250px);
}

.bubble-bottom-left-purple {
    position: absolute;
    bottom: 0%;
    left: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #3a00ce70;
    filter: blur(250px);
}

.bubble-bottom-left-purple {
    position: absolute;
    bottom: 0%;
    right: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #3a00ce70;
    filter: blur(250px);
}

@media (min-width: 3000px) {
    .bubble-right-center-purple, .bubble-top-left-purple, .bubble-bottom-left-blue, .bubble-bottom-left-purple, .bubble-bottom-right-purple {
        filter: blur(450px)!important;
    }
}

@media (max-width: 992px) {
    .bubble-top-left-purple {
        position: absolute;
        top: 0%;
        left: -20%;
        width: 70%;
        height: 40%;
        border-radius: 50%;
        background: #3a00ce85;
        filter: blur(250px);
    }
}

.resumes-background {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 30%;
    height: 100%;
    opacity: .35;
    background: var(--gradient45deg);
    filter: blur(180px);
    z-index: -1;
    pointer-events: none;
}