body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.container1au {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 66vh;
  width: 100%;
  position: relative;
}

.logoau {
  width: 100px;
  height: auto;
}

.background-gambar {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.judulau {
  font-family: 'Nexa-ExtraBold', sans-serif;
  color: white;
  font-size: 6vw;
  margin-top: 20px;
}

.container2au {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 74.1%;
  transform: translateY(-50%);
}

.gridau {
  position: relative;
  width: 280px;
  height: 150px;
  text-align: center;
  margin-right: -0px;
  margin-bottom: 3vh;
  float: left;
  overflow: hidden;
}

.gridau img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  contain: layout;
  z-index: 1;
  border: 1px solid rgb(87, 87, 87);
}

.gridau .logo-perusahaan {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: auto;
  z-index: 1;
  border: 0px;
}

.nama-perusahaanau {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  color: white;
  font-size: 16px;
  z-index: 2;
}

.container1au2 {
  text-align: center;
  margin-top: 15%;
  font-family: 'Nexa-ExtraBold', sans-serif;
  font-size: 30px;
}

.judulau2 {
  color: rgb(0, 0, 0);
}

.container2au2 {
  text-align: justify;
  margin-top: 20px;
}

.container2au2 p {
  color: rgb(0, 0, 0);
  margin: 0 auto;
  max-width: 60%;
  margin-bottom: 20px;
  font-family: 'NexaText', sans-serif;
}


.roadmapau {
  width: 100%;
  height: auto;
  position: relative;
  display: absolute;
  justify-content: center;
  align-items: center;
}

