@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  text-decoration: none !important;
}
*:focus {
  outline: none;
}

html,
body {
  min-width: 100%;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-weight: 600;
}

section#home header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(86, 87, 88, 0.3);
  z-index: 1;
}
section#home header .navbar .navbar-brand img {
  width: 200px;
}
section#home header .navbar .navbar-toggler {
  border: none;
}
section#home header .navbar .navbar-toggler .bar {
  width: 35px;
  height: 4px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 10px;
}
section#home header .navbar .navbar-toggler:focus {
  outline: none;
}
section#home header .navbar .navbar-toggler[aria-expanded=true] .bar.first {
  transform: translate(0, 11px) rotate(-45deg);
}
section#home header .navbar .navbar-toggler[aria-expanded=true] .bar.second {
  opacity: 0;
}
section#home header .navbar .navbar-toggler[aria-expanded=true] .bar.third {
  transform: translate(0, -9px) rotate(45deg);
}
section#home header .navbar .navbar-collapse .navbar-nav li a {
  color: white;
  font-weight: 600;
  font-size: 20px;
  padding: 8px 15px;
  text-align: center;
}
section#home .video-area video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
section#home .video-area video.mobile-video {
  display: none;
}
section#watch {
  height: 100vh;
  padding: 100px 0;
  display: flex;
  padding-left: 120px;
  background-image: url("/assets/img/enjoy-bg.png");
  background-size: cover;
  background-position: top;
  gap: 100px;
}
section#watch .card-area {
  width: 30%;
  display: flex;
  align-items: center;
}
section#watch .card-area .card {
  position: relative;
  border-radius: 80px;
  padding: 60px 40px;
  background-color: white;
  border: none;
}
section#watch .card-area .card h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 1rem;
}
section#watch .card-area .card h3 {
  font-weight: 700;
  font-size: 29px;
  margin-bottom: 1rem;
}
section#watch .card-area .card p {
  font-size: 17px;
  font-weight: 700;
  color: black;
}
section#watch .card-area .card p:not(:last-child) {
  margin-bottom: 20px;
}
section#watch .card-area .card a {
  cursor: pointer;
  width: 170px;
  text-align: center;
  position: absolute;
  bottom: -24px;
  background: #e9b004;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #f1f1f1;
  padding: 4px 25px;
  color: #63200a;
  font-weight: 800;
  font-size: 25px;
  border-radius: 40px;
  letter-spacing: 2px;
}
section#watch .card-area .card .video-popup.desktop {
  display: block;
}
section#watch .card-area .card .video-popup.mobile {
  display: none;
}
section#watch .slider-area {
  width: 55%;
  position: relative;
}
section#watch .slider-area .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}
section#watch .slider-area .logo img {
  width: 300px;
}
section#watch .slider-area .stamp {
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 2;
}
section#watch .slider-area .stamp img {
  width: 100px;
}
section#watch .slider-area .enjoy-slider {
  overflow: hidden;
  padding-bottom: 25px;
}
section#watch .slider-area .enjoy-slider .swiper-wrapper .swiper-slide {
  width: 455px;
}
section#watch .slider-area .enjoy-slider .swiper-wrapper .swiper-slide:nth-child(n+4) {
  display: none;
}
section#watch .slider-area .enjoy-slider .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
section#watch .slider-area .swiper-pagination {
  bottom: 0;
}
section#watch .slider-area .swiper-pagination .swiper-pagination-bullet {
  background-color: #6b6b71;
  width: 15px;
  height: 15px;
  margin: 0 15px;
  opacity: 1;
}
section#watch .slider-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: red !important;
}
section#explore {
  padding: 100px;
  height: 100vh;
}
section#explore .swiper-wrapper {
  display: flex;
  align-items: center;
}
section#explore .products-slider {
  padding: 150px 0 20px;
  position: relative;
}
section#explore .products-slider .stamp {
  position: absolute;
  right: 20%;
  top: 15%;
}
section#explore .products-slider .stamp img {
  width: 100px;
}
section#explore .products-slider .swiper-slide .slide-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
section#explore .products-slider .swiper-slide .slide-content .product-image {
  display: flex;
  align-items: center;
  min-width: 560px;
  justify-content: center;
}
section#explore .products-slider .swiper-slide .slide-content .product-image.product-first-image img {
  margin-top: 18px;
  height: 280px;
}
section#explore .products-slider .swiper-slide .slide-content .product-image.product-second-image img {
  margin-top: 18px;
  height: 280px;
}
section#explore .products-slider .swiper-slide .slide-content .product-image.product-third-image img {
  margin-top: 18px;
  height: 280px;
}
section#explore .products-slider .swiper-slide .slide-content .product-image.product-fourth-image img {
  margin-top: 18px;
  height: 280px;
}
section#explore .products-slider .swiper-slide .slide-content .product-image.product-fifth-image img {
  height: 520px;
}
section#explore .products-slider .swiper-slide .slide-content .product-image.product-sixth-image img {
  height: 520px;
}
section#explore .products-slider .swiper-slide .slide-content .product-description {
  width: 40%;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card {
  border-radius: 50px;
  padding: 50px 40px 40px;
  position: relative;
  color: #fff;
  background-color: red;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .mobile-content {
  display: none;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .desktop-content {
  display: block;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card h3 {
  color: white;
  margin-bottom: 1rem;
  font-weight: 700;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card p {
  font-size: 17px;
  font-weight: 700;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .logo {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .logo img {
  width: 300px;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .explore-button {
  cursor: pointer;
  width: 170px;
  text-align: center;
  position: absolute;
  bottom: -24px;
  background: #e9b004;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #f1f1f1;
  padding: 4px 25px;
  color: #63200a;
  font-weight: 800;
  font-size: 25px;
  border-radius: 40px;
  letter-spacing: 2px;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .explore-button.mobile {
  display: none;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .download-icon {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .download-icon img {
  width: 50px;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .download-icon.new {
  bottom: 18px;
  right: 18px;
}
section#explore .products-slider .swiper-slide .slide-content .product-description .card .download-icon.new img {
  width: 50px;
}
section#explore .swiper-button-next,
section#explore .swiper-button-prev {
  top: 60% !important;
}
section#explore .swiper-button-next::after,
section#explore .swiper-button-prev::after {
  display: none;
}
section#explore .swiper-button-next i,
section#explore .swiper-button-prev i {
  font-size: 60px;
  color: #ddd;
}
section#explore .swiper-pagination {
  left: 19%;
}
section#explore .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #6b6b71;
  width: 15px;
  height: 15px;
}
section#explore .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: red !important;
}
section#play {
  height: 100vh;
  padding: 100px 100px 80px;
  display: flex;
  background-image: url("/assets/img/enjoy-bg.png");
  background-size: cover;
  background-position: top;
  gap: 100px;
}
section#play .card-overview {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section#play .card-overview .todix-play-card {
  margin-top: 50px;
  background-color: white;
  position: relative;
  padding: 75px 40px 50px;
  border-radius: 80px;
}
section#play .card-overview .todix-play-card p {
  font-size: 17px;
  font-weight: 700;
  color: black;
}
section#play .card-overview .todix-play-card .logo img {
  position: absolute;
  top: -75px;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 30px;
  border: 4px solid white;
  width: 150px;
}
section#play .card-overview .todix-play-card .content h2 {
  margin-bottom: 1rem;
  font-weight: 700;
}
section#play .card-overview .todix-play-card .content h3 {
  flex-wrap: wrap;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 700;
}
section#play .card-overview .todix-play-card .content h3 .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 100%;
  flex-shrink: 0;
}
section#play .card-overview .todix-play-card .content .play-button {
  cursor: pointer;
  width: 170px;
  text-align: center;
  position: absolute;
  bottom: -24px;
  background: #e9b004;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #f1f1f1;
  padding: 4px 25px;
  color: #63200a;
  font-weight: 800;
  font-size: 25px;
  border-radius: 40px;
  letter-spacing: 2px;
}
section#play .card-overview .store-images {
  margin-top: 50px;
  display: flex;
  gap: 10px;
}
section#play .card-overview .store-images img {
  width: 125px;
}
section#play .play-preview {
  flex: 1;
}
section#play .play-preview .play-preview-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section#play .play-preview .play-preview-header .logo img {
  width: 300px;
}
section#play .play-preview .play-preview-header .sub-title {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: black;
}
section#play .play-preview .play-preview-header .sub-title .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 100%;
}
section#play .play-preview .play-preview-header .stamp {
  position: absolute;
  top: 40%;
  right: 10%;
}
section#play .play-preview .play-preview-header .stamp img {
  width: 100px;
}
section#play .play-preview .play-content {
  display: flex;
  padding-top: 100px;
}
section#play .play-preview .play-content .mobile-image {
  display: flex;
  justify-content: center;
}
section#play .play-preview .play-content .mobile-image img {
  width: 80%;
}
section#play .play-preview .play-content .mobile-image.first {
  position: relative;
  justify-content: flex-end;
  right: -30px;
}
section#play .play-preview .play-content .mobile-image.first > img {
  padding-top: 20px;
  height: 95%;
  rotate: 357deg;
  animation: pulsePhone 4s ease-in-out infinite;
  animation-delay: 0s;
}
section#play .play-preview .play-content .mobile-image.first .shadow {
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%) rotate(0deg);
  transform-origin: center bottom;
  left: 50%;
  bottom: 15px;
}
section#play .play-preview .play-content .mobile-image.first .shadow img {
  width: 350px;
}
section#play .play-preview .play-content .mobile-image.first .mobile-image-content {
  width: 90px;
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translate(-10%, -60%);
  text-align: center;
  color: white;
  border-radius: 20px;
  background-color: #1cafe6;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 20px;
}
section#play .play-preview .play-content .mobile-image.first .ar-chars-stamp {
  position: absolute;
  top: -40px;
  right: 0;
}
section#play .play-preview .play-content .mobile-image.first .ar-chars-stamp img {
  width: 75px;
}
section#play .play-preview .play-content .mobile-image.second {
  position: relative;
  padding-bottom: 65px;
}
section#play .play-preview .play-content .mobile-image.second > img {
  rotate: 3deg;
  animation: pulsePhone 4s ease-in-out infinite;
  animation-delay: 0.4s;
}
section#play .play-preview .play-content .mobile-image.second .shadow {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  transform: translateX(0%) rotate(0deg);
  transform-origin: center bottom;
  left: 0%;
  bottom: 60px;
}
section#play .play-preview .play-content .mobile-image.second .shadow img {
  width: 350px;
}
section#play .play-preview .play-content .mobile-image.second .mobile-image-content {
  width: 90px;
  position: absolute;
  top: 45%;
  left: 80%;
  transform: translate(-45%, -80%);
  text-align: center;
  color: white;
  border-radius: 20px;
  background-color: #1cafe6;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 20px;
}
section#play .play-preview .play-content .mobile-image.second .parachute-img {
  position: absolute;
  top: -127px;
  left: -85%;
  transform: translateX(-60%);
  animation: parachuteIn 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
