* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  max-width: 100%;
}

body {
  overflow-x: auto;
  /* Allows horizontal scrolling if necessary */
}

.banner {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url(bannerbackground.jpg);
  background-size: cover;
  background-position: center;
}

.productbanner {
  width: 100%;
  height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url(bannerbackground.jpg);
  background-size: cover;
  background-position: center;
}

.textbanner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center horizontally and vertically */
  width: 100%;
  /* Make it full width of the .banner */
}

.productTextbanner {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center horizontally and vertically */
  width: 100%;
  /* Make it full width of the .banner */
}

.productTextbanner h1 {
  font-size: 50px;
  color: white;
}

.textbanner h1 {
  font-size: 30px;
  color: white;
}

.textbanner h4 {
  font-size: 15px;
  color: white;
  margin: 5px;
}

.navbar-box {
  background-color: rgba(0, 0, 0, 0.1);
  /* Apply a blur effect */
  /* Use an RGBA color with an alpha value to make it transparent */
}

.running-text {
  color: white;
  /* Set the text color to white */
  font-weight: bold;
  font-size: 50px;
  /* Make the text bold */
}

.navbar {
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  /*z-index: 100;*/
  background-color: rgba(0, 0, 0, 0.1);
  /* Use an RGBA color with an alpha value to make it transparent */
  backdrop-filter: blur(3px);
  /* Apply a blur effect */
  -webkit-backdrop-filter: blur(3px);
}

.logo {
  width: 135px;
  height: auto;
  cursor: pointer;
}

.nav-left {
  display: flex;
  /* Display logo and running text in the same row */
  align-items: center;
  margin-left: 10%;
}

/* Burger button styling */
.burger-button {
  /*display: none;
  /* Hide on larger screens */
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
  margin-right: 15px;
}

.nav-right {
  list-style: none;
  /* Display list items in the same row */
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-right li {
  margin: 0 20px;
}

.nav-right li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.nav-right-vertical {
  position: absolute;
  top: 100px;
  /* Adjust as needed */
  width: 100%;
  background-color: white;
  padding: 15px 0;
  z-index: 100;
  display: none;
  align-items: center;
  /* Horizontally center the items */
  justify-content: center;
  /* Initially hidden */
  text-align: center;
  /* Center-align text within the container */
}

.nav-right-vertical ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* Stack the list items vertically */
  align-items: center;
  /* Horizontally center the items */
  justify-content: center;
  /* Vertically center the items if the container has height */
  height: 100%;
  /* Make sure the parent container takes up full height */
}

.nav-right-vertical ul li {
  margin: 10px 0;
  /* Vertical spacing between menu items */
}

.nav-right-vertical ul li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-align: center;
  /* Ensure the text is centered inside the link */
}

.nav-right-vertical ul li a:hover {
  background-color: #556b2f;
}


.image-aboutus {
  height: 300px;
  width: 300px;
}

.nav-right li:hover {
  background-color: darkolivegreen;
}

.nav-center {
  flex-grow: 1;
  /* Allow this div to grow and take up the available space between left and right */
}

.image {
  height: 300px;
  width: 100%;
}

.container {
  padding: 10px;
  margin: 20px;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmnax(320px, 1fr));
  text-align: center;
}

.container-tentangkami {
  width: 100%;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center items horizontally */
}

.image-container {
  display: flex;
  /* Keep images in a row */
  margin-bottom: 20px;
  /* Space between images and text */
}

.container-tentangkami img {
  border-radius: 0%;
  /* Adjust as needed */
  margin: 0 5px;
  /* Space between images */
  width: 50%;
  /* Set width of images */
}

.container-tentangkami2 img {
  border-radius: 0%;
  /* Adjust as needed */
  margin: 0 5px;
  /* Space between images */
  /* Set width of images */
}

.text-container {
  width: 50%;
  /* Adjust as needed */
  font-size: medium;
  color: grey;
  font-weight: bold;
  text-align: justify;
  line-height: 27px;
}

.row {
  display: inline-block;
  /* Display the image and heading on the same line */
}

