@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Playfair+Display:wght@500;600;700&display=swap");
.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

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

html, body {
  height: -webkit-fill-available;
}

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

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

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

.a.navbar-item{
  font-color: #7A5C2E;
}


.hero {
  background-position: center;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: 100dvh;
  background: url("../image/2.jpeg") no-repeat center/cover;
  background-attachment: fixed;
  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: 'Raleway', sans-serif;
}


@supports (-webkit-touch-callout: none) {
  .hero,
  .section-dark,
  .section-lokasi,
  .section-nama,
  .section-ucapan,
  .section-thanks,
  .section-ayat {
    background-attachment: scroll !important;
    background-position: center !important;
    background-size: cover !important;
  }
}

@media (max-width: 768px) {
  .section {
    min-height: 100vh;              /* default */
    min-height: -webkit-fill-available; /* Safari lama */
    min-height: 100dvh;             /* Safari baru */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.imgbunga {
  width: 125px;
}

.hero .title .name {
  font-family: 'Cherry Blossom Script', cursive;
  font-size: 3rem;
  margin: 0;
  line-height: 0.4;
  color: #7A5C2E;
  letter-spacing: 3px;
  display: block;
}


.hero .title .and {
  font-family: 'Allura', cursive;
  font-size: 2rem;
  margin:0;
  line-height: 0.3;
  display: block;
}

.hero .title {
  line-height: 1.2;
}


.hero .subtitle {
  padding: 10px;
  color: #8B4513;
  font-size: 1.3rem;
  background-color: ; /* semi-transparan */
  backdrop-filter: blur(10px); /* efek kaca */
  webkit-backdrop-filter: blur(10px); /* untuk Safari */
  padding: 10px 10px; /* atur ruang dalam */
  border-radius: 1rem; /* sudut membulat */
  display: inline-block;
}

.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;
  text-transform: ;
  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 #7A5C2E;
}

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

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


.space40px{
  height: 40px;
}

.space24px{
  height: 24px;
}

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

.main-content .section-dark {
  background: url("../image/1.jpeg") no-repeat center/cover;
  background-attachment: fixed;
  padding: 80px 40px;
}

.main-content .section-lokasi {
  background: url("../image/6.jpeg") no-repeat center/cover;
  background-attachment: fixed;
  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 #7A5C2E;
  background: white;
  color: #7A5C2E;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #7A5C2E;
}

.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-nama {
  background: url("../image/3.jpeg") no-repeat center/cover;
  background-attachment: fixed;
  padding: 80px 40px;
}

.bride {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
  font-weight: bolder;
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 10px; /* atur ruang dalam */
  border-radius: 1rem; /* sudut membulat */
  margin: 0 auto;
}

.jdlakad {
  font-family: 'Pacifico', cursive;
  font-size: 19px;
  text-align: center;
  margin-top: 50px;
  font-weight: bolder;
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 10px; /* atur ruang dalam */
  border-radius: 1rem; /* sudut membulat */
  margin: 0 auto;
}

.main-content .section-ucapan {
  background: url("../image/7.jpeg") no-repeat center/cover;
  background-attachment: fixed;
  padding: 80px 40px;
}

.main-content .section-thanks {
  background: url("../image/1.jpeg") no-repeat center/cover;
  background-attachment: fixed;
  padding: 80px 40px;
}



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

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

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

.main-content .section-nama.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-nama.regular-section .right-image img {
    margin: auto;
  }
}

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

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

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

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

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

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

.main-content .section-color.pertanyaan {
  padding: 100px;
  background-color: #7A5C2E;
  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: 'Raleway', sans-serif;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0px;
  padding-bottom: 10px;
}

.nama-lengkap {
  font-family: 'Great-Vibes', cursive;
  color: #333;
  font-size: 23px;
  font-weight: bolder;
  letter-spacing: 0px;
  padding-bottom: 6px;
  line-height: 2rem;
  background-color: ; /* semi-transparan */
  backdrop-filter: blur(10px); /* efek kaca */
  webkit-backdrop-filter: blur(10px); /* untuk Safari */
  padding: 1px 1px; /* atur ruang dalam */
  border-radius: 1rem; /* sudut membulat */
  display: inline-block;
}

.ampersand {
font-size: 5rem;
font-family: 'Cherry Blossom Script', cursive;
color: #333;
line-height: 5rem;
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
vertical-align: middle;
background-color: ; /* semi-transparan */
backdrop-filter: blur(10px); /* efek kaca */
webkit-backdrop-filter: blur(10px); /* untuk Safari */
padding: 10px 10px; /* atur ruang dalam */
border-radius: 1rem; /* sudut membulat */
}

.anakdari {
 text-align: center ;
 font-family: 'Raleway', sans-serif;
 letter-spacing: 0px;
 font-size: 15px; 
 background-color: ; /* semi-transparan */
 backdrop-filter: blur(10px); /* efek kaca */
 webkit-backdrop-filter: blur(10px); /* untuk Safari */
 padding: 10px 10px; /* atur ruang dalam */
 border-radius: 1rem; /* sudut membulat */
 display: inline-block;
}

