body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
a {
  text-decoration: none;
}
body::-webkit-scrollbar {
  display: none;
}
section.spotlight {
  background-color: rgb(37, 22, 215);
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(246, 245, 255) 32.432432432432435%,
    rgba(246, 245, 255, 0) 100%
  );
  mix-blend-mode: luminosity;
  z-index: 1;
}
.woverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
  animation: fadeIn 2s ease-in-out forwards;
  z-index: 2;
}
div.background {
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  mix-blend-mode: luminosity;
  opacity: 1;
  scale: 1.5;
  transform: translateX(0px) rotate(0deg);
  animation: motion 15s ease-in-out infinite;
  object-fit: cover;
  object-position: center center;
}
div.background img {
  width: 100%;
  height: 100%;
  will-change: transform;
}
.navbar {
  width: 85%;
  z-index: 3;
  position: relative;
  height: 40px;
  top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  backdrop-filter: blur(5px);
  background: radial-gradient(
    50% 50%,
    rgba(255, 255, 255, 0.4) 0%,
    rgb(255, 255, 255) 100%
  );
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.logo {
  width: 130px;
}
.logo img {
  width: 100%;
  display: block;
}

.initiative {
  display: flex;
  width: 125px;
  align-items: center;
  justify-content: space-between;
}
.initiative span {
  color: #000000;
  background-color: #ffffff00;
  font-size: 0.75rem;
  width: 90px;
  align-items: center;
}

.initiative img {
  width: 35px;
  display: block;
}

.hero {
  width: 90%;
  height: calc(100vh - 120px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
}
.content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1000px;
  padding: 40px;
  z-index: 2;
}

.main-logo {
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.main-logo img {
  width: 100%;
  display: block;
}
.description {
  width: 75%;
  margin: 20px 0 40px 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  opacity: 0;
  scale: 0;
  animation: fade 1s ease-in-out forwards;
}

.launch-text {
  width: 100%;
  font-size: 5.7rem;
  font-weight: bold;
  background-image: linear-gradient(
    84deg,
    rgb(43, 36, 255) 0%,
    rgb(0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  opacity: 0;
  scale: 0;
  animation: fade 1.5s ease-in-out forwards 0.8s;
  z-index: 3;
  margin: 0;
}

@keyframes fadeIn {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes motion {
  0%,
  100% {
    transform: translateX(0px) rotate(0deg);
  }
  50% {
    transform: translateX(120px) rotate(5deg);
  }
}

@media (max-width: 1199px) and (min-width: 810px) {
  section.spotlight {
    min-height: 100vh;
    min-width: 100vw;
    overflow: hidden;
  }
  .navbar {
    width: 85%;
    top: 20px;
    padding: 10px 20px;
    height: 50px;
    border-radius: 16px;
  }
  .logo {
    width: 120px;
  }
  .initiative {
    width: 125px;
  }

  .hero {
    width: 92%;
    height: calc(100vh - 110px);
    padding: 16px 20px;
  }

  .content-box {
    min-width: 820px;
    padding: 28px 20px;
  }
  .main-logo {
    width: 300px;
    height: 44px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .description {
    min-width: 59%;
    font-size: 20px;
    line-height: 1.7;
  }
  .launch-text {
    width: 90%;
    font-size: 4rem;
  }
  @keyframes motion {
    0%,
    100% {
      transform: translateX(-50px) rotate(0deg);
    }
    50% {
      transform: translateX(50px) rotate(5deg);
    }
  }
}

@media (max-width: 810px) and (min-width: 300px) {
  section.spotlight {
    min-height: 100vh;
    min-width: 100vw;
    overflow: hidden;
    padding: 0;
  }

  .navbar {
    width: 80%;
    top: 20px;
    padding: 8px 14px;
    height: 50px;
    border-radius: 12px;
  }
  div.background {
    width: 150%;
    animation: motion 20s ease-in-out infinite;
  }
  div.logo {
    width: 300px;
  }
  .logo img {
    width: 70%;
  }
  .initiative {
    width: 125px;
  }

  .hero {
    width: 94%;
    height: calc(100vh - 90px);
    padding: 12px 10px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .content-box {
    width: 100%;
    padding: 20px 0;
    gap: 6px;
  }
  .main-logo {
    width: 220px;
    height: auto;
    margin: 0 auto;
  }
  .description {
    min-width: 75%;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 8px;
    margin: 20px 0 40px 0;
  }
  .launch-text {
    min-width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }
}
