@import "global.css";
/* 
README

THIS STYLESHEET IS FOR GAMES PAGE

GAMES PAGE CONSIST OF SEVERAL BLOCKS
- GLOBAL
- BACKGROUND
- HEADER
- HERO
- OVERVIEW
- PREVIEW
- GAMEPLAY
- DESIRE
- SHOWCASE
- FOOTER

EACH BLOCK IS SEPARATED BY "[BLOCK NAME] BLOCK"
*/

:root {
  /* font sizes */
  --text-xs: clamp(12px, 1vw, 19px);
  --text-sm: clamp(12px, 1.2vw, 24px);
  --text-base: clamp(14px, 1.4vw, 27px);
  --text-md: clamp(14px, 1.6vw, 30px);
  --text-xl: clamp(21px, 2vw, 40px);
  --text-2xl: clamp(22px, 2.1vw, 42px);
  --text-3xl: clamp(34px, 3.3vw, 65px);

  /* font-family */

  --nunito: "Nunito", sans-serif;
  --mochi-pop-one: "Mochiy Pop One", sans-serif;
  --grandstander: "Grandstander", cursive;

  /* font-weight */
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;

  /* font-color */

  --white: #ffffff;
  --black: #344648;
  --orange: #f97d2f;
  --gray: #787878;
  --tosca-dark: #236072;
  --tosca-light: #0a788e;
  --green: #76d11a;
}

/* Global Block */

/* Background Block */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}
.background__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.background__container--base {
  background-color: white;
  height: 100%;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
}

/* Hero Block */
.hero__bottom-background {
  margin-top: -1px;
  width: 100%;
}
.hero__image {
  width: 100%;
  height: 35vw;
  object-fit: cover;
}
.hero__image_logo {
  width: 36.4vw;
}
.hero__container--sm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding-top: clamp(10px, 5.27vw, 110px);
  padding-bottom: 4vw;
}
.hero__container--sm.border-bottom {
  border-bottom: 2px solid var(--white);
}

.hero__container--full {
  background-color: var(--tosca-light);
  color: white;
}

.hero__section {
  display: flex;
  flex-direction: column;
}

.hero__content-container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}
.hero__content-wrapper-container--full {
  position: relative;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  height: 100%;
  width: 100%;
}
#hero__bob {
  position: absolute;
  width: 22vw;
  bottom: 11%;
  left: 43%;
  z-index: 2;
  opacity: 0;
}
/* #hero__bob.animate {
  animation: bob-in 2s, character-up-down 2s infinite alternate 2s;
  } */
#hero__dabro {
  position: absolute;
  width: 20vw;
  top: 2%;
  left: 53%;
  z-index: 1;
  opacity: 0;
}
/* #hero__dabro.animate {
    animation: dabro-in 2s 300ms, character-up-down 2s infinite alternate 2.3s;
    } */
#hero__tekton-purple {
  position: absolute;
  width: 15vw;
  bottom: -11%;
  left: 22%;
  z-index: 3;
}
#hero__tekton-purple.animate {
  animation: breathing 1s infinite alternate;
}
#hero__tekton-yellow {
  position: absolute;
  width: 12vw;
  bottom: 28%;
  left: 4%;
  z-index: 3;
  transform-origin: bottom;
}

#hero__tekton-yellow.animate {
  animation: breathing 1.5s infinite alternate;
}
#hero__tekton-pink {
  position: absolute;
  width: 10vw;
  bottom: 9%;
  left: 16%;
  z-index: 2;
  transform-origin: bottom;
}
#hero__tekton-pink.animate {
  animation: breathing 1.8s infinite alternate;
}
#hero__tekton-blue {
  position: absolute;
  width: 12vw;
  top: 1%;
  right: 5%;
  z-index: 2;
  transform-origin: bottom;
}
#hero__tekton-blue.animate {
  animation: breathing 1.3s infinite alternate;
}
#hero__stone {
  position: absolute;
  width: 21%;
  bottom: 0%;
  left: 0%;
  z-index: 3;
}
#hero__gatot {
  position: absolute;
  width: 7%;
  top: 15%;
  left: 40%;
  z-index: 3;
  opacity: 0;
}

/* #hero__gatot.animate {
  animation: gatot-in 2s forwards 500ms,
    character-up-down 2s infinite alternate 2.5s;
} */
#hero__ball-purple-right {
  position: absolute;
  width: 2%;
  top: 15%;
  left: 47%;
  z-index: 3;
}
#hero__ball-purple-right {
  animation: block-up-down 1.5s infinite alternate;
}
#hero__ball-purple-left {
  position: absolute;
  width: 4%;
  top: 3%;
  left: 20%;
  z-index: 3;
}
#hero__ball-purple-left {
  animation: block-up-down 1.5s infinite alternate;
}
#hero__block-left {
  position: absolute;
  width: 6%;
  top: 6%;
  left: 12%;
  z-index: 3;
}
#hero__block-left {
  animation: block-up-down 2s infinite alternate;
}
#hero__block-right {
  position: absolute;
  width: 5%;
  top: -2%;
  left: 36%;
  z-index: 3;
}
#hero__block-right {
  animation: block-up-down 2s infinite alternate;
}
#hero__block-middle {
  position: absolute;
  width: 3%;
  top: 8%;
  left: 30%;
  z-index: 3;
}
#hero__block-middle {
  animation: block-up-down 2s infinite alternate;
}
.hero__wrapper > picture {
  position: relative;
  z-index: -1;
}
.hero__wrapper {
  z-index: -2;
}
.hero__container--sm > picture {
  width: 100%;
}
.hero__container--sm > picture > img {
  width: 100%;
}
.hero__text {
  margin-right: 24px;
  width: clamp(250px, 27vw, 600px);
  font-weight: 300;
}
.hero__text > .hero__title--base {
  width: fit-content;
  text-align: left;
  font-size: var(--text-3xl);
  font-family: var(--grandstander);
  font-weight: var(--font-extrabold);
  margin-bottom: 24px;
}

