@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    width: 100%;
    height: 100%;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
.container {
        background-color: 
        rgba(255, 255, 255, 0.3);
        padding: 50px;
        margin: 50px auto;
        width: 80%;
        height: 80%;
        flex-shrink: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
section {
    min-height: 30vh;
    padding: 2rem 2% 2rem;
    }
.navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    }
.navbar a {
    text-decoration: none;
    margin: 0 10px;
    color: #000;
    }
.navbar .one {
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-family: Inter;
    font-size: 36.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.navbar .one::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 43px;
    background-color: #000;
    }
.navbar .dropdown {
    color: #000;
    font-family: Inter;
    font-size: 22.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.logo {
    margin: 8px 0;
    }
.logo img {
    width: 220px;
    height: 220px;
    }
.tagline {
    color: #000;
    font-family: "Italianno-Regular", Helvetica;
    font-size: 59.1px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
      }
.highlight {
    color: #000;
    font-family: Inter;
    font-size: 59.1px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
      .button {
        margin-top: 30px;
      }
      .button a {
        text-decoration: none;
        color: #000;
        background-color: #fff;
        padding: 15px 30px;
        border: 2px solid #000;
        border-radius: 25px;
        font-weight: 700;
        font-size: 18px;
      }


      @media (max-width: 1500px)  {
        section {
            padding: 2rem 2% 2rem;
        }
        .home br {
          display: none;
        }
        .container {
          padding: 25px;
          width: 95%;
          margin: 10px auto;
        }
        .navbar {
          height: auto;
          padding: 10px;
        }
        .navbar .one{
          font-size: 22px;
          margin-right: 10px;
        }
        .navbar .dropdown {
          font-size: 10px;
        }
        .navbar a {
          margin: 0 5px;
        }
        .logo {
          margin: 22px 0;
        }
        .logo img {
          height: 160px;
          width: 33%;
        }
        .tagline {
          font-size: 50px;
        }
        .highlight {
          font-size: 28px;
          font-weight: 700;
        }
        h1 {
          font-size: 25px;
          padding: 3px;
          margin-bottom: 5PX;
        }
        h1 a {
          font-size: 50px;
        }
        h3 {
          font-size: 50px;
          margin: 5px 0;
        }
        ul {
          font-size:25px;
          list-style-type: none;
          padding: 0;
        }
        ul li {
          font-size: 19px;
          margin: 5px 0;
        }
        .pesan .container {
          gap: 40px;
        }
        .product-card {
          top: -40px;
          width: 250px;
          height: 350px;
        }
        .log {
          width: 102px;
          height: 53px;
        }
        .item {
          width: 250px;
          height: auto;
        }
        .product-card h2 {
          font-size: 35px;
          margin: 5px 0;
        }
        .product-card .availability {
          font-size: 35px;
          bottom: -25px;
          border-radius: 13px;
        }
      }
      
      @media (max-width: 991px)  {
        section {
            padding: 2rem 0% 2rem;
        }
        .home br {
          display: none;
        }
        .container {
          padding: 10px;
          width: 95%;
          margin: 10px auto;
        }
        .navbar {
          height: auto;
          padding: 10px;
        }
        .navbar .one{
          font-size: 15px;
          margin-right: 10px;
        }
        .navbar .dropdown {
          font-size: 9px;
        }
        .navbar a {
          margin: 0 4px;
        }
        .logo {
          margin: 15px 0;
        }
        .logo img {
          height: 100px;
          width: 25%;
        }
        .tagline {
          font-size: 35px;
        }
        .highlight {
          font-size: 17px;
          font-weight: 700;
        }
      }