body {
  font-family: "Poppins", sans-serif;
}

.logo {
  width: 75%;
}

.icon-share {
  width: 17px;
  height: 17px;
}

.tagline {
  color: #2a2d96;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fs-icon {
  font-size: 25px !important;
  color: #2a2d96;
}

.icon-image {
  width: 36px !important;
}

.font-card {
  color: #2a2d96 !important;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.font-sosmed {
  color: #2a2d96 !important;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.bg-instagram {
  background-image: url("../../img/bg-instagram.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.img-card {
  height: 74px !important;
  width: 100% !important;
}

.bg-medsos {
  background-color: #eae9e9;
}

.height-card-sosmed {
  height: 74px;
}

.bg-tintone {
  background: #2a2d96;
  height: 330px;
}

.font-tintone {
  color: #d7df23;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.font-icon-tintone {
  color: #d7df23;
  font-size: 15px;
}

.btn-primary {
  --bs-btn-color: #d7df23 !important;
  --bs-btn-bg: #2a2d96;
  --bs-btn-border-color: #2a2d96;
  --bs-btn-hover-color: #d7df23 !important;
  --bs-btn-hover-bg: #0b0e66;
  --bs-btn-hover-border-color: #0b0e66;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #d7df23 !important;
  --bs-btn-active-bg: #0b0e66;
  --bs-btn-active-border-color: #0b0e66;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d7df23 !important;
  --bs-btn-disabled-bg: #2a2d96;
  --bs-btn-disabled-border-color: #2a2d96;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.font-tintone-purple {
  color: #2a2d96;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.font-tintone-address-purple {
  color: #2a2d96;
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

/* Tambahan untuk memunculkan tombol saat mengarahkan kursor ke gambar */
.btn-image:hover .play-button {
  opacity: 0.4;
}

.slick-prev {
  left: -10px !important;
  z-index: 999;
}

.slick-next {
  right: -10px !important;
}