.roadmapau img {
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.container1au3 {
  background-image: url('/assets/img/aboutus/manajemen1.jpg');
  width: 100%;
  height: 50vw;
  position: relative;
  background-size: cover;
  background-position: center; 
  
}

.judulau3 {
  position: absolute;
  top: 70%;
  left: 50%;
  color: white;
  text-align: center;
}

.judulau3 h1 {
  color: black;
  font-size: 2.5vw;
  margin-bottom: 0.5vw;
  font-family: 'Nexa-ExtraBold', sans-serif;
  text-align: right;
  width: 95%;
}

.judulau3 p {
  color: black;
  font-size: 1.2vw;
  text-align: right;
  width: 95%;
}

.container2au3 {
  background-image: url('/assets/img/aboutus/manajemen2.jpg');
  width: 100%;
  height: 50vw;
  position: relative;
  background-size: cover; 
  background-position: center;
  margin-bottom: 10%;
}

.judul2au3 {
  position: absolute;
  top: 78%;
  left: 36%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.judul2au3 h1 {
  color: black;
  font-family: 'Nexa-ExtraBold', sans-serif;
  font-size: 2.5vw;
  text-align: left;
  width: 60%;
}

.judul2au3 p {
  color: black;
  font-size: 1.2vw;
  text-align: left;
  width: 75%;
}

/* CSS untuk container1 */
.container1au4 {
  position: relative;
  width: 40%;
  margin-left: 5%;
  margin-top: 20%;
  transform: translateY(-50%);
}

.container1au4 img {
  max-width: 100%;
  height: auto;
}

.container2au4 {
  position: relative;
  width: 45%;
  margin-right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.container2au4 h2 {
  font-size: 36px;
  text-align: right;
  font-family: 'Nexa-ExtraBold', sans-serif;
}

.container2au4 p {
  margin-top: 20px;
  font-size: 18px;
  text-align: right;
}

.flex-containerau4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container1au5 {
  width: 100%;
  margin-top: -7%;
}

.container1au5 img {
  width: 100%;
  height: auto;
}

.container2au5 {
  position: relative;
  width: 40%;
  margin-left: 5%;
  top: -21vw;
  color: white;
  margin-bottom: -8%;
}

.container2au5 h2 {
  font-family: 'Nexa-ExtraBold', sans-serif;
  margin: 0;
  font-size: 3vw;
  margin-bottom: 15px;
}

.container2au5 p {
  margin: 0;
  font-size: 1.2vw;
  width: 110%;
}

.container2au6 {
  position: relative;
  width: 40%;
  margin-left: 5%;
  top: -75vw;
  color: rgb(0, 0, 0);
  margin-bottom: -8%;
}

.container2au6 h2 {
  font-family: 'Nexa-ExtraBold', sans-serif;
  margin: 0;
  font-size: 3vw;
  margin-bottom: 10px;
  width: 200%;
}

.container2au6 p {
  margin: 0;
  font-size: 1.2vw;
  width: 110%;
}

@media (max-width: 640px) {
  .container2au2 {
    text-align: justify;
    margin-top: 20px;
  }
  
  .container2au2 p {
    max-width: 100%;
    font-size: 10px;
  }
  
  
  .container2au2 p {
    color: rgb(0, 0, 0);
    margin: 0 auto;        
    font-size: 4vw;
    max-width: 80%;
    margin-bottom: 20px;
    font-family: 'NexaText', sans-serif;
  }
  
  
  .roadmapau {
    width: 100%;
    height: 100vh;
    display: none;
    margin-bottom: -50%;
    position: relative;
    display: absolute;
    justify-content: center;
    align-items: center;
  }
  
  .roadmapau img {
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  
  .roadmapau2 {
    width: 100%;
    height: 100vh;
    margin-bottom: 50%;
    /* display: none; */
    position: relative;
    display: absolute;
    justify-content: center;
    align-items: center;
  }
  
  .roadmapau2 img {
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  .roadmapau3 {
    width: 100%;
    height: auto;
    position: relative;
    display: absolute;
    justify-content: center;
    align-items: center;
  }
  
  .roadmapau3 img {
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  }

  @media (min-width: 576px) and (max-width: 768px){
    .container2au {
      display: none;
    }
    .container2au2 p {
      max-width: 70%;
    }
    .roadmapau {
      display: none;
      width: 100%;
      height: 100%;
      margin-bottom: 40%;
      position: relative;
      display: absolute;
      justify-content: center;
      align-items: center;
    }
    
    .roadmapau img {
      max-width: 100%;
      justify-content: center;
      align-items: center;
    }
    
    .roadmapau3 img {
      /* max-width: 100%; */
      justify-content: center;
      align-items: center;
    }
  }
  @media (min-width: 769px) and (max-width: 1024px){
    .roadmapau {
      display: none;
    }
  }


  @media (max-width: 1024px) {
  /* css untuk about us mobile */
  .container1au3 {
    position: relative;
    background-image: none;
    padding: 3vh 3vw;
    width: 100%; /* Memastikan container mengambil seluruh lebar layar */
    height: auto;
    box-sizing: border-box;
    text-align: center; /* Agar gambar dan teks berada di tengah */
}

.container1au3 img {
    width: 94vw; /* Lebar gambar lebih kecil dari lebar container untuk memberikan ruang */
    max-width: 100%; /* Pastikan gambar tidak melebar lebih dari container */
    margin: 0 auto; /* Gambar berada di tengah dengan margin otomatis */
    height: auto;
    display: block; /* Membuat gambar menjadi elemen blok untuk text-center */
}

.judulau3 {
    position: absolute;
    top: 75%; /* Teks berada di tengah-tengah container gambar */
    left: 50%; /* Pusatkan secara horizontal */
    transform: translate(-50%, -50%); /* Menyelaraskan teks secara sempurna di tengah */
    color: white;
    font-weight: bold;
    text-align: center;
    width: 80%; /* Memberikan batas lebar untuk teks */
}

.judulau3 h1 {
    color: black;
    font-size: 6vw;
    font-family: 'Nexa-ExtraBold', sans-serif;
    text-align: center;
    margin-bottom: 10px; /* Berikan jarak antara judul dan paragraf */
}

.judulau3 p {
    color: black;
    font-size: 3vw;
    font-weight: 400;
    text-align: justify;
    margin: 0 auto;
    width: 100%; /* Atur lebar paragraf agar tidak terlalu lebar */
    padding: 0 5%;
}

  
.container2au3 {
  position: relative;
  background-image: none;
  padding: 0 3vw;
  width: 100%; /* Memastikan container mengambil seluruh lebar layar */
  height: auto;
  box-sizing: border-box;
  text-align: center; /* Agar gambar dan teks berada di tengah */
}

.container2au3 img {
  width: 94vw; /* Lebar gambar lebih kecil dari lebar container untuk memberikan ruang */
  max-width: 100%; /* Pastikan gambar tidak melebar lebih dari container */
  margin: 0 auto; 
  height: auto;
  display: block;
}

.judul2au3 {
  position: absolute;
  top: 65%; /* Teks berada di tengah-tengah container gambar */
  left: 50%; /* Pusatkan secara horizontal */
  transform: translate(-50%, -50%); /* Menyelaraskan teks secara sempurna di tengah */
  color: white;
  font-weight: bold;
  text-align: center;
  width: 80%; /* Memberikan batas lebar untuk teks */
}

.judul2au3 h1 {
  color: black;
  width: 100%;
  font-size: 6vw;
  font-family: 'Nexa-ExtraBold', sans-serif;
  text-align: center;
  margin-bottom: 10px; /* Berikan jarak antara judul dan paragraf */
}

.judul2au3 p {
  color: black;
  font-size: 3vw;
  font-weight: 400;
  text-align: justify;
  margin: 0 auto;
  width: 100%; /* Atur lebar paragraf agar tidak terlalu lebar */
  padding: 0 5%;
}
.roadmapau2 {
  display: none;
}

.container2au4 {
  position: relative;
  top: 0;
  background-image: none;
  padding: 0 3vw;
  margin-bottom: 2vw;
  width: 100%; /* Memastikan container mengambil seluruh lebar layar */
  height: auto;
  box-sizing: border-box;
  text-align: center; 
  transform: translateY(0%);
}

.container2au4 img {
  width: 94vw; /* Lebar gambar lebih kecil dari lebar container untuk memberikan ruang */
  max-width: 100%; /* Pastikan gambar tidak melebar lebih dari container */
  margin: 0 auto; /* Gambar berada di tengah dengan margin otomatis */
  height: auto;
  display: block; /* Membuat gambar menjadi elemen blok untuk text-center */
}

.judul2au4 {
  position: absolute;
  top: 75%; /* Teks berada di tengah-tengah container gambar */
  left: 50%; /* Pusatkan secara horizontal */
  transform: translate(-50%, -50%); /* Menyelaraskan teks secara sempurna di tengah */
  color: white;
  font-weight: bold;
  text-align: center;
  width: 80%; /* Memberikan batas lebar untuk teks */
}

.judul2au4 h1 {
  color: black;
  width: 100%;
  font-size: 6vw;
  font-family: 'Nexa-ExtraBold', sans-serif;
  text-align: center;
  margin-bottom: 10px; /* Berikan jarak antara judul dan paragraf */
}

.judul2au4 p {
  color: black;
  font-size: 3vw;
  font-weight: 400;
  text-align: justify;
  margin: 0 auto;
  width: 100%; /* Atur lebar paragraf agar tidak terlalu lebar */
  padding: 0 5%;
}

.container2au5 {
  position: relative;
  top: 0;
  margin: 0;
  background-image: none;
  padding: 0 3vw;
  width: 100%; /* Memastikan container mengambil seluruh lebar layar */
  height: auto;
  box-sizing: border-box;
  text-align: center; /* Agar gambar dan teks berada di tengah */
}

.container2au5 img {
  width: 94vw; /* Lebar gambar lebih kecil dari lebar container untuk memberikan ruang */
  max-width: 100%; /* Pastikan gambar tidak melebar lebih dari container */
  margin: 0 auto; /* Gambar berada di tengah dengan margin otomatis */
  height: auto;
  display: block; /* Membuat gambar menjadi elemen blok untuk text-center */
}

.judul2au5 {
  position: absolute;
  top: 68%; /* Teks berada di tengah-tengah container gambar */
  left: 50%; /* Pusatkan secara horizontal */
  transform: translate(-50%, -50%); /* Menyelaraskan teks secara sempurna di tengah */
  color: white;
  font-weight: bold;
  text-align: center;
  width: 80%; /* Memberikan batas lebar untuk teks */
}

.judul2au5 h1 {
  color: black;
  width: 100%;
  font-size: 6vw;
  font-family: 'Nexa-ExtraBold', sans-serif;
  text-align: center;
  margin-bottom: 10px; /* Berikan jarak antara judul dan paragraf */
}

.judul2au5 p {
  color: black;
  font-size: 3vw;
  font-weight: 400;
  text-align: justify;
  margin: 0 auto;
  width: 100%; /* Atur lebar paragraf agar tidak terlalu lebar */
  padding: 0 5%;
}

.container2au6 {
  position: relative;
  top: 5vh;
  margin: 0;
  background-image: none;
  padding: 0 3vw;
  width: 100%; /* Memastikan container mengambil seluruh lebar layar */
  height: auto;
  box-sizing: border-box;
  text-align: center; /* Agar gambar dan teks berada di tengah */
}

.container2au6 img {
  width: 94vw; /* Lebar gambar lebih kecil dari lebar container untuk memberikan ruang */
  max-width: 100%; /* Pastikan gambar tidak melebar lebih dari container */
  margin: 0 auto; /* Gambar berada di tengah dengan margin otomatis */
  height: auto;
  display: block; /* Membuat gambar menjadi elemen blok untuk text-center */
}

.judul2au6 {
  position: absolute;
  top: 75%; /* Teks berada di tengah-tengah container gambar */
  left: 50%; /* Pusatkan secara horizontal */
  transform: translate(-50%, -50%); /* Menyelaraskan teks secara sempurna di tengah */
  color: white;
  font-weight: bold;
  text-align: center;
  width: 80%; /* Memberikan batas lebar untuk teks */
}

.judul2au6 h1 {
  color: black;
  width: 100%;
  font-size: 6vw;
  font-family: 'Nexa-ExtraBold', sans-serif;
  text-align: center;
  margin-bottom: 10px; /* Berikan jarak antara judul dan paragraf */
}

.judul2au6 p {
  color: black;
  font-size: 3vw;
  font-weight: 400;
  text-align: justify;
  margin: 0 auto;
  width: 100%; /* Atur lebar paragraf agar tidak terlalu lebar */
  padding: 0 5%;
}

.container2au7 {
  position: relative;
  top: 5vh;
  margin: 0;
  background-image: none;
  padding: 0 3vw;
  width: 100%; /* Memastikan container mengambil seluruh lebar layar */
  height: auto;
  box-sizing: border-box;
  text-align: center; /* Agar gambar dan teks berada di tengah */
}

.container2au7 img {
  width: 94vw; /* Lebar gambar lebih kecil dari lebar container untuk memberikan ruang */
  max-width: 100%; /* Pastikan gambar tidak melebar lebih dari container */
  margin: 0 auto; /* Gambar berada di tengah dengan margin otomatis */
  height: auto;
  display: block; /* Membuat gambar menjadi elemen blok untuk text-center */
}

.judul2au7 {
  position: absolute;
  top: 75%; /* Teks berada di tengah-tengah container gambar */
  left: 50%; /* Pusatkan secara horizontal */
  transform: translate(-50%, -50%); /* Menyelaraskan teks secara sempurna di tengah */
  color: white;
  font-weight: bold;
  text-align: center;
  width: 80%; /* Memberikan batas lebar untuk teks */
}

.judul2au7 h1 {
  color: black;
  width: 100%;
  font-size: 6vw;
  font-family: 'Nexa-ExtraBold', sans-serif;
  text-align: center;
  margin-bottom: 10px; /* Berikan jarak antara judul dan paragraf */
}

.judul2au7 p {
  color: black;
  font-size: 3vw;
  font-weight: 400;
  text-align: justify;
  margin: 0 auto;
  width: 100%; /* Atur lebar paragraf agar tidak terlalu lebar */
}
/* css untuk about us mobile abis*/
  }


  @media (min-width: 769px) and (max-width: 1024px){
    .container2au2 p{
    max-width: 70%;
    font-size: 2vw;
    }
  }