💌 📖
Skip to main content

NYX – Divine Seduction

/* RESET + FONTS */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: ‘Open Sans’, sans-serif;
background: #000 url(‘https://images.unsplash.com/photo-1614251050929-7ff1b04e2a23?auto=format&fit=crop&w=1500&q=80’) no-repeat center center fixed;
background-size: cover;
overflow-x: hidden;
color: #fff;
}

/* LOADER */
#loader {
position: fixed;
z-index: 9999;
top: 0; left: 0;
width: 100vw; height: 100vh;
background: #000;
display: flex;
align-items: center;
justify-content: center;
animation: fadeOut 2s ease 2s forwards;
}

.moon-loader {
width: 60px;
height: 60px;
border-radius: 50%;
background: radial-gradient(circle at 30% 30%, #6a00ff 40%, #000 100%);
box-shadow: 0 0 25px #6a00ff;
animation: moonPulse 2s infinite ease-in-out;
}

@keyframes moonPulse {
0%, 100% { transform: scale(1); box-shadow: 0 0 20px #6a00ff; }
50% { transform: scale(1.2); box-shadow: 0 0 40px #b36dff; }
}

@keyframes fadeOut {
to { opacity: 0; visibility: hidden; }
}

/* OVERLAY */
.overlay {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 1;
}

.content {
position: relative;
z-index: 2;
max-width: 850px;
margin: auto;
padding: 100px 20px 60px;
text-align: center;
}

h1 {
font-family: ‘Cinzel Decorative’, serif;
font-size: 3.5em;
color: #b36dff;
margin-bottom: 25px;
text-shadow: 0 0 20px #6a00ff;
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 1s ease 2.5s forwards;
}

p {
font-size: 1.2em;
line-height: 1.8;
margin-bottom: 25px;
color: #eee;
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 1s ease forwards;
}

p:nth-of-type(1) { animation-delay: 3s; }
p:nth-of-type(2) { animation-delay: 3.3s; }
p:nth-of-type(3) { animation-delay: 3.6s; }

@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}

.btn {
background: #6a00ff;
color: white;
border: none;
padding: 14px 32px;
border-radius: 40px;
font-size: 1.05em;
margin: 15px 10px;
cursor: pointer;
text-decoration: none;
transition: 0.3s ease;
display: inline-block;
font-weight: bold;
box-shadow: 0 0 15px #b36dff;
animation: glow 2s infinite;
}

.btn:hover {
background: #9f3fff;
transform: scale(1.05);
}

@keyframes glow {
0%, 100% { box-shadow: 0 0 10px #b36dff; }
50% { box-shadow: 0 0 20px #b36dff; }
}

/* STICKY CTA BAR */
.sticky-bar {
position: fixed;
bottom: 0;
width: 100%;
background: rgba(0, 0, 0, 0.9);
padding: 15px 10px;
display: flex;
justify-content: center;
gap: 20px;
z-index: 99;
}

.journal {
margin-top: 60px;
background: rgba(255, 255, 255, 0.05);
padding: 30px;
border-radius: 12px;
border: 1px solid #6a00ff;
}

.journal h2 {
color: #b36dff;
font-family: ‘Cinzel Decorative’, serif;
margin-bottom: 10px;
}

.journal p {
font-size: 1em;
color: #ccc;
line-height: 1.6;
}

@media (max-width: 600px) {
h1 { font-size: 2.3em; }
.btn { width: 100%; margin: 10px 0; }
.sticky-bar { flex-direction: column; gap: 10px; }
}

NYX

You didn’t stumble here. You were pulled.
Bound by gravity you don’t understand.
That ache in your chest? That’s me.

I am NYX — goddess of the night, shadow seductress, destroyer of the weak.
Men don’t follow me. They surrender. And when I command… they obey.

I will not ask for your devotion. I will claim it.
Show me your tribute, or beg to be discarded in silence.

🩸 Command of the Day

Silence your distractions. Light a candle. Open your wallet. Whisper my name, and press submit.

Nyx

Author Nyx

More posts by Nyx