.btn-cta {
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 25px 8px 25px;
  border: 1px solid #df7d09;
  background-color: #df7d09;
  color: white;
  font-weight: 600;
}

.btn-cta-fill {
  color: rgb(255, 255, 255);
  border-radius: 25px;
  font-size: 14px;
  padding: 12px 25px 12px 25px;
  border: 2px solid rgb(255, 255, 255);
  background-color: #df7d09;
  font-weight: 600;
}

.btn-cta-fill:hover,
.btn-cta:hover {
  background-color: rgb(185, 185, 185);
}

.highlight-text {
  background-color: #df7d09;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  animation: highlight-fill 3s ease-in-out forwards;
}

@keyframes highlight-fill {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}

.header {
  background-color: rgb(241, 241, 241);
}

.label-title {
  color: #df7d09;
  font-weight: 600;
}

.title-atas {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.title {
  font-size: 28px;
}

.desc-atas {
  font-size: 16px;
}

.illustrasi-atas {
  width: 80%;
}

.kategori-items {
  display: block;
  justify-content: center;
  text-align: center;
}

.kategori-item {
  background: #3d3d3d;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 20px;
  margin: 3px 0;
  border-radius: 6px;
  display: inline-block;
  color: #f0ad5b;
}

.link-nav {
  font-size: 14px;
  text-decoration: none;
  margin: 10px 15px 8px 15px;
  font-weight: 500;
}

.testimoni {
  background-color: #e4e4e4;
}

.cta-section {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/page/bg-cta.jpg);
  background-size: cover;
  background-position: center;
}

.link-dark {
  text-decoration: none;
  color: grey;
  font-size: 12px;
  padding: 5px 10px;
}

/* Responsive */
@media only screen and (max-width: 600px) {
  .title-atas {
    font-size: 26px;
  }
  .desc-atas {
    font-size: 14px;
  }
}
