* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  min-height: 100%;
  font-family: "Poppins", sans-serif;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 20px;
  max-width: 90vw;
  margin: 0 auto;
}

.hero-title img {
  max-width: 800px;
  width: 40vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero-subtitle {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}

.hero-info {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  font-size: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.hero-info i {
  margin-right: 6px;
}

.about {
  padding-top: 57px;
  padding-bottom: 57px;
  background-color: #f9f9f9;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h1 {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
}

.section-header hr {
  width: 100%;
  height: 2px;
  border: none;
  background-color: #ddd;
  margin: 0 auto;
  border-radius: 2px;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  gap: 60px;
}

.about-image {
  flex: 1;
  max-width: 371px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.about-text {
  flex: 2;
  min-width: 300px;
  gap: 18px;
}

.about-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.about-text h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #292929;
}

.about-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 50px;
}

.about-products {
  padding: 40px 50px;
  background-color: #ebeaea;
}

.category-list {
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #ebeaea;
}

.category {
  padding: 15px 40px;
  background-color: #fff;
  color: #222222;
  border-left: 6px solid;
  font-weight: 600;
  font-size: 16px;
  flex: 1 1 auto;
  min-width: 150px;
}

.fashion {
  border-color: #08b2bf;
}
.decor {
  border-color: #ffd166;
}
.aksesoris {
  border-color: #06d6a0;
}
.kriya {
  border-color: #073b4c;
}
.makanan {
  border-color: #118ab2;
}

.greetings-section {
  background-color: #ffffff;
  color: #222222;
}

.greetings-section .container {
  max-width: 1500px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 57px;
  padding-bottom: 57px;
}

.greetings-section .header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.greetings-section .header-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}

.greetings-section .header-subtitle {
  margin-top: 0.25rem;
  font-size: 20px;
  font-weight: 400;
}

.greetings-section .card-container {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.greetings-section .card-container::-webkit-scrollbar {
  display: none;
}

.greetings-section .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #000;
  border-radius: 9999px;
  background-color: transparent;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.greetings-section .arrow:hover {
  background-color: #000;
  color: #fff;
}

.greetings-section .arrow-left {
  left: -1.5rem;
}

.greetings-section .arrow-right {
  right: -1.5rem;
}

.jadwal-section {
  background-color: #1e1e1e;
  color: white;
}

.jadwal-section .container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.jadwal-section h1 {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 1.5rem;
  color: white;
}

.jadwal-section .button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.jadwal-section .button-group button:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem 0 0 0.375rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25rem;
  background-color: white;
  color: black;
  border: none;
  cursor: pointer;
}

.jadwal-section .button-group button:last-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0 0.375rem 0.375rem 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  cursor: pointer;
}

.participant-section .slider-wrapper {
  position: relative;
  padding-left: 108px;
  padding-right: 108px;
}

.jadwal-section .slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-left: 108px;
  padding-right: 108px;
  width: 100%;
}

#prevBtn,
#nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8f8f8f30;
  color: white;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 56px;
  height: 56px;
}

#prevBtnParticipant,
#nextBtnParticipant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: #222222;
  border: 1px solid #222222;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 56px;
  height: 56px;
}

#prevBtn:hover,
#nextBtn:hover {
  background-color: #8f8f8f8b;
}

#prevBtnParticipant:hover,
#nextBtnParticipant:hover {
  background-color: #b0aeaea5;
}

#prevBtn,
#prevBtnParticipant {
  left: 1rem;
}

#nextBtn,
#nextBtnParticipant {
  right: 1rem;
}

#sliderParticipant {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-top: 16px;
  padding-bottom: 28px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

#slider > div,
#sliderParticipant > div {
  scroll-snap-align: center;
  flex-shrink: 0;
  width: 90%;
}

.participant-section {
  background-color: #ffffff;
  color: #222222;
}

.participant-section .container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.participant-section .header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.participant-section .header-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}

.participant-section .header-subtitle {
  margin-top: 0.25rem;
  font-size: 20px;
  font-weight: 400;
}

