@font-face {
    font-family: intro-inline;
    src: url(../fonts/intro-inline-webfont.woff2) format("woff2"), url(../fonts/intro-inline-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: intro-black;
    src: url(../fonts/intro-black-webfont.woff2) format("woff2"), url(../fonts/intro-black-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: averta;
    src: url(../fonts/averta-regular-webfont.woff2) format("woff2"), url(../fonts/averta-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

*,
::after,
::before {
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #090909;
    margin: 0;
    padding: 0;
}

a:focus,
input:focus,
textarea {
    outline: 0 !important;
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #090909;
}

h1,
h2 {
    font-family: intro-inline;
}

h1 {
    font-size: 4em;
    line-height: 0.9em;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

h2 {
    font-size: 3em;
    line-height: 0.9em;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

h3 {
    font-family: intro-black;
    font-size: 2em;
    line-height: 1em;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #090909;
    -webkit-text-fill-color: #fff;
}

h3 a {
    -webkit-text-stroke-color: #090909;
    -webkit-text-fill-color: #fff;
}

h4 {
    font-family: averta;
    font-size: 1.25em;
    line-height: 1.25em;
}

h5 {
    font-family: intro-black;
    font-size: 1.25em;
    line-height: 1.5em;
    text-transform: uppercase;
}

h6 {
    font-family: averta;
    font-size: 1em;
    line-height: 1.5em;
}

p {
    font-family: averta;
    font-size: 1.25em;
    line-height: 1.75em;
}

body {
    font-family: averta;
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html {
    max-width: 100vw !important;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.card,
.contact__email,
.contact__subtitle,
.contact__title,
.footer-contact,
.hero-404,
.hero-image,
.hero-man,
.hero-placeholder,
.hero-subtitle,
.hero-title,
.logo,
.project-details,
.project-hero-mob__image,
.project-hero__image,
.studio-hero-mob__image,
.studio-hero__image,
.studio-text,
.text-404,
.title,
.toggle-menu,
footer {
    opacity: 0;
}

.logo {
    width: 100%;
    height: 2em;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2.5em 1.5em 2em;
}

.logo__mrk,
.logo__mrk img {
    width: 4.5em;
    height: 4.5em;
    display: block;
}

.logo__txt {
    display: none;
}

.logo__mob {
    width: 85%;
    height: 2em;
    display: block;
    text-align: center;
    padding-right: 15%;
}

.logo__mob img {
    width: 12em;
}

.logo__lottie {
    display: none;
}

.toggle-menu {
    width: 2em;
    height: 2em;
    display: inline-block;
    position: absolute;
    top: 1.5em;
    right: 1em;
    z-index: 100;
}

.toggle-menu i {
    display: block;
    height: 0.12em;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 30px;
    background: #090909;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.toggle-menu i:nth-child(1) {
    width: 24px;
    top: 12px;
}

.toggle-menu i:nth-child(2) {
    width: 16px;
    top: 18px;
}

.toggle-menu.active i:nth-child(1) {
    width: 20px;
    top: 16px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.toggle-menu.active i:nth-child(2) {
    width: 20px;
    top: 16px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.toggle-menu.active {
    position: fixed;
}

.nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100vw;
    background-color: #090909;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: -99;
    opacity: 0;
}

.nav__open {
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.nav__inner {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
}

.nav__card {
    background-color: #fff;
    animation: navCard 1.6s ease-in-out forwards;
    right: 0;
    opacity: 0;
    padding: 0 0 4em 2.5em;
}

.nav__pos {
    z-index: 99;
}

@-webkit-keyframes navCard {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes navCard {
    0% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }

    15% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }

    30% {
        opacity: 1;
        -moz-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes navCard {
    0% {
        opacity: 0;
        -o-transform: scale(0.8);
    }

    15% {
        opacity: 0;
        -o-transform: scale(0.8);
    }

    30% {
        opacity: 1;
        -o-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@-ms-keyframes navCard {
    0% {
        opacity: 0;
        -ms-transform: scale(0.8);
    }

    15% {
        opacity: 0;
        -ms-transform: scale(0.8);
    }

    30% {
        opacity: 1;
        -ms-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@keyframes navCard {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    15% {
        opacity: 0;
        transform: scale(0.8);
    }

    30% {
        opacity: 1;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

nav ul.main-menu {
    padding-bottom: 0.5em;
}

nav ul.main-menu li {
    padding-bottom: 0.5em;
}

nav ul.main-menu li.menu__logo {
    padding-bottom: 2em;
}

nav ul.main-menu li a {
    font-family: intro-black;
    font-size: 3em;
    text-transform: uppercase;
    color: #090909;
    letter-spacing: 0.03em;
}

nav ul.main-menu li a img {
    width: 0.8em;
    height: 0.8em;
}

nav ul.sub-menu {
    width: 12em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: -1em;
}

nav ul.sub-menu li a {
    width: 4em;
    height: 4em;
    display: block;
}

nav ul.sub-menu li a.dribbble {
    background: url(../fonts/icon__dribbble.svg) no-repeat 50% 50%;
    background-size: 1.75em;
}

nav ul.sub-menu li a.instagram {
    background: url(../fonts/icon__instagram.svg) no-repeat 50% 50%;
    background-size: 1.75em;
}

nav ul.sub-menu li a.facebook {
    background: url(../fonts/icon__facebook.svg) no-repeat 50% 50%;
    background-size: 1.75em;
}

.nav h4,
.nav h6 {
    color: #090909;
}

.nav h4 {
    font-size: 1em;
    padding: 1em 0 0.25em 0;
}

.nav h6 {
    font-size: 0.8em;
    opacity: 1;
}

.sticky_logo {
    position: fixed;
    background-color: #fff;
    border-bottom: 0.1em solid #090909;
    z-index: 99;
    animation: stickyNav 0.4s ease-out forwards;
    padding-top: 2em;
}

.sticky_logo .logo {
    position: static;
}

.sticky_btn {
    position: fixed;
    animation: stickyNav 0.4s ease-out forwards;
    top: 1em;
}

@-webkit-keyframes stickyNav {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -32px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes stickyNav {
    0% {
        opacity: 0;
        -moz-transform: translate(0, -32px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }
}

@-o-keyframes stickyNav {
    0% {
        opacity: 0;
        -o-transform: translate(0, -32px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0, 0);
    }
}

@-ms-keyframes stickyNav {
    0% {
        opacity: 0;
        -ms-transform: translate(0, -32px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0, 0);
    }
}

@keyframes stickyNav {
    0% {
        opacity: 0;
        transform: translate(0, -32px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    display: block;
    text-align: center;
    padding: 7.5em 0 2.5em;
}

.clouds {
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cloud1,
.cloud2,
.cloud3,
.cloud4 {
    position: absolute;
}

.cloud1 {
    width: 120px;
    height: 80px;
    top: 300px;
}

.cloud2 {
    width: 60px;
    height: 40px;
    top: 280px;
}

.cloud3 {
    width: 80px;
    height: 60px;
    top: 400px;
}

.cloud4 {
    width: 60px;
    height: 40px;
    top: 60px;
}

.cloud-ani1 {
    -webkit-animation: cloudani1 60s infinite linear;
    -moz-animation: cloudani1 60s infinite linear;
    -o-animation: cloudani1 60s infinite linear;
    animation: cloudani1 60s infinite linear;
}

@-webkit-keyframes cloudani1 {
    0% {
        -webkit-transform: translateX(100vw);
    }

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

@-moz-keyframes cloudani1 {
    0% {
        -moz-transform: translateX(100vw);
    }

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

@-o-keyframes cloudani1 {
    0% {
        -o-transform: translateX(100vw);
    }

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

@-ms-keyframes cloudani1 {
    0% {
        -o-transform: translateX(100vw);
    }

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

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

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

.cloud-ani2 {
    -webkit-animation: cloudani2 30s infinite linear;
    -moz-animation: cloudani2 30s infinite linear;
    -o-animation: cloudani2 30s infinite linear;
    animation: cloudani2 30s infinite linear;
}

@-webkit-keyframes cloudani2 {
    0% {
        -webkit-transform: translateX(100vw);
    }

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

@-moz-keyframes cloudani2 {
    0% {
        -moz-transform: translateX(100vw);
    }

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

@-o-keyframes cloudani2 {
    0% {
        -o-transform: translateX(100vw);
    }

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

@-ms-keyframes cloudani2 {
    0% {
        -o-transform: translateX(100vw);
    }

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

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

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

.cloud-ani3 {
    -webkit-animation: cloudani1 40s infinite linear;
    -moz-animation: cloudani1 40s infinite linear;
    -o-animation: cloudani1 40s infinite linear;
    animation: cloudani1 40s infinite linear;
}

@-webkit-keyframes cloudani3 {
    0% {
        -webkit-transform: translateX(100vw);
    }

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

@-moz-keyframes cloudani3 {
    0% {
        -moz-transform: translateX(100vw);
    }

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

@-o-keyframes cloudani3 {
    0% {
        -o-transform: translateX(100vw);
    }

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

@-ms-keyframes cloudani3 {
    0% {
        -o-transform: translateX(100vw);
    }

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

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

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

.cloud-ani4 {
    -webkit-animation: cloudani4 50s infinite linear;
    -moz-animation: cloudani4 50s infinite linear;
    -o-animation: cloudani4 50s infinite linear;
    animation: cloudani4 50s infinite linear;
}

@-webkit-keyframes cloudani4 {
    0% {
        -webkit-transform: translateX(100vw);
    }

    100% {
        -webkit-transform: translateX(-120vw);
    }
}

@-moz-keyframes cloudani4 {
    0% {
        -moz-transform: translateX(100vw);
    }

    100% {
        -moz-transform: translateX(-120vw);
    }
}

@-o-keyframes cloudani4 {
    0% {
        -o-transform: translateX(100vw);
    }

    100% {
        -o-transform: translateX(-120vw);
    }
}

@-ms-keyframes cloudani4 {
    0% {
        -o-transform: translateX(100vw);
    }

    100% {
        -o-transform: translateX(-120vw);
    }
}

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

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

.hero-image {
    width: 60%;
    margin: -150px auto;
    display: none;
}

.hero-man {
    width: 150%;
    display: block;
    margin-left: -50vw;
}

.hero-404,
.hero-404 img {
    width: 80vw;
}

.hero-404 {
    margin: 2.5em auto 0;
}

.text-404 {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 2.5em 0;
}

.text-404 h4 {
    padding-bottom: 1em;
}

.hero-subtitle {
    width: 12em;
    margin: 0 auto;
}

.btn {
    display: block;
    margin: 1em auto;
    font-family: intro-black;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    line-height: 2.5em;
    text-align: center;
    padding: 0.6em 1em 0.5em;
}

.btn-primary {
    width: 12.5em;
    background: #090909;
    color: #fff;
    text-transform: uppercase;
}

a.btn-secondary {
    width: 12.5em;
    background: #fff;
    border: 0.15em solid #090909;
    color: #090909;
    margin: 4em 0;
}

.title {
    text-align: center;
    padding: 0 3em;
}

.title h2 {
    padding-bottom: 0.25em;
}

.project-container {
    width: 100%;
    overflow: hidden;
    margin: 1em 0;
    padding-top: 1em;
}

.card {
    width: 320px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    margin: 4em auto;
}

.card img {
    width: 320px;
    height: 160px;
    cursor: pointer;
}

.card__text {
    border-bottom: 0.1em solid #090909;
    padding: 1em 0;
}

.show-card {
    animation: cardShow 0.6s ease-in-out forwards;
}

@-webkit-keyframes cardShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cardShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes cardShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 1;
    }
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10em;
    padding-top: 5em;
}

.about h2 {
    margin-top: 1em;
}

.about p {
    width: 80vw;
    padding-top: 1em;
}

.page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5em;
}

.page-container h2 {
    width: 80%;
    padding-bottom: 24px;
}

.page-container h4 {
    width: 85%;
    line-height: 1.5em;
    text-align: justify;
    padding-left: 15%;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5em;
}

.contact h2 {
    width: 10em;
    padding-bottom: 24px;
}

.contact h4 {
    width: 15em;
    line-height: 1.5em;
}

.contact__email {
    width: 400px;
    display: block;
}

.text__animation {
    -webkit-animation: emailtextani 6s infinite ease-in-out;
    -moz-animation: emailtextani 6s infinite ease-in-out;
    -o-animation: emailtextani 6s infinite ease-in-out;
    animation: emailtextani 6s infinite ease-in-out;
}

@-webkit-keyframes emailtextani {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-40px);
    }
}

@-moz-keyframes emailtextani {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(-40px);
    }
}

@-o-keyframes emailtextani {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(-40px);
    }
}

@-ms-keyframes emailtextani {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(-40px);
    }
}

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

    55% {
        transform: translateY(0);
    }

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

    75% {
        transform: translateY(-60px);
    }

    80% {
        transform: translateY(-80px);
    }

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

.studio-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10em 2em 5em;
}

.studio h1 {
    font-size: 3em;
}

.studio p {
    font-size: 1.25em;
    padding: 2.5em 0 5em;
}

.studio-logo {
    width: 15em;
    height: 15em;
}

.project-hero,
.studio-hero {
    width: 100%;
}

.project-hero__image,
.studio-hero__image {
    display: none;
}

.project-hero-mob__image,
.project-hero-mob__image img,
.project-hero__image,
.project-hero__image img,
.studio-hero-mob__image,
.studio-hero-mob__image img,
.studio-hero__image,
.studio-hero__image img {
    width: 100%;
}

.hero-margin {
    animation: heroMargin 0.36s ease-out forwards;
}

@-webkit-keyframes heroMargin {
    0% {
        transform: translate(0, 0);
    }

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

@-moz-keyframes heroMargin {
    0% {
        transform: translate(0, 0);
    }

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

@-o-keyframes heroMargin {
    0% {
        transform: translate(0, 0);
    }

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

@-ms-keyframes heroMargin {
    0% {
        transform: translate(0, 0);
    }

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

@keyframes heroMargin {
    0% {
        transform: translate(0, 0);
    }

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

.project-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 7.5em;
    padding: 0 2.5em;
}

.project-logo img {
    width: 6em;
    height: 6em;
}

.project-logo h4 {
    -webkit-text-stroke-width: 0.025em;
    -webkit-text-stroke-color: #090909;
    font-size: 1.75em;
    line-height: 1.25em;
    padding: 1em 0;
    letter-spacing: -0.025em;
}

.project-image,
.project-web {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project-image img {
    width: 110vw;
}

.project-web img {
    width: 100%;
}

.app-image {
    margin: 7.5em 0 0 0;
}

.project-text {
    padding: 10em 2.5em;
}

.project-text h5 {
    font-size: 1em;
    padding-bottom: 1.5em;
}

.project-gallery {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    overflow-x: scroll;
    background-color: #f4f6f8;
    padding: 5em 0;
}

.project-gallery img {
    width: 20em;
    height: 35.8em;
}

.project-icons {
    display: none;
    width: 100%;
    margin-bottom: 7.5em;
}

.project-icons-mob {
    width: 80%;
    margin: -5em auto 5em;
}

.lottie__city__mob {
    width: 100%;
    display: block;
}

.lottie__city {
    display: none;
}

footer {
    text-align: center;
    padding: 2em 0;
}

footer .footer-text {
    margin: 0 auto;
    padding: 5em 0;
    text-align: center;
}

footer h2 {
    padding-bottom: 0;
}

footer h4 {
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 0.5em 0 0.75em 0;
}

footer h4 a,
footer h4 span {
    display: none;
}

footer h6 {
    font-size: 0.8em;
    opacity: 1;
}

footer .btn-primary {
    margin-bottom: 6em;
}

.footer-home .btn-primary {
    margin-bottom: 0;
}

.footer-text img {
    width: 3.0em;
    height: 3.0em;
    margin-bottom: 1.25em;
}

.bicycle,
.bicycle img {
    width: 21.25em;
    height: 13.75em;
}

.loader,
.loader img {
    width: 15em;
    height: 15em;
}

.footer-home {
    padding: 0;
}

.footer-contact {
    padding: 2.5em 0;
}

.footer-contact h4 {
    padding-bottom: 2.5em;
}

.footer-contact .footer-text {
    padding: 2em 0;
}

.footer-bottom {
    text-align: center;
    border-top: 0.1em solid #090909;
    margin-top: -1px;
    padding: 1.5em 0;
}

.footer-bottom img {
    width: 3.0em;
    height: 3.0em;
}

.footer-bottom h4 {
    display: none;
}

.footer-logo {
    width: 1.5em;
    height: 1.5em;
    display: block;
    margin: 0 auto 0.5em;
}

.up__logo {
    animation: upLogo 1s ease-in-out forwards;
    animation-delay: 2s;
    opacity: 1;
}

@-moz-keyframes upLogo {
    0% {
        -moz-transform: rotate(0);
    }

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

@-webkit-keyframes upLogo {
    0% {
        -webkit-transform: rotate(0);
    }

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

@-o-keyframes upLogo {
    0% {
        -o-transform: rotate(0);
    }

    100% {
        -o-transform: rotate(180deg);
    }
}

@-ms-keyframes upLogo {
    0% {
        -ms-transform: rotate(0);
    }

    100% {
        -ms-transform: rotate(180deg);
    }
}

@keyframes upLogo {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}

.next-project {
    width: 100vw;
    height: 10em;
    display: block;
    margin: 0 auto;
    position: relative;
}

.next-project h5,
.next-project h6 {
    font-size: 1em;
    position: absolute;
    top: -2.5em;
}

.next-project h5 {
    right: 1.5em;
    text-align: right;
}

.next-project h6 {
    left: 1.5em;
    opacity: 1;
}

.next-project.next-aeiou {
    background: url(../fonts/hero-aeiou.svg) no-repeat 50% 50%;
    background-size: 100%;
}

.next-project.next-imultifamily {
    background: url(../fonts/hero-multifamily.svg) no-repeat 50% 75%;
    background-size: 100%;
}

.next-project.next-carlist {
    background: url(https://brandingidiots.com/images/hero-carlist.jpg) no-repeat 50% 50%;
    background-size: 100%;
}

.next-project.next-mymahi {
    background: url(https://brandingidiots.com/images/hero-mymahi.jpg) no-repeat 50% 25%;
    background-size: 100%;
}

.next-project.next-icarleads {
    background: url(https://brandingidiots.com/images/hero-icarleads.jpg) no-repeat 50% 25%;
    background-size: 100%;
}

.next-project.next-icarasia {
    background: url(../images/hero-icarasia.jpg) no-repeat 50% 25%;
    background-size: 100%;
}

.bicycle-animation {
    -webkit-animation: bicycleani 10s infinite linear;
    -moz-animation: bicycleani 10s infinite linear;
    -o-animation: bicycleani 10s infinite linear;
    animation: bicycleani 10s infinite linear;
}

@-webkit-keyframes bicycleani {
    0% {
        -webkit-transform: translate(-120vw, 0);
    }

    100% {
        -webkit-transform: translate(120vw, 0);
    }
}

@-moz-keyframes bicycleani {
    0% {
        -moz-transform: translate(-120vw, 0);
    }

    100% {
        -moz-transform: translate(120vw, 0);
    }
}

@-o-keyframes bicycleani {
    0% {
        -o-transform: translate(-120vw, 0);
    }

    100% {
        -o-transform: translate(120vw, 0);
    }
}

@-ms-keyframes bicycleani {
    0% {
        -o-transform: translate(-120vw, 0);
    }

    100% {
        -o-transform: translate(120vw, 0);
    }
}

@keyframes bicycleani {
    0% {
        transform: translate(-120vw, 0);
    }

    100% {
        transform: translate(120vw, 0);
    }
}

.fade-in {
    animation: fadeIn 1s ease-out forwards;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 24px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        -moz-transform: translate(0, 24px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        -o-transform: translate(0, 24px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0, 0);
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-transform: translate(0, 24px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0, 0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, 24px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.floating {
    animation: floating 3s ease-in-out infinite;
    opacity: 1;
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translate(0, 0);
    }

    60% {
        -webkit-transform: translate(0, -12px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes floating {
    0% {
        -moz-transform: translate(0, 0);
    }

    60% {
        -moz-transform: translate(0, -12px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

@-o-keyframes floating {
    0% {
        -o-transform: translate(0, 0);
    }

    60% {
        -o-transform: translate(0, -12px);
    }

    100% {
        -o-transform: translate(0, 0);
    }
}

@-ms-keyframes floating {
    0% {
        -ms-transform: translate(0, 0);
    }

    60% {
        -ms-transform: translate(0, -12px);
    }

    100% {
        -ms-transform: translate(0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0);
    }

    60% {
        transform: translate(0, -12px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.title_move {
    -webkit-animation: titleMove 2.4s ease-in-out infinite;
    -moz-animation: titleMove 2.4s ease-in-out infinite;
    -o-animation: titleMove 2.4s ease-in-out infinite;
    animation: titleMove 2.4s ease-in-out infinite;
}

@-webkit-keyframes titleMove {

    0%,
    100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-8px);
    }
}

@-moz-keyframes titleMove {

    0%,
    100% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-8px);
    }
}

@-o-keyframes titleMove {

    0%,
    100% {
        -o-transform: translateY(0);
    }

    50% {
        -o-transform: translateY(-8px);
    }
}

@-ms-keyframes titleMove {

    0%,
    100% {
        -o-transform: translateY(0);
    }

    50% {
        -o-transform: translateY(-8px);
    }
}

@keyframes titleMove {

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

    50% {
        transform: translateY(-8px);
    }
}

.subtitle_move {
    -webkit-animation: subtitleMove 2.4s ease-in-out infinite;
    -moz-animation: subtitleMove 2.4s ease-in-out infinite;
    -o-animation: subtitleMove 2.4s ease-in-out infinite;
    animation: subtitleMove 2.4s ease-in-out infinite;
}

@-webkit-keyframes subtitleMove {

    0%,
    100% {
        -webkit-transform: translate(0, -2px);
    }

    50% {
        -webkit-transform: translate(0, 2px);
    }
}

@-moz-keyframes subtitleMove {

    0%,
    100% {
        -moz-transform: translate(0, -2px);
    }

    50% {
        -moz-transform: translate(0, 2px);
    }
}

@-o-keyframes subtitleMove {

    0%,
    100% {
        -o-transform: translate(0, -2px);
    }

    50% {
        -o-transform: translate(0, 2px);
    }
}

@-ms-keyframes subtitleMove {

    0%,
    100% {
        -o-transform: translate(0, -2px);
    }

    50% {
        -o-transform: translate(0, 2px);
    }
}

@keyframes subtitleMove {

    0%,
    100% {
        transform: translate(0, -2px);
    }

    50% {
        transform: translate(0, 2px);
    }
}

@media (min-width: 48em) {
    h1 {
        font-size: 7.5em;
    }

    h2 {
        font-size: 4.5em;
    }

    h3 {
        font-size: 3em;
    }

    h4 {
        font-size: 1.25em;
    }

    h6 {
        font-size: 1em;
    }

    p {
        font-size: 1.5em;
    }

    .logo {
        width: 28px;
        height: 208px;
        display: block;
        position: fixed;
        z-index: 99;
        background-color: transparent;
        top: 1.5em;
        left: 1.5em;
        animation: none;
        border: none;
        padding: 0;
    }

    .logo__mrk {
        margin-bottom: 0.5em;
    }

    .logo__txt,
    .logo__txt img {
        width: 74px;
        height: 175px;
        display: block;
    }

    .logo__mob {
        display: none;
    }

    .toggle-menu {
        display: none;
    }

    .nav {
        width: 4.5em;
        height: auto;
        top: 1.5em;
        right: 1.5em;
        left: auto;
        position: fixed;
        text-align: right;
        z-index: 99;
        background: 0 0;
        padding: 0;
        opacity: 1;
    }

    .nav__card {
        background-color: transparent;
        animation: none;
        padding: 0;
    }

    .nav__inner {
        width: auto;
        height: auto;
        display: block;
        right: 0;
    }

    nav ul.main-menu {
        text-align: right;
        margin: 0 0 1em;
        padding: 0;
    }

    nav ul.main-menu li {
        padding-bottom: 0.25em;
    }

    nav ul.main-menu li a {
        font-size: 0.8em;
        color: #090909;
        letter-spacing: 0.1em;
        text-align: right;
    }

    nav ul.main-menu li.menu__logo {
        display: none;
    }

    nav ul.sub-menu {
        width: auto;
        display: block;
        position: absolute;
        right: -0.3em;
    }

    nav ul.sub-menu li a {
        width: 2em;
        height: 2em;
        display: block;
        transform: rotate(0);
        -webkit-transition: -webkit-transform 0.2s;
        -moz-transition: -moz-transform 0.2s;
        -ms-transition: -moz-transform 0.2s;
        -o-transition: -moz-transform 0.2s;
        transition: transform 0.2s;
        margin-bottom: 0.5em;
    }

    nav ul.sub-menu li a.dribbble,
    nav ul.sub-menu li a.facebook,
    nav ul.sub-menu li a.instagram {
        background-size: 1.25em;
    }

    nav ul.sub-menu li a:hover {
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        -o-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .nav h4,
    .nav h6 {
        display: none;
    }

    .nav-bg {
        display: none;
    }

    a.btn-secondary {
        margin-bottom: 0;
    }

    .hero {
        height: 70vh;
        padding: 12em 0 6em 0;
    }

    .hero-image {
        display: block;
        max-width: 40em;
    }

    .hero-man {
        display: none;
    }

    .hero-404,
    .hero-404 img {
        width: 60vw;
    }

    .text-404 {
        position: static;
        padding: 0;
    }

    .text-404 h4 {
        font-size: 1.5em;
        padding-bottom: 1em;
    }

    .hero-subtitle {
        width: auto;
        padding: 0;
    }

    .cloud1 {
        width: 150px;
        height: 100px;
        top: 440px;
    }

    .cloud2 {
        width: 60px;
        height: 40px;
        top: 440px;
    }

    .cloud3 {
        width: 120px;
        height: 90px;
        top: 520px;
    }

    .cloud4 {
        width: 60px;
        height: 40px;
        top: 80px;
    }

    .nav__open {
        transition: none;
    }

    .fade-nav {
        animation: none;
    }

    .title {
        padding: 0 0 3em 0;
    }

    .project-container {
        position: relative;
        margin: 1em 0 1em;
        padding-top: 1em;
    }

    .project-cards {
        width: 600px;
        margin: 0 auto;
    }

    .card {
        width: 600px;
        margin: 4.5em 0;
    }

    .card img {
        width: 600px;
        height: 300px;
    }

    .about {
        margin-bottom: 1em;
        padding-top: 7em;
    }

    .about p {
        width: 26em;
        padding-top: 1em;
    }

    .project-hero,
    .studio-hero {
        width: 72vw;
        position: relative;
        top: 0;
        left: 14vw;
    }

    .project-hero-mob__image,
    .studio-hero-mob__image {
        width: 100%;
    }

    .project-hero-mob__image img,
    .studio-hero-mob__image img {
        width: 100%;
    }

    .studio h1 {
        font-size: 4.5em;
    }

    .project-hero {
        height: 75vh;
    }

    .project-hero-mob__image {
        width: auto;
        height: 75vh;
        overflow: hidden;
        display: flex;
        align-items: baseline;
    }

    .hero__mf {
        background-color: #00afff;
    }

    #lottierocket {
        width: 100%;
    }

    .project-hero-mob__image img {
        height: 80vh;
        object-fit: cover;
    }

    .hero-margin {
        animation: none;
    }

    .hero-border {
        display: block;
        width: 72vw;
        height: 75vh;
        position: absolute;
        top: 0;
        left: 0;
    }

    .l1,
    .l2,
    .l3 {
        position: absolute;
        background: 0 0;
        width: 0;
        height: 0;
    }

    .l1 {
        left: 0;
        top: 0;
        height: 75vh;
        width: 1.6px;
        animation: l1 0.4s ease-in-out forwards;
        animation-delay: 0.4s;
    }

    .l2 {
        bottom: 0;
        left: 0;
        width: 72vw;
        height: 1.6px;
        animation: l2 0.4s ease-in-out forwards;
        animation-delay: 0.8s;
    }

    .l3 {
        right: 0;
        bottom: 0;
        height: 75vh;
        width: 1.6px;
        animation: l3 0.4s ease-in-out forwards;
        animation-delay: 1.2s;
    }

    @-webkit-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 75vh;
            background: #090909;
        }
    }

    @-moz-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 75vh;
            background: #090909;
        }
    }

    @-o-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 75vh;
            background: #090909;
        }
    }

    @keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 75vh;
            background: #090909;
        }
    }

    @-webkit-keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 72vw;
            background: #090909;
        }
    }

    @-moz-keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 72vw;
            background: #090909;
        }
    }

    @-o-keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 72vw;
            background: #090909;
        }
    }

    @keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 72vw;
            background: #090909;
        }
    }

    @-webkit-keyframes l3 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 75vh;
            background: #090909;
        }
    }

    @-moz-keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 75vh;
            background: #000;
        }
    }

    @-o-keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 75vh;
            background: #000;
        }
    }

    @keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 75vh;
            background: #000;
        }
    }

    .project-logo {
        width: 35em;
        margin: 0 auto;
        padding: 0;
        padding-top: 6em;
    }

    .project-logo img {
        width: 7.5em;
        height: 7.5em;
    }

    .project-logo h4 {
        font-size: 2.5em;
    }

    .app-image {
        margin: 10em 0 0 0;
    }

    .project-image img {
        width: 80vw;
    }

    .lottie__city__mob {
        margin-top: 7.5em;
        background-color: #eceff0;
        padding: 3.5em;
    }

    #lottiecitymob {
        background-color: #fff;
    }

    .project-text {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        padding: 15em 0;
    }

    .project-text__body {
        max-width: 60%;
    }

    .project-text h5 {
        font-size: 1.25em;
        padding-bottom: 1.5em;
    }

    .project-text p {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    .project-gallery {
        width: auto;
    }

    .project-icons-mob {
        width: 60%;
        margin: -5em auto 5em;
    }

    .studio-text {
        padding-bottom: 0;
    }

    .studio p {
        width: 26em;
        font-size: 1.5em;
        padding: 2.5em 0;
    }

    .studio-logo {
        width: 17.5em;
        height: 17.5em;
    }

    .contact {
        padding-top: 7.5em;
    }

    .contact__email {
        width: 600px;
    }

    .contact h4 {
        width: 30em;
        font-size: 1.5em;
    }

    .footer-contact {
        padding: 5em 0;
    }

    .footer-contact .footer-text {
        padding: 0;
    }

    .next-project {
        width: 72vw;
        height: 20em;
    }

    .next-project h5,
    .next-project h6 {
        font-size: 1.25em;
        top: -2.5em;
    }

    .next-project h5 {
        right: 0;
    }

    .next-project h6 {
        left: 0;
    }

    footer {
        padding: 12.5em 0 5em;
    }

    footer .footer-text {
        padding-top: 5em;
    }

    footer h2 {
        padding: 0 1.5em;
    }

    footer h4 {
        font-size: 1.5em;
        padding: 1em 0;
    }

    footer h6 {
        margin-top: 40px;
        font-size: 0.9em;
    }

    .footer-bottom h4 {
        display: block;
    }

    .footer-bottom img {
        position: static;
    }

    .bicycle,
    .bicycle img {
        width: 52.063em;
        height: 30.75em;
    }

    .loader,
    .loader img {
        width: 20em;
        height: 20em;
    }

    .footer-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 2.25em 3em 2em;
    }

    .footer-home .footer-bottom h4 {
        width: 320px;
        text-align: left;
        font-size: 0.9em;
        padding: 0;
    }

    .footer-bottom h6 {
        width: 320px;
        text-align: right;
    }

    .btn-primary {
        width: 25em;
    }

    .footer-home .btn-primary {
        margin-bottom: 0;
    }

    .floating {
        animation: floating 4s ease-in-out infinite;
        opacity: 1;
    }

    @keyframes floating {
        0% {
            transform: translate(0, 0) rotate(0);
        }

        40% {
            transform: translate(0, 16px) rotate(0.3deg);
        }

        80% {
            transform: translate(0, -8px) rotate(-0.2deg);
        }

        100% {
            transform: translate(0, 0) rotate(0);
        }
    }

    @-moz-keyframes floating {
        0% {
            -moz-transform: translate(0, 0) rotate(0);
        }

        40% {
            -moz-transform: translate(0, 16px) rotate(0.3deg);
        }

        80% {
            -moz-transform: translate(0, -8px) rotate(-0.2deg);
        }

        100% {
            -moz-transform: translate(0, 0) rotate(0);
        }
    }

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

        40% {
            -webkit-transform: translate(0, 16px) rotate(0.3deg);
        }

        80% {
            -webkit-transform: translate(0, -8px) rotate(-0.2deg);
        }

        100% {
            -webkit-transform: translate(0, 0) rotate(0);
        }
    }

    @-o-keyframes floating {
        0% {
            -o-transform: translate(0, 0) rotate(0);
        }

        40% {
            -o-transform: translate(0, 16px) rotate(0.3deg);
        }

        80% {
            -o-transform: translate(0, -8px) rotate(-0.2deg);
        }

        100% {
            -o-transform: translate(0, 0) rotate(0);
        }
    }

    @-ms-keyframes floating {
        0% {
            -ms-transform: translate(0, 0) rotate(0);
        }

        40% {
            -ms-transform: translate(0, 16px) rotate(0.3deg);
        }

        80% {
            -ms-transform: translate(0, -8px) rotate(-0.2deg);
        }

        100% {
            -ms-transform: translate(0, 0) rotate(0);
        }
    }

    .bicycle-animation {
        -webkit-animation: bicycleani 10s infinite linear;
        -moz-animation: bicycleani 10s infinite linear;
        -o-animation: bicycleani 10s infinite linear;
        animation: bicycleani 10s infinite linear;
    }

    @-webkit-keyframes bicycleani {
        0% {
            -webkit-transform: translate(-40vw, 0);
        }

        100% {
            -webkit-transform: translate(120vw, 0);
        }
    }

    @-moz-keyframes bicycleani {
        0% {
            -moz-transform: translate(-40vw, 0);
        }

        100% {
            -moz-transform: translate(120vw, 0);
        }
    }

    @-o-keyframes bicycleani {
        0% {
            -o-transform: translate(-40vw, 0);
        }

        100% {
            -o-transform: translate(120vw, 0);
        }
    }

    @-ms-keyframes bicycleani {
        0% {
            -o-transform: translate(-40vw, 0);
        }

        100% {
            -o-transform: translate(120vw, 0);
        }
    }

    @keyframes bicycleani {
        0% {
            transform: translate(-40vw, 0);
        }

        100% {
            transform: translate(120vw, 0);
        }
    }
}

@media (min-width: 60em) {
    h1 {
        font-size: 6em;
    }

    h2 {
        font-size: 4.5em;
    }

    h4 {
        font-size: 1.5em;
    }

    p {
        font-size: 1.75em;
    }

    .hero {
        height: 100vh;
        padding: 3em 0 4em;
    }

    .hero-image {
        max-width: 50em;
    }

    .hero-404 img {
        width: 36em;
    }

    .text-404 {
        position: absolute;
        bottom: 0;
    }

    .text-404 h4 {
        font-size: 1.75em;
    }

    .project-container {
        margin: 1em 0;
        padding-top: 1em;
    }

    .project-cards {
        width: 720px;
    }

    .card {
        width: 720px;
        margin: 6em 0;
    }

    .card img {
        width: 720px;
        height: 360px;
    }

    .card__text {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1.5em 0;
    }

    .about {
        margin-bottom: 1em;
        padding-top: 7em;
    }

    .about p {
        width: 70vw;
        padding-top: 1em;
    }

    .project-hero__image,
    .studio-hero__image {
        display: block;
    }

    .project-hero-mob__image,
    .studio-hero-mob__image {
        display: none;
    }

    .project-logo {
        width: 40em;
        padding-top: 7.5em;
    }

    .project-logo h4 {
        font-size: 3em;
    }

    .project-image img {
        width: 60vw;
    }

    .project-web img {
        width: 80vw;
    }

    .project-icons {
        display: block;
        width: 110%;
        margin: 0 0 15em -5%;
    }

    .project-icons-mob {
        display: none;
    }

    footer {
        padding: 12.5em 0 7.5em;
    }

    footer .footer-text {
        padding: 0 7.5em;
    }

    footer h4 {
        font-size: 1.5em;
        padding: 1em 0 5em;
    }

    footer h4 a,
    footer h4 span {
        display: inline;
    }

    .btn-primary {
        display: none;
    }

    .footer-home h4 {
        padding: 0.5em 0 1.5em;
    }

    footer h6 {
        font-size: 0.9em;
    }

    footer h4 a {
        color: transparent;
        display: inline-block;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        text-shadow: 0 0 #090909, 0.08em 0 0 #fff, 0 0, -0.08em 0 0 #fff;
        vertical-align: bottom;
    }

    footer h4 a:after {
        background: -webkit-gradient(linear, left top, left bottom, from(#090909), to(#090909)) center 1.08em/100% 4px no-repeat;
        background: linear-gradient(to bottom, #090909, #090909) center 1.08em/100% 4px no-repeat;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 8px;
        width: 400%;
        will-change: transform;
        z-index: -1;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    footer h4 a:hover:after {
        -webkit-animation: underline-gradient 3s linear infinite;
        animation: underline-gradient 3s linear infinite;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #f6600f), color-stop(35%, #f9c660), color-stop(85%, #fc9030));
        background-image: linear-gradient(90deg, #f6600f 15%, #f9c660 35%, #fc9030 85%);
        top: 6px;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    @-webkit-keyframes underline-gradient {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-75%, 0, 0);
            transform: translate3d(-75%, 0, 0);
        }
    }

    @keyframes underline-gradient {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-75%, 0, 0);
            transform: translate3d(-75%, 0, 0);
        }
    }

    .project-hero,
    .studio-hero {
        width: 80vw;
        left: 10vw;
    }

    .project-hero {
        height: 70vh;
        text-align: center;
    }

    .project-hero__image {
        width: auto;
        height: 70vh;
        overflow: hidden;
        display: flex;
        align-items: baseline;
    }

    .project-hero__image img {
        height: 80vh;
        object-fit: cover;
    }

    .hero-border {
        width: 80vw;
        height: 70vh;
    }

    .l1 {
        height: 70vh;
    }

    .l2 {
        width: 80vw;
    }

    .l3 {
        height: 70vh;
    }

    @-webkit-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 70vh;
            background: #090909;
        }
    }

    @-moz-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 70vh;
            background: #090909;
        }
    }

    @-o-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 70vh;
            background: #090909;
        }
    }

    @keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 70vh;
            background: #090909;
        }
    }

    @-webkit-keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 80vw;
            background: #090909;
        }
    }

    @-moz-keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 80vw;
            background: #090909;
        }
    }

    @-o-keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 80vw;
            background: #090909;
        }
    }

    @keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 80vw;
            background: #090909;
        }
    }

    @-webkit-keyframes l3 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 70vh;
            background: #090909;
        }
    }

    @-moz-keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 70vh;
            background: #000;
        }
    }

    @-o-keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 70vh;
            background: #000;
        }
    }

    @keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 70vh;
            background: #000;
        }
    }

    .lottie__city__mob {
        display: none;
    }

    .lottie__city {
        width: 80vw;
        display: block;
        margin: 5em auto 0;
        background-color: #eceff0;
        padding: 3.5em;
    }

    #lottiecity {
        background-color: #fff;
    }

    .project-text {
        padding: 15em 0;
    }

    .studio-text {
        padding-top: 10em;
    }

    .project-text__body {
        max-width: 50%;
    }

    .project-gallery {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 5em 2.5em;
    }

    .next-project {
        width: 80vw;
        height: 25em;
    }

    .studio p {
        width: 26em;
        font-size: 1.5em;
        padding: 2.5em 0 5em;
    }

    .bicycle-animation {
        -webkit-animation: bicycleani 10s infinite linear;
        -moz-animation: bicycleani 10s infinite linear;
        -o-animation: bicycleani 10s infinite linear;
        animation: bicycleani 10s infinite linear;
    }
}

