.jumbotron {
    text-shadow: #000 3px 3px;
}

.main-color {
    background-color: #000 !important;
}
.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #ff4d6d !important;
}
.background-jumbotron {
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('assets/img/jumbotron.png.png');

    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: white;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.custom {
    background-color: #ff4d6d;
}

.btn-hover:hover {
    background-color: #ff1a4d;
}

.bg-light {
    background-color: #171616 !important;
    color: white !important;
}

.box-5 {
    background-color: #000 !important;
    color: #ff4d6d !important;
}

#produk h2,
#tentang h2,
#kontak h2 {
  color: #ff4d6d;
}

.card {
  background-color: #1a1a1a;
  border: 1px solid #2d2d2d;
  color: white;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 15px;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(255, 77, 109, 0.3);
}

.card img {
  height: 150px;
  object-fit: cover;
}

.card-title {
  color: #ff4d6d;
}

.form-control {
  background-color: #323131;
  border: 1px solid #000;
  color: #ff4d6d;
}

.form-control:focus {
  background-color: #1a1a1a;
  color: white;
  border-color: #ff4d6d;
  box-shadow: none;
}

.btn-pink {
  background: linear-gradient(to right, #ff1744, #ff4d6d);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.3s;
}

.btn-pink:hover {
  transform: scale(1.05);
  color: white;
}

footer {
  background-color: #000;
  color: #aaa;
  padding: 25px;
  text-align: center;
  margin-top: 0px;
  border-top: 1px solid #222;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 40px;
  }

  .hero p {
    font-size: 16px;
  }
}
