@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
/*coloquei outra fonte ai*/

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

:root {
  --bg-gradient: linear-gradient(to bottom, #000, #1a1a1a, #343434);
  --bg-primary-color: ;
  --bg-secondary-color: ;
  --font-size-subtitle: ;
  --primary-color: #fff;
  --secondary-color: #c49c51;

  --font-size-nav-link: 16px;
  --primary-text-color: #fff;

  --title-color: var(--primary-text-color);

  --color-nav-link: #ffffff;
  --color-footer-contatos: #ffff;

  --hr-color: #c49c51;
  --font-size-title: clamp(2rem, 4vw + 1rem, 3rem);
  --font-size-subtitle: clamp(1.25rem, 2vw + 0.5rem, 2rem);
  --font-size-text: clamp(1rem, 1vw + 0.25rem, 1.125rem);
  --max-width: 1000px;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: var(--bg-gradient);
  word-break: break-word;
}

h1,
h2 {
  font-size: var(--font-size-title);
}
p,
a {
  font-size: var(--font-size-text);
}
body,
ul {
  list-style: none;
}
body main {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
header {
  margin-bottom: 32px;
}
main {
  margin-bottom: 32px;
}
.container {
  max-width: var(--max-width);
}
.container-margin {
  margin: 0 auto;
}
.borda-background {
  background-image: url("../img/borda-altura-menor.png");
  height: 45px;
  width: 100%;
  background-repeat: repeat-x;
  background-size: 150px auto;
  background-position: center;
}
.color-hr {
  border: 1px solid var(--hr-color);
}
.body-flex {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#nav-bar {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: center;
  align-items: center;
}
#nav-bar ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
  flex-wrap: wrap;
}
#nav-bar a {
  color: var(--color-nav-link);
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: var(--font-size-nav-link);
}

.nav-a-hover::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--hr-color);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.nav-a-hover:hover::after {
  transform: scaleX(1) scaleY(1.05);
  transform-origin: bottom left;
}

#inicio {
  margin: 0 2rem;
}

#bg-inicio {
  background: url("../img/place-holder-club.webp") no-repeat center center;
  background-size: cover;
  background-clip: content-box;
  background-position: bottom;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 1rem;
  width: 100%;
  z-index: -5;
  position: relative;
  margin-bottom: 30px;
}
#bg-inicio::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  border-radius: 1rem;
}

#bg-inicio #logo-club-branco {
  position: relative;
  z-index: 1;
}
#logo-club-branco {
  max-width: 500px;
  width: 100%;
}
#nav-bar #texto-logo-wpp {
  text-transform: capitalize;
}
.logo-zap-body {
  background-color: #25d366;
  padding: 6px 10px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.logo-zap-body #icone-wpp-header {
  font-size: 32px;
  transition: transform 0.3s ease;
  color: var(--primary-color);
}

.logo-zap-body::after {
  content: "Agende agora!";
  color: white;
  font-weight: 600;
  margin-left: 6px;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s ease;
}

.logo-zap-body:hover {
  transform: translateY(-5px);
}
/*vou ajeitar ainda essa parte*/
.texto-fiel-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  font-family: Jacques Francois;
}

.texto-fiel h2 {
  margin: 0;
  font-size: clamp(1.1rem, 2.6vw, 1.6rem);
  line-height: 1.4;
  font-weight: 800;
  color: #ffffff93;
  letter-spacing: 0.2px;
}

.texto-fiel-container.center-vertical {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*SERVICOS*/

.container-card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; 
  justify-content: center; 
  width: 100%;
}

.container-card {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}


.container-card .card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    overflow: hidden;
}

.container-card .card .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-card .card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #ffffff;
}

.container-card .card .slide {
    width: 500px;
    height: 300px;
    transition: 0.5s;

}

.container-card .card .slide.slide1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: .7s;
    transform: translateY(100px);
}

.container-card .card:hover .slide.slide1{
    transform: translateY(0px);
}

.container-card .card .slide.slide2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transition: .8s;
    transform: translateY(-100px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.747);
}

.container-card .card:hover .slide.slide2{
    transform: translateY(0);
}

.container-card .card .slide.slide2::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    bottom: 15px;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;

}

.container-card .card .slide.slide2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #b8b8b8;
}

.container-card .card .slide.slide2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
} 

/*INICIO PAGINA ESPAÇO*/
#espaco {
  margin: 32px auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#espaco h1 {
  color: var(--title-color);
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  text-align: center;
}
.main-carousel img {
  height: 80vh;
}
.main-carousel {
  box-shadow: 2px 2px 5px var(--secondary-color),
    -2px -2px 5px var(--secondary-color);

  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.524),
    -2px -2px 5px rgba(0, 0, 0, 0.662); */
}
#section-localizacao-contato {
  background-color: rgba(19, 19, 19, 0.159);
  box-shadow: 3px 2px 30px rgba(0, 0, 0, 0.567);
  border: 1px solid var(--secondary-color);
  padding: 2rem;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;

  gap: 32px;
  margin: 2rem auto;
}

.mapa-frame /* MAPA*/ {
  width: 100%;
  max-width: 950px;
  height: 450px;
  border: none;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.149);
}
#localizacao {
  flex: 1;
}
#localizacao h2 {
  color: var(--title-color);

  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}
/*FIM PAGINA ESPAÇO*/
/*INICIO PAGINA CONTATO*/
#contato {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 32px;
}
#contato-titulo {
  text-transform: uppercase;
  color: var(--title-color);
  margin: 0 0 1rem 0;
}
#contato-imagem-logo {
  max-width: 200px;
  width: 100%;
}
.logo-contato {
  border-radius: 400px 400px 400px 400px;
  font-size: 2rem;
  color: white;
  background-color: black;
  padding: 10px;
  cursor: pointer;
  transition: transform 0.15s, color 0.15s, background-color 0.15s;
}

.logo-contato:hover {
  transform: scale(1.02);
  color: white;
  background-color: var(--secondary-color);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
#contato-flex-logos {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#contato-container-wpp a,
#contato-container-instagram a {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 8px;
  color: var(--color-footer-contatos);
  font-weight: bold;
}

#contato-container-wpp a p,
#contato-container-instagram a p {
  transition: transform 0.2s ease;
}
#contato-container-wpp a p:hover,
#contato-container-instagram a p:hover {
  transform: scale(1.02);
}
/* FOOTER*/
#footer {
  background-color: #000;
  padding: 20px;
}
#footer-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
#footer-logo {
  max-width: 100px;
  width: 100%;
}
.logo-footer {
  color: white;
}

#hr-footer {
  height: 50px;
}
