.hero {
  /* z-index: 2; */
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;

  justify-content: space-between;

  /* width: 100%; */
  min-height: 100vh;
  min-width: 100vw;
  margin-bottom: 50px;
  /* margin-top: 80px; */

  padding-left: 100px;

  /* border: blue solid 1px; */
  color: black;

  background-color: rgb(255, 255, 255);
}

.judul {
  display: flex;
  flex-direction: column;

  width: 50%;

  /* background-color: aqua; */
  margin-top: -50px;
}

.judul .judul-header-atas {
  display: flex;
  flex-direction: column;
  justify-items: end;

  font-weight: 800;
  font-size: 80px;
  color: #21ac94;

  bottom: 0%;
}

.judul .judul-header-atas span {
  font-weight: 800;
  font-size: 80px;

  color: #000000;

  margin-top: -40px;
}

.judul .judul-header-bawah {
  display: flex;
  flex-direction: column;
  justify-items: end;

  bottom: 0%;

  width: 60%;

  margin-top: 10px;
  /* border: #000000 solid 1px; */
}

.img-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border: #000000 solid 1px; */
  width: 50%;
  /* z-index: -2; */
  /* margin-top: 100px; */
}

.img-hero img {
  /* height: 100%; */
  width: 120%;
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  .hero {
    /* z-index: 2; */
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;

    /* justify-content: top; */

    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    margin-top: 70px;

    padding-left: 30px;
    /* border: blue solid 1px; */
    color: black;
    gap: 20px;

    background-color: rgb(255, 255, 255);
  }

  .judul {
    display: flex;
    flex-direction: column;

    width: 100%;

    /* border: blue solid 1px; */

    /* background-color: aqua; */
    margin-top: 0px;
  }

  .judul .judul-header-atas {
    display: flex;
    flex-direction: column;
    justify-items: end;

    font-weight: 800;
    font-size: 33px;
    color: #21ac94;

    bottom: 0%;
  }

  .judul .judul-header-atas span {
    font-weight: 800;
    font-size: 40px;

    color: #000000;

    margin-top: -20px;
  }

  .judul .judul-header-bawah {
    display: flex;
    flex-direction: column;
    justify-items: end;

    bottom: 0%;

    width: 70%;

    margin-top: 0px;
    /* border: #000000 solid 1px; */
  }

  .img-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: #000000 solid 1px; */
    width: 100%;
    /* z-index: -2; */
    margin-top: 80px;
  }

  .img-hero img {
    /* height: 100%; */
    width: 100%;
  }
}

/* --------------------------------------------------- */

/* hero - end */

/* hero-dua */
.hero-dua {
  display: flex;
  flex-direction: column;
  align-items: center;

  /* border: #21AC94 solid 1px; */
  /* background-color: #1A658F; */

  /* margin-top: -50PX; */

  min-height: min-content;
  margin-bottom: 50px;
  margin-top: -50px;

  padding-left: 100px;
  padding-right: 100px;
}

.hero-dua p {
  margin-top: 10px;
  width: 900px;
  text-align: center;
}

.hero-dua h1 {
  font-weight: 800;
  font-size: 40px;
}

.card-hero-dua {
  display: flex;
  flex-direction: row;
  gap: 20px;
  /* align-items: center; */
  justify-content: space-between;
}