.anakdari1 {
 text-align: center ;
 font-family: 'Raleway', sans-serif;
 letter-spacing: 0px; 
 font-size: 15px;
 background-color: ; /* semi-transparan */
 backdrop-filter: blur(10px); /* efek kaca */
 webkit-backdrop-filter: blur(10px); /* untuk Safari */
 padding: 10px 10px; /* atur ruang dalam */
 border-radius: 1rem; /* sudut membulat */
 display: inline-block;
}
.bodytext {
  font-size: 18px;
}


.tanggal-angka {
  background-color: rgba(106, 76, 147, 0.6); /* semi-transparan */
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px); /* untuk Safari */
  padding: 1rem 2rem; /* atur ruang dalam */
  border-radius: 1rem; /* sudut membulat */
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto; /* supaya ukurannya sesuai konten */
}

/* .waktu-akad {
 /* background-color: rgba(106, 76, 147, 0.6); /* semi-transparan */
  /*backdrop-filter: blur(10px); /* efek kaca */
  /*-webkit-backdrop-filter: blur(10px); /* untuk Safari */
  /*padding: 1rem 2rem; /* atur ruang dalam */
  /*border-radius: 1rem; /* sudut membulat */
  /*display: inline-block;
}

/*.waktu-resepsi {
  /*background-color: rgba(106, 76, 147, 0.6); /* semi-transparan */
  /*backdrop-filter: blur(10px); /* efek kaca */
  /*-webkit-backdrop-filter: blur(10px); /* untuk Safari */
  /*padding: 1rem 2rem; /* atur ruang dalam */
  /*border-radius: 1rem; /* sudut membulat */
  /*display: inline-block;
/*}

/*.waktu-wib {
  /*background-color: rgba(106, 76, 147, 0.6); /* semi-transparan */
  /*backdrop-filter: blur(10px); /* efek kaca */
  /*-webkit-backdrop-filter: blur(10px); /* untuk Safari */
  /*padding: 1rem 2rem; /* atur ruang dalam */
  /*border-radius: 1rem; /* sudut membulat */
  /*font-size: 1.4rem;
  /*font-family: 'Raleway', sans-serif;
  /*display: inline-block;
}*/

.waktu {
  text-align: center;
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #000;
  background-color: #f4acb7; /* semi-transparan */
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px); /* untuk Safari */
  padding: 1rem 2rem; /* atur ruang dalam */
  border-radius: 1rem; /* sudut membulat */
  margin : 0 auto;
}

.waktu-wib {
  text-align: center;
  font-size:20px;
  font-family: 'Quicksand', sans-serif;
  color: #000;
  background-color: #ffcad4; /* semi-transparan */
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px); /* untuk Safari */
  padding: 1rem 2rem; /* atur ruang dalam */
  border-radius: 1rem; /* sudut membulat */
  margin : 1 auto;
  
}

.tempat {
  font-size:17px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  color: #000;
  background-color: ; /* semi-transparan */
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px); /* untuk Safari */
  padding: 0rem 0rem; /* atur ruang dalam */
  border-radius: 1rem; /* sudut membulat */
  margin : 0 auto;
  
}

.tempat .tempat1 {
  font-size:15px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  color: #000;
  background-color: ; /* semi-transparan */
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px); /* untuk Safari */
  padding: 0rem 0rem; /* atur ruang dalam */
  border-radius: 1rem; /* sudut membulat */
  margin : 0 auto;
}

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

.footer {
  bottom: 0;
  width: 100vw;
  padding: 10px 10px 10px 10px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  background: #c28285;
  color: gray;    
}

.footer p {
  color: white;
  font-weight: 500;
  font-size: 10pt;
  display: inline-block;
  vertical-align: middle;
}


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

.footer img{
  margin: 10px 0px 10px 10px;
  display: inline-block;
  max-height: 24px;
  vertical-align: middle;
}

.footer a .nav-item {
  color: gray;
}

.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: #7A5C2E;
  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: #8F6BC2;
}

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

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #7A5C2E;
  -webkit-box-shadow: inset 0 0 6px #7A5C2E;
  background-color: #8F6BC2;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: url('../image/1.jpeg');
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}


