@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "wedding";
  src: url(../font/Wedding.ttf);
}
* {
  font-family: poppins;
  font-size: 1.1rem;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.container {
  max-width: 546px;
  background-color: white;
  margin: auto;
  overflow: hidden;
}

.pembuka {
  position: absolute;
  inset: 0;
  transition: all 0.8s;
  background-image: url(../img/bg.png);
  z-index: 99999;
}
.pembuka .pembuka_bg {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%);
  color: rgb(248, 204, 129);
}
.pembuka .pembuka_bg h1 {
  margin: 0 0 40px 0;
  font-family: "wedding";
  font-weight: 100;
  font-size: 4rem;
}
.pembuka .pembuka_bg button {
  text-decoration: none;
  background-color: rgb(248, 204, 129);
  padding: 10px 20px;
  color: #000;
  border-radius: 10px;
  cursor: pointer;
}
.pembuka .pembuka_bg img {
  width: 220px;
  height: 220px;
}

.hilang {
  display: none;
}

header .hero .box_hero {
  height: 100vh;
  position: relative;
  animation: bgimg 30s ease-in infinite;
}
header .hero .box_hero .box_hero_nama {
  position: absolute;
  transform: translateX(-50%);
  top: 25%;
  left: 50%;
  text-align: center;
  width: 100%;
  color: rgb(248, 204, 129);
}
header .hero .box_hero .box_hero_nama h1 {
  font-family: "wedding";
  font-size: 3rem;
  font-weight: 100;
}
header .hero .box_hero .box_hero_nama h3 {
  font-weight: 500;
  line-height: 60px;
}
header .hero .box_hero .box_hero_nama h2::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 100px;
  height: 3px;
  background-color: rgb(248, 204, 129);
}
header .hero .box_hero .box_hero_nama p {
  margin-bottom: 30px;
  line-height: 30px;
}
header .hero .box_hero .box_hero_nama h2 {
  font-size: 2rem;
  font-weight: 500;
}
header .hero .box_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.395), rgba(0, 0, 0, 0.606));
}

.caption .box_caption {
  padding: 40px 20px;
  background-image: url(../img/bg.png);
  color: rgb(248, 204, 129);
  text-align: center;
}
.caption .box_caption p {
  font-size: 0.9rem;
}
.caption .box_caption h2 {
  font-size: 1.4rem;
}
.caption .box_caption h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: rgb(248, 204, 129);
  margin: auto;
}

.about .box_about {
  padding: 20px;
  background-image: url(../img/bg.png);
}
.about .box_about .box_title {
  text-align: center;
  color: rgb(248, 204, 129);
}
.about .box_about .box_title h2 {
  font-family: "wedding";
  font-size: 2.3rem;
  font-weight: 100;
}
.about .box_about .box_title p {
  font-size: 1rem;
}
.about .box_about .pria, .about .box_about .wanita {
  margin: 40px 0;
  text-align: center;
  color: rgb(248, 204, 129);
  box-shadow: 0 0 10px black;
  padding: 30px;
  border-radius: 10px;
}
.about .box_about .pria *, .about .box_about .wanita * {
  margin: 0;
  padding: 0;
}
.about .box_about .pria .box_img, .about .box_about .wanita .box_img {
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  margin-top: 30px;
  width: 160px;
  height: 160px;
}
.about .box_about .pria .box_img img, .about .box_about .wanita .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .box_about .pria h2, .about .box_about .wanita h2 {
  font-family: "wedding";
  color: rgb(248, 204, 129);
  font-size: 4rem;
  font-weight: 100;
  margin-bottom: 20px;
}
.about .box_about .pria h3, .about .box_about .wanita h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.about .box_about .pria .ibu, .about .box_about .wanita .ibu {
  margin-bottom: 30px;
}
.about .box_about .pria a, .about .box_about .wanita a {
  padding: 10px 20px;
  background-color: rgb(248, 204, 129);
  text-decoration: none;
  color: brown;
  border-radius: 20px;
}

.date .box_date {
  padding: 20px;
  position: relative;
  background-image: url(../img/bg.png);
}
.date .box_date .caption {
  padding: 30px;
  text-align: center;
  color: rgb(248, 204, 129);
}
.date .box_date .caption h2 {
  font-family: "wedding";
  font-size: 2.8rem;
  font-weight: 100;
  margin: 0 0 20px 0;
}
.date .box_date .caption p {
  font-size: 0.9rem;
}
.date .box_date .event {
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0 0 10px black;
  border-radius: 20px;
}
.date .box_date .event .akad,
.date .box_date .event .resepsi {
  text-align: center;
  color: rgb(248, 204, 129);
}
.date .box_date .event .akad .box_title,
.date .box_date .event .resepsi .box_title {
  text-align: center;
  color: rgb(248, 204, 129);
}
.date .box_date .event .akad .box_title h2,
.date .box_date .event .resepsi .box_title h2 {
  font-family: "wedding";
  font-size: 2.3rem;
  font-weight: 100;
}
.date .box_date .event .akad .box_title p,
.date .box_date .event .resepsi .box_title p {
  font-size: 1rem;
}
.date .box_date .event .akad h3,
.date .box_date .event .resepsi h3 {
  font-size: 1.4em;
  margin: 5px 0 !important;
}
.date .box_date .event .akad h4::after,
.date .box_date .event .resepsi h4::after {
  content: "";
  display: block;
  width: 100px;
  margin: 10px auto;
  height: 3px;
  background-color: rgb(248, 204, 129);
}
.date .box_date .event .akad h4,
.date .box_date .event .resepsi h4 {
  font-size: 1.3rem;
  margin: 6px 0 !important;
}
.date .box_date .event .akad p,
.date .box_date .event .resepsi p {
  font-size: 1rem;
}
.date .box_date .event .akad a,
.date .box_date .event .resepsi a {
  color: black;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 20px;
  background-color: rgb(248, 204, 129);
}
.date .box_date .event .box_img {
  margin: 20px;
  height: 150px;
  width: 300px;
  overflow: hidden;
  margin: 50px auto;
}
.date .box_date .event .box_img img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.story .box_story {
  padding: 20px;
  background-image: url(../img/bg.png);
}
.story .box_story * {
  margin: 0;
  padding: 0;
}
.story .box_story .box_title {
  text-align: center;
  color: rgb(248, 204, 129);
}
.story .box_story .box_title h2 {
  font-family: "wedding";
  font-size: 2.3rem;
  font-weight: 100;
}
.story .box_story .box_title p {
  font-size: 1rem;
}
.story .box_story .cerita {
  margin-top: 30px;
}
.story .box_story .cerita .box_cerita {
  text-align: center;
  margin: 20px;
  color: rgb(248, 204, 129);
}
.story .box_story .cerita .box_cerita h3 {
  font-family: "wedding";
  font-size: 1.5rem;
  font-weight: 600;
}
.story .box_story .cerita .box_cerita h3::after {
  content: "";
  display: block;
  width: 20%;
  margin: 10px auto;
  height: 3px;
  background-color: rgb(248, 204, 129);
}
.story .box_story .cerita .box_cerita p {
  font-size: 0.9rem;
}

