@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'value_sans_probold';
    src: url('../font/valuesanspro-bold-webfont.woff2') format('woff2'),
         url('../font/valuesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'value_sans_proregular';
    src: url('../font/valuesanspro-regular-webfont.woff2') format('woff2'),
         url('../font/valuesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'spartanbold';
    src: url('../font/spartan-bold-webfont.woff2') format('woff2'),
         url('../font/spartan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'spartanregular';
    src: url('../font/spartan-regular-webfont.woff2') format('woff2'),
         url('../font/spartan-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('../font/lato-bold-webfont.woff2') format('woff2'),
         url('../font/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('../font/lato-regular-webfont.woff2') format('woff2'),
         url('../font/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('../font/roboto-bold-webfont.woff2') format('woff2'),
         url('../font/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular-webfont.woff2') format('woff2'),
         url('../font/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../font/roboto-medium-webfont.woff2') format('woff2'),
         url('../font/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayregular';
    src: url('../font/raleway-regular-webfont.woff2') format('woff2'),
         url('../font/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaybold';
    src: url('../font/raleway-bold-webfont.woff2') format('woff2'),
         url('../font/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'larsseitbold';
    src: url('../font/larsseit-bold-webfont.woff2') format('woff2'),
         url('../font/larsseit-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'larsseitregular';
    src: url('../font/larsseit-webfont.woff2') format('woff2'),
         url('../font/larsseit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad_probold';
    src: url('../font/myriad_pro_bold-webfont.woff2') format('woff2'),
         url('../font/myriad_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad_proregular';
    src: url('../font/myriad_pro_regular-webfont.woff2') format('woff2'),
         url('../font/myriad_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    font-size: 100%;
    font-family: 'Inter', sans-serif !important;
    font-weight: 300;
}

body {
    overflow-x: hidden;
    background-color: #000000;
    letter-spacing: 0.1rem !important;   
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

h1.hero {
    font-family: 'Inter', sans-serif;
    font-size: 7.5rem;
    font-weight: 200;
    margin-top: 0px;
    line-height: 8.125rem;
    letter-spacing: .5px;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-size: 3.375rem;
    font-weight: 100;
    letter-spacing: .2px;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 1.625rem !important;
    font-weight: 100;
    letter-spacing: .2px;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 24px;
    letter-spacing: .2px;
}

h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.5rem !important;
    letter-spacing: .2px;
}

h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: .2px;
}

#barloader {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #1C00C9;
    position: fixed;
    z-index: 999;
    bottom: 0;
}

#progressbar {
    height: 3px;
    width: 0px;
    background-color: #FFFF0A;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.yellow {
    color: #FFFF0A;
}

#logo {
    position: fixed;
    top: 1rem;
    left: 2rem;
    text-align: right;
    z-index: 1;
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0px 5px;
}

#logo a {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.3rem;
    line-height: 0rem;
}

#logo a:hover {
    text-decoration: none;
}

.point-menu {
    display: block;
    position: fixed;
    right: 2rem;
    top: 40%;
    z-index: 10;
}

.point-menu ul {
    list-style: none;
}

div.point-menu ul li {
    width: 13px;
    height: 13px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 300px;
    border: 1px solid #fff;
}

div.point-menu ul li.active {
    background-color: #FFFF0A;
    border: 1px solid #FFFF0A;
    border-radius: 300px;
}

div.point-menu ul li.dark.active {
    background-color: #2A2C3A;
    border: 1px solid #2A2C3A;
}

.link-dark {
    color: #2A2C3A!important;
}

.menu-dark svg line {
    stroke: #2A2C3A;
}

div.point-menu ul li.dark {
    border: 1px solid #2A2C3A;
}

div.point-menu ul li.active a {
    cursor: default;
    display: unset;
}

div.point-menu ul li a {
    cursor: pointer;
    width: 13px;
    display: block;
    height: 13px;
}

.point-menu ul li a img {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    display: block;
    margin-bottom: 10px;
}

#header-menu {
    position: fixed;
    right: 2rem;
    top: 1rem;
    z-index: 1;
}

#header-menu a svg {
    width: 38px;
    height: auto;
}

#portfolio-link {
    position: fixed;
    left: 2rem;
    bottom: 1rem;
    z-index: 1;
}

#portfolio-link a, #contact-link a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 1.1rem;
    color: #FFFF0A;
    text-decoration: none;
}

#portfolio-link a:hover, #contact-link a:hover {
    text-decoration: underline;
}

#contact-link {
    position: fixed;
    right: 2rem;
    bottom: 1rem;
    z-index: 1;
}