@keyframes bob-in {
  0% {
    transform: scale(0);
    left: 22%;
    bottom: 11%;
    opacity: 0;
  }
  40% {
    bottom: 20%;
    opacity: 1;
  }
  100% {
    bottom: 11%;
    transform: scale(1);
    left: 43%;
    opacity: 1;
  }
}

@keyframes dabro-in {
  0% {
    transform: scale(0);
    /* opacity: 0; */
    left: 32%;
    top: 24%;
    opacity: 0;
  }
  40% {
    top: 0%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    top: 2%;
    left: 53%;
    opacity: 1;
  }
}
@keyframes gatot-in {
  0% {
    opacity: 0;
    transform: scale(0);
    /* opacity: 0; */
    top: 45%;
    left: 30%;
  }
  40% {
    top: 15%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    top: 15%;
    left: 40%;
    opacity: 1;
  }
}
@keyframes breathing {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.9);
  }
}
@keyframes character-up-down {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(-5%);
  }
}
@keyframes block-up-down {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-8%);
  }
}
.hero__content:first-child > img {
  width: 36.4vw;
}
.hero__logo-content-container {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}
.hero__content:last-child > img {
  width: 23.5vw;
}

.hero__content:last-child {
  place-self: center;
  padding-top: 13.5vw;
  padding-left: 8.8vw;
}

.hero__content:first-child {
  padding-top: 6.5vw;
  padding-left: 5.8vw;
}

.hero__wrapper {
  position: relative;
}

/* .hero__content:first-child {
  width: 32.2vw;
}

.hero__content:last-child {
  width: 27vw;
  position: relative;
  top: 25vw;
  left: 2vw;
  height: fit-content;
} */

.hero__card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 0.5vw, 10px);
  width: fit-content;
  place-self: center end;
}

.hero__card-item > img {
  height: clamp(40px, 4vw, 77px);
  width: clamp(70px, 7vw, 130px);
  object-fit: contain;
  padding: 1.3vw 0;
  box-sizing: content-box;
  background-color: var(--tosca-dark);
}

