body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
a {
  text-decoration: none;
}
body::-webkit-scrollbar {
  display: none;
}
section.spotlight {
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.overlay {
  background-color: rgb(12, 115, 184);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mask: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) -5%,
    rgba(0, 0, 0, 0.05) 19%,
    rgba(0, 0, 0, 0.1) 54%,
    rgba(0, 0, 0, 0.54) 82%,
    rgb(0, 0, 0) 100%
  );
  opacity: 0.5;
}
.woverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
  animation: fadeIn 1s ease-in-out forwards;
  z-index: 2;
}
div.background {
  flex: 0 0 auto;
  height: 549px;
  left: 47%;
  opacity: 0.08;
  position: absolute;
  top: 51%;
  transform: translate(-50%, -50%);
  width: 446px;
  z-index: 1;
}
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: #ffffff;
  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: 135px;
  align-items: center;
  justify-content: space-between;
}
.initiative span {
  color: #000000;
  background-color: #ffffff00;
  font-size: 0.75rem;
  width: 100px;
  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: 350px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  position: relative;
  top: 10px;
  animation: move 0.5s ease-in-out forwards;
}
.main-logo img {
  width: 100%;
  display: block;
}
.description {
  width: 86%;
  margin: 20px 0 20px 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  opacity: 0;
  scale: 0;
  animation: fade 0.8s ease-in-out forwards;
}

.launch-text {
  width: 100%;
  font-size: 5rem;
  font-weight: bold;
  background-image: radial-gradient(
    50% 75%,
    rgb(0, 70, 117) 0%,
    rgb(0, 119, 199) 52.7027%,
    rgb(0, 52, 87) 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 0.8s ease-in-out forwards;
  z-index: 3;
  margin: 0;
}
@keyframes move {
  to {
    top: 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: 135px;
  }

  .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: 81%;
    font-size: 16px;
    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.logo {
    width: 300px;
  }
  .logo img {
    width: 70%;
  }
  .initiative {
    width: 135px;
  }

  .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: 16px;
    line-height: 1.5;
    margin: 0 0 8px;
    margin: 20px 0 40px 0;
  }
  .launch-text {
    min-width: 100%;
    font-size: 1.7rem;
    line-height: 1.2;
  }
}
