/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
    position: relative;
    display: block;
    background-color: var(--techguru-black);
    padding: 140px 0 0;
    z-index: 1;
}

.why-choose-three__bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .20;
    height: 477px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
}

.why-choose-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--techguru-white-rgb), 0.05);
    z-index: -1;
}

.why-choose-three__shape-1 {
    position: absolute;
    left: -13.12%;
    right: 63.02%;
    top: 18.3%;
    bottom: -29.52%;
    opacity: .30;
    filter: blur(120px);
    background: radial-gradient(50% 50% at 50% 50%, #6669D8 0%, rgba(7, 12, 20, 0) 100%);
    z-index: -1;
}

.why-choose-three__shape-2 {
    position: absolute;
    left: 46.41%;
    right: 3.49%;
    top: 14.16%;
    bottom: -25.38%;
    opacity: .50;
    filter: blur(120px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(250, 86, 116, 0.63) 0%, rgba(7, 12, 20, 0) 100%);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/