/* FONT FAMILY */

@font-face {
    font-family: bricolage-Cond-Light;
    src: url(../font/BricolageGrotesque_18pt_Condensed-Light.ttf);
}

@font-face {
    font-family: bricolage-Cond-Extrabold;
    src: url(../font/BricolageGrotesque_18pt_Condensed-ExtraBold.ttf);
}

@font-face {
  font-family: bricolage-Extralight;
  src: url(../font/BricolageGrotesque_18pt-ExtraLight.ttf);
}

@font-face {
  font-family: bricolage-Semibold;
  src: url(../font/BricolageGrotesque_18pt-SemiBold.ttf);
}

@font-face {
  font-family: sourceSerif-Lightitalic;
  src: url(../font/SourceSerif4_36pt-LightItalic.ttf);
}

/* =============================================================================================== */
/* CSS RESET */

* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}

/* MAIN STYLING */

body {
    background-color: #03030d;
    padding: 0;
    color: white;
}

h1 {
  font-family: bricolage-Cond-Extrabold;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  font-size: 28px;
  text-transform:uppercase;
}

h2 {
    font-family: bricolage-Cond-Extrabold;
    font-size: 72px;
    margin-bottom: 80px;
}

h3 {
    font-family: bricolage-Cond-Light;
    font-size: 36px;
    font-weight: 100;
}

h4 {
  font-size: 24px;
  font-family: bricolage-Cond-Light;
  text-transform: uppercase;
}

p, ul {
  font-family: bricolage-Extralight;
  font-size: 18px;
  line-height: 155%;
  margin-bottom:30px;
}

ul li {
  margin-bottom: 10px;
}

a {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #fff;
}


/* =============================================================================================== */


/* menu */

.header ul {
  list-style: none;
  overflow: hidden;
  margin-bottom:0;
}

.header ul li {
  margin-bottom:0;
}

.header .menu {
clear: both;
max-height: 0;
transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
cursor: pointer;
display: inline-block;
float: right;
padding: 28px 20px;
position: relative;
user-select: none;
margin:10px 0 10px 0;
}

.header .menu-icon .navicon {
background: #FFF;
display: block;
height: 3px;
position: relative;
transition: background .2s ease-out;
width: 21px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
background: #FFF;
content: '';
display: block;
height: 100%;
position: absolute;
transition: all .2s ease-out;
width: 100%;
}

.header .menu-icon .navicon:before {
top: 6px;
}

.header .menu-icon .navicon:after {
top: -6px;
}

/* menu btn */

.header .menu-btn {
display: none;
}

.header .menu-btn:checked ~ .menu {
max-height: 400px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;
}

#navbar {
    /* overflow: hidden; */
    transition: 0.2s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
  }

  .navbar {
    padding: 60px 10px 60px 40px;

  }

  .navbar-scroll {
    padding: 15px 10px 15px 40px;
  }

.navbg {
    background: rgba(3, 3, 13, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

  #navbar .navbar-container {
    margin:0 auto;
    max-width: 1270px;
  }
  
  #navbar a {
    float: left;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: bricolage-Cond-Light;
  }
  
  #navbar .logo {
    position: absolute;
    z-index: 1000;
    width: 122px;
    height: 129px;
    transition: 0.4s;
    background-image: url(../img/logo-ar.png) ;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #navbar .logo-scroll {
    width: 78px;
    height: 83px;
    transition: all 0.4s;
    background-image: url(../img/logo-ar.png) ;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  #navbar a:hover {
    color: #fff;
  }
  
  #navbar a.active {
    color: white;
  }
  
  .menu a {
    font-size: 28px;
    color: #3b3b46;
  }