@media (min-width: 75em) {
    h1 {
        font-size: 7em;
    }

    h2 {
        font-size: 5.25em;
    }

    h3 {
        font-size: 4em;
        -webkit-text-stroke-width: 1.6px;
    }

    h4 {
        font-size: 1.75em;
    }

    p {
        font-size: 1.75em;
    }

    a.btn-secondary {
        width: 12.5em;
        font-size: 1em;
        color: #090909;
        cursor: pointer;
        display: block;
        position: relative;
        border: 2px solid #090909;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    a.btn-secondary:hover {
        color: #fff;
        background-color: transparent;
        text-shadow: ntwo;
    }

    a.btn-secondary:hover:before {
        top: 0;
        bottom: auto;
        height: 100%;
    }

    a.btn-secondary:before {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        z-index: -1;
        content: "";
        color: #fff;
        background: #090909;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .logo {
        top: 2em;
        left: 2em;
    }

    .logo__lottie {
        display: block;
        opacity: 0;
        width: 1.5em;
        height: 1.5em;
        position: absolute;
        top: 0;
        left: 0;
    }

    .nav {
        top: 2em;
        right: 2em;
    }

    nav ul.main-menu {
        margin-bottom: 0;
    }

    nav ul.main-menu li {
        padding-bottom: 1em;
    }

    nav ul.main-menu li a {
        display: block;
        overflow: hidden;
        height: 1.1em;
    }

    nav ul.main-menu li a span {
        position: relative;
        display: inline-block;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -moz-transform 0.3s;
        -ms-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    nav ul.main-menu li a span::before {
        position: absolute;
        top: 100%;
        content: attr(data-hover);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .nav ul.main-menu li a:focus span,
    .nav ul.main-menu li a:hover span {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    nav ul.sub-menu li {
        padding-bottom: 0;
    }

    .hero-image {
        max-width: 60em;
    }

    .hero-404,
    .hero-404 img {
        width: 40vw;
    }

    .text-404 {
        bottom: 0;
    }

    .cloud1 {
        width: 240px;
        height: 160px;
        top: 380px;
    }

    .cloud2 {
        width: 120px;
        height: 80px;
        top: 360px;
    }

    .cloud3 {
        width: 160px;
        height: 120px;
        top: 540px;
    }

    .cloud4 {
        width: 90px;
        height: 60px;
        top: 100px;
    }

    .project-container {
        margin: 1em 0 1em;
        padding-top: 1em;
    }

    .project-cards {
        width: 900px;
        position: relative;
    }

    .card__text h3 a {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .card__text h3 a:hover {
        text-shadow: 2px 2px 0 #fff, 4px 4px 0 #090909;
    }

    .card {
        width: 900px;
        margin: 7.5em 0;
    }

    .card img {
        width: 900px;
        height: 450px;
    }

    .subtitle_move:hover,
    .title_move:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }

    .lottie__city {
        margin-top: 10em;
        padding: 4.5em;
    }

    .about {
        margin-bottom: 1em;
        padding-top: 7em;
    }

    .about p {
        width: 26em;
        padding-top: 1em;
    }

    .studio-text {
        padding-top: 12.5em;
    }

    .studio h1 {
        font-size: 6em;
    }

    .studio p {
        width: 26em;
        font-size: 1.75em;
        padding: 3em 0 4.5em;
    }

    .studio-logo {
        width: 20em;
        height: 20em;
    }

    .contact__email {
        width: 800px;
    }

    .contact h4 {
        font-size: 1.75em;
    }

    .project-hero,
    .project-hero__image {
        height: 80vh;
    }

    .hero-border {
        display: block;
        width: 80vw;
        height: 80vh;
        position: absolute;
        top: 0;
        left: 0;
    }

    .l1 {
        height: 80vh;
    }

    .l2 {
        width: 80vw;
    }

    .l3 {
        height: 80vh;
    }

    @-webkit-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @-moz-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @-o-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @-webkit-keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 80vw;
            background: #090909;
        }
    }

    @-moz-keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 80vw;
            background: #090909;
        }
    }

    @-o-keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 80vw;
            background: #090909;
        }
    }

    @keyframes l2 {
        0% {
            width: 0;
            background: #090909;
        }

        100% {
            width: 80vw;
            background: #090909;
        }
    }

    @-webkit-keyframes l3 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @-moz-keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 80vh;
            background: #000;
        }
    }

    @-o-keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 80vh;
            background: #000;
        }
    }

    @keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 80vh;
            background: #000;
        }
    }

    .app-image {
        margin: 12.5em 0 2.5em 0;
    }

    .project-text__body {
        max-width: 40%;
    }

    .project-gallery {
        width: 80vw;
        overflow-x: hidden;
    }

    footer {
        padding: 15em 0 7.5em;
    }

    footer h2 {
        padding: 0 1em;
    }

    footer h4 {
        font-size: 1.5em;
        padding-bottom: 5em;
    }

    footer .footer-text {
        padding: 0 15em;
    }

    .footer-bottom {
        border-top: 0.175em solid #090909;
        padding: 2.25em 3em 2em;
    }

    .project-logo {
        width: 45em;
        padding-top: 10em;
    }

    .project-logo h4 {
        font-size: 3.5em;
    }

    .project-logo h6 {
        font-size: 1.25em;
    }

    .project-image img {
        width: 50vw;
    }

    .project-icons {
        width: 100%;
        margin: 0 0 15em 0;
    }

    .circle {
        position: absolute;
        width: 10em;
        height: 10em;
        top: -60%;
        left: -60%;
        margin: -80px 0 0 -80px;
        background: #090909;
        border-radius: 80%;
        backface-visibility: hidden;
        visibility: hidden;
        text-align: center;
        z-index: 1;
    }

    .circle h5,
    .circle h6 {
        font-size: 1em;
        color: #fff;
        line-height: 1.75em;
    }

    .circle h5 {
        font-family: intro-black;
        text-transform: uppercase;
    }

    .circle h6 {
        font-family: averta;
        padding-top: 3.5em;
        opacity: 1;
    }

    #wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 80vw;
        height: 30em;
        z-index: 2;
        cursor: none;
    }

    .next-project {
        height: 15em;
        position: static;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    .next-project:hover {
        height: 30em;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .next-project h5,
    .next-project h6 {
        position: static;
        text-align: center;
    }

    @keyframes floating {
        0% {
            transform: translate(0, 0) rotate(0);
        }

        40% {
            transform: translate(0, 24px) rotate(0.8deg);
        }

        80% {
            transform: translate(0, -12px) rotate(-0.4deg);
        }

        100% {
            transform: translate(0, 0) rotate(0);
        }
    }

    .bicycle-animation {
        -webkit-animation: bicycleani 10s infinite linear;
        -moz-animation: bicycleani 10s infinite linear;
        -o-animation: bicycleani 10s infinite linear;
        animation: bicycleani 10s infinite linear;
    }
}

@media (min-width: 100em) {
    h1 {
        font-size: 9em;
    }

    h2 {
        font-size: 6em;
    }

    h3 {
        font-size: 4.5em;
    }

    h4 {
        font-size: 2em;
    }

    h5 {
        font-size: 1.5em;
    }

    h6 {
        font-size: 1.25em;
    }

    .logo {
        top: 4em;
        left: 4em;
    }

    .nav {
        top: 4em;
        right: 4em;
    }

    a.btn-secondary {
        font-size: 1em;
    }

    .hero {
        padding: 12em 0 6em;
    }

    .hero-image {
        max-width: 75em;
    }

    .text-404 h4 {
        font-size: 2em;
    }

    .project-cards {
        width: 1200px;
    }

    .card {
        width: 1200px;
        margin: 10em auto;
    }

    .card img {
        width: 1200px;
        height: 600px;
    }

    .card .card__text {
        transform: translateZ(20px);
    }

    .about {
        margin-bottom: 3em;
        padding-top: 7em;
    }

    .about p {
        font-size: 2em;
    }

    .project-text__body {
        max-width: 33%;
    }

    .project-text h5 {
        font-size: 1.25em;
        padding-bottom: 1.75em;
    }

    .project-text p {
        font-size: 1.75em;
        line-height: 1.5em;
    }

    .project-gallery {
        width: 80vw;
        padding: 7.5em 2.5em;
    }

    .project-gallery img {
        width: 25em;
        height: 44.75em;
    }

    .project-icons {
        padding-bottom: 12.5em;
    }

    .project-logo {
        width: 50em;
        padding-top: 12.5em;
    }

    .project-logo img {
        width: 10em;
        height: 10em;
    }

    .project-logo h4 {
        font-size: 4em;
        padding: 1em 0;
    }

    .project-logo h6 {
        font-size: 1.25em;
    }

    .project-image img {
        width: 40vw;
    }

    .studio-text {
        padding: 15em 0 10em;
    }

    .studio h1 {
        font-size: 7.5em;
    }

    .studio p {
        font-size: 2em;
    }

    .studio-logo {
        width: 25em;
        height: 25em;
    }

    .contact {
        padding-top: 10em;
    }

    .contact h4 {
        font-size: 2em;
    }

    .contact__email {
        width: 900px;
    }

    .project-hero {
        width: 80vw;
        left: 10vw;
    }

    .hero-border {
        height: 80vh;
    }

    .l1,
    .l3 {
        height: 80vh;
    }

    @-webkit-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @-moz-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @-o-keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @keyframes l1 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @-webkit-keyframes l3 {
        0% {
            height: 0;
            background: #090909;
        }

        100% {
            height: 80vh;
            background: #090909;
        }
    }

    @-moz-keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 80vh;
            background: #000;
        }
    }

    @-o-keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 80vh;
            background: #000;
        }
    }

    @keyframes l3 {
        0% {
            height: 0;
            background: #000;
        }

        100% {
            height: 80vh;
            background: #000;
        }
    }

    .project-text {
        padding: 20em 0;
    }

    .lottie__city {
        margin-top: 15em;
        padding: 6em;
    }

    #wrapper {
        height: 45em;
    }

    .next-project {
        height: 20em;
    }

    .next-project:hover {
        height: 45em;
    }

    footer {
        padding: 15em 0 10em;
    }

    footer .footer-text {
        width: 84em;
    }

    footer h2 {
        padding: 0;
    }

    footer h4 {
        font-size: 1.75em;
        padding: 0.5em 0 7.5em;
    }

    footer h4 a:after {
        top: 10px;
    }

    footer h4 a:hover:after {
        top: 8px;
    }

    .bicycle,
    .bicycle img {
        width: 42.5em;
        height: 27.5em;
    }

    .bicycle-animation {
        -webkit-animation: bicycleani 10s infinite linear;
        -moz-animation: bicycleani 10s infinite linear;
        -o-animation: bicycleani 10s infinite linear;
        animation: bicycleani 10s infinite linear;
    }
}