section#play .play-preview .play-content .mobile-image.second .parachute-img img {
  width: 175px;
}
section#play .play-preview .play-content .mobile-image.second .skateboard {
  position: absolute;
  left: -125%;
  bottom: -40px;
  animation: skateboardMove 1s ease-in-out infinite alternate;
}
section#play .play-preview .play-content .mobile-image.second .skateboard img {
  width: 175px;
}
section#play .play-preview .play-content .mobile-image.third {
  left: -30px;
  position: relative;
  justify-content: flex-start;
}
section#play .play-preview .play-content .mobile-image.third > img {
  animation: pulsePhone 4s ease-in-out infinite;
  animation-delay: 0.8s;
  padding-top: 35px;
  height: 95%;
  rotate: 6deg;
}
section#play .play-preview .play-content .mobile-image.third .shadow {
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%) rotate(0deg);
  transform-origin: center bottom;
  left: 50%;
  bottom: 15px;
}
section#play .play-preview .play-content .mobile-image.third .shadow img {
  width: 350px;
}
section#play .play-preview .play-content .mobile-image.third .mobile-image-content {
  width: 90px;
  position: absolute;
  top: 60%;
  left: 85%;
  transform: translate(-85%, -60%);
  text-align: center;
  color: white;
  border-radius: 20px;
  background-color: #1cafe6;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 20px;
}
section#play .play-preview .play-content .mobile-image.third .dj-image {
  position: absolute;
  bottom: -30px;
  right: -40px;
}
section#play .play-preview .play-content .mobile-image.third .sounds-image {
  position: absolute;
  top: -60px;
  left: 10%;
  animation: pulsePhone 1s ease-in-out infinite;
  animation-delay: 0s;
}
section#play .play-preview .play-content .mobile-image.third .sounds-image img {
  width: 100px;
}
section#play .play-preview .play-content .mobile-image.third .ar-chars-stamp {
  position: absolute;
  bottom: 50%;
  right: -5%;
}
section#play .play-preview .play-content .mobile-image.third .ar-chars-stamp img {
  width: 75px;
}
section#blox {
  display: flex;
  height: 100vh;
}
section#blox .blox-promo {
  background-color: #fffedf;
  width: 50%;
  padding: 100px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
