html,
body {
  --gutter-x: 2rem;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Sofia Sans', sans-serif;
  color: white;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  user-select: none;
}

button {
  user-select: none;
}

button {
  background-color: transparent;
  border: none;
  display: block;
  padding: 0;
  margin: 0;
  align-items: normal;
}

@media (hover: hover) {
  a {
    cursor: pointer;
  }

  button {
    cursor: pointer;
  }
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #100d25;
  z-index: 9999;
}

.loader::before {
  content: "";
  position: static;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #FFEB93;
  border-top-color: #100d25;
  animation: preloader 500ms linear infinite;
}

.loader.hide {
  display: none;
}

.loader.hide::before {
  animation: unset;
}

@keyframes preloader {
  100% {
    transform: rotate(360deg);
  }
}

h1 {
  line-height: 100%;
}

.container {
  width: 100%;
  max-width: 1920px;
  display: flex;
  margin: 0 auto;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}

body::before {
  width: 100%;
  height: 100%;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}



.scroll-wrapper {
  width: 100%;
  max-height: calc(100dvh - 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  top: 5rem;
  /* scrollbar-gutter: stable; */
  /* margin-top: 5rem; */
}

.scroll-wrapper::-webkit-scrollbar {
  width: 0px;
}

.content-wrapper {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

nav {
  max-width: 1280px;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #171232;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom: 1px solid #40445a;
  position: fixed;
  top: 1.25rem;
  z-index: 3;
}

nav .container {
  align-items: center;
  justify-content: space-between;
  padding-left: calc(var(--gutter-x) / 1.3);
  padding-right: calc(var(--gutter-x) / 1.3);
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.logo {
  width: 8.1rem;
  margin-top: 0.45rem;
}

#logo-lottie {
  width: 15rem;
}

.nav-btn {
  padding: 0.61rem 0;
  width: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #35384a;
  color: #A3A6BF;
  font-weight: 500;
  font-size: 0.95rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.045rem;
}

.nav-btn-filled {
  background-color: #FFEB93;
  color: #433911;
  border-color: #FFEB93;
}

.cta-btn {
  padding: 1rem 9.5rem;
  background-color: #FFEB93;
  color: #433911;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 2.75rem;
  border-radius: 0.7rem;
  /* border-bottom: 0.3rem solid #BEA640; */
}

main {
  /* overflow: hidden; */
  /* padding-top: 6.5rem; */
  background-color: #04051B;
}

.sticky-footer {
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 11rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

.sticky-footer.show {
  transform: translateY(0);
}

.sticky-footer .container {
  width: 100%;
  height: 100%;
  gap: 1rem;
  display: grid;
  grid-template-columns: 0.7fr 1.5fr 0.7fr;
  grid-template-rows: 1fr;
  grid-template-areas: "T1 T2 T3";
  position: relative;
}

.sticky-footer-image {
  width: 120%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
  position: absolute;
  left: -2rem;
  bottom: 0rem;
  grid-area: T1;
}

.sticky-footer-content {
  width: 100%;
  grid-area: T2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}

.sticky-footer-content h1 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: white;
  filter: drop-shadow(0.1rem 0.1rem 0.3rem #1F1942);
}

.sticky-footer-items {
  height: 100%;
  width: 100%;
  max-width: 550px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "TT1 TT2";
  gap: 1rem;
}

.sticky-footer-item {
  width: 100%;
  /* height: 6.5rem; */
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sticky-footer-item:nth-of-type(1) {
  grid-area: TT1;
}

.sticky-footer-item:nth-of-type(2) {
  grid-area: TT2;
}

.sticky-footer-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(224, 2, 38, 1);
  background-color: rgba(23, 18, 51, 0.75);
  z-index: 1;
  border-radius: 0.5rem;
}

.sticky-footer-item h2 {
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  position: relative;
}

.sticky-footer-item p {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  position: relative;
}

.sticky-footer-item h4 {
  font-size: 0.9rem;
  color: white;
  position: relative;
  z-index: 2;
}

.sticky-footer-item p .text-yellow {
  color: #EDC50C;
}

.sticky-footer-item h3 {
  position: absolute;
  bottom: 0.5rem;
  color: white;
  font-size: 0.6rem;
  z-index: 2;
}

.sticky-footer .cta-btn {
  width: 100%;
  height: 4.75rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.75rem;
  grid-area: T3;
  border-bottom: unset;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  text-transform: capitalize;
}

/* Section 1 */
.section1 {
  width: 100%;
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

  .section1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.section1 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2rem var(--gutter-x);
}

.section1 h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem #1F1942);
}

.section1 .heading-1 {
  background: linear-gradient(180deg, #FFD759 0%, #FEB749 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.2rem;
  margin: -0.5rem 0;
  position: relative;
  display: block;
}

.section1 .heading-1::before {
  content: 'Social Casino';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(65deg, #33333300 0%, #33333300 25%, #33333300 50%, #33333300 80%, #fff 90%, #33333300 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: lightSweep 5s linear infinite;
  opacity: 1;
  position: absolute;
}

@keyframes lightSweep {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

.section1 .heading-2 {
  font-size: 1.8rem;
  text-transform: none;
}

.section1 span {
  line-height: 1;
}

.section1 .cta-btn {
  width: 35rem;
  height: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  font-size: 2.75rem;
  padding: 0;
  /* border-bottom: 0.3rem solid #322c24; */
}

.section1 h1,
.section1 .cta-btn {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.section1 .cta-btn {
  transition-delay: 0.25s;
}

.section1.active h1,
.section1.active .cta-btn {
  opacity: 1;
  transform: translateY(0%);
}

/* Section 2 */
.daruma-bg {
  position: relative;
  background-color: #04051B;
  overflow: hidden;
}

.daruma-bg section {
  position: relative;
  z-index: 2;
}

.daruma-bg::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-image: url('./assets/logo.svg');
  background-size: 211px 91px;
  background-position: center;
  opacity: 0.05;
  transform: rotate(-5deg);
}

.section2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section2 .container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem var(--gutter-x) 0;
  position: relative;
  gap: 2rem;
}

.section2 .gc1 {
  position: absolute;
  top: 50%;
  left: 50%;
  --translateX: 300%;
  --translateY: -70%;
  transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  animation: gc1 7s ease-in-out infinite;
  width: 11rem;
}

@keyframes gc1 {
  0% {
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  }

  20% {
    transform: translate(calc(var(--translateX) + 10px), calc(var(--translateY) - 4px)) rotate(2deg);
  }

  40% {
    transform: translate(calc(var(--translateX) + 6px), calc(var(--translateY) + 6px)) rotate(4deg);
  }

  60% {
    transform: translate(calc(var(--translateX) - 8px), calc(var(--translateY) + 4px)) rotate(-3deg);
  }

  80% {
    transform: translate(calc(var(--translateX) - 12px), calc(var(--translateY) - 6px)) rotate(-10deg);
  }

  100% {
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  }
}

.section2 .sc1 {
  position: absolute;
  top: 50%;
  left: 50%;
  --translateX: -750%;
  --translateY: -95%;
  transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  animation: sc1 6s linear infinite;
  width: 5.5rem;
}

@keyframes sc1 {
  0% {
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  }

  20% {
    transform: translate(calc(var(--translateX) + 6px), calc(var(--translateY) + 6px)) rotate(4deg);
  }

  40% {
    transform: translate(calc(var(--translateX) + 10px), calc(var(--translateY) - 4px)) rotate(2deg);
  }

  60% {
    transform: translate(calc(var(--translateX) - 8px), calc(var(--translateY) + 4px)) rotate(-3deg);
  }

  80% {
    transform: translate(calc(var(--translateX) - 12px), calc(var(--translateY) - 6px)) rotate(-10deg);
  }

  100% {
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  }
}

.section2-content {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 2.5%, #000 97.5%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 2.5%, #000 97.5%, #0000);
}

.section2-wrapper {
  width: 9999px;
  overflow-x: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  transform: translateX(0rem);
  transition: transform 0.3s ease-in-out;
  animation: section2-wrapper-animation 20s linear infinite forwards;
}

@keyframes section2-wrapper-animation {
  0% {
    transform: translateX(0rem);
  }

  100% {
    transform: translateX(-140rem);
  }
}

.section2-item {
  width: 9rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #171232;
  border-radius: 0.5rem;
}

.section2-item img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.section2 h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 100%;
  text-align: center;
}

.text-yellow {
  color: #FED156;
}

.text-green {
  color: #01DA3D;
}

.section2 h1,
.section2 .section2-content {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.section2 .section2-content {
  transition-delay: 0.25s;
}

.section2.active h1,
.section2.active .section2-content {
  opacity: 1;
  transform: translateY(0%);
}

/* Section 3 */
.section3 {
  width: 100%;
  height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0rem 0rem;
  position: relative;
}

.section3 .gc2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --translateX: -420%;
  --translateY: -156%;
  transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  animation: gc1 5s ease-in-out infinite;
  width: 15rem;
}

.section3 h1 {
  padding: 0rem var(--gutter-x);
  font-weight: 900;
  font-size: 2.25rem;
  text-align: center;
}

.section3-content {
  width: 100%;
  height: 32rem;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-1 {
  padding: 2rem 0;
}


.item {
  position: relative;
  text-align: center;
  color: white;
  font-size: 40px;
  border-radius: 1rem;
  overflow: hidden;
  transition: height 1s, width 1s, left 1s, margin-top 1s, line-height 1s, background-color 1s, transform 0.75s;
  background-color: #171232;
  width: 100%;
  height: 25rem;
}

.swiper-slide-active .item {
  transform: scale(1.10);
}

.custom-nav-btn.swiper-button-next::after,
.custom-nav-btn.swiper-button-prev::after {
  display: none;
}

.custom-nav-btn img {
  width: 2rem;
  fill: white;
  filter: brightness(0) invert(1);
}

.custom-nav-btn.swiper-button-next img {
  transform: rotate(180deg);
}

.custom-nav-btn {
  background-color: #1F1942;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  user-select: none;
}

.item p {
  font-size: 0.85rem;
  color: #737686;
  user-select: none;
  margin-top: 0.25rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.item h2 {
  width: 100%;
  font-size: 1.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #A3A6BF;
  margin-top: 0.4rem;
  user-select: none;
  overflow: hidden;
  padding: 0px 0.5rem 0px;
  text-align: center;
}

.level-2 {
  /* height: 20rem;
  width: 15rem; */
  left: 92.5rem;
  /* margin-top: 5rem; */
  transform: scale(0.75);
}

.level-1 {
  /* height: 25rem;
  width: 20rem; */
  left: 70.5rem;
  /* margin-top: 3rem; */
  transform: scale(0.9);
}

.level0 {
  /* height: 30rem;
  width: 25rem; */
  left: 45rem;
}

.level1 {
  /* height: 25rem;
  width: 20rem; */
  left: 19.5rem;
  /* margin-top: 3rem; */
  transform: scale(0.9);
}

.level2 {
  /* height: 20rem;
  width: 15rem; */
  /* margin-top: 5rem; */
  left: -2.5rem;
  transform: scale(0.75);
}

.left-enter {
  opacity: 0;
  left: -60px;
  height: 120px;
  width: 90px;
  line-height: 120px;
  margin-top: 40px;
}

.left-enter.left-enter-active {
  opacity: 1;
  left: 50px;
  height: 150px;
  width: 110px;
  line-height: 150px;
  margin-top: 25px;
  transition: left 1s, opacity 1s, height 1s, width 1s, margin-top 1s, line-height 1s;
}

.left-leave {
  opacity: 1;
  left: 650px;
  height: 150px;
  width: 110px;
  line-height: 150px;
  margin-top: 25px;
}

.left-leave.left-leave-active {
  left: 780px;
  opacity: 0;
  height: 120px;
  line-height: 120px;
  margin-top: 40px;
  width: 90px;
  transition: left 1s, opacity 1s, height 1s, width 1s, margin-top 1s, line-height 1s;
}

.right-enter {
  opacity: 0;
  left: 760px;
  height: 120px;
  width: 90px;
  line-height: 120px;
  margin-top: 40px;
}

.right-enter.right-enter-active {
  left: 650px;
  opacity: 1;
  height: 150px;
  margin-top: 25px;
  line-height: 150px;
  width: 110px;
  transition: left 1s, opacity 1s, height 1s, width 1s, margin-top 1s, line-height 1s;
}

.right-leave {
  left: 50px;
  height: 150px;
  opacity: 1;
  margin-top: 25px;
  line-height: 150px;
  width: 110px;
}

.right-leave.right-leave-active {
  left: -60px;
  opacity: 0;
  height: 120px;
  width: 90px;
  line-height: 120px;
  margin-top: 40px;
  transition: left 1s, opacity 1s, height 1s, width 1s, margin-top 1s, line-height 1s;
}

.noselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* .section3 h1,
.section3 .section3-content,
.section3 .cta-btn {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.section3 .section3-content {
  transition-delay: 0.25s;
}

.section3 .cta-btn {
  transition-delay: 0.5s;
}

.section3.active h1,
.section3.active .section3-content,
.section3.active .cta-btn {
  opacity: 1;
  transform: translateY(0%);
} */

/* Section 4 */
.section4 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section4 .sc2 {
  position: absolute;
  top: 50%;
  left: 50%;
  --translateX: -660%;
  --translateY: -370%;
  transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  animation: sc1 6s ease-in-out infinite;
  width: 6.25rem;
}

.section4 .sc3 {
  position: absolute;
  top: 50%;
  left: 50%;
  --translateX: 570%;
  --translateY: -330%;
  transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  animation: gc1 8s linear infinite;
  width: 6.25rem;
}

.section4 .container {
  padding: 2rem var(--gutter-x) 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.section4 h1 {
  font-weight: 900;
  text-align: center;
  font-size: 2.25rem;
  text-transform: uppercase;
}

.section4-content {
  width: 100%;
  max-width: 1526px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    "T1 T2"
    "T3 T4";
  gap: 2rem;
}

.section4-item {
  width: 100%;
}

.section4-item-1 {
  grid-area: T1;
}

.section4-item-2 {
  grid-area: T2;
}

.section4-item-3 {
  grid-area: T3;
}

.section4-item-4 {
  grid-area: T4;
}

.section4 h1,
.section4 .section4-item {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.section4 .section4-item-1 {
  transition-delay: 0.25s;
}

.section4 .section4-item-2 {
  transition-delay: 0.5s;
}

.section4 .section4-item-3 {
  transition-delay: 0.75s;
}

.section4 .section4-item-4 {
  transition-delay: 1s;
}

.section4.active h1,
.section4.active .section4-item {
  opacity: 1;
  transform: translateY(0%);
}

/* Section 5*/
.section5 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section5 .gc3 {
  position: absolute;
  top: 50%;
  left: 50%;
  --translateX: -420%;
  --translateY: -200%;
  transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  animation: sc1 6s linear infinite;
  width: 15rem;
}

.section5 .sc4 {
  position: absolute;
  top: 50%;
  left: 50%;
  --translateX: 690%;
  --translateY: -420%;
  transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  animation: gc1 6s ease-in-out infinite;
  width: 7rem;
}

.section5 .container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0px 0;
  gap: 2rem;
}

.section5 h1 {
  font-weight: 900;
  text-align: center;
  font-size: 2.25rem;
  text-transform: uppercase;
}

.section5-content {
  width: 100%;
  overflow-x: hidden;
  gap: 2rem;
  padding: 0rem 0rem;
}

.section5-item {
  width: 100%;
  height: 100%;
  user-select: none;
  border-radius: 0.4rem;
}

.bannerSwiper {
  overflow: hidden;
  width: 100%;
}

.bannerSwiper .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
  will-change: transform;
}

.bannerSwiper .swiper-slide .banner {
  width: auto;
  display: inline-block;
}

.section5 .reminder {
  margin-top: -1.5rem;
  text-align: center;
  padding: 0 2rem;
}

/* .section5 .bannerSwiper.swiper {
  padding: 0;
} */

/* .section5 h1,
.section5-content,
.section5 .cta-btn {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
} */


/* .section5 .cta-btn {
  transition-delay: 0.5s;
} */

/* .section5.active h1,
.section5.active .section5-content,
.section5.active .cta-btn {
  opacity: 1;
  transform: translateY(0%);
} */

/* Section 6 */
.section6 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0rem;
}

.section6 .sc5 {
  position: absolute;
  top: 50%;
  left: 50%;
  --translateX: -640%;
  --translateY: -207%;
  transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  animation: gc1 5s ease-in-out infinite;
  width: 7rem;
}

.section6 .sc6 {
  position: absolute;
  top: 50%;
  left: 50%;
  --translateX: 650%;
  --translateY: -244%;
  transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
  animation: sc1 5.5s linear infinite;
  width: 6rem;
}

.section6 h1 {
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: 2.25rem;
  text-transform: uppercase;
  text-align: center;
}

.section6 .container {
  width: 100%;
  display: unset;
  max-width: unset;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 0rem;
  position: relative;
}

.section6 .comment-container {
  width: 100%;
  overflow: hidden;
}

.section6 .comment-wrapper {
  width: 9999px;
  display: flex;
  overflow-x: hidden;
  /* flex-wrap: nowrap; */
  gap: 1rem;
  transform: translate(0rem);
  transition: 0.3s all ease-in-out;
  margin-left: 0.25rem;
}

.section6 .comment {
  width: 100%;
  height: 16rem;
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 1rem;
  user-select: none;
}

.section6 .comment-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}

.section6 .comment-header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.section6 .comment-header-left-image {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: black;
  font-size: 1rem;
}

.section6 .comment-header-left img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.pink {
  background-color: #ffdde8 !important;
  color: black;
}

.purple {
  background-color: #512da8 !important;
}

.green {
  background-color: #daffe0 !important;
  color: black;
}

.section6 .comment-header-left-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.1rem;
  padding-left: 0.5rem;
}

.section6 .comment-header-left-content h2 {
  font-size: 0.9rem;
  color: black;
}

.section6 .comment-header-left-content span {
  color: #5f5e5a;
  font-size: 0.9rem;
}

.section6 .comment-header-right span {
  font-size: 0.7rem;
  color: #5f5e5a;
}

.section6 .comment-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
}

.section6 .comment-content h3 {
  color: black;
  font-size: 1rem;
}

.section6 .comment-content p {
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
}

.section6 .comment-content .stars {
  width: 7rem;
}

.section6 h1,
.section6 .comment-container {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.section6 .comment-container {
  transition-delay: 0.25s;
}

.section6.active h1,
.section6.active .comment-container {
  opacity: 1;
  transform: translateY(0%);
}

/* Section 7 */
.section7 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0rem;
}


.section7 h1 {
  font-weight: 900;
  font-size: 3.25rem;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(180deg, #FFD759 0%, #FEB749 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0.2rem 0.2rem 0.5rem #1F1942);
  margin-bottom: 1rem;
}

.section7 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section7-content {
  max-width: 1000px;
  width: 100%;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "T1 T2";
}

.section7-item {
  width: 100%;
  padding: 4rem 0rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section7-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(224, 2, 38, 1);
  background-color: rgba(23, 18, 51, 0.75);
  z-index: 1;
  border-radius: 0.5rem;
}

.section7-item:nth-of-type(1) {
  grid-area: T1;
}

.section7-item:nth-of-type(2) {
  grid-area: T2;
}

.section7-item h2 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  position: relative;
}

.section7-item h3 {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  position: relative;
  margin-top: -0.5rem;
}

.section7-item h3 .text-yellow {
  color: #EDC50C;
}

.section7-item h5 {
  font-size: 0.8rem;
  color: white;
  position: absolute;
  bottom: 2rem;
  z-index: 2;
  filter: drop-shadow(0.1rem 0.1rem 0.3rem #1F1942);
}

.section7-item h4 {
  font-size: 1.3rem;
  color: white;
  position: relative;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  margin-top: -0.5rem;
}

.section7 h1,
.section7-item {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.section7-item {
  transition-delay: 0.25s;
}

.section7-item:nth-of-type(2) {
  transition-delay: 0.5s;
}

.section7.active h1,
.section7.active .section7-item {
  opacity: 1;
  transform: translateY(0%);
}

/* Section 8 */
.section8 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0rem;
}

.section8 .container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.section8 h1 {
  font-weight: 900;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
}

.section8-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.plus18 {
  width: 6rem;
}

.footer-logo {
  width: 4.7rem;
}

.payment-item {
  width: 15rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #171232;
  border-radius: 0.5rem;
}

.payment-item img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Section 9 */
.section9 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0rem;
  border-top: 1px solid #40445a;
  border-bottom: 1px solid #40445a;
}

.section9 .container {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

/* Footer */
footer {
  padding: 2rem 0rem 13rem;
}

footer p {
  font-size: 0.9rem;
  color: #6c708a;
  font-family: 'Roboto Condensed', sans-serif;
}

footer p b {
  color: #7d809b;
}

/* Responsive */
@media (max-width: 1280px) {
  /* .section1 {
    height: 38rem;
  } */

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .content-wrapper {
    width: 100%;
  }

  nav .container {
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1200px) {
  .section1 {
    height: 33rem;
  }

  .sticky-footer-image {
    width: 150%;
  }

  .section8-content {
    gap: 4rem;
    padding: 0px 12rem;
  }
}

@media (max-width: 1024px) {
  .section1 {
    height: 30rem;
  }

  .section8-content {
    gap: 2rem;
    padding: 0px 8rem;
  }

  .sticky-footer .container {
    grid-template-columns: 0.7fr 1.6fr 0.7fr;
  }
}

@media (max-width: 950px) {
  .sticky-footer .container {
    grid-template-columns: 0.7fr 1.6fr 0.7fr;
  }

  .sticky-footer-content h1 {
    white-space: nowrap;
  }

  .sticky-footer .cta-btn {
    padding: 0;
    font-size: 2rem;
  }
}

@media (max-width: 850px) {
  .daruma-bg::before {
    content: '';
    position: absolute;
    top: -25%;
    left: -25%;
    width: 150%;
    height: 150%;
    background-image: url(./assets/logo.svg);
    background-size: 211px 91px;
    background-position: center;
    opacity: 0.05;
    transform: rotate(-5deg);
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .item {
    width: 90%;
  }

  .sticky-footer .container {
    grid-template-columns: 1.5fr 0fr 1fr;
    padding: 0 1rem;
  }

  .sticky-footer-content {
    grid-area: T1;
    padding: 0.5rem 0rem;
  }

  .sticky-footer-image {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    grid-area: T2;
  }


  @keyframes section5-wrapper-animation {
    0% {
      transform: translateX(0rem);
    }

    100% {
      transform: translateX(-156rem);
    }
  }

  .section8-content {
    gap: 2rem;
    padding: 0px 4rem;
  }
}

/* Desktop Background Iamges */
@media (min-width: 576px) {
  body.webp-supported::before {
    background-image: url('./assets/web_background.webp');
  }

  body.webp-not-supported::before {
    background-image: url('./assets/web_background.jpg');
  }

  body.webp-supported .section7 {
    background-image: url('./assets/section7-bg.webp');
  }

  body.webp-not-supported .section7 {
    background-image: url('./assets/section7-bg.jpg');
  }

  body.webp-supported .sticky-footer {
    background-image: url('./assets/sticky-footer-bg.webp');
  }

  body.webp-not-supprted .sticky-footer {
    background-image: url('./assets/sticky-footer-bg.jpg');
  }
}

@media (max-width: 576px) {
  body {
    background-image: unset !important;
  }

  nav {
    top: 0rem;
    border-radius: 0;
    background-color: #04041b;
  }

  .nav-btn {
    background-color: #171233;
  }

  .nav-btn.nav-btn-filled {
    background-color: #FFEB93;
  }

  .logo {
    width: 8rem;
  }

  .content-wrapper {
    width: 100%;
    margin-right: 0px;
  }

  .section1 .container {
    padding: 1rem 2rem 2rem;
  }

  .section1 h1 {
    font-size: 6.3vw;
  }

  .section1 .heading-1 {
    font-size: 12vw;
    margin: -0.5vw 0;
  }

  .section1 .heading-2 {
    font-size: 3.8vw;
    margin-top: 0.5vw;
    white-space: nowrap;
  }

  .section1 .cta-btn {
    width: 100%;
  }

  .daruma-bg::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -18%;
    width: 150%;
    height: 150%;
    background-image: url(./assets/logo.svg);
    background-size: 211px 91px;
    background-position: center;
    opacity: 0.05;
    transform: rotate(-5deg);
  }

  .section1 .cta-btn {
    font-size: 1.95rem;
    padding: 0.5rem 0;
    height: 3.8rem;
  }

  .cta-btn {
    width: 80%;
    padding: 1rem 0;
    font-size: 1.95rem;
    text-align: center;
  }

  /* Section 2 */
  .section2 .container {
    padding: 2rem 1vw 0;
  }

  .section2 .sc1 {
    position: absolute;
    top: 50%;
    left: 50%;
    --translateX: -620%;
    --translateY: -310%;
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
    animation: sc1 6s linear infinite;
    width: 7.5vw;
  }

  .section2 .gc1 {
    position: absolute;
    top: 50%;
    left: 50%;
    --translateX: 190%;
    --translateY: -40%;
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
    animation: gc1 7s ease-in-out infinite;
    width: 17vw;
  }

  .section2 h1 {
    font-size: 6vw;
    padding: 0 4vw;
  }

  .section2 h1 br {
    display: none;
  }

  /* Section 3 */
  .section3 {
    height: 41rem;
    gap: 2rem;
  }

  .section3 .gc2 {
    position: absolute;
    top: 50%;
    left: 50%;
    --translateX: -460%;
    --translateY: -425%;
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
    animation: gc1 5s ease-in-out infinite;
    width: 9vw;
  }

  .swiper-1 {
    padding: 2rem 0;
  }

  .section3-content {
    height: 30rem;
    padding: 0;
    margin-top: -1rem;
  }

  #carousel {
    top: -1.5rem;
    transform: scale(1);
  }

  .section3 h1 {
    font-size: 6vw;
    text-align: center;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .item {
    width: 55%;
    border-radius: 2.5vw;
  }


  /* Section 4 */
  .section4 .sc2 {
    position: absolute;
    top: 50%;
    left: 50%;
    --translateX: -645%;
    --translateY: -1170%;
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
    animation: sc1 6s ease-in-out infinite;
    width: 7vw;
    pointer-events: none;
  }

  .section4 .sc3 {
    position: absolute;
    top: 50%;
    left: 50%;
    --translateX: 474%;
    --translateY: -913%;
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
    animation: gc1 8s linear infinite;
    width: 7.7vw;
    pointer-events: none;
  }

  .section4 h1 {
    font-size: 6vw;
  }

  .section4-content {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }

  /* Section 5 */

  .section5 .gc3 {
    position: absolute;
    top: 50%;
    left: 50%;
    --translateX: -310%;
    --translateY: -380%;
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
    animation: sc1 6s linear infinite;
    width: 15vw;
    pointer-events: none;
  }

  .section5 .sc4 {
    position: absolute;
    top: 50%;
    left: 50%;
    --translateX: 550%;
    --translateY: -890%;
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
    animation: sc1 6s ease-in-out infinite;
    width: 7vw;
  }

  .section5 h1 {
    font-size: 6vw;
    padding: 0 4vw;
  }

  @keyframes section5-wrapper-animation {
    0% {
      transform: translateX(0vw);
    }

    100% {
      transform: translateX(-344.5vw);
    }
  }

  .section5 .reminder {
    text-align: center;
    font-size: 3vw;
    padding: 0 2vw;
  }

  /* Section 6 */
  .section6 .sc5 {
    position: absolute;
    top: 50%;
    left: 50%;
    --translateX: -500%;
    --translateY: -300%;
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
    animation: gc1 5s ease-in-out infinite;
    width: 9.5vw;
  }

  .section6 .sc6 {
    position: absolute;
    top: 50%;
    left: 50%;
    --translateX: 620%;
    --translateY: -380%;
    transform: translate(var(--translateX), var(--translateY)) rotate(0deg);
    animation: sc1 5.5s linear infinite;
    width: 6.5vw;
  }

  .section6 .swiper-3 {
    padding: 0 12vw;
  }

  .section6 h1 {
    font-size: 6vw;
    padding: 0 8vw;
  }

  .section6 .comment-wrapper {
    margin-left: 0.25rem;
  }

  /* Section 7 */
  body.webp-supported .section7 {
    background-image: url('./assets/section7-bg-mobile.webp');
  }

  body.webp-not-supported .section7 {
    background-image: url('./assets/section7-bg-mobile.jpg');
  }

  .section7 .container {
    padding-left: calc(var(--gutter-x) / 2);
    padding-right: calc(var(--gutter-x) / 2);
  }

  .section7 h1 {
    font-size: 7.5vw;
  }

  .section7-content {
    gap: 3vw;
  }

  .section7-item h2 {
    font-size: 4.5vw;
  }

  .section7-item h3 {
    font-size: 6.5vw;
    margin-top: 0;
  }

  .section7-item h4 {
    font-size: 3.3vw;
    margin-top: -0.5vw;
  }

  .section7-item h5 {
    font-size: 2.25vw;
  }

  /* Section 8 */

  .section8 h1 {
    font-size: 6vw;
  }

  .payment-item {
    width: 25vw;
    height: 15vw;
  }

  .payment-item img {
    width: 12.5vw;
    height: 12.5vw;
  }

  /* Sticky Footer */
  .sticky-footer {
    height: 8rem;
    background-image: url('./assets/sticky-footer-bg-mobile.jpg');
  }

  .sticky-footer .container {
    grid-template-columns: 1.5fr 0fr 0.7fr;
  }

  .sticky-footer-content {
    gap: 0.5vw;
    padding: 1vw 0;
  }

  .sticky-footer-content h1 {
    position: relative;
    left: 50%;
    transform: translateX(-26%);
    font-size: 4.5vw;
  }

  .sticky-footer .cta-btn {
    height: 3rem;
    position: relative;
    top: 50%;
    left: -8%;
    transform: translateY(-30%);
    font-size: 1.3rem;
  }

  .sticky-footer-items {
    gap: 1vw;
  }

  .sticky-footer-item h2 {
    font-size: 2.25vw;
  }

  .sticky-footer-item {
    width: 100%;
    height: 100%;
    padding: 1vw 2vw;
  }

  .sticky-footer-item::before {
    border-width: 1px;
  }

  .sticky-footer-item p {
    font-size: 3.5vw;
    line-height: 1;
  }

  .sticky-footer-item h3 {
    font-size: 1.75vw;
  }

  .sticky-footer-item h4 {
    font-size: 2vw;
  }

  .sticky-footer-image {
    transform: translateX(-60%);
  }
}