html {
  scroll-behavior: smooth;
  font-family: Arial;
}

#home_section {
  position: absolute;
  top: 900px;
}

.title_container {
  max-width: fit-content;
  width: 100%;
  height: 35px;
  background: aliceblue;
  padding: 15px 50px;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.title {
  left: 15px;
  font-size: 30px;
  width: 100%;
}

.header_container {
  position: absolute;
  gap: 20px;
  width: 40%;
  top: 8px;
  left: 830px;
  height: 35px;
  padding: 15px;
}

.header {
  width: auto;
  height: 10%;
  padding: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.active {
  background-color: rgb(13, 1, 43);
  color: white;
  padding: 23px;
}

.header_button {
  background: rgb(38, 3, 125); 
  color:#FDDA0D;
  padding: 23px;
}

.header_button:hover {
  background-color: rgb(19, 2, 62);
}

#top {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 11;
  font-size: large;
  border: none;
  outline: none;
  background-color: #FDDA0D;
  color: rgb(5, 14, 178);
  cursor: pointer;
  padding: 10px 10px;
  border-radius: 20%;
}

#top:hover {
  background-color: #a78e00;
  color: rgb(29, 39, 231);
}

.background_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo_image {
  position: absolute;
  top: 90px;
  left: 25px;
  width: 42%;
  height: auto;
}

.button_container {
  margin-top: -145px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button_daftar, .button_semak {
  background-color: #2e00a4;
  border-radius: 50px;
  padding: 20px;
  width: 20%;
  font-size: large;
  text-align: center;
  color: white;
}

.button_daftar:hover, .button_semak:hover {
  background-color: #190351;
}

.whitebg {
  width: auto;
  height: auto;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  background: white;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.info {
  margin-left: 100px;
  margin-right: 100px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  width: 91%;
}

.line1 {
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background: grey;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

.contact_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}

th {
  border: 3px solid #000;
  background-color: #cdcdcd;
  padding: 10px 12px;
  text-align: center;
  width: auto;
}

td {
  border: 3px solid #000;
  background-color: #f2f2f2;
  padding: 10px 12px;
  text-align: center;
}

/* .phone, .email {
  width: 40px;
  height: 40px;
} */

@media screen and (max-width: 768px) {
  .title_container {
      padding: 10px;
  }

  .header_button {
      padding: 10px;
      font-size: 16px;
  }

  .active {
      padding: 10px;
      font-size: 16px;
  }

  .logo_image {
      width: 80%;
      margin: 20px auto;
  }

  .button_container {
      padding: 10px;
  }

  .button_daftar, .button_semak {
      width: 90%;
      font-size: 20px;
  }
}

/* Media Queries for Responsiveness */
@media screen and (max-width: 1200px) {
  .title_container {
      width: 70%;  /* Reduce width for smaller screens */
  }

  .header_container {
      left: 70%;  /* Adjust the position for smaller screens */
      width: 30%;  /* Reduce width for smaller screens */
  }

  .header_button {
        padding: 15px;  /* Reduce padding for smaller screens */
  }

  .active_button {
    padding: 15px;
  }

  .logo_image {
      width: 50%;  /* Make logo smaller on small screens */
      height: auto;
  }

  .button_container {
    padding: 10px;
  }

  .button_daftar, .button_semak {
      width: 75%;
      font-size: 20px;
  }
}