.participant-section .card-container {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.participant-section .card-container::-webkit-scrollbar {
  display: none;
}

.participant-section .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #000;
  border-radius: 9999px;
  background-color: transparent;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.participant-section .arrow:hover {
  background-color: #000;
  color: #fff;
}

.participant-section .arrow-left {
  left: -1.5rem;
}

.participant-section .arrow-right {
  right: -1.5rem;
}

.pagination-dots,
.pagination-dots-participant {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.pagination-dots span,
.pagination-dots-participant span {
  display: block;
  border-radius: 9999px;
  background-color: #a3a3a3;
  width: 0.75rem;
  height: 0.75rem;
}
.pagination-dots-participant span.active {
  width: 2rem;
  height: 0.75rem;
  background-color: #00b8c9;
}
.pagination-dots span.active {
  width: 2rem;
  height: 0.75rem;
  background-color: #00b8c9;
}

.testimonial-section {
  background-color: #ffffff;
  color: #222222;
}

.testimonial-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;      /* Pusatkan elemen dalam kontainer */
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 57px;
  padding-bottom: 96px;
  justify-items: center;
}

.testimonial-section .header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.testimonial-section .header-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-section .header-subtitle {
  font-size: 20px;
  font-weight: 400;
}

.testimonial-section .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  position: relative;
}

.testimonial-section a {
  border-radius: 20px;
  display: block;
}

.testimonial-section iframe {
  border-radius: 20px;
  display: block;
}

.jadwal-section .btn-view-all {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.jadwal-section .btn-view-all button {
  border: 1px solid white;
  border-radius: 0.375rem;
  padding: 0.5rem 1.5rem;
  color: white;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.jadwal-section .btn-view-all button:hover {
  background-color: white;
  color: black;
}

.participant-section .btn-view-all {
  display: flex;
  justify-content: center;
}

.participant-section .btn-view-all button {
  border: 1px solid black;
  border-radius: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: black;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.participant-section .btn-view-all button:hover {
  background-color: black;
  color: white;
}

#slider::-webkit-scrollbar,
#sliderParticipant::-webkit-scrollbar {
  display: none;
}
#slider,
#sliderParticipant {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.stats-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.stats-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.stats-card {
  background-color: white;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 250px;
}

.stats-number {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
}

.stats-label {
  margin-top: 0.5rem;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: black;
}

@media (max-width: 1024px) {
  .hero-subtitle {
    font-size: 2rem;
    max-width: 80vw;
  }

  .hero-info {
    font-size: 1.25rem;
    gap: 1rem;
  }

  .jadwal-section .slider-wrapper {
    padding: 0 50px;
    
  }

  #slider {
    width: 100%;
  }

  #prevBtn,
  #nextBtn,
  #prevBtnParticipant,
  #nextBtnParticipant {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-info {
    flex-direction: column;
    font-size: 1.1rem;
    gap: 0.75rem;
  }

  .hero-info .info-item {
    justify-content: center;
  }

  .hero-title img {
    width: 60vw;
    max-width: 250px;
  }

  .category {
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    flex: 1 1 auto;
    gap: 0.5rem;
  }

  .jadwal-section .slider-wrapper {
    padding: 0 15px;
    
  }

  #slider {
    width: 100%;
  }

  .jadwal-section .btn-view-all button {
    text-align: center;
  }

  .participant-section .slider-wrapper {
    padding: 0;
  }

  #prevBtn,
  #nextBtn,
  #prevBtnParticipant,
  #nextBtnParticipant {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-info {
    font-size: 1rem;
    gap: 0.5rem;
  }

  .hero-title img {
    width: 80vw;
    max-width: 200px;
  }

  .section-header h1 {
    font-size: 30px;
  }

  .greetings-section .header-title {
    font-size: 30px;
  }

  .jadwal-section h1 {
    font-size: 30px;
  }

  .participant-section .header-title {
    font-size: 30px;
  }

  .testimonial-section .header-title {
    font-size: 30px;
  }
  .about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-products {
    padding-left: 20px;
    padding-right: 20px;
  }
  #prevBtn,
  #nextBtn,
  #prevBtnParticipant,
  #nextBtnParticipant {
    display: none;
  }
 .testimonial-section .container{
    padding-left: 20px;
    padding-right: 20px;
 }

  .greetings-section .header-subtitle {
    font-size: 18px;
  }

  .greetings-section .container {
  padding-left: 20px;
  padding-right: 20px;

}
}

@media (min-width: 640px) {
  #slider > div,
  #sliderParticipant > div {
    width: 45%;
  }
}

@media (min-width: 768px) {
  #slider > div,
  #sliderParticipant > div {
    width: 30%;
  }
}