.card-hero {
  display: flex;
  flex-direction: row;
  align-items: top;
  width: 350px;

  cursor: pointer;

  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;

  gap: 20px;

  /* border: #000000 solid 1px; */

  margin-top: 30px;

  background: #faf5f2;
  box-shadow: 4px 4px 36px -12px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.card-hero:hover {
  box-shadow: 4px 4px 36px -12px rgba(0, 0, 0, 0.664);
  border-radius: 10px;
}

.title-card {
  display: flex;
  flex-direction: column;
  text-align: left;

  /* gap: 5px; */
}

.title-card h1 {
  width: 100%;
  font-weight: 600;
  font-size: 20px;

  color: #f2778d;
}

.title-card p {
  width: 250px;
  font-size: 14px;
  text-align: left;
}

.card-hero img {
  width: 60px;
  height: 60px;

  /* border: #000000 solid 1px; */
}

/* ------------------------------------------------- */
/* hero-dua-end */

@media screen and (max-width: 768px) {
  .hero-dua {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* border: #21AC94 solid 1px; */
    /* background-color: #1A658F; */

    /* margin-top: -50PX; */

    min-height: min-content;
    margin-bottom: 50px;
    margin-top: -20px;

    padding-left: 0px;
    padding-right: 0px;
  }

  .hero-dua p {
    margin-top: 10px;
    width: 85%;
    text-align: center;
    font-size: 14px;
  }

  .hero-dua h1 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    line-height: 1em;
  }

  .card-hero-dua {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* align-items: center; */
    justify-content: space-between;
    /* width: 100%; */

    margin-top: 30px;
  }

  .card-hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80vw;

    cursor: pointer;

    /* padding:10px; */
    /* gap: 20px; */

    /* border: #000000 solid 1px; */

    margin-top: 0px;

    background: #faf5f2;
    box-shadow: 2px 2px 5px -5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
  }

  .card-hero:hover {
    box-shadow: 4px 4px 36px -12px rgba(0, 0, 0, 0.664);
    border-radius: 10px;
  }

  .title-card {
    display: flex;
    flex-direction: column;
    text-align: left;

    flex-wrap: wrap;

    /* gap: 5px; */
    width: 100%;

    /* border: #000000 solid 1px; */
    /* padding-right: 10px; */
  }

  .title-card h1 {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    text-align: left;

    color: #f2778d;
  }

  .title-card p {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }

  .card-hero img {
    width: 60px;
    height: 60px;

    /* border: #000000 solid 1px; */
  }
}

/* ---------------------------------------- */

/* about */

.about {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.konten-about {
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* border: #000000 solid 1px; */

  gap: 40px;
}

.judul-about {
  display: flex;
  flex-direction: column;
}

.judul-about h1 {
  font-weight: 800;
  font-size: 50px;

  display: flex;
  align-items: center;
  line-height: 50px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.card-about {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  gap: 20px;

  margin-top: 20px;
}

.card-about-konten {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: center;

  /* border: #000000 solid 1px; */

  cursor: pointer;

  width: 40%;
  gap: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
}

.card-about-konten:hover {
  box-shadow: 2px 2px 25px -12px rgba(0, 0, 0, 0.664);
  background-color: white;
}

.judul-card-about h1 {
  font-weight: 800;
  font-size: 27px;
  color: #e6c100;
}

.judul-card-about p {
  font-size: 14px;
}

.img-card-about {
  display: block;
  /* border: #000000 solid 1px; */
}

.img-card-about img {
  width: 40px;
}

.to-about {
  cursor: pointer;
  width: 120px;
  height: 50px;

  background: #00aa90;
  border-radius: 0px 100px 100px 100px;

  border: transparent;

  float: left;

  color: white;
}

.to-about:hover {
  box-shadow: 4px 4px 36px -12px rgba(0, 0, 0, 0.664);
}

.img-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border: #000000 solid 1px; */
  width: 60%;
  /* z-index: -2; */
  /* margin-top: 100px; */

  /* overflow: hidden; */
}

.img-about img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border: #000000 solid 1px; */
  /* z-index: -2; */
  /* margin-top: 100px; */
  width: 120%;
}

