@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito-Bold";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito-Extra";
  src: url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Medium";
  src: url("../fonts/Lato-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VAGRoundedStd-Bold";
  src:
    url("../fonts/VAGRoundedStd-Bold.otf") format("opentype"),
    url("../fonts/VAGRoundedStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.container-full,
.container-full h5,
.container-full h6,
.container-full p,
.container-full ul,
.container-full li,
.container-full a {
  font-family: "Nunito-Bold", sans-serif !important;
}

body {
  background: #fff;
}

h1 {
  font-family: "Nunito-Bold";
  font-size: 40px;
  color: #680d9c;
  line-height: 3rem;
}

h5 {
  font-family: "Nunito-Extra" !important;
  font-size: 20px;
  color: #009fdc;
}

h6 {
  font-family: "Nunito-Bold";
  font-size: 14px;
  color: #680d9c;
}

p {
  font-family: "Nunito-Bold";
  font-size: 13px;
  color: #680d9c;
}

li {
  font-family: "Nunito-Bold";
  font-size: 13px;
  color: #680d9c;
}

.text-pink{
	color: #d51056;
}

.blockpink li {
  font-size: 11px;
}

.btn {
  font-family: "Nunito-Bold";
  font-size: 14px;
  color: #680d9c;
  background: #ff59b2;
  border-radius: 20px;
  padding: 10px 20px;
}

.btn-faq {
  font-family: "Nunito-Bold";
  font-size: 24px;
  color: white;
  background: #009fdc;
  border-radius: 99px;
  padding: 10px 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-decoration: none !important;
  display: block;
  width: fit-content;
  justify-self: center;
  margin-bottom: 50px !important;
}

.talent-img {
  position: absolute;
  bottom: 0;
}

.btn-faq:hover {
  color: white;
}

.mobile-shift-left {
  margin-left: -100px;
}

.mobile-text-right {
  text-align: center !important;
}

.talent-cta {
  padding-bottom: 0 !important;
  height: 500px;
  overflow: hidden;
}

.my-baby-logo {
  position: fixed;
  top: 12px;
  left: 24px;
  width: 110px;
  z-index: 9990 !important;
}

.icon-floating-ph img {
  width: 180px !important;
}

/* Burger */
.burger-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1051;
  width: 50px;
  height: 50px;
  background: #ffffffe0;
  border-radius: 12px;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: #009fdc;
}

.burger-btn span {
  display: block;
  width: 30px;
  height: 4px;
  margin: 6px auto;
  background: #009fdc;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Animasi menjadi X */
.burger-btn.active span:nth-child(1) {
  height: 1px;
  transform: translateY(8px) rotate(45deg);
  background: #680d9c;
}

.burger-btn.active span:nth-child(2) {
  opacity: 0;
}

.burger-btn.active span:nth-child(3) {
  height: 1px;
  transform: translateY(-8px) rotate(-45deg);
  background: #680d9c;
}

.footer .sitemap a {
  color: #6a6a6a !important;
  text-decoration: none !important;
}

/* Sidebar */
#sidebar {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  background: #ffbfc3;
  transition: 0.35s;
  padding: 30px;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
  font-family: "Objective-Medium";
  z-index: 9999 !important;
  height: 100%;
}

#sidebar.open {
  left: 0;
}

#sidebar ul li {
  margin-bottom: 20px;
}

#sidebar a {
  color: #680d9c;
  font-size: 18px;
  text-decoration: none;
}

#sidebar a:hover {
  color: #ff59b2;
}

/* Overlay */
#menuOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1049;
}

#menuOverlay.show {
  opacity: 1;
  visibility: visible;
}

.container-promo {
  padding: 3rem 3rem 0px 3rem !important;
}

.container-pemenang {
  background-image: url("../../public/pestahadiah/bg-pemenang.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.logo-pemenang {
  width: 440px;
  padding: 50px 10px 30px 10px;
}

.card-ph {
  margin: auto auto 30px auto;
  padding: 20px;
  border-radius: 28px;
  background-color: white;
  border: 8px solid #f9fcfd;
}

.container-pemenang p {
  font-size: 30px;
  color: #009fdc !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009fdc;
}

.container-pemenang span {
  font-size: 22px;
  color: #009fdc !important;
}

.display-detail-hadiah {
  color: #009fdc !important;
  font-size: 22px;
}

.no-pemenang {
  padding-right: 70px;
}

.hadiah-item {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  /* opacity: 0.5; */
}

.hadiah-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.hadiah-item:hover {
  opacity: 1;
  transform: scale(1.3);
}

.hadiah-item.active {
  opacity: 1;
  transform: scale(1.2);
}

.search-input {
  background-color: #fff5f7;
  border: 1.5px solid #ffd3dd;
  border-radius: 25px;
  padding: 12px 25px;
  color: #666;
}

.search-input::placeholder {
  color: #b5a5aa;
}

.box-pemenang {
  background-color: #fff5f7;
  border-radius: 20px;
  border: 1px solid #ffe3e8;
}

.text-stroke-none {
  -webkit-text-stroke-width: 0px !important;
}

.header-table-pemenang {
  line-height: 1 !important;
}

.container-faq {
  background: #ffecf0 !important;
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}

.faq-item {
  background-color: #ffffff !important;
  border-radius: 16px !important;
  border: 2px solid #ffd3dd !important;
  margin-bottom: 12px !important;
  overflow: hidden !important;
}

.faq-header {
  width: 100% !important;
  padding: 18px 24px !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
}

.faq-question {
  font-family: "VAGRoundedStd-Bold", sans-serif !important;
  font-size: 16px !important;
  color: #680d9c !important;
  text-align: left !important;
}

.faq-body {
  padding: 0 24px !important;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.3s ease;
}
.faq-item.active .faq-body {
  padding: 20px 24px !important;
  max-height: 1000px !important;
}

.faq-item.active .faq-header {
  background-color: #fff5f7 !important;
}

@media (max-width: 575px) {
  .no-pemenang {
    padding-right: 6px;
  }

  .card-ph {
    padding: 10px;
  }

  .box-pemenang {
    padding: 10px !important;
  }

  .header-table-pemenang {
    text-align: left !important;
    font-size: 12px !important;
  }

  #sidebar {
    left: -100%;
    width: 100%;
    z-index: 9998 !important;
  }

  .burger-btn {
    z-index: 9999 !important;
  }

  .talent-img {
    position: relative;
    bottom: -10px;
  }

  h1 {
    font-size: 16px;
    line-height: 1;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    font-size: 11px;
  }

  li {
    font-size: 10px;
  }

  .blockpink li {
    font-size: 10px;
  }

  .btn {
    font-size: 11px;
    padding: 5px 10px;
  }
  .mobile-shift-left {
    margin-left: -40px;
  }
  .mobile-text-right {
    text-align: right !important;
  }
  .talent-cta {
    height: auto;
  }

  .container-promo {
    padding: 1rem 1rem 4rem 1rem !important;
  }

  .btn-faq {
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
    height: 80px;
    display: block;
    justify-self: center;
    margin-bottom: 0px !important;
  }

  .my-baby-logo {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 75px;
    z-index: 9999 !important;
  }

  .burger-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1051;
    width: 45px;
    height: 45px;
    background: #ffffffe0;
    border-radius: 12px;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    color: #009fdc;
  }

  .burger-btn span {
    display: block;
    width: 24px;
    height: 4px;
    margin: 4px auto;
    background: #009fdc;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
}