section#blox .blox-promo .blox-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}
section#blox .blox-promo .blox-header .logo img {
  width: 300px;
}
section#blox .blox-promo .blox-header .sub-logo img {
  width: 220px;
}
section#blox .blox-promo .blox-header .stamp {
  position: absolute;
  right: 75px;
  top: 50px;
}
section#blox .blox-promo .blox-header .stamp img {
  width: 100px;
}
section#blox .blox-promo .phones {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
section#blox .blox-promo .phones .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 40px;
  padding: 10px;
}
section#blox .blox-promo .phones .phone img {
  width: 200px;
}
section#blox .blox-promo .phones .phone:first-child img {
  animation: pulsePhone 4s ease-in-out infinite;
  animation-delay: 0.2s;
}
section#blox .blox-promo .phones .phone:nth-child(2) img {
  animation: pulsePhone 4s ease-in-out infinite;
  animation-delay: 0.4s;
}
section#blox .blox-promo .phones .phone:nth-child(3) img {
  animation: pulsePhone 4s ease-in-out infinite;
  animation-delay: 0.6s;
}
section#blox .blox-promo .phones .phone:nth-child(4) img {
  animation: pulsePhone 4s ease-in-out infinite;
  animation-delay: 0.8s;
}
section#blox .blox-content {
  z-index: 1;
  width: 50%;
  background-image: url("/assets/img/bg-level.jpg");
  background-size: cover;
  background-position: 0 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section#blox .blox-content .blox-promo-content-card {
  background-color: #fff;
  border-radius: 80px;
  position: relative;
  padding: 75px 40px 50px;
  width: 50%;
  margin-top: 130px;
}
section#blox .blox-content .blox-promo-content-card h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
section#blox .blox-content .blox-promo-content-card > p {
  margin-bottom: 0.5rem;
}
section#blox .blox-content .blox-promo-content-card p {
  font-size: 17px;
  font-weight: 700;
  color: black;
}
section#blox .blox-content .blox-promo-content-card img {
  position: absolute;
  top: -75px;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 30px;
  border: 4px solid white;
  width: 150px;
}
section#blox .blox-content .blox-promo-content-card .play-button {
  cursor: pointer;
  width: 170px;
  text-align: center;
  position: absolute;
  bottom: -24px;
  background: #e9b004;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #f1f1f1;
  padding: 4px 25px;
  color: #63200a;
  font-weight: 800;
  font-size: 25px;
  border-radius: 40px;
  letter-spacing: 2px;
}
section#blox .blox-content .store-images {
  margin-top: 50px;
  display: flex;
  gap: 10px;
}
section#blox .blox-content .store-images img {
  width: 125px;
}
section#join-us {
  position: relative;
  padding: 140px 0 200px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#join-us .container {
  padding: 0 125px;
}
section#join-us .container .stamp {
  position: absolute;
  top: 15%;
  right: 18%;
  width: 100px;
  z-index: 3;
}
section#join-us .container .join-us-card {
  color: white;
  background-color: #1cafe6;
  position: relative;
  border-radius: 90px;
  padding: 70px 42px;
}
section#join-us .container .join-us-card .logo {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#join-us .container .join-us-card .logo img {
  width: 300px;
}
section#join-us .container .join-us-card p:not(:last-child) {
  margin-bottom: 1rem;
}
section#join-us .container .join-us-card .mobile-content {
  display: none;
}
section#join-us .container .join-us-card .join-us-button {
  cursor: pointer;
  width: 170px;
  text-align: center;
  position: absolute;
  bottom: -24px;
  border: 4px solid #f1f1f1;
  background: #e9b004;
  padding: 4px 25px;
  color: #63200a;
  padding: 4px 25px;
  font-weight: 800;
  font-size: 25px;
  border-radius: 40px;
}
section#join-us .container .join-us-card .content {
  font-size: 17px;
  font-weight: 700;
}
section#join-us .container .join-us-card .content h3 {
  color: white;
  margin-bottom: 1rem;
}
section#join-us .container .character-heads {
  position: absolute;
  bottom: 0;
  left: 65%;
  transform: translateX(-50%);
}
section#join-us .container .character-heads img {
  height: 300px;
}

