* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif; /* Font Roboto sebagai default */
  background: white;
  min-height: 100vh;
}

.main-container {
  display: flex;
  flex-direction: column;
}

.logo-container {
  padding-inline: 10%;
  min-height: 10vh;
  display: flex;
  align-items: center;
}

.logo-container img {
  height: 50px;
  width: auto;
}

.home-container {
  padding-inline: 10%;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-container img {
  height: 50px;
  width: auto;
}

.content-home {
  display: flex;
  justify-content: space-between;
  margin-block: 2rem;
  gap: 3rem;
}

.left-home-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-home-container h1 {
  font-size: 3.5rem;
  max-width: 70%;
  font-weight: 900; /* Ubah menjadi Roboto Black */
  color: #0d51fe;
}

.left-home-container p {
  font-size: 1.2rem;
  margin-block: 1rem;
  color: #5c5c5c;
  max-width: 90%;
}

.btn-primary {
  padding: 1rem 2rem;
  border: 2.5px solid #0d51fe;
  background-color: #0d51fe;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: white;
  border: 2.5px solid #0d51fe;
  color: #0d51fe;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}

.right-home-container {
  width: 30%;
}

.right-home-container img {
  width: 100%;
  height: auto;
}

.our-client {
  background-color: #0d51fe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 10%;
  padding-block: 1.5rem;
}

.our-client h1 {
  color: white;
  font-size: 1.5rem;
  margin-block: 1rem;
  text-align: center;
}

.our-client p {
  color: white;
  font-size: 1.2rem;
  margin-block: 1rem;
  text-align: center;
}

.card-client {
  background-color:yellow;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
}

.card-client img {
  width: 130px;
  height: 80px;
  margin-right: 1rem;
}

.card-client p {
  color: black;
  font-size: 1rem;
  margin: 0;
  text-align: start;
}

.sosmed-client {
  display: flex;
}

.sosmed-client img {
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

.our-client h3 {
  color: white;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.img-client-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.img-client-logo img {
  width: auto;
  height: 50px;
}

/* PROFILE */
.profile-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  min-height: 100vh;
  padding-inline: 10%;
}

.left-profile-container {
  width: 40%;
  display: flex;
}

.left-profile-container img {
  width: 100%;
  height: auto;
}

.right-profile-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.right-profile-container h1 {
  font-size: 2rem;
}

.right-profile-container h3 {
  font-size: 1rem;
  margin-top: 1rem;
  color: #5c5c5c;
}

.right-profile-container p {
  font-size: 1rem;
  margin-block: 1rem;
  color: #5c5c5c;
  text-align: right;
  margin-bottom: 3rem;
}

.card-profile {
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 2px solid #0d51fe;
  border-radius: 10px;
  width: 100%;
  align-items: end;
  padding: 1rem;
  margin-bottom: 2rem;
}

.card-profile h1 {
  font-size: 1.5rem;
  color: #0d51fe;
}

.card-profile p {
  font-size: 1rem;
  color: #5c5c5c;
  margin-block: 0;
}

.sosmed-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.card-sosmed {
  display: flex;
  background-color: #0d51fe;
  border-radius: 10px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  margin-block: 1rem;
}

.card-sosmed img {
  width: 25px;
  height: 25px;
}

.card-sosmed p {
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  margin-block: 0;
  margin-left: 5px;
}

/* VIDEO */

.video-container {
  padding-inline: 10%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin-block: 5rem;
}

.video-container h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.video-container iframe {
  width: 100%;
  height: 800px;
}

.video-container p {
  font-size: 1.2rem;
  margin-block: 1rem;
  color: #5c5c5c;
  text-align: center;
}

.product-container {
  display: flex;
  flex-direction: column;
}

.product-container h1 {
  background-color: #0d51fe;
  color: white;
  font-size: 2rem;
  padding-block: 0.8rem;
  text-align: center;
  margin-block: 3rem;
}

.product-container h3 {
  padding-inline: 10%;
  font-size: 1.5rem;
  
}

.daftar-product {
  display: flex;
  padding-inline: 10%;
  margin-block: 2rem;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-product {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  max-width: 500px;
  min-width: 265px;
  flex: 1;
}

.card-product img {
  width: 100%;
  border-radius: 20px 20px 0 0 ;
  display: flex;
}

.deskripsi-product { 
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.deskripsi-product p {
  margin-bottom: 5px;
}

.deskripsi-product h2 {
  font-size: 1.3rem;
}

.footer {
  background-color: #0d51fe;
  padding-inline: 10%;
  padding-bottom: 2rem;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem
}

.right-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: end;
}

.right-footer p {
  color: white;
  margin-block: 0;
}


.this-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}






@media screen and (max-width: 850px) {
  
  .home-container {
    padding-inline: 5%;
  }

  .logo-container {
    padding-inline: 5%;
  }

  .content-home {
    flex-direction: column-reverse;
  }

  .left-home-container {
    width: 100%;
    text-align: center;
  }

  .left-home-container h1 {
    font-size: 1.8rem;
    max-width: 100%;
  }

  .left-home-container p {
    font-size: 1rem;
    max-width: 100%;
  }

  .right-home-container {
    width: 100%;
    text-align: center;
  }

  .right-home-container img {
    width: 80%;
    margin-block: -2rem;
  }

  .our-client {
    padding-inline: 5%;
  }

  .our-client p {
    font-size: 1rem;
  }

  .img-client-logo {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .profile-container {
    padding-inline: 5%;
    flex-direction: column;
  }

  .left-profile-container {
    height: 100%;
    width: 100%;
    text-align: center;
  }
  
  .right-profile-container {
    height: 100%;
    width: 100%;
    align-items: center;
  }

  .right-profile-container h1 {
    font-size: 1.5rem;
    text-align: center;
  }

  .right-profile-container p {
    font-size: 1rem;
    text-align: center;
  }

  .card-profile {
    align-items: center;
  }

  .card-profile h1 {
    font-size: 1.2rem;
  }

  .card-profile p { 
    font-size: 0.8rem;
  }

  .sosmed-container {
    gap: 1rem;
  }

  .sosmed-container p {
    display: none;
  }

  .video-container {
    padding-inline: 5%;
  }

  .video-container h1 {
    font-size:1.5rem ;
    text-align: center;
  }

  .video-container iframe {
    height: 270px;
  }

  .product-container h1 {
    font-size: 1.5rem;
    padding-block: 0.5rem;
  }

  .daftar-product {
    padding-inline: 5%;
    flex-wrap: wrap;
  }

  .card-product {
    width: 100%;
  }

  .this-footer {
    flex-direction: column;
  }

  .footer {
    padding-inline: 5%;
  }






}
