/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*---- ▼ content ▼ ----*/
.title-1{
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 0px;
    
    &.v1{
        color: var(--font-1-color);
    }
    &.v2 strong{
        color: var(--font-1-color);
    }
    &.v3{
        color: var(--font-2-color);
    }
}
.title-1 strong{
    font-weight: 700;
}
@media(min-width: 992px){
   .title-1{
        font-size: 55px;
    }
}

.title-2{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0px;
    
    &.v1{
        color: var(--font-1-color);
    }
    &.v2{
        color: var(--font-2-color);
    }
    
    & span{
        position: relative;
    }
    & span:after{
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        height: 24px;
        width: 100%;
        border: 4px solid transparent;
        border-top-color: var(--color-1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /*z-index: 0;*/
    }
    
    strong{
        font-weight: 700;
    }
    
    @media(min-width: 992px){
        &{
            font-size: 35px;
        }
    }
}


section#headline{
    position: relative;
    background-color: #333;
    /*background-image: url(../img/banner-headline-3-min.webp);*/
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    min-height: 600px;
    height: 90vh;

    > .container-fluid{
        position: relative;

        /*background-image: url(../img/banner-headline-avatar.webp);*/
        /*background-position: right 0%;*/
        /*background-repeat: no-repeat;*/
        /*background-size: contain;*/

        /*background: rgba(255, 255, 255, 1);*/
        background: linear-gradient(180deg, rgba(0,12,9, 0.9) 10%, rgba(255,255,255, 0) 50%);
    }
    .headline-title-container{
        position: relative;
        display: table;
        background-color: rgba(0,0,0,0.7);
        backdrop-filter: blur(4px);
        border-style: solid;
        border-color: var(--color-1);
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 5px;
        border-left-width: 1px;
        border-radius: 25px;
        margin: -10% auto 0;
        /*z-index: 20;*/
    }
    
    .headline-title{
        position: relative;
        font-size: 30px;
        color: var(--font-color-white);
        font-weight: 100;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
        margin-bottom: 0px;
    }
    .headline-title strong{
        color: var(--font-1-color);
        font-size: 120%;
        font-weight: 700;
    }
    .headline-subtitle{
        position: relative;
        font-size: 20px;
        color: var(--font-color-white);
        font-weight: 200;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
        line-height: 1.3;
        margin-bottom: 0px;
    }
    .headline-subtitle strong{
        color: var(--font-1-color);
        font-size: 130%;
        font-weight: 600;
    }
    .headline-subtitle span{
        position: relative;
    }
    .headline-subtitle span:after{
        content: "";
        position: absolute;
        bottom: -22px;
        left: 0;
        height: 24px;
        width: 100%;
        border: 4px solid transparent;
        border-top-color: var(--color-1);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
    }
    .headline-icon{
        position: absolute;
        bottom: 12%;
        margin: auto;
        font-size: 2.5rem;
        color: var(--color-black);
        width: 100%;
        /*text-shadow: -1px 0 var(--color-1), 0 1px var(--color-1), 1px 0 var(--color-1), 0 -1px var(--color-1);*/
        opacity: 0.9;
    }
    .headline-icon:before{
        display: table;
        margin: auto;
    }
    
    @media(min-width: 992px){
        &{
            background-position: center top;
            background-size: cover;
            background-attachment: fixed;
            
            min-height: 700px;
            height: 94vh;
        }
        .headline-title-container{
            /*margin: 0 auto 0;*/
        }
        .headline-title{
            position: relative;
            font-size: 65px;
        }
        .headline-title strong{
            
        }
        .headline-subtitle{
            position: relative;
            font-size: 30px;
            color: var(--font-color-white);
            font-weight: 200;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
            margin-bottom: 0px;
        }
        .headline-subtitle strong{
            
        }
        .headline-subtitle span{
            position: relative;
        }
        .headline-subtitle span:after{
            content: "";
            position: absolute;
            bottom: -18px;
            left: 0;
            height: 24px;
            width: 100%;
            border: 4px solid transparent;
            border-top-color: var(--color-1);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
        }
        .headline-icon{
            bottom: 18%;
            font-size: 4rem;
        }
    }
    
    @media(min-width: 1400px){
        &{  
            height: 96vh;
        }
        .headline-title{
            position: relative;
            font-size: 75px;
        }
        .headline-title strong{
            color: var(--font-1-color);
            font-weight: 700;
        }
        .headline-subtitle{
            position: relative;
            font-size: 34px;
            color: var(--font-color-white);
            font-weight: 200;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
            margin-bottom: 0px;
        }
        .headline-subtitle strong{
            
        }
        .headline-subtitle span{
            position: relative;
        }
        .headline-subtitle span:after{
            content: "";
            position: absolute;
            bottom: -18px;
            left: 0;
            height: 24px;
            width: 100%;
            border: 4px solid transparent;
            border-top-color: var(--color-1);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
        }
        .headline-icon{
            bottom: 18%;
            font-size: 5rem;
        }
    }
}


