Call to Action 1

Home » Components » Call to Action » Call to Action 1

Call to Action 1

Ready to get Started?

The best way to understand our software is to try it for yourself.
Get you results live within minutes.

Start your free trial
 

Ready to get Started?

The best way to understand our software is to try it for yourself.
Get you results live within minutes.

Start your free trial
/* ===== Call to Action 1 ===== */

#call-to-action-1 .container-fluid {
    position: relative;
    padding: 70px 20px;
    box-shadow: 0 20px 40px 0 rgba(1, 1, 2, 0.1);
    overflow: hidden;
}

#call-to-action-1 .container-fluid:before {
    right: -170px;
    bottom: -170px;
}

#call-to-action-1 .container-fluid:after {
    left: -145px;
    top: -128px;
}

#call-to-action-1 .container-fluid:before,
#call-to-action-1 .container-fluid:after {
    z-index: 1;
    position: absolute;
    display: block;
    content: '';
    height: 340px;
    width: 340px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
}