@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "montserrat", serif;
  scroll-behavior: smooth;
}

* {
  font-family: "poppins", sans-serif;
}
header {
  width: 100%;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 5px 20px;
  display: flex;
  transition: ease-in-out 0.2s;
}
header a{
  width: 100%;
}
.header-scroll{
    background-color: #414141;
    box-shadow: 0px 0px 30px -5px rgb(0, 0, 0);
}
.logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.logo img{
  height: auto;
  width: 100%;;
}
.gambarLogo {
  width: 50%;
  height: auto;
  max-width: 150px;
  min-width: 90px;
}
.navbar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
}
.humberger {
  height: 100%;
  display: flex;
  align-items: center;
}
svg {
  height: 80%;
}
nav menu {
  display: none;
}
.navPanjang-scroll{
    color: white;
}
sidebar{
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color:#414141;
    align-items: center;

}
.head  {
    height: 5rem;
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
padding: 20px;
}
sidebar menu li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
sidebar menu li a{
        text-decoration: none;
        color: white;
        font-size: 1.5rem;
        font-weight: 900;
        display: block;
        margin-bottom: 1rem;

}
@media screen and (min-width: 765px) {
  .humberger {
    display: none;
  }
  nav menu {
    display: flex;
    align-items: center;
  }
  nav menu li {
    display: flex;
  }
  nav menu li a {
    padding-left: 1rem;
    padding-right: 1rem;
    color: black;
    font-weight: bolder;
    text-decoration: none;
  }
}

/* Pembukaan */
.pembukaan {
  padding: 7rem 5rem 2rem;
  background-color: #d1cdc9;
  text-align: center;
}
.pembukaan h1 {
  font-size: 1.8rem;
  color: #404040;
}
.pembukaan p{
  color: #665e56;
  padding-top: 1rem;
}
/* SearchBar */
.searching{
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
}
.searching input{
  width: 100%;
  height: 4em;
  border-radius: 2em;
  font-family: "Poppins",serif;
  padding: 0 2rem;
  font-size: 10px;
  border: gray 1px solid;
  background-color: white;
}

/* Wave */
.wave {
  width: 100%;
  height: 100px;
  margin-top: -5px;
}
/* Pelanggan */

/* Isi Produk */
.produkNya {
  text-align: center;
  padding-top: 10px;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.produkCard {
  height: 350px;
  width: 280px;
  border-radius: 1rem;
  /* background-color: #665e56; */
  background-size:cover;
  background-position: top;
  margin: 2rem 0.5rem;
  box-shadow: 0px 0px 30px -5px rgb(0, 0, 0);
  position: relative;
  transition: ease-in-out 0.2s;
}
.produkCard:hover{
    scale: 1.05;
    transition: ease-in-out 0.2s;
}
.deskripsiProdukCard {
  width: 100%;
  height: 20%;
  background-color: #d4d4d4;
  border-radius: 1rem;
  position: absolute;
  bottom: 0;
  box-shadow: 0px 0px 30px -5px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.deskripsiProdukCard P{
  color: #414141;
  font-size: 0.8rem;
  font-weight: 900;
}
/* popUp Produk */
/* Popup Product */
.popupProduct{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  animation:appear 0.5s;
}
.popupProductContent{
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 95%;
  background-color: #fff;
  border-radius: 2em;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px;
  overflow-y: auto;
}
#closePopupButton {
  font-size: 30px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#closePopupButton:hover{
  color: red;
}
.gambarPopup{
  display: flex;
  justify-content: center;
}
.gambarPopup img{
  width: 250px;
  border-radius: 1em;
  margin: 20px;
}
.deskripsiPopup h4{
text-align: center;
font-size: 20px;
}
.deskripsiPopup p{
  text-align:center;
}
@keyframes appear {
  from {
    opacity: 0;
  } to{
    opacity: 1;
  }
}
/* End of Popup Product */
/* Hubungi Kami */
.hubungiKami {
  background-image: url(images/contact.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
}

.coverGradient {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.3)
  );
  width: 100%;
  flex-grow: 1;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
}
.coverGradient h1 {
  font-size: 1.8rem;
  margin-top: 2rem;
}
.coverGradient h2 {
  font-size: 1rem;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
}
.containerKontaknya {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; 
}
.containerKontaknya a{
    text-decoration: none;
    color: black;
}
.kontakHubungiKami {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  background-color: #d4d4d4;
  border-radius: 4rem;
  border-style: solid;
  border-color: #615952;
  border-width: 5px;
  margin: 1rem;
  transition: ease 0.2s;
}
.kontakHubungiKami:hover {
  scale: 1.1;
  transition: ease 0.2s;
  box-shadow: 0px 0px 30px -5px rgb(0, 0, 0);
}
.kontakHubungiKami svg {
  width: 50px;
  height: auto;
  margin: 1rem;
  fill: #665e56;
}
.kontakHubungiKami h1 {
  margin: 0;
  font-size: larger
}
.kontakHubungiKami h2 {
  margin: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width:650px) {
    .containerKontaknya {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}
/* footer */
footer {
  background-color: #d1cdc9;
  padding: 1rem;
  color: #665e56;
  text-align: center;
}
footer h2 {
  font-size: 1.2rem;
}
.sosmed {
  display: flex;
  justify-content: center;
}
.sosmed svg {
  width: 50px;
  height: auto;
  fill: #665e56;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 765px) {
  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
