html * {
  cursor: none !important;
}

body {
  margin: 0;
  background-color: black;
  overflow: hidden;
  font-family: "Roboto";
  color: white;
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
  touch-action: none;
  -ms-touch-action: none;
  visibility: hidden;
}

a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}

canvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#background {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.bg-circles {
  position: absolute;
  display: block;
  position: absolute;
  background-color: black;
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
}

.bg-circles-green {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(38, 255, 255, 0.25) 0%,
    rgba(217, 217, 217, 0) 100%
  );
}

.bg-circles-purple {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 38, 220, 0.25) 0%,
    rgba(217, 217, 217, 0) 100%
  );
}

.bg-circles-position-1 {
  top: -250px;
  left: -250px;
}
.bg-circles-position-2 {
  top: 600px;
  left: -250px;
}
.bg-circles-position-3 {
  top: 0px;
  left: 400px;
}
.bg-circles-position-4 {
  top: 755px;
  left: 400px;
}
.bg-circles-position-5 {
  top: -250px;
  left: 1200px;
}

.bg-circles-position-6 {
  top: 600px;
  left: 1200px;
}

.bg-circles-position-7 {
  top: 0px;
  left: 2000px;
}

.bg-circles-position-8 {
  top: 755px;
  left: 2000px;
}

.frame {
  display: block;
  position: relative;
  /* background-color: white; */
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin: auto;
  z-index: 1;
}

.about {
  display: block;
  position: relative;
  /* background-color: white; */
  width: 500px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin: auto;
  z-index: 1;
}

#about p,
#team p {
  text-align: justify;
  margin: 0 30px;
}

#menu-circle {
  display: block;
  position: absolute;
  background-color: black;
  width: 170px;
  height: 170px;
  border-radius: 100px;
  margin: auto;
  z-index: 1;
  opacity: 0.7;
  animation: animater linear 60s infinite;
  cursor: pointer;
}

#menu-circle-con svg {
  fill: currentColor;
  height: auto;
  max-width: 66vmin;
  transform-origin: center center;
  width: 350%;
  position: absolute;
  /* scale: 1; */
}

#menu-circle-con {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.menu-circle-before {
  display: block;
  position: absolute;
  background-color: #b200ff;
  width: 45%;
  height: 45%;
  box-shadow: 100px 100px 0 #d400ff;
  top: 81px;
  left: -17px;
  border-radius: 100px;
  animation: animate linear 10s infinite;
}

.menu-circle-after {
  left: 44px;
  top: -20px;
  display: block;
  position: absolute;
  background-color: #7b16a5;
  width: 65%;
  height: 58%;
  box-shadow: 100px 100px 0 #500f6b;
  border-radius: 100px;
  animation: animate2 linear 10s infinite;
}

@keyframes animater {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes animate {
  0% {
    filter: blur(40px) hue-rotate(20deg);
    opacity: 1;
  }
  30% {
    filter: blur(60px) hue-rotate(10deg);
    opacity: 0.9;
  }
  100% {
    filter: blur(40px) hue-rotate(20deg);
    opacity: 1;
  }
}

@keyframes animate2 {
  0% {
    filter: blur(40px) hue-rotate(10deg);
    opacity: 1;
  }
  60% {
    filter: blur(60px) hue-rotate(40deg);
    opacity: 0.9;
  }
  100% {
    filter: blur(40px) hue-rotate(10deg);
    opacity: 1;
  }
}

#sorcer-e-logo-con {
  display: block;
  opacity: 0;
  text-align: center;
}

#sorcer-e-logo {
  width: 240px;
  height: 115px;
  margin: auto;
}

#sorcer-e-logo-glow {
  opacity: 0;
  filter: blur(5px) saturate(6.5);
  width: 152px;
  height: 31px;
  margin: auto;
  position: relative;
  top: 78px;
}

#newsletter-con {
  position: absolute;
  top: 90vh;
  top: calc(var(--vh, 1vh) * 90);
  opacity: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

#newsletter-con input {
  background: black;
  font-weight: 100;
  border: 1px solid #393939;
  padding: 15px 15px;
  border-radius: 25px;
  color: white;
  outline: none !important;
  width: 125px;
  font-family: "Roboto";
  transition: all ease 0.5s;
  text-align: center;
}

::placeholder {
  color: #fff;
}

#newsletter-input::before {
  content: "";
  display: block;
  width: 130px;
  height: 60px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e91e63;
  z-index: 999;
}

#newsletter-con input:focus {
  border: 1px solid #f875e2;
}

#newsletter-button {
  position: absolute;
  top: 12px;
  margin-left: -45px;
  opacity: 0;
}

