html,
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

.pembungkus {
  width: 80%;
  margin: 0 auto;
}

.pembungkus h1 {
  padding: 0;
  font-weight: 600;
  text-align: center;
}

.baris {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.kol {
  flex-basis: 50%;
  min-width: 250px;
}

.feature-img {
  width: 83%;
  margin: auto;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.play-btn {
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-player {
  width: 80%;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  display: none;
}

video:focus {
  outline: none;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  cursor: pointer;
}

#dropdown:hover > .sub-menu {
  position: absolute;
  display: list-item;
  transform: translateX(-560px);
}

#dropdown:hover > .sub-menu2 {
  position: absolute;
  display: list-item;
  transform: translateX(-720px);
}

.sub-menu2 {
  width: 90%;
  height: 350px;
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 0 10px 520px;
  margin-left: 90px;
  border-top: 0;
  row-gap: 0;
  justify-content: unset;
  align-content: flex-start;
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.sub-menu2 li img {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  aspect-ratio: 4/3;
  height: 100%;
  width: unset;
  pointer-events: none;
}

.sub-menu2 li:nth-child(2) {
  font-size: 3rem;
  font-weight: 600;
  color: #198756;
}

.sub-menu2 li {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 5px 0 10px 0;
  list-style-type: none;
}

.sub-menu2 li a {
  text-decoration: none;
  color: black;
}

.sub-menu2 li a:hover {
  color: #198756;
  transition: 0.3s ease-out;
}

.sub-menu {
  width: 90%;
  height: 350px;
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 0 10px 520px;
  margin-left: 90px;
  border-top: 0;
  row-gap: 0;
  justify-content: unset;
  align-content: flex-start;
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.sub-menu li img {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  aspect-ratio: 4/3;
  height: 100%;
  width: unset;
  pointer-events: none;
}

.sub-menu li:nth-child(2) {
  font-size: 3rem;
  font-weight: 600;
  color: #198756;
}

.sub-menu li {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 5px 0 10px 0;
  list-style-type: none;
}

.sub-menu li a {
  text-decoration: none;
  color: black;
}

.sub-menu li a:hover {
  color: #198756;
  transition: 0.3s ease-out;
}

.searchbar {
  width: 300px;
}

.mag {
  transform: translateX(-40px) translateY(10px);
}

.box div {
  margin-top: 3000px;
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: transparent;
  box-shadow: 0px 0px 30px #198576;
  border: 6px solid #198576;
  z-index: 0;
}

.box div:nth-child(1) {
  top: 12%;
  left: 42%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(2) {
  top: 20%;
  left: 50%;
  animation: animate 7s linear infinite;
}

.box div:nth-child(3) {
  top: 17%;
  left: 53%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(4) {
  top: 18%;
  left: 70%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(5) {
  top: 55%;
  left: 65%;
  animation: animate 6s linear infinite reverse;
}

.box div:nth-child(6) {
  top: 30%;
  left: 30%;
  animation: animate 12s linear infinite;
}

.box div:nth-child(7) {
  top: 60%;
  left: 75%;
  animation: animate 15s linear infinite reverse;
}

.box div:nth-child(8) {
  top: 32%;
  left: 68%;
  animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
  top: 60%;
  left: 25%;
  animation: animate 9s linear infinite reverse;
}

.box div:nth-child(10) {
  top: 20%;
  left: 23%;
  animation: animate 6s linear infinite;
}

.box div:nth-child(11) {
  top: 60%;
  left: 40%;
  animation: animate 7s linear infinite reverse;
}

.box div:nth-child(12) {
  top: 50%;
  left: 50%;
  animation: animate 10s linear infinite reverse;
}

@media (max-width: 1699px) {
  .box div {
    display: none;
  }
}
/* @media (max-width: 1198px){
  .box div{
    margin-top: 10000px;
  }
} */

/* @media (max-width: 1200px) {
  .box div {
    opacity: 0;
  }
} */

@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(0);
  }
  100% {
    transform: scale(1.3) translateY(-70px) rotate(360deg);
    opacity: 0;
  }
}

.nav-link {
  color: #198756;
}

.nav-link:hover {
  background-color: green;
  color: white;
}

/* .decoration1 {
  background-image: url(img/panah\ 2.png);
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: 20%;
  background-repeat: no-repeat;
  transform: translateY(600px) translateX(160px);
  z-index: 5;
} */

/* .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s ease-in;
  background-color: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 10000;
} */

/* button jump */

.scroll-to-top-btn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background-color: #0e7500;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
  cursor: pointer;
  transform: translateX(20px); /* Start with the button slightly offset */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
  z-index: 1000; /* Ensure it stays on top */
}

/* Class to show the button */
.scroll-to-top-btn.show {
  opacity: 1; /* Fully visible */
  transform: translateX(0); /* Move to original position */
}

.scroll-to-top-btn:hover {
  background-color: #65b300;
}

/* StickyNavbar.css */

.sticky-navbar {
  display: none;
}

.sticky {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s ease-in;
  background-color: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

@media (max-width: 1200px) {
  .sticky {
    display: none;
  }
}

@media (max-width: 575px) {
  .sticky {
    background-color: transparent;
    box-shadow: none;
  }
}

.hidden-object {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.hidden-object.visible {
  height: auto;
}

.navbar-nav {
  background-color: ;
}

#navbar-sticky.visible {
  height: auto;
}

@media (max-width: 1198px) {
  .sejarah-box img {
    width: 40%;
  }
  .sejarah-content {
    font-size: 2.5rem;
    padding: 0 50px;
  }
}

@media (max-width: 760px) {
  .sejarah-box img {
    width: 35%;
  }
  .sejarah-content {
    font-size: 2rem;
    padding: 0 50px;
  }
}

@media (max-width: 430px) {
  .sejarah-content {
    font-size: 1.2rem;
    padding: 0 50px;
  }
}

.sejarah:hover {
  background-color: #198756;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.sejarah:hover .sejarah-title {
  color: white;
}

.sejarah:hover .sejarah-content {
  color: white;
}

.sejarah:hover .dot {
  color: white;
}

.visimisi:hover {
  background-color: #198756;
  transition: 0.3s ease-out;
}

.visimisi:hover .sejarah-title2 {
  color: white;
}

.visimisi:hover .sejarah-content {
  color: white;
}

.visimisi:hover .dot {
  color: white;
}

.penghargaan:hover {
  background-color: #198756;
  transition: 0.3s ease-out;
}

.penghargaan:hover .sejarah-title3 {
  color: white;
}

.penghargaan:hover .sejarah-content {
  color: white;
}

.penghargaan:hover .dot {
  color: white;
}

.content {
  padding: 20px;
}

#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: 700;
  font-size: 6vw;
  padding-bottom: 5px;
  margin-left: 30px;
}

#title h1:nth-child(3) {
  font-weight: 800;
}

@media (max-width: 1200px) {
  #title h1 {
    font-size: 5vw;
  }
}

@media (max-width: 1024px) {
  #btn-kontak {
    margin-bottom: 50px;
  }
}

