body {
  background-color: #3dd617;
}
/*Awal Navbar*/
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand h1 {
  font-style: italic;
  font-weight: bolder;
  color: #ee720d;
  font-size: small;
}
.navbar-brand img {
  width: 40px;
  margin-right: 10px;
}
.navbar-brand span {
  margin-left: auto;
  font-size: small;
}
/*Akhir Navbar*/

/* Awal produk*/
.judul h2 {
  margin-top: 100px;
  font-style: italic;
}
.produk-kami {
  border-bottom: 0.3rem solid #ee720d;
  border-bottom-left-radius: 10px;
}
.card-text {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ee720d; /* Warna latar belakang */
  color: rgb(248, 247, 247); /* Warna teks */
  border-radius: 10px; /* Membuat sudut sudut menjadi lebih lembut */
  text-decoration: none; /* Menghilangkan dekorasi default pada tautan */
}
.card h5 {
  color: rgb(0, 0, 0);
  font-style: italic;
  font-weight: bold;
}

.belanja :hover {
  background-color: var(--danger);
  border: 1px solid var(--danger);
}
.belanja i {
  font-size: 24px;
  padding: 10px;
  border: 2px solid #777272;
  border-radius: 50%;
  margin: 0 10px;
}
/* Akhir produk*/

/*awal footer*/
footer {
  margin-top: 40px;
  background-image: url(img/footer.jpg);
  padding: 20px;
}

.footercontainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 5px;
}

.map {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  height: 200px;
  margin-right: 20px;
}

.socialandlocation {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}

.socialicons {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.socialicons a {
  margin-right: 10px;
  font-size: 24px;
  color: #fafafa;
  text-decoration: none;
  font-size: 30px;
}

.contactinfo {
  text-align: center;
  color: rgb(255, 255, 255);
}

.contactinfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.contactinfo ul li {
  margin-bottom: 5px;
  font-weight: bold;
  color: black;
}

.footerbottom {
  text-align: center;
  margin-top: 20px;
}

.footerbottom p {
  margin: 0;
  color: white;
}
/*akhir footer*/