#newsletter-discord-text {
  text-align: center;
  position: absolute;
  top: 12px;
  opacity: 1;
  margin: -45px auto;
  width: 100%;
  color: #d4d4d4;
  opacity: 0;
}

#mc-embedded-subscribe {
  position: absolute;
  z-index: 9;
  width: 45px !important;
  /* left: 0; */
  transform: translateX(-50px);
  opacity: 0;
}

div#mce-responses {
  position: absolute;
  width: 100%;
  top: -35px;
}

#mce-success-response {
  color: #8bffff;
}

#mce-error-response {
  color: #f875e2;
}

#logo-desc-con {
  position: absolute;
  /* left: -240px; */
  /* top: 80px; */
  left: calc(50% - 200);
  top: 85vh;
  top: calc(var(--vh, 1vh) * 85);
  width: 100%;
}

#logo-desc-con h1 {
  text-align: center;
  font-family: "Roboto";
  left: 0;
  opacity: 0;
  position: absolute;
  font-size: large;
  width: 100%;
  color: #4e4e4e;
  padding: 10px 0;
  font-weight: 100;
  background-image: linear-gradient(45deg, #000 -200%, #eeeeee -100%, #000 0%);
  background-position: "100px 100px";
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#menu-circle span {
  position: absolute;
  width: 170px;
  height: 170px;
  left: 0;
  top: 0;
  background-color: #ffffff14;
  border-radius: 100px;
  margin: auto;
  z-index: 1;
  filter: blur(2px);
}

#menu-breathing {
  position: absolute;
  width: 170px;
  height: 170px;
  left: 0;
  top: 0;
  border-radius: 100px;
  margin: auto;
  z-index: 0;
  box-shadow: 0px 0px 40px 0px rgb(216 0 250 / 60%);
}

#menu-logo-img {
  margin: auto;
  width: 85px;
  height: 85px;
  z-index: 2;
  left: 5px;
  position: relative;
}

#menu-logo-glow {
  margin: auto;
  width: 80px;
  height: 80px;
  z-index: 2;
  left: 2px;
  position: absolute;
  filter: blur(5px);
  opacity: 1;
  cursor: pointer;
}

#menu-notif {
  animation: notif linear 60s infinite;
}

@keyframes notif {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sub-menu {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff0a;
  background-color: #ffffff17;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transition: all ease 0.2s;
}

.sub-menu.active {
  box-shadow: 0 0 20px #000f37 !important;
  border: 2px solid #dd5dc9 !important;
}

.sub-menu.active::before {
  content: "";
  left: 93px;
  top: -14px;
  display: block;
  position: absolute;
  background-color: #7b16a5;
  width: 53%;
  height: 52%;
  box-shadow: 7px 14px 0 #500f6b;
  border-radius: 100px;
  animation: animate2 linear 10s infinite;
  z-index: 1;
}

.sub-menu.active::after {
  content: "";
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background-color: #7b16a5;
  width: 53%;
  height: 52%;
  box-shadow: 7px 14px 0 #500f6b;
  border-radius: 100px;
  animation: animate2 linear 10s infinite;
  z-index: 1;
}

.sub-menu.newsletter-focus {
  box-shadow: 0 0 20px #000f37 !important;
  border: 2px solid #8bffff !important;
}

.sub-menu.newsletter-focus::before {
  content: "";
  left: 38px;
  top: -22px;
  display: block;
  position: absolute;
  background-color: #8ccde4;
  width: 53%;
  height: 52%;
  box-shadow: 7px 14px 0 #8beef4;
  border-radius: 100px;
  animation: animate2 linear 3s infinite;
  z-index: 1;
}

.sub-menu.newsletter-focus::after {
  content: "";
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background-color: #8ccde4;
  width: 53%;
  height: 52%;
  box-shadow: 7px 14px 0 #8ccde4;
  border-radius: 100px;
  animation: animate2 linear 3s infinite;
  z-index: 1;
}

.sub-menu p {
  font-family: system-ui;
  color: white;
  font-weight: 100;
  font-size: 13px;
  padding: 0;
  margin: 8px 0 0 0;
}

.sub-menu:hover {
  background: #ffffff1f;
}

.pof {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menu-team {
  top: -155px;
  left: -5px;
}

#menu-explore {
  top: 0px;
  left: 140px;
}

#menu-discord {
  top: 140px;
  left: -5px;
}

#menu-about {
  top: 0px;
  left: -155px;
}

#menu-sub-con {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  transform-origin: 42px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

#content-container {
  text-align: center;
  height: calc(100vh - 185px);
  height: calc((var(--vh, 1vh) * 100) - 185px);
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#content-container::-webkit-scrollbar {
  display: none;
}

