*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.lobster-regular {
font-family: "Lobster", serif;
font-weight: 400;
font-style: normal;
}
.satisfy-regular {
font-family: "Satisfy", serif;
font-weight: 400;
font-style: normal;
}
.playfair-display-q {
font-family: "Playfair Display", serif;
font-optical-sizing: auto;
font-weight: 1000;
font-style: normal;
}

@media (max-width: 992px) {
.active{
    font-weight: bold;
}
#color {
color: #333333; 
}
.icon{
    flex-direction: column;
    justify-content: center;
}}


#banner{
    max-width: 100vw;
    overflow: hidden;
}

#banner img{
    width: 100vw;
    object-fit: cover;
}
#find {
    margin-top: 60px;
    margin-bottom: 25px;
  }
  
  .input-group .form-control {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
  }
  
  .input-group .btn {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .input-group .btn:hover {
    background-color: #f4511e;
  }
  
  #category {
    margin-bottom: 50px;
  }
  
  .btn-group .btn {
    font-family: "Staatliches", sans-serif;
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    transition: all 0.3s ease;
    margin: 0.25rem;
  }
  
  .btn-group .btn.active {
    background-color: #f4511e;
    color: #fff;
    border-color: #f4511e;
  }
  
  .btn-group .btn:hover:not(.active) {
    background-color: #f4511e;
    color: #fff;
  }
  
  @media (max-width: 768px) {
    #find {
      margin-top: 40px;
      margin-bottom: 20px;
    }
  
    .input-group .form-control {
      font-size: 1rem;
      padding: 0.75rem 1rem;
    }
  
    .input-group .btn {
      font-size: 1rem;
      padding: 0.5rem 1rem;
    }
  
    .btn-group .btn {
      font-size: 1rem;
      padding: 0.25rem 1rem;
    }
  }
.card img{
    height: 300px;
    object-fit: cover;
}

a{
    text-decoration: none;
}
.card {
    text-decoration: none;  
    color: black;  
    font-family: "staatliches";  
    position: relative;
  }
  
  .card:hover {
    scale: 1.1;
    z-index: 100;
    transition: scale 0.3s;

  }
  .brand-name{
    opacity: 0.8;
    color: #333333;
    font-weight: 100;
  }

  #harga{
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }


.listProduct{
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 50px;
    justify-content: center;
}


.card{
    height: 500px;
}

#barang{
    margin-bottom: 50px;
}

#reg {
    font-family: "Staatliches", sans-serif;
  }
  
  #reg .input-group .form-control {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    border: none;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }
  
  #reg .input-group .btn {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
  }
  
  #reg .input-group .btn i {
    font-size: 1.5rem;
  }
  
  @media (max-width: 768px) {
    #reg .input-group .form-control {
      font-size: 1rem;
      padding: 0.75rem 1rem;
    }
  
    #reg .input-group .btn {
      font-size: 1rem;
      padding: 0.5rem 1rem;
    }
  
    #reg .input-group .btn i {
      font-size: 1.2rem;
    }
  }
footer {
    background-color: #222;
    color: #fff;
    padding-top: 50px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    max-width: 100vw;
}

footer .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100vw;
    margin: 0 auto;
    padding: 50px;
}

footer .footer-column {
    flex: 1 1 250px;
    margin: 10px;
    min-width: 200px;
}

footer h2 {
    font-size: 2rem;
    border-bottom: 2px solid #555;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    text-decoration: none;
    color: #aaa;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: #fff; 
}

footer .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

footer .social-icons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #555;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

footer .social-icons a:hover {
    background-color: #f4511e; 
}

footer .contact-info p {
    margin: 5px 0;
}

footer .contact-info p span {
    font-weight: bold;
}

@media (max-width: 768px) {
    footer .footer-container {
        flex-direction: column;
        text-align: center;
    }

    footer .footer-column {
        margin-bottom: 20px;
    }
    footer .social-icons {
        justify-content: center;
    }
}

.footer-bottom{
    background-color: rgb(27, 26, 26);
    text-align: center;
    padding: 1px;
}