.footer {
  background-color: red;
  padding: 40px;
  position: relative;
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-inner .left-space {
  flex: 1;
  display: flex;
  align-items: center;
}
.footer .footer-inner .left-space a {
  margin-right: 10px;
}
.footer .footer-inner .left-space a img {
  height: 40px;
}
.footer .footer-inner .left-space .stamp img {
  width: 65px;
}
.footer .footer-inner .logos {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  flex: 0;
}
.footer .footer-inner .logos .social-logos {
  display: flex;
  gap: 50px;
}
.footer .footer-inner .logos a img {
  height: 40px;
}
.footer .footer-inner .copyright {
  flex: 1;
  text-align: right;
  color: white;
  font-weight: 600;
}
.footer .footer-inner .back-top {
  display: block !important;
  position: absolute;
  bottom: 36px;
  right: 175px;
}
.footer .footer-inner .back-top img {
  width: 75px;
  cursor: pointer;
}

#cookie-policy {
  background-color: white;
  padding: 20px 50px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cookie-policy p {
  text-align: center;
  font-weight: 700;
}
#cookie-policy .cookie-buttons {
  display: flex;
  gap: 10px;
}
#cookie-policy .cookie-buttons button {
  cursor: pointer;
  border: 2px solid black;
  border-radius: 25%;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  width: 90px;
}
#cookie-policy .cookie-buttons button#accept-cookies {
  background-color: black;
  color: white !important;
}
#cookie-policy .cookie-buttons button#decline-cookies {
  background-color: white;
  color: black !important;
}