#title2 h1 {
  display: none;
  font-family: "Poppins" sans-serif;
  font-weight: 700;
}

@media (max-width: 480px) {
  #title h1 {
    display: none;
  }
  #title2 h1 {
    display: block;
    font-size: 11vw;
    transform: translateY(80px);
  }
}

#health {
  font-family: "Poppins" sans-serif;
  font-weight: 900;
  font-size: 5rem;
}

#header {
  background-image: url("/assets/images/BG HOME big size2-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -350px;
  height: 120vh;
  max-width: 100%;
}

@media (orientaion: landscape) {
  #header {
    background-size: cover;
    width: 100%;
  }
}

@media (max-width: 1400px) {
  #header {
    height: 110vh;
    background-position: 0 -250px;
  }
}

@media (max-width: 990px) {
  #header {
    background-size: contain;
    height: 110vh;
    background-position: 0 -150px;
  }
}

@media (max-width: 920px) {
  #header {
    width: 100%;
    height: 100vh;
  }
}

@media (max-width: 760px) {
  #header {
    height: 85vh;
    background-size: contain;
    background-position: 0 0;
  }
}

@media (max-width: 570px) {
  #header {
    height: 65vh;
    background-size: contain;
    background-position: 0 0;
  }
}

@media (max-width: 480px) {
  #header {
    height: 100vh;
    padding-bottom: 400px;
    background-size: 1100px auto;
    background-position: 0 -80px;
  }
}

