html, body {
  max-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background:  #ECEFF1;
  -webkit-tap-highlight-color: transparent;
  max-height: 100%;
}
nav {
  display: flex;
  align-items: center;
  padding-left: 10px;
  justify-content: space-between;
  background-color: #90A6AE;
  color: white;
  max-width: 100%;
  margin-bottom: 15%;
}
.menu-toggle img {
  z-index: 1000;
  width: 35px;
  margin-right: 10px;
  transition: 1s ease;
  }
 .rotated  {
    transform: rotate(180deg);
  }
  .judul {
  font-family: "Monoton", sans-serif;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0px;
  animation: fadeIn 0.5s ease-in-out;
  color: white;
  
}
@keyframes fadeIn {
    from {
        opacity: 0.5;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slide {
  from {
    transform: translateX(var(--start));
  
  }
  to {
    transform: translateX(0);
    
  }
}
.button {
  margin-top: 5%;
  align-items: center;
  text-align: center;
  border: 2px solid #90A6AE;
  max-width: 80%;
  margin-left: 9%;
  background: white;
  border-radius: 13px;
  animation: slide 0.5s linear;
}
.button.left { --start: -100%; }
.button.right { --start: 100%; }
.button.center { --start: 0; }

.desk:hover {
  transition: 0.5s;
  transform: scale(0.95);
   box-shadow: 0 0 5px #90A6AE, 0 0 10px #90A6AE, 0 0 20px #90A6AE; 
}
a {
  text-decoration: none;
-webkit-tap-highlight-color: transparent;
outline: none;
}
.title-produk {
  font-family: "titan one", Sans-Serif;
  color:  white;
  background: #90A6AE;
  margin-top: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: -5px;
  letter-spacing: 2px;
  border-radius: 10px 10px 0 0;
  z-index: -10000;
}
.button-home {
  margin: 3%;
  background: white;
  color: black;
  border: 3px solid black;
  width: 50%;
  padding: 13px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: bold;
  font-family: "Monoton", sans-serif;
  letter-spacing: 2px;
}
.button-home:hover {
  transform: scale(0.98);
  background:  black;
  color: white;
  transition: 1s;
}
.info {
  background: white;
  max-width: 70%;
  margin-left: 15%;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  background: #FFF9C4;
  box-shadow: 8px 10px 0px black;
    animation: fadeIn 0.9s ease-in-out;
}
.desk-info {
  font-family: "Roboto", Sans-Serif;
  padding: 0px;
  font-size: 15px;
  color: black;
  letter-spacing: 0px;
  max-width: 65%;
  margin-left: 60px;
  
}
.wave img {
  position: relative;
  z-index: 0;
  margin-top: 50%;
    width: 100%;
    margin-bottom: -3%;
    filter: brightness(0) saturate(100%) invert(67%) sepia(1%) saturate(3507%) hue-rotate(149deg) brightness(93%) contrast(106%);
}
footer {
  background: #90A6AE;
  padding-bottom: 20px;
  margin-top: 0%;
  padding-top: 5%;

}
.title-info {
  text-align: center;
  font-family: "Monoton", sans-serif;
  letter-spacing: 2px;
  color: black;
}
.sosmed {
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.sosmed img {
  width: 30px;
  margin-left: 10px;
}
.link {
  color: #90A6AE;
}
.cpr {
  margin-top: 11%;
  text-align: center;
  font-family: "Roboto", Sans-Serif;
  margin-bottom: -4%;
  background: #7B8F97;
  padding: 10px;
  z-index: 1000;
  position: relative;
}
#menu-toggle {
  z-index: 1000;
    font-size: 24px;
    color: white;
    cursor: pointer;
}
.nav-links {
    list-style: none;
    display: flex;
}
.nav-links ul {
margin: 0;
padding: 0;
}
.nav-links a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

    .nav-links {
        position: fixed;
        margin-top: 0%;
        top: 0%;
        right: 0;
        background: #f5f5f5;
        width: 200px;
        flex-direction: column;
      animation: slide 1s ease-in-out;
      transition: 0.5s;
      height: 115vh;
  display: none;
  z-index: 1;
    }
    .nav-links.active, .nav.links:hover { 
      --start: 100%; 
      display: flex;
    }
    
    li img {
      width: 30px;
      height: 30px;
      
    }
 ul li {
    display: flex;
    align-items: left;
    list-style: none;
    transition: 0.5s;
  }
  li p {
    font-weight: bold;
    font-family: "Roboto", Sans-Serif;
  }
  li:hover {
    transform: scale(0.95);
  }
  .title-nav {
     color: black; 
     border-bottom: 3px solid #90A6AE;
     width: 80%;
     margin-left: -12%;
     font-family: "Monoton", "Roboto";
     font-size: 20px;
    }
    
  .title-ss {
    color: black;
    font-weight: bold;
    font-family: "Roboto", Sans-Serif;
    transition: 0.6s;
  }
  .container, .contact-us {
    display: flex;
    align-items: center; 
    gap: 5px; 
    margin-bottom: -5px;
    transition: 0.6s;
    margin-left: -10%;
    margin-top: -5%;
}

.icon {
    width: 25px;
    height: auto;
}
.container:hover {
  transform: scale(0.95);
}
.title-contact:hover {
  transform: scale(0.95);
  
}
  .title-contact {
    color: black;
    font-weight: bold;
    font-size: 15px;
    font-family: "Roboto", Sans-Serif;
    transition: 0.6s;
  }
  
.list-sosmed {
  border: 3px solid black;
  color: black;
  background: white;
 justify-content: center;
 margin-left: 5%;
  width: 90%;
  border-radius: 15px;
  margin-bottom: 10px;
  transition: 0.7s;
}
.list-sosmed:hover {
  color: white;
  background: black;
  transform: scale(0.95);
}
.title-sosmed {
  margin: 2%;
  font-family: "winky sans","Roboto";
  font-weight: bold;
  text-align: left;
}
/* Styling Menu */
.menu {
    margin-bottom: 20px;
    text-align: center;
}

.menu-btn {
    background-color: #ddd;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    font-weight: bold;
    font-family: "Roboto";
    transition: 0.8s;
     filter: blur(1px);
}

/* Hover Effect */
.menu-btn:hover {
    background-color: #bbb;
 filter: blur(0px);
}

/* Aktif State */
.menu-btn.active {
  transform: scale(1.1);
    background-color: black;
    color: white;
     filter: blur(0px);
}


/* Styling Product */
.hidden {
    display: none;
}

.product {
    text-align: center;
    margin-top: 20px;
}

.link {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}
.title-judul {
  font-family: "Monoton", Sans-Serif;
}
u {
  font-size: 15px;
}