@import url("https://fonts.googleapis.com/css2?family=Aref+Ruqaa+Ink:wght@400;700&family=Cairo:wght@400;600;700&display=swap");

:root {
  --font-couple-names: "Aref Ruqaa Ink", serif;
  --color-names: #6b4544;
  --color-names-accent: #9e6b6a;
  --color-names-hero: #ffffff;
}
.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

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

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

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

.navbar-item.is-active{
  border-bottom: 2px solid #996E6D;
}

a.navbar-item {
  color: #996E6D;
}


.hero {
  background-image: url(https://picsum.photos/id/25/1920/1080);
  background: linear-gradient(rgba(153, 110, 109, 0.65), rgba(153, 110, 109, 0.65)), rgba(0, 0, 0, 0.55) url("https://picsum.photos/id/381/1920/1080") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: 'Cairo', sans-serif;
}



.hero-body h2.title.couple-names {
  font-family: var(--font-couple-names);
  font-weight: 700;
  font-size: clamp(3.25rem, 11vw, 5.75rem);
  line-height: 1.35;
  padding-bottom: 8px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.02em;
}

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

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

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

@media (max-width: 599px) {
  .hero .hero-foot {
    display: none;
  }
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 7px auto;
  height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
  border-bottom: 2px solid #996E6D;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  color: #996E6D;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
  color: #996E6D;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid #c28285;
}


.space40px{
  height: 40px;
}

.space24px{
  height: 24px;
}

.main-content {
  padding-top: 2rem;
  color: #000; 
  font-family: 'Cairo', sans-serif;
}

.main-content .section-dark {
  background-color: #F4E2E2;
  padding: 80px 40px;
}

.main-content .section-darker {
  background-color: #EDD2D1;
  padding: 80px 40px;
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 60px;

}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid #996E6D;
  background: white;
  color: #996E6D;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #996E6D;
}

.main-content .section-dark.my-work {
  padding: 80px 40px;
}

.main-content .section-cashbac {
  background-color: rgb(238, 250, 253);
  padding: 80px 40px; 
}

@media (max-width: 599px) {
  .main-content .section-dark.foto-foto {
    padding: 75px 20px;
  }
}

.main-content .section-dark.foto-foto .foto-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.my-work .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.section-map {
  padding: 0 0 0 0 ;
}

.main-content .section-light {
  padding: 80px 40px;
}

.main-content .section-light.regular-section {
  padding-bottom: 80px;
}

.main-content .section-light.regular-section .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.regular-section .about-links {
    text-align: center;
  }
}

.main-content .section-light.regular-section .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.regular-section .right-image img {
    margin: auto;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
  font-size: 24px;
}

.main-content .section-light.contact {
  padding: 80px;
}

.main-content .section-light.contact button {
  width: 100%;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Cairo', sans-serif;
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 80px 40px;
  }
}

.main-content .section-color.pertanyaan {
  padding: 100px;
  background-color: #996E6D;
  color: white;
}

.main-content .section-color.pertanyaan .title,
.main-content .section-color.pertanyaan .subtitle {
  color: white;
}

.main-content .section-color.pertanyaan i {
  font-size: 3rem;
  padding: 20px;
}

.main-content .section-title {
  font-family: 'Cairo', sans-serif;
  font-weight: 900;
  color: #996E6D;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0px;
  padding-bottom: 60px;
}

.nama-lengkap.couple-names,
.couple-names.nama-lengkap {
  font-family: var(--font-couple-names);
  font-weight: 700;
  color: var(--color-names) !important;
  font-size: clamp(3rem, 9vw, 5rem);
  letter-spacing: 0.03em;
  padding-bottom: 4px;
  line-height: 1.35;
}

.couple-names-accent,
.ampersand.couple-names-accent {
  font-family: var(--font-couple-names);
  font-weight: 400;
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  color: var(--color-names-accent) !important;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0.15rem 0.5rem;
}

.bodytext {
  font-size: 18px;
}

.waktu {
  font-size: 1.4rem;
  font-family: 'Cairo', sans-serif;
}

.tanggal-angka {
  font-size: 5rem;
  font-family: 'Cairo', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.tempat {
  font-size: 1.4rem;
  font-family: 'Cairo', sans-serif;
  margin-bottom: 50px;
}


.has-vertically-align {
  vertical-align: middle;
}

.main-content .no-padding-top {
  padding-top: 0px;
}

.fa-download {
  color: #43485c;
}

.divider {
  margin: 40px 25px;
  display: inline-block;
  max-height: 60px;
  vertical-align: middle;
}

.bismillah {
  margin: 25px;
  display: inline-block;
  max-height: 50px;
  vertical-align: middle;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #996E6D;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #BC8887;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #F4E2E2;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #996E6D;
  -webkit-box-shadow: inset 0 0 6px #996E6D;
  background-color: #BC8887;
}

body.gate-locked {
  overflow: hidden;
}

/* شاشة الوردة */
.flower-gate {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #e8c4c3 0%, #d8a9a8 45%, #bc8887 100%);
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.flower-gate__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.flower-gate__btn {
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.flower-gate__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 8px;
  border-radius: 50%;
}

.flower-gate__flower {
  position: relative;
  z-index: 2;
  width: 140px;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(120, 70, 70, 0.35));
  animation: flowerPulse 2.2s ease-in-out infinite;
  transition: transform 0.35s ease;
}

.flower-gate__btn:hover .flower-gate__flower {
  transform: scale(1.08);
}

.flower-gate__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  animation: ringPulse 2.2s ease-out infinite;
  pointer-events: none;
}

