/*font-family: 'Assistant', sans-serif;
font-family: 'IBM Plex Sans', sans-serif; */

html, body {
    position: relative;
    overflow-x: hidden;
}

body {
    margin-right: 0px;
    margin-top: 0px;
    background-color: #5d5d5d;
    width: 100%;
    height: 100vh;
    font-family: 'Red Hat Display', sans-serif;
}
p, h1 {
    text-align: justify;
    padding: 10px;
    color: #fff;
}
/*MOBILE MENU*/
.main-mob img {
    padding: 20px 30px !important;
}
.menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
}
.menu-wrap .toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}
.menu-wrap .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1rem;
    background: rgba(29, 29, 27, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-wrap .hamburger > div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.menu-wrap .hamburger > div:before,
.menu-wrap .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}
.menu-wrap .hamburger > div:after {
    top: 10px;
}
.menu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
}
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}
.menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
}
.menu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 1s;
}
.menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease;
}
.menu-wrap .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-wrap .menu > div {
    background: rgba(29, 29, 27, 0.8);
    width: 100vw;
    height: 100vh;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}
.menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.menu-wrap .menu > div > div > ul > li {
    list-style: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
}
.menu-wrap .menu > div > div > ul > li > a {
    color: inherit;
    text-decoration: none;

}
/**/


.main-dskt ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-dskt ul {
    display: flex;
}
.main-dskt ul li {
    padding: 65px 40px;
    text-align: center;
    text-transform: uppercase;
}
.logo {
    padding: 15px 40px !important;
    float: left;
}
.main-dskt ul li a {
    position: relative;
    float: right;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
}

.border-under a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d1bc65;
    transform: scaleX(0);
    transition: 0.3s;
}
.border-under a:hover:before {
    transform: scaleX(1);
}

