@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

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

body {
  font-family: 'Poppins', sans-serif;
  background-color: #043259;
  color: white;
  overflow-x: hidden;
}

.menu-principal {
  background-color: rgba(242, 80, 231, 0.95);
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.menu-itens {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 10px;
}

.menu-itens li a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.menu-itens li a:hover {
  color: #008dc1;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.page-content {
  padding-top: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 900px;
  margin: auto;
}

.video-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 600px;
  opacity: 0.4;
  pointer-events: none;
}

.social-links {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  z-index: 10;
}

.social-links img {
  width: 40px;
  height: auto;
}

h1 {
  color: #F250E7;
  font-size: 2rem;
  margin-bottom: 1rem;
}

p {
  text-align: justify;
}

.biografia {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  align-items: flex-start;
}

.carrossel-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 250px;
  max-width: 400px;
}

.carrossel {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.carrossel-container {
  display: flex;
  gap: 10px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.carrossel-container img {
  flex: 0 0 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  scroll-snap-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.texto {
  flex: 2;
  min-width: 300px;
}

.seta {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.seta:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.video-grid video {
  width: 300px;
  text-align: center;
  height: auto;
  border-radius: 8px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
}

.contact-form label {
  color: #fff;
  font-weight: bold;
}

.contact-form input {
  padding: 0.5rem;
  border-radius: 5px;
  border: none;
}

.contact-form button {
  background-color: #F250E7;
  color: white;
  padding: 0.7rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #d100c4;
}

    .repertorio {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-top: 2rem;
    }

    .album {
      display: flex;
      align-items: center;
      gap: 2rem;
      flex-wrap: wrap;
    }

    .album img {
      width: 200px;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    }

    .plataformas {
      display: flex;
      gap: 1rem;
    }

    .plataformas a img {
      width: 40px;
      height: 40px;
      transition: transform 0.3s ease;
      background-color: white;
      padding: 5px;
    }

    .plataformas a img:hover {
      transform: scale(1.1);
    }

.historia-com-imagens {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* Texto à esquerda */
.bloco-texto {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
  color: white;
}

.bloco-texto h2 {
  color: #F250E7;
  margin-bottom: 1rem;
}

.bloco-texto p {
  line-height: 1.6;
  font-size: 1rem;
}

/* Imagens empilhadas à direita */
.bloco-imagens {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 250px;
}

.bloco-imagens img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  object-fit: cover;
}    

.imagens-topo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.imagens-topo img {
  width: 90%;
  height: auto;
  border-radius: 8px;
}

/* Texto principal */
.bloco-texto {
  max-width: 800px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}

/* Links com imagem à esquerda */
.links-com-imagens {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 40px 0;
}

.link-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  width: 95%;
  max-width: 800px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  gap: 20px;
  flex-wrap: wrap;
}

/* Imagem da capa */
.link-item img:first-child {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* Container dos ícones */
.link-plataformas {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}

/* Ícones das plataformas */
.link-plataformas a img {
  width: 48px;
  height: 48px;
  transition: transform 0.2s ease;
}

.link-plataformas a img:hover {
  transform: scale(1.1);
}

.link-plataformas a {
  background-color: #043259;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  font-size: 16px;
}

.link-plataformas a:hover {
  background-color: #F250E7;
}

.link-plataformas a.spotify {
  background-color: #1DB954;
}

.link-plataformas a.applemusic {
  background-color: #FA57C1;
}

.link-plataformas a.youtube {
  background-color: #FF0000;
}

.link-plataformas a.instagram {
  background-color: #C13584;
}


/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1001;
  }

  .menu-itens {
    display: none;
    flex-direction: column;
    background-color: rgba(242, 80, 231, 0.95);
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }

  .menu-itens.show {
    display: flex;
  }

  .menu-itens li {
    margin: 0.5rem 0;
  }

  .biografia {
    flex-direction: column;
  }

  .carrossel-wrapper, .texto {
    width: 100%;
  }

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

  .plataformas {
    justify-content: center;
  }

  .historia-com-imagens {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bloco-imagens {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bloco-imagens img {
    max-width: 45%;
  }

  .link-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .link-plataformas {
    justify-content: center;
  }

  .link-plataformas a img {
    width: 40px;
    height: 40px;
  }

  .link-item img:first-child {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
  }
}

