.games-sliders {
  width: 100%;
  display: grid;
  place-items: center;
  /* padding-left: 4rem; */
}

.games-slider {
  width: 100%;
  max-width: 520px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.gameSlides-button-cta {
  width: 100%;
}

.games-slide {
  width: 100%;
  max-width: 800px;
  height: 350px;
  position: absolute;
  transition: all 0.5s;
  z-index: 2;
}

.games-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor:pointer;
}

/* controllers */
.games-controller-header {
}
.game-carousel-controls {
  display: flex;
  gap: 12px;
}

.game-carousel-controls-arrow {
  width: 53px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.game-carousel-controls-arrow.back img {
  transform: scaleX(-1);
}
.game-carousel-controls-arrow.fwd img {
  transform: scaleX(1);
}
.game-carousel-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  grid-row: 2;
  justify-content: center;
}

.game-carousel-controls-counter {
  font-family: stolzl, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 26px;
}

.game-carousel-controls-total {
  font-size: 16px;
  margin-left: 2.2rem;
  margin-top: 1.5rem;
  font-weight: 500;
}

.game-carousel-controls-index {
  transform: translateY(-15px);
}

#games-slides-main-section {
  font-family: stolzl, sans-serif;
  /* position: relative; */
  color: #ffffff;

  background: linear-gradient(
    45.3deg,
    var(--impossible-yellow) 14.98%,
    var(--inevitable-red) 82.96%
  );
  /* padding-top: 122px; */
  /* padding-bottom: 122px; */
  /* overflow: hidden; */
}

.games-slides-section-container {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.games-slides-section-container-inner {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* transform: translate(0%, 0%); */
}

.games-slides-section-panel {
  /* height: 82%; */
  /* height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 100px;
  right: 12%; */
  /* padding-bottom: 15%; */
}

.games-slides-section-panel {
  height: 87%;
  /* height: fit-content; */
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 19%;
  right: 12%;
  /* padding-bottom: 15%; */
}
@media screen and (max-width: 825px) {
  .games-slides-section-panel-inner {
    transform: unset;
  }
}

.games-slides-section-panels {
  z-index: 3;
  margin-left: 30%;
  width: auto;
  margin-right: 10%;
}

.games-slides-panels-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 1;
  /* background: linear-gradient(45.3deg, #ffe53b 14.98%, #ff2525 82.96%); */
}

.games-link {
  gap: 1rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}
.games-slides-section-panel-inner {
  /* padding-top: 50px;
  padding-bottom: 50px; */
}

.games-slides-panels-wrapper {
  z-index: 3;
}

.games-slides-panels {
  width: 80%;
  height: 80%;
  position: relative;
}

.games-slides-culture-column {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  height: 100%;
  /* z-index: 1000; */
}
.gameSlides-button-wrapper {
  position: sticky;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
}

.gameSlides-button {
  border: solid 9px white;
  color: white;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  display: inline-block;
  font-size: 20px;
}

.games-slides-culture-nav-title {
  font-family: stolzl, sans-serif;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  padding-bottom: 2rem;
  display: flex;
  padding-top: 7rem;
}

/* new code */

#games-slides-desktop-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.games-slides-culture-items {
  font-family: stolzl, sans-serif;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 2rem;
  cursor: pointer;
  margin: 0 !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
}

.games-slides-culture-items::before,
.games-slides-culture-items::after {
  content: "";
  transition: all 800ms;
  height: 1px;
  background-color: white;
  width: 0;
  position: absolute;
  opacity: 0;
}

.games-slides-culture-items::before {
  left: 102%;
}

.games-slides-culture-items::after {
  right: 103%;
}

.games-slides-culture-items.nav-is-active::before {
  width: 180px;
  opacity: 1;
}

.games-slides-culture-items.nav-is-active::after {
  width: 300px;
  opacity: 1;
}

/* links on hover */
.games-slides-culture-items:hover::before {
  width: 180px;
  opacity: 1;
}
.games-slides-culture-items:hover::after {
  width: 300px;
  opacity: 1;
}

.nav-is-active {
  font-weight: 700;
}

.scroll-behavior-auto {
  scroll-behavior: auto !important;
}

.games-slides-content-wrapper {
  width: fit-content;
}

.games-slides-background-number {
  position: relative;
  /* bottom: -107px; */
  right: 137px;
}

.material-icons {
  font-size: 63px;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.games-slides-background-number,
.games-slides-slide-2-number {
  font-size: clamp(12.5rem, 7.7273rem + 12.7273vw, 23rem);
  font-weight: bold;
  /* line-height: 275px; */
  color: #ffffff;
  opacity: 0.1;
}

/* new */
.games-slides-headline {
  position: relative;
  top: -167px;
  /* font-size: 76px; */
  /* line-height: 73px; */
  /* font-weight: bold; */
  /* padding-bottom: 2rem; */
  /* padding-top: 3rem; */
}

.gameSlides-game-single-logo {
  max-width: 60%;
}

.games-slides-copy {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  padding-right: 1rem;
}

.games-slides-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  top: -113px;
}

