﻿@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fontawesome/webfonts/fa-brands-400.eot);
    src: url(/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}skills

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fontawesome/webfonts/fa-regular-400.eot);
    src: url(/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fontawesome/webfonts/fa-solid-900.eot);
    src: url(/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}


body {
    background-color: #202020;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif !important;
}

#c {
    background: #202020;
    display: block;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -998;
}

/*--------------------Navigation Bar--------------------*/

#navbar {
    box-sizing:border-box;
    background: #151515;
    width: 60px;
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index:97;
}

#logo {
    padding-top:10px;
    width: 100%;
    height: 68px;
}

.sitenav {
    width: 100%;
    height: 200px;
}

.sitenav ul {
    list-style-type: none;
    font-size: 30px;
    padding-left: 0;
    text-align: center;
}

.sitenav ul li {
    color: white;
    margin: 20px 0;
}


.navlink {
    font-family: 'Font Awesome\ 5 Free';
    text-decoration: none;
    color: white;
}


.navlink:hover {
    color: #cc3333;
}

.social {
    text-align: center;
    width: 100%;
    height: 150px;
    font-size: 20px;
    line-height: 170%;
    padding-top: 5px;
}

.sociallink {
    text-decoration: none;
    color: #333333;
}

    .sociallink:hover {
        color: #cc3333;
    }

/*--------------------ScrollBar--------------------*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    animation: animate 5s linear infinite;
    overflow-x: hidden;
}

::-webkit-scrollbar-track {
    background-color: #151515;
    overflow-x: hidden;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#ED213A, #6f0000);
    animation: animate 5s linear infinite;
    border-radius: 40px;
    overflow-x: hidden;
}


        /*                                   */
        /*           Main content            */
        /*                                   */



/*--------------------Home Page--------------------*/


#homepage-container {
    position: absolute;
    margin-left: 60px;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 90%;
    color: white;
    min-width: 470px;
}

.test2 {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
}

#homepage h1 {
    font-size: 60px;
    font-family: 'Oswald', sans-serif !important;
}

    #homepage h1:hover{
        cursor:pointer;
    }

input[type=submit], input[type=reset] {
    width: 240px;
    color: #cc3333;
    height: 60px;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #cc3333;
    outline: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    -webkit-box-shadow: 10px 11px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 11px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 11px 5px 0px rgba(0,0,0,0.75);
}

label{
    font-size:1px;
}

subject::-webkit-input-placeholder {
    font-family: 'Oswald', sans-serif !important;
    opacity: 1;
}

    input[type=submit]:hover, input[type=reset]:hover {
        background-color: #cc3333;
        color:black;
    }

.caption {
    font-size: 40px;
    text-align:center;
}

h1 span{
    color:white;
    display:inline-block;
    margin:-5px;
    padding:0px;
}

/*--Progress Bar--*/
.meter {
    height: 10px;
    width: 100px;
    position: relative;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    float: left;
}

.bar {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.meter > span {
    display: block;
    will-change: transform;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #cc3333;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #cc3333), color-stop(1, red) );
    background-image: -moz-linear-gradient( center bottom, #cc3333 37%, #cc3333 69% );
    -webkit-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

    .meter > span:after, .animate > span > span {
        content: "";
        position: absolute;
        will-change: transform;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
        background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
        z-index: 1;
        -webkit-background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        -webkit-animation: move 2s linear infinite;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        overflow: hidden;
    }

.animate > span:after {
    display: none;
}

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

    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}


/*--------------------Contact Page--------------------*/

.contactpage-container {
    
    width: calc(100%-60px);
    height: 100vh;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    overflow:hidden;
}

.contactdiv {
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
}

    .contactdiv:first-child {
        margin-left:70px;
    }

    .contactdiv h1 {
        color: white;
        font-size: 40px;
        margin-bottom: 10px;
        text-align: center;
    }


input[type=text] {
    outline: none;
    width: 234px;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: #303030;
    color: white;
    border: none;
    font-family: 'Oswald', sans-serif !important;
    font-size:20px;
}

#subject {
    width: 480px;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #303030;
    color: white;
    outline: none;
    border: none;
}

#message {
    width: 480px;
    height: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #303030;
    color: white;
    outline: none;
    border: none;
    vertical-align: text-top;
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px;
    resize: none;
}


.typewriter h1 {
    overflow: hidden; 
    border-right: .10em solid white; 
    white-space: nowrap; 
    animation: typing 2s steps(40, end), blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0;
        text-align:center;
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: white;
    }
}

#map {
    height: 100%;
}

