body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

* {
  font-family: "Times New Roman", Times, serif;
}

.container {
  background: rgb(255, 255, 255);
  height: 100%;
  width: 100%;
  max-width: 500px;
  margin: auto;
  min-height: 800px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.container h1 {
  margin: 0;
}

@keyframes anim-1 {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  50% {
    transform: rotate(4deg) translateX(2px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}
@keyframes anim-2 {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  50% {
    transform: rotate(-4deg) translateX(2px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}
@keyframes anim-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-4 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes anim-button {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
.container .button-navigation {
  position: fixed;
  width: 300px;
  bottom: 20px;
  left: calc(50% - 150px);
  display: flex;
  justify-content: center;
  gap: 10px;
}
.container .button-navigation button {
  bottom: 20px;
  background: #707954;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
  animation: anim-button 3s infinite forwards;
}
.container .button-navigation button:hover, .container .button-navigation button:focus {
  background: #52583e;
}
.container .button-navigation button.btn-main {
  width: 240px;
}
.container .button-navigation button.btn-back {
  width: 40px;
}
.container .button-navigation button.btn-back img {
  width: 100%;
}
.container.show {
  display: block;
}
.container img.atribute {
  position: absolute;
  animation: anim-3 forwards 1 1s linear;
}

.container-1 {
  display: none;
}
.container-1 img.atribute-1 {
  width: 100%;
  left: 0;
  top: 0;
}
.container-1 img.atribute-2 {
  height: 240px;
  left: 5%;
  top: 0;
  animation: anim-1 3s linear forwards infinite;
}
.container-1 img.atribute-3 {
  height: 330px;
  right: 0%;
  top: 0;
}
.container-1 img.atribute-4 {
  width: 280px;
  right: calc(50% - 140px);
  top: 150px;
  animation: anim-4 forwards 1 1s linear;
}
.container-1 img.atribute-5 {
  height: 350px;
  left: 0;
  bottom: 0px;
}
.container-1 img.atribute-6 {
  width: 100%;
  bottom: 0;
}
.container-1 img.atribute-7 {
  height: 240px;
  right: 5%;
  bottom: 0;
  animation: anim-1 3s linear forwards infinite;
}
.container-1 img.atribute-8 {
  width: 280px;
  right: calc(50% - 140px);
  top: 250px;
  animation: anim-4 forwards 1 1s linear;
}
.container-1 img.atribute-9 {
  width: 180px;
  right: calc(50% - 90px);
  top: 300px;
  animation: anim-4 forwards 1 1s linear;
}
.container-1 img.atribute-10 {
  width: 280px;
  right: calc(50% - 140px);
  top: 550px;
  animation: anim-4 forwards 1 1s linear;
}

.container-2 {
  display: none;
}
.container-2 img.atribute {
  position: absolute;
}
.container-2 img.atribute-1 {
  width: 100%;
  left: 0;
  top: 0;
}
.container-2 img.atribute-2 {
  width: 100%;
  left: 0;
  top: 0;
}
.container-2 img.atribute-3 {
  width: 100%;
  right: 0;
  bottom: 0;
}
.container-2 img.atribute-4 {
  height: 240px;
  left: 5%;
  bottom: 0;
  animation: anim-1 4s linear forwards infinite;
}
.container-2 img.atribute-5 {
  height: 240px;
  right: 5%;
  bottom: 0;
  animation: anim-2 4s linear forwards infinite;
}
.container-2 img.atribute-6 {
  width: 280px;
  right: calc(50% - 140px);
  bottom: 0;
  top: 150px;
  animation: anim-4 forwards 1 1s linear;
}
.container-2 img.atribute-7 {
  width: 300px;
  right: calc(50% - 150px);
  bottom: 0;
  top: 220px;
  animation: anim-4 forwards 1 1s linear;
}
.container-2 img.atribute-8 {
  width: 310px;
  right: calc(50% - 155px);
  bottom: 0;
  top: 330px;
  animation: anim-4 forwards 1 1s linear;
}

.container-3 {
  display: none;
}
.container-3 img.atribute {
  position: absolute;
}
.container-3 img.atribute-1 {
  width: 100%;
  left: 0;
  top: 0;
}
.container-3 img.atribute-2 {
  height: 150px;
  left: 5%;
  top: 0;
  animation: anim-1 4s linear forwards infinite;
}
.container-3 img.atribute-3 {
  height: 150px;
  right: 5%;
  top: 0;
  animation: anim-2 4s linear forwards infinite;
}
.container-3 img.atribute-4 {
  width: 100%;
  left: 0;
  bottom: 0;
}
.container-3 img.atribute-5 {
  width: 280px;
  right: calc(50% - 140px);
  bottom: 0;
}
.container-3 img.atribute-6 {
  width: 280px;
  right: calc(50% - 140px);
  bottom: 0;
  top: 150px;
}
.container-3 img.atribute-7 {
  width: 300px;
  right: calc(50% - 150px);
  bottom: 0;
  top: 240px;
}
.container-3 img.atribute-8 {
  width: 310px;
  right: calc(50% - 155px);
  bottom: 0;
  top: 380px;
}
.container-3 .btn-lokasi {
  width: 150px;
  border: 1px solid #52583e;
  text-align: center;
  color: #52583e;
  text-decoration: none;
  padding: 10px;
  right: calc(50% - 80px);
  position: absolute;
  top: 570px;
}

.container-4 {
  display: none;
}
.container-4 img.atribute {
  position: absolute;
}
.container-4 img.atribute-1 {
  width: 100%;
  left: 0;
  top: 0;
}
.container-4 img.atribute-2 {
  width: 100%;
  left: 0;
  top: 0;
}
.container-4 img.atribute-3 {
  width: 100%;
  right: 0%;
  bottom: 0;
}
.container-4 img.atribute-4 {
  height: 180px;
  left: 5%;
  bottom: 0;
  animation: anim-1 4s linear forwards infinite;
}
.container-4 img.atribute-5 {
  height: 180px;
  right: 5%;
  bottom: 0;
  animation: anim-2 4s linear forwards infinite;
}
.container-4 img.atribute-6 {
  width: 280px;
  right: calc(50% - 140px);
  bottom: 0;
  top: 160px;
}
.container-4 img.atribute-7 {
  width: 300px;
  right: calc(50% - 150px);
  bottom: 0;
  top: 300px;
}
.container-4 img.atribute-8 {
  width: 310px;
  right: calc(50% - 155px);
  bottom: 0;
  top: 480px;
}

.container-5 {
  display: none;
}
.container-5 img.atribute {
  position: absolute;
}
.container-5 img.atribute-1 {
  width: 100%;
  left: 0;
  top: 0;
}
.container-5 img.atribute-4 {
  width: 100%;
  left: 0;
  bottom: 0;
}

.container-6,
.container-7 {
  display: none;
}
.container-6 img.atribute,
.container-7 img.atribute {
  position: absolute;
}
.container-6 img.atribute-1,
.container-7 img.atribute-1 {
  width: 100%;
  left: 0;
  top: 0;
}
.container-6 img.atribute-4,
.container-7 img.atribute-4 {
  width: 100%;
  left: 0;
  bottom: 0;
}

.terimakasih {
  animation: anim-3 forwards 1 1s linear;
  width: 90%;
  margin: 250px auto 0;
  position: relative;
  z-index: 999;
}
.terimakasih h1 {
  text-align: center;
  color: #D7A94F;
}
.terimakasih p {
  text-align: center;
}

form.form-ucapan {
  animation: anim-3 forwards 1 1s linear;
  width: 90%;
  margin: 180px auto 0;
  position: relative;
  z-index: 999;
}
form.form-ucapan h1 {
  text-align: center;
  color: #D7A94F;
}
form.form-ucapan p {
  text-align: center;
}
form.form-ucapan .group {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
form.form-ucapan input {
  border: none;
  border: 1px solid #707954;
  border-radius: 5px;
  padding: 8px;
  font-size: 20px;
  outline: none;
  margin-top: 10px;
  color: #D7A94F;
}
form.form-ucapan input::-moz-placeholder {
  color: #e9e9e9;
}
form.form-ucapan input::placeholder {
  color: #e9e9e9;
}
form.form-ucapan textarea {
  border: 1px solid #707954;
  padding: 8px;
  font-size: 20px;
  outline: none;
  margin-top: 10px;
  border-radius: 5px;
  color: #D7A94F;
}
form.form-ucapan textarea::-moz-placeholder {
  color: #e9e9e9;
}
form.form-ucapan textarea::placeholder {
  color: #e9e9e9;
}
form.form-ucapan button {
  width: 100%;
  background: #52583e;
  color: #fff;
  margin-top: 30px;
  padding: 20px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
form.form-ucapan button:hover {
  background: #3c402e;
}/*# sourceMappingURL=style.css.map */