:root { --night: #111016; --plum: #2a1f2a; --parchment: #e8d9bf; --ink-dark: #2e241a; --wax: #7a1e2a; --gold: #b9975b; --text: #f3efe5; --muted: #cfc6b6; --line: rgba(243, 239, 229, 0.22); --panel: rgba(31, 25, 33, 0.9); --card: rgba(45, 35, 46, 0.92); --font-head: "Cinzel", serif; --font-body: "Cormorant Garamond", serif; --font-accent: "IBM Plex Mono", monospace; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--text); font-family: var(--font-body); background: radial-gradient( circle at 12% 14%, rgba(185, 151, 91, 0.2), transparent 34% ), radial-gradient( circle at 88% 18%, rgba(122, 30, 42, 0.18), transparent 32% ), linear-gradient(180deg, #0c0b10 0%, #16131c 56%, #1f1a27 100%); min-height: 100vh; overflow-x: hidden; } body.locked { overflow: hidden; } a { color: inherit; text-decoration: none; } button, input, textarea, select { font: inherit; } .dust { position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0.07; background-image: repeating-linear-gradient( 90deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 6px ); } .page { position: relative; z-index: 1; } .cover { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 1rem; background: linear-gradient(180deg, rgba(8, 8, 11, 0.7), rgba(8, 8, 11, 0.94)), url("https://images.unsplash.com/photo-1519741497674-611481863552?w=1200") center/cover no-repeat; transition: opacity 0.7s ease, transform 0.7s ease; } .cover.hidden { opacity: 0; transform: scale(1.02); pointer-events: none; } .envelope-wrap { width: min(860px, 100%); position: relative; perspective: 1100px; } .envelope { position: relative; width: 100%; min-height: 460px; } .envelope-back, .envelope-front { position: absolute; left: 0; right: 0; border-radius: 14px; } .envelope-back { bottom: 0; height: 330px; background: linear-gradient(170deg, #d4c1a1, #b99d71); border: 1px solid rgba(46, 36, 26, 0.45); box-shadow: 0 24px 62px rgba(0, 0, 0, 0.42); } .envelope-flap { position: absolute; left: 0; right: 0; /* top: 6px; */ bottom: 80px; margin: auto; width: 96%; height: 210px; background: linear-gradient(180deg, #c9af86, #b39467); border: 1px solid rgba(46, 36, 26, 0.45); clip-path: polygon(50% 100%, 0 0, 100% 0); transform-origin: top center; transform: rotateX(0deg); transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1); z-index: 4; } .envelope-front { bottom: 0; height: 250px; background: linear-gradient(175deg, #d7c4a7, #c2a57b); border: 1px solid rgba(46, 36, 26, 0.48); clip-path: polygon(0 0, 50% 68%, 100% 0, 100% 100%, 0 100%); z-index: 5; } .letter-sheet { position: absolute; left: 50%; bottom: 90px; transform: translateX(-50%) translateY(80px) scale(0.95); width: min(740px, 94%); border-radius: 12px; border: 1px solid rgba(70, 53, 34, 0.4); background: linear-gradient( 180deg, rgba(232, 217, 191, 0.98), rgba(221, 203, 172, 0.98) ); box-shadow: 0 20px 46px rgba(0, 0, 0, 0.35); padding: clamp(1rem, 3vw, 1.8rem); color: var(--ink-dark); overflow: hidden; opacity: 0; transition: transform 0.85s ease, opacity 0.85s ease; z-index: 3; } .letter-sheet.revealed { opacity: 1; transform: translateX(-50%) translateY(-110px) scale(1); } .letter-sheet::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(46, 36, 26, 0.2); border-radius: 8px; z-index: 3; pointer-events: none; } .paper-crease { position: absolute; top: 14px; bottom: 14px; left: 50%; width: 2px; transform: translateX(-50%); background: linear-gradient( 180deg, rgba(46, 36, 26, 0.22), rgba(46, 36, 26, 0.36), rgba(46, 36, 26, 0.2) ); box-shadow: 0 0 8px rgba(46, 36, 26, 0.15); opacity: 0.38; z-index: 3; pointer-events: none; transition: opacity 0.5s ease, transform 0.5s ease; } .paper-fold { position: absolute; top: 0; bottom: 0; width: 50%; z-index: 4; pointer-events: none; transition: transform 0.62s cubic-bezier(0.23, 1, 0.32, 1); } .paper-fold-left { left: 0; transform-origin: right center; transform: scaleX(1); background: linear-gradient( 90deg, rgba(205, 184, 148, 0.96), rgba(221, 203, 172, 0.95) ); } .paper-fold-right { right: 0; transform-origin: left center; transform: scaleX(1); background: linear-gradient( 270deg, rgba(205, 184, 148, 0.96), rgba(221, 203, 172, 0.95) ); } .paper-content { position: relative; z-index: 2; opacity: 0; transform: translateY(10px); transition: opacity 0.38s ease, transform 0.38s ease; } .letter-sheet.unfolded .paper-fold-left, .letter-sheet.unfolded .paper-fold-right { transform: scaleX(0); } .letter-sheet.unfolded .paper-crease { opacity: 0.08; transform: translateX(-50%) scaleY(0.92); } .letter-sheet.unfolded .paper-content { opacity: 1; transform: translateY(0); } .wax-seal { position: absolute; left: 50%; /* top: 194px; */ bottom: 75px; transform: translateX(-50%); width: 84px; height: 84px; border-radius: 50%; border: 2px solid rgba(84, 14, 23, 0.62); background: radial-gradient(circle at 30% 30%, #bb3a4d, #7a1e2a 72%); color: #f9d9df; display: grid; place-items: center; z-index: 7; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35); animation: wax-pulse 2.2s ease-in-out infinite; } .wax-seal.cracked { animation: none; transform: translateX(-50%) scale(0.94); filter: saturate(0.86); } .crack-particles { position: absolute; inset: 0; pointer-events: none; z-index: 8; } .crack-particles span { position: absolute; width: 6px; height: 6px; border-radius: 999px; background: rgba(122, 30, 42, 0.8); opacity: 0; animation: particle-fly 0.7s ease forwards; } .kicker { font-family: var(--font-accent); font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; } .letter-title, .hero-title, .section-title, .card-title { margin: 0; font-family: var(--font-head); line-height: 1.08; } .letter-title { margin-top: 0.7rem; font-size: clamp(2.1rem, 6.3vw, 4.3rem); } .rule { height: 1px; margin: 0.74rem 0 0.95rem; background: linear-gradient( 90deg, transparent, rgba(46, 36, 26, 0.62), transparent ); } .chip { display: inline-flex; align-items: center; gap: 0.42rem; border: 1px dashed rgba(46, 36, 26, 0.52); border-radius: 999px; padding: 0.34rem 0.74rem; font-family: var(--font-accent); font-size: 0.72rem; text-transform: uppercase; } .open-btn, .map-btn, .copy-btn, .submit-btn, .music-btn, .top-btn { border: 0; border-radius: 999px; cursor: pointer; transition: transform 0.22s ease, box-shadow 0.22s ease; } .open-btn { margin-top: 0.95rem; min-height: 46px; padding: 0.78rem 1.2rem; background: linear-gradient(120deg, #2e6c55, #1f4f3e); color: #f8f4eb; font-weight: 700; opacity: 0.45; pointer-events: none; } .open-btn.ready { opacity: 1; pointer-events: auto; } .hero { min-height: 88vh; display: grid; align-items: center; background: linear-gradient( 180deg, rgba(11, 10, 14, 0.64), rgba(11, 10, 14, 0.9) ), url("https://images.unsplash.com/photo-1606216794074-735e91aa2c92?w=1200") center/cover no-repeat; } .hero-inner, .section-inner, .footer-inner { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; } .hero-panel, .section-panel { border-radius: 16px; padding: clamp(1.15rem, 3.2vw, 2rem); } .hero-panel { border: 1px solid rgba(243, 239, 229, 0.3); background: rgba(37, 31, 43, 0.76); } .hero-title { margin-top: 0.65rem; font-size: clamp(2rem, 6vw, 4.1rem); } .hero-sub { margin: 0.84rem 0; color: rgba(243, 239, 229, 0.9); } .countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.6rem; } .count-box { border: 1px solid rgba(243, 239, 229, 0.3); border-radius: 12px; background: rgba(243, 239, 229, 0.08); text-align: center; padding: 0.54rem; } .count-value { display: block; font-family: var(--font-head); font-size: clamp(1.25rem, 3.2vw, 1.95rem); font-weight: 700; transform-origin: center; } .count-value.tick { animation: count-flip 0.22s ease; } .count-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.11em; font-family: var(--font-accent); } section { padding: clamp(2.9rem, 7.2vw, 4.9rem) 0; } .section-panel { border: 1px solid var(--line); background: var(--panel); box-shadow: 0 18px 52px rgba(0, 0, 0, 0.35); } .section-title { margin-top: 0.5rem; font-size: clamp(1.82rem, 4.8vw, 2.95rem); } .section-rule { height: 1px; margin: 0.74rem 0 1rem; background: linear-gradient( 90deg, rgba(243, 239, 229, 0.08), rgba(243, 239, 229, 0.46), rgba(243, 239, 229, 0.08) ); } .story-grid, .family-grid, .schedule-grid, .gallery-grid, .gift-grid, .rsvp-grid, .wish-list { display: grid; gap: 1rem; } .copy, .meta { color: var(--muted); line-height: 1.75; } .quote { margin: 0.9rem 0 0; border-left: 4px solid var(--gold); border-radius: 10px; background: rgba(185, 151, 91, 0.16); padding: 0.92rem; font-family: var(--font-head); font-size: clamp(1.02rem, 2.7vw, 1.36rem); } .card, .wish-item { border-radius: 12px; border: 1px solid rgba(243, 239, 229, 0.2); background: var(--card); padding: 0.95rem; } .portrait-grid { display: grid; gap: 0.8rem; } .portrait-card { border-radius: 12px; border: 1px solid rgba(243, 239, 229, 0.2); background: var(--card); overflow: hidden; } .portrait-photo { aspect-ratio: 4 / 5; background-size: cover; background-position: center; } .portrait-pria { background-image: url("https://images.unsplash.com/photo-1459204137123-238c569e22bd?w=400"); } .portrait-wanita { background-image: url("https://images.unsplash.com/photo-1596092882833-4a5417bc7ac7?w=400"); } .portrait-meta { padding: 0.7rem 0.85rem 0.85rem; } .portrait-name { margin: 0.2rem 0 0; } .label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-family: var(--font-accent); color: #e2cfac; } .card-title { margin-top: 0.3rem; font-size: 1.58rem; } .schedule-head { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; } .badge { display: inline-flex; align-items: center; border: 1px solid rgba(185, 151, 91, 0.64); background: rgba(185, 151, 91, 0.14); color: #efdcb9; border-radius: 999px; padding: 0.3rem 0.66rem; font-family: var(--font-accent); font-size: 0.72rem; text-transform: uppercase; } .map-btn, .copy-btn, .submit-btn, .music-btn, .top-btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 0.44rem; padding: 0.6rem 0.95rem; color: #f7f1e8; background: #5f566f; } .map-btn, .submit-btn { color: #10161a; background: linear-gradient(120deg, #b9975b, #8f7239); } .submit-btn { margin-top: 0.86rem; } .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .gallery-item { position: relative; min-height: clamp(170px, 31vw, 255px); border-radius: 12px; border: 1px solid rgba(243, 239, 229, 0.24); background: #605774; overflow: hidden; } .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s ease, filter 0.45s ease; } .gallery-item:hover img { transform: scale(1.05); filter: contrast(1.08) saturate(1.06); } .gallery-tag { position: absolute; right: 0.55rem; bottom: 0.55rem; font-family: var(--font-accent); font-size: 0.7rem; text-transform: uppercase; color: #fff; background: rgba(0, 0, 0, 0.55); border-radius: 999px; padding: 0.24rem 0.5rem; } .field { display: grid; gap: 0.35rem; margin-top: 0.74rem; } .field label { color: #ddd0c0; font-size: 0.88rem; } .field input, .field select, .field textarea { min-height: 44px; border-radius: 10px; border: 1px solid rgba(243, 239, 229, 0.24); background: rgba(255, 255, 255, 0.06); color: #f6efe5; padding: 0.58rem 0.74rem; } .field textarea { min-height: 108px; resize: vertical; } .wish-list { max-height: 320px; overflow-y: auto; } .private-card { border-style: dashed; } .private-grid { display: grid; gap: 0.8rem; margin-top: 0.8rem; } .private-code { font-family: var(--font-accent); word-break: break-all; } .private-qr { width: min(136px, 100%); aspect-ratio: 1; border-radius: 10px; object-fit: cover; border: 1px solid rgba(243, 239, 229, 0.26); } .floating { position: fixed; right: 0.86rem; bottom: 1rem; z-index: 40; display: grid; gap: 0.45rem; } .music-btn.playing { color: #10161a; background: linear-gradient(120deg, #b9975b, #8f7239); } .footer { padding: 2rem 0 2.38rem; } .footer-inner { text-align: center; color: #d8cfc1; } .lightbox { position: fixed; inset: 0; z-index: 95; display: none; place-items: center; padding: 1rem; background: rgba(0, 0, 0, 0.86); } .lightbox.active { display: grid; } .lightbox img { width: min(900px, 100%); max-height: 88vh; object-fit: contain; border-radius: 12px; } .fade-up { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; } .fade-up.show { opacity: 1; transform: translateY(0); } .open-btn:hover, .copy-btn:hover, .map-btn:hover, .submit-btn:hover, .music-btn:hover, .top-btn:hover { transform: translateY(-2px); } .envelope.opening .envelope-flap { transform: rotateX(-168deg); z-index: 0; } @media (max-width: 768px) { .envelope.opening .envelope-flap { transform: translateY(-140px) rotate(-8deg); } } @keyframes wax-pulse { 0%, 100% { transform: translateX(-50%) scale(1); } 50% { transform: translateX(-50%) scale(1.06); } } @keyframes particle-fly { from { opacity: 1; transform: translate(0, 0) scale(1); } to { opacity: 0; transform: translate(var(--x), var(--y)) scale(0.2); } } @keyframes count-flip { 0% { transform: rotateX(0deg); } 50% { transform: rotateX(-82deg); } 100% { transform: rotateX(0deg); } } @keyframes twinkle { 0%, 100% { opacity: 0.05; } 50% { opacity: 0.1; } } @media (min-width: 760px) { .story-grid { grid-template-columns: 1.25fr 0.75fr; } .schedule-grid, .gift-grid, .rsvp-grid, .private-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 540px) { .envelope { min-height: 500px; } .envelope-back { height: 260px; } .envelope-flap { top: 24px; width: 98%; height: 170px; bottom: -150px; } .envelope-front { height: 235px; } .wax-seal { width: 76px; height: 76px; bottom: 75px; } .letter-sheet { width: 92%; bottom: 84px; padding: 0.9rem; } .letter-sheet.revealed { transform: translateX(-50%) translateY(-82px) scale(1); /* z-index: 10; */ } .letter-title { font-size: clamp(1.7rem, 8vw, 2.4rem); } .chip { font-size: 0.66rem; padding: 0.3rem 0.58rem; } .open-btn { min-height: 42px; padding: 0.66rem 0.92rem; } .countdown, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .gallery-grid { grid-template-columns: 1fr; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
🎨 Preview Template: Imperial Letter Of Vows | Kategori: Wedding
← Kembali ke Gallery ✨ Daftar untuk Menggunakan
The Wedding of Our Dreams: Ahmad Rizki & Siti Nurhaliza
Imperial Letter of Vows

The Wedding of Our Dreams

Bersama Kita Wujudkan Mimpi

Dengan hormat, Ahmad Rizki & Siti Nurhaliza mengundang Anda.

Keluarga Besar Rahman Yang Terhormat
Royal Countdown

Ahmad Rizki & Siti Nurhaliza

Friday, 2026-05-15 - Masjid Al-Ikhlas

00Days
00Hours
00Minutes
00Seconds
Chapter I

Kisah Kami

Kami bertemu pertama kali di kampus dan sejak saat itu hubungan kami terus berkembang hingga akhirnya memutuskan untuk menjalani hidup bersama.

"Dan di antara tanda-tanda kekuasaan-Nya ialah Dia menciptakan untukmu isteri-isteri dari jenismu sendiri."
Noble A

Ahmad Rizki Suryadi

Nama panggilan: Rizki
Putra dari Bapak Suryadi dan Ibu Siti Aminah

Noble B

Siti Nurhaliza Rahmat

Nama panggilan: Siti
Putri dari Bapak Rahmat dan Ibu Fatimah

Portrait Noble A

Ahmad Rizki Suryadi

Portrait Noble B

Siti Nurhaliza Rahmat

Chapter II

Jadwal Acara

Akad Nikah

Session A

Friday, 2026-05-15
09:00 - 11:00
Masjid Al-Ikhlas
Jl. Masjid Raya No. 456, Jakarta Pusat

Buka Peta Akad

Resepsi

Session B

Friday, 2026-05-15
19:00 - 22:00
Gedung Serbaguna Menteng
Jl. Menteng Raya No. 123, Jakarta Pusat

Buka Peta Resepsi
Chapter IV

Hadiah dan Dukungan

Vault 01

Bank Mandiri

No. Rekening: 1234567890
Atas Nama: Ahmad Siti Wedding

Vault 02

GoPay

No. Rekening: 081234567890
Atas Nama: Ahmad Rizki

Chapter V

RSVP dan Ucapan

Form Kehadiran

Buku Ucapan

Contoh Tamu: Selamat menempuh hidup baru, semoga selalu harmonis.
Chapter VI

Akses Undangan Privat

Gunakan kode ini untuk verifikasi akses tamu.

Kode Undangan
WED2025001
QR Code Undangan
Atas