:root {
  --primary-color: #e6d7c7;
  --secondary-color: #b5dff7;
  --accent-color: #f7f3f2;
  --text-color: #333;
  --background-color: #ffffff;
  --background-color-dark: #f0f0f0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", serif;
  color: var(--text-color);
  line-height: 1.6;
  background-color: var(--accent-color);
}
h1,
h2,
h3 {
  font-family: "Montserrat", serif;
}

.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8f8f8, #e6e6e6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.splash-content {
  text-align: center;
  animation: fadeIn 1s ease-in;
}

.silver-text {
  margin: 20px 0;
}

.silver-text span {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 1.8em;
  color: #a8a8a8;
  opacity: 0;
  animation: letterFade 0.5s ease forwards;
}

.silver-text span:nth-child(1) {
  animation-delay: 1s;
}
.silver-text span:nth-child(2) {
  animation-delay: 1.1s;
}
.silver-text span:nth-child(3) {
  animation-delay: 1.2s;
}
.silver-text span:nth-child(7) {
  animation-delay: 1.1s;
}
.silver-text span:nth-child(8) {
  animation-delay: 1.2s;
}
.silver-text span:last-child {
  animation-delay: 1.3s;
}

.nomes {
  font-family: "Rouge Script", cursive;
  font-size: 2em;
  color: #666;
  margin: 10px 0;
  opacity: 0;
  animation: slideUp 1s ease forwards;
  animation-delay: 1.5s;
}

.loading-bar {
  width: 240px;
  height: 6px;
  background: #ddd;
  margin: 30px auto;
  border-radius: 2px;
  overflow: hidden;
}

.progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #c0c0c0, #a8a8a8);
  animation: loading 3s ease forwards;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  opacity: 0;
  animation: fadeInScale 2s ease forwards;
  width: 100%;
}

.logo {
  width: 600px;
  max-width: 600px;
  height: auto;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: var(--background-color);
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.date {
  font-family: "Rouge Script", cursive;
  font-size: 1.8em;
  color: #666;
  margin: 10px 0 20px;
  opacity: 0;
  animation: slideUp 1s ease forwards;
  animation-delay: 1.7s;
}

.logo-block {
  flex: 0 0 auto;
  width: 200px;
}
.header-logo {
  width: 100%;
  height: auto;
  display: block;
}
.header-logo-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #333;
  text-transform: none;
}

.logo-text {
  flex-grow: 1;
  font-family: "Fleur De Leah", cursive;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid rgb(214, 91, 9);
}

.logo-text-sub {
  flex-grow: 1;
  font-family: "Rouge Script", cursive;
  font-size: 1.4em;
  width: 50%;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
}

.sub-title {
  font-family: "Rouge Script", cursive;
  font-size: 1.8em;
  color: #3333337c;
  margin-top: 30px;
}

.menu-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 5px;
}

.menu-container {
  padding: 20px 0;
  width: 100%;
  top: 0;
  z-index: 11;
  display: flex;
}

.menu-container ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-direction: row;
}

.menu-container a {
  padding: 10px 20px;
  text-decoration: none;
  color: var(--text-color);
  transition:
    background-color 0.3s,
    color 0.3s;
  border-radius: 5px;
}

.menu-container a:hover {
  background-color: var(--primary-color);
}

.menu-container a.active {
  background-color: var(--secondary-color);
  font-weight: bold;
}

.inicio,
.timeline,
.mensagens,
.presentes,
.celebration,
.confirmar-presenca,
.dicas {
  padding: 190px 20px 40px 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  max-width: 100%;
}

.inicio,
.timeline,
.mensagens,
.presentes {
  background-color: var(--accent-color);
  text-align: center;
  transition: background-color 0.3s;
}
.celebration,
.confirmar-presenca,
.dicas {
  background-color: var(--background-color);
  text-align: center;
  transition: background-color 0.3s;
}
.celebration::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("logo-prata.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-clip: padding-box;
  z-index: 1;
  opacity: 0.15;
}
section h2 {
  font-size: 2em;
  color: #9d9fa2;
  text-align: center;
  margin-bottom: 20px;
}

.confirmar-presenca form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  align-self: end;
  margin-top: 40px;
}

input,
button {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.hidden {
  display: none;
}
#inicio-video {
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
}
.local {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.video-1 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 2rem;
}
.brasao {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brasao-container {
  width: 70%;
  text-align: center;
  margin-bottom: 2rem;
}

.countdown {
  width: auto;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 10px 0;
  position: relative;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 45px;
  padding: 0.3rem;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(192, 192, 192, 0.5);
  background: linear-gradient(135deg, #f5f5f5, #e6e6e6);
  backdrop-filter: blur(5px);
}

.countdown-item::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  background: rgba(192, 192, 192, 0.2);
  border-radius: 50%;
  transform: rotate(45deg);
  z-index: 0;
}

.countdown-item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 12px;
  height: 12px;
  background: rgba(192, 192, 192, 0.15);
  border-radius: 50%;
  transform: rotate(-45deg);
  z-index: 0;
}

.countdown-item span {
  font-family: "Montserrat", sans-serif;
  color: #333;
  position: relative;
  z-index: 1;
}