section#plataformas{
    position: relative;
    color: var(--font-color-white);
    margin-top: -55px;
    z-index: 10;

    .plataforma-logo-container{
        border-radius: 10px;
        padding: 0 0.8rem !important;
        height: 55px;
    }
    .plataforma-logo-container img{
        max-height: 50px;
    }
    .plataforma-logo-container img[src*="tray"]{
        max-width: 80%;
    }
    .plataforma-logo-container img[src*="nuvem"]{
        max-width: 85%;
    }
    .plataforma-logo-container img[src*="vtex"]{
        max-width: 90%;
    }
    .plataforma-logo-container img[src*="bagy"]{
        max-width: 90%;
    }
    .plataforma-logo-container img[src*="flexy"]{
        max-width: 90%;
    }
    .plataforma-logo-container img[src*="wake"]{
        max-width: 85%;
    }
    .plataforma-logo-container img[src*="wbuy"]{
        max-width: 85%;
    }
    .plataforma-logo-container img[src*="betalabs"]{
        max-width: 110%;
        margin-left: -5% !important;
    }
    
    @media(min-width: 992px){
        &{
            margin-top: -85px;
        }
        .plataforma-logo-container{
            border-radius: 15px;
            padding: 0 1rem !important;
            height: 90px;
        }
        .plataforma-logo-container img{
            max-height: 50px;
            max-width: 120px;
        }
        .plataforma-logo-container img[src*="linx"]{
            max-width: 80%;
        }
        .plataforma-logo-container img[src*="moovin"]{
            max-width: 80%;
        }
        .plataforma-logo-container img[src*="nuvem-shop"]{
            max-height: 60px;
        }
        .plataforma-logo-container img[src*="vtex"]{
            max-height: 40px;
        }
        .plataforma-logo-container img[src*="wbuy"]{
            max-height: 30px;
        }
        .plataforma-logo-container img[src*="betalabs"]{
            max-width: 90%;
            margin-left: auto !important;
        }
        .plataforma-logo-container img[src*="flexy"]{
            max-width: 80%;
        }
        .plataforma-logo-container img[src*="shopify"]{
            max-width: 80%;
        }
    }
}


section#templates{
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.05) 100%);
    
    min-height: 800px;
    /*height: 90vh;*/
    /*margin-top: -240px;*/
    
    > .container-fluid{
        /*
        background-image: url(../img/template-ecommerce.webp);
        background-position: 50vw bottom;
        background-repeat: no-repeat;
        background-size: contain;
        */
    }

    .float-1{
        position: absolute;
        display: block;
        left: 0;
        bottom: -250px;
        /*height: 120vh;*/
        min-height: 1000px;
        max-height: 1500px;
        max-width: none;
        /*z-index: -1;*/

        -webkit-mask-image: linear-gradient(to bottom, transparent 10%, black 40%);
        mask-image: linear-gradient(to bottom, transparent 10%, black 40%);
    }
    
    @media(min-width: 992px){
        .float-1{
            bottom: 0px;
        }
    }
    
    @media(min-width: 1400px){
        .float-1{
            bottom: -200px;
        }
    }
}


section#instagram-shop{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.05) 100%);
    min-height: 700px;
    
    .icone-itens i{
        font-size: 5rem;
    }
    .float-1{
        display: none;
    }
    @media(min-width: 992px){
        .float-1{
            position: absolute;
            display: block;
            left: -62%;
            top: -10%;
            z-index: -1;
        }
    }
}


