@import url("https://fonts.googleapis.com/css?family=Lato|Raleway|Rouge+Script");
@import url("https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rouge+Script&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap");

* {
  box-sizing: border-box;
}

html {
  font-family: "Raleway", Tahoma, sans-serif;
  width: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.space40px {
  height: 40px;
}
.space24px {
  height: 24px;
}

.header-wrapper {
  padding-bottom: 30px;
}

.navbar-item {
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero {
  position: relative;
  background: linear-gradient(
      rgba(86, 124, 141, 0.65),
      rgba(200, 217, 230, 0.65)
    ),
    url("../image/eyk.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}

.hero .title {
  font-family: "Rouge Script", sans-serif;
  font-weight: 700;
  transform: rotate(-2deg);
  font-size: 5rem;
  color: whitesmoke;
}

.hero .subtitle {
  padding: 35px;
  font-size: 1.3rem;
}

.hero .tempatwaktu {
  padding-top: 35px;
  font-size: 1.3rem;
}

.hero-foot {
  background: white;
  height: 50px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.main-content {
  padding-top: 2rem;
  color: #000;
}

.section-dark {
  background-color: #c8d9e6;
  padding: 80px 40px;
}

.section-darker {
  background-color: #567c8d;
  padding: 80px 40px;
}

.section-light {
  padding: 80px 40px;
  background-image: url(../image/divider-flowers-leaves.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.section-title {
  font-weight: 900;
  color: #2f4156;
  font-size: 1.5rem;
  padding-bottom: 60px;
}

.section-title2 {
  font-weight: 900;
  color: #2f4156;
  font-size: 1.5rem;
  padding-bottom: 20px;
}

.bodytext {
  font-size: 18px;
}

.nama-lengkap {
  font-family: "Rouge Script", sans-serif;
  font-size: 6.5rem;
  color: #2f4156;
  line-height: 3.7rem;
}

.ampersand {
  font-family: "Rouge Script", sans-serif;
  font-size: 5rem;
  color: #2f4156;
  line-height: 5rem;
}

.waktu {
  font-size: 1.4rem;
}

.tanggal-angka {
  font-size: 5rem;
  font-weight: 900;
}

.section-map iframe {
  width: 100%;
  height: 550px;
  border: 0;
}

.btn-cta {
  background-color: #2f4156;
  color: #ffffff;

  font-family: "Zain", serif;
  font-size: 1.15rem;
  letter-spacing: 0.14em;

  padding: 18px 44px;
  line-height: 1;

  border-radius: 999px;
  border: none;

  box-shadow: 0 10px 22px rgba(47, 65, 86, 0.22);
  transition: all 0.3s ease;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-cta:hover {
  background-color: #567c8d;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(47, 65, 86, 0.28);
}

.btn-cta i {
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .btn-cta {
    padding: 16px 36px;
    font-size: 1.05rem;
    letter-spacing: 0.12em;
  }
}

.divider,
.bismillah {
  display: block;
  margin: 0rem auto 3rem;
  max-width: 85%;
  height: auto;
}

.tile {
  border-radius: 10px;
}

.foto1,
.foto2,
.foto3,
.foto4,
.foto5,
.foto6 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 24rem;
}

.footer {
  background: #2f4156;
  color: white;
  padding: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero.is-large {
    min-height: 100vh;
  }

  .hero {
    background-attachment: scroll;
  }

  .hero .hero-body {
    min-height: 100vh;
    padding: 4.5rem 1.25rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero .title {
    font-size: clamp(2.8rem, 7vw, 4rem);
    transform: rotate(-1deg);
  }

  .hero .subtitle {
    padding: 1rem;
    font-size: 1.1rem;
  }

  .hero .tempatwaktu {
    font-size: 1.05rem;
    padding-top: 1rem;
  }

  .hero-foot {
    display: none;
  }

  .navbar.is-hidden-desktop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 9999;
  }

  .navbar-brand {
    width: 100%;
    justify-content: flex-end;
  }

  .navbar-burger {
    color: white;
    margin-right: 1rem;
  }

  .navbar-burger span {
    background-color: white;
  }

  .navbar-menu {
    background-color: rgba(47, 65, 86, 0.96);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 5rem;
    text-align: center;
  }

  .navbar-menu .navbar-item {
    color: white;
    font-size: 1.25rem;
    padding: 1rem 0;
  }

  .section-dark,
  .section-darker,
  .section-light {
    padding: 70px 24px;
  }

  .nama-lengkap {
    font-size: clamp(3.2rem, 8vw, 4.5rem);
    line-height: 1.1;
  }

  .ampersand {
    font-size: clamp(2.8rem, 7vw, 4rem);
  }

  .section-title {
    font-size: 1.3rem;
    padding-bottom: 2.5rem;
  }

  .tanggal-angka {
    font-size: clamp(3rem, 10vw, 4.5rem);
  }

  .section-map iframe {
    height: 380px;
  }

  .btn-cta {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 1rem auto;
  }

  .divider,
  .bismillah {
    max-width: 90%;
  }

  .foto1,
  .foto2,
  .foto3,
  .foto4,
  .foto5,
  .foto6 {
    min-height: 22rem;
  }
}

@media (max-width: 480px) {
  .hero .title {
    font-size: 2.6rem;
  }

  .nama-lengkap {
    font-size: 6rem;
  }

  .ampersand {
    font-size: 2.6rem;
  }

  .section-map iframe {
    height: 300px;
  }
}

.hero .subtitle {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  opacity: 0.95;
}

.hero .tempatwaktu {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0.95;
}

.hero,
.hero * {
  color: white;
}

@media (max-width: 768px) {
  .navbar-menu .navbar-item {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #ffffff;
  }

  .navbar-menu .navbar-item:hover {
    color: #c8d9e6;
  }
}

.hero .subtitle,
.hero .tempatwaktu {
  font-family: "Zain", serif;
  color: #ffffff;
  letter-spacing: 0.08em;
}

#hitungmundur span,
#hitungmundur p,
#hitungmundur li.separator {
  font-family: "Zain", serif;
  color: #ffffff;
}

.navbar-menu .navbar-item {
  font-family: "Zain", serif;
  letter-spacing: 0.12em;
  color: #ffffff;
}

.section-title {
  font-family: "Zain", serif;
  letter-spacing: 0.18em;
}

#mesa-regalos {
  position: relative;
  padding: 100px 24px;
  text-align: center;
  padding-top: 38px;
}

#mesa-regalos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 1;
}

#mesa-regalos .section-title,
#mesa-regalos .bodytext,
#mesa-regalos .btn-cta {
  position: relative;
  z-index: 2;
}

#mesa-regalos .section-title {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
  color: #2f4156;
}

#mesa-regalos .bodytext {
  font-size: 1rem;
  line-height: 1.9;
  max-width: 520px;
  margin: 0 auto 2.5rem;
  color: #2f4156;
}

#mesa-regalos .btn-cta {
  display: inline-block;
  margin: 0 auto;
  padding: 14px 36px;
  border-radius: 50px;
  text-transform: none;
}

