[data-sliderref] {
  opacity: 0;
  display: none;
  transition: 2s all;
}
.background-slider-images [data-sliderref]:first-child {
  opacity: 100;
  display: flex;
}
.jkc-main [data-sliderref]:first-child {
  opacity: 100;
  display: flex;
}

.overlay {
  width: 55%;
}
.overlay:before {
  position: absolute;
  height: 100vh;
  width: 20rem;
  content: '';
  margin-right: 0;
  background: black;
}
.jkc-main {
  width: 50%;
}
.jkc-section-container {
  height: 50vh;
}

.main-heading {
  font-family: Bazar, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #f9c189;
  color: var(--color-orange);
  font-size: 3.3rem;
  font-weight: 300;
  margin-top: 2rem;
}
.main-sub-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  margin-left: -2.5rem;
}
.main-sub-heading h2 {
  font-family: Bebas, Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  font-size: 2.5rem;
  transform: rotate(-90deg);
  border-bottom: #f9c189;
  border-bottom: 4px solid var(--color-orange);
  font-weight: 300;
  margin-left: 2rem;
}
.text-container {
  margin-left: 2rem;
  overflow-y: auto;
  padding-right: 1rem;
}
.text-container p {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  color: #f9c189;
  color: var(--color-orange);
  line-height: 1.7rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.74px;
  margin-top: 1rem;
  font-size: 1rem;
}
.character {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
}
.character img {
  width: 7rem;
  margin-right: 1rem;
}