@media screen and (max-width: 768px) {
  .about {
    display: flex;
    flex-direction: column;
    gap: 20px;

    width: 100%;
  }

  .img-about {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
    margin-top: -30px;
  }

  .img-about img {
    width: 100%;
  }

  .konten-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* border: #000000 solid 1px; */

    gap: 40px;
    width: 100%;
  }

  .judul-about {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;

    width: 100%;
    /* border: #000000 solid 1px; */

    margin-left: 20px;
    margin-right: 10px;
  }

  .judul-about h1 {
    font-weight: 800;
    font-size: 40px;

    /* border: #000000 solid 1px; */

    display: flex;
    align-items: center;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .judul-about p {
    font-size: 17px;
    width: 80%;
    text-align: left;
    left: 0;
  }

  .card-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;

    margin-top: 20px;
  }

  .card-about-konten {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    align-items: center;

    /* border: #000000 solid 1px; */

    cursor: pointer;

    width: 85%;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;

    margin-left: 30px;
    margin-right: 30px;
  }

  .card-about-konten:hover {
    box-shadow: 2px 2px 25px -12px rgba(0, 0, 0, 0.664);
    background-color: white;
  }

  .judul-card-about h1 {
    font-weight: 800;
    font-size: 18px;
    color: #e6c100;
  }

  .judul-card-about p {
    font-size: 14px;
  }

  .img-card-about {
    display: block;
    /* border: #000000 solid 1px; */
  }

  .img-card-about img {
    width: 40px;
  }

  .to-about {
    cursor: pointer;
    width: 85%;
    height: 40px;

    background: #00aa90;
    border-radius: 100px 0px 100px 100px;

    border: transparent;

    float: left !important;
    right: 0 !important;

    color: white;

    margin-top: -20px;
  }

  .to-about:hover {
    box-shadow: 4px 4px 36px -12px rgba(0, 0, 0, 0.664);
  }
}

/* --------------------------------------------------- */
/* about-end */

/* card-warna */
.card-warna {
  /* border: #000000 solid 1px; */

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 50px;

  min-height: min-content;
  margin-bottom: 50px;
  margin-top: 50px;
}

.container-card {
  display: flex;
  gap: 50px;
}

.card {
  cursor: pointer;
  width: 200px;
  height: 200px;

  background-repeat: no-repeat;
  background-size: contain;

  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;

  text-align: center;
}

.card h1 {
  font-size: 20px;
  color: white;
  width: 50%;
  line-height: 20px;
}

.card:hover h1 {
  font-size: 25px;
  transition: 10ms;
}

/* end */
/* ------------------------------------------------ */

/* kategori-produk */
.kategori-produk {
  min-height: min-content;
  margin-bottom: 50px;
  margin-top: 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.judul-judul-kategori-produk {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: -36px;
}

.sub-judul-kategori-produk {
  margin-top: 10px;
  width: 85%;
  text-align: center;

  margin: 40px;
}

.container-card-kategori {
  display: flex;
  flex-direction: row;
  gap: 20px;

  margin-bottom: 20px;
}

.card-kategori {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 10px;
}

.card-kategori:hover{
  box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.74);
}

.img-card-kategori {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  width: 150px;
  height: 150px;
}

.card-kategori img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  /* box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.74); */

}

.card-kategori h1 {
  font-weight: 500;
  font-size: 15px;
  text-align: center;

  color: #1a658f;
}

.card-kategori p {
  font-weight: 500;
  font-size: 10px;

  display: flex;
  align-items: center;
  text-align: center;

  color: #645e5e;
}

@media screen and (max-width: 768px) {
  .kategori-produk {
    min-height: min-content;
    margin-bottom: 50px;
    margin-top: 50px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 90%;
  }

  .judul-judul-kategori-produk {
    font-weight: 800;
    font-size: 33px;
    margin-bottom: 0px;
  }

  .sub-judul-kategori-produk {
    margin-top: 10px;
    width: 90%;
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
  }

  .container-card-kategori {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;

    margin-bottom: 20px;

    width: 100%;
    /* height: 250px; */

    /* border: #000000 solid 1px; */
  }

  .card-kategori {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding-bottom: 10px;

    width: 40%;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.74);

    /* border: #000000 solid 1px; */
  }

  .card-kategori:hover {
    box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.74);
  }

  .img-card-kategori {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    width: 100%;
    height: auto;

    /* border: #000000 solid 1px; */
  }

  .card-kategori img {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
  }

  .card-kategori h1 {
    font-weight: 500;
    font-size: 12px;
    text-align: center;

    color: #1a658f;
  }

  .card-kategori p {
    font-weight: 500;
    font-size: 10px;

    display: flex;
    align-items: center;
    text-align: center;

    color: #645e5e;
  }
}

