* {


  margin: 0;


  padding: 0;

   box-sizing: border-box;
}

@font-face {
    font-family: 'Angelina';
    src: url('angelina/Angelina.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.angelina{
  font-family: 'Angelina', sans-serif !important;
}




body {


  font-family: 'Linux Libertine', serif;


  color: #fff;


  background: linear-gradient(to bottom, #2a2b78, #4569b1);


}

html, body {
  overflow-x: hidden;
}


/* Roustel melalui OnlineWebFonts CDN */

    @font-face {

      font-family: 'Roustel';

      src: url('https://db.onlinewebfonts.com/t/5ff4764cf150b822a1a979c16b82694c.woff2') format('woff2'),

           url('https://db.onlinewebfonts.com/t/5ff4764cf150b822a1a979c16b82694c.woff') format('woff');

      font-weight: normal;

      font-style: normal;

    }




/* Intro screen */


#intro-screen {


  position: fixed;


  top: 0; left: 0;


  width: 100%; height: 100vh;


  display: flex;


  justify-content: center;


  align-items: center;


  /*background: url("https://i.ibb.co.com/CK72Nv53/andriana-soon-to-be-wed-Instagram.jpg") no-repeat center/cover;*/


  z-index: 999;


}


#bg-video-intro {


  position: absolute;


  top: 0;


  left: 0;


  width: 100%;


  height: 100%;


  object-fit: cover;


  z-index: 999;


}


/*.intro-overlay {

  position: fixed;      

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(to bottom, #2a2b78 0%, transparent 100%);

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 1;
}*/

/* Frame PNG */

.frame-img {

  position: absolute;

  height: 80vh;
  
  width: auto;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 2; /* di atas gradasi */

  pointer-events: none;

}



.intro-content {

  background-size: contain;

  width: 80vw;

  height: 90vh;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  padding: 20px 40px;
  
  box-sizing: border-box;

  color: #fff;

  opacity: 0;

  transform: scale(0.9);

  animation: fadeZoomIn 1.5s ease forwards;
  
  z-index: 999;

}



.intro-content h1{
  font-family: 'Roustel', cursive;
  font-size: 2.2rem;

  margin: 10px 0;

  color: #fff;
}

.intro-content h2 {

  font-family: 'Linux Libertine', serif;

  font-size: 1rem;   /* ⬅️ biar nggak mepet */

  margin: 0 0 15px 0; /* ⬅️ kasih jarak bawah */

  color: #f7e08b;

}

#open-btn {

  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(to right, #ffc412, #925d25);
  font-family:'Linux Libertine', serif;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  
}


#open-btn:hover {

  background: #e6c74c;

  color: #fff;

}


/* Fade animation */

.fade-out {

  animation: fadeOut 1s forwards;

}


.fade-in {

  animation: fadeIn 1s forwards;

}


@keyframes fadeOut {

  to { opacity: 0; visibility: hidden; }

}


@keyframes fadeIn {

  from { opacity: 0; }

  to { opacity: 1; }

}

@keyframes fadeZoomIn {

  0% { opacity: 0; transform: scale(0.9); }

  100% { opacity: 1; transform: scale(1); }

}

@media (max-width: 480px) {

  .intro-content {

    width: 280px;

    height: 380px;

    padding: 30px 15px;

  }

  .intro-content h1 {

    font-size: 1.5rem;

  }

  .intro-content h2 {

    font-size: 0.9rem;

  }

}




/* Semua section undangan hidden dulu */


/*.main-content{

  display : none;

}*/


/* Contoh biar keliatan pas muncul */


/*header, section {


  padding: 80px 20px;


  text-align: center;


}*/


header {


  position: relative;


  height: 100vh;


  width: 100%;


  overflow: hidden;

  z-index: 999;


}


/* Video full background */


#bg-video {


  position: absolute;


  top: 0;


  left: 0;


  width: 100%;


  height: 100%;


  object-fit: cover;


  z-index: 999;


}



/* Overlay di atas video */

.header-overlay {

position: relative;


  top: 0;


  left: 0;


  width: 90%;

  

  max-width : 400px;

  

  margin : auto;

  

 /* border-radius : 50% / 40%;*/

  

 /* border : 2px solid #fff;*/


  height: 90%;


  /*background: rgba(10, 10, 30, 0.6); */

  

  display : flex;


  justify-content: center;


  align-items: center; /* ini yang bikin ke tengah vertikal */


  text-align: center;


  padding: 40px 20px;

  

  z-index: 999;

  

  /* mulai invisible */

  opacity: 0;

  transform: scale(0.9);

  transition: all 1s ease;

  

}