.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: #7A5C2E;
  width:  210px;
  height: 65px;
  color: white;
  font-size: 1.2rem;
  border: 2px solid #7A5C2E;
  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-namaer {color: #E6DCF4}
.dusty-pink-namaest {color: #F3EDF9}
.dusty-pink-lokasi {color: #8F6BC2}
.dusty-pink-darkest {color: #7A5C2E}

.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: 'Lato', sans-serif;
  font-weight: 700;
  text-align: left;
  color: white;
}


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

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

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

/* ======================
   KOMENTAR / UCAPAN
   ====================== */

.komentar-box {
  max-height: 500px;
  overflow-y: auto;
  padding: 1rem; /* ruang dalam */
  margin-top: 20px;
  scrollbar-width: thin;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 1rem;
}

/* scrollbar chrome */
.komentar-box::-webkit-scrollbar {
  width: 6px;
}
.komentar-box::-webkit-scrollbar-thumb {
  background-color: #c8a1a0;
  border-radius: 10px;
}

/* kartu komentar */
.komentar-box .box {
  width: 100%;       /* isi penuh container */
  margin: 10px 0;    /* jarak antar komentar, bukan samping */
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  box-shadow:
    0 20px 40px rgba(106, 76, 147, 0.18),
    0 8px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(106, 76, 147, 0.15);
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1rem 1.2rem;
}
@media (max-width: 600px) {
  .komentar-box {
    max-height: 300px;   /* cukup untuk 3 komentar */
    overflow-y: auto;    /* sisanya bisa discroll */
  }
}



.box::before {
  content: "";
  position: static;
  inset: -1px;
  border-radius: 22 px;
  background: linear-gradient(
    135deg,
    rgba(143, 107, 194, 0.35),
    rgba(255, 255, 255, 0)
  );
  z-index: -1;
}

/* nama */
.komentar-box strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #7A5C2E;
  margin-bottom: 6px;
}

/* isi pesan */
.komentar-box p {
  font-size: 0.8rem; /* lebih kecil dari sebelumnya */
  color: #444;
  line-height: 1.4;
  margin: 0;
}

/* Kotak Nama Undangan */
.kotak-undangan {
  display: inline-block;
  margin: 20px auto;
  padding: 16px 22px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-align: center;
  max-width: 100%;
}

/* Teks kecil "Kepada Yth." */
.label-undangan {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

/* Nama tamu */
.nama-undangan {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 1.4;
}

.button-komen {
 border: 2px solid #7A5C2E;
  background: white;
  color: #7A5C2E;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  font: 1em sans-serif;
  text-transform: uppercase; 
}

/* ======================
   HITUNG MUNDUR / COUNTDOWN
====================== */

#hitungmundur {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 30px auto;
  list-style: none;
}

#hitungmundur li {
  list-style:;
}

/* KOTAK ANGKA */
#hitungmundur li span {
  display: block;
  min-width: 70px;
  padding: 14px 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  font-size: 2.2rem;
  font-weight: 700;
  color: #7A5C2E;
  text-align: center;
}

/* TEKS (Hari, Jam, Menit, Detik) */
#hitungmundur li p {
  margin-top: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}

/* TITIK DUA */
#hitungmundur .separator {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-top: 12px;
}

/* RESPONSIVE HP */
@media (max-width: 599px) {
  #hitungmundur li span {
    min-width: 55px;
    font-size: 1.6rem;
    padding: 10px 6px;
  }

  #hitungmundur li p {
    font-size: 0.65rem;
  }
}

#hitungmundur li p.days_text,
#hitungmundur li p.hours_text,
#hitungmundur li p.minutes_text,
#hitungmundur li p.seconds_text {
  color: #333 !important;
}

/* ======================
   SECTION AYAT AL-QURAN
====================== */

.section-ayat {
  padding: 80px 40px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.92),
    rgba(255, 255, 255, 0.92)
  ),;
  background: url("../image/2.jpeg") no-repeat center/cover;
  background-attachment: fixed;
}

/* Judul */
.section-ayat-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: ; /* ungu lembut */
  margin-bottom: 60px;
}

/* Kotak ayat */
/*.ayat-box {
  max-width: 900px;
  margin: 0 auto 50px auto;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-left: 6px solid #6b4e71;
}*/

/* Ayat Arab */
.ayat-arab {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2e2e2e;
  font-family: 'Lato', sans-serif;
  margin-bottom: 25px;
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px);
}

/* Arti ayat */
.ayat-arti {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 15px;
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px);
}

/* Sumber ayat */
.ayat-sumber {
  font-size: 0.9rem;
  color: #7A5C2E;
  font-weight: 600;
  letter-spacing: 1px;
  backdrop-filter: blur(10px); /* efek kaca */
  -webkit-backdrop-filter: blur(10px);
  padding: 1rem 2rem;
  border-radius: 1rem;
  display: inline-block;
}

/* ======================
   RESPONSIVE (HP)
====================== */
@media (max-width: 768px) {

  .section-ayat {
    padding: 70px 20px;
  }

  .section-ayat-title {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }

  .ayat-box {
    padding: 30px 20px;
  }

  .ayat-arab {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .ayat-arti {
    font-size: 0.95rem;
  }
}

/* ======================
   Welcome page
====================== */

.isiucapan{
  text-align: center;
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
}

.isiucapan1{
  text-align: center;
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
}

.musik-btn {
  position: fixed;       /* biar nempel di layar */
  top: 70px;             /* jarak dari atas */
  right: 20px;           /* jarak dari kanan */
  width: 50px;
  height: 50px;
  border-radius: 50%;    /* bulat */
  border: none;
  background: rgba(255,255,255,0.8);
  color: #7A5C2E;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.3s;
  z-index: 999;          /* biar di atas elemen lain */
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.musik-btn:hover {
  background: #7A5C2E;
  color: white;
}