section#marketplaces{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(23,229,99,0.2) 100%);
    
    @media(min-width: 992px){
        &{
            height: 900px;
        }
         .float-1{
            position: absolute;
            left: 0%;
            top: 0%;
            max-height: 700px;
        }
    }
}


section#implantacao{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(23,229,99,0.2) 100%);
    
    .profissionais .badge{
        font-size: 18px;
        font-weight: 300;
        background-color: var(--color-2);
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}


section#planos{
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.05) 100%);
    min-height: 100vh;
    --plano-border-color: #eaeaea;
    
    .preco-item, .card{
        position: relative;
        /*display: table;*/
        background-color: #fff;
        border: solid 1px var(--plano-border-color);
        border-radius: 20px;
        padding: 0;
        height: 100% !important;
        width: 100%;
    }
    .preco-item .card-header{
        /*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.04) 100%);*/
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
        border-bottom: solid 1px var(--plano-border-color);
        margin: 0;
        padding: 1rem;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
    }
    .preco-item.best-seller .card-header{
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(209,250,224,1) 100%);
    }
    .preco-item .card-body{
        background: none;
        margin: 0;
        padding: 0 1.5rem;
        border: none;
    }
    .preco-item .card-footer{
        background: none;
        margin: 0;
        padding: 1rem 1rem 1.5rem;
        border: none;
    }
    .preco-item .card-header .best-seller{
        position: absolute;
        margin: auto;
        width: 100%;
        top: -2rem;
        left: 0;
        z-index: 10000;
    }
    .preco-item .card-header.stickOnScroll-on .best-seller{
        top: auto;
        bottom: -1.0rem;
    }
    .preco-item .card-header .best-seller span{
        position: relative;
        display: table;
        font-size: 80%;
        font-weight: 600;
        color: var(--font-color-white);
        text-align: center;
        text-transform: uppercase;
        background-color: var(--color-1);
        border: solid 4px;
        border-color: rgba(var(--color-1-rgb), 0.5);
        border-radius: 20px;
        box-sizing: border-box;
        padding: 5px 20px;
        margin: auto;
        z-index: 1;
    }
    .preco-item .card-header.stickOnScroll-on .best-seller span{
        font-size: 60%;
        padding: 0px 20px;
    }
    .title{
        font-size: 32px;
        font-weight: 700;
        color: var(--color-1);
        text-align: center;
        text-transform: uppercase;
        margin: 0;
    }
    .title i{
        color: rgba(var(--color-1-rgb), 0.8);
        margin-right: 0.5rem;
    }
    .text{
        font-size: 90%;
        text-align: center;
        margin-top: 1rem;
    }
    .preco-de{
        font-style: italic;
        color: #999;
        text-align: center;
        padding: 0px;
        margin-top: 2rem;
    }
    .preco-por{
        font-size: 42px;
        font-weight: 700;
        color: var(--color-2);
        text-align: center;
        line-height: 1;
        padding: 0px;
        margin-top: 0.4rem;
        
        .parcel{
            font-size: 60%;
        }
        .text{
            font-size: 16px;
            font-weight: normal;
        }
        .cifrao{
            font-size: 40%;
        }
        .cents{
            display: none;
            font-size: 40%;
        }
    }
    .preco-text{
        font-size: 16px;
        font-style: italic;
        color: #999;
        text-align: center;
        margin: 0;
    }
    .preco-text-card{
        font-size: 14px;
        font-style: italic;
        color: #aaa;
        text-align: center;
        margin: 0;
    }
    .preco-text-pix{
        font-size: 16px;
        font-style: italic;
        color: #777;
        text-align: center;
        margin-top: 0.4rem;
    }
    .preco-text-pix strong{
        font-size: 120%;
        color: var(--color-1);
    }
    .preco-text-pix i{
        color: #77B6A8;
    }
    .plano-list-itens{
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        color: var(--font-2-color);
        text-align: left;
        padding: 0;
        margin: 2rem 0 0;
    }
    .plano-list-itens li{
        line-height: 1.7;
    }
    .plano-list-itens li:before{
        position: relative;
        font-family: 'FontAwesome';
        color: var(--color-1);
        content: '\f00c';
        margin: 0 0.6rem 0 0;
    }
    .plano-list-itens li.div{
        color: var(--font-2-color);
        font-weight: 600;
        margin-top: 2rem;
    }
    .plano-list-itens li.div:before{
        display: none;
    }
    .plano-list-itens li.div i{
        color: var(--font-2-color);
    }
    
    @media(min-width: 992px){
        .preco-item, .card{
            /*display: flex;*/
        }
        .preco-item .card-header{
            
        }
        .preco-item.best-seller .card-header{
            
        }
        .preco-item .card-body{
            padding: 0 2.5rem;
        }
        .preco-item .card-footer{
            background: none;
            margin: 0;
            padding: 1rem 1.5rem 2.5rem;
            border: none;
        }
        .preco-item .card-header .best-seller{
            position: absolute;
            margin: auto;
            width: 100%;
            top: -2rem;
            left: 0;
        }
        .preco-item .card-header .best-seller span{
            position: relative;
            display: table;
            font-size: 80%;
            font-weight: 600;
            color: var(--font-color-white);
            text-align: center;
            text-transform: uppercase;
            background-color: var(--color-1);
            border: solid 4px;
            border-color: rgba(var(--color-1-rgb), 0.5);
            border-radius: 20px;
            box-sizing: border-box;
            padding: 5px 20px;
            margin: auto;
            z-index: 1;
        }
        .title{
            font-size: 40px;
            font-weight: 700;
            color: var(--color-1);
            text-align: center;
            text-transform: uppercase;
            margin: 0;
        }
        .title i{
            color: rgba(var(--color-1-rgb), 0.8);
            margin-right: 0.5rem;
        }
        .text{
            font-size: 90%;
            text-align: center;
            margin-top: 1rem;
        }
        .preco-de{
            font-style: italic;
            color: #999;
            text-align: center;
            padding: 0px;
            margin-top: 2rem;
        }
        .preco-por{
            font-size: 50px;
            font-weight: 700;
            color: var(--color-2);
            text-align: center;
            line-height: 1;
            padding: 0px;
            margin-top: 0.4rem;

            .parcel{
                font-size: 60%;
            }
            .text{
                font-size: 16px;
                font-weight: normal;
            }
            .cifrao{
                font-size: 40%;
            }
            .cents{
                display: none;
                font-size: 40%;
            }
        }
        .preco-text{
            font-size: 16px;
            font-style: italic;
            color: #999;
            text-align: center;
            margin: 0;
        }
        .preco-text-card{
            font-size: 14px;
            font-style: italic;
            color: #aaa;
            text-align: center;
            margin: 0;
        }
        .preco-text-pix{
            font-size: 16px;
            font-style: italic;
            color: #777;
            text-align: center;
            margin-top: 0.4rem;
        }
        .preco-text-pix strong{
            font-size: 120%;
            color: var(--color-1);
        }
        .preco-text-pix i{
            color: #77B6A8;
        }
        .plano-list-itens{
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            color: var(--font-2-color);
            text-align: left;
            padding: 0;
            margin: 2rem 0 0;
        }
        .plano-list-itens li{
            line-height: 1.8;
        }
        .plano-list-itens li:before{
            position: relative;
            font-family: 'FontAwesome';
            color: var(--color-1);
            content: '\f00c';
            margin: 0 0.8rem 0 0;
        }
        .plano-list-itens li.div{
            color: var(--font-2-color);
            font-weight: 600;
            margin-top: 2rem;
        }
        .plano-list-itens li.div:before{
            display: none;
        }
        .plano-list-itens li.div i{
            color: var(--font-2-color);
        }
    }
}


