@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at left, #020617, #000000);
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

:root {
  --accent: #ffd27d;
  --text-main: #f1f5f9;
  --text-sub: #94a3b8;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
}
.main .center {
  width: 156vh;
  height: 160vh;
  position: absolute;
  top: -26%;
  left: -79vh;
  border-radius: 50%;
  transform: translateX(0, -50%) rotate(100deg);
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.22), transparent 45%), radial-gradient(circle at center, rgba(255, 220, 150, 0.35), rgba(30, 41, 59, 0.85) 55%, #020617 100%);
  box-shadow: inset 0 0 80px rgba(255, 220, 160, 0.22), inset -40px -80px 160px rgba(0, 0, 0, 0.7), 0 0 120px rgba(255, 220, 160, 0.18), 0 0 260px rgba(255, 220, 160, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.main .center .stripe {
  display: flex;
  align-items: center;
  width: 104%;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 48%;
  transform-origin: 0% 50%;
  transform: translate(0, -50%);
}
.main .center .str1 {
  transform: translate(0, -50%) rotate(-20deg);
}
.main .center .str2 {
  transform: translate(0, -50%) rotate(-10deg);
}
.main .center .str3 {
  transform: translate(0, -50%) rotate(0deg);
}
.main .center .str4 {
  transform: translate(0, -50%) rotate(10deg);
}
.main .center .str5 {
  transform: translate(0, -50%) rotate(20deg);
}
.main .center .str1 .f,
.main .center .str2 .f,
.main .center .str3 .f,
.main .center .str4 .f,
.main .center .str5 .f {
  width: 50%;
  height: 100%;
}
.main .center .str1 .s,
.main .center .str2 .s,
.main .center .str3 .s,
.main .center .str4 .s,
.main .center .str5 .s {
  width: 50%;
  height: 100%;
  padding-left: 20px;
}
.main .center .str1 .s h4,
.main .center .str2 .s h4,
.main .center .str3 .s h4,
.main .center .str4 .s h4,
.main .center .str5 .s h4 {
  font-size: 26px;
  font-weight: 600;
  color: var(--text-main);
  letter-spacing: 0.4px;
}
.main .center .str1 .s h6,
.main .center .str2 .s h6,
.main .center .str3 .s h6,
.main .center .str4 .s h6,
.main .center .str5 .s h6 {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-sub);
  margin-top: 6px;
}
.main .center .str1 .first,
.main .center .str2 .first,
.main .center .str3 .first,
.main .center .str4 .first,
.main .center .str5 .first {
  position: relative;
  width: 42px;
  height: 1px;
  background: linear-gradient(to right, var(--accent), transparent);
}
.main .center .str1 .first .chotucircle,
.main .center .str2 .first .chotucircle,
.main .center .str3 .first .chotucircle,
.main .center .str4 .first .chotucircle,
.main .center .str5 .first .chotucircle {
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(255, 210, 125, 0.8), 0 0 20px rgba(255, 210, 125, 0.6);
}
.main .panel {
  width: 150px;
  height: 60%;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  align-items: center;
}
.main .panel .mncircle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.3;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 210, 125, 0.6);
  transition: transform 0.3s ease;
}

.page2 {
  width: 100%;
  height: 40%;
  background: #000000;
}/*# sourceMappingURL=style.css.map */