/* ---------------- ASET ITEM ---------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

body {
  background: #f1f1f1;
}

.baner-home h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.15em;
  color: #ffffff;
}

h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.15em;
  color: #ffffff;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.15em;
  justify-content: center;
  display: flex;
}

h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-family: 'inter', sans-serif;
  padding-bottom: 10px;
}

h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: 'inter', sans-serif;
}

.tombol2 button {
  width: 160px;
  height: 40px;
  background: #5272ff;
  border-radius: 5px;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-family: 'inter', sans-serif;
}

.container {
  padding-right: 100px;
  padding-left: 100px;
  width: 100%;
}

header {
  width: 100%;
}

/* ---------------- Bagian Awal Navbar ---------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 28px 60px;
  transition: 0.5s ease;
  background-color: black;
  height: 80px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.navbar .logo img {
  width: 60px;
  height: 60px;
}

.navigasi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.navigation-items {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

header .navigation-items a {
  color: #5ce1e6;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
  line-height: 24px;
  font-style: normal;
}

header .navigation-items a:hover {
  color: white;
}

.iconmenu {
  display: none;
}

.navbar .container-tombol {
  display: flex;
  gap: 10px;
}

.navbar .container-tombol .tombol-bahasa:hover {
  background-color: #ffffff47;
}

.navbar .container-tombol .tombol-bahasa {
  width: 100px;
  height: 36px;
  border: 1px solid #5ce1e6;
  color: #5ce1e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* ---------------- Bagian Akhir Navbar ---------------- */

/* ---------------- Bagian Awal Baner Home ---------------- */
.baner-home {
  background-image: url(/asset/image/background.png);
  background-size: cover;
  height: 600px;
}
/* ---------------- Bagian Akhir Baner Home ---------------- */

/* ---------------- Bagian Awal Baner Home dan About ---------------- */
.Bagian-team {
  margin-top: -350px;
  padding-bottom: 110px;
}
.Bagian-team .tulisan {
  background: #f1f1f1;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.Bagian-team .about p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 20px 30px 0 30px;
}
/* ----------------- */

.Bagian-team .team-kolom1,
.Bagian-team .team-kolom2 {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}

.Bagian-team .orang1 {
  width: 100%;
  height: 700px;
  background: #f1f1f1;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  padding: 20px;
}

.Bagian-team .foto {
  padding-top: 10px;
}

.Bagian-team .foto img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

/* ---------------- Bagian Awal Footer ---------------- */
.bagian-footer {
  color: white;
  background-color: black;
}

.bagian-footer .logo img {
  width: 150px;
  height: 150px;
}

/* ------------------------------------------ */
.bagian-footer .container-footer {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  padding: 50px;
  align-items: center;
}

.bagian-footer .container-footer2 {
  display: flex;
  gap: 40px;
}

.icon-sosmed:hover {
  transform: scale(0.9);
}
/* ------------------------------------------ */

.bagian-footer .container-footer {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  padding: 50px;
}

.bagian-footer .garis {
  width: 100%;
  height: 0.5px;
  background-color: white;
}

.bagian-footer .bagian-bawah {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}

.bagian-footer .logo-sosmed {
  display: flex;
  gap: 15px;
}

.bagian-footer .logo-sosmed .fb,
.bagian-footer .logo-sosmed .linkend {
  cursor: pointer;
}
/* ---------------- Bagian Akhir Footer ---------------- */

/* ---------------- Bagian Responsiv HP 500PX ---------------- */
@media (max-width: 500px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  h1 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }

  h2 {
    font-size: 16px;
  }
  /* -------------------- */
  .navbar {
    display: flex;
    height: 60px;
    padding: 0;
  }

  .navigasi {
    justify-content: space-between;
  }

  .navigation-items {
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: black;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    gap: 10px;
    padding: 20px 0;
  }

  .navbar .navigasi img {
    transform: scale(0.8);
  }

  .navigation-items.menu-active {
    opacity: 1;
  }

  .iconmenu {
    display: inline-block;
    cursor: pointer;
  }

  .iconmenu:hover {
    transform: scale(1.1);
  }

  /* ------------------Awal Team------------------ */

  .Bagian-team .tulisan {
    padding: 20px;
  }
  .Bagian-team .about p {
    letter-spacing: normal;
    padding: 0;
    font-size: 14px;
  }
  .Bagian-team .team-kolom1,
  .Bagian-team .team-kolom2 {
    flex-direction: column;
  }

  .Bagian-team .orang1 {
    box-shadow: none;
  }
  /* ------------------Akhir Team------------------ */

  /* ---------------- Bagian Awal Footer ---------------- */
  .bagian-footer .container-footer {
    flex-direction: column;
    text-align: center;
  }

  .bagian-footer .container-footer2 {
    flex-direction: column;
  }
  /* ---------------- Bagian Akhir Footer ---------------- */
}