.header-overlay.active {

  opacity: 1;

  transform: scale(1);

}


/* Konten di tengah overlay */


.header-content {

  
  margin-top: 10%;

  max-width: 400px;


  color: #fff;

  

  z-index: 999;


}




.hidden {

  opacity: 0;

  pointer-events: none;

}



.header-content h1 {


  font-family: 'Roustel', cursive;


  font-size: 2.5rem;


  margin: 5px 0;


}



.header-content .subtitle {


  font-size: 1rem;


  opacity: 0.8;


}


.header-content .and {


  font-family: 'Great Vibes', cursive;


  font-size: 1.5rem;


  margin: 5px 0;


}


.header-content .date {


  margin-top: 10px;


  font-size: 1rem;


}


/* Scroll down icon */


.scroll-down {


  display: inline-block;


  margin-top: 20px;


  font-size: 1.5rem;


  color: #f5d88b;


  animation: bounce 2s infinite;


}


@keyframes bounce {


  0%, 20%, 50%, 80%, 100% {


    transform: translateY(0);


  }


  40% {


    transform: translateY(8px);


  }


  60% {


    transform: translateY(4px);


  }


}


header h2 {


  font-weight: 300;


  font-size: 1.5rem;


  margin-bottom: 20px;


}


header p {


  font-size: 1rem;


  opacity: 0.8;


}


section {


  padding: 80px 20px;


  text-align: center;


}


section h2 {


  font-size: 2rem;


  margin-bottom: 20px;


  font-family: 'Great Vibes', cursive;


}


section p {


  max-width: 600px;


  margin: auto;


  line-height: 1.6;


}

/* Section 2 - Bride & Groom */


