@import url(https://fonts.googleapis.com/css?family=Chicle:regular);
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:regular,500,600,700,italic,500italic,600italic,700italic);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
.content {
  width: 100%;
}
.content-body {
  width: 100%;
  padding: 0 18px;
}
.container {
  width: 100%;
}
.title-h1 {
  max-width: 1048px;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  font-family: "Chicle";
  font-size: 30px;
  font-weight: 400;
}
.text-content h2 {
  font-size: 25px;
  font-weight: normal;
  line-height: 35px;
}
.text-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}

.merah {
  color: #e53935;
  font-weight: bold;
}

.content-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
.content-img img {
  width: 100%;
  height: 100%;
  max-width: 600px;
}
.content-img-2 img {
  max-width: 600px;
  width: 100%;
  height: 100%;
}

.box-minyak {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  row-gap: 20px;
}

.box-harga {
  width: 100%;
  max-width: 800px;
  background: #eeeeee;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 0.6px 0px rgba(0, 0, 0, 0.19),
    0px 10px 20px 0px rgba(0, 0, 0, 0.19), 0px 3px 12px 0px rgba(0, 0, 0, 0.23);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 0.6px 0px rgba(0, 0, 0, 0.19),
    0px 10px 20px 0px rgba(0, 0, 0, 0.19), 0px 3px 12px 0px rgba(0, 0, 0, 0.23);
  font-family: "Archivo Narrow";
  text-align: center;
}

.box-harga .box-satu {
  font-weight: bold;
  color: #b71c1c;
  font-size: 21px;
}
.box-harga h3 {
  color: #311b92;
  text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
  font-size: 21px;
}

.box-harga .coret {
  font-weight: bold;
  text-decoration: line-through;
  color: #bf360c;
  font-size: 25px;
}
.box-harga h4 {
  font-size: 25px;
  font-weight: 400;
}
.box-harga .harga {
  color: #388e3c;
  font-weight: 600;
  font-size: 25px;
}
.box-harga h5 {
  font-size: 21px;
  font-weight: 400;
}
.box-harga .plus {
  color: #bf360c;
  font-size: 21px;
  font-weight: 400;
}
.btn-wa {
  border-color: rgba(239, 108, 0, 0.5);
  background-color: #ef6c00;
  border-radius: 4px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.btn-wa svg {
  width: 24px;
  height: 24px;
}

footer {
  height: 115px;

  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .content-body {
    max-width: 100%;
    padding: 0 10px;
  }
  .box-harga {
    padding: 10px;
  }
  .title-h1 {
    font-size: 22px;
    padding-bottom: 0;
  }
  .text-content h2 {
    font-size: 20px;
  }
  .box-harga .box-satu {
    font-size: 18px;
  }
  .box-harga h3 {
    font-size: 18px;
  }
  .box-harga h4 {
    font-size: 18px;
  }
  .box-harga h5 {
    font-size: 18px;
  }
  .box-harga .plus {
    font-size: 18px;
  }
}
