.container-footer {
  background-color: #142C55;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.container-footer .gap {
  gap: 5rem;
}

.footer .footer-logo {
  width: 15%;
}
.footer .footer-logo img {
  width: 100%;
  height: auto;
}

.flex-footer .card-footer {
  border: none;
  width: 35%;
}

.flex-footer .card-footer .footer-alamat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.flex-footer .card-footer-kategori {
  display: flex;
  flex-direction: column;
  border: none;
  width: 25%;
  position: relative;
  gap: 0;
}

.flex-footer .container-footer-maps {
  width: 25%;
  height: 100%;
}

.flex-footer .container-footer-maps h5 {
  color: #ffde59;
  font-weight: 700;
  line-height: 1;
}

.flex-footer .container-footer-maps .card-footer-maps {
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.7rem;
  background-image: url("./../img/maps.png");
  background-size: 250%;
  object-fit: contain;
  background-position: 65% 55%;
  transition: background-size 0.5s ease, opacity 0.5s ease;
}

.flex-footer .container-footer-maps .card-footer-maps:hover {
  background-size: 300%;
  opacity: 0.8;
}

.flex-footer .container-footer-maps .card-footer-maps .container-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 1rem;
  margin-top: 0rem;
}

.flex-footer .card-footer-maps .container-link a {
  margin-top: 0rem;
  color: #0e3579;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px 20px 10px 20px;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid #0e3579;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.flex-footer .card-footer-maps .container-link a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px 10px 20px;
  border-radius: 2rem;
  backdrop-filter: blur(10px);
}

.flex-footer .card-footer-maps:hover a {
  opacity: 1;
  visibility: visible;
}

.flex-footer .card-footer-maps .title-card {
  color: #ffde59;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}

.container-footer .card-footer .p-right {
  padding-right: 2rem;
}

.copyright {
  font-size: 1rem;
  font-weight: 400;
  color: white;
}

.flex-footer .card-footer .title-card {
  color: #ffde59;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}

.flex-footer .card-footer-kategori .title-card {
  color: #ffde59;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}

.flex-footer .card-footer .h6 {
  font-size: 1.1rem;
  color: white;
  font-weight: 700;
  text-transform: capitalize;
}

.flex-footer .card-footer .desc {
  font-size: 1rem;
  color: white;
  font-weight: 400;
  margin-top: 1rem;
  text-transform: capitalize;
}

.flex-footer .card-footer .desc-produk {
  font-size: 1.4rem;
  color: white;
  text-align: justify;
  font-weight: 500;
  padding-top: 2rem;
  text-transform: capitalize;
}

.flex-footer .card-footer .maps {
  width: 100%;
  position: absolute;
}

.container-footer .container .empty {
  width: 30%;
}

.container-footer .container .text-footer {
  color: #ffde59;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.container-footer .container .sosmed {
  gap: 3rem;
  width: 25%;
}

.container-footer .container .sosmed .sosmed-icons {
  font-size: 2rem;
  color: white;
}

.product-list {
  list-style-type: disc;
  padding: 0;
  padding-left: 10px;
  margin: 0;
  margin-top: 1rem;
}

.product-item-list {
  padding: 0.1rem 0rem;
}

.product-item-list a {
  color: white;
  text-decoration: none;
}

.product-item-list a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .container-footer .footer {
    display: flex;
    flex-direction: column;
  }

  .container-footer .footer .card-footers {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: auto;
    height: auto;
    padding: 1rem;
  }

  .footer .footer-logo {
    width: 50%;
    margin: auto;
  }

  .flex-footer .card-footer .footer-alamat {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
    color: white;
  }

  .flex-footer .container-footer-maps {
    width: 100%;
    height: 100%;
  }

  .flex-footer .card-footer-maps .container-link {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
  }

  .container-footer .container .card-footers .card-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0rem;
    color: white;
  }

  .flex-footer .card-footer .title-card {
    margin-bottom: 1rem;
    color: #ffde59;
    width: 100%;
  }

  .flex-footer .card-footer-kategori .title-card {
    margin-top: 0rem;
    margin-bottom: 0rem;
    color: #ffde59;
    width: 100%;
  }

  .flex-footer .card-footer-maps .title-card {
    text-transform: uppercase;
    color: white;
    margin: 2rem;
    position: absolute;
    width: 80%;
  }

  .flex-footer .card-footer {
    border: none;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 0rem;
  }

  .flex-footer .card-footer-kategori {
    border: none;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 0rem;
  }

  .container-footer .card-footer .p-right {
    padding-right: 0rem;
    padding-top: 0;
  }

  .flex-footer .card-footer .desc-produk {
    font-size: 16px;
    color: white;
    font-weight: 500;
    text-align: justify;
  }

  .flex-footer .card-footer .desc {
    font-size: 14px;
    color: white;
    font-weight: 500;
    text-align: justify;
  }

  
  .flex-footer .container-footer-maps h5 {
    color: #ffde59;
    font-weight: 700;
    line-height: 1;
  }

  .flex-footer .container-footer-maps .card-footer-maps {
    min-height: 200px;
  }

  .flex-footer .container-footer-maps .card-footer-maps:hover {
    background-size: 300%;
    opacity: 0.8;
  }


  .container-footer .container {
    display: flex;
    flex-direction: column;
  }

  .container-footer .container .text-footer {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .container-footer .container .sosmed {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .container-footer .container .copyright {
    width: 100%;
    font-size: 14px;
    margin-top: 2rem;
    margin-bottom: 0rem;
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* lg */
@media (min-width: 1024px) {
  .container-footer .container .text-footer {
    color: #ffde59;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 600;
    font-size: 1.2rem;
  }
}

/* xl */
@media (min-width: 1280px) {
}

/* 2xl */
@media (min-width: 1536px) {
}
