.detailsBG {
  --sectionBG: var(--tenuous-rgb), 0.12;
  overflow: hidden;
}

.mySwiper {
  max-width: 1050px;
  overflow: hidden;
}

.mySwiper::part(container) {
  overflow: visible;
}
.mySwiper::part(pagination) {
  bottom: -4px;
}

.swiper-slide-active .active-slide-scale-up {
  transform: scale(1.3);
  overflow: hidden;
}

swiper-container {
  width: 100%;
  padding-top: 20px;
}

swiper-slide {
  background-position: center;
  background-size: cover;
  width: 60%;
  max-width: 400px;
  overflow: hidden;
}
swiper-slide.swiper-slide-active {
  overflow: visible;
}

swiper-slide img {
  display: block;
  width: 100%;
}
.sectionTitle {
  display: none;
}
.titlesGrid > div {
  grid-column: 1;
  grid-row: 1;
  align-items: center;
}

.navigateIconCont {
  --squareSize: 80px;
  width: var(--squareSize);
  height: var(--squareSize);
  overflow: hidden;
}

.chevron {
  /* color: rgba(var(--tenuous-rgb), 0.6); */
}
.chevron > span {
  display: inline-block;
  width: 1.1em;
  position: relative;
  top: -0.3em;
}

.sectionText > div {
  grid-row: 1;
  grid-column: 1;
  display: none;
}
.detail-highlight {
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sectionColor);
  margin: 22px 0;
}
.detail-highlight.inner-text {
  margin: 15px 0 0;
}

.personalRelationshipsSection {
  --sectionColor: rgb(var(--yellow-rgb));
}
.moneySection {
  --sectionColor: rgb(var(--green-rgb));
}
.monstersSection {
  --sectionColor: rgb(var(--purple-rgb));
}
.forwardSection {
  --sectionColor: rgb(var(--red-rgb));
}
.listSection {
  --sectionColor: rgb(var(--darkblue-rgb));
}

/* .sectionAnimation {
  transition: opacity 0.5s, height 0.5s;
} */
/* .sectionAnimationOut {
  transition: opacity 0.5s, transform 0.5s;
} */
.activeText {
  display: block !important;
}

/* going out, it must scald down with transition.
// add transition to transform
// add class sectionAnimation and add inactiveText
// on show: remove
// class with scaleDown and opacity:0 and z-index */

.fontSizeAdjustment {
  font-size: 0.8em;
}
.titleContainer {
  max-width: 450px;
}

@media screen and (min-width: 900px) {
  /* .sizeSection {
    transform: scale(calc(1 - var(--sizeJump) * 3 + var(--sizeJumpOffset)));
  } */
  /* .fontSizing {
    font-size: calc(1em * (1 - var(--fontSizeJump) * 3 + var(--fontSizeJumpOffset)));
  } */
}
@media screen and (min-width: 800px) {
  /* .sizeSection {
    transform: scale(calc(1 - var(--sizeJump) * 3 + var(--sizeJumpOffset)));
  } */
  /* .fontSizing {
    font-size: calc(1em * (1 - var(--fontSizeJump) * 3 + var(--fontSizeJumpOffset)));
  } */
  /* .fontSizeAdjustment {
    font-size: 1.1em;
  } */
  .titleContainer {
    max-width: 550px;
  }
}
