.hero-section {
  position: relative;
  display: flex;
}

.infographic-container {
  position: relative;
  width: 83%;
}

.carousel-type-title {
  width: 80.3%;
  position: relative;
  font-size: 2vw;
  margin: 0.5rem auto 0;
  color: #fff;
}

.main-carousel-container {
  position: relative;
  width: 94%;
  margin: 0 auto;
}

.slide-title {
  position: relative;
  font-family: "AkkuratLL-Bold";
  width: 85.5%;
  margin: 0 auto;
  font-size: 1vw;
  white-space: nowrap;
  color: #edf86f;
}

.explanation-and-qr {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 85.5%;
  margin-top: 0.3vw;
  height: 10.5vh;
}

.text-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

.text {
  position: relative;
  color: #fff;
  text-align: justify;
  font-size: 0.9vw;
  padding-right: 0.9vw;
}

.contact {
  position: relative;
  text-align: justify;
  font-size: 0.9vw;
  margin-top: 0.3vh;
}

.qr-code {
  position: relative;
  width: 5.5vw;
  height: 5.5vw;
  border-radius: 2px;
  background-color: white;
  flex-shrink: 0;
}

.swiper[data-id="infographic"] {
  position: relative;
  width: 100%;
  height: 64vh;
  margin: 0.3rem auto;
}

.swiper-button-prev[data-id="infographic"],
.swiper-button-next[data-id="infographic"] {
  color: var(--swiper-navigation-color);
  --swiper-navigation-sides-offset: 0.3rem;
  position: absolute;
  top: 50%;
  z-index: 10;
  transition: color 0.3s ease !important;
}

.swiper-button-prev[data-id="infographic"]:hover,
.swiper-button-next[data-id="infographic"]:hover {
  color: var(--swiper-navigation-color-on-hover);
}

.swiper[data-id="infographic"] .swiper-slide {
  transition: transform 0.5s ease;
  opacity: 0.6;
  background-color: #fff;
  overflow: hidden;
}

.swiper[data-id="infographic"] .swiper-slide-active {
  opacity: 1;
}

.swiper[data-id="infographic"] video {
  width: 100%;
  height: 100%;
}

.swiper[data-id="infographic"] .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-partition {
  height: 100%;
  width: 30% !important;
  position: absolute;
  z-index: 1;
  padding: 50px;
}

.svg-partition {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 0;
}

.frame {
  width: 100%;
  height: 100%;
  border: none;
}

.swiper[data-id="infographic"] .black {
  background-color: #0a0a0a;
}

.swiper[data-id="infographic"] .zoom-controls {
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.swiper[data-id="infographic"] .zoom-controls div {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #edf86f;
  color: #0a0a0a;
  font-size: 1.5vw;
  font-weight: bolder;
  padding: 0.5vh 0.8vw;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.swiper[data-id="infographic"] .zoom-controls div:hover {
  background-color: #595959;
}

.swiper[data-id="infographic"] .zoomable-svg {
  transition: transform 0.3s ease;
}

.swiper-pagination[data-id="infographic"] {
  position: relative;
  width: 93%;
  size: var(--swiper-pagination-bullet-size);
  display: flex;
  justify-content: flex-end;
}

.swiper-horizontal
  > .swiper-pagination[data-id="infographic"].swiper-pagination-bullets,
.swiper-pagination[data-id="infographic"].swiper-pagination-horizontal,
.swiper-pagination[data-id="infographic"].swiper-pagination-custom,
.swiper-pagination[data-id="infographic"].swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination[data-id="infographic"] .swiper-pagination-bullet {
  background-color: #edf86f;
  opacity: 1;
  size: var(--swiper-pagination-bullet-size);
  transition: background-color 0.3s ease;
}

.swiper-pagination[data-id="infographic"] .swiper-pagination-bullet-active {
  background-color: #595959;
  opacity: 1;
}

.swiper-pagination[data-id="infographic"] .swiper-pagination-bullet:hover {
  background-color: #595959;
}

.navigation-container {
  width: 17%;
  display: flex;
  flex-direction: column;
  padding-right: 0.5vw;
}

.nav-wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style-type: none;
  gap: 0.5rem;
}

body::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.nav-item > button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.nav-item > button > img {
  width: clamp(2rem, 0rem + 5vw, 6rem);
  height: clamp(2.2rem, 0.75rem + 3.625vw, 5.1rem);
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}

.nav-item:not(.nav-item-active):hover > button > img,
.nav-item-active > button > img {
  width: clamp(3rem, -0.25rem + 8.125vw, 9.5rem);
  height: clamp(3.2rem, 0.3rem + 7.25vw, 9rem);
}

.nav-item > button > .nav-name {
  color: #edf86f;
  font-family: "AkkuratLL-Light";
  padding: 0 0.7rem 0 0;
  font-size: 0.8vw;
  transition: all 0.5s ease;
}

.nav-item:not(.nav-item-active):hover > button > .nav-name {
  font-size: 0.9vw;
}

.nav-item-active > button > .nav-name {
  font-size: 0.95vw;
  color: #fff;
}
