h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Style Script", cursive;
  position: relative;
}

#body h1,
#gallery h1 {
  padding-bottom: 20px;
  border-bottom: 3px solid #A0644E;
  display: inline-block;
}

#gallery h1 {
  border: none;
  width: 100%;
  text-align: center;
}

body {
  font-family: "Poppins", sans-serif;
}

#lockscreen {
  height: 100vh;
  width: 100vw;
  z-index: 99;
  position: fixed;
  background: linear-gradient(135deg, #5C1A1A 0%, #3D0F0F 100%);
}

#home {
  height: 100vh;
  background-image: url("../img/home1.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#head {
  margin: 4em auto;
}

#head .body-head {
  height: 5em;
  display: block;
  margin: 40px auto;
}

#body {
  background: linear-gradient(135deg, #8B3A3A 0%, #6B2C2C 100%);
}

#body .card-acara {
  border-radius: 1.6em;
  border-top: 5px solid #A0644E;
  transition: all 0.3s ease;
}

#body .card-acara:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

#body .mapouter {
  position: relative;
}

#body .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
}

#body .mapouter .gmap_canvas iframe {
  height: 80vmin;
  width: 75%;
}

@media only screen and (max-width: 768px) {
  #body .mapouter .gmap_canvas iframe {
    height: 100vmin;
    width: 90%;
  }
}

#gallery {
  margin: 4em auto;
}

#gallery .carousel {
  width: 600px;
}

@media only screen and (max-width: 768px) {
  #gallery .carousel {
    width: 100%;
  }
}

#endsection {
  background: linear-gradient(135deg, #8B3A3A 0%, #6B2C2C 100%);
}

.music-button {
  display: inline;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 98;
  border: none;
  outline: none;
  background: linear-gradient(135deg, #A85252 0%, #8B4040 100%);
  color: #141414;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.music-button:hover {
  background: linear-gradient(135deg, #A0644E 0%, #7A4A3A 100%);
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(160, 100, 78, 0.4);
}

.swiper {
  width: 100%;
  height: 420px;
}
/*# sourceMappingURL=undangan.css.map */