#content-container p {
  padding: 0 1em;
}

#header {
  padding-top: 10px;
  text-align: center;
}

#about {
  width: 100%;
  margin: auto;
}

#team {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.devider {
  background: #ffffff30;
  width: 50%;
  height: 1px;
  margin: 50px auto;
}

#content {
  position: absolute;
  width: 100%;
}

#right-sidebar {
  overflow: hidden;
}

.splide__slide:hover {
  filter: brightness(1.3);
  transition: all ease 0.5s;
  transform: scale(1.01);
}

.splide__slide {
  transition: all ease 0.5s;
  cursor: pointer;
}

#lightbox {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgb(0 0 0 / 45%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
}

#lightbox-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#lightbox-preview img {
  width: 70%;
  object-fit: cover;
}

#close-lightbox {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  display: block;
  cursor: pointer;
  z-index: 2;
}

#back-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.prev-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#lightbox-content {
  height: 100%;
}

#interactive {
  height: 100%;
}

#interactive-movie-actions {
  position: sticky;
  bottom: 0%;
  width: 75%;
  margin: auto;
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.14);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.9px);
  -webkit-backdrop-filter: blur(7.9px);
  border: 1px solid rgba(255, 255, 255, 0.19);
  box-shadow: 0px 0px 36px #00000096;
}

#interactive-movie-actions #question {
  width: 60%;
  margin: auto;
  line-height: 40px;
  text-shadow: 1px 2px black;
}

.interactive-movie-button {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 20px auto;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  transition: ease all 0.5s;
  box-shadow: 0px 0px 36px #00000096;
}

.interactive-movie-button:hover {
  background: #ffffff33;
}

#restart-button {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 46%;
  left: 46%;
  cursor: pointer;
}

#restart-button p {
  font-weight: 400;
  margin-left: -4px;
  text-shadow: 0px 1px #737373;
}

#progress {
  width: 0px;
  height: 10px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  border-radius: 5px;
}

/* Revealer */

#comparison {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

figure {
  position: absolute;
  background-image: url("../images/revealer/revealer-1.webp");
  background-repeat: repeat-x;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#divisor {
  background-image: url("../images/revealer/revealer-2.webp");
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;

  &::before,
  &::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }
  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
  }
  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
  }
}
#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;

  &::before,
  &::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;

  &:focus,
  &:active {
    border: none;
    outline: none;
  }
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

#transition {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  background: #000000;
  opacity: 1;
  bottom: 3%;
  left: 47%;
  border-radius: 50%;
  scale: 1;
  overflow: hidden;
  z-index: 3;
  border: 1px solid #cf4ebb;
  box-shadow: inset 0 0 10px #317575;
  filter: blur(4px);
}

/* custom cursor style */
.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid white;
  transition: transform 0.3s ease;
  transform-origin: center center;
  pointer-events: none;
  z-index: 1000;
}

.grow,
.grow-small {
  transform: scale(4);
  background: transparent;
  border: 1px solid white;
  /* mix-blend-mode: difference; */
  border: none;
}

.grow-small {
  transform: scale(1.5);
  background: white;
  border: none;
  box-shadow: 0px 0px 5px black;
}

.grow-small::before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 1px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  z-index: 0;
  background: white;
  animation: cursor linear 1s infinite alternate;
  transform-origin: 4px 4px;
}

/* New Timeline */

.grid-container {
  columns: 2;
  column-gap: 16px;
  padding: 16px;
}

@media (min-width: 768px) {
  .grid-container {
    max-width: 600px;
    margin: auto;
    columns: 3;
  }
}

.grid-item {
  break-inside: avoid;
  margin-bottom: 16px;
  cursor: pointer;
}

.grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

@keyframes cursor {
  0% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(-1px) translateY(-2px);
  }
}

@media (min-width: 767px) {
  #header {
    padding-top: 50px;
  }
  .frame,
  #about,
  #team {
    width: 500px; /* Remove max-width for mobile */
    height: 90vh;
    margin: 0 auto;
    height: calc(90vh - 180px);
    overflow: scroll;
  }
  #lightbox .frame {
    height: 100vh !important;
  }
  #lightbox-preview img {
    object-fit: contain;
    height: 90vh;
    margin: 5vh auto;
  }
  #content-container {
    text-align: center;
    height: calc(100vh - 230px);
    height: calc((var(--vh, 1vh) * 100) - 230px);
    /* overflow: hidden; */
  }
  #interactive-movie-actions {
    bottom: 5%;
  }
  #logo-desc-con h1 {
    font-size: xx-large;
    width: 600px;
    left: calc(50% - 310px);
  }
}
