@charset "UTF-8";
@font-face {
  font-family: ObelixPro;
  font-style: normal;
  font-weight: 400;
  src: local("ObelixPro"),
    url(/assets/ObelixPro-cyr-pl8UgZA5.woff) format("woff");
}
@font-face {
  font-family: ObelixPro Italic;
  font-style: normal;
  font-weight: 400;
  src: local("ObelixPro Italic"),
    url(/assets/ObelixProIt-cyr-DvnNvsYO.woff) format("woff");
}
@font-face {
  font-family: ObelixPro Bold;
  font-style: normal;
  font-weight: 400;
  src: local("ObelixPro Bold"),
    url(/assets/ObelixProB-cyr-B0_1afDx.woff) format("woff");
}
@font-face {
  font-family: ObelixPro Bold Italic;
  font-style: normal;
  font-weight: 400;
  src: local("ObelixPro Bold Italic"),
    url(/assets/ObelixProBIt-cyr-By_K2ZiS.woff) format("woff");
}
:root {
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;
  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;
  --vt-c-indigo: #2c3e50;
  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);
  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);
  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);
  --section-gap: 160px;
}
@font-face {
  font-family: Bamboo;
  src: url(/assets/Clarence-World-DD83-xqr.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  font-weight: 400;
}
body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition: color 0.5s, background-color 0.5s;
  font-family: Bamboo, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
p,
span,
a,
li {
  font-family: Bamboo, sans-serif;
}
.not-scroll {
  height: 100vh;
  overflow: hidden;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.modal {
  width: 90%;
  height: auto;
  margin: auto;
  background-color: #000000c8;
  color: #fff;
  position: relative;
  z-index: 99;
  padding: 1rem;
  border-radius: 8px;
}
@media (min-width: 900px) {
  .modal {
    max-width: 800px;
    min-height: 500px;
    width: 50%;
  }
}
.modal-overlay {
  width: 100%;
  height: 100dvh;
  background-color: #0000009e;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
  overflow: hidden;
}
.episodes-tabs {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 10rem 1rem;
  display: none;
}
.episodes-tabs-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.episodes-tabs-title span {
  font-size: 4em;
  text-align: center;
  font-weight: 700;
  color: #56108a;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .episodes-tabs-title span {
    font-size: 6em;
    margin-bottom: 4rem;
  }
}
.episodes-tabs-title:after {
  content: "";
  width: 300px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #810ee0, #9720fd);
  filter: blur(75px);
}
.episodes-tabs__wrapper {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .episodes-tabs__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.episodes-tabs__head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1rem;
}
.episodes-tabs-btn {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem 2rem;
  background-size: 200% 100%;
  transition: background-position 0.5s;
  color: #303030;
  background-color: #9720fd;
  border: 1px solid #9720fd;
  border-radius: 999px;
  cursor: pointer;
}
.episodes-tabs-btn--selected {
  background: #56108a;
  background-size: 200% 100%;
  transition: background-position 0.5s;
  border: none;
  color: #f5f5f5;
}
.episodes-tabs-btn--selected:hover {
  background-position: 100% 0;
}
.episodes-tabs-btn:disabled {
  background: #d9acff;
  cursor: not-allowed;
  border: none;
  opacity: 0.5;
  color: #dbdbdb;
}
.episodes-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
}
.episodes-card-poster {
  display: grid;
  grid-template-areas: "content";
  -webkit-user-select: none;
  user-select: none;
}
.episodes-card-poster-play {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: content;
  z-index: 2;
  position: relative;
  background-color: #3030303e;
  border-radius: 18px;
  cursor: pointer;
}
.episodes-card-poster-play:hover > svg {
  transform: scale(1.2);
}
.episodes-card-poster-play:after {
  content: "";
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #c278ff, #9720fd);
  position: absolute;
  border-radius: 999px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.episodes-card-poster-play svg {
  width: 30px;
  position: relative;
  z-index: 3;
  margin-left: 5px;
  transition: transform ease-in-out 0.25s;
  fill: #fff;
}
.episodes-card-img {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  position: relative;
  grid-area: content;
}
.episodes-card-iframe,
.episodes-card-video {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
}
.episodes-card-iframe iframe,
.episodes-card-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.episodes-card-title {
  font-size: 1.5rem;
  color: #030303;
  font-weight: 600;
  text-transform: uppercase;
}
.gallery {
  max-width: 1440px;
  margin: auto;
  padding: 3rem 1rem;
}
.gallery-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gallery-title span {
  font-size: 4em;
  text-align: center;
  font-weight: 700;
  color: #56108a;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .gallery-title span {
    font-size: 6em;
    margin-bottom: 4rem;
  }
}
.gallery-title:after {
  content: "";
  width: 300px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #810ee0, #9720fd);
  filter: blur(75px);
}
.gallery-description {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.gallery-description a {
  color: #56108a;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.gallery-description a:hover {
  color: #810ee0;
}
@media (max-width: 768px) {
  .gallery-description {
    font-size: 1.2rem;
  }
}
.gallery-controls {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.gallery-controls button {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem 2rem;
  background: #56108a;
  background-size: 200% 100%;
  transition: background-position 0.5s;
  color: #f5f5f5;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}
.gallery-controls button:hover {
  background-position: 100% 0;
}
.gallery-controls button:disabled {
  background: #d9acff;
  cursor: not-allowed;
}
.gallery__wrapper {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .gallery__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .gallery__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery-img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  opacity: 0;
}
.how-to-buy {
  max-width: 1440px;
  margin: 0 auto;
  height: max-content;
  display: grid;
  gap: 1rem;
  padding: 10rem 1rem;
}
@media (min-width: 768px) {
  .how-to-buy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.how-to-buy__information {
  width: 100%;
  height: max-content;
}
@media (min-width: 768px) {
  .how-to-buy__information {
    position: sticky;
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .how-to-buy__information {
    width: 75%;
  }
}
.how-to-buy-video {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .how-to-buy-video {
    display: block;
  }
}
.how-to-buy-title {
  font-size: 4em;
  text-align: center;
  font-weight: 700;
  color: #56108a;
}
@media (min-width: 768px) {
  .how-to-buy-title {
    font-size: 5em;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .how-to-buy-title {
    font-size: 7em;
    text-align: left;
    max-width: 500px;
  }
}
.how-to-buy__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .how-to-buy__wrapper {
    gap: 4rem;
    padding: 4rem 0;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .how-to-buy__wrapper {
    padding: 0;
  }
}
.how-to-buy-card {
  width: 100%;
  min-height: 200px;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 4px 8px #09090921;
}
.how-to-buy-card-avatar {
  width: 50px;
}
.how-to-buy-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.how-to-buy-card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #56108a;
}
.how-to-buy-card-text {
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
}
.how-to-buy-card-text a {
  color: #56108a;
  font-weight: 700;
}
.phases-container[data-v-ac298ccb] {
  text-align: center;
  padding: 4rem 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.phases-container[data-v-ac298ccb]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/space.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  filter: brightness(0.5) grayscale(0.2);
  z-index: 0;
}
.phases-container .title[data-v-ac298ccb] {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.phases-container .phases-wrapper[data-v-ac298ccb] {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 2.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.phases-container .phase[data-v-ac298ccb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  margin: 1.5rem;
}
.phases-container .phase .phase-title[data-v-ac298ccb] {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.phases-container .phase .coffin[data-v-ac298ccb] {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.phases-container .phase .coffin .coffin-closed[data-v-ac298ccb] {
  width: 100%;
}
.phases-container .phase .coffin .coffin-open[data-v-ac298ccb] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease;
  transform: translate(0);
}
.phases-container .phase .coffin .coffin-open.open[data-v-ac298ccb] {
  transform: translate(-100%);
}
.phases-container .phase .coffin .phase-text[data-v-ac298ccb] {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  font-size: 1rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  font-family: Cinzel, serif;
  color: #fff;
  letter-spacing: 1px;
}
.phases-container .phase .coffin .phase-text p[data-v-ac298ccb] {
  margin: 0.5rem 0;
  padding: 0.3rem 0.5rem;
  background-color: #00000080;
  border-radius: 8px;
  font-weight: 700;
  background: linear-gradient(45deg, #ff7e5f, #feb47b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: 0 4px 8px #0000004d;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.6);
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}
.phases-container .phase .coffin .phase-text p[data-v-ac298ccb]:hover {
  text-shadow: 0 0 12px rgb(255, 215, 0), 0 0 20px rgba(255, 215, 0, 0.8);
  transform: scale(1.08);
}
.phases-container .phase .coffin .phase-text.open[data-v-ac298ccb] {
  opacity: 1;
}
@media (max-width: 768px) {
  .phases-wrapper[data-v-ac298ccb] {
    gap: 1.5rem;
    justify-content: center;
  }
  .phase[data-v-ac298ccb] {
    width: 140px;
  }
  .title[data-v-ac298ccb] {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .phases-wrapper[data-v-ac298ccb] {
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    margin-right: 1rem;
    margin-left: 5rem;
  }
  .phase[data-v-ac298ccb] {
    width: 120px;
    margin: 0.5rem 0;
    align-items: flex-start;
    text-align: center;
    margin-left: auto;
  }
  .title[data-v-ac298ccb] {
    font-size: 2rem;
  }
}
.tokenomics {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 5em;
  margin: 0 auto;
  padding: 10rem 1rem;
}
.tokenomics-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tokenomics-title span {
  font-size: 4em;
  text-align: center;
  font-weight: 700;
  color: #56108a;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .tokenomics-title span {
    font-size: 6em;
    margin-bottom: 4rem;
  }
}
.tokenomics-title:after {
  content: "";
  width: 300px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #810ee0, #9720fd);
  filter: blur(75px);
}
.tokenomics__wrapper {
  width: 100%;
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .tokenomics__wrapper {
    justify-content: center;
    grid-template-columns: repeat(2, auto);
  }
}
@media (min-width: 900px) {
  .tokenomics__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tokenomics-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.tokenomics-card-title {
  font-size: 3em;
  line-height: 1;
  font-weight: 700;
  color: #56108a;
}
.tokenomics-card-title span {
  font: inherit;
}
.tokenomics-card-text {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
.video {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-img {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 50px;
  right: 0;
  max-width: 500px;
  margin: auto;
  width: 250px;
}
@media (min-width: 768px) {
  .video-img {
    display: none;
  }
}
.video-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
.video-play {
  width: 150px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 3;
  background: linear-gradient(135deg, #c278ff, #9720fd);
  border-radius: 16px;
  cursor: pointer;
  transition: ease-in-out 0.25s;
}
.video-play:hover {
  transform: scale(1.1);
}
.video-play:hover svg {
  transform: scale(0.75);
}
.video-play svg,
.video-play img {
  width: 50px;
  height: 50px;
  transition: ease-in-out 0.25s;
}
.video-pause {
  width: 100px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 3;
  background: linear-gradient(135deg, #c278ff, #9720fd);
  border-radius: 16px;
  cursor: pointer;
  transition: ease-in-out 0.25s;
}
.video-pause:hover {
  transform: scale(1.1);
}
.video-pause:hover svg {
  transform: scale(0.75);
}
.video-pause svg {
  width: 40px;
  height: 40px;
  transition: ease-in-out 0.25s;
}
.section-container {
  background: linear-gradient(135deg, #2e1a3b, #5d3e7b);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 10rem 1rem;
}
.comic-title {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.5rem;
}
.comic-background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.side-image {
  position: absolute;
  top: 10%;
  left: 0;
  width: 300px;
  height: auto;
  opacity: 0.8;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
.comic-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  aspect-ratio: 3/4;
  margin: 20px auto;
  overflow: hidden;
  background-color: #0009;
  border-radius: 15px;
  box-shadow: 0 0 15px #000c;
}
.button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.nav-button {
  background: #964bb4cc;
  color: #fff;
  border: 2px solid #d1a4f1;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 10;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px #00000080;
  transition: background-color 0.3s, transform 0.3s;
}
.nav-button:hover {
  background-color: #ab7bd1;
  transform: scale(1.05);
}
.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transform-origin: right;
  transform: rotateY(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.page.active {
  opacity: 1;
  transform: rotateY(0);
}
.page.previous {
  opacity: 1;
  transform: rotateY(90deg);
}
.comic-background:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-100%);
  width: 120px;
  height: 120px;
  background-image: url(/assets/images/planet-image.png);
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  animation: planet-move 20s linear infinite;
  z-index: 0;
}
@keyframes planet-move {
  0% {
    transform: translate(0) translateY(0);
  }
  to {
    transform: translate(700px) translateY(0);
  }
}
@media (max-width: 768px) {
  .comic-container {
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 0.5rem;
  }
  .side-image {
    display: none;
  }
  .nav-button {
    width: 100px;
    height: 40px;
    font-size: 0.9rem;
  }
  .comic-title {
    font-size: 1.8rem;
  }
}
.paternships {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.paternships-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000;
  text-transform: uppercase;
}
.paternships__wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.paternships__wrapper img {
  width: 225px;
  height: 225px;
}
.footer {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 0;
}
.footer-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000;
  text-transform: uppercase;
}
.footer-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer-icons img {
  width: 40px;
  height: 40px;
}
.footer-image {
  margin-bottom: 1rem;
}
.footer-image img {
  max-width: 100%;
  height: auto;
}
.footer-bar {
  background: #56108a;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px) {
  .footer-bar {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-bar-copyright {
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .footer-bar-copyright {
    margin-bottom: 0;
  }
}
.footer-bar-disclaimer {
  font-size: 0.8rem;
  max-width: 600px;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .footer-bar-disclaimer {
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
.footer-bar-social-icons {
  display: flex;
  gap: 1rem;
}
.footer-bar-social-icons img {
  width: 200px;
  height: 20px;
}
.scroller {
  max-width: 100%;
  padding: 1rem;
  background: #56108a;
  position: relative;
}
.scroller__inner {
  padding-block: 1rem;
  display: flex;
  align-items: center;
  gap: 5em;
  position: relative;
  z-index: 3;
}
.scroller__inner h1 {
  font-weight: 700;
  font-size: 3em;
  color: #fff;
}
.scroller[data-animated="true"] {
  overflow: hidden;
}
.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  animation: scroll var(--_animation-duration, 600s)
    var(--_animation-direction, forwards) linear infinite;
}
.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}
.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}
.scroller[data-speed="fast"] {
  --_animation-duration: 120s;
}
.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.copy-address {
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
  background-color: #030303;
}
.copy-address__container {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .copy-address__container {
    flex-direction: row;
    justify-content: center;
  }
}
.copy-address__rrss {
  display: inline-flex;
  flex-flow: row wrap;
}
.copy-address__rrss a {
  width: 48px;
  height: 48px;
  padding: 0.75rem;
  transition: transform ease-in-out 0.25s;
}
.copy-address__rrss a:hover {
  transform: scale(1.04);
}
.copy-address__rrss a:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.copy-address__rrss a:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.copy-address__rrss a img {
  width: 100%;
}
.copy-address__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 auto;
  border: 1px solid #eee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 1024px) {
  .copy-address__wrapper {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    margin: unset;
  }
}
.copy-address-text {
  font-size: 1rem;
  color: #f5f5f5;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  max-width: 24ch;
  text-align: center;
  padding-left: 0.75rem;
  padding-top: 0.75rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .copy-address-text {
    max-width: 100%;
    padding-top: 0;
  }
}
.copy-address-btn {
  width: 100%;
  background-color: #fff;
  border: none;
  height: 100%;
  padding: 1rem;
  color: #303030;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all ease-in-out 0.25s;
}
@media (min-width: 768px) {
  .copy-address-btn {
    width: fit-content;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border-left: 1px solid #fff;
    background-color: transparent;
    color: #f5f5f5;
    opacity: 1;
  }
  .copy-address-btn:hover {
    background-color: #fff;
    color: #303030;
  }
}
.header {
  width: 100%;
  padding: 1.5rem;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
}
.header__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-flow: row wrap;
}
.header__content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-flow: row wrap;
  justify-content: center;
}
.header__rrss {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.25rem;
}
.header__rrss .header__imgh {
  width: 35px;
  height: 35px;
  padding: 8px;
  background-color: #000;
  border-radius: 12px;
  box-shadow: 0 4px 6px #0000001a;
  transition: transform 0.3s, box-shadow 0.3s;
}
.header__rrss .header__imgh:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px #00000026;
}
.header__rrss .header__imgh img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__rrss .header__imgh:nth-child(1) {
  background-color: #1bd69e;
}
.header__rrss .header__imgh:nth-child(2) {
  background-color: #17a4e0;
}
.header__rrss .header__imgh:nth-child(3) {
  background-color: #fff;
}
.header__rrss .header__imgh:nth-child(5) {
  background-color: #fff;
}
.header__rrss .header__imgh:nth-child(6) {
  background-color: #fff;
}
.header__rrss .header__imgh:nth-child(7) {
  background-color: #fff;
}
.header .btn {
  background-color: #fc0;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 0 5px #0000001f;
  transition: background-color 0.3s;
}
.header .btn:hover {
  background-color: #f90;
}
.vibing-together[data-v-a79d84e2] {
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 2em 0;
  background-color: #f9f9f9;
  border-bottom: 2px solid #e0e0e0;
}
.title[data-v-a79d84e2] {
  font-size: 2.5em;
  margin-bottom: 1em;
  color: #333;
}
.gallery-container[data-v-a79d84e2] {
  position: relative;
  width: 800px;
  height: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-center[data-v-a79d84e2] {
  position: relative;
  z-index: 10;
  width: 400px;
  height: 280px;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px #0000004d;
}
.image-wrapper[data-v-a79d84e2] {
  position: absolute;
  width: 160px;
  height: 160px;
  transform-origin: center center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.image-wrapper img[data-v-a79d84e2] {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px #0003;
  border: 2px solid #000;
  object-fit: cover;
}
.image-wrapper[data-v-a79d84e2]:hover {
  transform: scale(1.1) rotate(0);
  box-shadow: 0 6px 12px #0000004d;
}
.description[data-v-a79d84e2] {
  font-size: 1.2em;
  color: #666;
  margin: 1em 0;
}
.cta-button[data-v-a79d84e2] {
  background-color: #fc0;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 0 5px #0000001f;
  transition: background-color 0.3s;
}
.cta-button[data-v-a79d84e2]:hover {
  background-color: #f90;
}
@media (max-width: 768px) {
  .image-wrapper[data-v-a79d84e2] {
    display: none;
  }
  .gallery-container[data-v-a79d84e2] {
    width: 100%;
    height: auto;
  }
  .video-center[data-v-a79d84e2] {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
  .title[data-v-a79d84e2] {
    font-size: 1.8em;
  }
  .description[data-v-a79d84e2] {
    font-size: 1em;
  }
  .cta-button[data-v-a79d84e2] {
    font-size: 0.9em;
    padding: 0.5rem 1rem;
  }
}
