
.text-effect-1 {
    background-image: -moz-linear-gradient(45deg,#ff3870 0,#ff3870 50%,#c300c3 100%);
    background-image: -webkit-linear-gradient(45deg,#ff3870 0,#ff3870 50%,#c300c3 100%);
    background-image: linear-gradient(45deg,#ff3870 0,#ff3870 50%,#c300c3 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text
}

.text-effect-2 {
    background: #fc00c7;
    background-image: -moz-linear-gradient(-45deg,#fc00c7 0,#1c4efd 54%,#00aded 100%);
    background-image: -webkit-linear-gradient(-45deg,#fc00c7 0,#1c4efd 54%,#00aded 100%);
    background-image: linear-gradient(135deg,#fc00c7 0,#1c4efd 54%,#00aded 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text
}

.bg-btn {
    background: #ffbd84;
    background: -moz-linear-gradient(left,#ffbd84 0,#ff1f8e 100%);
    background: -webkit-linear-gradient(left,#ffbd84 0,#ff1f8e 100%);
    background: linear-gradient(to right,#ffbd84 0,#ff1f8e 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175,0,87,.2);
    box-shadow: 0 10px 15px 0 rgba(175,0,87,.2)
}

.bg-btn2 {
    background: #F6941A;
    background: -moz-linear-gradient(left,#F6941A 0,#b02cd6 100%);
    background: -webkit-linear-gradient(left,#F6941A 0,#b02cd6 100%);
    background: linear-gradient(to right,#F6941A 0,#b02cd6 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175,0,202,.2);
    box-shadow: 0 10px 15px 0 rgba(175,0,202,.2)
}

.bg-btn3,.bg-btn5 {
    -webkit-box-shadow: 0 10px 15px 0 rgba(56,0,189,.2)
}

.bg-btn3 {
    background: #001279;
    background: -moz-linear-gradient(left,#001279 0,#2196F3 100%);
    background: -webkit-linear-gradient(left,#001279 0,#2196F3 100%);
    background: linear-gradient(to right,#001279 0,#2196F3 100%);
    box-shadow: 0 10px 15px 0 rgba(56,0,189,.2)
}

.bg-btn4 {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff
}

.bg-btn5 {
    background: #ff0048;
    background-image: -webkit-linear-gradient(45deg,#ff3870 0,#ff3870 50%,#c300c3 100%);
    background-image: linear-gradient(45deg,#ff0048 0,#ff3870 50%,#c300c3 100%);
    box-shadow: 0 10px 15px 0 rgba(56,0,189,.2)
}

.bg-btn6 {
    background: #fc00c7;
    background: -moz-linear-gradient(-45deg,#fc00c7 0,#1c4efd 54%,#00aded 100%);
    background: -webkit-linear-gradient(-45deg,#fc00c7 0,#1c4efd 54%,#00aded 100%);
    background: linear-gradient(135deg,#fc00c7 0,#1c4efd 54%,#00aded 100%)
}

.bg-btn7 {
    background: #fc00c7;
    background: -moz-linear-gradient(-45deg,#fc00c7 0,#1c4efd 54%,#00aded 100%);
    background: -webkit-linear-gradient(-45deg,#fc00c7 0,#1c4efd 54%,#00aded 100%);
    background: linear-gradient(135deg,#9100ff 0,#3663ff 54%,#00e2ff 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(56,0,189,.2);
    box-shadow: 0 10px 15px 0 rgb(0 49 189/.2)
}