.hero__card-item > p {
  text-align: center;
  font-size: var(--text-xs);
  font-family: var(--grandstander);
  font-weight: 800;
  color: #a1edef;
  margin-top: 0.5vw;
}
.hero__text {
  font-family: var(--nunito);
  font-size: var(--text-base);
  display: block;
}
.hero__swiper-container--full {
  overflow: hidden;
  margin: 1vw auto 3vw auto;
  position: relative;
  height: 16.667vw;
  width: 85.5%;
}
.hero.swiper-wrapper {
  display: flex;
  align-items: center;
  left: 0.0.5vw;
}
.hero.swiper-slide {
  width: fit-content;
  aspect-ratio: 5/4;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  overflow: hidden;
  position: relative;
  /* transition-delay: 300ms; */
}
.hero.swiper-slide:not(.swiper-slide-active) {
  height: 15.8595vw;
  border-radius: 4px;
  /* transition: 350ms ease-in-out; */
}
.hero.swiper-slide > picture {
  width: 100%;
  justify-content: center;
}
.hero.swiper-slide > picture > img {
  width: fit-content;
  aspect-ratio: 5/4;
  height: 16.667vw;
  object-fit: cover;
  border-radius: 4px;
  /* transition: 200ms ease-in-out; */
}
.hero.swiper-slide:not(.swiper-slide-active) > picture > img {
  width: 100%;
  opacity: 0.6;
  height: 15.8595vw;
}
.hero.swiper-slide > .hero__active-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: var(--grandstander);
  font-weight: var(--font-bold);
  padding-bottom: 1.5vw;
  aspect-ratio: 5/4;
  height: 100%;
  top: 0;
  transform: translateY(100%);
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  opacity: 0;
  border-radius: 4px;
}
.hero.swiper-slide.swiper-slide-active > .hero__active-overlay {
  transform: translateY(0);
  opacity: 1;
}
.hero__swiper-container--full > .hero__button-container--full {
  height: fit-content;
}
.hero__swiper-container--full > .hero__button-container--full > div {
  width: 94%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
.custom-prev,
.custom-next {
  pointer-events: auto;
  top: 50%;
  transform: scale(1);
  transition: 300ms ease-in-out;
  width: 5vw;
  max-width: 58px;
  border-radius: 4px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.custom-prev > img,
.custom-next > img {
  width: 100%;
}
.custom-next {
  transform: scale(1);
}
.custom-prev {
  transform: scale(1) rotate(180deg);
}

.custom-prev:hover {
  transform: scale(1.1) rotate(180deg);
}

.custom-next:hover {
  /* width: 56px; */
  transform: scale(1.1);
}
/* .custom-prev::after {
  content: '←';
}
.custom-next::after {
  content: '→';
} */
/* .overview__animation-image {
  animation: play-by-play-parallax linear forwards;
  animation-timeline: view();
}

@keyframes play-by-play-parallax {
  from {
    top: 50%;
  }
  to {
    top: -20px;
  }
} */

/* Overview Block */
.overview__swiper-navigations {
  display: none;
}
.overview__swiper-container {
  overflow-x: hidden;
  margin-top: -2vw;
}
.overview.swiper-wrapper {
  align-items: end;
}
.overview.swiper-slide {
  transform: translate(0);
  transition: 200ms all ease-in-out;
  padding-top: 5vw;
}
.overview.swiper-slide:hover {
  cursor: pointer;
  transform: translateY(-5vw);
}
.overview__card-item-content.primary {
  background-image: url("/assets/games/card-1-inactive.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 200ms ease-in-out;
}
.overview__card-item-content.secondary {
  background-image: url("/assets/games/card-2-inactive.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 200ms ease-in-out;
}
.overview.swiper-slide:hover .overview__card-item-content.primary {
  background-image: url("/assets/games/card-1-active.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.overview.swiper-slide:hover .overview__card-item-content.secondary {
  background-image: url("/assets/games/card-2-active.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.overview__card-title {
  font-weight: var(--font-bold);
  font-size: var(--text-md);
  font-family: var(--grandstander);
  color: var(--black);
  margin-bottom: 2.5vw;
  text-align: center;
}

.overview__card-description {
  font-family: var(--nunito);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--gray);
  text-align: center;
}

.overview__card-item-content {
  padding-top: 8vw;
  padding-bottom: 4vw;
}
.overview__card-icon {
  width: 14vw;
}
.overview__card-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: -5vw;
}

.overview__title--base {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: var(--black);
  font-size: var(--text-2xl);
  font-family: var(--mochi-pop-one);
  font-weight: var(--font-regular);
}
.overview__title--base > span {
  color: var(--orange);
}

.overview__animation-container {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.overview__animation-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(180px, 13.85vw, 266px);
}

.overview__animation-line {
  width: 3px;
  height: 12rem;
  background-color: var(--orange);
  margin-top: clamp(100px, 8.5vw, 165px);
}
.overview__content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5vw;
}
.overview__content-image-container {
  width: 100%;
  place-self: start end;
  position: relative;
}

.overview__parallax-background {
  width: 90%;
  position: relative;
  z-index: -1;
}
.overview__content-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.overview__bob-parallax {
  position: absolute;
  top: 30%;
  right: -10%;
  width: 23vw;
  z-index: 1;
  /* opacity: 0; */
  /* animation: character-up-down 2s infinite alternate 0s; */
}
.overview__om-parallax {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 13vw;
  z-index: -1;
  opacity: 0;
  /* animation: character-up-down 1.8s infinite alternate 0s; */
}
.overview__gatot-parallax {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 8vw;
  z-index: -2;
  opacity: 0;
  /* animation: character-up-down 1.5s infinite alternate 0s; */
}
.overview__content-image {
  width: 31.5vw;
}
.overview__content {
  color: var(--black);
}
.overview__content > h3 {
  padding-top: 2vw;
  font-size: var(--text-3xl);
  font-family: var(--grandstander);
}
.overview__content > p {
  font-size: var(--text-md);
  font-family: var(--nunito);
  font-weight: var(--font-medium);
  color: var(--gray);
  margin-top: 1.2vw;
}
#overview__section {
  margin-bottom: 3.4vw;
  margin-top: 5.2vw;
}
/* Preview Block */
.preview__background-bottom {
  margin-top: -1px;
}
.preview__background-top {
  margin-bottom: -1px;
}
#preview__section {
  display: flex;
  flex-direction: column;
}
.preview__background-top {
  width: 100%;
}
.preview__container--full {
  background-color: var(--tosca-light);
  padding-top: 3vw;
  padding-bottom: 2vw;
  position: relative;
}
.preview__container--sm {
  position: relative;
  z-index: 1;
  padding-top: 4vw;
}
.preview__video-container {
  width: 100%;
  margin-bottom: clamp(50px, 5.2vw, 100px);
}
.preview__background-motive-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.preview__background-motives {
  width: 100%;
}
.preview__video {
  width: 100%;
  aspect-ratio: 16/9;
}
.preview__content-title {
  text-align: center;
  font-family: var(--grandstander);
  font-size: var(--text-3xl);
  color: #344648;
  margin-bottom: 2vw;
}
.preview__email-container {
  display: flex;
  align-items: center;
  margin-left: 2vw;
}

.preview__content-description {
  max-width: clamp(300px, 33.85vw, 650px);
  margin: 0 auto;
  font-family: var(--nunito);
  font-size: var(--text-md);
  color: #fff;
  font-weight: var(--font-medium);
  margin-bottom: 2.125vw;
  margin-left: 2vw;
}

.preview__email-container > input {
  margin-right: 1vw;
  width: clamp(250px, 26vw, 500px);
  /* height: 3.5vw; */
  padding: clamp(8px, 0.8vw, 17px) var(--text-base);
  color: var(--black);
  padding-left: 1.35vw;
  font-family: var(--nunito);
  font-size: var(--text-md);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.preview__email-container > input::placeholder {
  /* color: var(--gray); */
  color: rgba(0, 0, 0, 0.2);
}
.preview__email-container > button {
  background-color: transparent;
  border: none;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
}

.preview__email-container > button > img {
  height: clamp(30px, 3.125vw, 60px);
  aspect-ratio: 1/1;
  object-fit: contain;
}
.preview__email-container > button:hover {
  cursor: pointer;
}

/* Gameplay Block */

.img-section {
  margin: 0 auto;
  padding-bottom: 8%;
  display: block;
  width: 100%;
}

.gameplay__section-title {
  color: var(--black);
  font-family: var(--grandstander);
  font-size: var(--text-3xl);
  font-weight: var(--font-extrabold);
  text-align: center;
  margin-bottom: 4vw;
}
.gameplay__content-container > div {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
}
.gameplay__divider {
  background-color: var(--orange);
  opacity: 0.2;
  margin: 2vw 0;
  box-sizing: border-box;
  display: block;
}
.gameplay__content-container > img {
  place-self: center start;
}
.gameplay__content-text.left {
  padding-left: 0;
  padding-right: 3vw;
  /* margin-bottom: 4.5vw; */
}
.gameplay__content-text {
  place-self: center start;
  padding-left: 3vw;
}
.gameplay__content .gameplay__content-text.reverse {
  padding-right: 3vw;
  padding-left: 0;
  align-items: center;
  text-align: right;
}
.gameplay__content.reverse > picture {
  justify-content: end;
}

.gameplay__content-text > h3 {
  font-family: var(--grandstander);
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--black);
}

.gameplay__content-text > p {
  font-size: var(--text-md);
  font-weight: var(--font-medium);
  color: var(--gray);
  font-family: var(--nunito);
  margin-top: 1.5vw;
}

.gameplay__content-image {
  object-fit: contain;
  width: 32.8125vw;
}
.container-gap {
  margin-bottom: 6vw;
}

#gameplay__bulletin-icon {
  grid-template-columns: 1fr;
  display: grid;
}
#gameplay__bulletin-icon > img {
  place-self: center;
  width: 2.15vw;
  height: fit-content;
}
#gameplay__section {
  padding-top: 3vw;
}