.infobrand1 {
  transform: translateY(-150px);
}

@media (max-width: 1400px) {
  .infobrand1 {
    transform: translateY(-120px);
  }
}

@media (max-width: 770px) {
  .infobrand1 {
    transform: translateY(-100px);
  }
}

.infobrandsm {
  display: none;
}

@media (max-width: 570px) {
  .infobrandsm {
    display: flex;
  }
}

#hero-carousel {
  background-image: url("/assets/images/background produk unggulan 1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
  background-position: bottom 75% top 75%;
}

#bgputih {
  background-image: url("/assets/images/bg putih.png");
  background-position: -15px 345px;
  background-size: 86rem;
  background-repeat: no-repeat;
  padding-bottom: 10rem;
  z-index: 5;
}

@media (max-width: 1398px) {
  #bgputih {
    background-position: -20px 370px;
    background-size: 74rem;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    z-index: 5;
  }
}

@media (max-width: 1200px) {
  #bgputih {
    background-image: none;
  }
}

#content-wrap {
  background-color: #ffebc5;
}

.tentangkami {
  z-index: 5;
}

.sejarah-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.sejarah-title2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.sejarah-title3 {
  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;
  margin-top: 300px;
}

.title-tentang2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  margin-top: 50px;
}

@media (max-width: 970px) {
  .title-tentang {
    font-weight: 700;
    font-size: 2.5rem;
  }
}

@media (max-width: 430px) {
  .title-tentang {
    margin-top: 20px;
    font-size: 3rem;
  }

  #tvc {
    margin-bottom: -80px;
  }
}

@media (max-width: 430px) {
  .orbit-showcase {
    display: none;
  }
  #artikel-sm {
    display: none;
  }
}

@media (max-width: 430px) {
  #artikel-sm {
    opacity: 0;
    position: absolute;
  }
}

.quote-icon svg:nth-child(1) {
  position: absolute;
  width: 15%;
  height: auto;
  color: #198756;
  transform: translateY(70px) translateX(30px);
}

.quote-icon svg:nth-child(2) {
  position: absolute;
  width: 15%;
  height: auto;
  color: #198756;
  rotate: 180deg;
  transform: translateY(-390px) translateX(-315px);
}

.quote-sm h1 {
  font-size: 1.6rem;
  line-height: 40px;
  font-weight: 400;
  color: #198756;
  padding: 30px 2px 20px 2px;
  border: solid 1px #198756;
}

#quote {
  margin-top: 50px;
}

#quote p {
  font-family: "Poppins" sans-serif;
  font-size: 2rem;
  font-weight: 350;
}

.quote img {
  background-color: #fff;
  border-radius: 30px;
  width: 70%;
  /* box-shadow: 0px 10px 20px rgba(128, 128, 128, 0.425); */
  box-shadow: 0px 0px 15px #198576;
  padding-bottom: 50px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(195px);
}

@media (max-width: 1198px) {
  .quote img {
    width: 100%;
  }
}

@media (max-width: 1396px) {
  .quote img {
    transform: translateX(170px);
  }
}

@media (max-width: 1199px) {
  .quote img {
    transform: translateX(0px);
  }
}

