/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@keyframes marquee {
    

    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }

   
}
.homecolor1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    border: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 26px;
    margin-top: 14px;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(
        60deg,#cc256b, #826ab4);
        box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(233 30 99 / 40%);
        width: 100%;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%
    );
}
.homecolor2 {
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    border: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 26px;
    margin-top: 14px;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(
        60deg,#8ad88d, #5ee055);
        box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(233 30 99 / 40%);
        width: 100%;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%
    );
}
.homecolor3 {
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    border: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 26px;
    margin-top: 14px;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(
        60deg,#2b3cb7, #051166);
        box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(233 30 99 / 40%);
        width: 100%;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%
    );
}
