@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

body {
  margin: 0;
  padding: 0;
  align-items: center;
  font-family: 'Arial', sans-serif;
  background-color: #f8f9fa;
}

section {
  margin: 0; 
  background-color: #ffffff; 
  padding-top: 20px;
}

.satu-section {
  margin: 0;
  background-color: #fff;
  padding: 20px;
}

.dua-section {
  margin: 0;
  background-size: cover; 
  padding: 20px;
}

section:last-child {
  border-bottom: none;
}

header, footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;
}

  /* Navbar */  
 .nav-utama {
  display: flex;
  justify-content: center;
  align-items: center;
 }
 
  #mainNav {
    transition: transform 0.5s;
}

#mainNav.hidden {
    transform: translateY(-200%);
}
  
  .navbar-custom {
    position: fixed; 
    top: 0; 
    width: 90%; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    z-index: 1000; 
    height: auto; 
    border-radius: 50px 50px 50px 50px;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #ffffff;
    margin-right: 20px;
    margin-top: 20px;
  }

  .navbar-brand {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
  }
  .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    margin-right: 20px;
  } 

  /* Responsive Nav */
@media (max-width: 992px) {
  .navbar-custom {
    position: fixed; 
    top: 0; 
    width: 80%; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    z-index: 1000; 
    height: auto; 
    border-radius: 30% 30px 30px 30px;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #ffffff;
    margin-right: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .navbar-custom {
    position: fixed; 
    top: 0; 
    width: 80%; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    z-index: 1000; 
    height: auto; 
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffffff;
    margin-right: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .navbar-custom {
    position: fixed; 
    top: 0; 
    width: 95%; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    z-index: 1000; 
    height: auto; 
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    margin-right: 10px;
    margin-top: 10px;
  }
}

/* Custom CSS for Hero Section */
.hero-section {
  background-image: url('/storage/bg/head.jpg');
  height: 600px;
  background-size: cover;
  background-position: center;
  color: #000000;
  padding-top: 70px;
  text-align: left;
  margin-top: 0; /* Remove margin */
}

.hero-heading {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    font-family:var(--body-font);
    font-weight:var(--font-semi-bold)
}

.hero-subheading {
  font-size: 1.3rem;
  margin-bottom: 20 px;
  text-align: left;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
}

.heading-sejarah {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  font-family:var(--body-font);
  font-weight:var(--font-semi-bold)
}

.subheading-sejarah {
    font-size: 1rem;
    margin-bottom: 20 px;
    text-align: left;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
}

.hero-btn {
    font-size: 1rem;
    padding: 10px 30px;
    border-radius: 20px;
    margin-right: 20px;
    text-decoration: none;
}

.hero-image {
    width: 1000px;
    width: 1000px;
}

/* Responsive Hero */
@media (max-width: 992px) {
    .hero-section {
        padding-top: 80px;
    }
    .hero-heading {
        font-size: 2.5rem;
    }
    .hero-subheading {
        font-size: 1.2rem;
    }
    .hero-btn {
        font-size: 1rem;
        padding: 10px 20px;
    }
    .hero-section {
      height: 450px;
}
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
    }
    .hero-heading {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .hero-subheading {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .hero-btn {
        font-size: 0.9rem;
        padding: 8px 16px;
        margin-bottom: 30px;
    }
    .hero-section {
      height: 350px;
    }
    .kolom-hero {
      width: 50%;
      padding-left: 0%;
      padding-right: 0%;
      margin-left: 20px;
    }

    .kolom-hero-img {
      width: 40%;
      padding-left: 0%;
      padding-right: 0%;
    }
}

@media (max-width: 500px) {
    .hero-section {
        padding-top: 100px;
    }
    .hero-heading {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .hero-subheading {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .hero-btn {
        font-size: 0.7rem;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .hero-section {
      height: 350px;
    }

    .kolom-hero {
      width: 50%;
      margin-right:20px;
    }

    .kolom-hero-img {
      width: 40%;
    }

    .heading-sejarah {
      font-size: 1.5rem;
    }
    
    .subheading-sejarah {
        font-size: 0.9rem;
    }
}
 
/* Carousel Logo */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30 px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 500px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 70s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 50px;
  margin-top: 0;
  margin-bottom: 40px;
}

  /* Responsive Logo */
  @media (max-width: 992px) {
    .logos:before,
    .logos:after {
      position: absolute;
      top: 0;
      width: 300px;
      height: 100%;
      content: "";
      z-index: 2;
    }
  }
  
  @media (max-width: 768px) {
    .logos:before,
    .logos:after {
      position: absolute;
      top: 0;
      width: 200px;
      height: 100%;
      content: "";
      z-index: 2;
    }
  }
  
  @media (max-width: 576px) {
    .logos:before,
    .logos:after {
      position: absolute;
      top: 0;
      width: 100px;
      height: 100%;
      content: "";
      z-index: 2;
    }
  }
  

/* Feature */
.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

/* FAQ */
.accordion-button {
  background-color: #007bff; /* Warna latar belakang tombol */
  color: white; /* Warna teks tombol */
  border: none; /* Menghilangkan border */
  padding: 10px; /* Padding tombol */
  font-size: 14px; /* Ukuran teks tombol */
  width: 100%; /* Lebar tombol */
  border-radius: 10px;
  text-align: left;
}
.accordion-button:focus {
  box-shadow: none; /* Menghilangkan efek fokus */
}
.accordion-item {
  margin-bottom: 1px; /* Jarak antar item accordion */
  width: 100%; /* Lebar accordion */
  font-size: 14px;
}
.faq-image {
  width: 300px; /* Lebar gambar */
  height: 300px; /* Tinggi otomatis */
  margin-left: 20px; /* Jarak antara teks dan gambar */
}

/* Responsive FAQ */
@media (max-width: 992px) {
  .faq-image {
    width: 250px;
    height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .faq-image {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .faq-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Footer */
.footer {
  background-color: #007bff;
  padding: 20px 0;
}
.footer a {
  color: #ffffff; /* Warna link */
}
.footer a:hover {
  color: #ffd900;
  text-decoration: none; /* Efek hover */
}
.social-icons a {
  font-size: 2rem; /* Ukuran ikon media sosial */
  margin:15px;
  color: #ffffff; /* Warna ikon media sosial */
}
.social-icons a:hover {
  color: #ffd900; /* Warna hover ikon media sosial */
  text-decoration: none; /* Menghilangkan underline pada hover */
}

/* product */
.fitur-title {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
}
.tier-1 {
  background-color: #007bff; /* Biru */
}
.tier-2 {
  background-color: #28a745; /* Hijau */
}
.tier-3 {
  background-color: #dc3545; /* Merah */
}
.fitur-card {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

/* Tentang Kami */
.founder-card {
  border: none;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.founder-card:hover {
  transform: translateY(-10px);
}
.founder-card img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 20px;
  margin-top: 20px;
}
.founder-card h5 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.founder-card p {
  font-size: 1rem;
  color: #6c757d;
}

/* header tentang kami */
.tentang {
  height: 400px;
  position: relative;

}
.tentang .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  width: 80%;
  text-align: center;
  padding-top: 50px;
}
.tentang .content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.tentang .content p {
  font-size: 1rem;
}

/* Contact */

.contact-card {
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
}
.contact-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.form-container {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Visi dan Misi */
.visi-card, .misi-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: auto;
}

.visi-card:hover, .misi-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.visi-icon, .misi-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.visi-card h5, .misi-card h5 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600  ;
}

/* Post */
.post {
  background-color: #ffffff;
  padding-bottom: 50px;
  margin-top: 90px;
}
.postimg {
  width: 600px;
  height: 350px;
}

@media (max-width: 992px) {
  .postimg {
    width: 350px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .postimg {
    width: 350px;
    height: 200px;
  }
  .post {
    font-size: small;
  }
}

@media (max-width: 576px) {
  .postimg {
    width: 350px;
    height: 200px;
  }
  .post {
    font-size: small;
  }
}

/* Question */
.question-box {
  background-color: #0080ff;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.question-box h5 {
  margin-bottom: 10px;
  color: #ffffff;
}
.question-box p {
  margin-bottom: 15px;
  color: #ffffff;
}
.question-btn   {
    font-size: 1rem;
    padding: 10px 30px;
    border-radius: 20px;
    margin-right: 20px;
    background-color: #f8f9fa;
    color: #333;
}
.question-btn:hover {
  color: #333;
  background-color: #00ff2f;
  text-decoration: none;
}

/* Kumpulan Produk */
.btn-primary {
  border-radius: 20px;
  width: 1000px;
}

.slider-container-prdk {
  position: center;
  margin: 0 auto;
  width: 80%;
  max-width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.slider-track-prdk {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.card-prdk {
  flex: 0 0 30%;
  margin: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  height: 400px;
}

.card-prdk img {
  width: 100%;
  object-fit: cover;
}

.card-prdk h3 {
  margin: 15px 0 5px;
  font-size: 1.2em;
}

.card-prdk p {
  margin: 0 15px 15px;
  color: #555;
}

.slider-prdk-btns {
  position: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
  
.prev-btn-prdk {
  left: 10px;
  margin-right: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(77, 77, 77);
  padding: 5px 30px;
  border-width: 1px;
  border-color: rgb(77, 77, 77);
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.next-btn-prdk {
  left: 10px;
  margin-right: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(77, 77, 77);
  padding: 5px 30px;
  border-width: 1px;
  border-color: rgb(77, 77, 77);  
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.prev-btn-prdk:hover, .next-btn-prdk:hover {
  color: #fff;
  background-color: rgb(0, 0, 255);
}


@media (max-width: 768px) {
  .card-prdk {
      flex: 0 0 45%;
      height: 300px;
  }
}

@media (max-width: 480px) {
  .card-prdk {
      flex: 0 0 90%;
      height: 350px;
  }
}

/* Quotes */
  .blockquote {
    font-size: 1rem;
    margin-top: 20px;
    margin-right: 150px;
    margin-left: 150px;
  }
  @media (max-width: 992px) {
    .blockquote {
      font-size: 1rem;
      margin-top: 20px;
      margin-right: 150px;
      margin-left: 150px;
    }
  }
  
  @media (max-width: 768px) {
    .blockquote {
      font-size: 1rem;
      margin-top: 20px;
      margin-right: 50px;
      margin-left: 50px;
    }
  }
  
  @media (max-width: 576px) {
    .blockquote {
      font-size: 0.8rem;
      margin-top: 20px;
      margin-right: 50px;
      margin-left: 50px;
    }
  }

  /* 404 */
  .error-page {
    min-height: 100vh;
    background: white;
}

.error-container {
    max-width: 600px;
}

.error-code {
    font-size: 12rem;
    font-weight: 900;
    background: linear-gradient(to right, #004cff, rgba(0, 94, 255, 0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: pulse 2s infinite;
}

.error-message {
    color: #252525;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.btn-glass {
    background: rgb(0, 145, 255);
    backdrop-filter: blur(10px);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
}

.btn-glass:hover {
    background: blue;
    color: white;
}