.header-menu ul li {
    list-style: none;
}

div#header-menu-section {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #101956EF;
    z-index: 99999;
    color: #fff;
}

#header-menu-section ul {
    list-style: none;
    display: none;
    padding-left: 0px;
}

#header-menu-section ul li {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}

#header-menu-section ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: lighter;
    line-height: 58px;
}

#header-menu-section ul li a:hover {
    color: #FFFF0A;
}

#close a img {
    float: right;
    margin-right: 34px;
    top: 16px;
    margin-top: 19px;
    width: 30px;
    cursor: pointer;
}

div.text-about {
    overflow: hidden;
}

.container.row {
    margin-left: auto;
    margin-right: auto;
    align-items:stretch;
    row-gap:45px;
}

#home {
    display: block;
    background-image: url("../images/bg-home.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: #3332ef;
    background-size: cover;
}

#about {
    background-color: #1C00C9;
    padding-top: 150px;
    padding-bottom: 150px;
    ;
}

p.counter {
    font-size: 5.625rem;
    font-weight: 100;
}

p.text-counter {
    font-size: 1rem;
    font-weight: 100;
    padding-top: 15px;
}

p.dw a:hover {
    color: #ffc107;
    text-decoration: none;
}

p.dw a {
    margin-right: 1.2rem;
    font-weight: 100;
    text-decoration: underline;
    font-size: 1rem;
}
.portrait {
    float: left;
    margin-right: 2rem;
}

#about .portrait img {
    border-radius: 134px;
    width: 268px;
}

#skills .portrait img {
    width: 37px;
    height: auto;
}

#skills {
    background-color: #D9008F;
    padding-top: 150px;
    padding-bottom: 150px;
}

#skills h1.title {

    width: 100%;

}

#skills h2 {
    padding-bottom: 20px;
}

#skills ul {
    list-style-image: url('../images/check.svg');
}

#skills ul li {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 100;
    letter-spacing: .2px;
    line-height: 24px;
}

#skills article.software {
    width: 100%;
    margin-left: 7px;
}

#process {
    background-color: #f51eac;
    padding-top: 150px;
    padding-bottom: 150px;
}

#footer {
    background-color: #0D101F;
}

#footer section {
    padding-top: 150px;
    padding-bottom: 150px;
}

img.img-footer {
    float: left;
    margin-right: 19px;
    margin-top: 10px;
}

img.img-footer.instagram, img.img-footer.twitter, img.img-footer.linkedin {
    width: 33px;
}

img.img-footer.instagram {
    padding-top: 3px;
}

img.img-footer.twitter {
    padding-top: 5px;
}

footer a {
    color: #FFFF0A;
    text-decoration: none;
}

footer a:hover, p.dw a:hover {
    color: #fff;
    text-decoration: none;
}

p.copyright {
    font-size: 0.7rem;
    font-weight: 300;
}

#footer h1.yellow {
    margin-bottom: 3.1rem;
}


#counters {
    padding-top: 100px;
}



#portfolio img {
    width: 100%;
    height: auto;
}

#prev_next_link_container {
    display: none;
}

div#prev_next_link_container img {
    transition: transform .5s;
    transform: scale(1);
}

div.img_links {
    overflow: hidden;
}

div#prev_next_link_container img:hover {
    transition: transform .5s;
    transform: scale(1.1);
}

#portfolio .col-lg-6 {
    padding: 0px;
    overflow: hidden;
}

#portfolio {
    background-color: #2A2C3A;
    padding-top: 150px;
    padding-bottom: 150px;
}

#portfolio h1.yellow {
    margin-bottom: 60px;
}

#portfolio .container {
    padding-right: 0px;
}

#portfolio h1 a {
    color: #fff;
    transition: transform 1s;
}

#portfolio h1 a:hover {
    text-decoration: none;
}

.work {
    text-align: center;
    margin-top: 23%;
}

.sub-tile-home a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    font-size: 1.3rem;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

/*Fintech*/

#works-fintech {
    background-color: #3431EE;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url("../images/fintech-bg.svg");
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-size: contain;
}

p.sub-tile-work {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 24px;
}
p.description{
    font-weight: 300;
}
p.description-light{
    font-weight: lighter;
}

.logo {
    margin-right: 1rem;
    z-index: 1;
}

