/* Projects Section */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        radial-gradient(circle at 20% 20%, rgba(75, 120, 255, 0.18), transparent 60%),
        radial-gradient(circle at 80% 80%, rgba(180, 80, 255, 0.18), transparent 60%),
        radial-gradient(circle at 70% 20%, rgba(80, 255, 220, 0.15), transparent 60%);
    mix-blend-mode: screen;
    filter: blur(40px);
}

body {
    padding: 20px;
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
    background:
        repeating-linear-gradient(135deg,
            rgba(90, 150, 255, 0.08) 0px,
            rgba(90, 150, 255, 0.08) 2px,
            rgba(200, 80, 255, 0.08) 2px,
            rgba(200, 80, 255, 0.08) 4px),
        #0a0b0d;
    color: var(--muted);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.projects-main-container {
    display: grid;

    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 60%;
    margin: auto;
}

#main-video {
    width: 100%;
    border-radius: 12px;
    border: 0px solid rgb(0, 183, 255);
    display: block;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.video-title {
    padding-top: 10px;
    color: white;
    font-size: 3rem;
    font-weight: 600;
}

.video-description-grid {
    margin-top: -10px;
    display: block;
    margin-top: 20px;
    color: white;
    font-size: 1.2rem;
    line-height: 1.6;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.playButton {
    text-align: center;
}

.projects-main-container button {
    margin-top: 20px;
    padding: 25px 100px;
    font-size: 1.4rem;
    background-color: rgb(0, 183, 255);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.home-button {
    padding: 10px 20px;
    position: fixed;
    top: 20px;
    left: 20px;
    background: white;
    border: none;
    color: #121212;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 8px;
}

@media (min-width: 900px) {
    .video-description-grid {
        display: grid;
    }
}

.spacer {
    opacity: 0;
}

.game-card,
.personalNotes {
    color: white;
    padding: 10px;
    border: 1px solid rgb(0, 183, 255);
    position: relative;
    border-radius: 12px;
    flex: 1;
    padding: 0px 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 20px;
    text-align: justify;
}

.info-icon {
    width: 30px;
    height: 25px;
    margin-right: 8px;
    vertical-align: middle;
}

li {
    margin-right: 50px;
    margin-bottom: 25px;
}

.site-footer {
    color: white;
    text-align: center;
    width: 100%;
    border-top: solid rgba(0, 183, 255, 0.171) 1px;
    padding: 30px 0px;
    margin-top: 100px;
}

strong {
    color: #00c3ff;
}