.bride-groom {


  /*background: url('https://lavaranu.github.io/ud-f-j/Attachment-13.png') no-repeat center center/cover;*/
  
 background: linear-gradient(to bottom, #2a2b78, #4569b1, #2a2b78);

  
  padding: 80px 20px;

  /*padding:0;*/

  text-align: center;


  color: #fff;


}

.person-card-wraper{
  position: relative;
}

.bride-groom .person-card-wraper .overlay{
  
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: url("https://i.ibb.co.com/6c8sJcwz/Attachment-11-1.png") no-repeat center center;

  background-size: cover;

  z-index: 1; /* overlay ada di atas background */

  pointer-events: none; /* biar gak ganggu klik tombol */
}

/*.bride-groom .overlay-box {


  background: rgba(10, 10, 25, 0.7); /* semi transparan 


  border-radius: 15px;


  padding: 40px 20px;


  max-width: 850px;


  margin: 0 auto;


  box-shadow: 0 8px 30px rgba(0,0,0,0.5);


}*/


.bride-groom h2 {


  font-family: 'Cinzel Decorative', serif;


  font-size: 2rem;


  color: #f5d88b;


  margin-bottom: 20px;


}


.bride-groom p {


  max-width: 700px;


  margin: 0 auto 40px;


  line-height: 1.6;
  
  font-size: 0.75rem;


}

.person-card {


  margin-bottom: 60px;
  
  display: flex;

  flex-direction: column; /* susun vertikal */

  align-items: left;    /* isi default ke tengah */

  position: relative;
  
  z-index:2;

}





.person-photo {


/*   width: 68%; */


  max-width: 320px;


  /*border-radius: 50% / 15%;


  box-shadow: 0 8px 25px rgba(0,0,0,0.6);*/


  margin-bottom: 20px;


}

.person-card img.bride{
  
/*   width: 68%; */

  max-width: 320px;
  
  align-self: flex-end;
  
  margin-right: -68px;
}

.person-card img.groom{
  
/*   width: 68%; */

  max-width: 320px;

  align-self:flex-start;
  
  margin-left: -68px;
}

.flower {
  position: absolute;
  bottom: 0;          
  width: 150px;       
  z-index: 1;         
  pointer-events: none;

  /* animasi halus */
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}


.flower-bride {
  left: -20px;
  animation: float-left 7s ease-in-out infinite;
}

.flower-groom {
  right: -20px;
  top: 20px;
  animation: float-right 5s ease-in-out infinite;
}

@keyframes float-left {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

@keyframes float-right {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50% { transform: translateY(-12px) rotate(-2deg); }
}





.person-name-script {


  font-family: 'Roustel', cursive;


  font-size: 2rem;


  color: #ffc412;


  margin-bottom: 5px;


}


.person-name {


  font-size: 1.3rem;


  font-weight: bold;


}


.person-family {


  margin: 10px 0 20px;


  font-size: 0.95rem;


  opacity: 0.9;


}

.verse-section h1 {

  font-family: 'Roustel', cursive;

  font-size: 4rem;

  margin-bottom: 15px;
  
  color: #ffc412;

}

.verse-section h3 {

  font-family: 'Roustel', cursive;

  font-size: 2rem;

  margin-bottom: 15px;
  
  color: #ffc412;

}

.verse-section p {

  font-size: 1.1rem;

  font-style: italic;

}




.insta-btn {


  display: inline-block;


  padding: 10px 20px;


  background: linear-gradient(to right, #ffc412, #925d25);


  color: #fff;


  border-radius: 25px;


  text-decoration: none;


  font-weight: bold;


  transition: 0.3s;


}


.insta-btn:hover {


  background: #c13584;


}




.save-date-section {

  position: relative;

  text-align: center;

  /*padding: 80px 20px;*/
  
  padding:0;

  color: #fff;

  /*background: url("https://i.ibb.co.com/sdHfwPqx/d32a474c-d735-4f16-8f6e-e0e7bd8c5c7d.jpg") no-repeat center center/cover;*/
  
  background: linear-gradient(to bottom, #2a2b78, #4569b1, #2a2b78);

}

.save-date-section .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: url("https://i.ibb.co.com/6c8sJcwz/Attachment-11-1.png") no-repeat center center;

  background-size: cover;

  z-index: 1; /* overlay ada di atas background */

  pointer-events: none; /* biar gak ganggu klik tombol */

}

.save-date-section .pohon {

  position: absolute;

  width: 320px; /* bisa kamu adjust sesuai ukuran gambar */

  z-index: 2;

  pointer-events: none; /* biar ga ganggu klik */

}

.pohon-kiri {
  
  top : 40px;

  left: 0;

}

.pohon-kanan {

  top: 40px;
  right: 0;

}





/*.save-date-section::before {


  content: "";


  position: absolute;


  inset: 0;


  background: rgba(0,0,0,0.6); /* overlay gelap biar teks kebaca 


  z-index: 1;


}*/


.save-date-section .save-date-container {


  position: relative;


  z-index: 3;


}


.save-date-image {


  max-width: 200px;


  margin: 0 auto 20px;

  

  transition: transform 0.2s linear;


  will-change: transform;


}


.save-date-title {


  font-size: 28px;


  margin-bottom: 30px;


  font-family: 'Linux Libertine', serif;


}


.countdown {


  display: grid;
  
  grid-template-columns: repeat(2,auto);


  justify-content: center;


  gap: 30px;


  font-size: 20px;


  margin-bottom: 30px;


}


.countdown div span {


  font-size: 36px;


  font-weight: bold;
  
  color: #ffc412;


}


.btn-save-date {


  display: inline-block;


  background: linear-gradient(to right, #ffc412, #925d25);


  color: #fff;


  padding: 12px 24px;


  border-radius: 30px;


  font-weight: bold;


  text-decoration: none;


  transition: 0.3s;


}


.btn-save-date:hover {


  background: #d4b870;


}

.save-date-border {

  display: block;

  width: 100%;      /* selalu full */

  max-width: none;  /* hilangkan batas max */

  height: auto;     /* biar gak gepeng */

  margin: 0;        /* hapus jarak */

}


/*  SECTION */

.location-section {

  position: relative;

  padding: 60px 20px;

  text-align: center;

  /*background: url("https://i.ibb.co.com/ShDGpcF/49dfe582-964f-47db-9fa7-5227cb24ed6d.jpg") no-repeat center center/cover;*/
  
  background: linear-gradient(to bottom, #2a2b78, #4569b1, #2a2b78);

  color: #fff;

}


.location-section .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: url("https://i.ibb.co.com/6c8sJcwz/Attachment-11-1.png") no-repeat center center;

  background-size: cover;

  z-index: 1; /* overlay ada di atas background */

  pointer-events: none; /* biar gak ganggu klik tombol */

}


/* Bunga dekorasi di sudut */
.location-section .flower {
  position: absolute;
  width: 240px; /* bisa kamu adjust sesuai ukuran gambar */
  z-index: 4;
  pointer-events: none; /* biar ga ganggu klik */

  animation: flowerFloat 8s ease-in-out infinite;
}

/* Keyframes animasi */
@keyframes flowerFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
    opacity: 0.95;
  }
}


.flower-top-left {
  top: 0;
  left: 0;
  animation: flowerFloat 7s ease-in-out infinite;
}

.flower-top-right {
  top: 0;
  right: 0;
  animation: flowerFloat 9s ease-in-out infinite;
}

.flower-bottom-left {
  bottom: 0;
  left: 0;
  animation: flowerFloat 6s ease-in-out infinite;
}

.flower-bottom-right {
  bottom: 0;
  right: 0;
  animation: flowerFloat 10s ease-in-out infinite;
}

@keyframes flowerFloatLeft {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes flowerFloatRight {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50% { transform: translateY(-8px) rotate(-2deg); }
}





.location-section .location-content-wraper {

  position: relative;

  z-index: 2;

  min-height: 600px;

  margin: 0 auto;

  background: rgba(38,34,97,0.78);

  padding: 30px;

  border-radius: 325px;
  
  border : 2px solid #ffc412;
}



.location-section i{
  font-size: 2.5rem;

  margin-bottom: 10px;

  display: block;

  color: #ffc412;
  
}


.location-section .location-icon {

  width: 100px;

  margin-bottom: 20px;

  animation: float 6s ease-in-out infinite;

}


.location-section h2 {

  font-family: 'Cinzel', serif;

  font-size: 2rem;

  margin-bottom: 10px;

  color: #f5d67b;

}


.location-section p {

  margin: 5px 0;

  font-size: 1rem;

}


.location-section .venue {

  margin: 20px 0;

}


.location-section .venue i {

  font-size: 1.5rem;

  margin-bottom: 10px;

  display: block;

  color: #ffc412;

}


.btn-map {

  display: inline-block;

  background: linear-gradient(to right, #ffc412, #925d25);

  color: #fff;

  padding: 10px 20px;

  border-radius: 25px;

  text-decoration: none;

  font-weight: bold;

  transition: background 0.3s;

}


.btn-map:hover {

  background: #e2c55a;

}


@keyframes float {

  0%, 100% { transform: translateY(0); }

  50% { transform: translateY(-10px); }

}

/* DRESS CODE*/

.dress-code-section {

  position: relative;

  padding: 80px 20px;

  text-align: center;

/*  background: url("https://i.ibb.co.com/sdHfwPqx/d32a474c-d735-4f16-8f6e-e0e7bd8c5c7d.jpg") no-repeat center center/cover;*/
  
  background: linear-gradient(to bottom, #2a2b78, #4569b1, #2a2b78);

  color: #fff;

}

.dress-code-section .overlay {

  position: absolute;

  top: 0; left: 0;

  width: 100%; height: 100%;

  /*background: rgba(0,0,0,0.6);*/
  
  background: url("https://i.ibb.co.com/6c8sJcwz/Attachment-11-1.png") no-repeat center center;

  z-index: 1;

}

.dress-code-section .dress-code-content {

  position: relative;

  z-index: 2;

  max-width: 700px;

  margin: 0 auto;

}

.dress-code-content .content-box{
  
  position: relative;

  z-index: 2;
  
  max-width : 650px;
  
  height : 223px;

  margin: 0 auto;

  background: rgba(38,34,97,0.78);

  padding: 50px 30px 30px;

  border-radius: 120px;

  

  border : 2px solid #ffc412;
  
}

/* bunga kiri-kanan section */

.bunga {

  position: absolute;

  top: 20px;

  width: 120px;

  z-index: 2;

  pointer-events: none;

}

.bunga-left {

  left: 0;
  animation: flowerFloat 7s ease-in-out infinite;

}

.bunga-right {

  right: 0;
  animation: floatRight 9s ease-in-out infinite;

}

/* bunga atas tengah box */

.bunga-top {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  z-index: 3;
  pointer-events: none;

  animation: bungaTopFloat 6s ease-in-out infinite;
}

@keyframes bungaTopFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) translateY(-12px) rotate(2deg);
  }
}


/* lingkaran dress code */

.color-circles {

  display: flex;

  justify-content: center;

  gap: 10px;

  margin-bottom: 20px;

}

.color-circles .circle {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  border: 3px solid #fff;

}



.dress-code-section h2 {

  font-family: 'Roustel', cursive;

  font-size: 2rem;

  margin-bottom: 25px;

  color: #fff;

}


.dress-code-section p {

  font-size: 0.75rem;

  margin-bottom: 20px;

}



  

  





/* LIVE STREAMING */

.live-section {

  position: relative;

  padding: 80px 20px;

  text-align: center;

  /*background: url("https://i.ibb.co.com/sdHfwPqx/d32a474c-d735-4f16-8f6e-e0e7bd8c5c7d.jpg") no-repeat center center/cover;*/
  
  background: linear-gradient(to bottom, #2a2b78, #4569b1, #2a2b78);

  color: #fff;

}


.live-section .overlay {

  position: absolute;

  top: 0; left: 0;

  width: 100%; height: 100%;

  /*background: rgba(0,0,0,0.6);*/
  
  background: url("https://i.ibb.co.com/6c8sJcwz/Attachment-11-1.png") no-repeat center center;

  z-index: 1;

}

.kembang {

  position: absolute;

  top: 20px;

  width: 120px;

  z-index: 2;

  pointer-events: none;
  animation: flowerFloat 8s ease-in-out infinite;

}

.kembang-judul-left {

  left: 0;
  animation: flowerFloat 9s ease-in-out infinite;

}

.kembang-judul-right {

  right: 0;
  animation: floatRight 9s ease-in-out infinite;

}

.kembang-subjudula-left {

  left: -25px;
  top: 20px;
  width: 150px;

}

.kembang-subjudula-right {

  right: -25px;
  top: 20px;
  width: 150px;

}

.kembang-subjudulb-left {

  left: -25px;
  top: 100px;
  width: 150px;

}

.kembang-subjudulb-right {

  right: -25px;
  top: 100px;
  width: 150px;

}


.live-section .live-content {

   position: relative;

  z-index: 2;
  
  max-width : 900px;

  margin: 0 auto;

  background: rgba(38,34,97,0.78);

  border-radius: 24px;
  
  border: solid 2px #ffc412;
  
  padding: 40px 30px;
  
  text-align: center;
 
}

.live-content .content-grid{
  display : grid;
  
  grid-template-columns : 1fr 1fr;
  
  max-width:900px;
  
  padding-top : 15px;
  
  gap: 10px;
  
}

.live-content .subjudul{
  
  font-family: 'Linux Libertine', serif;

  color: #fff;
  
  font-size: 1.5rem;

  margin : 0;
  
}

.live-content .handphone{
  
  max-width:140px;
  
  
}


.live-section h2 {

  font-family: 'Roustel', cursive;

  font-size: 2rem;

  margin-bottom: 15px;

  color: #fff;

}


.live-content p {

  font-size: 1rem;

  margin-bottom: 25px;

}


.btn-live {

  display: inline-block;
  
  margin-bottom : 10px;

  background: linear-gradient(to right, #ffc412, #925d25);

  color: #fff;

  padding: 12px 30px;

  border-radius: 30px;

  text-decoration: none;

  transition: all 0.3s ease;

}


.btn-live i {

  margin-right: 8px;

}


.btn-live:hover {

  background: linear-gradient(90deg, #f5d67b, #cbb279);

  transform: scale(1.05);

}


/* GALLERY SECTION */

.gallery-section {

  position: relative;

  /*background: url('https://i.ibb.co.com/sdHfwPqx/d32a474c-d735-4f16-8f6e-e0e7bd8c5c7d.jpg') no-repeat center center/cover;*/
  
  background: linear-gradient(to bottom, #2a2b78, #4569b1, #2a2b78);

  padding: 80px 20px;

  text-align: center;

  color: #fff;

}


.gallery-section .kembang {

  position: absolute;

  top: 20px;

  width: 120px;

  z-index: 2;

  pointer-events: none;

}

.kembang-judul-left-gallery {

  left: 0;

}

.kembang-judul-right-gallery {

  right: 0;

}

.gallery-section .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  /*background: rgba(10, 10, 30, 0.6);*/
  
  background: url("https://i.ibb.co.com/6c8sJcwz/Attachment-11-1.png") no-repeat center center;

  z-index: 1;

}


.gallery-container {

  position: relative;

  z-index: 2;

  max-width: 1000px;

  margin: 0 auto;

}


.gallery-container .section-title {

  font-size: 2rem;

  margin-bottom: 40px;

  font-family: 'Roustel', Cursive;

  color: #fff;

}


.gallery-grid {
  
  max-width:900px;
  
  margin: auto;

  display: grid;

  /*grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
  
   grid-template-columns: 1fr 1fr;

  gap: 15px;

}


.gallery-grid img {

  width: 100%;
  
  /*width: 120px;*/
  
  height:200px;
  
  object-fit:cover;

  border-radius: 12px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  cursor: pointer;

}


.gallery-grid img:hover {

  transform: scale(1.05);

  box-shadow: 0 8px 20px rgba(0,0,0,0.5);

}

/* Media Queries untuk Responsive Design */

/* Tablet dan Desktop - 3 kolom */
@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  
  .gallery-grid img {
    height: 250px;
  }
}

/* Desktop besar - tetap 3 kolom dengan spacing lebih besar */
@media (min-width: 1024px) {
  .gallery-grid {
    gap: 25px;
  }
  
  .gallery-grid img {
    height: 280px;
  }
}


/* WEDDING GIFT SECTION */

.wedding-gift-section {

  position: relative;

  /*background: url('https://i.ibb.co.com/ShDGpcF/49dfe582-964f-47db-9fa7-5227cb24ed6d.jpg') no-repeat center center/cover;*/
  
  background: linear-gradient(to bottom, #2a2b78, #4569b1, #2a2b78);

  padding: 80px 20px;

  text-align: center;

  color: #fff;

}


.wedding-gift-section .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  /*background: rgba(10, 10, 30, 0.6);*/
  
  background: url("https://i.ibb.co.com/6c8sJcwz/Attachment-11-1.png") no-repeat center center;

  z-index: 1;

}


.gift-card {

  position: relative;

  z-index: 2;

  /*background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(6px);

  border-radius: 16px;*/

  padding: 40px 20px;

  max-width: 600px;

  margin: 0 auto;

}


.gift-card .section-title {

  font-size: 2rem;

  margin-bottom: 20px;

  font-family: 'Roustel', cursive;

  color: #ffc412;

}


.gift-text {

  margin-bottom: 30px;

  font-size: 1rem;

  color: #eee;

}


.gift-info {

  margin-bottom: 30px;

  text-align: center;

}

/* Container untuk kartu dengan dekorasi */
.kartu-container {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  /* Padding untuk memberi ruang pada dekorasi bunga */
  padding: 60px 40px 40px 40px;
}


.gift-info .kartu-atm{
  max-width: 300px;
  position: relative;
  z-index: 3;
  transition: transform 0.3s ease;
}

/* Dekorasi Bunga 1 - Kiri atas diagonal */
.gift-info .bunga-kartu1 {
  position: absolute;
  max-width: 120px;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  transform: rotate(-15deg);
  animation: float1 3s ease-in-out infinite;
}

/* Dekorasi Bunga 2 - Kanan bawah diagonal */
.gift-info .bunga-kartu2 {
  position: absolute;
  max-width: 120px;
  margin: auto;
  bottom:6px;
  right: 0;
  z-index: 1;
  opacity: 0.9;
  transform: rotate(15deg);
  animation: float2 3s ease-in-out infinite 1.5s;
}

/* Animasi floating untuk bunga */
@keyframes float1 {
  0%, 100% {
    transform: rotate(-15deg) translateY(0px);
  }
  50% {
    transform: rotate(-15deg) translateY(-8px);
  }
}

@keyframes float2 {
  0%, 100% {
    transform: rotate(15deg) translateY(0px);
  }
  50% {
    transform: rotate(15deg) translateY(-6px);
  }
}


.gift-info h3 {

  color: #f5d76e;

  margin-bottom: 8px;

}

/* Button styling yang diperbaiki */
.gift-info button,
.gift-info .btn-link,
.copy-btn {
  background: linear-gradient(to right, #ffc412, #925d25);
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 14px;
  position: relative;
  z-index: 4;
}

gift-info button:hover,
.gift-info .btn-link:hover,
.copy-btn:hover {
  background: linear-gradient(to right, #e6c55d, #7a4a1f);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 196, 18, 0.3);
}

.copy-btn:active {
  transform: translateY(0);
}

.qr-img {

  display: block;

  width: 150px;

  margin: 15px auto;

  border-radius: 8px;

}


/* WISH SECTION */

.wish-section {

  position: relative;

  /*background: url('https://i.ibb.co.com/sdHfwPqx/d32a474c-d735-4f16-8f6e-e0e7bd8c5c7d.jpg') no-repeat center center/cover;*/
  
  background: linear-gradient(to bottom, #2a2b78, #4569b1, #2a2b78);

  padding: 80px 20px;

  text-align: center;

  color: #fff;

}


.wish-section .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  /*background: rgba(10, 10, 30, 0.6);*/
  
  background: url("https://i.ibb.co.com/6c8sJcwz/Attachment-11-1.png") no-repeat center center;

  z-index: 1;

}


.wish-card {

  position: relative;

  z-index: 2;

  background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(6px);

  border-radius: 16px;

  padding: 40px 20px;

  max-width: 700px;

  margin: 0 auto;

  text-align: left;

}


.wish-card .section-title {

  font-size: 2rem;

  margin-bottom: 20px;

  font-family: 'Roustel', cursive;

  color: #ffc412;

  text-align: center;

}


.wish-form {

  display: flex;

  flex-direction: column;

  gap: 20px;

  margin-bottom: 30px;

}


.wish-form input,

.wish-form textarea {

   padding: 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;

}


.wish-form button {

  background: linear-gradient(45deg, #ffc412, #925d25);
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}




.wish-form button:hover {

  background: linear-gradient(45deg, #e6c55d, #d4b852);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 196, 18, 0.3);

}

.wish-form button:active {
  transform: translateY(0);
}

.wish-form button:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.wish-form input:focus,
.wish-form textarea:focus {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 15px rgba(255, 196, 18, 0.3);
}

/* Styling untuk konfirmasi kehadiran */
.attendance-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.attendance-label {
  font-weight: bold;
  color: #ffc412;
  font-size: 1.1rem;
}

.radio-group {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s ease;
}

.radio-option:hover {
  color: #ffc412;
}

.radio-option input[type="radio"] {
  display: none;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.radio-option input[type="radio"]:checked + .radio-custom {
  border-color: #ffc412;
  background: #ffc412;
}

.radio-option input[type="radio"]:checked + .radio-custom::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wish-list {
  max-height: 400px;
  overflow-y: auto;
  padding: 15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}


.wish-list h3 {

   margin-bottom: 20px;
  color: #ffc412;
  text-align: center;
  font-size: 1.3rem;

}


.wish-message {

 background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  border-left: 4px solid #ffc412;

}

.wish-message:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
}

wish-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}


.wish-header strong {
  color: #ffc412;
  font-size: 1.1rem;
}

.attendance-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.attendance-badge.hadir {
  background: #4CAF50;
  color: white;
}

.attendance-badge.tidak-hadir {
  background: #FF5722;
  color: white;
}

.wish-message p {
  margin: 0;
  line-height: 1.5;
  color: #f0f0f0;
}


.wish-message.new {

  opacity: 0;
  transform: translateY(-20px);
  animation: slideIn 0.5s ease forwards;

}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Custom scrollbar */
.wish-list::-webkit-scrollbar {
  width: 6px;
}

.wish-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.wish-list::-webkit-scrollbar-thumb {
  background: #ffc412;
  border-radius: 3px;
}

/* Success message */
.success-message {
  background: #4CAF50;
  color: white;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .radio-group {
    flex-direction: column;
    gap: 15px;
  }
  
  .wish-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}


/* THANK YOU SECTION */
.thankyou-section {
  position: relative;
  min-height: 100vh;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #2a2b78, #4569b1, #2a2b78);
  color: #fff;
  overflow: hidden;
}

/* Background castle */
.castle-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://lavaranu.github.io/ud-f-j/istana5.png'); /* Ganti dengan URL castle */
  background-size: cover;
  background-position: center bottom;
  opacity: 0.6;
  z-index: 1;
}

/* Overlay dengan stars pattern */
.thankyou-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://i.ibb.co.com/6c8sJcwz/Attachment-11-1.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
}

.thankyou-section .pohon {

  position: absolute;

  width: 320px; /* bisa kamu adjust sesuai ukuran gambar */

  z-index: 1;

  pointer-events: none; /* biar ga ganggu klik */

}

.pohon-kiri-thanks {
  
  top : 40px;

  left: 0;

}

.pohon-kanan-thanks {

  top: 40px;
  right: 0;

}

.thankyou-section .kembang {

  position: absolute;

  width: 120px;

  z-index: 1;

  pointer-events: none;
  
  padding: auto;

}

.kembang-judul-left-thanks {

  left: 0;
  top: 560px;

}

.kembang-judul-right-thanks {

  right: 0;
  top: 560px;

}

/* Container utama */
.thankyou-content {
  position: relative;
  z-index: 3;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

/* Frame oval emas */
.oval-frame {
  position: relative;
  background: rgba(38, 34, 97, 0.78);
  border: 2px solid #ffc412;
  border-radius: 325px;
  padding: 60px 40px 80px 40px;
  backdrop-filter: blur(10px);
  box-shadow: 
    0 0 30px rgba(255, 196, 18, 0.3),
    inset 0 0 30px rgba(255, 196, 18, 0.1);
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* Photo placeholder area */
.photo-placeholder {
  width: 180px;
  height: 180px;
  border-radius: 90px 90px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.couple-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Blessing text */
.blessing-text {
  margin-bottom: 25px;
  line-height: 1.6;
}

.blessing-text p {
  margin: 5px 0;
  font-size: 1rem;
  color: #f0f0f0;
  font-weight: 400;
}

/* Quote text */
.quote-text {
  margin-bottom: 30px;
}

.quote-text p {
  font-size: 1.1rem;
  color: #ffc412;
  font-style: italic;
  font-family: 'Linux Libertine', serif;
}

/* Couple names */
.couple-names {
  text-align: center;
}

.couple-names h2 {
  font-size: 2rem;
  font-family: 'Roustel', cursive;
  color: #ffc412;
  margin: 8px 0;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.couple-names .ampersand {
  font-size: 1.5rem;
  color: #ffc412;
  margin: 15px 0;
  font-style: italic;
  font-family: 'Linux Libertine', serif;
}

/* /* Animations 
@keyframes floatLeft {
  0%, 100% {
    transform: rotate(-15deg) translateY(0px);
  }
  50% {
    transform: rotate(-15deg) translateY(-10px);
  }
}

@keyframes floatRight {
  0%, 100% {
    transform: rotate(15deg) translateY(0px);
  }
  50% {
    transform: rotate(15deg) translateY(-8px);
  }
} */

/* Fade in animations */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
}

.fade-in-up:nth-child(1) { animation-delay: 0.2s; }
.fade-in-up:nth-child(2) { animation-delay: 0.4s; }
.fade-in-up:nth-child(3) { animation-delay: 0.6s; }
.fade-in-up:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .thankyou-section {
    padding: 20px 15px;
  }
  
  .oval-frame {
    padding: 40px 25px 60px 25px;
    min-height: 550px;
  }
  
  .photo-placeholder {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
  }
  
  .couple-names h2 {
    font-size: 1.6rem;
  }
  
  .blessing-text p {
    font-size: 0.9rem;
  }
  
  .flower-decoration img {
    width: 100px;
  }
  
  .left-flower {
  left: -10px;
  animation: flowerFloat 7s ease-in-out infinite;
}

.right-flower {
  right: -10px;
  animation: floatRight 9s ease-in-out infinite;
}

/* Keyframes */
@keyframes floatLeft {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes floatRight {
  0%, 100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-12px) rotate(-2deg);
  }
}

}


/* /* Additional sparkle effects 
.oval-frame::after {
  content: '✨';
  position: absolute;
  top: 15%;
  right: 10%;
  font-size: 1.2rem;
  animation: twinkle 2s ease-in-out infinite;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
 */

/* ✨ Animasi Fade In Up */

.fade-in-up {

  opacity: 0;

  transform: translateY(30px);

  animation: fadeInUp 1s ease forwards;

}


.fade-in-up:nth-child(1) { animation-delay: 0.3s; }

.fade-in-up:nth-child(2) { animation-delay: 0.6s; }

.fade-in-up:nth-child(3) { animation-delay: 0.9s; }

.fade-in-up:nth-child(4) { animation-delay: 1.2s; }


@keyframes fadeInUp {

  to {

    opacity: 1;

    transform: translateY(0);

  }

}


.photo {


  width: 200px;


  height: 200px;


  border-radius: 50%;


  object-fit: cover;


  margin: 20px auto;


  display: block;


  border: 5px solid #fff;


}


.footer {


  background: #2a2b78;


  color: #fff;


  text-align: center;


  padding: 20px 10px;


  font-size: 0.9rem;


  position: relative;


}


.footer p {


  margin-bottom: 10px;


}


.footer .social-icons {


  display: flex;


  justify-content: center;


  gap: 15px;


}


.footer .social-icons a {


  color: #fff;


  font-size: 1.5rem;


  transition: color 0.3s ease;


}


.footer .social-icons a:hover {


  color: #f39c12; /* warna hover emas biar elegan */


}




footer {


  padding: 40px;


  text-align: center;


  font-size: 0.9rem;


  opacity: 0.7;


}


section {


  padding: 80px 20px;


  text-align: center;


}


section h2 {


  font-size: 2rem;


  margin-bottom: 20px;


  font-family: 'Great Vibes', cursive;


}


section p {


  max-width: 600px;


  margin: auto;


  line-height: 1.6;


}


/* Gallery grid */


.gallery {


  display: flex;


  justify-content: center;


  gap: 10px;


  flex-wrap: wrap;


  margin-top: 20px;


}


.gallery img {


  width: 150px;


  height: 150px;


  object-fit: cover;


  border-radius: 10px;


  border: 3px solid #fff;


}


/* Form */


form {


  display: flex;


  flex-direction: column;


  max-width: 400px;


  margin: auto;


  gap: 10px;


}


form input, form textarea {


  padding: 10px;


  border: none;


  border-radius: 5px;


  outline: none;


}


form button {


  padding: 10px;


  border: none;


  border-radius: 5px;


  background: #fff;


  color: #000;


  font-weight: bold;


  cursor: pointer;


  transition: 0.3s;


}


form button:hover {


  background: #f0f0f0;


}