#logo-fintech {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #A6DFFF;
}
#logo-fintech img{
    width: auto;
}

.center {
    text-align: center;
}

#styleguide-fintech {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #ffffff;
    height: 100%!important;
}

div.p-blue {
    margin-right: 20px;
}


.font-lato-bold {
    font-family: 'latobold';
}

.font-lato {
    font-family: 'latoregular';
    color: #595858;
}

.works-fin h1, .works-fin h2 {
    padding-bottom: 20px;
}

.label {
    padding-top: 20px;
    text-align: center;
}

#paper-wireframe-fintech {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #D6EFFF;
}

#digital-wireframe-fintech {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #00A19A;
}

#pp-fintech {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #ffffff;
}


#final-work-fintech {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #2A2C39;
}
#final-work-fintech div.center img{
    max-width: 800px;
}
/*RESTAURANT APP*/

#works-rest-app {
    background-color: #D3098F;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url("../images/bg-restaurant.png");
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-position-y: 120px;
}

.p-red {
    background-color: #CC1A45;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    margin: auto;
}

.p-gray {
    background-color: #9A9A9A;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    margin: auto;
}

.p-white {
    background-color: #fff;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: auto;
}

.p-anthracite {
    background-color: #4F4F4F;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    margin: auto;
}

/*.works-rest-app h1, .works-rest-app h2 {
    padding-bottom: 20px;
}*/

/*User flow*/

#userflow-app {
    background-color: #DC3AA5;
    padding-top: 150px;
    padding-bottom: 150px;
    height: 100% !important;
}

#wireframe-app {
    padding-top: 150px;
    padding-bottom: 150px;
}

#paper-wireframe-app {
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}

#final-work-app {
    background-color: #FF8F99;
    padding-top: 150px;
    padding-bottom: 150px;
}

#final-work-app img, #paper-wireframe-app img {
    width: 100%;
}


/*WEJOIN*/

#works-wejoin {
    background-color: #0003AA;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url("../images/bg-wejoin.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -310px;
}

#styleguide-wejoin {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #fff;
}

#mockup-wejoin {
    background-color: #556DA9;
    padding-top: 150px;
    padding-bottom: 150px;
}

#final-work-wejoin {
    background-color: #51CAFF;
    padding-top: 150px;
    padding-bottom: 150px;
}

#low-fidelity-prototype{
    background-color: #FFC3E0;
    padding-top: 150px;
    padding-bottom: 150px;
}
#mockup-restaurant{
    background-color: #F2F2F2;
    padding-top: 150px;
    padding-bottom: 150px;
    
}
#hi-fi-prototype-restaurant{
    background-color: #A3DFE0;
    padding-top: 150px;
    padding-bottom: 150px;
    
}
#logo-wejoin{
    background-color: #ABFFD7;
    padding-top: 150px;
    padding-bottom: 150px; 
}

.logo-left{
    background-color: #ffffff;
    padding: 30px;
}
.logo-right{
    background-color: #152755;
    padding: 30px;
}
#wejoin-wireframe{
    background-color: #00A19A;
    padding-top: 150px;
    padding-bottom: 150px; 
    height: 100% !important;
}


/*ANTIKWEIN*/

#works-antikwein {
    background-color: #DC1259;
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
    background-image: url("../images/glass.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: -80px;
}

#aw-usertesting {
    background-color: #FFE6E0;
    padding-top: 150px;
    padding-bottom: 150px;
}

#styleguide-aw {
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 150px;
}

#wireframe-aw {
    background-color: #FFF4BD;
    padding-top: 150px;
    padding-bottom: 150px;
}
#aw-mockup{
    background-color: #FFBEAF;
    padding-top: 150px;
    padding-bottom: 150px;
}
#aw-hifi-prototype{
    background-color: #F9F4EA;
    padding-top: 150px;
    padding-bottom: 150px;
}
.title-style {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    color: #2E2E2E;
    font-weight: bold;
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
}



#sitemap-aw{
    background-color: #FEE0FF;
    padding-top: 150px;
    padding-bottom: 150px;
}

#final-work-aw {
    background-color: #FF006B;
    padding-top: 150px;
    padding-bottom: 150px;
}

#final-work-aw img {
    width: 100%;
}



.vertical-line {
    display: block;
    position: absolute;
    left: 50%;
    z-index: 10;
    margin-top: -212px;
}

.link-external {
    margin-top: 30px;
}