h1 {
  display: inline-block;
  /* Display the heading on the same line */
  margin-left: 10px;
  /* Add some space between the image and the heading (adjust as needed) */
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.protien {
  margin: 50px;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  /* Add a shadow */
  width: 310px;
  /* Add a smooth transition for the shadow on hover */
}

.protien:hover {
  box-shadow: 4px 4px 10px #888888;
  /* Increase shadow on hover */
}

.product-title {
  text-align: center;
  font-weight: bold;
}

.type {
  opacity: 0.8;
  padding: 5px 20px;
}

.title {
  font-weight: 900;
  font-size: 20px;
  color: #424144;
  padding: 0 20px;
}

.modal-container {
  display: none;
  position: fixed;
  top: 75%;
  /* Center vertically */
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  /* Center using transform */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

/* Modal content */
.modal-content {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 30px;
  max-width: 90%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  /* Add relative position to the modal content */
}

/* Center the close button */
.close {
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.modal-content img {
  width: 30%;
  height: auto;
}

/* Center the modal content within modal-container */
.modal-info {
  display: flex;
  flex-direction: column;
}

/* Style for the list items in modal-info */
.modal-info ul {
  list-style: disc;
  padding-left: 20px;
}

/* Style bullet points in modal-info */
.footer {
  margin-top: 150px;
  max-width: 100%;
  padding: 100px 15%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(footerbanner.jpg);
  background-size: cover;
  background-position: center;
  /* Centers the image */
  display: flex;
  color: white;
  text-align: justify;
  align-items: center;
  justify-content: center;
}

.footer .col-1 a {
  color: white;
  line-height: 30px;
}

.footer div {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}

.footer .col-1 img {
  width: 30px;
  height: 30px;
}

.listIcon {
  font-size: 24px;
  color: white;
  align-items: center;
}

@media (max-width: 768px) {
  .burger-button {
    display: block;
    /* Show on smaller screens */
  }

  .nav-right {
    display: none;
    /* Hide nav-right initially */
    flex-direction: column;
    /* Stack links vertically */
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 60px;
    /* Below navbar */
    right: 0;
    width: 100%;
    padding: 10px;
    z-index: 101;
  }

  .nav-right.show {
    display: flex;
    /* Show when toggled */
  }

  .nav-right-vertical.show {
    display: flex;
    /* Show nav-right-vertical when toggled */
  }

  .nav-right li {
    margin: 10px 0;
  }

  .banner {
    height: 50vh;
    /* Adjust the height for smaller screens */
  }

  .productbanner {
    height: 25vh;
  }

  .textbanner {
    top: 25%;
  }

  .productTextbanner {
    top: 15%;
  }

  .container-tentangkami {
    width: 100%;
  }

  .image-aboutus {
    height: 200px;
    width: 200px;
  }

  .protien {
    margin: 5px;
    padding: 5px;
    width: 80%;
    /* Reduce the width for smaller screens */
  }

  .title {
    font-size: 16px;
  }

  .footer div {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer {
    max-width: 100%;
    padding: 40px 10%;
  }

  .right-column {
    display: none;
  }

  .hidden-left-column {
    display: flex;
    /* Or any other value you prefer */
    align-items: center;
  }

  .productPage-container {
    display: inline-block;
  }

  .left-column {
    margin-left: 10px;
  }

  .left-column img {
    margin-left: 10px;
    width: 250px;
    height: 250px;
    max-width: 100%;
  }

  .logo {
    width: 90px;
    /* Smaller width for mobile */
    height: auto;
    /* Smaller height for mobile */
  }

  .running-text {
    font-size: 25px;
    /* Smaller font size for mobile */
  }

  /* .listIcon {
    display: flex;
    margin-right: 10px;
  }
  .nav-right {
  }
  .nav-right li {
    flex-direction: column;
    height: 5vh;
    align-items: center;
    display: none;
  }
  .navbar {
    background-color: black;
    margin: 5px;
  } */
}

.inline-block {
  display: inline-block;
}

@media (max-width: 480px) {
  .logo {
    width: 70px;
    /* Even smaller for very small devices */
    height: auto;
  }

  .running-text {
    font-size: 18px;
    /* Further reduced font size */
  }
}

@media (min-width: 769px) {
  .burger-button {
    display: none;
    /* Show on smaller screens */
  }

  .hidden-left-column {
    visibility: hidden;
    /* Or any other display property you prefer */
    height: 0;
    display: none;
    margin-right: 0;
  }

  .left-column img {
    margin-left: 10px;
    width: 400px;
    height: 400px;
    max-width: 100%;
  }

  /* .listIcon {
    display: none;
  }
  .nav-right {
    display: flex;
  } */
}

/* Product page */
.productPage-container {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px;
}

.hidden-left-column {
  flex-direction: column;
  align-items: center;
  /* Center items vertically within the column */
  /* Add margin for spacing */
  flex: 1;
}

.left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center items vertically within the column */
  /* Add margin for spacing */
  margin-left: 0;
  flex: 1;
}

.right-column {
  text-align: justify;
  margin-left: 20px;
  /* Add margin for spacing */
  flex: 1;
}

.description-text {
  text-align: justify;
}

.left-column img {
  max-width: 100%;
}

.product-description {
  border-bottom: 1px solid #e1e8ee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.description-container {
  display: flex;
  flex-direction: column;
  /* Stack elements in a single column */
}

.productPage-Title {
  font-weight: bold;
  font-size: 40px;
}

/* Add margin and padding for spacing */
.product-description {
  margin-bottom: 20px;
  /* Add space at the bottom of the product description */
}

.description-text {
  margin-top: 20px;
  /* Add space between the title and the description */
}

.description-text span,
.description-text li {
  margin-bottom: 10px;
  /* Add space between each item in the description */
}

/* Styles for the buttons */
.rounded-button {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

/* Style for the Telephone button */
.telephone-button {
  background-color: #0074cc;
  color: #fff;
  margin-right: 10px;
  /* Add space between the buttons */
}

/* Style for the WhatsApp button */
.whatsapp-button {
  background-color: #25d366;
  color: #fff;
}

/* Modal styles */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black with transparency */
}

/* Modal styles */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black with transparency */
}

/* Modal content */
.modal-content {
  position: relative;
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  /* Make it 90% of the screen width */
  max-height: 100%;
  /* Limit the height to 90% of the viewport */
  overflow: hidden;
  /* Hide overflow content */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.modal-image {
  width: 100%;
  height: 100%;
  /* Ensure the image fills the entire height of the modal */
  object-fit: cover;
  /* Scale the image to fill the modal, cropping if necessary */
}

/* Close button */
.close {
  color: #aaa;
  font-size: 52px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}