html,
body {
  font-family: 'Poppins', sans-serif;
}

.nav-item:hover {
  background-color: green;
  color: white;
}

#beranda {
  background-color: green;
  color: white;
}

.nav-link:hover {
  color: white;
}

.table-separate {
  border-collapse: separate;
  border-spacing: 20px;
}

.table-separate2 {
  border-collapse: separate;
  border-spacing: 20px;
}

#title h1{
  font-family: 'Poppins' sans-serif;
  font-weight: 600;
  font-size: 5rem;
}

#title2 h1{
  font-family: 'Poppins' sans-serif;
  font-weight: 600;
  font-size: 4rem;
}

#health {
  font-family: 'Poppins' sans-serif;
  font-weight: 900;
  font-size: 5rem;
}

#header {
  background-image: url(WhatsApp\ Image\ 2023-12-14\ at\ 09.56.22.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

#hero-carousel {
  background-image: url(WhatsApp\ Image\ 2023-12-14\ at\ 09.56.22.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10rem;
  padding-bottom: 10rem;
}

#content-wrap {
  background-color: #ffebc5;
}


.sejarah-title {
  font-family:'Poppins', sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.sejarah-title2 {
  font-family:'Poppins', sans-serif;
  font-weight: 700;
}

.sejarah-content {
  font-family:'Poppins', sans-serif;
  font-weight: 400;
}

#tentang-kami {
  padding-bottom: 60px;
}

.title-tentang {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 4rem;
}

@media (max-width: 970px){
  .title-tentang {
    font-weight: 700;
    font-size: 2.5rem;
  }
}

#quote {
  margin-top: 100px;
}

#quote p {
  font-family: 'Poppins' sans-serif;
  font-size: 2rem;
  font-weight: 350;
}

.quote img {
  width: 45%;
}

.quote-sm img {
  width: 80%;
}
/* .quote-icon img{
  position: absolute;
  width: 4%;
  margin-left: 350px;
  margin-top: 70px;
}

.quote-icon2 img {
  position: absolute;
  width: 4%;
  margin-left: 900px;
  rotate: 180deg;
} */

#btn-produk {
  font-family: 'Poppins' sans-serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 2px 25px 2px 25px;
  margin-top: 10px;
  margin-bottom: -15px;
}

/* .slider-container {
  height: 100vh;
  display: inline-flex;
  overflow: hidden;
  transform: translateX(0);
  transition: transform 0.3s ease-out;
  cursor: grab;
}

.slide {
  max-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  user-select: none;
}

.slide img {
  max-width: 100%;
  max-height: 60%;
  transition: transform 0.3s ease-out;
}

.grabbing {
  cursor: grabbing;
}

.grabbing .slide img {
  transform: scale(0.8);
} */

.artikel1 {

  background-image: url(img/obesity2-01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.artikel2 {

  background-image: url(img/stroke-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.artikel3 {
  font-family: 'Poppins', sans-serif;
  background-image: url(img/obesity2-01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hubungi{margin-left: 370px;
  margin-bottom: 10px;
}
.form{
  background-color:#198576;
  margin-top: 2px;
  margin-left:350px;
  margin-right:300px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-right: 30px;
  width: 50%;
}
.form tr, td {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  font-size: medium;


}

.form input {
  padding-right: 170px;
  padding-left: 15px;
  padding-bottom: 10px;
  align-content: center;
  font-family: 'Poppins', sans-serif;
  text-size-adjust: 500px;

}

.ketik-disini {
  padding-bottom: 200px;
  width: 155%;
  font-size: 18px;
}

.data-akun {
  font-size: medium;
  

}

.hubungi-wrap {
  background-image: url(img/concept-family-relaxation-asian-family-playing-garden.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 10rem;
}

.hubungi-wrap form {
  background-color: #198756;
  padding: 10px;
  padding-bottom: 50px;
}

.btn-kirim {
  margin-top: 40px;
}

/* ANIMASI */
.sejarah {
  position: relative;
  opacity: 0;
}

.sejarah.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 0.5s ease-out;
}

.visimisi {
  position: relative;
  opacity: 0;
}

.visimisi.active2 {
  opacity: 1;
}

.active2.fade-bottom {
  animation: fade-bottom 0.8s ease-out;
}

.penghargaan {
  position: relative;
  opacity: 0;
}

.penghargaan.active3 {
  opacity: 1;
}

.active3.fade-bottom {
  animation: fade-bottom 1.1s ease-out;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* .artikel {
  position: relative;
  opacity: 0;
}

.artikel.active {
  opacity: 1;
}

.artikel.active.fade-left {
  animation: fade-left 1s ease-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
} */

.artikel1 {
  position: relative;
  opacity: 0;
  transform: translateX(-100px); /* Initial position outside the viewport */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.artikel1.active {
  opacity: 1;
  transform: translateX(0);
}

@keyframes fade-left {
  0% {
      transform: translateX(-100px);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

.active.fade-left {
  animation: fade-left 1s ease-out;
}

.artikel2 {
  position: relative;
  opacity: 0;
  transform: translateX(-100px); /* Initial position outside the viewport */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.artikel2.active {
  opacity: 1;
  transform: translateX(0);
}

@keyframes fade-left {
  0% {
      transform: translateX(-100px);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

.artikel3 {
  position: relative;
  opacity: 0;
  transform: translateX(-100px); /* Initial position outside the viewport */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.artikel3.active {
  opacity: 1;
  transform: translateX(0);
}

@keyframes fade-left {
  0% {
      transform: translateX(-100px);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

/* ANIMASI */
