
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('baja\ ringan.jpeg'); /* Ganti dengan gambar latar belakang */
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}
h2 {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}
p {
    color: #000000;
}

.about{
  margin-bottom: 15px;
}

.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.content img {
    width: 45%;
    border-radius: 5px;
}
.text {
    width: 50%;
    text-align: left;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: red;
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 5px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.slider-container {
    width: 50%;
    max-width: 400px;
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slides img {
  width: 100%; /* Mengurangi ukuran gambar menjadi 50% dari ukuran aslinya */
  height: -300%; /* Menyesuaikan tinggi agar proporsi tetap terjaga */
}
.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}
.prev { left: 10px; }
.next { right: 10px; }
.description {
    color: rgb(0, 0, 0);
    width: 100%; /* Atur lebar sesuai kebutuhan */
    height: 200px; /* Tinggi yang diinginkan, sesuaikan dengan desain */
    overflow-y: auto; /* Scroll vertikal jika konten melebihi ukuran */
    border: 1px solid #000000; /* Menambahkan border agar elemen lebih terlihat */
    padding: 10px; /* Menambahkan ruang di dalam elemen */
    background-color: #000000; /* Warna latar belakang */}
  
    /* Footer */
  .footer {
    background-color: #000000;
    color: rgb(255, 255, 255);
    padding: 40px 20px;
    text-align: left;
    margin-top: 26px;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
  }
  
  .footer-section {
    width: 20%;
    min-width: 200px;
    margin-bottom: 20px;
  }
  
  .footer-logo {
    font-size: 20px;
    font-weight: bold;
  }
  
  .footer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    width: 200px;
  }
  
  .footer-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin-bottom: 8px;
  }
  
  .footer-links a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
  }
  
  .footer-links a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
  }
  
  /* Ikon */
  .footer-icons {
    margin-top: 10px;
    display: flex;
    gap: 10px;
  }
  
  .icon {
    color: rgb(255, 255, 255);
    font-size: 20px;
    transition: 0.3s;
  }
  
  .icon:hover {
    color: #ffffff;
  }
  
  /* Garis pembatas */
  .footer-divider {
    border: 0;
    height: 1px;
    background: #ffffff;
    margin: 20px auto;
    width: 90%;
  }
  
  /* Copyright */
  .footer-copyright {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }

/* HEADER */

.header {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 16px;
  background-color: #000;
}

.header-content {
  display: flex;
  gap: 15px;
}

.logo {
  width: 60px;
  height: auto;
}

.header-content h1 {
  font-size: 18px;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  
}
  
