:root {
  --blue: #42dede;
  --biru-muda: #8bbdbd;
  --bg: #0a0a0a;
  --shadow: 0 2px 2px rgb(0 0 0 / 0.5);
  --maron: #800000;
  --maron2: #7b1e1e;
  --rgb: 128, 0, 0;
}

body {
  font-size: 1.2rem;
  min-height: 4000px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/lanscape.png);
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  z-index: -1;
}

.hero {
  position: relative;
  min-height: 100vh;
}

.hero h1,
.hero h4,
.hero p {
  text-shadow: var(--shadow);
}

.hero h1 {
  font-family: "Sacramento", cursive;
  font-size: 6rem;
}

.hero h4 {
  font-size: 1.9rem;
}

.hero p {
  font-size: 1.5rem;
}

.hero a {
  color: var(--blue);
  background-color: white;
  box-shadow: var(--shadow);
}

.hero a:hover {
  background-color: var(--blue);
  color: white;
}

.mynavbar {
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* FIX offcanvas mobile */
.offcanvas {
  background-color: #fff;
}

.offcanvas-body {
  display: block;
}

/* Menu link */
.navbar-nav .nav-link {
  text-align: center;
  font-size: 1.1rem;
}


.home {
  background-image: url(img/bg.png);
  background-size: cover;
  min-height: 100vh;
  margin-top: -6rem;
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.home {
  overflow-x: hidden;
}

/* Card */
.invitation-card {
  background: #ffffff;
  max-width: 320px;
  padding: 35px 10px 45px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Bingkai Foto */
.photo-frame {
  border: 2px solid #9fc9e8;
  padding: 10px;
  margin-bottom: 25px;
}

.photo-frame img {
  width: 100%;
  border-radius: 4px;
}

/* Subtitle */
.subtitle {
  font-size: 15px;
  letter-spacing: 2px;
  color: #6c8fa8;
  margin-bottom: 5px;
}

/* Nama */
.names {
  color: var(--blue);
  font-family: "Sacramento", cursive;
  font-size: 50px;
  font-weight: bold;
  text-shadow: var(--shadow);
  margin: 10px 0;
}

.names span {
  font-size: 28px;
  margin: 0 8px;
}

/* Tanggal */
.date {
  font-size: 15px;
  letter-spacing: 3px;
  color: #6c8fa8;
  margin-top: 15px;
}

/* Ornamen bawah */
.ornament {
  width: 80px;
  height: 2px;
  background: #9fc9e8;
  margin: 25px auto 0;
  position: relative;
}

.ornament::before,
.ornament::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #9fc9e8;
  border-radius: 50%;
  top: -4px;
}

.ornament::before {
  left: -12px;
}

.ornament::after {
  right: -12px;
}

/* Responsive */
@media (max-width: 576px) {
  .invitation-card {
    margin: 20px;
  }

  .names {
    font-size: 42px;
  }
}

.home .arrum {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.home .arrum h3 {
  line-height: 2;
}

.home .bismillah {
  padding-top: 8rem;
}

.home .bismillah h2 {
  color: var(--blue);
  font-family: "Sacramento", cursive;
  font-size: 30px;
  font-weight: bold;
}

.home .bismillah h3 {
  line-height: 1.8;
}

.home .couple {
  margin-top: 90px;
}

.home .couple h3 {
  font-family: "Sacramento";
  font-size: 2.7rem;
  color: var(--blue);
}

.home .couple img {
  width: 100%;
}

.home .heart {
  width: 50px;
  height: 50px;
  background-color: white;
  display: flex;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(65px);
}

.home .heart i {
  margin: auto;
  color: var(--blue);
}

.info {
  background-color: var(--biru-muda);
  color: white;
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.info h2 {
  font-family: "Sacramento";
  color: var(--blue);
  font-size: 50px;
  font-weight: bold;
  text-shadow: var(--shadow);
}

.info .alamat {
  font-size: 1.5rem;
  text-shadow: var(--shadow);
}

.info .description {
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: var(--shadow);
}

.info .card {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  text-shadow: var(--shadow);
  border: 1px solid #999;
}

.info .card-header {
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.info .card-body {
  font-size: 1.5rem;
}

.info .card-footer {
  border-top: 1px solid #999;
  font-size: 0.9rem;
  font-weight: 300;
}

.story {
  background-image: url(img/bg.png);
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.story h1 {
  font-family: "Sacramento";
  font-size: 50px;
  font-weight: bold;
  text-shadow: var(--shadow);
  color: var(--blue);
}

.story h2 {
  font-size: 20px;
}

.story h3 {
  line-height: 2;
}

.gifts {
  background-image: url(img/bg.png);
  background-size: cover;
  min-height: 100vh;
  margin-top: -6rem;
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.gifts span {
  text-transform: uppercase;
  color: #666;
  font-size: 1.9rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1rem;
}

.gifts .gifts-title {
  font-family: "Sacramento", cursive;
  color: var(--blue);
  font-size: 4rem;
  font-weight: bold;
  text-shadow: var(--shadow);
}

.gifts .wasalam {
  font-family: "Sacramento", cursive;
  font-size: 25px;
  font-weight: bold;
  color: var(--blue);
  line-height: 1.4;
  margin-top: 1.5rem;
}

.gifts p {
  font-size: 2.1rem;
  font-weight: 400;
}

.gifts h3 {
  line-height: 2;
}

/* Bingkai Foto */
.photo-frame2 {
  border: 2px solid #9fc9e8;
  padding: 10px;
  margin-bottom: 25px;
}

.photo-frame2 img {
  width: 100%;
  border-radius: 4px;
}

.rsvp {
  background-color: var(--biru-muda);
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.rsvp h2 {
  font-family: "Sacramento", cursive;
  color: var(--blue);
  font-size: 4.5rem;
  font-weight: bold;
  text-shadow: var(--shadow);
}

.rsvp p {
  color: white;
  font-size: 1.5rem;
  text-shadow: var(--shadow);
}

.rsvp form label {
  font-size: 1.5rem;
  color: white;
}

.rsvp button {
  font-size: 1.5rem;
  background-color: var(--blue);
  color: white;
  border: 1px solid var(--blue);
}

.rsvp button:hover {
  background-color: white;
  color: var(--pink);
  border: 1px solid white;
}

.gift-title {
  font-family: "Sacramento", cursive;
  color: var(--blue);
  font-size: 4.5rem;
  font-weight: bold;
  text-shadow: var(--shadow);
  margin-bottom: 1rem;
}

.wish-form input,
.wish-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.wish-form textarea {
  min-height: 100px;
}

.notif {
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  display: none;
  font-size: 14px;
}

.notif.success {
  display: block;
  background: #4caf50;
  color: white;
}

.notif.error {
  display: block;
  background: #f44336;
  color: white;
}

.list-wishes {
  background: var(--blue);
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}

.list-wishes .wish-item p {
  color: white; /* ganti sesuai selera */
  font-size: 14px;
  line-height: 1.6;
}

.wish-header {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

footer {
  padding: 1rem;
  background-color: var(--biru-muda);
  color: white;
}

footer a {
  color: var(--bg);
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: white;
}

.audio-icon-wrapper {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  position: fixed;
  bottom: 2.5rem;
  right: 2rem;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  mix-blend-mode: difference;
  animation: rotating 4s linear infinite;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.rekening-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Card utama */
.rekening-card {
  background: #cad2d7;
  width: 100%;
  max-width: 420px;
  padding: 25px;
  border-radius: 22px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Header */
.rekening-header {
  margin-bottom: 20px;
}

.bank-logo {
  height: 30px;
}

.card-icon {
  background: #4a5583;
  color: #fff;
  width: 44px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* Rekening */
.rekening-number {
  font-size: 25px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.rekening-name {
  font-size: 20px;
  color: #555;
  margin-bottom: 18px;
}

/* Tombol */
.btn-copy {
  background: #4a5583;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-weight: 500;
  font-size: large;
  border: none;
}

.btn-copy:hover {
  background: #3d466f;
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .rekening-card {
    margin: 15px;
  }
}

@keyframes rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Media Query */
/* Extra large */
@media (max-width: 1200px) {
  .home .heart {
    transform: translateX(-50%) translateY(45px);
  }
}

/* laptop */
@media (max-width: 992px) {
  html {
    font-size: 75%;
  }

  .simply-countdown-circle > .simply-section {
    padding: 50px;
  }

  .home .heart {
    display: none;
  }

}

/* tablet */
@media (max-width: 768px) {
  html {
    font-size: 65%;
  }

  .simply-countdown-circle > .simply-section {
    padding: 40px;
    margin: 5px;
  }

  .mynavbar .nav-link {
    font-size: 2rem;
    text-align: center;
  }

  .sticky-top {
    overflow: hidden;
  }

}

/* mobile phone */
@media (max-width: 478px) {
  html {
    font-size: 50%;
  }

  .simply-countdown-circle > .simply-section {
    padding: 20px;
    margin: 1px;
  }

}