.countdown-item span:first-child {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  animation: glowNumber 2s ease-in-out infinite;
}

.countdown-item .label {
  font-size: 0.5rem;
  text-transform: uppercase;
  margin-top: 0;
  color: #666;
  letter-spacing: 1px;
}

.countdown-item span.changed {
  animation: flipNumber 0.6s ease-out;
}

@keyframes flipNumber {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  50% {
    transform: rotateX(90deg);
    opacity: 0.5;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes glowNumber {
  0% {
    text-shadow: 0 0 5px rgba(156, 224, 177, 0);
    transform: translateY(0);
  }
  50% {
    text-shadow: 0 0 10px rgba(156, 224, 177, 0.5);
    transform: translateY(-2px);
  }
  100% {
    text-shadow: 0 0 5px rgba(156, 224, 177, 0);
    transform: translateY(0);
  }
}

.bible-verse {
  margin-top: 0;
  text-align: center;
  font-family: "Montserrat", serif;
  font-style: italic;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bible-verse p {
  color: #666;
  font-size: 1rem;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}

.bible-verse span {
  font-size: 0.9rem;
  color: #888;
  margin: 0;
}
.celebration-text {
  margin-top: 30px;
}

.romantic-verse,
.celebration-text,
.timeline-text {
  text-align: center;
  font-family: "Montserrat", serif;
  font-style: italic;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.romantic-verse p,
.celebration-text p,
.timeline p {
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: 400;
  text-align: justify;
}

.romantic-verse span {
  font-size: 0.9rem;
  color: #888;
  margin: 0;
}

.beijo-image {
  align-self: end;
  width: 40%;
  height: auto;
  z-index: 1;
  opacity: 0.2;
}
.gallery-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
}

.gallery-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-image:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.event-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.detail {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--accent-color);
}

.menu-toggle {
  display: none;
  font-size: 36px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  top: -22px;
  z-index: 3;
}

.menu-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-container ul,
.menu-container li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.menu-container a {
  padding: 10px 20px;
  text-decoration: none;
  color: var(--text-color);
  text-align: center;
}

.mensagens form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
  width: 35%;
}
.mensagens textarea {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 150px;
}

.mensagens button {
  background-color: var(--primary-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  align-self: center;
}

.mensagens button:hover {
  background-color: var(--secondary-color);
}

.mensagens-lista {
  margin-top: 30px;
  text-align: justify;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 64px;
  width: 100%;
  padding-left: 20px;
}
.mensagem {
  margin-bottom: 36px;
  background-color: var(--background-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 27%;
  border-radius: 8px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mensagem:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

blockquote {
  color: var(--text-color);
  padding: 10px;
  transition: background-color 0.3s;
  line-height: 1.1;
}
blockquote h1 {
  font-size: 4rem;
}
blockquote p {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 0;
}

blockquote p::before,
blockquote p::after {
  content: "“";
  font-family: sans-serif;
  font-size: 4rem;
  margin: -1rem 0 0 -1.7rem;
  position: absolute;
  opacity: 0.5;
  width: 64px;
}

blockquote p::after {
  content: "”";
  margin: 0 0 0 0;
}
blockquote .origem {
  display: flex;
  justify-content: end;
  justify-items: center;
  align-items: center;
  margin-top: 30px;
}
blockquote cite {
  font-size: 0.9rem;
  font-weight: bolder;
}
blockquote span {
  font-size: 0.8rem;
  font-weight: lighter;
  margin-left: 16px;
}

.dicas-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
  color: var(--text-color);
  font-size: 1.1rem;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.card {
  background: var(--background-color);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-content {
  padding: 25px;
}

.card h3 {
  color: var(--text-color);
  margin-bottom: 15px;
  font-size: 1.4rem;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 10px;
}

.card ul {
  list-style: none;
  padding: 0;
}

.card ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: var(--text-color);
  text-align: justify;
}

.card ul li::before {
  content: "•";
  color: var(--primary-color);
  position: absolute;
  left: 0;
}

.card-destaque {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.card-destaque .card-content {
  text-align: center;
  color: var(--text-color);
}

.card-destaque h3 {
  border-bottom-color: var(--text-color);
}
.evite-cores {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin-top: 20px;
}
.evite-cor1,
.evite-cor2,
.evite-cor3,
.evite-cor4,
.evite-cor5,
.evite-cor6 {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 4px solid var(--background-color);
}
.evite-cor1 {
  background-color: #9ce0b1;
}
.evite-cor2 {
  background-color: #b5dff7;
}
.evite-cor3 {
  background-color: #f8e3e0;
}
.evite-cor4 {
  background-color: #ebdfd3;
}
.evite-cor5 {
  background-color: #e6d7c7;
}
.evite-cor6 {
  background-color: #e0e0e0;
}

.presentes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 20px 10px 0px 10px;
}

.presentes-card {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 130px;
  background-color: var(--background-color);
  border: none;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  transition: 0.5s ease-in-out;
}
.presentes-card:hover {
  transform: scale(1.15);
  border: 2px solid var(--primary-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.card-img {
  background-color: var(--background-color-dark);
  border-radius: 4px 0px 0px 4px;
  z-index: 1;
}
.presentes-imagem {
  width: 120px;
  height: 112px;
  border-radius: 4px 0px 0px 4px;
}
.pago {
  background-color: #3333;
}
.presentes-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.presentes-info h3 {
  font-size: 1rem;
  font-weight: bold;
  color: var(--text-color);
}

.presentes-info p {
  font-size: 0.8rem;
  color: var(--text-color);
}

.presentes-preco {
  font-size: 0.8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--text-color);
}
.presentes-preco span {
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--text-color);
}
.presentes-preco button {
  background-color: var(--secondary-color);
  color: var(--text-color);
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  &:hover {
    background-color: var(--primary-color);
  }
}
.presentes-cota {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-left: 200px;
  background-color: orange;
  padding: 4px;
  border-bottom-left-radius: 8px;
  font-size: 0.7rem;
}
.modal {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.pagamento {
  position: relative;
  overflow: auto;
  width: 80%;
  max-width: 500px;
  max-height: 90%;
  height: 90%;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 0px 6px;
  border: 1px solid #888;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  overflow: hidden;
}
.pagamento .modal-close {
  position: absolute;
  right: 0px;
  line-height: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: var(--secondary-color);
  border-radius: 0px 5px 0px 0px;
  border: unset;
  cursor: pointer;
  z-index: 1010;
}
.pagamento #paymentBrick_container {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: auto;
}
.pagamento .pagamento-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.pagamento-valor {
  font-size: 1rem;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: var(--text-color);
  width: 185px;
  height: 44px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  background-color: var(--accent-color);
  padding: 8px 15px;
  transition: all 0.2s ease-in;
  &:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: var(--text-color) transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
  }
  &:hover {
    background-color: var(--primary-color);
  }
  &:active,
  &.active {
    background-color: var(--primary-color);
    &:after {
      top: 9px;
      border-color: transparent transparent var(--text-color) transparent;
    }
  }
}

.select-options {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 4px solid var(--accent-color);
  background-color: var(--accent-color);
}
.select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  border-top: 2px solid var(--background-color);
  transition: all 0.15s ease-in;
  &:hover {
    color: var(--text-color);
    background: var(--secondary-color);
  }
  &.is-selected {
    color: var(--text-color);
    background: var(--primary-color);
  }
  &[rel="hide"] {
    display: none;
  }
}
.box-musica {
  display: none;
  position: fixed;
  z-index: 2000;
  padding-top: 100px;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.box-musica-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 320px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.box-musica-header {
  padding: 2px 16px;
  background-color: var(--primary-color);
  color: var(--text-color);
  text-align: center;
  padding: 8px 16px;
}

.box-musica-body {
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.box-musica-footer {
  font-family: "Fleur De Leah", cursive;
  text-align: center;
  padding: 2px 16px;
  background-color: var(--background-color-dark);
  color: var(--text-color);
}
/*
.box-sucesso {
  display: none;
  position: fixed;
  z-index: 2001;
  padding-top: 100px;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 360px;
  height: 200px;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
*/
.box-sucesso-content {
  position: fixed;
  left: calc(50% - 210px);
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2100;
  background-color: #8af3a4;
  padding: 0;
  border: 3px solid #246835;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
  width: 420px;
  height: 150px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
}
.box-sucesso-content h3 {
  font-weight: bold;
  color: #273d2e;
  text-align: center;
  padding: 38px 16px 0px 16px;
}
.box-sucesso-header {
  padding: 2px 16px;
  background-color: var(--primary-color);
  color: var(--text-color);
  text-align: center;
  padding: 8px 16px;
}

.box-sucesso-body {
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.box-sucesso-footer {
  font-family: "Fleur De Leah", cursive;
  text-align: center;
  padding: 2px 16px;
  background-color: var(--background-color-dark);
  color: var(--text-color);
}

@media (max-width: 768px) {
  main {
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }
  .main-header {
    height: 100px;
  }
  .logo {
    width: 95%;
  }
  .inicio {
    padding-top: 90px;
  }
  .evite-cores {
    gap: 5px;
  }
  .header-content {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    height: 100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .header-logo-text {
    font-size: 0.6em;
  }
  .logo-block {
    width: 35%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu-toggle {
    display: block;
    padding: 8px;
  }
  .menu-container {
    display: none;
    background-color: var(--background-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -36px;
  }
  .menu-block {
    width: auto;
    align-items: end;
    justify-content: center;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .menu-container ul {
    background-color: var(--background-color);
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }
  .countdown {
    justify-content: center;
  }
  .beijo-image {
    width: 30%;
  }
  section h2 {
    font-size: 1.5em;
  }
  .mensagens form {
    width: 100%;
  }
  .mensagens-lista {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 10px;
  }
  .mensagem {
    width: 100%;
  }
  blockquote p {
    font-size: 1rem;
  }
  .cards-container {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .card {
    margin-bottom: 20px;
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ringAnimation {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
  }
  50% {
    transform: translate(-50%, 0) rotate(180deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(360deg);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes letterFade {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes loading {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
