body {
  animation: fadeOut 1s ease-out;
}

@keyframes fadeOut {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-custom {
  background-image: linear-gradient(#c1c1c1, #dcdcdc);
  color: #333333;
  font-weight: bolder;
  align-items: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  height: 20rem;
}

.container-who {
  padding: 10rem;
}

.img-rounded {
  border-radius: 10px;
}

.displaycustom {
  font-size: 4rem;
  font-weight: bold;
  color: #333333;
  justify-content: center;
}

.lead {
  color: #686868;
  font-size: 1.2rem;
  font-weight: 500;
}

.container-info {
  padding-left: 9rem;
  padding-right: 9rem;
  padding-bottom: 5rem;
}

.container-spesialisasi {
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 5rem;
}

.card {
  background-color: #dcdcdc;
  padding-top: 20px;
}

.card-custom .card {
  margin: 10px;
}

.card-img-top {
  width: auto;
  border-radius: 20px;
  margin: auto;
}

.container-CTA {
  padding-left: 9rem;
  padding-right: 9rem;
  padding-bottom: 5rem;
  background-color: #c1c1c1;
}

.custom-btn {
  background-color: #c1c1c1;
  color: #dcdcdc;
  border: none;
}

.custom-btn:hover {
  background-color: #333333;
  color: #dcdcdc;
}

.bg-custom-new {
  background-color: #333333;
  color: #c1c1c1;
  padding: 15px 0;
}

.CTA {
  color: #333333;
}

.custom-button {
  background-color: black;
  border-color: black;
}

.custom-button:hover,
.custom-button:active {
  background-color: gray !important;
  border-color: gray !important;
}

.lead-custom {
  color: #333333;
  font-size: large;
  font-weight: 600;
  padding-bottom: 1rem;
}

.bg-custom-footer {
  list-style-type: none;
  background-color: #333333;
  color: #dcdcdc;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  animation: scroll 1980s linear infinite;
  width: max-content;
}

.marquee-group img {
  height: 200px;
  width: auto;
  flex-shrink: 0;
  will-change: transform;
  max-height: 50px; /* Sesuaikan tinggi gambar */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.loader {
  border-top-color: #333333;
  -webkit-animation: spinner 1.5s linear infinite;
  animation: spinner 1.5s linear infinite;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.list a {
  text-decoration: none;
  color: #dcdcdc;
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}


.marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 3rem; /* Sesuaikan jarak antar gambar */
  padding: 0 1rem;
}

@keyframes scroll {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}

.founders-section {
  max-width: 900px;
  padding-top: 15px;
  text-align: center;
  align-items: center;
}

/* JUDUL "THE FOUNDERS" */
.founders-heading {
  display: inline-block;
  background-color: rgb(203, 20, 20);
  border-radius: 5px;
  color: #fff;
  padding: 10px 10px;
  font-size: 15px;
  letter-spacing: 1px;
}

.partner-heading {
  font-size: 3rem;
  font-weight: 540;
  font-family: montserrat, sans-serif;
  color: #333333;
  justify-content: center;
}

.card-body{
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .founder-card {
      width: 150%;
      margin: 30px 0;
  }
}

.galeri {
  height: 20rem;
}

.whatsapp-float{
  position: fixed;
  bottom: 30px; 
  right: 30px; 
  display: flex;
}

.box{
  background-image: linear-gradient(rgb(255, 255, 255),rgb(193, 193, 193))
}

.pesan-cell {
  max-width: 250px;
  white-space: normal;
  word-wrap: break-word;
}

.form-admin{
  background-color: #333333;
}