.pareja-swiper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.pareja-swiper .swiper-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

.pareja-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

@media (max-width: 768px) {
  .pareja-swiper {
    max-width: 100%;
  }
}

#tentang-pasangan {
  padding-top: 80px;
  padding-bottom: 100px;
}

#tentang-pasangan .section-title {
  margin-bottom: 3rem;
}

.pareja-swiper {
  background: #ffffff;
  padding: 24px;
  border-radius: 28px;
}

.pareja-swiper img {
  border-radius: 20px;
}

.pareja-swiper .swiper-pagination-bullet {
  background: #f5efeb;
  opacity: 0.35;
}

.pareja-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

#tentang-pasangan {
  margin-top: 120px;
}

@media (max-width: 768px) {
  #tentang-pasangan {
    margin-top: 90px;
  }
}

body.nav-open {
  overflow: hidden;
}

body.preloader-site {
  overflow: hidden;
}

body:not(.preloader-site) {
  overflow-y: auto;
}

@media (max-width: 768px) {
  .hero.is-large,
  .hero .hero-body {
    min-height: 100svh;
  }
}

.pareja-swiper,
.pareja-swiper .swiper-wrapper,
.pareja-swiper .swiper-slide,
.pareja-swiper img {
  border-radius: 0 !important;
}

.pareja-swiper {
  padding: 0 !important;
  background: transparent !important;
}

.familia-boda {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  font-family: "Zain", serif;
}

.familia-intro {
  display: block;
  font-size: 0.3rem;
  letter-spacing: 0.14em;
  color: #567c8d;
  margin-bottom: 3rem;
}

.familia-bloque {
  margin-bottom: 2.8rem;
}

.familia-titulo {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #2f4156;
  margin-bottom: 0.8rem;
}

.familia-titulo2 {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  color: #567c8d;
  margin-bottom: 0.8rem;
}

.familia-nombre {
  display: block;
  font-size: 1.25rem;
  color: #000;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .familia-intro {
    font-size: 1rem;
  }

  .familia-nombre {
    font-size: 1.15rem;
  }
}