.flower-gate__ring--2 {
  animation-delay: 1.1s;
}

.flower-gate__petals {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.flower-gate__petals span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 18px;
  margin: -9px 0 0 -7px;
  background: linear-gradient(135deg, #f5d0cf, #c28285);
  border-radius: 50% 50% 50% 0;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.flower-gate.is-opening .flower-gate__flower {
  animation: flowerBloom 1.1s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
}

.flower-gate.is-opening .flower-gate__ring {
  animation: ringExpand 0.9s ease-out forwards;
}

.flower-gate.is-opening .flower-gate__petals span {
  animation: petalBurst 1.4s ease-out forwards;
}

.flower-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.flower-gate__petals span:nth-child(1) { --angle: 0deg; animation-delay: 0.05s; }
.flower-gate__petals span:nth-child(2) { --angle: 30deg; animation-delay: 0.08s; }
.flower-gate__petals span:nth-child(3) { --angle: 60deg; animation-delay: 0.11s; }
.flower-gate__petals span:nth-child(4) { --angle: 90deg; animation-delay: 0.14s; }
.flower-gate__petals span:nth-child(5) { --angle: 120deg; animation-delay: 0.17s; }
.flower-gate__petals span:nth-child(6) { --angle: 150deg; animation-delay: 0.2s; }
.flower-gate__petals span:nth-child(7) { --angle: 180deg; animation-delay: 0.23s; }
.flower-gate__petals span:nth-child(8) { --angle: 210deg; animation-delay: 0.26s; }
.flower-gate__petals span:nth-child(9) { --angle: 240deg; animation-delay: 0.29s; }
.flower-gate__petals span:nth-child(10) { --angle: 270deg; animation-delay: 0.32s; }
.flower-gate__petals span:nth-child(11) { --angle: 300deg; animation-delay: 0.35s; }
.flower-gate__petals span:nth-child(12) { --angle: 330deg; animation-delay: 0.38s; }

.site-content {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  will-change: opacity, transform;
}

.site-content.is-revealed {
  animation: contentReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes flowerPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@keyframes ringPulse {
  0% { transform: scale(0.85); opacity: 0.7; }
  100% { transform: scale(1.35); opacity: 0; }
}

@keyframes flowerBloom {
  0% { transform: scale(1) rotate(0deg); opacity: 1; }
  35% { transform: scale(1.35) rotate(8deg); opacity: 1; }
  100% { transform: scale(2.2) rotate(20deg); opacity: 0; }
}

@keyframes ringExpand {
  to { transform: scale(2.5); opacity: 0; }
}

@keyframes petalBurst {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-min(42vw, 220px)) scale(0.3);
  }
}

@keyframes contentReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .flower-gate__flower,
  .flower-gate__ring,
  .site-content.is-revealed {
    animation: none !important;
  }

  .flower-gate.is-opening .flower-gate__flower {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .site-content.is-revealed {
    opacity: 1;
    transform: none;
  }
}


.btn-whatsapp:hover {
  color: white;
  background-color: #59a543;
  font-size: 1.2rem;
  border-radius: 10px;
  border: 2px solid #59a543;
  width:  210px;
  height: 65px;
  align-items: center;
  margin: 1rem;
}


.btn-whatsapp {
  background-color: #6cc751;
  width:  210px;
  height: 65px;
  color: white;
  font-size: 1.2rem;
  border-radius: 10px;  
  border-left: 1px solid #6cc751;
  border-right: 1px solid #6cc751;
  border-top: 1px solid #6cc751;
  border-bottom: 1px solid #6cc751;
  align-items: center;
  margin: 1rem;

}


.btn-cta:hover {
  color:white;
  background-color: #bf7877;
  font-size: 1.2rem;
  border-radius: 10px;
  border: 2px solid #bf7877;
  width:  210px;
  height: 65px;
  align-items: center;
  margin: 1rem;
}

.btn-cta {
  background-color: #996E6D;
  width:  210px;
  height: 65px;
  color: white;
  font-size: 1.2rem;
  border: 2px solid #996E6D;
  border-radius: 10px;
  align-items: center;
  margin: 1rem;
}

.cashbac-logo-inline {
  width: 160px;
  vertical-align: middle;
}

.button-download {
  min-width: 200px;
  height: 55px;
  align-items: center;
  margin: 0.1rem;

}

.voucher-code {
  height: 55px;
  max-width: 180px;
  border: 2px solid #26ade4;
  border-radius: 10px 0 0 10px  ;
  font-size: 24px;
  padding: 15px;
}

.btn-voucher-code {
  height: 55px;
  min-width: 100px;
  border: 2px solid #26ade4;
  background-color: #26ade4;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  color: white;
}

.fa-copy {
  margin-right: 5px;
}
.white
{color:ghostwhite}


.dusty-pink {color: #D8A9A8}
.dusty-pink-lighter {color: #EDD2D1}
.dusty-pink-lightest {color: #F4E2E2}
.dusty-pink-darker {color: #BC8887}
.dusty-pink-darkest {color: #996E6D}

.tile {
  border-radius: 10px;
}


.foto1 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/beatriz-perez-moya-M2T1j-6Fn8w-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}


.foto2 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/evelina-friman-hw_sKmjb0ns-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}

.foto3 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/jeremy-wong-weddings-464ps_nOflw-unsplash.jpg");
  background-size: cover;
  background-position: top;
  background-repeat:no-repeat;
  min-height: 24rem;
}

.foto4 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/jeremy-wong-weddings-K8KiCHh4WU4-unsplash.jpg");
  background-size: cover;
  background-position: top;
  background-repeat:no-repeat;
  min-height: 24rem;
}

.foto5 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/nathan-dumlao-5BB_atDT4oA-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}


.foto6 {
  background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/samantha-gades-x40Q9jrEVT0-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}



.title-foto {
  font-size: 18pt;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  text-align: start;
  color: white;
}


.subtitle-foto {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 14pt;
  font-weight: 600;
  margin-top: 15px;
  text-align: start;
  color: white;
}

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

.instagram {
  color: #996E6D;
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

/* أنيميشن التمرير — نزول وطلوع */
#site-content [data-aos] {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: opacity, transform, filter;
}

[data-aos="reveal-blur"] {
  opacity: 0;
  filter: blur(14px);
  transform: translateY(40px) scale(0.97);
  transition-property: opacity, transform, filter;
}

[data-aos="reveal-blur"].aos-animate {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

[data-aos="reveal-zoom"] {
  opacity: 0;
  transform: scale(0.75) rotate(-4deg);
  transition-property: opacity, transform;
}

[data-aos="reveal-zoom"].aos-animate {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

[data-aos="reveal-flip"] {
  opacity: 0;
  transform: perspective(900px) rotateX(22deg) translateY(36px);
  transform-origin: center bottom;
  transition-property: opacity, transform;
}

[data-aos="reveal-flip"].aos-animate {
  opacity: 1;
  transform: perspective(900px) rotateX(0deg) translateY(0);
}

[data-aos="reveal-slide"] {
  opacity: 0;
  transform: translateX(55px) scale(0.98);
  transition-property: opacity, transform;
}

[data-aos="reveal-slide"].aos-animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}

[data-aos="reveal-float"] {
  opacity: 0;
  transform: translateY(55px) scale(0.94);
  transition-property: opacity, transform;
}

[data-aos="reveal-float"].aos-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-map[data-aos] iframe {
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(0.98);
  box-shadow: 0 0 0 rgba(153, 110, 109, 0);
}

.section-map[data-aos].aos-animate iframe {
  transform: scale(1);
  box-shadow: 0 12px 40px rgba(153, 110, 109, 0.28);
}

.tile.is-child[data-aos] {
  transition: box-shadow 1s ease, opacity 1s ease, transform 1s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.tile.is-child[data-aos].aos-animate {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

@media (prefers-reduced-motion: reduce) {
  #site-content [data-aos] {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .section-map[data-aos].aos-animate iframe,
  .tile.is-child[data-aos].aos-animate {
    animation: none !important;
  }
}

/* شريط تقدّم التمرير */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000001;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

body:not(.gate-locked) .scroll-progress {
  opacity: 1;
  visibility: visible;
}

.scroll-progress__track {
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(153, 110, 109, 0.12);
}

.scroll-progress__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(
    270deg,
    #d8a9a8 0%,
    #bc8887 45%,
    #996e6d 100%
  );
  border-radius: 0 2px 2px 0;
  box-shadow: 0 0 14px rgba(188, 136, 135, 0.55);
  transition: width 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: width;
}

html[dir="rtl"] .scroll-progress__fill {
  margin-inline-start: auto;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(
    90deg,
    #d8a9a8 0%,
    #bc8887 45%,
    #996e6d 100%
  );
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress__fill {
    transition: none;
  }
}