.shape {
    display: inline-block;
    position: absolute !important;
}

.greenShape {
    background-color: #649F7E;
}

.blueShape {
    background-color: #96D5EE;
}

.redShape {
    background-color: #EA6D5E;
}

.originalShape {
    background-color: #656A86;
}

.purpleShape {
    background-color: #7A7CED;

}

.orangeShape {
    background-color: #FF9100;
}

.shape.circle {
    border-radius: 50%;
}

.circle_1 {
    width: 87px;
    height: 87px;
}

.circle_2 {
    width: 92px;
    height: 92px;
}

.circle_3 {
    width: 112px;
    height: 112px;
}

.corneredRadius_1 {
    width: 163px;
    height: 93px;
    border-radius: 250px;
}

.shape.angular {
    border-radius: 5px;
    border-bottom-right-radius: 115px;
}

.angular_1 {
    width: 60px;
    height: 135px;
}

.angular_2 {
    width: 40px;
    height: 71px;
}

.angular_3 {
    width: 40px;
    height: 71px;
}

.angular_4 {
    width: 120px;
    height: 120px;
}

.angular_5 {
    width: 114px;
    height: 201px;
}

.angular_6 {
    width: 64px;
    height: 64px;
}

.angular_7 {
    width: 72px;
    height: 72px;
    transform: rotate(-45deg);
    margin-right: 1rem;
}

.angular_8 {
    width: 72px;
    height: 72px;
    transform: rotate(135deg);
    margin-right: -1rem;
}

/*---------------------- shapes ---------------------*/

@media only screen and (max-width: 1370px) {
    .circle_1 {
        width: 43px;
        height: 43px;
    }

    .circle_2 {
        width: 46px;
        height: 46px;
    }

    .circle_3 {
        width: 56px;
        height: 56px;
    }

    .corneredRadius_1 {
        width: 82px;
        height: 46px;
        border-radius: 250px;
    }

    .angular_1 {
        width: 30px;
        height: 77px;
    }

    .angular_2 {
        width: 20px;
        height: 35px;
    }

    .angular_3 {
        width: 20px;
        height: 35px;
    }

    .angular_4 {
        width: 60px;
        height: 60px;
    }

    .angular_5 {
        width: 57px;
        height: 100px;
    }

    .angular_6 {
        width: 32px;
        height: 32px;
    }
}