/* Style the navigation menu */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  padding: 0px 10px ;
}
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}
.langkah h1 {
  text-align: center;
  color: white;
  padding-bottom: 20px;
}
.tujua  {
  color: white;
}
/* Hide the links inside the navigation menu (except for logo/home) */

nav {
  display: none;
}
.visi img {
  width: 70%;
  padding-top: 10px;
}
.content {
  /* background-image: url(/assets/bg\ imge.jpeg); */
  padding: 20px;
  color: white;
}
.content-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  /* gap: 10px; */
}

.content-1 h1,p {
  padding-bottom: 20px;
}
.content {
  background-image: url(../assets/acara2.jpeg);
  background-repeat: repeat;
  background-size: cover;
}
.button,
.button-view {
  margin-top: 10px;
}

.text-misi {
  padding: 10px;
}
.text-misi h4 {
  padding-bottom: 10px;
}
.text-misi .text-1 {
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 20px;
}

button {
  background-color: #3da9fc;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
}

button:hover {
  background-color: #45a049;
}
.visi {
  /* background-color: #04AA6D; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  text-align: center;
  gap: 10px;
  padding-bottom: 20px;
  color: white;
}
.misi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  gap: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.misi h1 {
  text-align: center;
  padding-bottom: 20px;
  color: white;
}
.text-misi {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-misi i {
  color: #4caf50;
  padding-right: 10px;
}
.tujuan {
  text-align: center;
  padding-top: 20px;
}
.section-tujuan {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
section {
  background-color: #f2f2f2;
  margin: 5px;
  width: 40%;
  padding: 20px;
}
section:hover {
  background-image: url(../assets/bg\ imge.jpeg);
}
.langkah {
  /* background-color: #04AA6D; */
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.langkah h2 {
  font-size: larger;
  padding: 5px;
  padding-bottom: 10px;
}
.text {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer {
  padding: 10px;
  margin-top: 20px;
  color: white;
  /* padding: 20px; */
  text-align: center;
  font-size: 16px;
  /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
}

footer .img-footer img {
  /* max-width: 100px; */
  margin: 20px 0;
}

footer .sosmed a,
footer .kontak a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

footer .sosmed a:hover,
footer .kontak a:hover {
  color: #333;
}

footer .kontak iframe {
  border: none;
  width: 100%;
  height: 200px;
  margin: 20px 0;
}

footer h1 {
  padding-top: 10px;
}
footer p {
  font-size: 0.8em;
  margin: 20px 0 0;
  padding: 5px;
}
.pf {
  text-align: center;
  padding: 20px;
}

@media (min-width: 1024px) {
  /* Style the navbar */
  .container {
    padding: 0px 90px;
  }
  nav {
    display: block;
  }
  .hero {
    display: none;
  }

  
  .content {
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url(../assets/image\ \(2\).png);
    background-size: cover;
    /* opacity: 0.5; */
    background-repeat: repeat;
  }
  .content {
    display: flex;
    background-color: #333;
    /* flex-wrap: wrap; */
    flex-direction: column;
    gap: 20px;
    padding: 120px;
  }
  .content-1 {
    /* width: 45%; */
    text-align: center;
    /* display: flex; */
    color: black;
    /* gap: 20px; */
    justify-content: center;
  }
  .content-1 p {
    text-align: center;
    color:#3da9fc;
  }

  .btn-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }
  .visi {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 20px;
    color:#f2f2f2 ;

  }
  .img-visi {
    width: 50%;
  }
  .text-visi {
    width: 50%;
    text-align: left;
    font-size: xx-large;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .text-visi p {
    font-size: x-large;
  }
  .misi h1 {
    color: #f2f2f2;
  }
  .text-misi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  #text-1 {
    width: 48%;
  }
  #text-2 {
    width: 48%;
  }
  #text-3 {
    width: 97%;
  }
  .tujuan {
    margin-top: 50px;
  }
  .section-tujuan {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  section {
    width: 20%;
  }
  footer {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    padding: 10px;
    color: white;
    gap: 40px;
  }
  .footer-1 {
    width: 50%;
    text-align: left;
  }
  .footer-2 {
    width: 50%;
  }
  .sosmed {
    display: flex;
    justify-content: end;
  }
}