/* Highlights */
#highlights {
  margin-top: 8vw;
}
.highlights__container--sm > h2 {
  margin-bottom: 3.3vw;
  font-family: var(--grandstander);
  font-size: var(--text-3xl);
  font-weight: var(--font-extrabold);
  color: var(--black);
  text-transform: uppercase;
  text-align: center;
}
.highlights__content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.highlights__content {
  display: flex;
  /* grid-template-columns: repeat(1, 1fr);
  gap: 2.5vw; */
  flex-direction: column;
  align-items: center;
}
.highlights__content > picture {
  height: fit-content;
}
.highlights__content > picture > img {
  width: 100%;
  height: 15vw;
  object-fit: contain;
}

.highlights__content-text {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2vw;
  margin-top: 2.5vw;
}
.highlights__content-text > h3 {
  font-family: var(--grandstander);
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--black);
}
.highlights__content-text > p {
  font-size: var(--text-sm);
}
.highlights__button-container--full > div {
  display: none;
}

/* tektonpedia */
.tektonpedia__container--sm {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin: 8vw auto 88px auto;
}
.tektonpedia__container--sm > img {
  width: 32vw;
}
.tektonpedia__text {
  padding-left: 45px;
}
.tektonpedia__text > img {
  display: none;
}
.tektonpedia__text > h2 {
  font-weight: var(--font-extrabold);
  font-family: var(--grandstander);
  font-size: var(--text-3xl);
  color: var(--black);
  margin-bottom: 24px;
}
.tektonpedia__text > p {
  margin-bottom: 32px;
}
.tektonpedia__text > button {
  background: transparent;
  padding: 8px 32px;
  border: 4px solid #f97d2f;
  border-radius: 4px;
  transform: perspective(700px) rotateY(-30deg) translateX(-3.4vw);
  cursor: pointer;
  font-weight: var(--font-bold);
  font-size: var(--text-base);
  color: var(--black);
  transition: 300ms ease-in-out;
}

.tektonpedia__text > button:hover {
  background-color: #f97d2f;
  color: #ffffff;
}

/* Preview Section */
.community__container--sm {
  margin-top: 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}
