﻿@import url("https://fonts.googleapis.com/css?family=Sacramento");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);

/*body {
    background-color: #212121;
    font-family: "Sacramento", cursive;
}*/

/*.container {
    height: 400px;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/

/*.diwalititle {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-shadow: 0px 2px 1px orange, 0px 0px 6px orangered, 0px 5px 10px black;
    font-family: "Sacramento", cursive;
    position:sticky;
    bottom:40%;
}*/

.diwalidesctitle {
    position: sticky;
    bottom: 60%;
    font-size: 20px;
    color: white;
    text-align: center;
    font-family: 'Montserrat';
}

.diwalidesc {
    position: sticky;
    bottom: 50%;
    font-size: 20px;
    color: white;
    text-align: center;
    font-family: 'Montserrat';
}

.fireworks {
    list-style-type: none;
    padding: 0;
    position: sticky;
    bottom: 20%;
    text-align: center;
}

    .fireworks li {
        display: inline-block;
        margin: 20px;
        height: 50px;
        width: 50px;
        border-radius: 500px;
        position: relative;
        background-color: #8d6e63;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    }

        .fireworks li::before {
            content: "";
            position: absolute;
            height: 100%;
            background-color: #355bd9;
            width: 100%;
            border-radius: 500px;
            top: -40%;
            left: -30%;
        }

        .fireworks li::after {
            content: "";
            position: absolute;
            height: 100%;
            background-color: #355bd9;
            width: 100%;
            border-radius: 500px;
            top: -40%;
            right: -30%;
        }

        .fireworks li span {
            display: inline-block;
            height: 20px;
            width: 20px;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 1;
            border-bottom-left-radius: 50px;
            border-bottom-right-radius: 50px;
            border-top-right-radius: 50px;
            transform: rotate(45deg);
            animation: fire 0.3s ease infinite;
        }

        .fireworks li:nth-child(1) span {
            animation-delay: 0.5s;
        }

        .fireworks li:nth-child(2) span {
            animation-delay: 1s;
        }

        .fireworks li:nth-child(3) span {
            animation-delay: 1.5s;
        }

        .fireworks li:nth-child(4) span {
            animation-delay: 2s;
        }

        .fireworks li:nth-child(5) span {
            animation-delay: 2.5s;
        }

        .fireworks li:nth-child(6) span {
            animation-delay: 3s;
        }

@keyframes fire {
    0%, 100% {
        transform: rotate(55deg);
        width: 20px;
        background: linear-gradient(90deg, orange, orangered);
    }

    50% {
        transform: rotate(35deg);
        width: 18px;
        background: linear-gradient(90deg, orangered, orange);
    }
}
/*link*/
.info {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    width: 200px;
    font-size: 2rem;
}

    .info a {
        font-size: 3rem;
        display: block;
        color: #fff;
    }

/* basic styles for black background and crosshair cursor */
body {
    margin: 0;
}

canvas {
    display: block;
}

.wish {
    right: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 200px;
    text-align: center;
    font-size: 2em;
    text-align: center;
}

.hight-text {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    float: left;
    width: 100%;
    line-height: 35px;
}

.from {
    font-family: "Sacramento", cursive;
    color: #ffd280;
    font-size: 22px;
}

.chakra-back, .chakra-front {
    position: absolute;
    top: 85%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.chakra-front {
    background: #FFDD1B;
    box-sizing: border-box;
    box-shadow: 0 0px #fff, 0 0 10px #fff, 0 0 20px #FFDD1B, 0 0 30px #FFDD1B, 0 0 40px #FFDD1B, 0 0 55px #FFDD1B, 0 0 75px #FFDD1B;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

    .chakra-front .line {
        position: absolute;
        top: 0;
        left: calc(50% - 5px);
        height: 100%;
        width: 10px;
        box-sizing: border-box;
        border-right: 1px solid black;
        border-left: 1px solid black;
    }

        .chakra-front .line:nth-child(1) {
            transform: rotate(30deg);
        }

        .chakra-front .line:nth-child(2) {
            transform: rotate(60deg);
        }

        .chakra-front .line:nth-child(3) {
            transform: rotate(90deg);
        }

        .chakra-front .line:nth-child(4) {
            transform: rotate(120deg);
        }

        .chakra-front .line:nth-child(5) {
            transform: rotate(150deg);
        }

        .chakra-front .line:nth-child(6) {
            transform: rotate(180deg);
        }

.trail {
    position: absolute;
    bottom: 50%;
    left: calc(50% - 1px);
    width: 2px;
    height: 20px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    background: white;
    box-shadow: 0 0px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px yellow, 0 0 40px yellow, 0 0 55px yellow, 0 0 75px yellow;
    transform-origin: center bottom;
    z-index: -1;
}

@-webkit-keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.trail:nth-child(1) {
    -webkit-animation: rocket-1 1s ease-in infinite;
    animation: rocket-1 1s ease-in infinite;
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
}

@-webkit-keyframes rocket-1 {
    from {
        transform: rotate(10deg) translateY(0px);
    }

    to {
        transform: rotate(10deg) translateY(-100px);
    }
}

@keyframes rocket-1 {
    from {
        transform: rotate(10deg) translateY(0px);
    }

    to {
        transform: rotate(10deg) translateY(-100px);
    }
}

.trail:nth-child(2) {
    -webkit-animation: rocket-2 1s ease-in infinite;
    animation: rocket-2 1s ease-in infinite;
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
}

@-webkit-keyframes rocket-2 {
    from {
        transform: rotate(20deg) translateY(0px);
    }

    to {
        transform: rotate(20deg) translateY(-100px);
    }
}

@keyframes rocket-2 {
    from {
        transform: rotate(20deg) translateY(0px);
    }

    to {
        transform: rotate(20deg) translateY(-100px);
    }
}

.trail:nth-child(3) {
    -webkit-animation: rocket-3 1s ease-in infinite;
    animation: rocket-3 1s ease-in infinite;
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

@-webkit-keyframes rocket-3 {
    from {
        transform: rotate(30deg) translateY(0px);
    }

    to {
        transform: rotate(30deg) translateY(-100px);
    }
}

@keyframes rocket-3 {
    from {
        transform: rotate(30deg) translateY(0px);
    }

    to {
        transform: rotate(30deg) translateY(-100px);
    }
}

.trail:nth-child(4) {
    -webkit-animation: rocket-4 1s ease-in infinite;
    animation: rocket-4 1s ease-in infinite;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

@-webkit-keyframes rocket-4 {
    from {
        transform: rotate(40deg) translateY(0px);
    }

    to {
        transform: rotate(40deg) translateY(-100px);
    }
}

@keyframes rocket-4 {
    from {
        transform: rotate(40deg) translateY(0px);
    }

    to {
        transform: rotate(40deg) translateY(-100px);
    }
}

.trail:nth-child(5) {
    -webkit-animation: rocket-5 1s ease-in infinite;
    animation: rocket-5 1s ease-in infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes rocket-5 {
    from {
        transform: rotate(50deg) translateY(0px);
    }

    to {
        transform: rotate(50deg) translateY(-100px);
    }
}

@keyframes rocket-5 {
    from {
        transform: rotate(50deg) translateY(0px);
    }

    to {
        transform: rotate(50deg) translateY(-100px);
    }
}

.trail:nth-child(6) {
    -webkit-animation: rocket-6 1s ease-in infinite;
    animation: rocket-6 1s ease-in infinite;
    -webkit-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

@-webkit-keyframes rocket-6 {
    from {
        transform: rotate(60deg) translateY(0px);
    }

    to {
        transform: rotate(60deg) translateY(-100px);
    }
}

@keyframes rocket-6 {
    from {
        transform: rotate(60deg) translateY(0px);
    }

    to {
        transform: rotate(60deg) translateY(-100px);
    }
}

.trail:nth-child(7) {
    -webkit-animation: rocket-7 1s ease-in infinite;
    animation: rocket-7 1s ease-in infinite;
    -webkit-animation-delay: 0.84s;
    animation-delay: 0.84s;
}

@-webkit-keyframes rocket-7 {
    from {
        transform: rotate(70deg) translateY(0px);
    }

    to {
        transform: rotate(70deg) translateY(-100px);
    }
}

@keyframes rocket-7 {
    from {
        transform: rotate(70deg) translateY(0px);
    }

    to {
        transform: rotate(70deg) translateY(-100px);
    }
}

.trail:nth-child(8) {
    -webkit-animation: rocket-8 1s ease-in infinite;
    animation: rocket-8 1s ease-in infinite;
    -webkit-animation-delay: 0.96s;
    animation-delay: 0.96s;
}

@-webkit-keyframes rocket-8 {
    from {
        transform: rotate(80deg) translateY(0px);
    }

    to {
        transform: rotate(80deg) translateY(-100px);
    }
}

@keyframes rocket-8 {
    from {
        transform: rotate(80deg) translateY(0px);
    }

    to {
        transform: rotate(80deg) translateY(-100px);
    }
}

.trail:nth-child(9) {
    -webkit-animation: rocket-9 1s ease-in infinite;
    animation: rocket-9 1s ease-in infinite;
    -webkit-animation-delay: 1.08s;
    animation-delay: 1.08s;
}

@-webkit-keyframes rocket-9 {
    from {
        transform: rotate(90deg) translateY(0px);
    }

    to {
        transform: rotate(90deg) translateY(-100px);
    }
}

@keyframes rocket-9 {
    from {
        transform: rotate(90deg) translateY(0px);
    }

    to {
        transform: rotate(90deg) translateY(-100px);
    }
}

.trail:nth-child(10) {
    -webkit-animation: rocket-10 1s ease-in infinite;
    animation: rocket-10 1s ease-in infinite;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@-webkit-keyframes rocket-10 {
    from {
        transform: rotate(100deg) translateY(0px);
    }

    to {
        transform: rotate(100deg) translateY(-100px);
    }
}

@keyframes rocket-10 {
    from {
        transform: rotate(100deg) translateY(0px);
    }

    to {
        transform: rotate(100deg) translateY(-100px);
    }
}

.trail:nth-child(11) {
    -webkit-animation: rocket-11 1s ease-in infinite;
    animation: rocket-11 1s ease-in infinite;
    -webkit-animation-delay: 1.32s;
    animation-delay: 1.32s;
}

@-webkit-keyframes rocket-11 {
    from {
        transform: rotate(110deg) translateY(0px);
    }

    to {
        transform: rotate(110deg) translateY(-100px);
    }
}

@keyframes rocket-11 {
    from {
        transform: rotate(110deg) translateY(0px);
    }

    to {
        transform: rotate(110deg) translateY(-100px);
    }
}

.trail:nth-child(12) {
    -webkit-animation: rocket-12 1s ease-in infinite;
    animation: rocket-12 1s ease-in infinite;
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s;
}

@-webkit-keyframes rocket-12 {
    from {
        transform: rotate(120deg) translateY(0px);
    }

    to {
        transform: rotate(120deg) translateY(-100px);
    }
}

@keyframes rocket-12 {
    from {
        transform: rotate(120deg) translateY(0px);
    }

    to {
        transform: rotate(120deg) translateY(-100px);
    }
}

.trail:nth-child(13) {
    -webkit-animation: rocket-13 1s ease-in infinite;
    animation: rocket-13 1s ease-in infinite;
    -webkit-animation-delay: 1.56s;
    animation-delay: 1.56s;
}

@-webkit-keyframes rocket-13 {
    from {
        transform: rotate(130deg) translateY(0px);
    }

    to {
        transform: rotate(130deg) translateY(-100px);
    }
}

@keyframes rocket-13 {
    from {
        transform: rotate(130deg) translateY(0px);
    }

    to {
        transform: rotate(130deg) translateY(-100px);
    }
}

.trail:nth-child(14) {
    -webkit-animation: rocket-14 1s ease-in infinite;
    animation: rocket-14 1s ease-in infinite;
    -webkit-animation-delay: 1.68s;
    animation-delay: 1.68s;
}

@-webkit-keyframes rocket-14 {
    from {
        transform: rotate(140deg) translateY(0px);
    }

    to {
        transform: rotate(140deg) translateY(-100px);
    }
}

@keyframes rocket-14 {
    from {
        transform: rotate(140deg) translateY(0px);
    }

    to {
        transform: rotate(140deg) translateY(-100px);
    }
}

.trail:nth-child(15) {
    -webkit-animation: rocket-15 1s ease-in infinite;
    animation: rocket-15 1s ease-in infinite;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

@-webkit-keyframes rocket-15 {
    from {
        transform: rotate(150deg) translateY(0px);
    }

    to {
        transform: rotate(150deg) translateY(-100px);
    }
}

@keyframes rocket-15 {
    from {
        transform: rotate(150deg) translateY(0px);
    }

    to {
        transform: rotate(150deg) translateY(-100px);
    }
}

.trail:nth-child(16) {
    -webkit-animation: rocket-16 1s ease-in infinite;
    animation: rocket-16 1s ease-in infinite;
    -webkit-animation-delay: 1.92s;
    animation-delay: 1.92s;
}

@-webkit-keyframes rocket-16 {
    from {
        transform: rotate(160deg) translateY(0px);
    }

    to {
        transform: rotate(160deg) translateY(-100px);
    }
}

@keyframes rocket-16 {
    from {
        transform: rotate(160deg) translateY(0px);
    }

    to {
        transform: rotate(160deg) translateY(-100px);
    }
}

.trail:nth-child(17) {
    -webkit-animation: rocket-17 1s ease-in infinite;
    animation: rocket-17 1s ease-in infinite;
    -webkit-animation-delay: 2.04s;
    animation-delay: 2.04s;
}

@-webkit-keyframes rocket-17 {
    from {
        transform: rotate(170deg) translateY(0px);
    }

    to {
        transform: rotate(170deg) translateY(-100px);
    }
}

@keyframes rocket-17 {
    from {
        transform: rotate(170deg) translateY(0px);
    }

    to {
        transform: rotate(170deg) translateY(-100px);
    }
}

.trail:nth-child(18) {
    -webkit-animation: rocket-18 1s ease-in infinite;
    animation: rocket-18 1s ease-in infinite;
    -webkit-animation-delay: 2.16s;
    animation-delay: 2.16s;
}

@-webkit-keyframes rocket-18 {
    from {
        transform: rotate(180deg) translateY(0px);
    }

    to {
        transform: rotate(180deg) translateY(-100px);
    }
}

@keyframes rocket-18 {
    from {
        transform: rotate(180deg) translateY(0px);
    }

    to {
        transform: rotate(180deg) translateY(-100px);
    }
}

.trail:nth-child(19) {
    -webkit-animation: rocket-19 1s ease-in infinite;
    animation: rocket-19 1s ease-in infinite;
    -webkit-animation-delay: 2.28s;
    animation-delay: 2.28s;
}

@-webkit-keyframes rocket-19 {
    from {
        transform: rotate(190deg) translateY(0px);
    }

    to {
        transform: rotate(190deg) translateY(-100px);
    }
}

@keyframes rocket-19 {
    from {
        transform: rotate(190deg) translateY(0px);
    }

    to {
        transform: rotate(190deg) translateY(-100px);
    }
}

.trail:nth-child(20) {
    -webkit-animation: rocket-20 1s ease-in infinite;
    animation: rocket-20 1s ease-in infinite;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

@-webkit-keyframes rocket-20 {
    from {
        transform: rotate(200deg) translateY(0px);
    }

    to {
        transform: rotate(200deg) translateY(-100px);
    }
}

@keyframes rocket-20 {
    from {
        transform: rotate(200deg) translateY(0px);
    }

    to {
        transform: rotate(200deg) translateY(-100px);
    }
}

.trail:nth-child(21) {
    -webkit-animation: rocket-21 1s ease-in infinite;
    animation: rocket-21 1s ease-in infinite;
    -webkit-animation-delay: 2.52s;
    animation-delay: 2.52s;
}

@-webkit-keyframes rocket-21 {
    from {
        transform: rotate(210deg) translateY(0px);
    }

    to {
        transform: rotate(210deg) translateY(-100px);
    }
}

@keyframes rocket-21 {
    from {
        transform: rotate(210deg) translateY(0px);
    }

    to {
        transform: rotate(210deg) translateY(-100px);
    }
}

.trail:nth-child(22) {
    -webkit-animation: rocket-22 1s ease-in infinite;
    animation: rocket-22 1s ease-in infinite;
    -webkit-animation-delay: 2.64s;
    animation-delay: 2.64s;
}

@-webkit-keyframes rocket-22 {
    from {
        transform: rotate(220deg) translateY(0px);
    }

    to {
        transform: rotate(220deg) translateY(-100px);
    }
}

@keyframes rocket-22 {
    from {
        transform: rotate(220deg) translateY(0px);
    }

    to {
        transform: rotate(220deg) translateY(-100px);
    }
}

.trail:nth-child(23) {
    -webkit-animation: rocket-23 1s ease-in infinite;
    animation: rocket-23 1s ease-in infinite;
    -webkit-animation-delay: 2.76s;
    animation-delay: 2.76s;
}

@-webkit-keyframes rocket-23 {
    from {
        transform: rotate(230deg) translateY(0px);
    }

    to {
        transform: rotate(230deg) translateY(-100px);
    }
}

@keyframes rocket-23 {
    from {
        transform: rotate(230deg) translateY(0px);
    }

    to {
        transform: rotate(230deg) translateY(-100px);
    }
}

.trail:nth-child(24) {
    -webkit-animation: rocket-24 1s ease-in infinite;
    animation: rocket-24 1s ease-in infinite;
    -webkit-animation-delay: 2.88s;
    animation-delay: 2.88s;
}

@-webkit-keyframes rocket-24 {
    from {
        transform: rotate(240deg) translateY(0px);
    }

    to {
        transform: rotate(240deg) translateY(-100px);
    }
}

@keyframes rocket-24 {
    from {
        transform: rotate(240deg) translateY(0px);
    }

    to {
        transform: rotate(240deg) translateY(-100px);
    }
}

.trail:nth-child(25) {
    -webkit-animation: rocket-25 1s ease-in infinite;
    animation: rocket-25 1s ease-in infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes rocket-25 {
    from {
        transform: rotate(250deg) translateY(0px);
    }

    to {
        transform: rotate(250deg) translateY(-100px);
    }
}

@keyframes rocket-25 {
    from {
        transform: rotate(250deg) translateY(0px);
    }

    to {
        transform: rotate(250deg) translateY(-100px);
    }
}

.trail:nth-child(26) {
    -webkit-animation: rocket-26 1s ease-in infinite;
    animation: rocket-26 1s ease-in infinite;
    -webkit-animation-delay: 3.12s;
    animation-delay: 3.12s;
}

@-webkit-keyframes rocket-26 {
    from {
        transform: rotate(260deg) translateY(0px);
    }

    to {
        transform: rotate(260deg) translateY(-100px);
    }
}

@keyframes rocket-26 {
    from {
        transform: rotate(260deg) translateY(0px);
    }

    to {
        transform: rotate(260deg) translateY(-100px);
    }
}

.trail:nth-child(27) {
    -webkit-animation: rocket-27 1s ease-in infinite;
    animation: rocket-27 1s ease-in infinite;
    -webkit-animation-delay: 3.24s;
    animation-delay: 3.24s;
}

@-webkit-keyframes rocket-27 {
    from {
        transform: rotate(270deg) translateY(0px);
    }

    to {
        transform: rotate(270deg) translateY(-100px);
    }
}

@keyframes rocket-27 {
    from {
        transform: rotate(270deg) translateY(0px);
    }

    to {
        transform: rotate(270deg) translateY(-100px);
    }
}

.trail:nth-child(28) {
    -webkit-animation: rocket-28 1s ease-in infinite;
    animation: rocket-28 1s ease-in infinite;
    -webkit-animation-delay: 3.36s;
    animation-delay: 3.36s;
}

@-webkit-keyframes rocket-28 {
    from {
        transform: rotate(280deg) translateY(0px);
    }

    to {
        transform: rotate(280deg) translateY(-100px);
    }
}

@keyframes rocket-28 {
    from {
        transform: rotate(280deg) translateY(0px);
    }

    to {
        transform: rotate(280deg) translateY(-100px);
    }
}

.trail:nth-child(29) {
    -webkit-animation: rocket-29 1s ease-in infinite;
    animation: rocket-29 1s ease-in infinite;
    -webkit-animation-delay: 3.48s;
    animation-delay: 3.48s;
}

@-webkit-keyframes rocket-29 {
    from {
        transform: rotate(290deg) translateY(0px);
    }

    to {
        transform: rotate(290deg) translateY(-100px);
    }
}

@keyframes rocket-29 {
    from {
        transform: rotate(290deg) translateY(0px);
    }

    to {
        transform: rotate(290deg) translateY(-100px);
    }
}

.trail:nth-child(30) {
    -webkit-animation: rocket-30 1s ease-in infinite;
    animation: rocket-30 1s ease-in infinite;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

@-webkit-keyframes rocket-30 {
    from {
        transform: rotate(300deg) translateY(0px);
    }

    to {
        transform: rotate(300deg) translateY(-100px);
    }
}

@keyframes rocket-30 {
    from {
        transform: rotate(300deg) translateY(0px);
    }

    to {
        transform: rotate(300deg) translateY(-100px);
    }
}

.trail:nth-child(31) {
    -webkit-animation: rocket-31 1s ease-in infinite;
    animation: rocket-31 1s ease-in infinite;
    -webkit-animation-delay: 3.72s;
    animation-delay: 3.72s;
}

@-webkit-keyframes rocket-31 {
    from {
        transform: rotate(310deg) translateY(0px);
    }

    to {
        transform: rotate(310deg) translateY(-100px);
    }
}

@keyframes rocket-31 {
    from {
        transform: rotate(310deg) translateY(0px);
    }

    to {
        transform: rotate(310deg) translateY(-100px);
    }
}

.trail:nth-child(32) {
    -webkit-animation: rocket-32 1s ease-in infinite;
    animation: rocket-32 1s ease-in infinite;
    -webkit-animation-delay: 3.84s;
    animation-delay: 3.84s;
}

@-webkit-keyframes rocket-32 {
    from {
        transform: rotate(320deg) translateY(0px);
    }

    to {
        transform: rotate(320deg) translateY(-100px);
    }
}

@keyframes rocket-32 {
    from {
        transform: rotate(320deg) translateY(0px);
    }

    to {
        transform: rotate(320deg) translateY(-100px);
    }
}

.trail:nth-child(33) {
    -webkit-animation: rocket-33 1s ease-in infinite;
    animation: rocket-33 1s ease-in infinite;
    -webkit-animation-delay: 3.96s;
    animation-delay: 3.96s;
}

@-webkit-keyframes rocket-33 {
    from {
        transform: rotate(330deg) translateY(0px);
    }

    to {
        transform: rotate(330deg) translateY(-100px);
    }
}

@keyframes rocket-33 {
    from {
        transform: rotate(330deg) translateY(0px);
    }

    to {
        transform: rotate(330deg) translateY(-100px);
    }
}

.trail:nth-child(34) {
    -webkit-animation: rocket-34 1s ease-in infinite;
    animation: rocket-34 1s ease-in infinite;
    -webkit-animation-delay: 4.08s;
    animation-delay: 4.08s;
}

@-webkit-keyframes rocket-34 {
    from {
        transform: rotate(340deg) translateY(0px);
    }

    to {
        transform: rotate(340deg) translateY(-100px);
    }
}

@keyframes rocket-34 {
    from {
        transform: rotate(340deg) translateY(0px);
    }

    to {
        transform: rotate(340deg) translateY(-100px);
    }
}

.trail:nth-child(35) {
    -webkit-animation: rocket-35 1s ease-in infinite;
    animation: rocket-35 1s ease-in infinite;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

@-webkit-keyframes rocket-35 {
    from {
        transform: rotate(350deg) translateY(0px);
    }

    to {
        transform: rotate(350deg) translateY(-100px);
    }
}

@keyframes rocket-35 {
    from {
        transform: rotate(350deg) translateY(0px);
    }

    to {
        transform: rotate(350deg) translateY(-100px);
    }
}

.trail:nth-child(36) {
    -webkit-animation: rocket-36 1s ease-in infinite;
    animation: rocket-36 1s ease-in infinite;
    -webkit-animation-delay: 4.32s;
    animation-delay: 4.32s;
}

@-webkit-keyframes rocket-36 {
    from {
        transform: rotate(360deg) translateY(0px);
    }

    to {
        transform: rotate(360deg) translateY(-100px);
    }
}

@keyframes rocket-36 {
    from {
        transform: rotate(360deg) translateY(0px);
    }

    to {
        transform: rotate(360deg) translateY(-100px);
    }
}

svg {
    display: block;
    font: 10.5em 'Montserrat';
    width: 960px;
    height: 120px;
    margin: 0 auto;
    position: sticky;
    bottom: 32%;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

    .text-copy:nth-child(1) {
        stroke: orange;
        animation-delay: -1;
    }

    .text-copy:nth-child(2) {
        stroke: #ff6500;
        animation-delay: -2s;
    }

    .text-copy:nth-child(3) {
        stroke: #ff6500;
        animation-delay: -3s;
    }

    .text-copy:nth-child(4) {
        stroke: #ff6500;
        animation-delay: -4s;
    }

    .text-copy:nth-child(5) {
        stroke: #FDB731;
        animation-delay: -5s;
    }

@keyframes stroke-offset {
    100% {
        stroke-dashoffset: -35%;
    }
}

@media (max-width: 767px) {
    svg {
        width: -webkit-fill-available;
    }

    .diwalidesctitle {
        padding-bottom: 10%;
    }

    .banner-section-four {
        height: 690px !important;
    }

    #decode-text {
        line-height: 30px;
        padding-left: 2%;
        padding-right: 2%;
        bottom: 80% !important;
    }

    .decode-text {
        font-size: 20px !important;
    }

    .pouce-wrapper {
        display:none !important;
    }

    .pouce-wrapper2 {
        display: none !important;
    }
}

.decode-text {
    width: 100%;
    font-size: 26px;
    text-align: center;
    position: sticky;
    bottom: 60%;
}

#decode-text2 {
    font-size: 22px;
    text-align: center;
    position: sticky;
    bottom: 50%;
    left: 20%;
    line-height: 35px;
    padding-top: 22%;
}

.space {
    display: inline-block;
    /*width: 10px;*/
}

.text-animation {
    display: inline-block;
    position: relative;
    color: transparent;
    text-transform: uppercase;
}

    .text-animation:before {
        content: "";
        color: black;
        position: absolute;
        top: 50%;
        left: 50%;
        /*background: #0e182d;*/
        /*background: #02a8cc;*/
        background: #355bd9;
        width: 0;
        height: 1.2em;
        -webkit-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
    }

    .text-animation.state-1:before {
        width: 1px;
    }

    .text-animation.state-2:before {
        width: 0.9em;
    }

    .text-animation.state-3 {
        color: white;
    }

        .text-animation.state-3:before {
            width: 0;
        }

#refresh {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.pouce-wrapper {
    width: 150px;
    height: 100px;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    overflow: hidden;
    transform-origin: bottom;
    z-index: 2;
    transform: scale(2) translate(-50%, -50%);
    left: 15%;
    top: unset;
    bottom:-3%;
}

.pouce-wrapper2 {
    width: 150px;
    height: 100px;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    overflow: hidden;
    transform-origin: bottom;
    z-index: 2;
    transform: scale(2) translate(-50%, -50%);
    left: unset;
    top: unset;
    bottom: -5%;
    right:-3%;
}

.pouce-fountain {
    flex: 80%;
    position: relative;
}

.pouce {
    flex: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pouce-part {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 25px solid #270f82;
    border-radius: 10px;
    position: relative;
}

    .pouce-part:before,
    .pouce-part:after {
        content: '';
        position: absolute;
    }

    .pouce-part:before {
        width: 18px;
        bottom: -25px;
        transform: translate(-50%);
        border-bottom: 6px solid #d46f6f;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        left: 50%;
    }

    .pouce-part:after {
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 7px solid #d46f6f;
        left: 50%;
        transform: translate(-50%);
        top: 0;
    }

.pouce-fountain > span {
    display: block;
    height: 77%;
    position: absolute;
    border-left: 1px dashed yellow;
    transform-origin: 50% 100%;
    left: 50%;
    transform: translate(var(--tranlation));
    --tranlation: -50%;
    bottom: 4px;
    z-index: -1;
    width: 24px;
    border-radius: 50%;
    box-shadow: 11px 31px 41px 10px;
}

    .pouce-fountain > span,
    .pouce-fountain > span::before {
        animation: pouceAnimation 3s ease-in-out infinite alternate forwards;
    }

        .pouce-fountain > span:before {
            content: '*';
            position: absolute;
            width: 100%;
            height: 100%;
            color: yellow;
            z-index: 222;
            display: block;
            right: -6px;
            opacity: 0;
        }

        .pouce-fountain > span:nth-child(1) {
            transform: translate(var(--translation,-50%)) rotate(var(--rotation, -110deg)) scale(var(--scaling,1));
        }

        .pouce-fountain > span:nth-child(2) {
            transform: translate(var(--translation,-50%)) rotate(var(--rotation, -800deg)) scale(var(--scaling,1));
        }

        .pouce-fountain > span:nth-child(3) {
            transform: translate(var(--translation,-50%)) rotate(var(--rotation, -45deg)) scale(var(--scaling,1));
        }

        .pouce-fountain > span:nth-child(4) {
            transform: translate(var(--translation,-50%)) rotate(var(--rotation, -0deg)) scale(var(--scaling,1));
        }

        .pouce-fountain > span:nth-child(5) {
            transform: translate(var(--translation,-50%)) rotate(var(--rotation, 45deg)) scale(var(--scaling,1));
        }

        .pouce-fountain > span:nth-child(6) {
            transform: translate(var(--translation,-50%)) rotate(var(--rotation, 80deg)) scale(var(--scaling,1));
        }

        .pouce-fountain > span:nth-child(7) {
            transform: translate(var(--translation,-50%)) rotate(var(--rotation, 110deg)) scale(var(--scaling,1));
        }

        .pouce-fountain > span:nth-child(odd)::before {
            top: 5px;
        }

        .pouce-fountain > span:nth-child(even)::before {
            top: -10px;
        }

.pouce-fountain::before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 50%;
    background: transparent;
    transform: translate(-50%);
    bottom: -3px;
    border-radius: 50%;
}

.pouce-fountain:after {
    content: '*';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translate(-50%) rotate(0deg);
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    color: #db9801;
    animation: startAnimation 3s ease-in-out infinite forwards;
    /* opacity: 0; */
}

@keyframes pouceAnimation {
    0% {
        height: 0%;
        opacity: 0;
    }

    100% {
        height: 77%;
        opacity: 1;
    }
}

@keyframes startAnimation {
    0% {
        opacity: 0;
    }

    25%,100% {
        opacity: 1;
    }
}

#boom, #cloud {
    opacity: 1;
}

.fire path {
    stroke-dasharray: 3;
}
