:root {
  --dark-purple: #2a1b3d;
  --purple: #540057;
  --lavender: #4b0082;
  --grey: #2e334a;
  --black: #000;
}

body {
  font-family: "Segoe UI", sans-serif;
  background-color: var(--black);
  scroll-behavior: smooth;
  color: white;
}

.navbar {
  background-color: transparent !important;
  width: 100%;
  transition: background-color 0.3s ease-in-out,
    backdrop-filter 0.3s ease-in-out;
  padding: 15px 0px 0px 0px !important;
}

.nav-link {
  color: #fff !important;
}

.nav-link:hover {
  color: var(--purple) !important;
}

.navbar-scrolled {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Safari */
}

.bg-image {
  background-image: url("../images/bg-image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  width: 100%;
  min-height: 100vh;
}

.hero {
  padding-top: 120px;
  padding-bottom: 0px;
}

.hero-image {
  width: 100%;
}

.gallery {
  padding-top: 120px;
}

.title-gallery {
  font-weight: 700;
  font-size: calc(1.375rem + 1.5vw);
  color: #fff;
  margin-bottom: 0.25rem;
  text-align: start;
  text-transform: uppercase;
}

.list-gallery {
  width: 100%;
  border: 0.8px solid #f5f5f5;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.item-gallery {
  /* font-size: 1.25rem; */
  font-weight: 300;
  margin: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.item-gallery.active {
  /* font-size: 1.25rem; */
  font-weight: 700;
  margin: 0;
}

.gallery-comming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  padding: 55px 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.08);
}

.image-gallery-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}

.image-gallery {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.image-gallery-wrapper:hover .image-gallery {
  opacity: 0.6;
}

.carousel-inner {
  background-color: transparent;
}

.carousel-gallery {
  width: 100%;
  height: 90vh;
  background-color: transparent;
}

.carousel-gallery img {
  width: 100%;
  height: 90vh;
  object-fit: contain;
  background-color: transparent;
}

.overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.image-gallery-wrapper:hover .overlay-icon {
  opacity: 1;
}

.experience-image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 8px rgba(180, 102, 255, 0.3));
}

section {
  padding-top: 90px;
  padding-bottom: 15px;
}

.padding-40 {
  padding: 20px 0 !important;
}

.card-custom {
  background-color: var(--black);
  border: 1px solid rgba(180, 102, 255, 0.2);
  border-radius: 12px;
  padding: 30px;
  color: white;
  transition: all 0.3s ease;
  overflow: hidden;
}

.padding-products {
  padding: 30px;
}

.card-custom:hover {
  box-shadow: 0 0 20px rgba(180, 102, 255, 0.2);
  transform: translateY(-5px);
}

.cta {
  padding-top: 120px;
  padding-bottom: 40px;
  color: white;
}

.btn-purple {
  background-color: var(--purple);
  border: none;
  color: white;
}

.btn-purple:hover {
  background-color: #9b4edd;
}

.footer {
  background-color: #0a0c16;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

.products-image {
  width: 100%;
  height: auto;
  margin-top: 2em;
  filter: drop-shadow(0 0 8px rgba(180, 102, 255, 0.3));
}

.merchant-image {
  width: 100%;
  height: auto;
  margin-top: 2em;
  filter: drop-shadow(0 0 8px rgba(180, 102, 255, 0.3));
}

.availability-image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 8px rgba(180, 102, 255, 0.3));
}

.contest-image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 8px rgba(180, 102, 255, 0.3));
  border-radius: 12px;
  overflow: hidden;
}

.carousel {
  filter: drop-shadow(0 0 8px rgba(180, 102, 255, 0.3));
}

.carousel-card {
  border: 1px solid rgba(180, 102, 255, 0.2);
  border-radius: 12px;
  color: white;
  transition: all 0.3s ease;
  overflow: hidden;
}

.carousel-indicators [data-bs-target] {
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: #a7aeb1;
  margin: 0 5px;
  border: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: white;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border: 1px solid rgba(180, 102, 255, 0.2);
}

.container {
  padding-right: calc(3em * 0.5);
  padding-left: calc(3em * 0.5);
  margin: 0;
  max-width: 100%;
  overflow: hidden;
}

.navbar .container {
  overflow: visible !important;
}

