body{
    overflow-X: hidden;
}

/* sidebar */

    #sidebar{
        display: none;
        position: fixed;
        float: right;
        width: 250px;
        background: #fff;
        height: 100%;
        z-index: 9;
        overflow-y: auto;

        /*-webkit-box-shadow: 4px 2px 93px -17px rgba(0,0,0,0.5);
        -moz-box-shadow: 4px 2px 93px -17px rgba(0,0,0,0.5);
        box-shadow: 4px 2px 93px -17px rgba(0,0,0,0.5);*/
        -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);

    }

    #sidebar .list-group{
        margin-top: 125px;
        cursor: pointer;
    }

    #sidebar .list-group-item{
        background: transparent;
        border: none;
    }

    #sidebar li{
        transition: all .4s;
    }

    #sidebar .active{
        font-weight: bold;
        font-size: 18px;
        color: #000;
    }

    #sidebar a{
        text-decoration: none;
        color: #212529;
    }

    #sidebar .active-lang{
        font-weight: bold;
        font-size: 18px;
        color: #000;
    }

/* sidebar */

/* navbar */

        #collapse{
            cursor: pointer;
            display: none;
        }

        #collapse > img{
            width: 45px;
        }

        #navbar .navbar-brand{
            padding-right: 2rem;
        }

        #navbarSupportedContent{
            padding-right: 1rem;
        }

        .navbar{
            background-color: rgba(0, 0, 0, 0);
            transition: all .6s;
            /*background-color: #0D1321;
            background-color: #19323C;*/
        }

        #navbar li{
            padding-left: .3rem;
            padding-right: .3rem;
            position: relative;
        }

        #navbar li:hover:after{
            position: absolute;
            content: '';
            height: 2px;
            bottom: -4px; 
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 50%;
            background: #32322C;
        }

        #navbar .active:after{
            position: absolute;
            content: '';
            height: 2px;
            bottom: -4px; 
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 50%;
            background: #32322C;
        }

        #navbar .active-lang:after{
            position: absolute;
            content: '';
            height: 2px;
            bottom: -4px; 
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 50%;
            background: #32322C;
        }

        .solid-navbar{
            background-color: rgba(255, 255, 255, 1) !important;
            -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
            box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
            /*-webkit-box-shadow: 0px 2px 44px -10px rgba(0,0,0,0.5);
            -moz-box-shadow: 0px 2px 44px -10px rgba(0,0,0,0.5);
            box-shadow: 0px 2px 44px -10px rgba(0,0,0,0.5);*/
            height: 95px;
        }


        /* navbar */

        /* hero */
        #hero{
            height: 100vh;
        }

        #hero .back-image{
            background-image: url('../img/willian2-recortada3.jpg');
            background-size: 100%;
            background-repeat: no-repeat;
            -webkit-clip-path: ellipse(114% 129% at -24% 52%);
            clip-path: ellipse(114% 129% at -24% 52%);
        }

        #hero .btn-primary{
            transition: all 1s;
        }

        #hero .btn-primary:hover{
            background: #f12711;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }

        .flex-row {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
        }

        .flex-column {
            display: flex;
            flex-direction: column;
            flex-basis: 100%;
            flex: 3;
        }

        .flex-column-2 {
            display: flex;
            flex-direction: column;
            flex-basis: 100%;
            flex: 4;
        }

        #hero > .flex-row > .flex-column{
            height: 100vh;
        }

        #hero .align-center{
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
        }

        #hero .text-1{
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 2px;
            color: #797979;
        }

        #hero .text-2{
            margin-top: 20px;
            font-size: 60px;
            font-weight: 500;
            line-height: 60px;
            margin-bottom: 20px;
        }

        #hero .text-3{
            font-size: 24px;
            font-weight: 300;
            margin-bottom: 0px;
        }

        #hero .padding-left{
            padding-left: 2rem;
        }

        #hero .padding-right{
            padding-right: 2rem;
        }

        #hero .social-bar{
            margin-bottom: 3rem;
        }

        #hero .social-bar a{
            color: #797979;
            margin-left: .5rem;
            margin-right: .5rem;
            font-size: 25px;
        }

        #hero .social-bar a:hover{
            color: #000;
        }

        #hero .btn-primary, #about .btn-primary{
            background: #2193b0;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            border: none;
        }

        /* hero */

        /* about */
        
        #about .text-1{
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 500;
            position: relative;
            margin-bottom: 10px;
            color: #797979;
        }

        #about .text-2{
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 30px;
            line-height: 52px;
            text-transform: capitalize;
        }

        #about .text-3{
            font-size: 14px;
            line-height: 27px;
            font-weight: 300;
            font-family: "Roboto",sans-serif;
            color: #797979;
        }

        #about .btn-primary:hover{
            background: #f12711;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }

        #about .btn-primary{
            margin-top: 40px
        }

        #polygon1, #polygon2, #polygon3{
            -webkit-animation: up-down 4s infinite; /* Safari 4.0 - 8.0 */
            animation: up-down 4s infinite;
        }

        #polygon4, #polygon5, #polygon6{
            -webkit-animation: down-up 4s infinite; /* Safari 4.0 - 8.0 */
            animation: down-up 4s infinite;
        }

        #polygon7, #polygon8, #polygon9{
            -webkit-animation: up-down 2.4s infinite; /* Safari 4.0 - 8.0 */
            animation: up-down 2.4s infinite;
        }

        #polygon10, #polygon11, #polygon12{
            -webkit-animation: down-up 8s infinite; /* Safari 4.0 - 8.0 */
            animation: down-up 8s infinite;
        }

        /* about */

        /* services */

        #a594ac37-6d44-4297-8862-1cbd9c01c0b7{
            width: 100%;
            height: 100%;
        }

        #services .ghost-col{
            display: none;
        }

        #services{
            background: #2193b0;
            background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
            background: linear-gradient(to right, #6dd5ed, #2193b0);
        }

        #line-1{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
        }

        #line-2{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 0.2s;
        }

        #line-3{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 0.4s;
        }

        #line-4{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 0.6s;
        }

        #line-5{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 0.8s;
        }

        #line-6{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 1s;
        }

        #line-7{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 1.2s;
        }

        #line-8{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 1.4s;
        }

        #line-9{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 1.6s;
        }

        #line-10{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 1.8s;
        }

        #line-11{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 2s;
        }

        #line-12{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 2.2s;
        }

        #line-13{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 2.4s;
        }

        #line-14{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 2.6s;
        }

        #line-15{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 2.8s;
        }

        #line-16{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 3s;
        }

        #line-17{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 3.2s;
        }

        #line-18{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 3.4s;
        }

        #line-19{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 3.6s;
        }

        #line-20{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 3.8s;
        }

        #line-21{
            opacity: 0;
            -webkit-animation: write 4s infinite; /* Safari 4.0 - 8.0 */
            animation: write 4s infinite;
            animation-delay: 4s;
        }

        #arrow-right{
            -webkit-animation: move-right 3s infinite; /* Safari 4.0 - 8.0 */
            animation: move-right 3s infinite;
        }

        #arrow-left{
            -webkit-animation: move-left 3s infinite; /* Safari 4.0 - 8.0 */
            animation: move-left 3s infinite;
        }

        #services .text-1{
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 500;
            position: relative;
            margin-bottom: 10px;
            color: #fff;
        }

        #services .text-2{
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 30px;
            line-height: 52px;
            text-transform: capitalize;
        }

        #services .custom-card-header{
            padding-left: 4rem;
            padding-right: 4rem;
        }

        #services .col-lg-6, #services .col-md-6{
            padding-left: 2rem;
            padding-right: 2rem;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        #services .card{
            border-radius: 0px;
            transition-property: margin-top, margin-bottom;
            transition-duration: 0.4s, 0.4s;
        }
        #services .card:hover{
            /*-webkit-box-shadow: 31px 60px 117px -52px rgba(0,0,0,0.75);
            -moz-box-shadow: 31px 60px 117px -52px rgba(0,0,0,0.75);
            box-shadow: 31px 60px 117px -52px rgba(0,0,0,0.75);*/
            -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
            box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
            margin-top: -10px;
            margin-bottom: 10px;
        }

        /* services */

        /* skills */

        #skills .text-1{
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 500;
            position: relative;
            margin-bottom: 10px;
            color: #797979;
        }

        #skills .text-2{
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 30px;
            line-height: 52px;
            text-transform: capitalize;
        }
        
        #skills .rocket{

            -webkit-animation: rocket-up-down 4s infinite; /* Safari 4.0 - 8.0 */
            animation: rocket-up-down 4s infinite;

        }

        #skills .rocket2{
            -webkit-animation: rocket-up-down2 4s infinite; /* Safari 4.0 - 8.0 */
            animation: rocket-up-down2 4s infinite;
        }

        #skills .shadow-generator:after{
            content: '';
            display: block;
            position: absolute;
            left: 30%;
            bottom: 0px;
            width: 100%;
            max-width: 210px;
            height: 10px;
            background: transparent;
            border-radius: 100px/50px;
            box-shadow: 0 50px 40px rgba(0,0,0,0.75);
             -webkit-animation: rocket-shadow 4s infinite; /* Safari 4.0 - 8.0 */
            animation: rocket-shadow 4s infinite;
        }

        #skills .card{
            border: none;
            border-radius: 0px;
            /*-webkit-box-shadow: 24px 16px 56px -27px rgba(0,0,0,0.75);
            -moz-box-shadow: 24px 16px 56px -27px rgba(0,0,0,0.75);
            box-shadow: 24px 16px 56px -27px rgba(0,0,0,0.75);*/
            -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
            box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        }

        /* skills */

        /* portfolio */

        #portfolio{
            background: #2193b0;
            background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
            background: linear-gradient(to right, #6dd5ed, #2193b0);
        }

        #portfolio .card{
            overflow: hidden;
            border: none;
            border-radius: 0px;
            /*-webkit-box-shadow: 0px 4px 36px -8px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 4px 36px -8px rgba(0,0,0,0.75);
            box-shadow: 0px 4px 36px -8px rgba(0,0,0,0.75);*/
            -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
            box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
        }

        #portfolio .btn-primary{
            margin-top: 20px;
            border-radius: 45px;
            color: #fff;
            /*background: #32322C;*/
            background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
            background: linear-gradient(to right, #6dd5ed, #2193b0);
            border: none !important;
        }

        #portfolio .btn-block{
            margin-top: 20px;
            border-radius: 45px;
            color: #fff;
            background: #32322C;
            border: none !important;
            transition: all 0.4s;
        }

        #portfolio .btn-block:hover{
            color: #000;
            background: #fff;
        }

        #portfolio .back-image{
            background-size: cover; 
            height: 250px;
            transition: all 0.4s;
        }

        #portfolio .back-image:hover{
            transform: scale(1.1);
        }

        #portfolio .back-image:hover > .cover > .cover-text{
            opacity: 1;
        }

        #portfolio .cover{
            background-color: rgba(0, 0, 0, 0);
            height: 100%;
            width: 100%;
            transition: all 0.4s;
        }

        #portfolio .cover:hover{
             background-color: rgba(0, 0, 0, 0.7);
        }

        #portfolio .cover-text{
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            opacity: 0;
            transition: all 0.4s;
            color: #fff;
        }

        #porfolio .github-logo{
            transition: all .4s;
        }


        #portfolio .text-1{
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 500;
            position: relative;
            margin-bottom: 10px;
            color: #fff;
        }

        #portfolio .text-2{
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 30px;
            line-height: 52px;
            text-transform: capitalize;
        }


        /* portfolio */

        /* timeline */

        #timeline .text-2{
            margin-top: 20px;
            font-size: 60px;
            font-weight: 500;
            line-height: 60px;
            margin-bottom: 3rem;
        }

        #timeline-container >{
            transition: all .4s;
        }

        #timeline-container >:hover{
            margin-top: -20px;
        }   

        #timeline {
            padding-top: 3rem;
            padding-bottom: 3rem;
            box-sizing: border-box;
        }

        /* Set a background color */
        /*#timeline{
            background-color: #474e5d;
            font-family: Helvetica, sans-serif;
        }*/

        /* The actual timeline (the vertical ruler) */
        #timeline .timeline {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* The actual timeline (the vertical ruler) */
        #timeline .timeline::after {
            content: '';
            position: absolute;
            width: 6px;
            background-color: #d7e4ed;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -3px;
        }

        /* Container around content */
        #timeline .timeline-container {
            padding: 10px 40px;
            position: relative;
            background-color: inherit;
            width: 50%;
        }

        /* The circles on the timeline */
        #timeline .timeline-container::after {
            content: '';
            position: absolute;
            width: 30px;
            height: 30px;
            right: -15px;
            background-color: #69d2ea;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }

        /* Place the container to the left */
        #timeline .left {
            left: 0;
        }

        /* Place the container to the right */
        #timeline .right {
            left: 50%;
        }

        /* Add arrows to the left container (pointing right) */
        #timeline .left::before {
            content: " ";
            height: 0;
            position: absolute;
            top: 22px;
            width: 0;
            z-index: 1;
            right: 30px;
            border: medium solid white;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent white;
        }

        /* Add arrows to the right container (pointing left) */
        #timeline .right::before {
            content: " ";
            height: 0;
            position: absolute;
            top: 22px;
            width: 0;
            z-index: 1;
            left: 30px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

        /* Fix the circle for containers on the right side */
        #timeline .right::after {
            left: -16px;
        }

        /* The actual content */
        #timeline .content {
            padding: 20px 30px;
            background-color: white;
            position: relative;
            border-radius: 6px;
            /*-webkit-box-shadow: 0px 4px 36px -8px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 4px 36px -8px rgba(0,0,0,0.75);
            box-shadow: 0px 4px 36px -8px rgba(0,0,0,0.75);*/
            -webkit-box-shadow: 2px 4px 42px -6px rgba(102,99,102,0.5);
            -moz-box-shadow: 2px 4px 42px -6px rgba(102,99,102,0.5);
            box-shadow: 2px 4px 42px -6px rgba(102,99,102,0.5);
        }

        /* Media queries - Responsive timeline on screens less than 600px wide */
        @media screen and (max-width: 600px) {
            /* Place the timelime to the left */
            #timeline .timeline::after {
                left: 31px;
            }

            /* Full-width containers */
            #timeline .timeline-container {
                width: 100%;
                padding-left: 70px;
                padding-right: 25px;
            }

            /* Make sure that all arrows are pointing leftwards */
            #timeline .timeline-container::before {
                left: 60px;
                border: medium solid white;
                border-width: 10px 10px 10px 0;
                border-color: transparent white transparent transparent;
            }

            /* Make sure all circles are at the same spot */
            #timeline .left::after, #timeline .right::after {
                left: 15px;
            }

            /* Make all right containers behave like the left ones */
            #timeline .right {
                left: 0%;
            }
        }

        /* timeline */

        /* footer */

        footer{
            background-color: #32322C;
            width: 100%;
        }

        footer form{
            padding: 3rem;
        }

        footer .content{
            width: 100%;
        }

        footer .btn-primary{
            border: none;
            background: #2193b0;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #6dd5ed, #2193b0);
        }

        footer .btn-primary:hover{
            background: #f12711;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }

        footer .form-control{
            border-radius: 0px;
            border-top: none;
            border-left: none;
            border-right: none;
            background-color: transparent;
            color: #fff;
        }

        footer .form-control:focus {
            color: #fff;
            background-color: transparent;
            border-top: none;
            border-left: none;
            border-right: none;
            outline: none;
            box-shadow: none;
        }

        footer .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff;
            opacity: 1; /* Firefox */
        }

        footer .info-div{
            height: 100%;
            padding: 3rem;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        footer .col-lg-6:last-child:before, footer .col-md-6:last-child:before{
            content: '';
            width: 0;
            height: 80%;
            position: absolute;
            border: 1px solid #fff;
            top: 3rem;
            left: -15px;
        }

        footer .icon{
            font-size: 25px;
            margin-bottom: 0rem !important;
            color: #fff;
        }  

        footer .nav{
            margin-top: 4rem;
        }

        footer .nav .icon{
            font-size: 45px;
        }

        footer p{
            margin-bottom: 10px;
        }

        footer .text{
            margin-bottom: 30px;
        }

        /* footer */

        .full-height{
            height: 100vh;
        }

        @keyframes up-down{
            0% {  transform: translate(0px, 0px);}
            50% {  transform: translate(0px, -8px);}
            100% {  transform: translate(0px, 0px);}
        }

        @keyframes down-up{
            0% {  transform: translate(0px, 0px);}
            50% {  transform: translate(0px, 15px);}
            100% {  transform: translate(0px, 0px);}
        }

        @keyframes write{
            0% { opacity: 0; }
            5% { opacity: 1; }
            80% { opacity: 0; }
            100% { opacity: 0; }
        }

        @keyframes move-right{
            0% { transform: translateX(0px); }
            50% { transform: translateX(40px); }
        }

        @keyframes move-left{
            0% { transform: translateX(0px); }
            50% { transform: translateX(-40px); }
        }

        @keyframes rocket-up-down{
            0% {  transform: translate(0px, 0px);}
            50% {  transform: translate(0px, -20px);}
            100% {  transform: translate(0px, 0px);}
        }

        @keyframes rocket-up-down2{
            0% {  transform: translate(13px, 0px);}
            50% {  transform: translate(13px, -20px);}
            100% {  transform: translate(13px, 0px);}
        }

        @keyframes rocket-shadow{
            0% { transform: scaleX(1) }
            50% { transform: scaleX(0.6) }
            100% { transform: scaleX(1) }
        }


/* spinner */

#loader{
    position: fixed;
    z-index: 9999;
    background: #2193b0;
    background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
    background: linear-gradient(to right, #6dd5ed, #2193b0);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* spinner */