.vs-default-panel:nth-child(even) .games-slides-desc {
  text-align: end;
  grid-row: 1;
}
.vs-default-panel:nth-child(even) .games-sliders {
  padding-left: 0rem;
}
.vs-default-panel:nth-child(even) .games-slides-background-number {
  position: relative;
  /* bottom: -118px; */
  left: 142px;
}
.vs-default-panel:nth-child(even) .gameSlides-button-wrapper {
  justify-content: flex-end;
}

.games-slides-image-container {
  display: grid;
  position: relative;
  justify-items: start;
  align-items: start;
  padding-top: 11rem;
}

.games-slides-image-container img {
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}

.games-slides-image-two {
  position: relative;
  left: 23%;
  padding-top: 3rem;
}
.games-slides-desc {
  padding: 1rem;
}

.gamesSlides-bot {
  position: absolute;
  left: 5%;
  top: 65%;
}

.gamesSlides-top {
  position: absolute;
 right: 4%;
  top: 3%;
}

/* @media (max-width: 1430px) {
  .games-slides-section-panels {
    margin-right: 2%;
  }


  .games-slides-copy {
    font-size: 16px;
    line-height: 25px;
  }
  .games-slides-headline {
    padding-bottom: 11px;
  }
  .gameSlides-button-wrapper {
    padding-top: 1rem;
  }
} */

@media only screen and (min-width: 992px) and (max-width: 1200px){
.vs-default-menu {
    margin-left: 72px;
}
}

@media (max-width: 1200px) {

  .games-sliders {
    width: 100%;
    display: grid;
    place-items: center;
    padding-left: 0;
  }

  .games-slides-container {
    display: grid;
    grid-template-columns: 1fr;
    top: -18px;
  }

  .games-slides-image-container {
    display: grid;
    position: relative;
    justify-items: start;
    align-items: start;
    padding-top: 0;
  }
  .vs-default-panel:nth-child(even) .games-slides-desc {
    text-align: left;
    grid-row: 2;
  }
  .games-slides-desc {
    padding: 1rem;
    display: grid;
    grid-row: 2;
  }

  .games-slides-background-number {
    display: none;
  }

  .games-slides-section-panel {
    display: grid;
    padding-top: 0;
  }
.vs-default-panel:nth-child(even) .gameSlides-button-wrapper {
    justify-content: flex-start;
  }

  .nav-is-active .games-slides-circle {
    fill: #eb1616 !important;
  }
  .gameSlides-button {
    border: solid 6px white;
    padding: 1rem 2rem;
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .games-slides-culture-nav-title {
    visibility: hidden;
  }

  .games-slides-culture-items.nav-is-active::before,
  .games-slides-culture-items.nav-is-active::after {
    width: 0;
  }

  /* links on hover */
  .games-slides-culture-items:hover::before {
    width: 0;
    opacity: 0;
  }
  .games-slides-culture-items:hover::after {
    width: 0;
    opacity: 0;
  }

  .games-slides-culture-items {
    padding-bottom: 0;
  }
  .gamesSlides-bot,
  .gamesSlides-top {
    display: none;
  }

  .games-slides-container {
    top: 0;
    left: 0;
  }

  .gameSlides-game-single-logo {
    max-width: 42%;
    padding-bottom:1rem;
  }

  .games-slides-culture-column {
    position: absolute;
    /* top: 20%; */
  }

  .games-slides-headline {
    position: relative;
    top: 0;
    /* font-size: 76px; */
    /* line-height: 73px; */
    /* font-weight: bold; */
    padding-bottom: 2rem;
    /* padding-top: 3rem; */
  }

  .games-slides-section-panel {
    /* height: 87%; */
    height: fit-content;
    /* padding-bottom: 15%; */
  }
}

@media (max-width: 800px) {
  .games-slides-section-panel {
    padding-bottom: 15%;
  }

  .games-slides-container {
    left: 0;
  }
  .gameSlides-game-single-logo {
    max-width: 52%;
  }
  .games-slides-content-wrapper {
    /* width: 89%; */
    gap: 1rem;
  }
  /* .games-slides-section-panels {
  margin-left: 12%;
  margin-right: 1rem;
}
.games-slides-copy {
    padding-right: 0;
}
.games-slides-desc {
    padding: 0;
} */
}

@media (max-width: 700px) {
  .games-slides-section-panels {
    margin-left: 20%;
  }

  .games-slides-container {
    top: 0;
  }
  .gameSlides-button {
    border: solid 5px white;
    padding: 10px 20px;
    font-size: 14px;
  }

  .games-slides-culture-column {
    left: -16%;
  }
  #games-slides-mobile-links {
    display: block;
    position: relative;
    left: 15%;
    /* top: -11%; */
  }
  .games-slides-copy {
    padding-right: 0;
  }
  .games-slides-desc {
    padding: 0;
  }
}