.ml3,
.show {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.hide {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hero-title {
    display: none;
}

.show_title {
    display: block;
}


/* services------------- */

#services {
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 10em;
    padding-top: 5em;
}

.service-container {
    width: 100%;
    padding-left: 22%;
}

.section-services {
    width: 49%;
    float: left;
    padding: 10px;
    margin-top: 30px;
    text-align: left;
}

@media (max-width:1050px) {
    .service-container {
        padding-left: 20%;
    }

    .section-services {
        width: 50%;
    }
}

@media (max-width:900px) {
    .service-container {
        padding-left: 35%;
    }

    .section-services {
        width: 100%;
    }
}

@media (max-width:600px) {
    .service-container {
        padding-left: 120px;
    }
}

@media (max-width:400px) {
    .service-container {
        padding-left: 100px;
    }
}

.section-services h2 {
    font-size: 18px;
}

.section-services li {
    line-height: 35px;
    font-size: 20px;
}

@media (max-width:800px) {
    .section-services li {
        line-height: 25px;
    }
}

.section-services li:hover {
    font-weight: 600;
}

.before_0:before {
    content: "";
    background: url(../images/Brand0.png) no-repeat left top / 100%;
    position: absolute;
    margin-left: -80px;
    height: 50px;
    width: 50px;
    box-sizing: inherit;
}

.before_1:before {
    content: "";
    background: url(../images/social0.png) no-repeat left top / 100%;
    position: absolute;
    margin-left: -80px;
    height: 50px;
    width: 50px;
    box-sizing: inherit;
}

.before_2:before {
    content: "";
    background: url(../images/content0.png) no-repeat left top / 100%;
    position: absolute;
    margin-left: -80px;
    height: 50px;
    width: 50px;
    box-sizing: inherit;
}

.before_3:before {
    content: "";
    background: url(../images/online0.png) no-repeat left top / 100%;
    position: absolute;
    margin-left: -80px;
    height: 50px;
    width: 50px;
    box-sizing: inherit;
}

.before_4:before {
    content: "";
    background: url(../images/ofline0.png) no-repeat left top / 100%;
    position: absolute;
    margin-left: -80px;
    height: 50px;
    width: 50px;
    box-sizing: inherit;
}

.before_5:before {
    content: "";
    background: url(../images/digital0.png) no-repeat left top / 100%;
    position: absolute;
    margin-left: -80px;
    height: 50px;
    width: 50px;
    box-sizing: inherit;
}

.main-menu .login span {
    color: #fff !important;
}

.main-menu .login:hover span {
    color: #000 !important;
}