/* ---------------------------------------------------- */
/* testimoni */

.testimoni {
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* min-height: 100vh;; */

  margin-top: 50px;
  margin-bottom: 100px;
  /* min-height: 100vh; */

  /* border: #000000 solid 1px; */

  color: #000000;
}

.testimoni h1 {
  /* border: #000000 solid 1px; */

  font-weight: 800;
  font-size: 40px;

  display: flex;
  align-items: center;

  padding-left: 80px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  /* background: #f1f1f1f1; */

  /* margin-top: -0px; */

  /* border: #000000 solid 1px; */
}

/* Slides */
.mySlides {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 80px;
  text-align: left;
  gap: 40px;

  /* border: #000000 solid 1px; */
}

.konten-testimoni {
  /* border: #000000 solid 1px; */

  width: 45%;
  z-index: 10;
  left: 0%;
  float: left;

  /* margin-top: -80px; */
}

.img-testimoni {
  /* border: #000000 solid 1px; */

  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;

  overflow: hidden;

  z-index: 10;
  height: auto;
}

.img-testimoni img {
  /* border: #000000 solid 1px; */
  width: 500px;
}

/* Next & previous buttons */
.next-prev {
  display: flex;
  flex-direction: row;
  justify-content: right;
  width: 50%;
  /* border: #000000 solid 1px; */

  margin-top: -120px;
  gap: 10px;
}

.prev,
.next {
  cursor: pointer;
  /* background-image: url(asset-web/prev.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;
  color: white;

  background-color: #00aa90;
  border-radius: 100%;

  width: 50px;
  height: 50px;
}

.prev:hover,
.next:hover {
  font-size: 25px;
  color: rgb(255, 255, 255);

  background-size: 95%;
  width: 40px;
  height: 40px;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
  /* background-color: #717171; */
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
  font-size: 20px;
}

/* author */

.author {
  width: 100%;
  float: left;
}

#nama-auhtor {
  font-weight: 800;
  font-size: 24px;
  color: #000000;

  /* margin-top: 50px; */
  text-align: left;
}

.author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 119%;
  /* identical to box height, or 29px */

  color: #303030;

  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .testimoni {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-height: max-content;

    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    /* min-height: 100vh; */

    /* border: #000000 solid 1px; */

    /* overflow: show; */
  }

  .testimoni h1 {
    font-weight: 800;
    font-size: 40px;

    display: flex;
    flex-direction: row;
    justify-content: left;
    /* border: #1A658F solid 1px; */

    width: 85%;

    padding-left: 0px;
  }

  /* Slideshow container */
  .slideshow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;

    /* background: #f1f1f1f1; */
    /* border: #000000 solid 1px; */

    /* margin-top: -0px; */
  }

  /* Slides */
  .mySlides {
    display: none;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
    text-align: left;
    gap: 40px;

    /* border: #000000 solid 1px; */

    width: 100%;

    overflow: show;
  }

  .konten-testimoni {
    /* border: #000000 solid 1px; */

    width: 100%;
    z-index: -10;
    left: 0%;
    float: left;

    /* margin-top: -80px; */
  }

  .img-testimoni {
    /* border: #000000 solid 1px; */

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    overflow: hidden;

    z-index: 12;
    height: auto;
  }

  .img-testimoni img {
    /* border: #000000 solid 1px; */
    width: 100%;
  }

  /* Next & previous buttons */
  .next-prev {
    display: flex;
    flex-direction: row;
    justify-content: right;
    float: right;
    width: 50%;
    /* border: #000000 solid 1px; */

    margin-top: 0px;
    gap: 10px;
    width: 85%;
  }

  .prev,
  .next {
    cursor: pointer;
    background-image: url(asset-web/prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 20px;
    color: white;

    width: 50px;
    height: 50px;
  }

  .prev:hover,
  .next:hover {
    font-size: 25px;
    color: rgb(255, 255, 255);

    background-size: 95%;
  }

  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
  }

  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  /* Add a background color to the active dot/circle */
  .active,
  .dot:hover {
    /* background-color: #717171; */
  }

  /* Add an italic font style to all quotes */
  q {
    font-style: italic;
    font-size: 15px;

    border: #000000 solid 1px;
    width: 85%;
  }

  /* author */

  .author {
    width: 100%;
    float: left;

    border: #000000 solid 1px;
  }

  #nama-auhtor {
    font-weight: 800;
    font-size: 20px;
    color: #000000;

    /* margin-top: 50px; */
    text-align: left;
    margin-bottom: 10px;
  }

  .author {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    /* identical to box height, or 29px */

    margin-bottom: 10px;

    color: #303030;

    margin-top: 50px;
  }
}

