@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
/* Membuat teks lebih jelas tanpa latar belakang */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  max-width: 50%; /* Atur lebar maksimum teks */
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Konten Popup */
#popup-content {
  position: relative;
}

#popup img {
  width: 500px;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
}

#close-popup {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 40px;
  height: auto;
  background-color: transparent;
  border: none;
  border-radius: 100%;
  background-color: #facf56;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

#main-content {
  display: none;
}

.row {
  margin: 0;
}

/* Page Khasiat */
.khasiat-tgm {
  background: #f3f1f1;
  width: 100%;
}

.kenapa-tgm {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
}

.judul-tgm {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.judul-tgm h1 {
  font-size: 30px;
  font-family: "Montserrat";
  width: 80%;
  font-weight: 800;
  color: #000;
}

.judul-tgm p {
  color: #000;
  font-size: 16px;
  width: 80%;
}

.container-tgm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 50%;
}

.card-khasiat {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 0 10px 0 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  gap: 15px;
  width: calc(50% - 20px);
  box-sizing: border-box;
}

.circle {
  background-color: #42723d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card-khasiat h3 {
  color: #42723d;
  font-size: 20px;
  font-weight: 700;
}

.card-khasiat p {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

/* .row{
    width: 300vh;
    
} */

/* .img{
    width: 10px;
    height: auto;
} */

.container {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 70px 0 100px 0;
}

.container-kami {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 70px 0 100px 0;
}

.container-produk {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: relative;

  padding-bottom: 100px;
}

.container-produk-tgmhome {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: relative;
  padding-bottom: 100px;
}

.container-swiper-produk {
  width: 59%;
  display: flex;
}

.container-promo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-container {
  width: 100%;
}

.promo-text {
  display: flex;
  margin: 0 auto;
  font-weight: 600;
  color: #42723d;
  text-align: center;
  font-size: 48px;
  width: 70%;
}

.column {
  flex: 1;
  text-align: justify;
}

.column p {
  color: #ffffff;
  font-size: 22px;
}

.promo {
  background-color: rgba(66, 114, 61, 0.3);
  width: 100%;
}

.quotes {
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: xx-large;
  color: #42723d;
}

.product-image {
  margin: 0 auto;
  width: 100%;
  height: 650px;
  object-fit: contain;
}

/* Carousel specific styles */
#productCarousel {
  width: 100%;
}

.carousel-item {
  height: 100%;
}

.carousel-item .promosi {
  height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  height: 30px;
  background-color: transparent;
  top: 50%;
  border: none;
  position: absolute;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  background-image: none;
  position: relative;
  opacity: 1;
}

.responsive-banner {
  width: 100%;
  height: auto;
  max-height: 100vh;
}

