@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');




body {
  font-family: "Averia Sans Libre", sans-serif;
  font-weight: 300;
  font-style: italic;
  background: #0E001A;
  text-align: center;
  padding: 20px;
  color: #7315f8;
}

#prox {
  background-color: #7315f8;
  border: 0px;
  padding: 10px;
  border-radius: 10px;
  color: white;
}

#ant {
  background-color: #7315f8;
  border: 0px;
  padding: 10px;
  border-radius: 10px;
  color: white;
}

a {
  color: #C77DFF;
  text-decoration: none;
}


.data {
  color: #C77DFF;
  text-align: center;
  font-weight: bolder;
  font-size: 25px;
  margin: 0px;
}

main {
  max-width: 1200px;
  width: 100%;
  padding: 24px;
  margin: auto;
  background-color: #1C0B2E;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(199, 125, 255, 0.12);
}



h2 {
  color: #C77DFF;
  margin-bottom: 40px;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  color: #C77DFF;
  text-align: center;
  margin: 60px 0 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 4px 12px rgba(199, 125, 255, 0.35);
}

h1 {
  color: #C77DFF;
  margin-bottom: 40px;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  color: #C77DFF;
  text-align: center;
  margin: 60px 0 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 4px 12px rgba(199, 125, 255, 0.35);
}

h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, #C77DFF, transparent);
  border-radius: 999px;
}

/* blocos de história */
#comeco,
#primeiraft,
#primeiro-beijo,
#pdate,
#sdate,
#casados,
#namorados,
#preenchimento,
#meubrother,
#delson,
#churras,
#fatidico {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 80px auto;
  margin-top: 0px;
}

#primeiraft,
#pdate,
#casados,
#preenchimento,
#delson,
#fatidico {
  flex-direction: row-reverse;
}

img {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
}

p {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  text-indent: 15px;
}

/* divisória */
hr {
  border: none;
  height: 1px;
  background: rgba(199, 125, 255, 0.3);
  margin: 60px 0;
}

#timer {
  font-size: 22px;
  margin: 20px 0;
  color: #C77DFF;
}

/* 📱 MOBILE */
@media (max-width: 768px) {
  main {
    padding: 20px;
  }

  #comeco,
  #primeiraft,
  #primeiro-beijo,
  #pdate,
  #sdate,
  #casados,
  #namorados,
  #preenchimento,
  #meubrother,
  #delson,
  #churras,
  #fatidico {
    flex-direction: column;
    margin: 48px auto;
  }

  img {
    max-width: 100%;
  }

  p {
    font-size: 19px;
    text-align: center;
    text-indent: 0;
    color: #ffffff;
  }

  .data {
    color: #C77DFF;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
    margin: 0px;

  }

  /* ===== VÍDEO PAUSADO ===== */

  /*#video {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px auto;
  }

  #video video {
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(199, 125, 255, .12);
    object-fit: contain;
  } */

  /* celular */
  @media (max-width:768px) {

    #video {
      margin: 40px auto;
    }

    #video video {
      max-width: 100%;
    }

  }

  /* ===== BLOCO VIDEO + TEXTO ===== */

  #aniversario-video {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 80px auto;
  }

  #aniversario-video video {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(199, 125, 255, .12);
  }

  .texto-video {
    flex: 1;
  }

  .texto-video p {
    text-align: left;
  }

  /* ===== MOBILE ===== */

  @media (max-width:768px) {

    #aniversario-video {
      flex-direction: column;
      margin: 48px auto;
    }

    #aniversario-video video {
      max-width: 100%;
    }

    .texto-video p {
      text-align: center;
    }

  }

  #timer {
    font-size: 18px;
  }
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

main {
  animation: fadeUp 0.8s ease-out;
}


img {
  transition: transform 0.4s ease;
}

img:hover {
  transform: scale(1.03);
}



.solo {
  margin-bottom: 100px;
}