@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800&display=swap");
@import url("navigation.css");

html,
body {
  /* background-color: rgb(74, 74, 215); */
  background-color: azure;
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.selengkapnya {
  display: flex;
  justify-content: center;
}

.tengah {
  display: flex;
  justify-content: center;
}

.tengah h2 {
  color: red;
}

.card-container {
  display: grid;
  /* border: 1px solid red; */
  grid-template-columns: repeat(auto-fit, 150px);
  gap: 15px;
  padding: 20px;
  justify-content: center;
}

.card-container-lama {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 16px;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); */
  /* margin: 50px; */
  /* padding: 50px; */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.card {
  width: 150px;
  background-color: #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 10px;
  max-height: 200px;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.cardv {
  width: 150px;
  background-color: #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 10px;
  max-height: 200px;
}

.cardv video {
  width: 100%;
  height: 200px;
  object-fit: fill;
  object-position: center;
}

header {
  height: 100px;
  background-color: black;
  color: white;
}

.logo {
  background-color: white;
  text-align: center;
}

.logo span {
  font-weight: 600;
  color: red;
  position: relative;
  bottom: 15px;
}

.logo #hero {
  color: black;
}

/* .navigation {
} */

#pic_1 {
  margin: auto;
  margin-top: 50px;
  display: block;
}

p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

#hero_1 {
  margin: auto;
  display: block;
  padding-bottom: 50px;
}

.kolom_kanan {
  margin-left: 50px;
  margin-right: 50px;
}

.footer {
  padding: 0px 5% 20px;
  display: grid;
  /* grid-template-columns: auto; */
  grid-template-columns: repeat(auto-fit, minmax(100px, auto));
  gap: 3.5rem;
  background: #6a6d70;
  /* position: static; */
  left: 0;
  right: 0;
  bottom: 10;
  list-style-type: none;
}

.footer-content h4 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.footer-content li {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer-content li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 600px) {
  header {
    display: flex;
    justify-content: space-around;
    height: 60px;
    background-color: white;
    color: black;
    padding-left: 50px;
    padding-right: 50px;
  }

  .kolom_kanan {
    width: 60%;
    margin-top: 20px;
    margin-left: 20px;
  }

  #pic_1 {
    width: 40%;
    height: auto;
  }

  #hero_1 {
    padding-left: 50px;
    display: flex;
  }

  .des_1 {
    max-width: 80%;
    font-size: 14px;
    justify-content: stretch;
  }

  .navigation {
    flex: 1;
    padding-top: 5px;
    max-width: 450px;
    justify-content: space-between;
  }

  .logo {
    padding-top: 15px;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
}

.popup img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 60px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.popup-v {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
}

.popup-v video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup-v span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 60px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}