.carousel-control-next-icon::after,
.carousel-control-prev-icon::after {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.carousel-control-next-icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.carousel-control-prev-icon::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* banner home */

.carousel-control-prev-banner {
  left: 0;
}

.carousel-control-next-banner {
  right: 0;
}

.carousel-control-prev-banner,
.carousel-control-next-banner {
  width: 40px;
  margin: 0 30px;
  height: 30px;
  background-color: transparent;
  top: 50%;
  border: none;
  position: absolute;
  opacity: 1;
}

.carousel-control-prev-banner:focus,
.carousel-control-next-banner:focus {
  outline: none;
}

.carousel-control-next-icon-banner,
.carousel-control-prev-icon-banner {
  display: inline-block;
  background-image: none;
  position: relative;
  opacity: 1;
}

.carousel-control-next-icon-banner::after,
.carousel-control-prev-icon-banner::after {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.carousel-control-next-icon-banner::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.carousel-control-prev-icon-banner::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
/* Button styles */
.btn-tgm {
  background-color: #f9d541;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-tgm:hover {
  background-color: #ffdd55;
  color: #ffffff;
}

.corevalues {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: hsl(120, 27%, 75%);
}

.produk-tgm h1 {
  padding-top: 100px;
  text-align: center;
}

.produk-title h1 {
  font-weight: 700;
  color: #41713d;
  margin-bottom: 80px;
  margin-top: 50px;
  text-align: center;
}

.mySwiper {
  width: 100%;
  margin: auto;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.swiper-slide-active {
  filter: blur(0);
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
}

.swiper-button-prev {
  left: 0;
  margin-left: 50px;
}

.swiper-button-next {
  right: 0;
  margin-right: 50px;
}
/* Card styling */
.card {
  position: relative;
  width: 18rem;
  height: 17rem;
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: visible; /* Allow overflow for the card image */
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none; /* Menghapus border pada button */
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
  background-color: #fff;
}

.card-image img::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  background-size: 100% 100%;
  transform: scaleY(-1);
  opacity: 0.5;
  filter: blur(1px);
}

/* Card title styling */
.card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.video-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
  background-color: hsl(120, 27%, 75%);
  position: relative;
}

.carousel-wrapper {
  max-width: 560px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-container {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.video-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex: 0 0 100%;
  width: 100%;
  align-content: center;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
}

.video-thumbnail-container {
  position: relative;
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 315px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-info {
  padding: 16px;
}

.video-title-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.video-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  flex-grow: 1;
}

/* Tooltip styles */
.tooltip {
  position: absolute;
  background: #333;
  color: white;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 1000;
  max-width: 300px;
  word-wrap: break-word;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.video-source {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
}

.video-source i {
  font-size: 1.2em;
  color: #ff0000;
}

.title-alert {
  display: none;
  flex-shrink: 0;
  margin-left: 8px;
  color: #666;
  cursor: pointer;
  font-size: 20px; /* Adjust size as needed */
}

.title-alert:hover {
  color: #000;
}

.youtube-link i {
  margin-left: 4px;
  font-size: 14px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  z-index: 1;
  user-select: none;
  transition: background-color 0.3s ease;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

.carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Tombol Navigasi Carousel */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  z-index: 1;
  user-select: none;
  transition: background-color 0.3s ease;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

.carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/*Testimoni*/

.site {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px 0;
  background: linear-gradient(90deg, #42723d 0%, #60a759 50%, #6bc861 100%);
  overflow: hidden;
  flex-direction: column;
}
.carousel-testimoni {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-container-testimoni {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.profile-container {
  display: flex;
  height: 400px;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 85%;
  margin: auto;
}

.profile-card {
  background-color: rgba(6, 21, 4, 0.5);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 300px;
  width: 80%;
  color: white;
  position: relative;
}

.profile-image {
  z-index: 1;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 5px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}

.profile-image img {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 20px rgb(255, 255, 255);
}

.profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  gap: 5px;
}

.profile-info h2 {
  margin: 0;
  font-size: 36px;
}

.profile-info h3 {
  margin: 5px 0 10px;
  font-weight: 300;
  font-size: 24px;
}

.profile-info p {
  margin: 0;
  font-size: 18px;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.carousel-nav a {
  font-size: 40px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.carousel-nav a:hover {
  color: #f0f0f0;
}

/* Dots container */
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* Dot styling */
.dot {
  width: 15px;
  height: 15px;
  background-color: #d0d0d0;
  border-radius: 50%;
  cursor: default;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: white;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0;
}
.pagination a {
  margin: 0 5px;
  padding: 8px 16px;
  background-color: #e0e0e0;
  color: black;
  text-decoration: none;
  border-radius: 4px;
}
.pagination a.active {
  background-color: #ffd600;
}

.artikel-terbaru {
  padding: 100px 0;
  background-color: #f9f9f9;
}

.artikel-terbaru h1 {
  color: #3b803b;
  font-weight: 700;
}

.articles-grid {
  display: flex;
  gap: 120px;
  padding: 50px 0;
  justify-content: center;
}

/* Inner article card */
.article-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  position: relative;
  width: 360px;
  height: 400px;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
}

.article-card img {
  width: 100%;
  height: 200px;
}

.article-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.article-content h5 {
  font-size: 18px;
  color: #333;
  margin: 10px 0;
}

.clamp-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  max-height: 3em; /* Adjust for 3 lines of text */
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
}

.date {
  font-size: 14px;
  color: #999;
}

.read-btn {
  background-color: #f9d541;
  border: none;
  width: 40%;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  margin-top: auto; /* Menempatkan tombol di paling bawah */
  transition: background-color 0.3s;
}

.read-btn:hover {
  background-color: #ffdd55;
}

.text-center .btn-lg {
  background-color: #f9d541;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  transition: background-color 0.3s;
}

.text-center .btn-lg:hover {
  background-color: #ffdd55;
}

.btn-warning {
  color: white;
  border-radius: 20px;
}

/* Our Team */
.ourteam {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.team {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin: 0;
  background: #ffffff;
  font-family: "Merriweather";
  padding: 100px 0;
}

hr.gradient-line {
  border: none;
  height: 3px;
  width: 70%;
  background-image: linear-gradient(to left, #4bb056 0%, #fff 100%),
    linear-gradient(to right, #4bb056 0%, #fff 100%);
  background-position: left, right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin: 20px auto;
}

hr.gradient-line-1 {
  border: none;
  height: 3px;
  width: 20%;
  background-image: linear-gradient(to left, #4bb056 0%, #fff 100%),
    linear-gradient(to right, #4bb056 0%, #fff 100%);
  background-position: left, right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin: 20px auto;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  width: 300px;
}

.conianer-inner {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.conianer-inner img {
  width: 100%;
  height: 100%;
}

.divider {
  height: 3px;
  width: 130px;
  border-radius: 5px;
  background: linear-gradient(to left, #4bb056 0%, #fff 100%),
    linear-gradient(to right, #4bb056 0%, #fff 100%);
  background-position: left, right;
  margin: 50px 0 0 0;
}

.team-member h1 {
  color: #464646;
  margin: 16px 0 0 0;
  font-size: 28px;
  text-align: center;
}

.team-member p {
  font-family: Arial, sans-serif;
  color: #6e6e6e;
  font-size: 14px;
  margin-top: 5px;
}

/* hover effect */
.team-member:hover .conianer-inner img {
  transform: scale(1.1); /* Zoom gambar saat hover */
  transition: transform 0.3s ease;
}

/* Tentang Kami */
.spad {
  padding-top: 120px;
}

@media (min-width: 1450px) and (max-width: 1650px) {
  .container-swiper-produk {
    width: 1650px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin: 0 10px;
  }

  .profile-card {
    width: 90%;
  }

  .produk-title h1 {
    font-size: 28px;
  }

  .container-swiper-produk {
    width: 1650px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin: 0 10px;
  }
}

@media (min-width: 1280px) and (max-width: 1450px) {
  .promo-text {
    font-size: 36px;
  }
  .read-btn {
    width: 40%;
  }

  .promo-text {
    display: flex;
    font-size: 36px;
    width: 80%;
  }

  .profile-container {
    width: 90%;
  }

  .profile-card {
    width: 85%;
  }

  .profile-info {
    width: 60%;
  }

  .article-card {
    width: 100%;
  }

  .articles-grid {
    gap: 50px !important;
  }

  .profile-info p {
    font-size: 16px;
  }
  .product-image {
    width: 100%;
  }

  .container-swiper-produk {
    width: 1650px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin: 0 10px;
  }

  .produk-title h1 {
    font-size: 28px;
  }

  .container-swiper-produk {
    width: 1650px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin: 0 10px;
  }
}

@media (max-width: 1280px) {
  .promo-text {
    display: flex;
    font-size: 36px;
    width: 80%;
  }

  .product-image {
    width: 100%;
  }

  .profile-image {
    width: 320px;
    height: 320px;
  }

  .profile-image img {
    width: 270px;
    height: 270px;
  }

  .profile-card {
    width: 100%;
  }

  .profile-info {
    width: 60%;
  }

  .profile-info h2 {
    font-size: 28px;
  }

  .profile-info h3 {
    font-size: 28px;
  }

  .profile-info p {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  #popup {
    width: 100%;
  }

  #popup content {
    width: 100%;
  }

  #popup img {
    width: 300px;
    display: flex;
    margin: auto;
  }

  .kenapa-tgm {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .judul-tgm {
    display: flex;
  }

  .judul-tgm h1 {
    margin: 0 20px;
  }

  .judul-tgm p {
    margin: 0 20px;
  }

  .container-tgm {
    width: 100%;
  }

  .produk-title h1 {
    font-size: 24px;
  }

  .promo {
    width: 100%;
  }

  .product-image {
    width: 100%;
    height: 650px;
  }

  .carousel-indicators {
    bottom: 80px;
  }

  .container-promo {
    width: 100%;
  }

  .row {
    width: 100%;
    display: flex;
  }
  .promo-text {
    font-size: 28px;
    width: 100%;
  }
  .btn-tgm {
    margin-bottom: 50px;
  }

  .site {
    width: 100%;
  }

  .profile-container {
    width: 100%;
    height: auto;
    display: flex;
  }

  .profile-card {
    display: flex;
    width: 88%;
    gap: 20px;
    height: auto;
  }

  .profile-image {
    width: 260px;
    height: 260px;
  }

  .profile-image img {
    width: 210px;
    height: 210px;
  }

  .profile-info {
    width: 60%;
  }

  .profile-info h2 {
    font-size: 24px;
  }

  .profile-info h3 {
    font-size: 24px;
  }

  .profile-info p {
    font-size: 16px;
    width: 100%;
  }

  .artikel-terbaru {
    width: 100%;
  }

  .artikel-terbaru h1 {
    width: 100%;
    font-size: 28px;
  }
  .articles-grid {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
  }

  .article-card {
    width: 100%;
  }

  .container-swiper-produk {
    width: 90%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    margin-left: 0;
    margin-right: 0;
  }

  .read-btn {
    width: 60%;
  }
  .carousel-wrapper {
    width: 90%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 15px;
    border: none;
  }
}

@media (max-width: 768px) {
  #popup {
    width: 100%;
  }

  #popup content {
    width: 100%;
  }

  #popup img {
    width: 300px;
    display: flex;
    margin: auto;
  }

  .carousel-control-prev-banner,
  .carousel-control-next-banner {
    margin: 0 10px;
  }

  .carousel-control-next-icon-banner::after,
  .carousel-control-prev-icon-banner::after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .kenapa-tgm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .judul-tgm h1 {
    font-size: 24px;
    text-align: center;
    margin: auto;
  }

  .judul-tgm p {
    font-size: 16px;
    text-align: center;
    margin: auto;
  }

  .product-image {
    width: 100%;
    height: 500px;
  }

  .container-tgm {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: auto;
  }

  .card-khasiat {
    width: 100%;
  }

  .produk-title h1 {
    font-size: 24px;
  }

  .promo {
    width: 100%;
  }

  .container-promo {
    width: 100%;
  }

  .row {
    width: 100%;
    display: flex;
  }
  .promo-text {
    font-size: 24px;
    width: 80%;
  }
  .btn-tgm {
    margin-bottom: 50px;
  }

  .site {
    width: 100%;
    height: 100vh;
  }

  .profile-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .profile-card {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 20px;
    height: auto;
    text-align:center;
  }

  .profile-info h3 {
    font-size: 20px;
  }
  .profile-info h2 {
    font-size: 20px;
  }

  .profile-image {
    width: 260px;
    height: 260px;
    top: 10px;
  }

  .profile-image img {
    width: 210px;
    height: 210px;
  }

  .produk-title h1 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .container-swiper-produk {
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .video-carousel {
    width: 100%;
  }

  .carousel-wrapper {
    width: 90%;
  }

  .profile-info {
    width: 100%;
  }

  .profile-info h2 {
    font-size: 28px;
  }

  .profile-info h3 {
    font-size: 20px;
  }

  .profile-info p {
    font-size: 16px;
  }

  .artikel-terbaru {
    width: 100%;
  }

  .search-container {
    width: 90%;
  }

  .artikel-terbaru h1 {
    width: 100%;
    font-size: 28px;
  }
  .articles-grid {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
  }

  .article-card {
    width: 100%;
  }

  .read-btn {
    width: 60%;
  }
  .carousel-wrapper {
    width: 90%;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 10px;
    border: none;
  }

  .carousel-indicators {
    bottom: 0;
  }
}

@media (max-width: 480px) {
  #popup {
    width: 100%;
  }

  #popup content {
    width: 100%;
  }

  #popup img {
    width: 70%;
    display: flex;
    margin: auto;
  }

  .responsive-banner {
    height: 40vh;
    max-height: 100vh;
  }

  .carousel-control-prev-banner,
  .carousel-control-next-banner {
    margin: 0 10px;
  }

  #close-popup {
    right: 40px;
    width: 30px;
  }

  .mySwiper {
    width: 100%;
  }

  .kenapa-tgm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .judul-tgm h1 {
    font-size: 24px;
  }

  .product-image {
    width: 100%;
    height: 500px;
  }

  .container-tgm {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .card-khasiat {
    width: 100%;
  }

  .produk-title h1 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .promo {
    width: 100%;
  }

  .container-promo {
    width: 100%;
  }

  .row {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .promo-text {
    font-size: 20px;
    width: 80%;
  }
  .btn-tgm {
    margin-bottom: 50px;
  }

  .site {
    width: 100%;
    height: 100vh;
  }

  .profile-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .profile-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .produk-title h1 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .container-swiper-produk {
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .video-carousel {
    width: 100%;
  }

  .carousel-wrapper {
    width: 90%;
  }

  .profile-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .profile-card {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 15px;
    height: auto;
  }

  .profile-info h3 {
    font-size: 20px;
  }

  .profile-image {
    width: 220px;
    height: 220px;
  }

  .profile-image img {
    width: 170px;
    height: 170px;
  }
  .profile-info h2 {
    font-size: 18px;
  }

  .profile-info h3 {
    font-size: 18px;
  }

  .profile-info p {
    font-size: 14px;
  }

  .carousel-dots {
    margin-top: 20px;
  }
  .dots:nth-child(1) {
    display: none;
  }
  .dots:nth-child(3) {
    display: none;
  }

  .dots:nth-child(2) {
    display: none;
  }
  .artikel-terbaru {
    width: 100%;
  }

  .search-container {
    width: 90%;
  }

  .artikel-terbaru h1 {
    width: 100%;
    font-size: 28px;
  }
  .articles-grid {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
  }

  .article-card {
    width: 100%;
  }

  .read-btn {
    width: 60%;
  }
  .carousel-wrapper {
    width: 90%;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 10px;
    border: none;
  }

  .card {
    margin: auto;
  }

  .container-swiper-produk {
    width: 100%;
  }
}