#waktu,
#Waktu {
  background-color: #c8d9e6;
}

.tanggal-hari {
  font-family: "Zain", serif;
  font-size: 1rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #567c8d;
  margin-bottom: 0.5rem;
}

.tanggal-angka {
  font-family: "Zain", serif;
  font-size: 5.5rem;
  font-weight: 700;
  color: #2f4156;
  line-height: 1;
}

.tanggal-bulan {
  font-family: "Zain", serif;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  color: #567c8d;
  margin-top: 0.5rem;
}

#waktu .waktu,
#Waktu .waktu {
  font-family: "Zain", serif;
  font-size: 1.2rem;
  color: #2f4156;
  letter-spacing: 0.08em;
}

#waktu strong,
#Waktu strong {
  font-size: 1.3rem;
  font-weight: 600;
}

.familia-boda {
  max-width: 520px;
  margin: 0 auto;
}

.familia-bloque {
  margin-bottom: 2.8rem;
}

.familia-titulo2 {
  display: block;
  font-family: "Zain", serif;
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  color: #567c8d;
  margin-bottom: 2.5rem;
}

.familia-titulo {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2f4156;
  margin-bottom: 0.8rem;
}

.familia-nombre {
  display: block;
  font-size: 1.05rem;
  line-height: 1.6;
}

.ubicacion-card {
  margin: 2.5rem auto 3.5rem;
  max-width: 520px;
}

.ubicacion-nombre {
  display: block;
  font-family: "Zain", serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #ffffff;
  margin-bottom: 0.9rem;
}

.ubicacion-direccion {
  display: block;
  font-size: 1.05rem;
  line-height: 1.85;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.85);
}

.section-map iframe {
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.btn-ubicacion {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  padding: 14px 38px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #2f4156;
  font-family: "Zain", serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-ubicacion:hover {
  background-color: #c8d9e6;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .ubicacion-nombre {
    font-size: 1.35rem;
  }

  .section-map iframe {
    height: 380px;
    border-radius: 14px;
  }
}

@media (max-width: 768px) {
  #lokasi .section-title {
    margin-bottom: 0rem;
  }

  .ubicacion-card {
    margin: 0rem auto 2.2rem;
  }

  .ubicacion-nombre {
    font-size: 1.45rem;
    letter-spacing: 0.14em;
  }

  .ubicacion-direccion {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}

.frase-amor {
  font-family: "Rouge Script";
  font-size: clamp(2.2rem, 6vw, 3.2rem);
  line-height: 1.25;
  color: #2f4156;
  text-align: center;
  max-width: 720px;
  margin: 3.5rem auto 3.5rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .frase-amor {
    font-size: 2rem;
    margin: 3rem auto 2.8rem;
    line-height: 1.3;
  }
}

.pareja-swiper {
  position: relative;
}

.pareja-swiper .swiper-button-prev,
.pareja-swiper .swiper-button-next {
  background: none;
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;

  color: #f5efeb;
  opacity: 0.7;

  top: 50%;
  transform: translateY(-50%);
  z-index: 20;

  transition: opacity 0.25s ease, transform 0.25s ease;
}

.pareja-swiper .swiper-button-prev::after,
.pareja-swiper .swiper-button-next::after {
  font-size: 32px;
  font-weight: 300;
}

.pareja-swiper .swiper-button-prev {
  left: -28px;
}

.pareja-swiper .swiper-button-next {
  right: -28px;
}

@media (hover: hover) {
  .pareja-swiper .swiper-button-prev:hover,
  .pareja-swiper .swiper-button-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
  }
}

@media (max-width: 768px) {
  .pareja-swiper .swiper-button-prev::after,
  .pareja-swiper .swiper-button-next::after {
    font-size: 26px;
  }

  .pareja-swiper .swiper-button-prev {
    left: 10px;
  }

  .pareja-swiper .swiper-button-next {
    right: 10px;
  }
}

.dress-section {
  background-color: #567c8d;
  padding: 4rem 1.5rem;
  text-align: center;
}

.dress-section .section-title {
  color: #f5efeb;
}

.dress-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

.dress-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.dress-card img {
  width: 90px;
  height: auto;
}

.dress-card h3 {
  font-family: "Zain", sans-serif;
  font-size: 1.6rem;
  color: #2f4156;
  letter-spacing: 1px;
}

.dress-card p {
  font-family: "Zain", sans-serif;
  font-size: 1.05rem;
  color: #f5efeb;
  line-height: 1.5;
}

