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

html{
  overflow-x: hidden;
}

body {
  background: #151515;
  color: #f5f5f5;
  line-height: 1.6;
  font-weight: 100;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
  font-family: "Lora", serif;
}

/* Cabeçalho */
header {
  background: #121212;
  padding: 15px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.title-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}


header .logo {
  width: 110px;
}

header button {
  display: none;
}

header h1 {
  padding-left: 12px;
  font-size: 2rem;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 3px;
}

nav {
  margin-right: 170px;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;

}


nav a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 23px;
}

nav a:hover {
  color: #bbb;
}

  .menu-mobile {
    position: relative;
    background-color: #15151500;
    z-index: 9;
    display: flex;
    transform: translateX(0);
  }

.menu-link {
  position: relative;
}

.menu-link--active::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 10px;
  background-color: #949494;
  top: -40px;
  left: 8px;
}



/* Hero */
.hero {
  background: url(assets/wallpaperhero3.png) no-repeat center center/cover;
  height: 600px;
  display: flex;
  align-items: center;
  color: white;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.hero-img {
  position: absolute;
  width: 99vw;
  margin-top: 165px;
}

.esquerda {
  width: 50%;
  z-index: 2;
}

.esquerda-container {
  width: 40%;
  top: 36%;
  position: absolute;
  left: 8%;
  animation: fadeLeft 1.1s forwards;
}

.esquerda h2 {
  font-size: 50px;
  letter-spacing: 2px;
}

.esquerda p {
  font-size: 50px;
  letter-spacing: 2px;
}

.direita {
  width: 50%;

}

.direita-container {
  z-index: 2;
  position: absolute;
  right: 5%;
  bottom: 25%;
  animation: fadeRight 1.1s forwards;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #313131db;
    color: #efefef;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
    letter-spacing: 1px;
}

.btn:hover {
  background: #ccc;
}

.section-about {
  display: flex;
  width: 100%;
  position: relative;
  background-color: #121212;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
  height: 500px;
}

.section-about h2 {
  padding-bottom: 10px;
  letter-spacing: 3px;
  font-size: 30px;
}

.about-container {
  margin-bottom: 2%;
}

.about{
  animation: fadeRight 1.1s forwards;
}

.sobre--active::before {
    content: 'Sobre Nós';
    position: absolute;
    bottom: 24%;
    left: 40%;
    opacity: .2;
    letter-spacing: 4px;
    font-size: 37px;
    animation: fadeleftbefore 1.1s forwards;
}

.descricao {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  margin-top: 3%;

}

.descricao p {
  width: 60%;
  font-size: 22px;
  letter-spacing: 1px;
  animation: fadebottom 2s forwards;
}

.hero-wallpaper2 {
  background: url(assets/herowallpaper3.jpg) no-repeat center center/cover;

}

.horarios-funcionamento {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 450px;
    justify-content: center;
    
}

.horarios-funcionamento h3 {
  font-size: 25px;
}

.horarios-container {}

.horarios {
  padding-top: 15px;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  display: grid;
}

.horarios .p {
  font-size: 21px;
  padding: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.horarios span {
  font-weight: bold;
}

.hero-wallpaper3 {
  width: 100vw;
  position: absolute;
}

.localiza-redes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.redes {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6%;
  margin-top: 2%;
  font-size: 20px;
}

.redes a {
  text-decoration: none;
  color: white;
}

.icons {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 8%;
}

.telefone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}

.mail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.localiza-container {
  display: flex;
  flex-direction: column;
}

.localizacao {
  width: 32%;
}

.enunciado-localiza {
  text-align: center;
}

/* Seções */
.cortes {
  padding: 50px 20px 60px 20px;
  text-align: center;
}

.titulo h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 2px;
  animation: fadeRight 1.1s forwards;
}

.nossos-cortes--active::before {
    content: 'Nossos Cortes';
    position: absolute;
    bottom: 16%;
    right: 4%;
    opacity: .2;
    letter-spacing: 2px;
    font-size: 33px;
    animation: fadeleftbefore 1.1s forwards;
    width: 100%;
}

.titulo p {
  width: 50%;
  font-size: 19px;
  letter-spacing: 2px;
  animation: fadebottom 2s forwards;
}

.titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.oque-dizem--active::before {
    content: 'O que dizem nossos clientes';
    position: absolute;
    bottom: 87%;
    right: 13%;
    opacity: .2;
    letter-spacing: 3px;
    font-size: 30px;
    width: 80%;
}


/* Galeria */

.equipe--active::before {
    content: 'Nossa Equipe';
    position: absolute;
    bottom: 24%;
    right: 3%;
    opacity: .2;
    letter-spacing: 3px;
    font-size: 32px;
    animation: fadeleftbefore 1.1s forwards;
    width: 100%;
}

.galeria {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8%;
}

.galeria img {
  width: 530px;
  border-radius: 10px;
  transition: transform 0.3s;
}

.galeria img:hover {
  transform: scale(1.05);
}

/* Cards */

.feedback {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}

.feedback h2 {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2px;
}

.barbeiro-titulo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
  position: relative;
}

.barbeiro-titulo h2 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 2px;
  animation:fadeRight 1.1s forwards;
}

.barbeiro-titulo .p {
  text-align: center;
  width: 62%;
  letter-spacing: 2px;
  animation:fadebottom 2s forwards;
}


.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 6%;
  padding-bottom: 3%;
}

.card {
  background: #222;
  padding: 20px;
  border-radius: 12px;
  width: 250px;
  text-align: center;
  transition: transform 0.3s;
}

.card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card:hover {
  transform: translateY(-5px);
}

.enunciado .instagram {
  margin-top: 2px;
}

.enunciado a {
  text-decoration: none;
  color: whitesmoke;
}

.rede {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 8px;
}