.bg-ink { 
  background: url(../content/bg-ink.jpg) no-repeat center center fixed;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-ink-work { 
  background: url(../content/bg-ink-work.jpg) no-repeat center center fixed;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-ink-team { 
  background: url(../content/bg-ink-team.jpg) no-repeat center center fixed;
  height: 50vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-intro {
    position: absolute;
    min-width: 1000px;
    padding: 15px 15px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-intro h1 {
    font-size: 5rem;
    text-align: center;
}
.down {
    position: absolute;
    padding: 15px 15px;
    left: 50%;
    transform: translate(-50%, -100%);
}

.bg-project-01 { 
  background: url(../content/bg-campera.jpg) no-repeat center center;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-project-02 { 
  background: url(../content/bg-stella.jpg) no-repeat center center;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-project-03 { 
  background: url(../content/bg-schober.jpg) no-repeat center center;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hp-projects-01 p, .hp-projects-02 p, .hp-projects-03 p {
    position: absolute;
    font-size: 1.5rem;
    left: 5%;
}
.hp-projects-01 p {
    bottom: -90%;
}
.hp-projects-02 p {
    bottom: -190%;
}
.hp-projects-03 p {
    bottom: -290%;
}

.hp-projects-01 a, .hp-projects-02 a, .hp-projects-03 a {
    position: absolute;
    font-size: 1.5rem;
    left: 5.7%;
    color: #fff;
    text-decoration: none;
}
.hp-projects-01 a {
    bottom: -90%;
}
.hp-projects-02 a {
    bottom: -190%;
}
.hp-projects-03 a {
    bottom: -290%;
}

.testimonials {
    background-color: #fff;
    width: 100%;
    height: 100vh;
}
.testimonials p {
    text-align: center;
    color: #000;
    font-size: 1.1rem;
}
.testim {
    padding-top: 35px;
    display: block;
    position: relative;
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.left {
    transform: translate(-100%, 0%);
}
.right {
    transform: translate(0%, 0%);
}

/*OUR WORK */

.our-work {
    width: 100%;
    background-color: #000;
}
.the-work {
    width: 100%;
    background-color: #212121;
}
.work-link a {
    position: relative;
    text-decoration: none;
    color: #fff;
    top: 70%;
    padding-top: 75px;
}
.our-work-inner {
    padding-right: 40px;
    padding-top: 50px;
}

.branding { 
  background: url(../content/work-branding.jpg) no-repeat center center;
  height: 200px;
  width: 200px;
  border: 1px solid #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.strategy { 
  background: url(../content/work-strategy.jpg) no-repeat center center;
  height: 200px;
  width: 200px;
  border: 1px solid #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.social-media { 
  background: url(../content/work-social-media.jpg) no-repeat center center;
  height: 200px;
  width: 200px;
  border: 1px solid #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.web-dev { 
  background: url(../content/work-web-dev.jpg) no-repeat center center;
  height: 200px;
  width: 200px;
  border: 1px solid #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.art-direct { 
  background: url(../content/work-art-direct.jpg) no-repeat center center;
  height: 200px;
  width: 200px;
  border: 1px solid #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.editorial { 
  background: url(../content/work-editorial.jpg) no-repeat center center;
  height: 200px;
  width: 200px;
  border: 1px solid #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.work-titles {
    text-align: center;
}
.work-titles h2 {
    margin-top: -25px;
    color: #d1bc65;
}
.work-titles p {
    text-align: center;
    margin-top: -15px;
}
.work-content {
    position: relative;
    max-width: 800px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.work-content img {
    max-width: 800px;
    width: 100%;
    -webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
}
.work-subs {
    color: #d1bc65;
    margin-top: 25px;
    margin-bottom: -5px;
    padding-left: 0px;
    font-size: 0.8rem;
    font-weight: bold;
}
.work-desc {
    border-top: 1px solid #d1bc65;
    padding-left: 0px;
    font-size: 0.9rem;
}
.works-subs {
    color: #d1bc65;
    margin-top: 25px;
    margin-bottom: -5px;
    padding-left: 0px;
    font-size: 0.8rem;
    font-weight: bold;
}
.works-desc {
    padding-left: 0px;
    font-size: 0.8rem;
    color: #888;
}
.underline {
    border-bottom: 1px solid #d1bc65;
    width: 175px;
    margin-top: 2px;
}

.divider {
    border-top: 2px solid #d1bc65;
    margin-top: 35px;
    margin-bottom: 10px;
    width: 100px;

}
.center-content {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}
.back {
    text-align: right;
    padding-bottom: 30px;
    padding-top: 50px;
}
.back a {
    text-decoration: none;
    color: #fff;
}


/*OUR TEAM */

.our-team-inner {
    left: 5%;
    padding-top: 50px;
}
.team {
    margin-top: 50px;
    margin-left: 10%;
}

/* CLIENTS */

.clients {
    display: flow-root;
    width: 100%;
    background-color: #000;
    margin-top: 100px;
}
.color {
    background-color: #000;
}

.hide {
    display: none;
}




/*INICIO FOOTER */

footer {
    background-color: #000;
}
footer p {
    padding-left: 55px;
    color: #fff;
    font-size: 0.7rem;
}

/*CONTACT*/
#contact-form {
    position: relative;
    top: 0;
    right: 0;
}
.form-group {
    text-align: center;
    margin-top: 35px;
}
.form-group p {
    font-size: 0.7rem;
    color: #fff;
    margin-bottom: 0px;
    margin-left: -7px;
    text-transform: uppercase;
}
.send-form {
    border: 1px solid #1d1d1b;
    background-color: #1d1d1b;
    color: #fff;
    height: 3em;
    padding: 5px 250px 5px 5px;
}
.form-group button {
    margin-top: 25px;
    padding: 10px 65px;
    border: none;
    cursor: pointer;
    background-color: #d1bc65;
    color: #fff;
    font-weight: bold;
}
.maps {
    padding-top: 70px;
}
.maps iframe {
    position: relative;
    float: right;
    width: 600px;
    height: 360px;
    border: none;
}


/* NoteBook 1366x768 */
@media only screen and (max-width: 1366px) {
    
}
/* Small Resolution DeskTops */
@media only screen and (max-width: 1115px) {
    .main-dskt {
        display: none;
    }
    .main-mob {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    
}

/* I Pads */
@media only screen and (max-width: 768px) {
   .main-intro h1 {
    font-size: 4rem;
  }
  .bg-ink {
        margin-top: -165px;
   }
   .bg-ink-work {
        margin-top: -165px;
   }
   .bg-ink-team {
        margin-top: -165px;
   }
   .back a {
    margin-right: 15px;
    }
}

/* Mobiles */
@media only screen and (max-width: 414px) {
   
   .main-intro h1 {
    font-size: 2rem;
   }
   .bg-project-01 {
    height: 55vh;
    }
    .hp-projects-01 p {
        bottom: -50%;
    }
    .hp-projects-01 a {
        bottom: -50%;
    }
    .bg-project-02 {
        height: 35vh;
    }
    .hp-projects-02 p {
        bottom: -85%;
    }
    .hp-projects-02 a {
        bottom: -85%;
    }
    .bg-project-03 {
        height: 55vh;
    }
    .hp-projects-03 p {
        bottom: -135%;
    }
    .hp-projects-03 a {
        bottom: -135%;
    }
    p, h1 {
    margin-left: 15px;
    }
    .our-work {
    padding-left: 12px;
    }
    
    .clients img {
    max-width: 200px;
    }
    .clients {
    padding-left: 15px;
    }
    .send-form {
    padding: 5px 170px 5px 10px;
    }
    .form-group p {
    margin-left: 23px;
}
    .maps iframe {
    width: 414px;
    }
    

}

/* Mobiles 375 */
@media only screen and (max-width: 375px) {
   .branding, .strategy, .social-media, .web-dev, .art-direct, .editorial {
    height: 181px;
    width: 181px;
   }
   .underline {
    margin-left: 15px;
  }
  .clients img {
    max-width: 181px;
  }
  .send-form {
    padding: 5px 120px 5px 35px;
  }
  .form-group p {
      margin-left: 35px;
  }
  .maps iframe {
    width: 375px;
}
}

/* Mobiles 360 */
@media only screen and (max-width: 360px) {
  .main-intro h1 {
      font-size: 1.7rem;
  }
  .branding, .strategy, .social-media, .web-dev, .art-direct, .editorial {
    height: 174px;
    width: 174px;
  }
  .clients img {
    max-width: 174px;
  }
  .send-form {
      padding: 5px 65px 5px 65px;
  }
  .maps iframe {
      width: 360px;
  }

}