body {
    background: #8ee1ff;
    overflow: hidden;
    color: #32332e;
    display: flex;
    flex-direction: column;
}

.chewy-regular {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}

.quicksand {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.loop-wrapper {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 600px;
    height: 300px;
    overflow: hidden;
    border-bottom: 3px solid #fff;
    color: #fff;
}
.mountain {
    position: absolute;
    right: -900px;
    bottom: -20px;
    width: 2px;
    height: 2px;
    box-shadow:
        0 0 0 80px #4db6ac,
        40px 90px 0 70px #4db6ac,
        100px 140px 0 50px #4db6ac,
        250px 250px 0 50px #4db6ac,
        290px 320px 0 90px #4db6ac,
        320px 400px 0 80px #4db6ac;
    transform: rotate(130deg);
    -webkit-animation: mtn 40s linear infinite;
    animation: mtn 40s linear infinite;
}
.tree,
.tree:nth-child(2),
.tree:nth-child(3) {
    position: absolute;
    display: flex;
    bottom: 0;
    background-size: contain;
    right: -100%;
}
.rock {
    margin-top: -17%;
    height: 2%;
    width: 2%;
    bottom: -2px;
    border-radius: 20px;
    position: absolute;
    background: #000;
}
.truck,
.wheels {
    transition: all ease;
    width: 140px;
    margin-right: -60px;
    bottom: 0px;
    right: 50%;
    position: absolute;
    height: 100px;
    background-size: contain;
}
.truck {
    background-image: url(./animation-assets/car.svg);
    background-repeat: no-repeat;
}
.truck:before {
    content: " ";
    position: absolute;
    width: 25px;
    box-shadow:
        -30px 28px 0 1.5px #666,
        -35px 18px 0 1.5px #666;

    top: 50%;
    left: 0;
}
.wheels {
    background-image: url(./animation-assets/tyre.svg);
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.tree {
    -webkit-animation: tree 4s 0s linear infinite;
    animation: tree 4s 0s linear infinite;
}
.tree:nth-child(3) {
    -webkit-animation: tree2 8s 1s linear infinite;
    animation: tree2 8s 1s linear infinite;
}
.tree:nth-child(even) {
    -webkit-animation: tree3 16s 2s linear infinite;
    animation: tree3 16s 2s linear infinite;
}
.rock {
    -webkit-animation: rock 4s 0s linear infinite;
    animation: rock 4s 0s linear infinite;
}
.truck {
    -webkit-animation: truck 4s 0.1s ease infinite;
    animation: truck 4s 0.1s ease infinite;
}
.wheels {
    -webkit-animation: truck 4s 0s ease infinite;
    animation: truck 4s 0s ease infinite;
}
.truck:before {
    -webkit-animation: wind 1.5s 0s ease infinite;
    animation: wind 1.5s 0s ease infinite;
}

@-webkit-keyframes tree {
    0% {
        /* transform: translate(1350px); */
        right: -10%;
    }
    50% {
    }
    100% {
        right: 200%;
    }
}

@keyframes tree {
    0% {
        /* transform: translate(1350px); */
        right: -40%;
    }
    50% {
    }
    100% {
        right: 200%;
    }
}
@-webkit-keyframes tree2 {
    0% {
        right: -60%;
    }
    50% {
        right: 180%;
    }
    100% {
        right: 180%;
    }
}
@keyframes tree2 {
    0% {
        right: -60%;
    }
    50% {
        right: 180%;
    }
    100% {
        right: 180%;
    }
}
@-webkit-keyframes tree3 {
    0% {
        right: -100%;
    }
    25% {
        right: 140%;
    }
    100% {
        right: 140%;
    }
}
@keyframes tree3 {
    0% {
        right: -100%;
    }
    25% {
        right: 140%;
    }
    100% {
        right: 140%;
    }
}

@-webkit-keyframes rock {
    0% {
        right: -20%;
    }
    100% {
        right: 300%;
    }
}

@keyframes rock {
    0% {
        right: -20%;
    }
    100% {
        right: 300%;
    }
}
@-webkit-keyframes truck {
    0% {
    }
    17% {
        transform: translateY(0px);
    }
    18% {
        transform: translateY(-6px);
    }
    20% {
        transform: translateY(0px);
    }
    21% {
        transform: translateY(-1px);
    }
    22% {
        transform: translateY(0px);
    }
    100% {
    }
}
@keyframes truck {
    0% {
    }
    19% {
        transform: translateY(0px);
    }
    20% {
        transform: translateY(-6px);
    }
    22% {
        transform: translateY(0px);
    }
    23% {
        transform: translateY(-1px);
    }
    24% {
        transform: translateY(0px);
    }
    100% {
    }
}
@-webkit-keyframes wind {
    0% {
    }
    50% {
        transform: translateY(3px);
    }
    100% {
    }
}
@keyframes wind {
    0% {
    }
    50% {
        transform: translateY(3px);
    }
    100% {
    }
}
@-webkit-keyframes mtn {
    0% {
        right: -600%;
    }
    100% {
        right: 600%;
    }
}
@keyframes mtn {
    100% {
        transform: translateX(-2000px) rotate(130deg);
    }
}

div.cs-container {
    margin: auto;
    text-align: center;
}

html,
body {
    height: 100%;
}
.wrapper-full {
    width: 100%;
    height: 100%;
    display: flex;
}
.wrapper-inner {
    max-width: 768px;
    margin: auto;
    text-align: center;
}

.description-text {
    font-size: 40px;
    color: #336171;
    opacity: 0.4;
    margin-bottom: 100px;
}
.footer {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.logo {
    width: 150px;
    opacity: 0.95;
}

.logo-sub-text {
    opacity: 0.8;
    margin-top: 3px;
    font-size: 15px;
    text-transform: capitalize;
    color: #364040;
}

.social-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.social-links a {
    margin-right: 25px;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
}


.social-links a:last-child {
    margin-right: 0;
}

.social-links img {
    width: 100% !important;
    height: 100% !important;
}

.social-links svg {
    fill: #3a9abc;
    transition: fill 0.3s;
    width: 100%;
    height: 100%;
    position: relative;
}


.social-links a:hover svg {
    fill: #005776;
}

@media screen and (max-width: 768px) {
    .loop-wrapper {
        width: 100%;
    }

    .wrapper-inner {
        width: 100%;
    }

    .truck,
    .rock,
    .wheels {
        animation-duration: 3s;
    }

    .logo {
        width: 120px;
    }

    .logo-sub-text {
        font-size: 12px;
    }
    .description-text {
        font-size: 35px;
    }


    .social-links a {
        display: block;
        width: 24px;
        height: 24px;
    }
}