.hero {
    position: absolute;
    width:100%;
    height: 85vh;
    margin: 0 auto;
    margin-top:10vh;
    background: url(../img/original.png);
    background-position: 50% 20px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.hero-overlay {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
    top:0;
    right:0;
    background: rgba(3, 3, 13, 0.65);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-overlay .slider-container {
    position: relative;
    margin-top:40px;
    max-width: 635px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.hero-overlay .slider-container .know-more {
  height: 50px;
  width: 100%;
}

.hero-overlay .slider-container .know-more a {
  position: absolute;
  right: 20px;
  margin-top: -40px;
  padding:15px 25px;
  border:1px solid #fff;
  color:#fff;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  z-index: 5;
  /* background-image: url(../img/little-arrow.png);
  background-repeat: no-repeat;
  background-position: 110px center;
  background-size: 9px auto; */
  transition: all 0.2s;
  z-index:1000;
}

.hero-overlay .slider-container .know-more a:hover {
  margin-top: -45px;
  padding:20px 30px;
  background-color: #191926;
  background-position: 105px center;
  right: 15px;
}


.slider-container h2 {
  position: absolute;
  top: 59px;
  left: 80px;
  z-index: 1;
  font-family: bricolage-Cond-Extrabold;
  color: #fff;
  font-size: 71px;
  cursor: grab;
}

.slider-container h3 {
  position: absolute;
  z-index: 0;
  font-family: bricolage-Extralight;
  line-height: 110%;
  color: #454551;
  font-size: 88px;
  text-align: center;
  text-indent:80px;
  cursor: grab;
}

.slider-container h3 span {
  float: left;
  display: block;
  position:relative;
  margin-top:-25px;
  width: 100%;
}

.slider-container .slide-two h2 {
  /* left: 60px; */
}


.slider-container .slide-four h3 {
  text-indent:50px;
}

.slider-container .slide-five h3 span {
  margin-left:27px;
}

.swiper {
  width: 100%;
  height: 360px;
  margin-top: -20px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  cursor: grab;
}

.custom-bullets .swiper-pagination-bullet {
  background-color: #03030d;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}

.hero-container {
    margin: 0 auto;
    max-width: 1270px;
    height: 100vh;
    top: 0;
    /* background-color: aqua; */
    display: flex;
    align-items: center;
}

.hero-container .hero-content {
    flex: 0.5;
    margin-left:20px;
    margin-top:65px;
}

.hero-container .hero-content h1 {
  margin-bottom:0;
  line-height: 95%;
}

.hero-container .hero-content h1:nth-child(2) {
  color: #3b3b46;
  margin-left:-1px;
}

.main-container {
    margin: 0 auto;
    max-width: 1270px;
    /* background-color:bisque; */
}

.next-to-hero {
    position: relative;
    margin-top:-35px;
    z-index:10;
    background-color: #03030d;
    box-shadow: 0px -30px 50px 30px rgba(3, 3, 13, 1.2);
}

.main-container h2 {
    text-align: center;
}

.main-container .gallery {
    width:100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding:0 20px 0 20px;
    margin-bottom:100px;
}

.gallery .card {
    background-color: #191926;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    /* height: 330px; */
    padding-bottom:84%;
    cursor: pointer;
}

.card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding:10px;
  box-sizing: border-box;
  /* transform: translateY(100%); */
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.card .card-content .thumb {
  /* height: 207px; */
  margin:5px;
  background-color:bisque;
  border-radius: 20px;
  transition: all .2s ease-in-out;
  opacity: 0.8;
  padding-bottom:55%;
  cursor: pointer;
}

.card:hover .card-content .thumb {
  /* height: 168px; */
  padding-bottom:47%;
  opacity: 1;
}

.card .card-content h3 {
    margin:10px 10px 0 10px;
    line-height: 100%;
}

.card .card-content .arrow-next {
  display: block;
  float: right;
  width:50px;
  height:50px;
  background: url(../img/arrow-next.png) no-repeat;
  margin:30px 30px 0 0;
  transition: all .3s ease-in-out;
}

.card:hover .card-content .arrow-next {
  margin:-10px 10px 0 0;
  transform: rotate(180deg);
}

.card .card-content .th-project1 {
  background: url(../img/th-luccastoon.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card .card-content .th-project2 {
  background: url(../img/th-universinho.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card .card-content .th-project3 {
  background: url(../img/th-turmadamonica.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card .card-content .th-project4 {
  background: url(../img/th-colony.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card .card-content .th-project5 {
  background: url(../img/th-mediaone.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card .card-content .th-project6 {
  background: url(../img/th-elmachips.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card .card-content .th-project7 {
  background: url(../img/th-oficinaconsultores.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card .card-content .th-project8 {
  background: url(../img/th-brunoroberti.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card .card-content .th-project9 {
  background: url(../img/th-guiademoteis.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-container .gallery-clients {
    width:100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding:0 20px 0 20px;
    margin-bottom:200px;
}

.gallery-clients .item{
    border: 2px solid #191926;
}

.gallery-clients .item img{
  width: 100%;
  height: auto;
}

/* LOGOS PAGE */
.main-container .gallery-logos {
  width:100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding:0 20px 0 20px;
  margin-bottom:200px;
}

/* .gallery-logos .item{
  border: 2px solid #191926;
} */

.gallery-logos .item p {
  max-width: 100%;
  text-align: center;
  margin:10px 0 10px 0;
}

.gallery-logos .item img{
width: 100%;
height: auto;
margin:0;
}

/* ABOUT PAGE */

.hero-container-about {
  position: relative;
  margin: 0 auto;
  max-width: 1270px;
  top: 0;
  /* background-color: aqua; */
  display: flex;
}

.hero-container-about .hero-content-about {
  flex:1;
  margin:400px 0 0 0;
}

.hero-container-about .hero-content-about p {
  margin:0 300px 20px 20px;
}

.hero-container-about .hero-content-about h3 {
  font-family: bricolage-Cond-Extrabold;
  font-size:28px;
  text-transform: uppercase;
  margin: 0 0 30px 20px;
}

.hero-container-about .hero-content-about span {
  color:#5a5e67;
}

.hero-container-about .hero-overlay-about {
  flex:1;
  background: rgba(3, 3, 13, 0.65);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-container-about .hero-overlay-about .about-container {
  max-width: 635px;
  margin:280px 55px 150px 85px;
}

.about-container h2 {
  margin-bottom:30px;
  text-transform: uppercase;
}

.roles {
  width:100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-family: bricolage-Cond-Extrabold;
  font-size: 18px;
  text-transform: uppercase;
  margin:250px 0 0 20px;
}

.roles .role-one {
  padding-top: 35px;
 background-image: url(../img/icon-lead.png);
 background-repeat: no-repeat;
 background-size: auto 20px; 
}

.roles .role-two {
  padding-top: 35px;
 background-image: url(../img/icon-creative.png);
 background-repeat: no-repeat;
 background-size: auto 21px; 
}

.roles .role-three {
  padding-top: 35px;
 background-image: url(../img/icon-ux.png);
 background-repeat: no-repeat;
 background-size: auto 20px; 
}

.roles .role-four {
  padding-top: 35px;
 background-image: url(../img/icon-ui.png);
 background-repeat: no-repeat;
 background-size: auto 16px;
 background-position: 0 2px;
}

.roles .role-five {
  padding-top: 35px;
 background-image: url(../img/icon-frontdev.png);
 background-repeat: no-repeat;
 background-size: auto 17px; 
}

/* PROJECT PAGE */

.project-header {
  margin: 0 auto;
  margin-top:300px;
  margin-bottom:60px;
  max-width: 1270px;
}

.project-header h1 {
  font-family: bricolage-Cond-Extrabold;
  font-size: 102px;
  position: absolute;
  margin-left:20px;
}

.project-header div {
  width: 100%;
  margin-top:75px;
  display: flex;
}

.project-header div .banner {
  flex:1;
  padding-bottom:21.3%;
  background-repeat: repeat-x;
  background-size: 38.4% auto;
  background-position: center left;
}

.luccas-toon {
  background-image: url(../img/thumb.png);
}

.universinho {
  background-image: url(../img/th-universinho2.jpg);
}

.monicaverso {
  background-image: url(../img/th-turmadamonica.jpg);
}

.colony {
  background-image: url(../img/th-colony2.jpg);
}

.media-one {
  background-image: url(../img/th-mediaone.jpg);
}

.elma-chips {
  background-image: url(../img/th-elmachips.jpg);
}

.oficina-consultores {
  background-image: url(../img/th-oficinaconsultores.jpg);
}

.bruno-roberti {
  background-image: url(../img/th-brunoroberti.jpg);
}

.guia-de-moteis {
  background-image: url(../img/th-guiademoteis.jpg);
}

.project-header div .played-roles {
  flex:0.336;
  position: relative;
}

.project-header div .played-roles ul {
  position: absolute;
  bottom:0;
  list-style: none;
  font-family: bricolage-Cond-Light;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 180%;
  margin:0 0 -15px 20px;
}

.project-header div .played-roles ul li {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
}

.project-header div .played-roles ul li.design-lead {
  background-image: url(../img/icon-lead.png);
  background-size: 19px auto;
}

.project-header div .played-roles ul li.art-direction{
  background-image: url(../img/icon-creative.png);
  background-size: 22px auto;
}

.project-header div .played-roles ul li.ui-design{
  background-image: url(../img/icon-ui.png);
  background-size: 18px auto;
  background-position: top 15px left 0px;
}

.project-header div .played-roles ul li.frontend-dev{
  background-image: url(../img/icon-frontdev.png);
  background-size: 20px auto;
  background-position: top 14px left 0;
}

.project {
  margin-bottom: 200px;
}

.project h2 {
  margin:0 20px 35px 25%;
  max-width:540px;
  font-size:50px;
  text-align: left;
  line-height: 100%;
}

.project h3, .project h4 {
  margin:0 20px 30px 25%;
  max-width:540px;
  text-align: left;
}

.project p {
  margin:0 20px 30px 25%;
  max-width:540px;
  text-align: left;
}

.project p.stronger {
  font-family: bricolage-Semibold;
}

.project p.time {
  font-family: bricolage-Semibold;
  color: #454551;
}

.project ul {
  margin:0 20px 35px 27%;
  max-width:515px;
  text-align: left;
}

.project ul ul {
  margin:0 0 0 20px;
}

.project p.quote {
  font-family: sourceSerif-Lightitalic;
  font-size: 28px;
  color: #6d717a;
  line-height: 140%;
  margin-top:40px;
  margin-bottom:40px;
  padding:40px 60px 40px 70px;
  border-top: 1px solid #3b3b46;
  border-bottom: 1px solid #3b3b46;
  background: url(../img/two-commas.png) no-repeat;
  background-position: left 18px top 40px;
  background-size: 30px;
}

.project p.footnote {
  font-size: 15px;
  color: #5a5e67;
}

.project .image-single {
  display: block;
  margin:0 0 30px 25%;
  max-width:540px;
}

.project .image-single img {
  margin:0;
  height:auto;
  width: 100%;
}

.project .image-single span {
  float: left;
  display: block;
  width: 100%;
  font-size: 11px;
  color: #454551;
  margin: 7px 0 40px 0;
}

.project img {
  margin:0 0 30px 25%;
  width:75%;
  height:auto;
}

.project-gallery {
  width:75%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding:0;
  margin:0 0 40px 25%;
}

.project-gallery img {
  margin:0;
  width:100%;
  height:auto;
}

.project p img {
  margin:0;
  width:100%;
  height:auto;
}

/* FOOTER */

.footer {
  width: 100%;
  border-top:2px solid #fff;
}

.footer .footer-container {
  margin:0 auto;
  max-width: 1270px;
  display: flex;
  flex-direction: row-reverse;
}

.footer-container .left-col {
  flex: 1;
  margin:60px 0 20px 0;
  display: flex;
  justify-content: right;
}

.left-col .apple-me {
  width:47px;
  height:80px;
  background-image: url(../img/apple-me.png) ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 16px 3px;
}

.footer-container .short {
  margin:0 20px 0 15px;
}

.footer-container .short h1 {
  line-height: 95%;
}

.footer-container .short h1:nth-child(2) {
  color: #3b3b46;
  margin-left:-1px;
}

.footer-container .right-col {
  flex: 1;
  margin:55px 0 25px 0;
}

.footer-container .right-col ul {
  float:left;
  margin-left: 20px;
  font-family: bricolage-Cond-Light;
  font-size: 28px;
  list-style: none;
  line-height: 140%;
}

.footer-container .right-col ul li:first-child {
  padding-left:35px;
  background-image: url(../img/icon-mail.png);
  background-repeat: no-repeat;
  background-size: 23px 18px;
  background-position: 0 12px;
}

.footer-container .right-col ul li:last-child {
  padding-left:35px;
  background-image: url(../img/icon-linkedin.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 3px 11px;
}

.footer-container .right-col ul li a {
  color: #fff;
  text-decoration: none;  
}

.footer-container .right-col ul li a:hover {
  text-decoration: underline;
}

#preloader {
  position: fixed;
  top:0;
  background: #03030d url(../img/preloader.gif) no-repeat center center;
  background-size: 40px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s;
}

#preloaderTwo {
  position: fixed;
  top:0;
  background: #03030d;
  height: 100%;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s;
}


/* =============================================================================================== */
@media (min-width: 1024px) {

  .header ul {
  background: none;
  margin-top: 20px;
  }
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

/* =============================================================================================== */
@media screen and (max-width: 1270px) {
  .navbar {
    padding: 30px 10px 60px 40px;

  }

  .hero {
    background-size: cover;
  }

  .hero-container .hero-content {
    margin-top:11.2vw;
    height:200px;
    margin-left:40px ;
  }

  .swiper {
    margin-top: -20px;
    height:28vw
  }

  .slider-container h2 {
    top: 4.51vw;
    font-size: 5.4vw;
    margin-left: -4%;
  }
  
  .slider-container h3 {
    font-size: 6.6vw;
    width: 95%;
    left:1%;
    text-indent:70px;
  }

  .slider-container .slide-three h3 {
    text-indent:48px;
  }

  .gallery .card {
    border-radius: 2.6vw;
  }

  .card .card-content h3 {
    font-size: 2.77vw;
  }

  .card .card-content .thumb {
    margin:1%;
    border-radius: 1.7vw;
  }

  .card .card-content .arrow-next {
    background-size: 85% auto;
  }

  .card:hover .card-content .arrow-next {
    margin:-15px 5px 0 0;
  }

}

/* =============================================================================================== */
@media (max-width: 1023px) {
  .header ul {
      position: absolute;
      top: 0;
      left:0;
      width: 100%;
      margin-top:109px;
      height:310px;
      background: #03030d;
  }
  .header ul li {
      position: relative;
      width: 100%;
      display: block;
      text-align: center;
  }

  .header ul li:first-child {
      margin-top:30px;
  }

  .header li a {
  display: block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  font-size: 42px;
  }

  #navbar .logo {
    left: 0; 
    right: 0; 
    margin:0 auto;
    width: 78px;
    height: 83px;
    transition: all 0.4s;
    background-image: url(../img/logo-ar.png) ;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #navbar .logo-scroll {
    position: absolute;
    left: 0; 
    right: 0; 
    margin:0 auto;
    width: 78px;
    height: 83px;
    transition: all 0.4s;
    background-image: url(../img/logo-ar.png) ;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hero {
    position: absolute;
    width:100%;
    height: 75vw;
    margin-top: 100px;
    left:0;
    background: url(../img/original.png);
    background-position: right -57vw top 5vw;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.hero-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top:35vw;
    right:0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-overlay .slider-container {
    position: relative;
    margin:0 auto;
    margin-top:30vw;
    max-width: 95%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.slider-container h2 {
  top: 8.4vw;
  font-size: 11.1vw;
}

.slider-container h3 {
  font-size: 12.4vw;
  width: 90%;
  left:1%;
  text-indent:70px;
  line-height: 115%;
}

.slider-container h3 span {
  margin-top:-25px;
}

.slider-container .slide-three h3 {
  text-indent:48px;
}

.swiper {
  width: 100%;
  height: 50vw;
  margin-top: 0px;
}

/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  
  width: 59%;
} */

.hero-overlay .slider-container .know-more {
  height: 50px;
  width: 100%;
}

.hero-overlay .slider-container .know-more a {
  position: absolute;
  right: 20px;
  margin-top: -40px;
  padding:15px 25px;
  border:1px solid #fff;
  color:#fff;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  z-index: 5;
  /* background-image: url(../img/little-arrow.png);
  background-repeat: no-repeat;
  background-position: 125px center;
  background-size: 9px auto; */
  transition: all 0.2s;
}

.hero-overlay .slider-container .know-more a:hover {
  margin-top: -45px;
  padding:20px 30px;
  background-color: #191926;
  background-position: 135px center;
  right: 15px;
}

.hero-container {
  height:80vw;
}

  .hero-container .hero-content {
    flex: 1;
    height:20vw;
    margin-left:60px;
  }

  .hero-container .hero-content h1 {
    font-size: 4vw;
  }

  .main-container h2 {
    font-size: 11.2vw;
    margin-bottom: 30px;
}

  .next-to-hero {
    margin-top:47vw;
    z-index:10;
    background-color: #03030d;
    box-shadow:none;
  }

  .hero-container-about {
    width:100%;
    flex-direction: column-reverse;
  }
  
  .hero-container-about .hero-overlay-about {
    background:none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .hero-container-about .hero-overlay-about .about-container {
    max-width: 635px;
    margin:280px 20px 0 20px;
  }
  
  .hero-container-about .hero-content-about {
    flex:1;
    margin:0;
  }
  
  .hero-container-about .hero-content-about p {
    margin:0 20px 20px 20px ;
  }
  
  .roles {
    width:100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    font-family: bricolage-Cond-Extrabold;
    font-size: 18px;
    text-transform: uppercase;
    margin:50px 0 70px 0;
    padding:0 20px 0 20px;
  }

  .project-header {
    margin:200px 0 40px 0;
    position:relative;
  }

  .project-header h1 {
    font-family: bricolage-Cond-Extrabold;
    font-size: 13vw;
    position: absolute;
    margin-left:20px;
  }

  .project-header div {
    width: 100%;
    margin-top:75px;
    display: flex;
    flex-direction: column-reverse;
  }

  .project-header div .banner {
    flex:1;
    padding-bottom:21.3%;
    background-repeat: repeat-x;
    background-size: 38.4% auto;
    background-position: center left;
    border-left:10vw solid #03030d;
  }

  .project-header div .played-roles {
    flex:1;
    padding-left:7.4vw;
    margin-top:30px;
    padding-top:0;
  }

  .project-header div .played-roles ul {
    position: relative;
  }

  .project h2 {
    margin:0 10vw 35px 10vw;
    max-width:540px;
    font-size:50px;
    text-align: left;
    line-height: 100%;
  }
  
  .project h3, .project h4 {
    margin:0 10vw 30px 10vw;
    max-width:540px;
    text-align: left;
  }

  .project p {
    margin:0 10vw 30px 10vw;
    max-width:540px;
    text-align: left;
  }

  .project ul {
  margin:0 10vw 30px 12.5vw;
  max-width:515px;
  text-align: left;
  }

  .project ul ul {
    margin:0 0 0 20px;
  }

  .project .image-single {
  display: block;
  margin:0 10vw 30px 10vw;
  max-width:540px;
  }

  .project .image-single img {
    margin:0;
    height:auto;
    width: 100%;
  }

  .project img {
    margin:0 0 30px 10vw;
    width:90vw;
    height:auto;
  }
  .project-gallery {
  width:87%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding:0;
  margin:0 10vw 30px 10vw;
  }

  .project-gallery img {
    margin:0;
    width:100%;
    height:auto;
  }

  /* LOGOS PAGE */
.main-container .gallery-logos {
  width:100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding:0 20px 0 20px;
  margin-bottom:200px;
  }
  .gallery-logos .item p {
    text-align: left;
  }
}

/* =============================================================================================== */
@media (max-width: 840px) {
  .main-container .gallery {
    width:100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding:0 20px 0 20px;
    margin-bottom:100px;
  }

  .card .card-content h3 {
    font-size: 4.5vw;
  }
}

/* =============================================================================================== */
@media (max-width: 540px) {

.hero {
    position: absolute;
    width:100%;
    height: 75vw;
    margin-top: 100px;
    left:0;
    background: url(../img/original.png);
    background-position: right -57vw top 5vw;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.hero-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100svh;
    top:0;
    right:0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-overlay .slider-container {
    position: relative;
    margin-top:50svh;
    max-width: 635px;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.slider-container h2 {
  top: 9.1vw;
  font-size: 11.5vw;
  margin-left: -9%;
}

.slider-container h3 {
  font-size: 13vw;
  width: 100%;
  left:-10px;
  text-indent:70px;
  line-height: 118%;
}

.slider-container h3 span {
  margin-top:-15px;
}

.slider-container .slide-two h2 {
  /* left: 40px; */
}

.slider-container .slide-three h3 {
  text-indent:48px;
}

.slider-container .slide-four h3 {
  text-indent:35px;
}

.swiper {
  width: 100%;
  height: 60vw;
  margin-top: 0px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  
  width: 60%;
}

.hero-overlay .slider-container .know-more {
  height: 50px;
  width: 100%;
}

.hero-overlay .slider-container .know-more a {
  position: absolute;
  right: 20px;
  margin-top: -40px;
  padding:15px 20px;
  border:1px solid #fff;
  font-size: 14px;
  color:#fff;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  z-index: 5;
  /* background-image: url(../img/little-arrow.png);
  background-repeat: no-repeat;
  background-position: 113px center;
  background-size: 9px auto; */
  transition: all 0.2s;
}

.hero-overlay .slider-container .know-more a:hover {
  margin-top: -45px;
  padding:20px 25px;
  background-color: #191926;
  background-position: 121px center;
  right: 15px;
}

.hero-container {
  height:80svh;
  margin-bottom:16svh;
}

  .hero-container .hero-content {
    flex: 1;
    height:20vw;
    margin-top:-50px;
    margin-left:20px;
  }

  .hero-container .hero-content h1 {
    font-size: 6vw;
  }

  .main-container h2 {
    font-size: 12vw;
    margin-bottom: 30px;
}

  .next-to-hero {
    margin-top:0;
    z-index:10;
    background-color: #03030d;
    box-shadow:none;
  }

.main-container .gallery {
  width:100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding:0 20px 0 20px;
  margin-bottom:100px;
}

.gallery .card {
  border-radius: 6.5vw;
}

.card .card-content h3 {
  font-size: 8vw;
}

.card .card-content .thumb {
  margin:1%;
  border-radius: 4vw;
}

  .card .card-content .arrow-next {
    display: none;
  }

  .main-container .gallery-clients {
    width:100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding:0 20px 0 20px;
    margin-bottom:200px;
}

.hero-container-about .hero-overlay-about .about-container {
  max-width: 635px;
  margin:280px 20px 0 20px;
}

.hero-container-about .hero-content-about {
  flex:1;
  margin:0;
}

.hero-container-about .hero-content-about p {
  margin:0 20px 20px 20px ;
}

.roles {
  width:100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  font-family: bricolage-Cond-Extrabold;
  font-size: 18px;
  text-transform: uppercase;
  margin:50px 0 70px 0;
  padding:0 20px 0 20px;
}

.project-header h1 {
  font-family: bricolage-Cond-Extrabold;
  line-height: 80%;
  font-size: 16vw;
  position: absolute;
  margin-left:20px;
  margin-top:14px;
}

.project-header div {
  width: 100%;
  margin-top:45px;
  display: flex;
  flex-direction: column-reverse;
}

.project-header div .banner {
  flex:1;
  padding-bottom:45%;
  background-repeat: repeat-x;
  background-size: 60% auto;
  background-position: center left;
  border-left:10vw solid #03030d;
}

.project-header div .banner2 {
  margin-top:95px;
}

.project-header div .played-roles {
  flex:1;
  padding-left:7.4vw;
  padding-top:0;
}

.project h2 {
  margin:0 20px 35px 10px;
  max-width:540px;
  font-size:36px;
  text-align: left;
  line-height: 100%;
}

.project h3, .project h4 {
  margin:0 20px 30px 10px;
  max-width:540px;
  text-align: left;
}

.project p {
  margin:0 20px 30px 10px;
  max-width:540px;
  text-align: left;
}

.project p.quote {
  padding:40px 50px 40px 70px;
}

.project ul {
  margin:0 20px 30px 30px;
  max-width:515px;
  text-align: left;
  }

  .project ul ul {
    margin:0 0 0 20px;
  }

  .project .image-single {
  display: block;
  margin:0 10px 30px 10px;
  max-width:540px;
  }

  .project .image-single img {
    margin:0;
    height:auto;
    width: 100%;
  }

  .project img {
    margin:0 0 30px 10vw;
    width:90vw;
    height:auto;
  }
  .project-gallery {
  width:94%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  padding:0;
  margin:0 10px 10px 10px;
  }

.project img {
  margin:0 10px 30px 10px;
  width:92%;
  height:auto;
}


.footer .footer-container {
  flex-direction: column-reverse;
  align-items: center;
}

.footer-container .left-col {
  margin:30px 0 40px 0;
}

.footer-container .short {
  margin: 0 0 0 13px;
}

.footer-container .short h1 {
  font-size: 24px;
  line-height: 95%;
}

.left-col .apple-me {
  width:30px;
  height:68px;
  background-image: url(../img/apple-me.png) ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 3px 2px;
}

.footer-container .right-col ul {
  text-align: center;
  margin:0;
}

.footer-container .right-col ul li:first-child {
  padding-left:30px;
  background-position: 0 12px;
}

.footer-container .right-col ul li:last-child {
  padding-left:15px;
  background-position: 35px 11px;
}
}


/* =============================================================================================== */
@media (max-height: 710px) and (min-width: 1270px) {
  .hero-overlay .slider-container {
  margin-top: 60px;
  }
  .swiper {
    height: 52vh;
  }
}