section#duvidas{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(23,229,99,0.2) 100%);
}


.list-itens{
        display: inline-block;
        font-size: 22px;
        font-weight: 600;
        color: var(--font-2-color);
        text-align: left;
        padding: 0;
        margin: 0;
    
    li{
        line-height: 1.5;
    }
    li:before{
        position: relative;
        font-family: 'FontAwesome';
        color: var(--color-1);
        content: '\f058';
        margin: 0 0.8rem 0 0;
    }
    li.plus:before{
        color: var(--color-2);
        content: '\f055';
    }
    
    @media(min-width: 992px){
        &{
            font-size: 30px;
        }
        li{
            line-height: 1.8;
        }
    }
}


.qualify-itens{
    
    .qualify-item{
        text-align: center;
    }
    .qualify-item i{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-size: 40px;
        color: var(--font-1-color);
        height: 70px !important;
    }
    .qualify-title{
        font-size: 24px;
        font-weight: 600;
        color: var(--font-2-color);
        margin-top: 8px;
    }
    .qualify-item hr{
        margin: 0 auto;
        width: 90%;
        opacity: 0.1;
    }
    .qualify-text{
        font-size: 18px;
        font-weight: 300;
        padding-top: 8px;
    }
    .qualify-text > span{
        font-weight: 700;
        color: var(--font-2-color);
    }
    
    @media(min-width: 992px){
        .qualify-item{
            
        }
        .qualify-item i{
            font-size: 55px;
            height: 40px !important;
        }
        .qualify-title{
            font-size: 32px;
            margin-top: 8px;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .qualify-item hr{
            margin: 0;
            width: 100%;
        }
        .qualify-text{
            font-size: 18px;
            padding-top: 4px;
        }
    }
}


.accordion-itens{
    background-color: transparent;
    border: none;
    width: 100%;
    
    .accordion-item{
        /*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(23,229,99,0.2) 100%);*/
        background-color: #fff;
        border: none;
        border-bottom: solid 1px #e1e1e1;
    }
    
    .accordion-button{
        font-size: 18px;
        font-weight: 600;
        color: var(--color-1);
        background-color: transparent;
        outline: none;
        box-shadow: none;
    }
    .accordion-button.collapsed{
        font-weight: 400;
        color: var(--color-black);
    }
    .accordion-button:focus{
        outline: none;
        box-shadow: none;
    }
    .accordion-button::after{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2334c85a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .accordion-button:not(.collapsed)::after{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2334c85a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    
    @media(min-width: 992px){
        &{
            width: 80%;
        }
        .accordion-button{
            font-size: 20px;
        }
    }
}


.box-1{
    position: relative;
    display: table;
    color: var(--font-color-black);
    background-color: #fff;
    border: solid 1px var(--color-1);
    border-radius: 10px;

    &.bottom{
        border-bottom-width: 3px;
    }
    
    @media(min-width: 992px){
        &{
            border-radius: 20px;
        }
    }
}
.box-2{
    position: relative;
    color: var(--font-color-white);
    /*background-color: rgba(var(--color-2-rgb), 0.96);*/
    /*background: rgb(13,23,23);*/
    /*background: radial-gradient(circle, rgba(13,23,23,0.8435749299719888) 0%, rgba(13,23,23,1) 100%);*/
    background-image: linear-gradient(to right bottom, #0d1717, #101b1b, #131f1f, #152424, #172828, #192c2c, #1c3131, #1e3535, #213a3a, #243f3f, #284545, #2b4a4a);
    border: solid 2px var(--color-2-border);
    border-radius: 25px;
}


.video-1{
    background-color: #f1f1f1;
    border: solid 1px #ccc;
    border-right-width: 2px;
    border-bottom-width: 4px;
    border-radius: 12px;
    padding: 5px;
}
.video-1 > *{
    border-radius: 15px;
}
@media(min-width: 992px){
    .video-1{
        border-radius: 15px;
        padding: 12px;
    }
    .video-1 > *{
        border-radius: 25px;
    }
}
@media(min-width: 1400px){
    .video-1{
        border-radius: 15px;
        padding: 12px;
    }
    .video-1 > *{
        border-radius: 25px;
    }
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*---- ▲ content ▲ ----*/



section#headline{
    -webkit-overflow-Y: hidden;
    -moz-overflow-Y: hidden;
    -o-overflow-Y: hidden;
    overflow-y: hidden;
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
}
.light {
    position: absolute;
    width: 0px;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.x1{
    -webkit-animation: floatUp 4s infinite linear;
    -moz-animation: floatUp 4s infinite linear;
    -o-animation: floatUp 4s infinite linear;
    animation: floatUp 4s infinite linear;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
.x2{
    -webkit-animation: floatUp 7s infinite linear;
    -moz-animation: floatUp 7s infinite linear;
    -o-animation: floatUp 7s infinite linear;
    animation: floatUp 7s infinite linear;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    left: 15%;
}
.x3{
    -webkit-animation: floatUp 2.5s infinite linear;
    -moz-animation: floatUp 2.5s infinite linear;
    -o-animation: floatUp 2.5s infinite linear;
    animation: floatUp 2.5s infinite linear;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    left: -15%;
}
.x4{
    -webkit-animation: floatUp 4.5s infinite linear;
    -moz-animation: floatUp 4.5s infinite linear;
    -o-animation: floatUp 4.5s infinite linear;
    animation: floatUp 4.5s infinite linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    left: -34%;
}
.x5{
    -webkit-animation: floatUp 8s infinite linear;
    -moz-animation: floatUp 8s infinite linear;
    -o-animation: floatUp 8s infinite linear;
    animation: floatUp 8s infinite linear;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    left: -57%;
}
.x6{
    -webkit-animation: floatUp 3s infinite linear;
    -moz-animation: floatUp 3s infinite linear;
    -o-animation: floatUp 3s infinite linear;
    animation: floatUp 3s infinite linear;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    left: -81%;
}
.x7{
    -webkit-animation: floatUp 5.3s infinite linear;
    -moz-animation: floatUp 5.3s infinite linear;
    -o-animation: floatUp 5.3s infinite linear;
    animation: floatUp 5.3s infinite linear;
    -webkit-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3.2);
    left: 37%;
}
.x8{
    -webkit-animation: floatUp 4.7s infinite linear;
    -moz-animation: floatUp 4.7s infinite linear;
    -o-animation: floatUp 4.7s infinite linear;
    animation: floatUp 4.7s infinite linear;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    left: 62%;
}
.x9{
    -webkit-animation: floatUp 4.1s infinite linear;
    -moz-animation: floatUp 4.1s infinite linear;
    -o-animation: floatUp 4.1s infinite linear;
    animation: floatUp 4.1s infinite linear;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    left: 85%;
}

@-webkit-keyframes floatUp{
    0%{
        top: 100vh;
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        top: 0vh;
        opacity: .8;
    }
    75%{
        opacity: 1;
    }
    100%{
        top: -100vh;
        opacity: 0;
    }
}
@-moz-keyframes floatUp{
    0%{
        top: 100vh;
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        top: 0vh;
        opacity: .8;
    }
    75%{
        opacity: 1;
    }
    100%{
        top: -100vh;
        opacity: 0;
    }
}
@-o-keyframes floatUp{
    0%{
        top: 100vh;
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        top: 0vh;
        opacity: .8;
    }
    75%{
        opacity: 1;
    }
    100%{
        top: -100vh;
        opacity: 0;
    }
}
@keyframes floatUp{
    0%{
        top: 100vh;
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        top: 0vh;
        opacity: .8;
    }
    75%{
        opacity: 1;
    }
    100%{
        top: -100vh;
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@-moz-keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@-o-keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    80%{
        opacity: .9;
    }
    100%{
        opacity: 0;
    }
}

@-moz-keyframes fadeOut{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    80%{
        opacity: .9;
    }
    100%{
        opacity: 0;
    }
}

@-o-keyframes fadeOut{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    80%{
        opacity: .9;
    }
    100%{
        opacity: 0;
    }
}

@keyframes fadeOut{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    80%{
        opacity: .9;
    }
    100%{
        opacity: 0;
    }
}

@-webkit-keyframes finalFade{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    80%{
        opacity: .9;
    }
    100%{
        opacity: 1;
    }
}

@-moz-keyframes finalFade{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    80%{
        opacity: .9;
    }
    100%{
        opacity: 1;
    }
}

@-o-keyframes finalFade{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    80%{
        opacity: .9;
    }
    100%{
        opacity: 1;
    }
}

@keyframes finalFade{
    0%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    80%{
        opacity: .9;
    }
    100%{
        opacity: 1;
    }
}