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

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

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

h2 {
  font-weight: 500;
  font-size: 20px;
  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 ---------------- */
.bagian-baner {
  background-image: url(asset/image/background.png);
  background-size: cover;
  height: 600px;
  margin-top: 80px;
}

.bagian-baner .background-black {
  background: rgba(0, 0, 0, 0.4);
  height: 440px;
  width: 100%;
  padding: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 160px;
  justify-content: center;
}

.bagian-baner .container-tulisan {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bagian-baner .container-tulisan p {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.bagian-baner .tombol {
  width: 100%;
  justify-content: center;
  display: flex;
}

.bagian-baner .border {
  border: 1px solid #5ce1e6;
  height: 50px;
  width: 250px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #5ce1e6;
}

.bagian-baner .border:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
/* ---------------- Bagian Akhir Baner ---------------- */

/* ---------------- Bagian Awal Logo Client ---------------- */
.bagian-client {
  padding-top: 40px;
}

.bagian-client .container-client {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.bagian-client .logo-kolom1,
.bagian-client .logo-kolom2 {
  text-align: center;
  display: flex;
  gap: 20px;
  align-items: center;
}
.bagian-client img {
  height: 80px;
}
/* ---------------- Bagian Akhir Logo Client ---------------- */

/* ---------------- Bagian Awal About ---------------- */
.bagian-about {
  padding-top: 40px;
}

.bagian-about .bg-black {
  background: rgba(0, 0, 0, 0.4);
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
}

.bagian-about .about {
  background-image: url(asset/image/about.png);
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
}

.bagian-about .about .tulisan {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
  gap: 40px;
}
/* ---------------- Bagian Akhir About ---------------- */

/* ---------------- Bagian Awal Service---------------- */
.bagian-service {
  padding-top: 40px;
}

.bagian-service .container-service {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.bagian-service .kolom1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 55px;
}

/* ---------------- Bagian Akhir Service---------------- */

/* ---------------- Bagian Awal Portfolio ---------------- */
.bagian-portfolio {
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #000000 60%, #000000 100%);
  height: 480px;
}

.bagian-portfolio .bungkusan-kotak-porto {
  background: #f4f4f4;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.bagian-portfolio h2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bagian-portfolio .slide-content {
  margin: 0 40px;
  overflow: hidden;
  padding: 25px;
}

.bagian-portfolio .image-content {
  position: relative;
  row-gap: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bagian-portfolio .card {
  display: flex;
  gap: 20px;
}

.bagian-portfolio .card-image {
  position: relative;
  width: 420px;
  height: 280px;
  border-radius: 50%;
  background: #fff;
}
.bagian-portfolio .card-img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.bagian-portfolio .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bagian-portfolio .isi-content {
  flex-direction: column;
  display: flex;
  align-items: start;
}

.bagian-portfolio p {
  padding-top: 10px;
}

.bagian-portfolio .tombol2 {
  display: flex;
  justify-content: center;
}

.swiper-navBtn {
  color: #6e93f7;
  transition: color 0.3s ease;
  padding: 110px;
}
.swiper-navBtn:hover {
  color: #4070f4;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}

/* ---------------- Bagian Akhir Portfolio ---------------- */

/* ---------------- Bagian Awal Contact Us ---------------- */
.bagian-contact h2 {
  padding-top: 40px;
}
.bagian-contact .container-contact {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 40px;
}

.bagian-contact iframe {
  width: 500px;
  height: 400px;
}
/* ---------------- Bagian Akhir Contact Us ---------------- */

/* ---------------- 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: 0px 0;
  }

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

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

  .navbar .container-tombol {
    transform: scale(0.7);
  }

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

  .iconmenu:hover {
    transform: scale(1.1);
  }
  /* ---------------- Bagian Awal Baner ---------------- */
  .bagian-baner .background-black {
    padding: 10px;
  }

  .bagian-baner .container-tulisan {
    transform: scale(0.9);
  }

  .bagian-baner .container-tulisan p {
    font-size: 14px;
    padding-top: 20px;
  }

  .baner-dan-about .about {
    padding-top: 180px;
  }
  /* ---------------- Bagian Akhir Baner ---------------- */

  /* ---------------- Bagian Awal Client---------------- */
  .bagian-client .container-client {
    display: block;
    transform: scale(0.7);
  }
  /* ---------------- Bagian Akhir Client---------------- */

  /* ---------------- Bagian Awal About---------------- */
  .bagian-about .about .tulisan {
    padding: unset;
    gap: unset;
  }

  .bagian-about .about-paragraf {
    font-size: 14px;
    padding-bottom: 20px;
  }
  /* ---------------- Bagian Akhir About---------------- */

  /* ---------------- Bagian Awal Service---------------- */
  .bagian-service .container-service {
    flex-direction: column-reverse;
  }

  .bagian-service .kolom1 {
    font-size: 14px;
    line-height: 30px;
  }

  .bagian-service .kolom2 img {
    width: 370px;
    height: 350px;
  }

  .bagian-service .about-paragraf {
  }
  /* ---------------- Bagian Akhir Service---------------- */

  /* ---------------- Bagian Awal Portfolio ---------------- */
  .bagian-portfolio {
    height: 720px;
  }

  .bagian-portfolio .card {
    flex-direction: column;
  }

  .bagian-portfolio .card-image {
    width: auto;
    height: auto;
  }

  .bagian-portfolio .tombol2 {
    padding-top: 20px;
  }

  .bagian-portfolio p {
    text-align: center;
    font-size: 14px;
  }

  .swiper-navBtn {
    padding: 30px;
  }
  /* ---------------- Bagian Akhir Portfolio ---------------- */

  /* ---------------- Bagian Awal Contact ---------------- */
  .bagian-contact h2 {
    padding-top: 20px;
  }

  .bagian-contact .kolom2 {
    overflow: hidden;
    justify-content: center;
    display: flex;
  }

  .bagian-contact .map {
    transform: scale(0.7);
  }

  .bagian-contact .container-contact {
    padding: 0px;
  }
  /* ---------------- Bagian Akhir Contact ---------------- */

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