@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
* {
  font-family: "Inter", sans-serif;
}

body {
  background: #FFEFAA;
}

.header {
  background: url(../images/header.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  padding: 40px 0;
}
.header img {
  width: 350px;
}

.manfaat {
  background: url(../images/bg-manfaat.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.manfaat .box {
  background: #EFE6BF;
  padding: 20px;
  max-width: 700px;
}
.manfaat .box ul li {
  margin-top: 20px;
  max-width: 600px;
  text-align: center;
}

.daftar-sekarang {
  background: #179851;
  border: none;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  padding: 15px 20px;
  transition: 0.2s;
}
.daftar-sekarang:hover {
  background: rgb(16, 113, 60);
  color: #fff;
}

.floating-wa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.floating-wa img {
  width: 200px;
}

.bg-pendaftaran {
  background-position: center;
  background-size: cover;
  background-color: white;
  width: 100%;
  min-height: 100vh;
}
.bg-pendaftaran .box-registration {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .bg-pendaftaran .box-registration {
    border-radius: 0;
  }
}/*# sourceMappingURL=style.css.map */