@media (min-width: 992px) {
  .container {
    padding-right: calc(12em * 0.5) !important;
    padding-left: calc(12em * 0.5) !important;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {

  /* Breakpoint Bootstrap md-down */
  .navbar-nav {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    margin-top: 12px;
    border-radius: 10px;
  }
}

.mb-6 {
  margin-bottom: 3.75rem;
}

.mb-7 {
  margin-bottom: 4.25rem;
}

.mb-8 {
  margin-bottom: 4.75rem;
}

.section-title {
  font-weight: 700;
  font-size: calc(1.375rem + 1.5vw);
  color: #fff;
  margin-bottom: 0.25rem;
  text-align: center;
}

.section-description {
  font-weight: 300;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 991.8px) {
  .guide-1 {
    background-image: linear-gradient(to bottom,
        transparent 0%,
        rgba(152, 50, 207, 0) 40%,
        rgba(152, 50, 207, 1) 80%),
      url("../images/guide-1-mobile.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 0.967;
    align-items: end;
    align-content: end;
  }

  .guide-2 {
    background-image: linear-gradient(to bottom,
        transparent 0%,
        rgba(152, 50, 207, 0) 40%,
        rgba(152, 50, 207, 1) 80%),
      url("../images/guide-2-mobile.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 0.967;
    align-items: end;
    align-content: end;
  }

  .guide-3 {
    background-image: linear-gradient(to bottom,
        transparent 0%,
        rgba(152, 50, 207, 0) 40%,
        rgba(152, 50, 207, 1) 80%),
      url("../images/guide-3-mobile.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 0.967;
    align-items: end;
    align-content: end;
  }

  .guide-4 {
    background-image: linear-gradient(to bottom,
        transparent 0%,
        rgba(152, 50, 207, 0) 40%,
        rgba(152, 50, 207, 1) 80%),
      url("../images/guide-4-mobile.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 0.967;
    align-items: end;
    align-content: end;
  }

  .carousel-card {
    padding: 30px 15px;
  }

  .carousel-card p {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .section-title {
    font-weight: 700;
    font-size: calc(1.375rem + 1.5vw);
    color: #fff;
    margin-bottom: 0.25rem;
    text-align: center;
  }

  .section-description {
    font-weight: 300;
    font-size: calc(1.275rem + 0.3vw) !important;
    color: #fff;
    margin-bottom: 2.75rem;
    text-align: center;
  }

  .guide-1 {
    /* background-image: url('../images/guide-1.webp'); */
    background-image: linear-gradient(to left,
        transparent 0%,
        rgba(152, 50, 207, 0) 43%,
        rgba(152, 50, 207, 1) 80%),
      url("../images/guide-1.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
  }

  .guide-2 {
    background-image: linear-gradient(to left,
        transparent 0%,
        rgba(152, 50, 207, 0) 43%,
        rgba(152, 50, 207, 1) 80%),
      url("../images/guide-2.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
  }

  .guide-3 {
    background-image: linear-gradient(to left,
        transparent 0%,
        rgba(152, 50, 207, 0) 43%,
        rgba(152, 50, 207, 1) 80%),
      url("../images/guide-3.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
  }

  .guide-4 {
    background-image: linear-gradient(to left,
        transparent 0%,
        rgba(152, 50, 207, 0) 43%,
        rgba(152, 50, 207, 1) 80%),
      url("../images/guide-4.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
  }

  .carousel-item .carousel-card {
    align-content: center;
  }

  .carousel-card {
    padding: 30px;
  }

  .carousel-card p {
    text-align: start;
  }
}

.btn-close-top {
  z-index: 1055;
  /* Lebih tinggi dari modal (1050) */
}

.modal-gallery {
  background-color: transparent;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar .nav-link:hover {
  color: #ffcc00 !important;
  /* Ganti dengan warna hover yang kamu inginkan */
}

.dropdown-menu {
  background-color: var(--black);
  border: 1px solid rgba(180, 102, 255, 0.2);
  color: white;
}

.dropdown-menu .dropdown-item {
  color: white;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(180, 102, 255, 0.2);
  /* color: #ffcc00 !important; */
}

.text-yellow {
  color: #ffcc00 !important;
}

.aspect-ratio-16 {
  aspect-ratio: 16/9;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--bs-border-radius-xl) !important;
  border: 1px solid white !important
}

.head-wraper {
  background: linear-gradient(186.84deg, #8908CD 5.15%, #6D06A2 63%, #450467 101.81%);
  width: 100%;
  position: relative;
  z-index: 1;
}

.gap-24 {
  gap: 24px !important;
}

.gap-16 {
  gap: 16px !important;
}

.hero-title {
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 16px;
}

.hero-description {
  font-weight: 500;
  line-height: 1.3;
}

.mb-24px {
  margin-bottom: 24px;
}

.mb-40px {
  margin-bottom: 40px;
}

.btn-green {
  background: linear-gradient(221.62deg, #D2F467 21.81%, #C0F02A 78.19%);
  font-size: 28;
  font-weight: 600;
  line-height: 1.3;
  padding: 12px 16px;
  border-radius: 8px;
}

.collaborate-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  max-width: 830px;
  justify-self: center;
  margin-bottom: 48px;
}

.collaborate {
  /* background: rgba(16, 3, 23, 1) !important; */
  background-color: #100317;
}

.collaborate-gap {
  gap: 80px;
}

.navbar-logo {
  width: 80px !important;
}