.dress-warning {
  margin-top: 1.5rem;
  font-family: "Zain";
  font-size: 1rem;
  color: #e28784ff;
}

.rsvp-intro {
  max-width: 620px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2f4156;
}

.rsvp-box {
  padding: 2.5rem;
  border-radius: 18px;
  background: #f5efeb;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.rsvp-box .label {
  font-weight: 600;
  color: #2f4156;
}

.rsvp-box .radios {
  display: flex;
  gap: 1.5rem;
  margin-top: 0.5rem;
}

.rsvp-box .input,
.rsvp-box .textarea {
  border-radius: 10px;
  border: 1px solid rgba(47, 65, 86, 0.2);
}

.rsvp-box .btn-cta {
  padding: 0.9rem 2.4rem;
  border-radius: 999px;
  font-weight: 600;
}

.rsvp-sign {
  margin-top: 3.5rem;
  color: #2f4156;
}

.rsvp-social a {
  color: #2f4156;
  font-weight: 500;
  text-decoration: none;
}

#rsvp .rsvp-sign,
#rsvp .rsvp-sign a {
  color: #ffffff;
}

.rsvp-note {
  margin: 2rem auto 2.5rem;
  max-width: 520px;
  text-align: center;
  color: #2f4156;
  padding-top: 2px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.rsvp-note strong {
  display: block;
  color: #e28784ff;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  padding-top: 2px;
}

.music-btn {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 9999;

  width: 56px;
  height: 56px;
  padding: 10px;

  background: rgba(86, 124, 141, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.35s ease;
}

.music-btn img {
  width: 24px;
  height: 24px;
  opacity: 0.85;
  transition: all 0.35s ease;
}

.music-btn:hover {
  background: rgba(86, 124, 141, 0.35);
}

.music-btn.playing {
  background: rgba(200, 217, 230, 0.3); /* azul más fuerte */
  border-color: rgba(245, 239, 235, 0.45);
  box-shadow: 0 8px 22px rgba(47, 65, 86, 0.35);
}

.music-btn.playing img {
  opacity: 1;
  transform: scale(1.1);
}

.music-btn.muted {
  background: rgba(86, 124, 141, 0.2);
  opacity: 0.7;
}

.mobile-menu {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.mobile-menu.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.navbar-menu {
  background: rgba(47, 65, 86, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mobile-link {
  font-family: "Zain", serif;
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  padding: 1.25rem 0;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
}

.mobile-link:hover {
  color: #c8d9e6;
  transform: translateY(-2px);
}

.navbar-burger span {
  transition: all 0.4s ease;
}

.navbar-burger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

body.nav-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .music-btn {
    z-index: 10000;
  }
}

.anchor-offset {
  display: block;
  height: 1px;
  visibility: hidden;
}

.navbar-menu.mobile-menu {
  display: block !important;

  position: fixed;
  top: 70px;
  right: 1rem;
  width: 80%;
  max-width: 280px;

  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 1.6rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);

  padding: 1rem 1.25rem;

  opacity: 0;
  transform: translateY(-10px) scale(0.96);
  pointer-events: none;

  transition: opacity 0.35s ease, transform 0.35s ease;

  z-index: 1000;
}

.navbar-menu.mobile-menu.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.navbar-menu.mobile-menu .navbar-end {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.navbar-menu.mobile-menu .navbar-item {
  font-family: "Raleway";
  font-size: 1rem;
  color: #2f4156;
  padding: 0.35rem 0;
  letter-spacing: 0.05em;
  line-height: 1.3;
  background: transparent;
}

.navbar-menu.mobile-menu .navbar-item:hover {
  color: #ffffffff;
}

.navbar-menu.mobile-menu::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  margin: 0 auto 0.7rem;
}

.navbar-burger span {
  height: 1px;
  background-color: #2f4156;
}

.navbar-menu.mobile-menu .navbar-item {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.navbar-menu.mobile-menu.is-active .navbar-item {
  opacity: 1;
  transform: translateY(0);
}

.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(1) {
  transition-delay: 0.05s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(2) {
  transition-delay: 0.1s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(3) {
  transition-delay: 0.15s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(4) {
  transition-delay: 0.2s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(5) {
  transition-delay: 0.25s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(6) {
  transition-delay: 0.3s;
}
.navbar-menu.mobile-menu.is-active .navbar-item:nth-child(7) {
  transition-delay: 0.35s;
}

.rsvp-box textarea {
  resize: none;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
}

.rsvp-box .label {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ubicacion-tipo {
  display: block;
  font-family: "Zain", serif;
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
}
