// Core Features Section Styling Here
.core-feature-section {
    position: relative;
    z-index: 0;
    margin-top: 120px;
    padding: 120px 0px 90px 0px;
    background: #00011E;
    .landing-shape-09 {
        position: absolute;
        left: -15px;
        top: 60px;
    }
    .landing-shape-10 {
        position: absolute;
        right: 60px;
        bottom: 110px;
    }
    .landing-shape-11 {
        position: absolute;
        left: 135px;
        top: 110px;
    }
    .landing-shape-12 {
        position: absolute;
        right: 140px;
        bottom: 200px;
    }
    .landing-shape-13 {
        position: absolute;
        top: 65%;
        left: 100px;
    }
    .landing-shape-14 {
        position: absolute;
        right: 100px;
        top: 40%;
    }
    .demo-title {
        margin-bottom: 55px;

        .landing-shape {
            position: absolute;
            z-index: -1;
            left: 330px;
            top: 0px;
            width: 74px;

            .path {
                stroke-dasharray: 1000;
                stroke-dashoffset: 1000;
                animation: dash 4s ease-out forwards;
            }
        }

        .title {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            font-family: var(--heading-font);
            color: #fff;
        }
    }
}