@import url("https://fonts.googleapis.com/css2?family=Gaegu&display=swap");
* {
  box-sizing: border-box;
  font-family: "Gaegu";
}

body {
  margin: 0;
  font-family: "Lucida Grande";
}

a {
  text-decoration: none;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.top-wrapper {
  padding-top: 15%;
  padding-bottom: 15%;
  background-image: url(background\ baru.jpg);
  background-size: cover;
  color: white;
  text-align: center;
}

.top-wrapper h1 {
  opacity: 0.7;
  font-size: 45px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  color: black;
}

.fa {
  margin-right: 5px;
}

header {
  height: 65px;
  width: 100%;
  background-color: #005086;
  position: fixed;
  top: 0;
  z-index: 10;
}

.logo {
  width: 63px;
  height: 100%;
  padding: 5px;
  align-items: center;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
  margin-right: -25px;
}

.header-right a {
  line-height: 65px;
  padding: 0 20px;
  color: white;
  display: block;
  float: left;
  transition: all 0.5s;
}

.header-right a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Tambahkan CSS untuk menu-icon */
.menu-icon {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0;
}
/* Gantikan property display ke none */
.menu-icon::before {
  display: none;
}

body {
  margin: 0 auto;
  font-family: "Gaegu";
  color: #eee;
  text-align: center;
  margin: 0px;
}
.wrapper {
  width: 100%;
  text-align: center;
  background-color: #318fb5;
  padding-top: 5rem;
}
.wrapper h4 {
  font-size: 38px;
  margin: 0px;
}
.wrapper p {
  font-size: 16px;
  margin-top: 0px;
  text-align: center;
}
form {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #318fb5;
  font-family: "Gaegu";
  color: #eee;
}
input,
textarea {
  width: 440px;
  padding: 12px;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #dee7ec;
  border-radius: 16px;
  font-family: "Gaegu";
  color: #707070;
}
textarea {
  height: 105px;
}
.btn {
  color: black;
  display: inline-block;
  opacity: 0.85;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  font-family: "Gaegu";
}

.btn:hover {
  opacity: 1;
}
.ulasan_data {
  margin-left: 50px;
  margin-right: 10px;
}
.ulasan_kirim {
  margin-left: 10px;
  margin-right: 80px;
}
.message {
  margin-top: 32px;
  padding: 10px 32px;
  background-color: #f7d6bf;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 5px #555555;
  color: #005086;
}
.twitter {
  margin-left: 35px;
}

.message:active {
  box-shadow: none;
  position: relative;
  top: 5px;
}
ul {
  list-style: none;
  padding-right: 35px;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  color: #eee;
}
li {
  flex: auto;
}
footer .alamat {
  font-size: 30px;
  padding-left: 40px;
}
.medsos {
  padding: 0px;
  margin: 0px;
}
.ket {
  margin-bottom: 0px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.clear {
  clear: left;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container h2 {
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 30px;
  color: #eee;
  font-size: 40px;
  border-bottom: 5px solid #92a7a4;
}

.produk-wrapper {
  background-color: #b0cac7;
  padding: 35px 70px 80px 70px;
  text-align: center;
  flex: auto;
}

.produks {
  float: left;
  width: 33%;
}

.produk {
  line-height: 5px;
  background-color: rgb(247, 255, 253, 0.7);
  border-radius: 15px;
  padding: 5px 5px 45px 5px;
  margin: 10px 10px;
  cursor: pointer;
}

.produk:hover {
  background-color: rgb(236, 248, 245);
}

.produk:active {
  box-shadow: inset 0 0 7px rgb(197, 197, 197);
}
.foto-produk {
  width: 150px;
  height: 140px;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px #939695;
  display: inline-block;
  overflow: hidden;
}

.foto-produk img {
  width: 150px;
  transition: transform 1s;
}

.foto-produk img:hover {
  transform: scale(2);
}

.nama-produk {
  color: #92a7a4;
  font-weight: bold;
  font-size: 20px;
}

.nama-produk:hover {
  text-decoration: underline;
}

.harga-produk {
  color: rgb(230, 82, 82);
  font-weight: bold;
  font-size: 15px;
}

.fas {
  color: #000000;
  float: right;
  background-color: #b0cac7;
  padding: 7px 10px;
  margin-right: 30px;
  margin-bottom: 20px;
  opacity: 0.7;
  border-radius: 3px;
}

.fas:hover {
  opacity: 1;
}

.fas:active {
  background-color: #9eb4b2;
}

.data-aos {
  animation-name: anchor placement;
  animation-duration: 2s;
}

footer {
  background-color: #005086;
  font-size: 20px;
  display: flex;
  text-align: center;
  line-height: 30px;
}
footer div {
  flex: auto;
}
.footer-logo {
  float: left;
  padding: 20px;
}
.footer-medsos h5 {
  padding-top: 15px;
  margin: 0px;
}
a img {
  height: 35px;
  width: 35px;
}
ul {
  list-style: none;
}
.btn {
  padding: 12px 24px;
  color: #005086;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
}
.btn-wrapper {
  margin: 10px;
}
a {
  margin: 0px;
}
.btn-wrapper p {
  margin: 10px 0;
}
.footer-logo img {
  width: 80px;
  height: 80px;
  margin: 0px;
}
.footer-medsos h5 {
  font-size: 20px;
}
