/* ---------------------------typing-text-start---------------------- */

.levelUp {
    display: inline-block;
    /*
    animation: typing 3s steps(22),
    blink .5s step-end infinite alternate;
*/
    /*    white-space: nowrap;*/
    overflow: hidden;
    text-align: center;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

/* ---------------------------typing-text-end---------------------- */





/* ---------------------------rocket-flame-start---------------------- */

.rocketFlame {
    position: absolute;
    left: 73px;
    bottom: -57px;
    z-index: -1;
    margin: 0 auto;
    width: 50px;
    height: 175px;
    transform-origin: center top;
    animation-name: flicker;
    animation-duration: 3ms;
    animation-delay: 200ms;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.flame {
    bottom: 0;
    position: absolute;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    transform: rotate(152deg) scale(1.5, 1.5);
    -moz-transform: rotate(152deg) scale(1.5, 1.5);
    -webkit-transform: rotate(152deg) scale(1.5, 1.5);
    -o-transform: rotate(152deg) scale(1.5, 1.5);
}

.yelloww {
    left: 4px;
    top: 22px;
    width: 55px;
    height: 55px;
    background: gold;
    box-shadow: 0px 0px 9px 4px gold;
}

.orangee {
    left: -12px;
    top: 23px;
    width: 80px;
    height: 80px;
    background: orange;
    box-shadow: 0px 0px 9px 4px orange;
}

.redd {
    left: -21px;
    top: 20px;
    width: 96px;
    height: 100px;
    background: OrangeRed;
    border: 1px solid OrangeRed;
    box-shadow: 0px 0px 5px 4px OrangeRed;
}

.whitee {
    left: 16px;
    top: 20px;
    width: 35px;
    height: 35px;
    background: white;
    box-shadow: 0px 0px 9px 4px white;
}

.circles {
    border-radius: 50%;
    position: absolute;
}

.bluee {
    width: 10px;
    height: 10px;
    left: 25px;
    top: 5px;
    background: SlateBlue;
    box-shadow: 0px 0px 15px 10px #4fc1e9;
}

.blackk {
    width: 30px;
    height: 30px;
    left: 22px;
    top: -30px;
    background: #ddd;
    border: 1px solid #282A3A;
    box-shadow: 0px 0px 10px 10px #282A3A;
}

@keyframes flicker {
    0% {
        transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
    }

    20% {
        transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
    }

    40% {
        transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
    }

    60% {
        transform: rotate(1deg) scaleY(1.04);
    }

    80% {
        transform: rotate(-2deg) scaleY(0.92);
        -moz-transform: rotate(-2deg) scaleY(0.92);
        -webkit-transform: rotate(-2deg) scaleY(0.92);
    }

    100% {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
    }
}



/* ---------------------------rocket-flame-end---------------------- */



/* ---------------------------rocket-smoke-start---------------------- */

.rocketSmoke {
    position: absolute;
    top: 20px;
    width: 80px;
    left: calc(50% - 60px);
    transition: all 2s;
    z-index: -1;
}

.rocketSmoke:active {
    transform: matrix(1, 0, 0, 1, 0, -500);
}

.rocketSmoke:active .exhaust-fumes li {
    transform: matrix(6, 0, 0, 1, 0, 3500);
    background: linear-gradient(#f5f5f5, #554842);
}

.rocketSmoke:active .exhaust-flame {
    height: 650px;
}

.rocketSmoke .fin {
    position: absolute;
    z-index: -100;
    height: 55px;
    width: 50px;
    background-color: #a75248;
}

.rocketSmoke .fin-left {
    left: -30px;
    top: calc(100% - 55px);
    border-top-left-radius: 80%;
    border-bottom-left-radius: 20%;
}

.rocketSmoke .fin-right {
    right: -30px;
    top: calc(100% - 55px);
    border-top-right-radius: 80%;
    border-bottom-right-radius: 20%;
}

.rocketSmoke .exhaust-flame {
    position: absolute;
    top: 90%;
    width: 28px;
    background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
    height: 150px;
    left: calc(50% - 14px);
    animation: exhaust 0.2s infinite;
    transition: all 2s;
}

.rocketSmoke .exhaust-fumes li {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    list-style: none;
    position: absolute;
    border-radius: 100%;
    transition: all 1s;
    opacity: 0.15;
}

.rocketSmoke .exhaust-fumes li:first-child {
    width: 60px;
    height: 60px;
    bottom: -300px;
    animation: fumes 1.5s infinite;
}

.rocketSmoke .exhaust-fumes li:nth-child(2) {
    width: 100px;
    height: 100px;
    left: -70px;
    top: 260px;
    animation: fumes 3.2s infinite;
}

.rocketSmoke .exhaust-fumes li:nth-child(3) {
    width: 120px;
    height: 120px;
    left: -40px;
    top: 330px;
    animation: fumes 3s 1s infinite;
}

.rocketSmoke .exhaust-fumes li:nth-child(4) {
    width: 100px;
    height: 100px;
    left: -170px;
    animation: fumes 4s 2s infinite;
    top: 380px;
}

.rocketSmoke .exhaust-fumes li:nth-child(5) {
    width: 130px;
    height: 130px;
    left: -120px;
    top: 350px;
    animation: fumes 5s infinite;
}

.rocketSmoke .exhaust-fumes li:nth-child(6) {
    width: 200px;
    height: 200px;
    left: -60px;
    top: 280px;
    animation: fumes2 10s infinite;
}

.rocketSmoke .exhaust-fumes li:nth-child(7) {
    width: 100px;
    height: 100px;
    left: -100px;
    top: 320px;
}

.rocketSmoke .exhaust-fumes li:nth-child(8) {
    width: 110px;
    height: 110px;
    left: 70px;
    top: 340px;
}

.rocketSmoke .exhaust-fumes li:nth-child(9) {
    width: 90px;
    height: 90px;
    left: 200px;
    top: 380px;
    animation: fumes 20s infinite;
}



@keyframes fumes {
    50% {
        transform: scale(1.5);
        background-color: transparent;
    }

    51% {
        transform: scale(0.8);
    }

    100% {
        background-color: #f5f5f5;
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: translate3d(0px, 0px, 0);
    }

    50% {
        transform: translate3d(0px, -4px, 0);
    }

    100% {
        transform: translate3d(0px, 0px, 0);
    }
}

@keyframes exhaust {
    0% {
        background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
    }

    50% {
        background: linear-gradient(to bottom, transparent 8%, #f5f5f5 100%);
    }

    75% {
        background: linear-gradient(to bottom, transparent 12%, #f5f5f5 100%);
    }
}

@keyframes fumes2 {
    50% {
        transform: scale(1.1);
    }
}

/* ---------------------------rocket-smoke-end---------------------- */


/*=== Trigger  ===*/
.animate {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.two {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.three {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.four {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.five {
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.six {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    animation-delay: 5.5s;
}

.seven {
    -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 6.5s;
    animation-delay: 6.5s;
}

.eight {
    -webkit-animation-delay: 7.5s;
    -moz-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

/*=== Animations start here  ===*/

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*=== FADE IN DOWN ===*/
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*=== FADE IN UP Big ===*/
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN DOWN Big ===*/
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN LEFT Big ===*/
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=== FADE IN RIGHT Big ===*/
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}




/* ------------------wave------------------- */

.wave1,
.wave2 {
    height: 60px;
    position: absolute;
    width: 100%;
    z-index: 12;
    left: 0;
    top: -29px;
}

.wave1 {
    -webkit-animation: wave-animation1 8.7s infinite linear;
    /* Safari 4+ */
    -moz-animation: wave-animation1 8.7s infinite linear;
    /* Fx 5+ */
    -o-animation: wave-animation1 8.7s infinite linear;
    /* Opera 12+ */
    animation: wave-animation1 8.7s infinite linear;
    /* IE 10+ */
}

.wave2 {
    -webkit-animation: wave-animation1 6.3s infinite linear;
    /* Safari 4+ */
    -moz-animation: wave-animation1 6.3s infinite linear;
    /* Fx 5+ */
    -o-animation: wave-animation1 6.3s infinite linear;
    /* Opera 12+ */
    animation: wave-animation1 6.3s infinite linear;
    /* IE 10+ */
}

@-webkit-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1601px 0;
    }
}

@-moz-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1601px 0;
    }
}

@-o-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1601px 0;
    }
}

@keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1601px 0;
    }
}

.wave1 {
    /*    background: url('http://www.templates-preview.com/bootstrap-templates/300111854/images/wave1.png') 0 0 repeat-x;*/
}

.wave2 {
    background: url("../images/wave2.png") 0 0 repeat-x;
}



/* -----------------------------outside-glow---------------------------- */
.outsideGlow {
    position: relative;
    overflow: hidden;
}

.outsideGlow span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #3bff3b);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.outsideGlow span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.outsideGlow span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #3bff3b);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.outsideGlow span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}





.ogb {}

.outsideGlowB {
    position: relative;
    overflow: hidden;
}

.outsideGlowB span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #1b1495, #cb198d);
    animation: animate5 2s linear infinite;
}

@keyframes animate5 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.outsideGlowB span:nth-child(2) {
    /*    position: absolute;*/
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: animate6 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate6 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.outsideGlowB span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #cb198d, #1b1495);
    animation: animate7 2s linear infinite;
}

@keyframes animate7 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.outsideGlowB span:nth-child(4) {
    /*    position: absolute;*/
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: animate8 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate8 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}



/* -------------------------wave-on-sand--------------------------------*/

.ocean {
    height: 86px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*    background: #015871;*/
}

.waves {
    background: url("../images/wave.svg") repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.waves:nth-of-type(1) {
    opacity: 0;
}

.waves:nth-of-type(2) {
    top: -175px;
    -webkit-animation: waves 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    animation: waves 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@-webkit-keyframes waves {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes waves {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@-webkit-keyframes swell {

    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }
}

@keyframes swell {

    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }
}