.enunciado {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Rodapé */
footer {
  background: #000;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1367px) {
  .esquerda-container {
    width: 40%;
    top: 18%;
    position: absolute;
    left: 8%;
  }

  .esquerda p {
    font-size: 36px;
    letter-spacing: 2px;
  }

  .hero-wallpaper2 {
    background: url(assets/herowallpaper3.jpg) no-repeat center center / cover;
    height: 320px;
    display: flex;
    align-items: center;
  }

  /*cuts mobile*/

  nav {
    margin-right: 50px;
  }

  .titulo p {
    width: 40%;
    font-size: 19px;
    letter-spacing: 2px;
  }

}

@media (max-width: 1024px) {

  /*Home Configs*/
  header button {
    display: none;
  }

  nav {
    margin-right: 30px;
  }

  .esquerda-container {
    width: 38%;
    top: 22%;
    position: absolute;
    left: 8%;
  }

  .esquerda h2 {
    font-size: 38px;
    letter-spacing: 2px;
  }

  .esquerda p {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .section-about {
    height: 370px;
  }

  .about span {
    left: 40%;
    top: 22%;
  }

  .hero-wallpaper2 {
    height: 300px;
    display: flex;
    align-items: center;
  }

  /*Cuts mobile*/

  .galeria img {
    width: 400px;
  }

  .card {
    width: 228px;
    gap: 20px;
  }

}

@media (max-width: 900px) {

      .oque-dizem--active::before {
        content: 'Oque dizem nossos clientes';
        position: absolute;
        bottom: 90%;
        right: 1%;
        opacity: .2;
        letter-spacing: 3px;
        font-size: 32px;
        animation: fadeleftbefore 1.1s forwards;
        width: 100%;
    }
}

@media (max-width: 768px) {

  header {
    position: static;
  }

  header .logo {
    width: 76px;
  }

  header h1 {
    padding-left: 8px;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 3px;
  }

  header button {
    display: none;
  }

  nav {
    margin-right: 30px;
  }

  nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: row;
  }

  .menu-link {
    position: relative;
    font-size: 20px;
  }

  .sobre--active::before {
    content: 'Sobre Nós';
    position: absolute;
    bottom: 24%;
    left: 35%;
    opacity: .2;
    letter-spacing: 4px;
    font-size: 37px;
    animation: fadeleftbefore 1.1s forwards;
}



  nav a {
    color: #f5f5f5;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 13px;
  }

  .hero {
    height: 560px;
  }

  .esquerda-container {
    width: 57%;
    top: 35%;
    position: absolute;
    left: 8%;
  }

  .esquerda h2 {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .esquerda p {
    font-size: 17px;
    letter-spacing: 2px;
  }

  .direita-container {
    z-index: 2;
    position: absolute;
    right: 60px;
    bottom: 16%;
  }

  .about-container {
    margin-bottom: 2%;
  }

  .section-about {
    height: 350px;
  }

  .section-about h2 {
    padding-bottom: 10px;
    letter-spacing: 3px;
    font-size: 30px;
  }

  .descricao {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    margin-top: 3%;
  }

  .descricao p {
    width: 60%;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .horarios-funcionamento {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .horarios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }

  .horarios .p {
    font-size: 12px;
    padding: 20px;
  }

  .localiza-redes {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .enunciado-localiza h2 {
    display: none;
  }

  .redes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2%;
    font-size: 12px;
    align-items: center;
    margin-left: 0;
    padding-bottom: 15px;
  }

  .tel-mail {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
  }

  .icons {
    width: 45%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: end;
    margin-right: 8px;
    margin-top: 0;
  }

  .localizacao {
    width: 100%;
  }

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

  footer {
    background: #000;
    text-align: center;
    padding: 10px 10px 13px 10px;
    margin-top: 5px;
  }

  .titulo h2 {
    font-size: 40px;
  }

  .titulo p {
    width: 50%;
  }

  .galeria img {
    width: 300px;
  }

}


@media (max-width: 560px) {

  header button {
    display: inline;
    background: none;
    color: white;
    font-size: 14px;
    border-radius: 43%;
    padding: 8px;
    border-color: #4b4b4b33;
    border-style: solid;
    letter-spacing: 2px;
  }

  .menu-mobile {

    position: absolute;
    background-color: #151515;
    height: 100vh;
    top: 0;
    right: 0;
    width: 60%;
    z-index: 9;
    display: none;
    margin-right: 0;
  }

  .menu-lateral--active::before {
    content: '';
    background: #4e4e4e8a;
    position: absolute;
    height: 5%;
    width: 5%;
    left: 0;
  }

  .menu-link--active::before {
    display: none;
  }

  nav ul {
    list-style: none;
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-direction: column;
    margin-top: 70%;
    margin-left: 20px;
  }

  nav a {
    color: #f5f5f5;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 13px;
  }

  .sobre--active::before {
    content: 'Sobre Nós';
    position: absolute;
    bottom: 24%;
    left: 32%;
    opacity: .2;
    letter-spacing: 4px;
    font-size: 37px;
    animation: fadeleftbefore 1.1s forwards;
}

.oque-dizem--active::before {
    content: 'O que dizem nossos clientes';
    position: absolute;
    bottom: 89%;
    right: 10%;
    opacity: .2;
    letter-spacing: 3px;
    font-size: 30px;
    width: 80%;
}

}

@media (max-width: 431px) {
    .sobre--active::before {
        content: 'Sobre Nós';
        position: absolute;
        bottom: 28%;
        left: 29%;
        opacity: .2;
        letter-spacing: 2px;
        font-size: 35px;
        animation: fadeleftbefore 1.1s forwards;
    }

    .oque-dizem--active::before {
    content: 'O que dizem nossos clientes';
    position: absolute;
            bottom: 87%;
        right: 13%;
        opacity: .2;
        letter-spacing: 2px;
        font-size: 31px;
        width: 80%;

    }

        .nossos-cortes--active::before {
    content: 'Nossos Cortes';
    position: absolute;
    bottom: 20%;
    right: 6%;
    opacity: .2;
    letter-spacing: 2px;
    font-size: 39px;
    animation: fadeleftbefore 1.1s forwards;
    width: 100%;
}

  

  .esquerda h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .esquerda p {
    font-size: 15px;
    letter-spacing: 2px;
  }

  .feedback h2 {
    width: 80%;
  }

}



@media (max-width: 376px) {
  header {
    position: static;
  }

  header .logo {
    width: 65px;
  }

  header h1 {
    padding-left: 8px;
    font-size: 17px;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 3px;
  }


  nav {
    margin-right: 30px;
  }

  nav ul {
    list-style: none;
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 175px;
    margin-left: 20px;
  }

  nav a {
    color: #f5f5f5;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 13px;
  }

  .menu-link {
    position: relative;
    font-size: 20px;
  }

  .menu-link--active::before {
    display: none;
  }

  .sobre--active::before {
    content: 'Sobre Nós';
    position: absolute;
    bottom: 24%;
    left: 27%;
    opacity: .2;
    letter-spacing: 4px;
    font-size: 37px;
    animation: fadeleftbefore 1.1s forwards;
}

.nossos-cortes--active::before {
        content: 'Nossos Cortes';
        position: absolute;
        bottom: 21%;
        right: 5%;
        opacity: .2;
        letter-spacing: 2px;
        font-size: 33px;
        animation: fadeleftbefore 1.1s forwards;
        width: 100%;
    }

.oque-dizem--active::before {
        content: 'O que dizem nossos clientes';
        position: absolute;
        bottom: 79%;
        right: 11%;
        opacity: .2;
        letter-spacing: 3px;
        font-size: 30px;
        width: 80%;
    }
    .equipe--active::before {
    content: 'Nossa Equipe';
    position: absolute;
    bottom: 24%;
    right: 3%;
    opacity: .2;
    letter-spacing: 3px;
    font-size: 27px;
    animation: fadeleftbefore 1.1s forwards;
    width: 100%;
}


  .hero {
    height: 560px;
  }

  .esquerda-container {
    width: 70%;
    top: 35%;
    position: absolute;
    left: 8%;
  }

  .esquerda h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .esquerda p {
    font-size: 15px;
    letter-spacing: 2px;
  }

  .direita-container {
    z-index: 2;
    position: absolute;
    right: 20px;
    bottom: 8%;
  }

  .about-container {
    margin-bottom: 2%;
  }

  .section-about {
    height: 350px;
  }

  .about span {
    font-size: 40px;
    font-weight: bold;
    opacity: .1;
    position: absolute;
    left: 27%;
    top: 22%;
    text-transform: uppercase;
  }

  .section-about h2 {
    padding-bottom: 10px;
    letter-spacing: 3px;
    font-size: 30px;
  }

  .descricao {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    margin-top: 3%;
  }

  .descricao p {
    width: 60%;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .horarios-funcionamento {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .horarios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
  }

  .horarios {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px;
    }

  .localiza-redes {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .enunciado-localiza h2 {
    display: none;
  }

  .redes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2%;
    font-size: 12px;
    align-items: center;
    margin-left: 0;
    padding-bottom: 15px;
  }

  .tel-mail {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
  }

  .icons {
    width: 45%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: end;
    margin-right: 8px;
    margin-top: 0;
  }

  .localizacao {
    width: 100%;
  }

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

  footer {
    background: #000;
    text-align: center;
    padding: 10px 10px 13px 10px;
    margin-top: 5px;
  }

  .titulo h2 {
    font-size: 35px;
  }

  .titulo p {
    width: 80%;
    font-size: 15px;
  }

  .cards {
    gap: 8px;
  }

  .card {
    width: 170px;
  }

  .barbeiros span {
    font-size: 25px;
  }

  .barbeiro-titulo h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .barbeiro-titulo p {
    width: 65px;
  }

}

@media (max-width: 360px) {
      .oque-dizem--active::before {
        content: 'O que dizem nossos clientes';
        position: absolute;
        bottom: 80%;
        right: 13%;
        opacity: .2;
        letter-spacing: 2px;
        font-size: 29px;
        width: 80%;
    }

.equipe--active::before {
    content: 'Nossa Equipe';
    position: absolute;
    bottom: 22%;
    right: 4%;
    opacity: .2;
    letter-spacing: 2px;
    font-size: 30px;
    animation: fadeleftbefore 1.1s forwards;
    width: 100%;
}

  }

  .esquerda h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .esquerda p {
    font-size: 13px;
    letter-spacing: 2px;
  }

  @media (max-width: 345px) {
        .oque-dizem--active::before {
        content: 'O que dizem nossos clientes';
        position: absolute;
        bottom: 88%;
        right: 15%;
        opacity: .2;
        letter-spacing: 2px;
        font-size: 29px;
        width: 78%;
    }
  }

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }

}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }

}

@keyframes fadeleftbefore {
  from {
    transform: translateX(-80px);
  }
  to {
    transform: translateX(0);
  }

}

@keyframes fadebottom{
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}