* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

body {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: 40px auto;
  padding: 0;
  max-width: 1400px;
  background-color: #ffffff;
}

header {
  max-width: 1300px;
  align-items: center;
  padding: 15px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #bea57c;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.container-main {
  max-width: 1300px;
  background-color: #bea57c;
  padding: 0 40px;
  margin: 0 auto;
}

iframe {
  width: 100%;
  height: 640px;
}

.agd-iframe {
  background-color: #151515;
}

/* .container-home {
  background-color: #151515;
  background-image: url("https://img.freepik.com/fotos-gratis/cabeleireiro-em-barbearia-vintage_23-2148298304.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1250px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  z-index: -0;
} */

.container-home {
  position: relative;
  background-image: url("https://img.freepik.com/fotos-gratis/hidresser-feliz-pulverizando-o-cabelo-do-cliente_23-2148298323.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  max-width: 1250px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  
}

.container-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.726); /* ← aqui você controla a transparência */
  z-index: 0;
}

.container-items-left{z-index: 0;}

.container-home > section {
  padding: 40px;
  
}

.container-home h1 {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 54px;
  line-height: 100%;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px #38270c;
  
}

.container-home span {
  color: #d68306;
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  text-align: right;
}

.container-home p {
  color: #c4c4c4;
  font-weight: 400;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.btn-primary {
  background-color: #d4a354;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.btn-secondary {
  background-color: transparent;
  color: white;
  padding: 10px 20px;
  border: 1px solid #d4a354;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #c6953b;
  transition: background-color 0.3s ease;
}

.btn-secondary:hover {
  background-color: #d4a354;
  color: white;
  transition: background-color 0.3s ease;
}

.banner {
  /* background-image: url("/assets/img_perfil.jpg"); */ */
  /* background-image: url("https://img.freepik.com/fotos-gratis/tiro-medio-jovem-cabeleireiro-acolhedor_23-2148298318.jpg"); */
  height: 45vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.container-experience {
  background-color: #1d1d1d;
  padding: 40px 0;
  max-width: 1250px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
}

.container-experience h3 {
  font-size: 44px;
  color: #d5a153;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.container-experience p {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
}

.year-10 {
  color: #d5a153;
  font-size: 80px;
  padding: 20px;
  font-family: "Font Awesome 6 Brands";
  font-weight: 800;
  text-shadow: #2c1a00 10px 10px 10px;
}

.btn-about {
  background-color: #d4a354;
  color: white;
  padding: 10px 20px;
  border: 1px solid #d4a354;
  cursor: pointer;
  margin-top: 20px;
}

.btn-about:hover {
  background-color: #c6953b;
  transition: background-color 0.3s ease;
}

.services-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto;
}

.our-services {
  background-color: #151515;
  color: #fff;
  padding: 40px;
  text-align: center;
  max-width: 1250px;
}

.our-services h2 {
  font-size: 44px;
  color: #d5a153;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.our-services p {
  font-size: 18px;
  margin-bottom: 40px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
}

.service-item {
  width: 230px;
  height: auto;
  border: 1px solid #d4a354;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-item-image-service {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 16px;
  position: relative;
}

.service-item p,
h3 {
  font-size: 16px;
  color: #846c58;
  margin: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.service-item span {
  font-size: 16px;
  color: #ffffff;
  margin: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.service-item-image-icon {
  width: 44px;
  height: 44px;
  margin: auto auto;
}

.container-service-item-image-icon {
  background: #1f1913;
  border-radius: 100px;
  border: 1px solid #d4a354;
  position: relative;
  margin-top: -50px;
  width: 70px;
  height: 70px;
  display: flex;
}

.container-galery {
  padding: 40px;
  background-color: #1f1f1f;
  max-width: 1250px;
}

.container-galery h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 44px;
  color: #d5a153;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 15px;
  grid-auto-flow: dense;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.wide {
  grid-column: span 1;
  grid-row: span 2;
}

.tall {
  grid-row: span 1;
  grid-column: span 2;
}

.big {
  grid-column: span 1;
  grid-row: span 1;
}

.working-hours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #151515;
  max-width: 1250px;
  padding: 50px;
}

.working-hours {
  justify-content: center;
  align-items: center;
  display: flex;
}

.working-hours img {
  width: 400px;
  height: 400px;
  border-bottom: 4mm double #bea57c;
  border-left: 4mm double #bea57c;
  border-top: 4mm solid #bea57c;
  border-right: 4mm solid #bea57c;
}

.working-hours-item {
  background-color: #1f1f1f;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 400px;
  height: auto;
  margin: 0 80px;
}

.working-hours-item h1 {
  text-align: center;
  margin: 30px 0;
  font-size: 27px;
  color: #d5a153;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.working-hours-item p {
  text-align: center;
  margin: 30px 0;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.working-hours-item > table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 60px;
  color: #fff;
}

.working-hours-item > th,
td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  color: #fff;
}

.working-hours-item > th {
  background-color: #f2f2f2;
  color: #fff;
}

.quote-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #1f1f1f;
  max-width: 1250px;
  padding: 50px;
}

.quote-image {
  width: 400px;
  height: 400px;
  border-bottom: 4mm double #bea57c;
  border-left: 4mm double #bea57c;
  border-top: 4mm solid #bea57c;
  border-right: 4mm solid #bea57c;
}

.quote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-image img::before {
  content: '"';
}

.quote-text {
  flex-grow: 1;
  margin: auto 0;
}

.quote-text h2 {
  text-align: center;
  font-size: 27px;
  color: #d5a153;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.quote-text p {
  text-align: center;
  margin: 30px 0;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.quote-text p::before {
  content: '"';
  font-size: 36px;
  font-weight: bold;
  color: #ffc107;
  margin-right: 8px;
}

.quote-text p::after {
  content: '"';
  font-size: 36px;
  font-weight: bold;
  color: #ffc107;
  margin-left: 8px;
}

.info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #151515;
  max-width: 1250px;
  padding: 50px;
  margin: 0 auto;
}

.info > section > div {
  margin-bottom: 30px;
}

.redes-sociais {
  width: 100%;
}


.redes-sociais-info {
  display: flex;
  justify-self: start;
  gap: 10px;
  padding: 20px 50px;
  margin-top: -80px;
}

.redes-sociais-info a {
  text-decoration: none;
  color: #cca659;
  font-weight: bold;
}

.redes-sociais-info a:hover {
  color: #926b1d;
}

.contacts2 > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.contacts2 > div > p {
  font-size: 18px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.contacts2 > div > img {
  width: 44px;
}

.contacts {
  color: #fff;
  justify-content: center;
  display: flex;
}

.contacts > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}

.contacts > div > h1 {
  color: rgba(255, 255, 255, 0.651);
}

.contacts-icon > a {
  color: rgba(255, 255, 255, 0.651);
  text-decoration: none;
}

.contacts-icon > a:hover {
  color: rgba(153, 148, 148, 0.651);
}

footer {
  background-color: #bea57c;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.footer-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: column;
  background-color: #151515;
  max-width: 1220px;
  padding: 50px;
  margin: 0 auto;
  border-top: 1px solid #926b1d;
  margin-bottom: 30px;
  color: white;
}