@media (max-width: 768px) {
  section#home header .navbar {
    justify-content: center;
  }
  section#home header .navbar .navbar-brand {
    margin-right: 0;
  }
  section#home header .navbar .navbar-brand img {
    width: 165px !important;
  }
  section#home header .navbar .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 18px;
  }
  section#home .video-area video.desktop-video {
    display: none;
  }
  section#home .video-area video.mobile-video {
    display: block;
  }
  section#watch {
    height: auto !important;
    gap: 10px;
    padding: 60px 0px 100px;
    flex-direction: column-reverse;
    background-image: url("/assets/img/watch-bg.JPEG");
  }
  section#watch .card-area {
    width: 100%;
    padding: 20px 50px 0;
    display: flex;
    align-items: center;
  }
  section#watch .card-area .card {
    border-radius: 40px;
    padding: 30px;
  }
  section#watch .card-area .card a {
    width: 120px;
    font-size: 20px;
    padding: 4px;
  }
  section#watch .card-area .card .video-popup {
    font-size: 19px;
  }
  section#watch .card-area .card .video-popup.desktop {
    display: none;
  }
  section#watch .card-area .card .video-popup.mobile {
    display: block;
  }
  section#watch .card-area .card h2 {
    font-size: 35px;
  }
  section#watch .card-area .card h3 {
    font-size: 23px;
  }
  section#watch .slider-area {
    margin-bottom: 0 !important;
    width: 100%;
  }
  section#watch .slider-area .logo img {
    width: 220px;
  }
  section#watch .slider-area .stamp {
    top: 18%;
    right: 5%;
  }
  section#watch .slider-area .stamp img {
    width: 60px;
  }
  section#watch .slider-area .enjoy-slider {
    height: 250px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 260px;
  }
  section#watch .slider-area .enjoy-slider .swiper-slide {
    width: 240px !important;
    align-items: center;
  }
  section#watch .slider-area .swiper-pagination {
    bottom: -5px;
  }
  section#watch .slider-area .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
  section#explore {
    padding: 0 0 50px;
    position: relative;
    height: auto !important;
  }
  section#explore .products-slider {
    padding: 0 0 70px;
  }
  section#explore .products-slider .stamp {
    position: absolute;
    top: 18%;
    right: 4%;
  }
  section#explore .products-slider .stamp img {
    width: 60px;
  }
  section#explore .products-slider .swiper-slide .slide-content {
    padding: 60px 0px 0px;
    flex-direction: column;
    gap: 0;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-image {
    width: 100%;
    display: flex;
    align-items: center;
    height: 260px;
    justify-content: center;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-image img {
    width: auto;
    height: 315px !important;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-image.product-first-image img {
    height: 220px !important;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-image.product-second-image img {
    height: 220px !important;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-image.product-third-image img {
    height: 220px !important;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-image.product-fourth-image img {
    height: 220px !important;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-description {
    width: 100%;
    padding: 70px 50px 0;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-description .card {
    border-radius: 40px;
    padding: 40px 30px !important;
    height: 330px;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-description .card .desktop-content {
    display: none !important;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-description .card .mobile-content {
    display: block;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-description .card h3 {
    font-size: 24px;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-description .card .logo img {
    width: 210px;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-description .card .explore-button {
    width: 120px;
    font-size: 20px;
    padding: 4px;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-description .card .explore-button.mobile {
    display: block;
  }
  section#explore .products-slider .swiper-slide .slide-content .product-description .card .explore-button.desktop {
    display: none;
  }
  section#explore .products-slider .swiper-button-next,
  section#explore .products-slider .swiper-button-prev {
    display: none;
  }
  section#explore .products-slider .swiper-pagination {
    left: auto;
  }
  section#explore .products-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
  section#play {
    height: auto;
    padding: 60px 0 100px;
    flex-direction: column-reverse;
    gap: 100px;
    background-image: url("/assets/img/play-mobile-bg.png");
  }
  section#play .play-preview {
    width: 100%;
  }
  section#play .play-preview .play-preview-header {
    margin-bottom: 20px;
  }
  section#play .play-preview .play-preview-header .logo img {
    width: 220px;
  }
  section#play .play-preview .play-preview-header .sub-title {
    margin-top: 5px;
    font-size: 16px;
  }
  section#play .play-preview .play-preview-header .sub-title .dot {
    width: 4px;
    height: 4px;
  }
  section#play .play-preview .play-preview-header .stamp {
    top: 130px;
    right: 60px;
  }
  section#play .play-preview .play-preview-header .stamp img {
    width: 60px;
  }
  section#play .play-preview .play-content {
    padding-top: 25px;
    flex-direction: column;
  }
  section#play .play-preview .play-content .mobile-image > img {
    width: 200px;
  }
  section#play .play-preview .play-content .mobile-image.first {
    right: auto;
    padding-left: 20px;
    justify-content: flex-start;
  }
  section#play .play-preview .play-content .mobile-image.first .ar-chars-stamp {
    top: auto;
    bottom: -70px;
    right: auto;
    left: 70px;
  }
  section#play .play-preview .play-content .mobile-image.first .ar-chars-stamp img {
    width: 60px;
  }
  section#play .play-preview .play-content .mobile-image.first .shadow {
    bottom: -15px;
    left: 120px;
  }
  section#play .play-preview .play-content .mobile-image.first .mobile-image-content {
    width: 75px;
    font-size: 16px;
    transform: none;
    left: auto;
  }
  section#play .play-preview .play-content .mobile-image.second {
    justify-content: center;
    position: relative;
    top: -50px;
    padding-bottom: 0;
    padding-left: 80px;
  }
  section#play .play-preview .play-content .mobile-image.second .parachute-img {
    right: 40px;
    top: -170px;
    left: auto;
  }
  section#play .play-preview .play-content .mobile-image.second .parachute-img img {
    width: 140px;
  }
  section#play .play-preview .play-content .mobile-image.second .shadow {
    bottom: -10px;
  }
  section#play .play-preview .play-content .mobile-image.second .shadow img {
    width: 75%;
  }
  section#play .play-preview .play-content .mobile-image.second .mobile-image-content {
    width: 75px;
    font-size: 16px;
  }
  section#play .play-preview .play-content .mobile-image.second .skateboard {
    position: absolute;
    left: 45px;
    bottom: -40px;
    animation: skateboardMove 1s ease-in-out infinite alternate;
  }
  section#play .play-preview .play-content .mobile-image.second .skateboard img {
    width: 90px;
  }
  section#play .play-preview .play-content .mobile-image.third {
    left: auto;
    justify-content: center;
    position: relative;
  }
  section#play .play-preview .play-content .mobile-image.third > img {
    rotate: 358deg;
  }
  section#play .play-preview .play-content .mobile-image.third .sounds-image {
    top: 110px;
    left: auto;
    right: 50px;
  }
  section#play .play-preview .play-content .mobile-image.third .sounds-image img {
    width: 50px;
  }
  section#play .play-preview .play-content .mobile-image.third .mobile-image-content {
    width: 75px;
    font-size: 16px;
    top: 60%;
    left: 80px;
    transform: none;
  }
  section#play .play-preview .play-content .mobile-image.third .dj-image {
    right: 10px;
    bottom: -75px;
  }
  section#play .play-preview .play-content .mobile-image.third .dj-image img {
    width: auto !important;
    height: 130px;
  }
  section#play .play-preview .play-content .mobile-image.third .ar-chars-stamp {
    right: auto;
    left: 35px;
    top: 100px;
  }
  section#play .play-preview .play-content .mobile-image.third .ar-chars-stamp img {
    width: 60px;
  }
  section#play .play-preview .play-content .mobile-image.third .shadow {
    bottom: -15px;
    transform: none;
    left: auto;
  }
  section#play .card-overview {
    padding: 0 50px;
    width: 100%;
  }
  section#play .card-overview .todix-play-card {
    width: 100%;
    padding: 75px 30px 40px;
    border-radius: 40px;
  }
  section#play .card-overview .todix-play-card .logo img {
    top: -60px;
    width: 120px;
  }
  section#play .card-overview .todix-play-card .content h3 {
    font-size: 22px;
  }
  section#play .card-overview .todix-play-card .content .play-button {
    width: 120px;
    font-size: 20px;
    padding: 4px;
  }
  section#blox {
    height: auto;
    background-image: url("/assets/img/bg-level.jpg");
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 350px;
    background-color: white;
  }
  section#blox .blox-promo {
    background-color: transparent;
    width: 100%;
    padding: 60px 50px 100px;
  }
  section#blox .blox-promo .blox-header {
    margin-bottom: 50px;
  }
  section#blox .blox-promo .blox-header .stamp {
    bottom: -10px;
    right: 0;
    top: auto;
  }
  section#blox .blox-promo .blox-header .stamp img {
    width: 60px;
  }
  section#blox .blox-promo .blox-header .logo img {
    width: 200px;
  }
  section#blox .blox-promo .blox-header .sub-logo img {
    width: 150px;
  }
  section#blox .blox-promo .phones {
    flex-direction: column;
    gap: 235px;
    align-items: center;
  }
  section#blox .blox-promo .phones .phone {
    padding: 0;
    width: 90%;
    padding: 10px;
  }
  section#blox .blox-promo .phones .phone img {
    width: 100%;
    max-width: 100%;
  }
  section#blox .blox-promo .phones .phone:first-child {
    display: none;
  }
  section#blox .blox-content {
    width: 100%;
    padding: 150px 50px 100px;
    background-image: none;
  }
  section#blox .blox-content .blox-promo-content-card {
    width: 100%;
    padding: 75px 30px 30px;
    border-radius: 40px;
    margin-top: 0;
  }
  section#blox .blox-content .blox-promo-content-card .card-hero img {
    width: 120px;
    top: -60px;
  }
  section#blox .blox-content .blox-promo-content-card .play-button {
    width: 120px;
    font-size: 20px;
    padding: 4px;
  }
  section#join-us {
    padding: 100px 0 200px 0;
  }
  section#join-us .container {
    padding: 0 50px;
  }
  section#join-us .container .stamp {
    top: 35px;
    z-index: 2;
    right: 5%;
    width: 60px;
  }
  section#join-us .container .join-us-card {
    border-radius: 40px;
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  section#join-us .container .join-us-card .logo img {
    width: 200px;
  }
  section#join-us .container .join-us-card .content .desktop-content {
    display: none;
  }
  section#join-us .container .join-us-card .content .mobile-content {
    display: block;
  }
  section#join-us .container .join-us-card .content .join-us-button {
    width: 120px;
    font-size: 20px;
    padding: 4px;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  section#join-us .container .character-heads {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  section#join-us .container .character-heads img {
    height: 175px;
  }
  footer {
    padding: 40px 40px 90px !important;
  }
  footer .footer-inner {
    flex-direction: column;
    gap: 15px;
  }
  footer .footer-inner .left-space {
    margin-top: 15px;
    order: 2;
  }
  footer .footer-inner .logos {
    order: 1;
    flex-direction: column-reverse;
    gap: 0 !important;
    flex-wrap: wrap;
  }
  footer .footer-inner .logos > a {
    margin: 20px 0;
  }
  footer .footer-inner .logos .social-logos {
    gap: 10px !important;
  }
  footer .footer-inner .logos .social-logos a img {
    height: 38px !important;
  }
  footer .footer-inner .copyright {
    order: 3;
    font-size: 14px;
  }
  footer .footer-inner .back-top {
    bottom: 20px !important;
    right: 20px !important;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    height: 100%;
  }
}
@keyframes skateboardMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15px);
  }
}
@keyframes parachuteIn {
  from {
    transform: scale(0.2) translateY(-400px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes pulsePhone {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.98);
  }
}/*# sourceMappingURL=main.css.map */