.galeri .box_galeri {
  padding: 20px;
  background-image: url(../img/bg.png);
}
.galeri .box_galeri .box_title {
  text-align: center;
  color: rgb(248, 204, 129);
}
.galeri .box_galeri .box_title h2 {
  font-family: "wedding";
  font-size: 2.3rem;
  font-weight: 100;
}
.galeri .box_galeri .box_title p {
  font-size: 1rem;
}
.galeri .box_galeri .foto {
  margin: 50px 0;
}
.galeri .box_galeri .foto .video {
  width: 100%;
  height: 320px;
}
.galeri .box_galeri .foto .video iframe {
  width: 100%;
  height: 100%;
}
.galeri .box_galeri .kumpulan_foto {
  display: grid;
  margin-top: 20px;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.galeri .box_galeri .kumpulan_foto div {
  border-radius: 10px;
  overflow: hidden;
}
.galeri .box_galeri .kumpulan_foto div img {
  width: 100%;
  height: 100%;
}

.rsvp .box_rsvp {
  padding: 20px;
  background-image: url(../img/bg.png);
}
.rsvp .box_rsvp .box_title {
  text-align: center;
  color: rgb(248, 204, 129);
}
.rsvp .box_rsvp .box_title h2 {
  font-family: "wedding";
  font-size: 2.3rem;
  font-weight: 100;
}
.rsvp .box_rsvp .box_title p {
  font-size: 1rem;
}
.rsvp .box_rsvp form .nama, .rsvp .box_rsvp form .email, .rsvp .box_rsvp form .ucapan {
  margin: 20px 0;
}
.rsvp .box_rsvp form .nama label, .rsvp .box_rsvp form .email label, .rsvp .box_rsvp form .ucapan label {
  display: block;
  color: rgb(248, 204, 129);
}
.rsvp .box_rsvp form .nama input, .rsvp .box_rsvp form .nama textarea, .rsvp .box_rsvp form .email input, .rsvp .box_rsvp form .email textarea, .rsvp .box_rsvp form .ucapan input, .rsvp .box_rsvp form .ucapan textarea {
  width: 100%;
}
.rsvp .box_rsvp form .konfirmasi {
  color: rgb(248, 204, 129);
}
.rsvp .box_rsvp form .konfirmasi label {
  font-size: 17px;
}
.rsvp .box_rsvp form .konfirmasi input {
  accent-color: rgb(248, 204, 129);
  width: 15px;
  height: 15px;
}
.rsvp .box_rsvp form button {
  margin-top: 20px;
  background-color: rgb(248, 204, 129);
  color: brown;
  font-weight: 600;
  width: 130px;
  border: none;
  padding: 8px 5px;
  cursor: pointer;
  border-radius: 8px;
}

footer .box_footer {
  text-align: center;
  color: rgb(248, 204, 129);
  padding: 10px 20px;
  background-color: #303030;
}
footer .box_footer a {
  text-decoration: none;
  color: brown;
  font-size: 0.9rem;
}
footer .box_footer p {
  font-size: 0.9rem;
}

.musik .box_musik {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}
.musik .box_musik .icon {
  cursor: pointer;
  color: rgb(248, 204, 129);
}
.musik .box_musik .icon i {
  font-size: 2rem;
}

.mandala_atas {
  width: 100%;
  margin-top: -50px;
}

@media screen and (max-width: 390px) {
  header .hero .box_hero .box_hero_nama {
    top: 28%;
  }
  header .hero .box_hero .box_hero_nama h2::before,
  header .hero .box_hero .box_hero_nama h2::after {
    width: 50px;
  }
  header .hero .box_hero .box_hero_nama P {
    font-size: 0.9rem;
  }
  .about .box_about .pria, .about .box_about .wanita {
    margin: 30px 0;
  }
  .about .box_about .pria h3, .about .box_about .wanita h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .date .box_date h2 {
    font-size: 1.8rem;
  }
  .date .box_date P {
    font-size: 0.8rem;
  }
}
@keyframes bgimg {
  0%, 100% {
    background: url(../img/1.jpg) no-repeat center/cover;
  }
  25% {
    background: url(../img/2.jpg) no-repeat center/cover;
  }
  50% {
    background: url(../img/3.jpg) no-repeat center/cover;
  }
  75% {
    background: url(../img/5.jpg) no-repeat center/cover;
  }
}/*# sourceMappingURL=style.css.map */