.col-3 ul, article, h1, h2, h3, h4 {
    padding-left: 0px;
}



.mobile {
    display: none;
}

.desktop {
    display: block;
}

#prev_next_link_container a {
    color: #FFFF0A;
    font-family: 'Inter', sans-serif;
    font-style: 300;
    font-size: 1.1rem;
}

#next_link {
    display: block;
    float: right;
}

#prev_link {
    display: block;
    float: left;
}

#prev_link .img_links {
    height: 50px;
    width: 200px;
}

#next_link .img_links {
    height: 50px;
    width: 200px;
}

#next_link a .label_links {
    text-align: right;
}

/* LOADER */

#page_loader {
    background-color: #101956EF;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
}

.spinner .path {
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 1px;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

#styleguide-restaurant {
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
    height: 100% !important;
}

p.white.copyright {
    clear: both;
    margin-top: 100px;
}

.socialbox p.white {
    margin-bottom: 5px;
}

div.socialbox {
    margin-top: 50px;
}

.socialbox img.img-footer {
    margin-right: 19px;
}

.animation {
    text-align: center;
}
.space-down {
    margin-bottom: 25px;
}

.space {
    margin-top: 30px;
}

#cconsent-bar {
    max-width: 600px;
    border-radius: 6px;
    width: 100%;
    background-color: #f51eac !important;
    letter-spacing: 0px !important;
    line-height: 20px !important;
    border: solid 1px #da008d;
}

#cconsent-modal .ccm_content>.ccmcontentbody .ccmtabgroup.checked-5jhk .ccm_tab-head::before {
    content: "\2713"!important;
}

#cconsent-bar button {
    border-radius: 6px;
    background-color: transparent!important;
    border: 1px solid #ffff0d !important;
    color: #ffff0d !important;
    transition: 1s;
}

#cconsent-bar button:hover {
    background-color: #ffff0d !important;
    border: 2px solid #ffff0d !important;
    color: #3633f1 !important;
    transition: 1s;
}

#cconsent-bar a:hover {
    text-decoration: none;
}

#cconsent-modal .ccm__content>.ccm__content__heading h2 {
    padding-bottom: 20px;
}

#cconsent-modal .ccm__content>.ccm__content__heading p, #cconsent-modal .ccm__content__body p {
    font-size: 14px;
    line-height: 20px;
}

#cookie-policy {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #3431EE;
}

#cookie-policy a {
    color: #FFFF0A;
}

#logo.cookie-policy a {
    line-height: 24px;
}

#mockup-wejoin img{
    margin-bottom: 30px; 
}


#cconsent-bar {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300;
}

div.mobile-contact img {
    margin-right: 22px;
    padding-left: 5px;
    width: 35px;
}

#goup {
    display: none;
}
#low-fi-fintech{
    background-color: #A3FBFC;
    padding-top: 150px;
    padding-bottom: 150px;
}

#digital-wireframe-rest{
    background-color: #6FCDCF;
    padding-top: 150px;
    padding-bottom: 150px;
}
/*/////////////// MAMAS //////////*/

#works-mamas{
    background-color: #363535;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url('../images/mamas-background2.png');
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: -80px;
}
#styleguide-mamas{
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}
.logo-mamas img, .logo-mamas-distribution img{
    max-width: 350px;
}
.logo-mamas img{
    width: 250px;
}


#sitemap-mamas{
    background-color: #FFE6E0;
    padding-top: 150px;
    padding-bottom: 150px;
}
#digital-wireframe-mamas{
    background-color: #FFD9D0;
    padding-top: 150px;
    padding-bottom: 150px;
}
#digital-wireframe-mamas img{
    max-width: inherit;
}
#mockups-mamas{
    background-color: #02B5CD;
    padding-top: 150px;
    padding-bottom: 150px;
}
#final-work-mamas{
    background-color: #838895;
    padding-top: 150px;
    padding-bottom: 150px; 
}
#final-work-mamas img{
    max-width: -webkit-fill-available;
    max-width: -moz-available;
}

#pp-fintech img{
    max-width: -webkit-fill-available;
    max-width: -moz-available;
}

.padding-top{
    padding-top: 50px;
}
.margin {
    margin-top: 30px;
}
.no-padding{
    padding-left: 0px;
}

