/* ---- reset ---- */

body {
    margin: 0;
    
    color: white;
}

h1 {
    
}

p,
a,
li,
ul,
h2,
h3 {
   
}

canvas {
    display: block;
    vertical-align: bottom;
}

.topHeaderHolder {
    position: relative;
    min-height: 65vh;
}



/* ---- particles.js container ---- */

#particles-js {
    position: relative;
    z-index: initial;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    margin: 30px 0px;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.particles-js-canvas-el {
    position: fixed;
    top: 0px;
}

.js-count-particles {
    font-size: 0em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.topHolder {
    position: relative;
    width: 100%;
    height: 100vh;
}

.txtHeadline {
    font-size: 30px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    line-height: 1.3;
    text-align: center;
    margin-top: 50px;
}

.txtHeadline.small {
    font-size: 20px;
    margin: 40px auto;

}

.headerCardHolder {
    display: block;
    text-align: center;
    position: fixed;
}

img.lionCard {
    position: absolute;
    width: 420px;
    z-index: -2;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    transform: rotate(0deg);
    animation: pulse 1.5s ease-in-out;
    -moz-animation: pulse 1.5s ease-in-out;
    -webkit-animation: pulse 1.5s ease-in-out;
    -o-animation: pulse 1.5s ease-in-out;
    opacity: 1;
}

img.amexCard {
    position: absolute;
    width: 350px;
    z-index: 1;
    top: 50%;
    margin-top: -0px;
    left: 50%;
    margin-left: -290px;
    transform: rotate(0deg);
    animation: pulse 2s ease-in-out;
    -moz-animation: pulse 2s ease-in-out;
    -webkit-animation: pulse 2s ease-in-out;
    -o-animation: pulse 2s ease-in-out;
    opacity: 1;
}

/* Animation Pulse*/
@keyframes pulse {
    0% {
        top: 0%;
        transform: rotate(-7deg);
        opacity: 0;
    }

    100% {
        top: 50%;
        transform: rotate(0deg);
        opacity: 1;
    }

}

@-moz-keyframes pulse {
    0% {
        top: 0%;
        transform: rotate(-7deg);
        opacity: 0;
    }

    A100% {
        top: 50%;
        transform: rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        top: 0%;
        transform: rotate(-7deg);
        opacity: 0;
    }

    100% {
        top: 50%;
        transform: rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        top: 0%;
        transform: rotate(-7deg);
        opacity: 0;
    }

    100% {
        top: 50%;
        transform: rotate(0deg);
        opacity: 1;
    }
}

.mainSection {
    position: relative;
    z-index: 3;
    width: 100%;
}

.mainSection.inner {
    border-top: 0px solid #142330;
    min-height: 65vh;
}



.mainHeadline {
    color: white;
    font-size: 7em;
    width: 800px;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -400px;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    animation: drop 2s ease-in-out;
    -moz-animation: drop 2s ease-in-out 1;
    -webkit-animation: drop 2s ease-in-out 1;
    -o-animation: drop 2s ease-in-out 1;
}

/* Animation drop*/
@keyframes drop {
    0% {
        top: 0%;
        opacity: 0;
    }

    20% {
        top: 0%;
        opacity: 0;
    }

    100% {
        top: 15%;
        opacity: 1;
    }

}

@-moz-keyframes drop {
    0% {
        top: 0%;
        opacity: 0;
    }

    20% {
        top: 0%;
        opacity: 0;
    }

    A100% {
        top: 15%;
        opacity: 1;
    }
}

@-webkit-keyframes drop {
    0% {
        top: 0%;
        opacity: 0;
    }

    20% {
        top: 0%;
        opacity: 0;
    }

    100% {
        top: 15%;
        opacity: 1;
    }
}

@-o-keyframes drop {
    0% {
        top: 0%;
        opacity: 0;
    }

    20% {
        top: 0%;
        opacity: 0;
    }

    100% {
        top: 15%;
        opacity: 1;
    }
}

.infoBottom {
    position: absolute;
    bottom: 15%;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}

.infoBottom span {
    display: block;
}

.infoBottom img {
    width: 20px;
    animation: scroll 2s ease-in-out infinite;
    -moz-animation: scroll 2s ease-in-out infinite;
    -webkit-animation: scroll 2s ease-in-out infinite;
    -o-animation: scroll 2s ease-in-out infinite;
    transform: translateY(0px);
}

/* Animation scroll*/
@keyframes scroll {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }

}

@-moz-keyframes scroll {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(10px);
    }

    A100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scroll {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes scroll {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 720px) {


    /* ---///---///---///---///---  PARTICLES MOB  --- */

    #particles-js {
        margin: 50px 0px;
    }

    /* .visaCardSelect{
        border-radius: 5px;
        width: 90%;
        max-width: 350px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        border: 2px solid #C49C3B;
    }

    .visaCardSelect a{
        width: 40%;
        text-align: center;
        padding: 5%;
        background-color: white;
        color: black;
        font-weight: bold;
    }

    .visaCardSelect a.active{
        background-color: #C49C3B;
        color: white;
    } */

    img.lionCard {
        position: absolute;
        width: 250px;
        z-index: -2;
        margin-top: -150px;
        top: 50%;
        left: 50%;
        margin-left: -90px;
        transform: rotate(0deg);
        opacity: 1;
        animation: pulse 1.5s ease-in-out 0s 1 normal none running;
    }

    img.amexCard {
        position: absolute;
        width: 200px;
        z-index: 1;
        top: 50%;
        margin-top: 20px;
        left: 50%;
        margin-left: -130px;
        transform: rotate(0deg);
        animation: pulse 2s ease-in-out;
        -moz-animation: pulse 2s ease-in-out 1;
        -webkit-animation: pulse 2s ease-in-out 1;
        -o-animation: pulse 2s ease-in-out 1;
        opacity: 1;
    }

    .mainHeadline {
        color: white;
        font-size: 4em;
        width: 300px;
        position: absolute;
        top: 15%;
        left: 50%;
        margin-left: -150px;
        text-align: center;
        line-height: 1;
        font-weight: normal;
        animation: drop 2s ease-in-out;
        -moz-animation: drop 2s ease-in-out 1;
        -webkit-animation: drop 2s ease-in-out 1;
        -o-animation: drop 2s ease-in-out 1;
    }

    .home>footer.top {
        display: none;
    }

    .txtHeadline {
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}