/* .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("/assets/images/obesity2-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.artikel2 {
  background-image: url("/assets/images/stroke-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.artikel3 {
  font-family: "Poppins", sans-serif;
  background-image: url("/assets/images/obesity2-01.jpg");
  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;
}

/* .tentang-video {
  background-image: url("../images/adorable-family-having-fun-park.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 10rem;
  height: 100%;
}

.tentang-video-hide {
  position: fixed;
  top: 250px;
  right: 410px;
  width: 50%;
  height: 50%;
  z-index: 10; 
  pointer-events: none;
} */

.video-container {
  position: relative;
  width: 130%;
  height: 60vh;
  overflow: hidden;
  margin-left: -20px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the opacity to control the darkness */
  z-index: 1; /* Place it between the video and content */
}

.tentang-video {
  /* background-image: url("../images/adorable-family-having-fun-park.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 10rem;
  height: 100%;
}

.tentang-video-hide {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.tentang-video-hide.visible {
  display: block; /* Show the video when the visible class is added */
}

.overlay {
  display: block; /* Always include the overlay, but only show it when the video is visible */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.hubungi-wrap {
  background-image: url("../images/adorable-family-having-fun-park.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 10rem;
  height: 100%;
}

.hubungi-wrap form {
  background-color: #198756;
  padding: 10px;
  padding-bottom: 50px;
}

.btn-kirim {
  margin-top: 40px;
}

.langbtn2 {
  background-color: #fcc027;
  padding: 5px 10px 5px 10px;
  transform: translateX(535px);
  border-radius: 5%;
}

.langbtn {
  background-color: #fcc027;
  padding: 5px 10px 5px 10px;
  transform: translateX(535px);
  border-radius: 5%;
}

@media (max-width: 1400px) {
  .langbtn {
    transform: translateX(380px);
  }

  .langbtn2 {
    transform: translateX(320px);
  }
}

.langbtn .id {
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.langbtn .eng:hover {
  font-weight: 600;
  color: white;
  cursor: pointer;
}

.gallery {
  width: 100%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}

.gallery-item {
  height: 300px;
  opacity: 0;
  position: absolute;
  transition: all 0.6s ease-in-out;
  z-index: 0;
  width: auto;
  background-size: contain;
  border-radius: 2%;
}

.gallery-item-1 {
  left: 25%;
  opacity: 0.4;
  transform: translateX(-50%);
}

.gallery-item-2 {
  box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.2);
  opacity: 1;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  width: 650px;
  z-index: 2;
}

.gallery-item-3 {
  left: 75%;
  opacity: 0.4;
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 25px 0;
  height: 100px;
}

.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 30px;
  margin: 0 50px;
  padding: 0 12px;
  text-transform: capitalize;
}

.gallery-control-button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous::before {
  border: solid #000;
  border-width: 0 5px 5px 0;
  content: "";
  display: inline-block;
  height: 5px;
  left: -30px;
  padding: 10px;
  position: absolute;
  top: 25%;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 5px;
}

.gallery-controls-previous:hover::before {
  left: -40px;
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next::before {
  border: solid #000;
  border-width: 0 5px 5px 0;
  content: "";
  display: inline-block;
  height: 5px;
  padding: 10px;
  position: absolute;
  right: -30px;
  top: 45%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 5px;
}

.gallery-controls-next:hover::before {
  right: -40px;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}

@media (max-width: 640px) {
  .gallery-item {
    opacity: 0;
  }

  .gallery-item-2 {
    opacity: 1;
    width: 450px;
  }
}

@media (min-width: 430px) {
  #artikel-sm {
    display: none;
  }
}
/* PAGE TENTANG LAPI */

@media (max-width: 1200px) {
  .content-misi {
    font-size: 1.8vw;
  }
  .bintang-misi {
    width: 1000px;
  }
}

.misi-tentang {
  margin-top: -50px;
}

.visimisi-sm {
  display: none;
}

.visimisi-content {
  display: block;
}

.visimisi-content-sm {
  display: none;
}

.visi-tentang h1,
.misi-tentang h1 {
  font-size: 7vw;
}

.nilaibudaya-sm {
  display: none;
}

.nilaibudaya-md {
  display: none;
}

.kebkomit {
  display: block;
}

.kebkomit-md {
  display: none;
}

.kebkomit-sm {
  display: none;
}

@media (max-width: 768px) {
  .visi-tentang h1 {
    margin-top: -15px;
    font-size: 10vw;
  }
  .misi-tentang {
    margin-top: -50px;
  }
  .misi-tentang h1 {
    font-size: 10vw;
  }
  .content-misi {
    font-size: 2vw;
  }
  .bintang-misi {
    width: 700px;
  }
  .nilaibudaya {
    display: none;
  }
  .nilaibudaya-md {
    display: block;
  }
  .kebkomit {
    display: none;
  }
  .kebkomit-md {
    display: block;
  }
}

@media (max-width: 480px) {
  .visimisi-sm {
    display: block;
  }
  .visimisi-content-sm {
    display: block;
  }
  .visimisi-content {
    display: none;
  }

  .nilaibudaya {
    display: none;
  }

  .nilaibudaya-md {
    display: none;
  }

  .nilaibudaya-sm {
    display: block;
  }

  .kebkomit-md {
    display: none;
  }

  .kebkomit-sm {
    display: block;
  }
}

.video-pabrik {
  margin-top: 250px;
}

@media (max-width: 576px) {
  .video-pabrik {
    margin-top: 150px;
  }
}

.background-video {
  width: 100%;
  height: auto;
}

/* PAGE TENTANG LAPI */

/* PAGE PRODUK */

.rotate-90 {
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.rotate-180 {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.btn-produk {
  padding-left: 20px;
  padding-right: 20px;
  border: solid 2px orange;
  background-color: white;
  margin-right: 1px;
}

.btn-produk:hover {
  background-color: green;
  color: orange;
}

.hover-sort {
  color: orange;
}

.hover-sort:hover {
  background-color: orange;
  color: white;
}

.dropdown-nosticky {
  display: relative;
}

.dropdown-sticky {
  position: fixed;
  top: 90px;
  left: 10px;
}

.content-box {
  position: block;
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-50px);
}

.content-box-stay {
  display: flex;
  flex-wrap: wrap;
  transform: translateX(230px);
}

.content-card-sm {
  display: none;
}

.filter-sm {
  display: none;
}

@media (max-width: 980px) {
  .filter-lg {
    display: none;
  }
  .content-card-lg {
    display: none;
  }
  .content-card-sm {
    position: block;
    display: flex;
    flex-wrap: wrap;
  }
  .filter-sm {
    display: block;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}

.pagination button {
  width: 40px;
  height: 40px;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  margin: 0 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  color: orange;
  border-color: orange;
}

.pagination button.active {
  font-weight: 900;
  border-color: orange;
  background: green;
  color: white;
}
/* PAGE PRODUK */

/* 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;
}

.quote {
  position: relative;
  opacity: 1;
}

/* .quote.active {
  opacity: 1;
} */

.active.fade-bottom {
  animation: fade-bottom 0.5s ease-out;
}

.trigger1 {
  animation: fade-bottom 0.5s ease-out;
}

.trigger2 {
  animation: fade-bottom 0.6s ease-out;
}

.trigger3 {
  animation: fade-bottom 0.7s ease-out;
}

.trigger4 {
  animation: fade-bottom 0.8s ease-out;
}

.nilai1 {
  position: relative;
  opacity: 0;
  transform: translateY(-50px); /* Start slightly above the original position */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transition both opacity and transform */
}

.nilai1.active {
  opacity: 1;
  transform: translateY(0); /* Slide to the original position */
}

.nilai2 {
  position: relative;
  opacity: 0;
  transform: translateX(-50px); /* Start slightly above the original position */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transition both opacity and transform */
}

.nilai2.active {
  opacity: 1;
  transform: translateX(0); /* Slide to the original position */
}

@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: 1;
  cursor: pointer;
  /* 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: 1;
  /* transform: translateX(-100px); */
  /* 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: 1;
  /* transform: translateX(-100px); */
  /* 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 */