#works-caty-forden{
    background-color: #069D9F;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url('../images/firma-caty-white.png');
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: -80px;
}
/*#works-caty-forden .right-element{
    padding-top: 180px;
    padding-left: 8.1rem;
}*/
#business-card-caty{
    background-color: #FFEEEB;
    padding-top: 150px;
    padding-bottom: 150px;
}
#brochure-caty{
    background-color: #FFDBD3;
    padding-top: 150px;
    padding-bottom: 150px;
}
#poster-caty{
    background-color: #F6EDE4;
    padding-top: 150px;
    padding-bottom: 150px;
}
#flyer-caty{
    background-color: #63BEC9;
    padding-top: 150px;
    padding-bottom: 150px;
}
.font-value{
    font-family: 'value_sans_proregular';
}

.font-value-bold{
    font-family: 'value_sans_probold';
}
.colortext{
    color: #595858;
}

.card-caty img{
    width: inherit;
    padding-top: 50px;
}


#works-essetre {
    background-color: #D59300;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url("../images/essetre-bg.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
}

#story-essetre{
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 150px;
}
.color-es img{
    width: -webkit-fill-available;
    width: -moz-available;
}
#styleguide-essetre{
    background-color: #ececec;
    padding-top: 150px;
    padding-bottom: 150px;
}

#logo-essetre{
    background-color: #2C2C2C;
    padding-top: 150px;
    padding-bottom: 150px;
}
.space-up-loghi{
    margin-top: 17%;
}
#bookmark-essetre{
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 150px; 
}
.bookmark img{
    width: inherit;
    width: -moz-available;
    width: 100%;
}
#final-work-essetre{
    background-color: #F9B621;
    padding-top: 150px;
    padding-bottom: 150px;
}
.uxtop{
    padding-top: 50px;
}
.alphabet{
    background-color: #fff;
}
#works-google{
    background-color: #EA4335;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url('../images/sh.svg');
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-size: contain;
}

#google-understanding{
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 150px;
}
#google-understanding img{
    width: inherit;
}
#pw-google{
    background-color: #FFCFCB;
    padding-top: 150px;
    padding-bottom: 150px;
}
img{
    width: inherit;
}
#dw-google{
    background-color: #FFEBEA;
    padding-top: 150px;
    padding-bottom: 150px;
}
#lf-prototype-google{
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 150px; 
}
#refine-google{
    background-color: #FFEBEA;
    padding-top: 150px;
    padding-bottom: 150px;
}
img.auto{
    width: auto;
}
#styleguide-google{
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 150px;
}
#mockups-google{
     background-color: #FFEBEA;
    padding-top: 150px;
    padding-bottom: 150px;   
}
#hi-fi-prototype-google{
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 150px;  
}
#final-google{
    background-color: #FF8A00;
    padding-top: 150px;
    padding-bottom: 150px; 
}
.font-spartan-bold{
    font-family: 'spartanbold';
}
.font-spartan-regular{
    font-family: 'spartanregular';
    color: #595858;
}
.size14{
    font-size: 14px;
}
.size16{
    font-size: 16px;
}
.size18{
    font-size: 18px;
}
.size20{
    font-size: 20px;
}
.size22{
    font-size: 22px;
}
.size24{
    font-size: 24px;
}
.size26{
    font-size: 26px;
}
.size28{
    font-size: 26px;
}
.size30{
    font-size: 30px;
}
.size34{
    font-size: 34px;
}
.size36{
    font-size: 36px;
}
.size38{
    font-size: 38px;
}
.size40{
    font-size: 40px;
}
.size50{
    font-size: 50px;
}
.size60{
    font-size: 60px;
}
.size96{
    font-size: 96px;
}
.grey{
    color:#808285;
}
div.arrow{
    align-items: center;
    display: flex;
}
.font-roboto-bold{
    font-family: 'robotobold';
}
.font-roboto{
   font-family: 'robotoregular'; 
   color: #595858;
}
.font-roboto-medium{
    font-family: 'robotomedium';
}
.font-raleway{
     font-family: 'ralewayregular';
     color: #595858;
}
.font-raleway-bold{
    font-family: 'ralewaybold';
}
.font-larsseit{
    font-family: 'larsseitregular';
    color: #595858;
}
.font-larsseit-bold{
    font-family: 'larsseitbold';
}
.font-myriad{
    font-family: 'myriad_proregular';
}

.font-myriad-bold{
    font-family: 'myriad_probold';
}

.realsize{
    width: auto;
}
.flexcenter{
        flex-basis: content;
}




@media only screen and (max-device-width: 992px) {
    
        .right-element{
        padding-left: 0px;
    }
}