
body {
  font-family: sans-serif;
  color: #333;
  background-image: linear-gradient(45deg, #f0d84e, #f0b32a);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header {
  background-color: #e08400;
  padding: 20px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.logo {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: right;
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar ul li {
  display: inline-block;
  margin-right: 20px;
}

.navbar ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar ul li a:hover {
  color: #f0d84e;
}

a.nav-link {
    font-weight: 700;
    color: rgb(0 0 0 / 81%);
}

a.nav-link:hover,
a.nav-link:focus,
a.nav-link:active {
    font-weight: 800;
    color: rgb(0 43 255 / 82%);
}

section#product,section#about,section#services,section#testimonials,section#contact {
  margin-top: 30px;
  width: 100%;
}

.hero-content h1 {
    font-weight: 700;
}

.white {
    color: #ffffff;
}

.order-2 {
    align-content: center;
}

.card {
  margin: 30px 5px;
  padding: 10px;
}

.card:hover {
  transform: scale(1.05);
  transition: transform .2s;
}

.card-body {
  position: relative;
  overflow: hidden;
}

.img-testi {
  max-width: 50%;
  height: auto;
  border: 2px solid #000000;
}

.text {
  align-content: center;
}

.contact-form {
  width: 100%;
}

.rounded {
  border: 3px solid;
  padding: 4px;
  border-radius: 50px;
}

.social-link {
  margin: 0 7px;
  text-decoration: none;
}

.social-link i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f0d147;
  color: #000000;
  margin: 0 7px;
}

.bottom {
    margin-top: 200px;
}

.whatsapp-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

.whatsapp-link {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  background-color: #25D366;
  color: white;
  border-radius: 5px;
  padding: 10px;
}

.whatsapp-link span {
  margin-left: 10px;
}

.whatsapp-link:hover {
  text-decoration: none; /* Tambahkan baris ini */
}

.whatsapp-form {
  display: none;
  position: absolute;
  bottom: 60px;
  right: 0;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
}

.whatsapp-form textarea {
  width: 200px;
  height: 100px;
}

.whatsapp-form button {
  display: block;
  margin-top: 10px;
}

.gambar {
  padding: 25px;
}

.tinggi{
  align-content: center;
  text-align: center;
}