/* ----------------------------------------- */
/* list-produk */

.list-produk {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
  align-content: center;

  padding-left: 0px;
  padding-right: 0px;

  /* border: #000000 solid 1px; */
  min-height: min-content;
  width: 1150px;
  margin-bottom: 20px;
}

.head-list-produk {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;

  border-bottom: #00000083 solid 0.4px;
}

.head-list-produk h1 {
  font-weight: 700;
  font-size: 30px;
}

.head-list-produk p {
  cursor: pointer;
}

.head-list-produk p:hover {
  cursor: pointer;
  color: #1a658f;
}

.konten-list-produk {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}

.side-list-produk {
  height: 550px;
  width: 350px;
  /* overflow: hidden; */
  border-radius: 15px;

  /* border: #000000 solid 1px; */
}

.side-list-produk img {
  height: 550px;
  width: 250px;

  border-radius: 10px;
}

.produk-list-produk {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;

  width: 100%;

  /* border: #000000 solid 1px; */
  gap: 15px;
}

.part-list-produk {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.card-produk {
  position: static;
  cursor: pointer;
  height: 250px;
  width: 210px;

  display: flex;
  flex-direction: column;

  align-items: center;

  background: #ffffff;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.144);
  border-radius: 10px;

  padding-bottom: 5px;
}

.card-produk:hover {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.753);
}

.img-card-produk {
  /* border: #000000 solid 1px; */
  width: 180px;
  height: 180px;
  margin-top: 10px;

  border-radius: 10px;

  margin-bottom: 10px;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: #e0e0e059;
}

.img-card-produk img {
  width: 180px;
}

.card-produk .judul-produk {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;

  width: 170px;
  /* min-height: 20px; */

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  text-align: center;
  color: #4d4c4c;

  margin-bottom: 10px;

  /* border: #000000 solid 1px; */
}

.harga-produk {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;

  color: #1a658f;
}

/* ----------------------------------- */
/* card-portal */

.card-portal {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding-left: 100px;
  padding-right: 100px;

  min-height: min-content;
  padding-bottom: 100px;

  gap: 10px;
  margin-top: 50px;
}

.card-portal h1 {
  font-size: 40px;
}

.card-portal p {
  width: 800px;
  font-size: 14px;
  text-align: center;
}

.container-card-portal {
  display: flex;
  flex-direction: row;
  margin-top: 30px;

  gap: 20px;

  /* border: #000000 solid 1px; */
}

.list-card-portal {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  background-color: #eaeaea;
  overflow: hidden;
  width: 200px;
  height: 250px;
  padding: 10px;
  gap: 10px;
}

.list-card-portal:hover {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.img-list-card-portal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: white;
  overflow: hidden;
  width: 200px;
  height: 200px;
}

.img-list-card-portal img {
  width: 200px;
  /* height: 200px; */
}