#map-wrap {
    width: 100%;
    height: 100%;
}

/*--------------------Skills Page--------------------*/
.skillspage-container {
    width: calc(100%-60px);
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-left: 60px;
    justify-content: space-evenly;
}

    .skillspage-container a {
        font-family: 'Oswald';
        color: #cc2222;
        font-weight: 700;
    }

.text-zone {
    padding-left:60px;
    max-height: 90%;
    box-sizing: border-box;
    min-width: 480px;
    max-width:650px;
}

    .text-zone h1 {
        font-size: 53px;
        font-family: 'Oswald', sans-serif !important;
        color: #cc3333;
        font-weight: normal;
        line-height: 50px;
        margin-top: 0;
        margin-bottom: 40px;
        position: relative;
        display: block;
    }

    .text-zone p {
        font-size: 20px;
        line-height: 150%;
        color: #ffffff;
        font-family: 'Oswald', sans-serif !important;
        font-weight: 300;
        position:relative;
        display:block;
    }

.skills-charts {
    box-sizing: border-box;
}


.sphere-animation {
    width: 580px;
    height: 580px;
}

.sphere path {
    fill: url(#sphereGradient);
    stroke-width: 1px;
    stroke: rgba(80,80,80,.35);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*--------------------About Page--------------------*/

#aboutpage-container {
    box-sizing: border-box !important;
    margin-left: auto !important;
    height: 100% !important;
    width: 90% !important;
    margin-left: 60px !important;
}

    #aboutpage-container h1 {
        font-size: 60px;
        text-align: center;
        color: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 4px;
    }

        #aboutpage-container h1:hover {
            color: #cc3333!important;
            cursor:pointer;
        }

    #aboutpage-container p {
        text-align:left;
    }


#button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cc3333;
    color: white;
    font-size: 35px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    text-decoration: none;
}

    #button:hover {
        cursor: pointer;
        background-color: #cc7777;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }



  /*                                   */
 /*           Scaling                 */
/*                                   */

@media(max-width:1000px) {
    * {
        box-sizing: border-box;
    }

    #navbar {
        width: 100%;
        min-width: 500px;
        height: 70px;
        position: fixed;
        top:0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #logo {
        padding-left: 10px;
        padding-top: 5px;
    }

    .sitenav {
        height: 100%;
    }

        .sitenav ul {
            list-style-type: none;
            font-size: 2.5em;
            justify-content: center;
            align-items: center;
            display: flex;
            margin: 0;
            padding: 0;
            height: 100%;
        }

            .sitenav ul li {
                margin: 0 10px;
            }

    .meter {
        box-sizing: unset;
    }

    .social {
        width: 200px;
        height: 100%;
        font-size: 1.5em;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .sociallink {
        margin-right: 10px;
    }

    #homepage-container {
        margin-top: unset;
        margin-left: unset;
        justify-content: center;
        display: flex;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 70%;
    }

    .skillspage-container {
        width: 100%;
        height:100%;
        align-items: center;
        margin: 60px 0;
        flex-direction:column;
    }

        .skillspage-container .text-zone {
            padding: 0;
            width: 500px;
            margin:40px auto;
        }

        .skillspage-container .skills-charts {
            padding: 0;
            margin-left: auto;
            margin-right: auto
        }

    .contactpage-container {
        margin-top: 80px;
        margin-left:unset;
        justify-content: space-evenly;
        align-items: center;
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        height:100%;
    }

        .contactpage-container .contactdiv{
            height:500px;
            width:500px;
        }

        .contactpage-container .content {
            display: flex;
            flex-direction: column;
            margin: 70px 0;
        }

    .contactdiv:first-child {
        margin-right: unset;
        margin-left: unset;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .contactdiv:last-child {
        margin-bottom: 50px;
    }

    .sphere path {
        stroke-width: .4px;
    }
}

svg {
    margin: 0 auto;
    display: block;
}


  /*                                      */
 /*           Page transitions           */
/*                                      */

/*--------------------Transition Animation--------------------*/

.transition-fade {
    transition: 0.3s;
    opacity:1;
}

html.is-animating .transition-fade {
    opacity: 1;
}

html.is-leaving .transition-fade {
    opacity: 0;
}


/*                                      */
/*           Animations                 */
/*                                      */

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
}

@media (prefers-reduced-motion:reduce),print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

        .animate__animated[class*=Out] {
            opacity: 0
        }
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
        transform: translate3d(-3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0) scaleX(1);
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0) scaleX(.995);
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
        transform: translate3d(-3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0) scaleX(1);
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0) scaleX(.995);
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}