.community__container--sm img {
  width: 100%;
}
.community__text > h2 {
  font-family: var(--grandstander);
  font-size: var(--text-2xl);
  font-weight: var(--font-extrabold);
  color: var(--white);
  margin-bottom: 2vw;
  margin-top: 0.5vw;
}
.community__text > p {
  color: var(--white);
  margin-bottom: 1.5vw;
  width: 90%;
}
.community__text > a > button {
  background: transparent;
  padding: 8px 32px;
  border: 4px solid #f97d2f;
  border-radius: 4px;
  transform: perspective(700px) rotateY(-30deg) translateX(-1.4vw);
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.community__text > a > button:hover {
  background-color: #f97d2f;
  color: #ffffff;
}
.community__text > a > button {
  font-weight: var(--font-bold);
  font-size: var(--text-base);
  color: var(--white);
}
.testimony {
  margin-top: 5vw;
  position: relative;
}
.testimony__container--sm > h2 {
  font-family: var(--grandstander);
  font-size: var(--text-3xl);
  font-weight: var(--font-extrabold);
  color: var(--white);
  margin-bottom: 3vw;
}
/* .testimony__content-wrapper.swiper-wrapper{
  height: 74vw;
} */
.testimony__content-card {
  height: fit-content;
  height: 100%;
  background-color: #ffffff;
  padding: 36px 33px 24px 33px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.box-img__swiper {
  width: 8%;
}
.box-content__swiper {
  width: 89%;
}

.box-img__swiper img {
  width: 100%;
}

.box-content__swiper > h4 {
  font-family: var(--grandstander);
  margin-bottom: 0.63vw;
  color: var(--black);
}
.box-content__swiper > p {
  font-size: var(--text-sm);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimony__content-card > a {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--black);
  text-decoration: none;
}
.testimony__button-container--full {
  height: 90%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
.testimony__button-container--full > div {
  height: 84%;
  width: 80vw;
  margin: 0 auto;
  left: 0;
  top: 0%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper__pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 2.4vw;
}
.swiper-pagination-bullet {
  width: 0.938vw;
  height: 0.938vw;
  background-color: transparent;
  opacity: 1;
  border-radius: 50%;
  margin: 0 4px; /* sebagai pengganti gap */
  transition: all 0.3s ease;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 2px solid white;
}
.swiper-pagination-bullet-active {
  background-color: #ff7c1a;
  transform: scale(1.2);
}

/* Desire Block */
.desire__container--base {
  position: relative;
}
.desire__content-title {
  margin-top: 7vw;
  margin-bottom: 6vw;
  font-family: var(--grandstander);
  font-weight: var(--font-extrabold);
  font-size: var(--text-3xl);
  color: var(--black);
  text-align: center;
}
.desire__swiper-navigations {
  display: none;
}
.desire__swiper-container {
  overflow-x: hidden;
  margin-top: -2vw;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.desire.swiper-wrapper {
  align-items: end;
}
.desire.swiper-slide {
  transform: translate(0);
  transition: 200ms all ease-in-out;
  padding-top: 5vw;
}
.desire.swiper-slide:hover {
  cursor: pointer;
  transform: translateY(-5vw);
}
.desire__card-item-content.primary {
  background-image: url("/assets/games/card-1-inactive.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 200ms ease-in-out;
}
.desire__card-item-content.secondary {
  background-image: url("/assets/games/card-2-inactive.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 200ms ease-in-out;
}
.desire.swiper-slide:hover .desire__card-item-content.primary {
  background-image: url("/assets/games/card-1-active.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.desire.swiper-slide:hover .desire__card-item-content.secondary {
  background-image: url("/assets/games/card-2-active.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.desire__card-title {
  font-weight: var(--font-bold);
  font-size: var(--text-md);
  font-family: var(--grandstander);
  color: var(--black);
  margin-bottom: 2.5vw;
  text-align: center;
}

.desire__card-description {
  font-family: var(--nunito);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--gray);
  text-align: center;
}

.desire__card-item-content {
  padding-top: 8vw;
  padding-bottom: 4vw;
}
/* .desire__card-icon {
  width: 7.65vw;
  height: fit-content;
} */
.desire__card-icon {
  width: 7.65vw;
  height: 7.65vw;
}

.desire__card-icon.first {
  background-image: url("/assets/games/tile-1.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 200ms all ease-in-out;
}
.desire__card-icon.second {
  background-image: url("/assets/games/tile-2.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 200ms all ease-in-out;
}
.desire__card-icon.third {
  background-image: url("/assets/games/tile-3.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 200ms all ease-in-out;
}
.desire.swiper-slide:hover .desire__card-icon.first {
  background-image: url("/assets/games/tile-1-active.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.desire.swiper-slide:hover .desire__card-icon.second {
  background-image: url("/assets/games/tile-2-active.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.desire.swiper-slide:hover .desire__card-icon.third {
  background-image: url("/assets/games/tile-3-active.png") !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.desire__card-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: -5vw;
}

/* Showcase Block */
.showcase__container--base {
  margin-top: clamp(50px, 3.75vw, 72px);
}
.showcase__container--sm {
  position: relative;
}
#showcase__section {
  margin-top: 12vw;
  margin-bottom: 14vw;
}
.showcase__image {
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  opacity: 20%;
  width: 40%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.img-quotes {
  width: 100%;
}

.showcase__container--sm > h2 {
  padding-top: 1vw;
  margin: 0 auto;
  font-family: var(--grandstander);
  font-size: var(--text-3xl);
  font-weight: var(--font-extrabold);
  color: var(--black);
  text-transform: uppercase;
  width: 90%;
}
.showcase__container--sm > p {
  font-family: var(--nunito);
  font-size: var(--text-md);
  font-weight: var(--font-medium);
  color: var(--gray);
  margin-top: 1.5vw;
}
.showcase__container--sm > h2,
.showcase__container--sm > p {
  text-align: center;
}
.showcase__image-container > img {
  width: 50vw;
}
.showcase__image-container {
  display: flex;
  justify-content: center;
}

.showcase__image-container > picture > img {
  width: 100%;
}

.double-img {
  position: absolute;
  left: 0%;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.double-img img {
  width: 14%;
}
.double-img img.mirror {
  transform: scaleX(-1);
}

/* Footer Block */
.footer__content-container > .footer__container--sm#footer__container--sm {
  width: 100%;
}
.footer__content-container > div:first-child > .footer__container--sm {
  width: 100%;
}
.footer__background-top {
  margin-bottom: -1px;
}
#footer {
  display: flex;
  flex-direction: column;
}
.footer__background-top {
  width: 100%;
  height: fit-content;
}

.footer__container--full {
  background-color: var(--tosca-light);
  position: relative;
}
.footer__container--sm {
  position: relative;
  z-index: 1;
}

.footer__background-motive {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.footer__content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 5vw;
}

.footer__email-container {
  display: flex;
  align-items: center;
}
.footer__email-container > input {
  margin-right: 1vw;
  width: 26vw;
  height: 3.5vw;
  color: var(--black);
  padding-left: 1.35vw;
  font-family: var(--nunito);
  font-size: var(--text-md);
}
.footer__email-container > input::placeholder {
  color: var(--gray);
}
.footer__email-container > button {
  background-color: transparent;
  border: none;
  height: fit-content;
  display: flex;
  align-items: center;
}
.footer__email-container > button > img {
  width: 3vw;
  height: 3vw;
  object-fit: contain;
}
.footer__email-container > button:hover {
  cursor: pointer;
}

.footer__cta {
  font-family: var(--grandstander);
  font-size: var(--text-3xl);
  color: white;
  font-weight: var(--font-extrabold);
}
.footer__cta-description {
  font-family: var(--nunito);
  font-size: var(--text-md);
  font-weight: var(--font-medium);
  color: white;
  margin-top: 1.5vw;
  margin-bottom: 2.5vw;
  max-width: 68%;
}
.footer__social-media-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: fit-content;
  gap: 0.5vw;
  place-self: start end;
}

.footer__social-media-item {
  place-self: center;
  width: 10.1vw;
  height: 10.1vw;
  background-color: var(--tosca-dark);
  display: grid;
}
.footer__social-media-item > img {
  place-self: center;
  height: 3.75vw;
}
.footer__navigation-container {
  font-family: var(--nunito);
  font-size: var(--text-md);
  font-weight: var(--font-bold);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__navigation-link-container {
  display: flex;
  align-items: center;
  margin: 6vw 0;
}
.footer__navigation-link-container > a {
  text-decoration: none;
  color: white;
}

.footer__navigation-link-container > a:not(:last-child) {
  margin-right: 3.5vw;
}
.footer__copyright-container {
  display: flex;
  align-items: center;
  padding-bottom: 5vw;
}
.footer__copyright-container > a {
  text-decoration: none;
  color: white;
  margin-right: 3.5vw;
  font-weight: var(--font-regular);
}

/* Mobile Version */
@media (max-width: 641px) {
  :root {
    /* --text-sm: clamp(10px, 3.8vw, 14px);
    --text-base: clamp(12px, 4.4vw, 16px);
    --text-md: clamp(16px, 5vw, 18px);
    --text-xl: clamp(18px, 4.68vw, 30px); */
    --text-sm: clamp(14px, 2.1vw, 22px);
    --text-base: clamp(16px, 2.5vw, 24px);
    --text-md: clamp(18px, 2.8vw, 26px);
    --text-xl: clamp(30px, 4.6vw, 28px);
  }
  .header__nav {
    display: none;
  }
  .hero__wrapper > picture {
    padding-top: 54px;
  }
  .hero__content > picture {
    display: grid;
  }
  [class*="container--sm"] {
    width: 75vw;
    margin: 0 auto;
  }
  /* Global Block */
  .no-scroll {
    overflow: hidden;
  }
  /* .hero__content-container {
    display: none;
  } */

  /* Hero Block */
  .hero__container--base,
  .box-img__swiper {
    display: none;
  }
  .hero__content:last-child {
    display: none;
  }
  .hero__logo-content-container {
    grid-template-columns: auto;
  }
  .hero__content-wrapper-container--full {
    display: none;
  }
  .hero__content:first-child {
    padding-top: 0;
    padding-left: 0;
  }
  .hero__image_logo {
    width: 65.8vw;
    padding-top: 28.3vw;
    place-self: center;
  }
  .hero__text > .hero__title--base {
    text-align: center;
    width: 100%;
  }
  .hero__image {
    height: 123.8vw;
    object-position: right;
    object-fit: cover;
  }
  .hero__container--sm {
    padding: 7vw 0;
    grid-template-columns: 1fr;
  }
  .hero__container--sm.border-bottom {
    border-bottom: 2px solid var(--white);
  }
  .hero__text {
    display: block;
    font-size: var(--text-sm);
    font-family: var(--nunito);
    font-weight: var(--font-medium);
    color: white;
    text-align: center;
    padding: 10vw 0;
    width: 100%;
  }
  .hero__card-container {
    width: 100%;
    margin-top: 11.8vw;
    padding-bottom: 10vw;
  }
  .hero__card-item > img {
    height: 10.2vw;
    width: 100%;
    padding: 5vw 0;
  }
  .hero__card-item > p {
    margin-top: 6.6vw;
  }
  /* Hero slider */
  .hero__swiper-container--full {
    width: 100%;
    height: 100%;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .hero.swiper-slide {
    height: 44vw;
    width: 60vw;
  }
  .hero.swiper-slide > .hero__active-overlay{
    width: 100%;
    padding-bottom: 16px;
  }
  .hero.swiper-slide:not(.swiper-slide-active) {
    height: 40vw;
  }
  .hero.swiper-slide > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
  .hero.swiper-slide:not(.swiper-slide-active) > picture > img {
    opacity: 0.6;
    height: 100%;
  }
  .hero__button-container--full > div {
    width: 84% !important;
  }
  .custom-prev,
  .custom-next {
    width: 9vw;
  }
  .custom-prev > img,
  .custom-next > img {
    width: 100%;
  }

  /* Overview Block */
  .overview__bob-parallax {
    width: 45vw;
  }
  .overview__om-parallax {
    width: 25vw;
  }
  .overview__gatot-parallax {
    width: 15vw;
  }
  .overview__swiper-navigations {
    position: absolute;
    left: 0;
    /* height: 100%; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 25vw;
  }
  .overview__container--base {
    position: relative;
  }
  .overview__swiper-container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .overview__swiper-next,
  .overview__swiper-prev {
    width: 11vw;
    height: fit-content;
  }
  .overview__swiper-next {
    transform: scale(-1, 1);
  }
  .overview__title--base {
    margin-top: 13.8vw;
    font-size: var(--text-md);
  }
  .overview__animation-container {
    flex-direction: column-reverse;
    margin-top: 15vw;
    position: relative;
  }
  .overview__animation-image {
    position: absolute;
    top: 0;
    left: auto;
    width: 46vw;
  }
  .overview__animation-line {
    height: 3px;
    width: 23.6vw;
    margin-top: 38vw;
  }

  .overview__content-container {
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 13.8vw;
    gap: 13.8vw;
  }
  .overview__content > p {
    font-size: var(--text-base);
  }
  .overview__content > h3 {
    margin-bottom: 6.6vw;
    font-size: var(--text-xl);
  }
  .overview__content-image {
    width: 100%;
  }

  .overview.swiper-slide:hover .overview__card-item-content.primary,
  .overview.swiper-slide:hover .overview__card-item-content.secondary,
  .overview__card-item-content.secondary,
  .overview__card-item-content.primary {
    background-image: url("/assets/games/card-1-active.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 200ms ease-in-out;
  }

  .overview.swiper-slide:hover,
  .overview.swiper-slide {
    transform: translate(0);
  }
  .overview__card-icon {
    width: 44vw;
  }
  .overview__card-title {
    font-size: var(--text-md);
  }
  .overview__card-item-content.primary,
  .overview__card-item-content.secondary {
    padding-top: 25vw;
    padding-bottom: 8.3vw;
  }
  .overview__card-icon-container {
    margin-bottom: -20vw;
  }
  #overview__section {
    margin-bottom: 13.8vw;

    margin-top: 13.8vw;
  }

  /* Preview Block */
  .preview__container--sm {
    width: 100%;
  }
  .preview__content-title {
    font-size: var(--text-xl);
    margin: 7vw auto;
    width: 70vw;
  }
  .preview__video-container {
    width: 70vw;
    margin: 0 auto;
  }
  .preview__content-description {
    max-width: 80vw;
    width: 70vw;
    margin: 5.8vw auto;
    color: var(--gray);
    font-size: var(--text-base);
    color: #fff;
    text-align: center;
    margin-left: 0;
  }
  .preview__content-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .preview__email-container {
    width: 70vw;
    margin: 0 auto;
    display: flex;
    /* flex-direction: column; */

    justify-content: center;
    align-items: center;
  }
  .preview__email-container > input::placeholder {
    font-size: var(--text-sm);
  }
  .preview__email-container > input {
    width: 100%;
    height: 9.1vw;
    padding: 0 4.16vw;
    margin: 0;
    margin-right: 2vw;
  }
  .preview__container--full {
    padding: 12vw 0;
  }
  .preview__email-container > button > img {
    width: 9.1vw;
    height: 9.1vw;
  }

  /* Gameplay */
  #gameplay__section {
    padding-top: clamp(24px, 7.3vw, 47px);
  }
  .gameplay__container--sm {
    padding-top: 8vw;
    width: 70vw;
  }
  .gameplay__section-title {
    font-size: var(--text-xl);
    margin: 6vw 0;
  }
  .gameplay__content-container {
    margin-bottom: 12vw;
  }
  .gameplay__content-container > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 8vw;
    justify-content: center;
    align-items: center;
  }
  .gameplay__divider {
    display: none;
  }
  .gameplay__content-text.reverse,
  .gameplay__content-text,
  .gameplay__content-image {
    width: 100%;
    height: fit-content;
    padding: 0 !important;
  }
  .gameplay__content.reverse {
    flex-direction: column-reverse;
  }
  .gameplay__content-text > h3 {
    font-size: var(--text-md);
    text-align: center;
    margin-bottom: 4vw;
  }
  .gameplay__content-text > p {
    font-size: var(--text-sm);
    text-align: center;
  }
  .gameplay__content-text {
    margin-top: 5vw;
    /* margin-bottom: 8.6vw; */
  }
  .gameplay__content-image {
    width: 60vw;
  }
  #gameplay__bulletin-icon {
    display: none;
  }

  /* Testimony */
  .testimony {
    margin-top: 6vw;
  }
  .testimony__container--sm {
    margin: 0;
    width: 100vw;
  }
  .testimony__container--sm > h2 {
    text-align: center;
    font-size: var(--text-xl);
    margin-bottom: 21px;
  }
  .testimony__content-card {
    text-align: start;
    width: 70vw;
    opacity: 0.5;
    /* transition: all 0.3s ease; */
  }
  .testimony__content-card.swiper-slide-active {
    opacity: 1;
  }
  .testimony__content-card.swiper-slide {
    padding: 4vw;
    /* height: ; */
  }
  .testimony__content-card.swiper-slide > h4 {
    padding-bottom: 2vw;
  }
  .testimony__button-container--full > div {
    display: none;
  }
  .testimony__content-card > p {
    -webkit-line-clamp: 11;
  }
  .swiper__pagination {
    margin-top: 6vw;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border: 1px solid white;
  }

  /* Highlights */
  .highlights__container--sm {
    margin: 0;
    width: 100vw;
  }
  .highlights__container--sm > h2 {
    width: 70vw;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
  .highlights__swiper {
    width: 100vw;
    overflow: hidden;
    position: relative;
    /* display: flex; */
  }
  .highlights__content-wrapper {
    width: 100%;
  }
  .highlights__content {
    width: 64vw;
    /* gap: 6vw; */
  }
  .highlights__content > img {
    height: 46.3vw;
    width: 100%;
    opacity: 0.5;
  }
  .highlights__content > .highlights__content-text {
    transition: all 200ms ease-in-out;
    opacity: 0;
  }
  .highlights__content.swiper-slide-active > img {
    opacity: 1;
  }
  .highlights__content.swiper-slide-active > .highlights__content-text {
    transition: all 200ms ease-in-out;
    opacity: 1;
  }
  .highlights__content-text {
    gap: 5vw;
  }
  .highlights__content-text > h3 {
    font-size: var(--text-md);
  }
  .highlights__content-text > p {
    font-size: var(--text-base);
  }
  .highlights__content > picture > img {
    height: 50vw;
    opacity: 0.5;
    transition: all 200ms ease-in-out;
    /* filter: grayscale(100%);
    -webkit-filter: grayscale(100%); */
  }
  .highlights__content.swiper-slide-active > picture > img {
    opacity: 1;
    transition: all 200ms ease-in-out;
    /* filter: grayscale(0%);
    -webkit-filter: grayscale(0%); */
  }
  .highlights__button-container--full > div {
    width: 84%;
    height: 64%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
  }
  /* Tektonpedia */
  .tektonpedia__container--sm {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 8vw;
    text-align: center;
    padding: 14vw 0;
  }
  .tektonpedia__container--sm > img {
    display: none;
  }
  .tektonpedia__text > img {
    display: block;
    width: 70vw;
    margin-bottom: 4vw;
    order: 2;
  }
  .tektonpedia__container--sm > .tektonpedia__text {
    padding: 0;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tektonpedia__text > h2 {
    order: 1;
    padding-bottom: 6vw;
  }
  .tektonpedia__text > p {
    order: 3;
  }
  .tektonpedia__container--sm > .tektonpedia__text > button {
    align-self: center;
    transform: perspective(700px) rotateY(-30deg) translateX(-10px);
    order: 4;
  }

  /* Community */
  .community__container--sm {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 8vw;
  }
  .community__container--sm > img {
    width: 100%;
  }
  .community__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2vw;
  }
  .community__text > h2 {
    font-size: var(--text-xl);
    margin-top: 4vw;
    margin-bottom: 6vw;
  }
  .community__text > button {
    margin-top: 4vw;
    transform: perspective(700px) rotateY(-30deg) translateX(0px);
  }

  /* Desire Block */
  .desire__content-title {
    font-size: var(--text-xl);
    margin-bottom: 7vw;
  }
  .desire__swiper-navigations {
    position: absolute;
    left: 0;
    /* height: 100%; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 25vw;
  }
  .desire__container--base {
    position: relative;
  }
  .desire__container--sm {
    width: 70vw;
  }
  .desire__swiper-container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .desire__swiper-next,
  .desire__swiper-prev {
    width: 11vw;
    height: fit-content;
  }
  .desire__swiper-next {
    transform: scale(-1, 1);
  }

  .desire.swiper-slide:hover .desire__card-item-content.primary,
  .desire__card-item-content.primary {
    background-image: url("/assets/games/card-1-active.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 200ms ease-in-out;
  }
  .desire.swiper-slide:hover .desire__card-item-content.secondary,
  .desire__card-item-content.secondary {
    background-image: url("/assets/games/card-2-active.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 200ms ease-in-out;
  }

  .desire.swiper-slide:hover,
  .desire.swiper-slide {
    transform: translate(0);
  }
  .desire__card-icon {
    width: 30vw;
    height: 30vw;
  }
  .desire__card-title {
    font-size: var(--text-md);
  }
  .desire__card-item-content.primary,
  .desire__card-item-content.secondary {
    padding-top: 25vw;
    padding-bottom: 8.3vw;
  }
  .desire__card-icon-container {
    margin-bottom: -15vw;
  }
  .desire.swiper-slide:hover .desire__card-icon.first,
  .desire__card-icon.first {
    background-image: url("/assets/games/tile-1-active.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 200ms all ease-in-out;
  }
  .desire.swiper-slide:hover .desire__card-icon.second,
  .desire__card-icon.second {
    background-image: url("/assets/games/tile-2-active.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 200ms all ease-in-out;
  }
  .desire.swiper-slide:hover .desire__card-icon.third,
  .desire__card-icon.third {
    background-image: url("/assets/games/tile-3-active.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 200ms all ease-in-out;
  }

  /* Showcase Block */
  .showcase__container--sm {
    width: 70vw;
    position: relative;
    padding: 28vw 0;
  }
  #showcase__section {
    margin: 13.8vw 0;
  }
  .showcase__image {
    width: 70vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-quotes {
    width: 100%;
  }
  .showcase__container--sm > h2 {
    font-size: var(--text-xl);
  }
  .showcase__container--sm > .double-img {
    top: 0;
    flex-direction: column-reverse;
    align-items: center;
    height: 100%;
  }
  .showcase__container--sm > .double-img > img {
    width: 24vw;
  }
  .showcase__container--sm > p {
    margin: 3.9vw 0;
  }
  .showcase__container--base > .showcase__container--sm {
    width: 100%;
  }
  .showcase__image-container > img {
    width: 100%;
  }

  /* Footer Block */
  .footer__content-container {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 8vw;
  }
  .footer__cta {
    font-size: var(--text-xl);
  }
  .footer__cta-description {
    max-width: 73%;
    margin: 7vw auto;
    font-size: var(--text-sm);
  }
  .footer__email-container {
    background-color: white;
    padding: 1vw;
    border-radius: 0.5vw;
  }
  .footer__email-container > input {
    width: 100%;
    height: 100%;
  }
  .footer__email-container > button > img {
    width: 8.3vw;
    height: fit-content;
  }
  .footer__social-media-container {
    width: 100%;
    margin-top: 13.8vw;
  }
  .footer__social-media-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .footer__social-media-item > img {
    height: 10.8vw;
  }
  .footer__navigation-link-container {
    justify-content: center;
    flex-wrap: wrap;
    margin: 13.8vw 0;
  }
  .footer__navigation-link-container > a,
  .footer__navigation-link-container > a:not(:last-child) {
    margin-right: 0;
    margin: 0 3vw;
    margin-bottom: 2.8vw;
  }

  .footer__navigation-container {
    font-size: var(--text-base);
  }
  .footer__copyright-container {
    padding-bottom: 12.2vw;
  }
  .footer__container--base > .footer__container--sm {
    width: 100%;
  }
}
