h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 1024px) {
  h2 span:before,
  h2 span:after {
    content: "";
    display: block;
    flex: 0 1 330px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  h2 span:before {
    background-image: url(/img/heading-before.png);
  }
  h2 span:after {
    background-image: url("/img/heading-after.png");
  }
}

#stars {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.75;
}
.homepage-bg {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
/************************************ HERO SECTION */
.hero-section {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-section .inner-sec {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100svh;
  padding-top: 100px;
  gap: 20px;
}
.hero-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, #000, #fff);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.hero-section .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}
.hero-section .content {
  max-width: 639px;
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.hero-section .content h1 {
  font-size: 55px;
  font-weight: 700;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.hero-section .content h1 #changing-text {
  color: #c084fc;
  display: inline-flex;
  position: relative;
}
.hero-section .content h1 .letter {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero-section .content h1 .letter.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.hero-section .content p {
  max-width: 445px;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.hero-section .content h5 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  line-height: 1;
  color: #c084fc;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}
.hero-section .content h5 span {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 8px;
}
.hero-section .content h5 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.hero-section .content h5 span img {
  height: 100%;
  width: 100%;
}
.hero-section .content .promt-box {
  background: transparent;
  border: 2px solid #c084fc;
  box-shadow:
    0 0 10px #c084fc,
    0 4px 12px rgba(192, 132, 252, 0.5) inset;
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 25px;
}
.hero-section .content .texts {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.hero-section .content .texts .text-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(15, 15, 47, 0.65);
  border-radius: 10px;
  padding: 10px;
}
.hero-section .content .texts .text-group:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAxCAYAAAB3aZEhAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE8WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgMTAuMC1jMDAwIDI1LkcuZDIwZTQ2NiwgMjAyNS8xMi8wOC0yMDo1MDoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI3LjYgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNi0wNS0xMlQxNToxMjo1MSswNTozMCIgeG1wOk1vZGlmeURhdGU9IjIwMjYtMDUtMTJUMTU6MTM6MTUrMDU6MzAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjYtMDUtMTJUMTU6MTM6MTUrMDU6MzAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNDQ0ZDg3LWFmYmYtNTA0MS04ZDZkLTY3NDk3MmJhMjRhOSIgeG1wTU06RG9jdW1lbnRJ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);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.hero-section .content .texts h6 {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(192,132,252,0.35);
}
.hero-section .content .promt-box p {
  opacity: 0.4;
}
.hero-section .content .promt-box p[data-homepage-prompt-input] {
  cursor: text;
  word-break: break-word;
  margin-bottom: 0;
  max-height: 60px;
  overflow-y: auto;
  padding-right: 10px;
  padding-left: 25px;
  margin-right: 10px;
}
.hero-section .content .promt-box p[data-homepage-prompt-input]::-webkit-scrollbar {
  width: 5px;
}
.hero-section .content .promt-box p[data-homepage-prompt-input]::-webkit-scrollbar-track {
  background: rgba(74, 48, 252,0.35);
  border-radius: 8px;
}
.hero-section .content .promt-box p[data-homepage-prompt-input]::-webkit-scrollbar-thumb {
  background: #4a30fc;
  border-radius: 8px;
}

.hero-section .content .promt-box p[data-homepage-prompt-input]:focus {
  outline: none;
  opacity: 0.95;
}
.hero-section .content .promt-box.has-error {
  border-color: #ff8fa1;
  box-shadow:
    0 0 10px rgba(255, 143, 161, 0.55),
    0 4px 12px rgba(255, 143, 161, 0.25) inset;
}
.hero-section .content .homepage-prompt-error {
  margin: 0;
  padding: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  color: #ff8fa1;
  font-size: 13px;
  line-height: 1.4;
  transition:
    opacity 0.25s ease,
    max-height 0.25s ease,
    margin 0.25s ease;
}
.hero-section .content .homepage-prompt-error.is-visible {
  margin-top: 8px;
  min-height: 18px;
  max-height: 48px;
  opacity: 1;
}
.hero-section .content .promt-box .homepage-prompt-error {
  opacity: 0;
}
.hero-section .content .promt-box .homepage-prompt-error.is-visible {
  opacity: 1;
}
.hero-section .content .cta .btn:active {
  color: #fff;
}
.hero-section .content .cta .btn.is-processing {
  pointer-events: none;
  opacity: 0.82;
  cursor: wait;
}
.hero-section .content .texts .suggestions h6 {
  margin: 20px 0 10px;
  border: 0;
  padding: 0;
}
.hero-section .content .texts .prompt {
  display: flex;
  gap: 8px;
}
.hero-section .content .texts .prompt .link {
  color: #fff;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 10px;
  background: rgba(15, 15, 47, 0.55);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease-out;
}
.hero-section .content .texts .prompt .link:hover {
  background: linear-gradient(90deg, #4a30fc, #b87cfb);
  border-color: transparent;
}
.hero-section .content .texts .prompt .link.refresh svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  transition: all 0.6s ease-out;
}
.hero-section .content .texts .prompt .link:hover svg {
  transform: rotate(360deg);
}

.hero-section .featured {
  padding: 20px;
  background: transparent;
  backdrop-filter: blur(3px);
  background-color: rgba(4, 0, 26, 0.65);
  border-radius: 20px;
  margin-top: auto;
  z-index: 5;
  margin-bottom: 30px;
}
.hero-section .featured .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.hero-section .featured .inner .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-section .featured .inner .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  background: rgba(132,88,251,0.1);
}
.hero-section .featured .inner .item .icon img {
  width: auto;
  height: 20px;
}
.hero-section .featured .inner .item .right-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hero-section .featured .inner .item .right-text h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.hero-section .featured .inner .item .right-text p {
  font-size: 12px;
  font-weight: 400;
  color: #e4d2ff;
  margin: 0;
  opacity: 0.75;
}


.explore-realities .explore .item.is-processing {
  pointer-events: none;
  opacity: 0.88;
  cursor: wait;
}
.reality-preview {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
.reality-preview.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.reality-preview__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 16, 45, 0.72);
  backdrop-filter: blur(5px);
  cursor: pointer;
}
.reality-preview__panel {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  max-height: min(88svh, 900px);
  overflow: auto;
  transform: translateY(16px);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.reality-preview.is-open .reality-preview__panel {
  transform: translateY(0);
  opacity: 1;
}
.reality-preview__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.reality-preview__close svg {
  width: 18px;
  fill: #fff;
}
.reality-preview__title {
  margin: 0 40px 10px 0;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}
.reality-preview__description {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
}
.reality-preview__samples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.reality-preview__sample {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(192, 132, 252, 0.35);
  background: rgba(0, 0, 0, 0.25);
}
.reality-preview__sample img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.reality-preview__sample-title {
  margin: 0;
  padding: 8px 10px 10px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
  word-break: break-word;
}
a.reality-preview__sample {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.reality-preview__cta {
  display: flex;
  justify-content: center;
}
.reality-preview__cta .btn {
  width: auto;
}
.reality-preview__cta .btn.is-processing {
  pointer-events: none;
  opacity: 0.82;
  cursor: wait;
}
body.reality-preview-open {
  overflow: hidden;
}
@media (hover: hover) {
  a.reality-preview__sample:hover::after {
    background: linear-gradient(0deg, #fff, #000);
    mix-blend-mode: multiply;
  }
  a.reality-preview__sample:hover {
    box-shadow: 0 0 0 2px rgba(192, 132, 252, 0.35);
  }
}
@media (max-width: 768px) {
  .reality-preview {
    padding: 12px;
  }
  .reality-preview__samples {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .reality-preview__title {
    font-size: 22px;
  }
  a.reality-preview__sample:nth-child(n + 3) {
    display: none;
  }
}
.hero-section .content .cta {
  position: relative;
  margin: 0;
}
.hero-section .content .cta #btn-firework {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
  transition: transform 1s cubic-bezier(0.2, 1, 0.5, 1);
}
.hero-section .content .cta .btn {
  width: auto;
  height: 40px;
  position: relative;
  z-index: 2;
  min-width: 150px;
  padding: 0 10px;
  border-radius: 8px;
}
@media (max-width: 1400px) {
  .hero-section .featured .inner {
    justify-content: center;
  }
  .hero-section .featured .inner .item {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .hero-section .featured .inner .item {
    width: 30%;
  }
  .hero-section .inner-sec {
    min-height: 60vh;
    padding-bottom: 30px;
  }
  .hero-section .content h1 #changing-text {
    display: block;
  }
}
@media (max-width: 1024px) {
  .hero-section:after {
    height: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.75) 50%, #fff);
  }
  .hero-section .hero-video {
    object-position: right;
  }
}
@media (max-width: 768px) {
  .hero-section .content .cta #btn-firework {
    display: none;
  }
  .hero-section .featured .inner .item {
    width: 40%;
  }
  .hero-section .content .texts .prompt {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .hero-section .featured .inner .item {
    width: 100%;
  }
}
/************************************ EXPLORE REALITIES SECTION */
.explore-realities {
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}
.explore-realities:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #fff, #000);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.explore-realities .container {
  position: relative;
  z-index: 2;
}
.explore-realities .head {
  margin-bottom: 30px;
  text-align: center;
}
.explore-realities .head p {
  margin: 0;
}
.explore-realities .explore {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.explore-realities .explore .item {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  border-radius: 15px;
  transition: transform 0.1s ease-out;
}
.explore-realities .explore .item::before {
  content: "";
  position: absolute;
  top: var(--glow-y, 50%);
  left: var(--glow-x, 50%);
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: var(--glow-opacity, 0);
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.explore-realities .explore .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateZ(0);
  width: 100%;
  padding: 0 20px 20px;
  text-align: center;
  transition: transform 0.3s ease-out;
  transform-style: preserve-3d;
}
.explore-realities .explore .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid;
}
.explore-realities .explore .item.fantasy-realm img {
  border-color: #00dcff;
}
.explore-realities .explore .item.cinematic-lifestyle img {
  border-color: #ffc300;
}
.explore-realities .explore .item.anime-universe img {
  border-color: #33dd88;
}
.explore-realities .explore .item.cyberpunk-city img {
  border-color: #ef00ff;
}
.explore-realities .explore .item .content h4 {
  font-weight: 600;
}
.explore-realities .explore .item .content .btn-outline {
  display: inline-block;
  width: auto;
}
.explore-realities .explore .item.fantasy-realm .content .btn-outline {
  border-color: #00dcff;
  color: #00dcff;
}
.explore-realities .explore .item.cinematic-lifestyle .content .btn-outline {
  border-color: #ffc300;
  color: #ffc300;
}
.explore-realities .explore .item.anime-universe .content .btn-outline {
  border-color: #33dd88;
  color: #33dd88;
}
.explore-realities .explore .item.cyberpunk-city .content .btn-outline {
  border-color: #ef00ff;
  color: #ef00ff;
}
@media (hover: hover) {
  .explore-realities .explore .item.fantasy-realm:hover .content .btn-outline {
    background-color: #00dcff;
    color: #fff;
    box-shadow:
      0 0 5px #00dcff,
      0 0 10px #00dcff,
      0 0 20px #00dcff;
  }
  .explore-realities .explore .item.anime-universe:hover .content .btn-outline {
    background-color: #33dd88;
    color: #fff;
    box-shadow:
      0 0 5px #33dd88,
      0 0 10px #33dd88,
      0 0 20px #33dd88;
  }
  .explore-realities .explore .item.cyberpunk-city:hover .content .btn-outline {
    background-color: #ef00ff;
    color: #fff;
    box-shadow:
      0 0 5px #ef00ff,
      0 0 10px #ef00ff,
      0 0 20px #ef00ff;
  }
  .explore-realities .explore .item.cinematic-lifestyle:hover .content .btn-outline {
    background-color: #ffc300;
    color: #fff;
    box-shadow:
      0 0 5px #ffc300,
      0 0 10px #ffc300,
      0 0 20px #ffc300;
  }
}
@media (max-width: 1024px) {
  .explore-realities {
    padding-bottom: 60px;
  }
  .explore-realities .explore {
    grid-template-columns: repeat(2, 1fr);
  }
  .explore-realities .explore .item .content {
    padding: 0 10px 15px;
  }
  .explore-realities .explore .item .content p {
    font-size: 12px;
    line-height: 15px;
  }
  .featured-section .featured-box:before {
    width: 100%;
  }
}
/************************************ FEATURED DREAM JOURNEY SECTION */
.featured-section {
  margin-bottom: 120px;
}
.featured-section .head {
  margin-bottom: 30px;
  text-align: center;
}
.featured-section .head p {
  margin: 0;
}
.featured-section .featured-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid rgba(123, 97, 255, 0.5);
}
.featured-section .featured-box:before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px 0 0 15px;
  z-index: 5;
}
.featured-section .featured-box .inner {
  z-index: 10;
  position: relative;
  max-width: 600px;
}
.featured-section .featured-box .user-name {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.featured-section .featured-box .user-name p {
  margin: 0;
}
.featured-section .featured-box .user-name img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.featured-section .featured-box .prompt-box {
  max-width: 480px;
  border-radius: 15px;
  padding: 15px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  --webkit-backdrop-filter: blur(2px);
  margin-bottom: 20px;
}
.featured-section .featured-box .prompt-box p,
.featured-section .featured-box .prompt-box textarea.featured-journey-prompt {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}
.featured-section .featured-box .prompt-box textarea.featured-journey-prompt {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: #fff;
  caret-color: #fff;
  -webkit-text-fill-color: #fff;
  font-family: inherit;
  resize: none;
  overflow-y: auto;
  appearance: none;
}
.featured-section .featured-box .prompt-box textarea.featured-journey-prompt:focus {
  outline: none;
}
.featured-section .featured-box .prompt-box textarea.featured-journey-prompt::placeholder {
  color: rgba(255, 255, 255, 0.55);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.55);
}
.featured-section .featured-box .style-key-list {
  margin-bottom: 20px;
}
.featured-section .featured-box .style-key-list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.featured-section .featured-box .style-key-list .list span {
  position: relative;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  --webkit-backdrop-filter: blur(2px);
  padding: 12px 20px;
  user-select: none;
  border-radius: 40px;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease-out;
}
.featured-section .featured-box .style-key-list .list2 a,
.featured-section .featured-box .style-key-list .list2 button.featured-remix-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 20px;
  user-select: none;
  border-radius: 40px;
  line-height: 1;
  color: #7b61ff;
  transition: all 0.3s ease-out;
  background: rgba(123, 97, 255, 0.2);
  border: 1px solid #7b61ff;
  cursor: pointer;
  font: inherit;
}
.featured-section .featured-box .style-key-list .list2 button.featured-remix-btn:focus-visible {
  outline: 2px solid rgba(123, 97, 255, 0.8);
  outline-offset: 2px;
}
.featured-section .featured-box .style-key-list .list2 a svg,
.featured-section .featured-box .style-key-list .list2 button.featured-remix-btn svg {
  width: 15px;
  margin-right: 0;
}
.featured-section .featured-box .related-list {
  display: flex;
  gap: 10px;
}
.featured-section .featured-box .related-list a {
  flex: 1 1 20%;
  padding: 0 5px;
  transition: all 0.5s ease-out;
}
.featured-section .featured-box .related-list a img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 15px;
  border: 1px solid rgba(192, 132, 252, 0.5);
}
@media (max-width: 1024px) {
  .featured-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .featured-section .featured-box .related-list span img {
    height: 75px;
  }
  .featured-section .featured-box .related-list a {
    padding: 0;
  }
  .featured-section .featured-box .related-list a img {
    height: 65px;
  }
}
/************************************ DREAM SHOWCASE SECTION */
.dream-showcase {
  margin-bottom: 80px;
}
.dream-showcase .head {
  margin-bottom: 30px;
  text-align: center;
}
.dream-showcase .head p {
  margin: 0;
}
.dream-showcase .explore {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.dream-showcase .explore .item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  padding: 0 10px;
}
.dream-showcase .explore .item::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.dream-showcase .explore .item .btn-outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  opacity: 0;
  transition: all 0.3s ease-out;
  transition-delay: 0.2s;
  z-index: 10;
  pointer-events: none;
}
.dream-showcase .explore .item .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease-out;
  z-index: 1;
}
@media (min-width: 600px) {
  .dream-showcase .explore {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .dream-showcase .explore {
    grid-template-columns: repeat(4, 1fr);
  }
}
.dream-showcase .btn-sec {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.dream-showcase .explore .item .btn-outline img {
  width: 30px;
  height: 10px;
  animation: arrow-move 1.5s ease-in-out infinite;
  display: block;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
.dream-showcase .btn-sec .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (hover: hover) {
  .dream-showcase .explore .item:hover .btn-outline {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1024px) {
  .dream-showcase {
    margin-bottom: 60px;
  }
  .dream-showcase .explore .item {
    padding: 0;
  }
}
.footer-logo {
  padding-bottom: 50px;
}
.footer-logo .logo {
  text-align: center;
}
.footer-logo .logo img {
  width: auto;
  height: 100px;
}
.footer-logo .logo-shine {
  position: relative;
  overflow: hidden;
}
.footer-logo .logo-shine img {
  position: relative;
  transition: all 0.5s ease-out;
  transform-origin: 50% 100%;
}
.footer-logo .logo-shine img.normal-logo {
  z-index: 2;
}
.footer-logo .logo-shine img.hover-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  z-index: 10;
}
.footer-logo .logo-shine::before,
.footer-logo .logo-shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(105deg, transparent 20%, rgba(0, 0, 0, 0.5) 50%, transparent 80%);
  mix-blend-mode: multiply;
  animation: logo-shine-sweep-horizontal 5s ease-in-out infinite;
}
@media (hover: hover) {
  .footer-logo .logo-shine:hover img.normal-logo {
    transform: rotateX(-70deg) skewX(20deg);
    opacity: 0.25;
    filter: brightness(0) invert(1) blur(10px);
  }
  .footer-logo .logo-shine:hover img.hover-logo {
    top: 0;
  }
  .footer-logo .logo-shine:hover::before,
  .footer-logo .logo-shine:hover::after {
    animation-play-state: paused;
  }
}
.footer-logo .logo-shine::before {
  background: linear-gradient(0deg, transparent 20%, rgba(0, 0, 0, 0.3) 50%, transparent 80%);
  animation-delay: 2.5s;
  animation: logo-shine-sweep-vertical 5s ease-in-out infinite;
}
@keyframes logo-shine-sweep-horizontal {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@keyframes logo-shine-sweep-vertical {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}
.dream-toast-container {
  position: fixed;
  top: 92px;
  right: 18px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(340px, calc(100vw - 32px));
  pointer-events: none;
}
.dream-toast {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 16, 30, 0.96);
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38);
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.dream-toast--success {
  border-color: rgba(80, 220, 153, 0.38);
}
.dream-toast--error {
  border-color: rgba(255, 97, 117, 0.46);
}
.dream-toast.is-hiding {
  opacity: 0;
  transform: translateY(-8px);
}

@media (max-width:992px){
  .footer-logo .logo img {
    width: 80%;
    height: auto;
  }
  .hero-section .content h1 {
    font-size: 35px;
  }
  .hero-section .content .texts .text-group {
    justify-content: end;
    align-items: start;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width:768px){
  .hero-section .featured {
    padding: 30px 20px;
    margin-bottom: 0;
  }
  .hero-section .featured .inner {
    gap: 24px;
  }
  .hero-section .featured .inner .item .right-text {
    gap: 0;
  }
}