.list-card-portal p {
  align-items: center;

  width: 180px;
  font-weight: 600;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .card-portal {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-left: 0px;
    padding-right: 0px;

    min-height: min-content;
    padding-bottom: 100px;

    width: 85%;

    gap: 10px;
  }

  .card-portal h1 {
    width: 100%;
    font-size: 30px !important;

    text-align: center;
    /* border: #000000 solid 1px; */
  }

  .card-portal p {
    width: 600px;
    font-size: 10px !important;
    text-align: center;

    width: 100% !important;
  }

  .container-card-portal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center !important;
    width: 100% !important;
    justify-content: space-between;

    gap: 20px;

    /* border: #000000 solid 1px; */
  }

  .list-card-portal {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background-color: #eaeaea;
    overflow: hidden;
    width: 125px !important;
    height: 170px !important;
    padding: 10px;
    gap: 5px !important;
  }

  .list-card-portal:hover {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }

  .img-list-card-portal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: white;
    overflow: hidden;
    width: 100% !important;
    height: 200px !important;
  }

  .img-list-card-portal img {
    width: 200px !important;
    /* height: 200px; */
  }

  .list-card-portal p {
    align-items: center;

    width: 180px;
    font-weight: 600;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    margin-top: 10px;
    margin-bottom: 10px !important;
  }
}

/* ------------------------------------------------------- */

@media screen and (max-width: 768px) {
  .list-produk {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    align-content: center;

    padding-left: 20px;
    padding-right: 20px;

    /* border: #000000 solid 1px; */
    min-height: min-content;

    margin-bottom: 20px;
    width: 80%;
  }

  .head-list-produk {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;

    border-bottom: #00000083 solid 0.4px;
  }

  .head-list-produk h1 {
    font-weight: 700;
    font-size: 15px;
  }

  .head-list-produk p {
    font-size: 10px;
    cursor: pointer;
  }

  .head-list-produk p:hover {
    cursor: pointer;
    color: #1a658f;
  }

  .konten-list-produk {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 20px;

    /* border: #000000 solid 1px; */
  }

  .side-list-produk {
    display: none;
    height: 550px;
    /* overflow: hidden; */
    border-radius: 15px;

    /* border: #000000 solid 1px; */
  }

  .produk-list-produk {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    width: 100%;
    /* border: #000000 solid 1px; */
    gap: 15px;
  }

  .part-list-produk {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

    align-items: center;
    justify-content: space-between;
    gap: 2px;

    /* border: #000000 solid 1px; */

    width: 100%;
    height: min-content;
  }

  .card-produk {
    /* position: static; */
    cursor: pointer;
    height: 200px;
    width: 120px;

    display: flex;
    flex-direction: column;

    align-items: center;

    background: #ffffff;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.144);
    border-radius: 10px;

    padding: 10px;

    margin-bottom: 10px;
  }

  .card-produk:hover {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.753);
  }

  .img-card-produk {
    /* border: #000000 solid 1px; */
    width: 100%;
    height: 140px;
    margin-top: 0px;

    border-radius: 10px;

    margin-bottom: 10px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: #e0e0e059;
  }

  .img-card-produk img {
    width: 100%;
  }

  .card-produk .judul-produk {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;

    width: 100%;
    /* min-height: 20px; */

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    text-align: center;
    color: #4d4c4c;

    margin-bottom: 10px;

    /* border: #000000 solid 1px; */
  }

  .harga-produk {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;

    color: #1a658f;
  }

  /* card-portal */

  .card-portal {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-left: 100px;
    padding-right: 100px;

    min-height: min-content;
    padding-bottom: 100px;

    gap: 10px;
  }

  .card-portal h1 {
    font-size: 40px;
  }

  .card-portal p {
    width: 600px;
    font-size: 14px;
    text-align: center;
  }

  .container-card-portal {
    display: flex;
    flex-direction: row;
    margin-top: 30px;

    gap: 20px;

    /* border: #000000 solid 1px; */
  }

  .list-card-portal {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background-color: #eaeaea;
    overflow: hidden;
    width: 200px;
    height: 250px;
    padding: 10px;
    gap: 10px;
  }

  .list-card-portal:hover {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }

  .img-list-card-portal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: white;
    overflow: hidden;
    width: 200px;
    height: 200px;
  }

  .img-list-card-portal img {
    width: 200px;
    /* height: 200px; */
  }

  .list-card-portal p {
    align-items: center;

    width: 180px;
    font-weight: 600;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    margin-top: 10px;
  }
}