body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: url('assets/barback.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    overflow-x: hidden;
    position: relative;
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}


body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 100, 173, 0.3), rgba(75, 0, 130, 0.3), rgba(0, 100, 128, 0.3), rgba(0, 150, 255, 0.3));
    background-size: 400%;
    z-index: -2;
    animation: neonBackground 15s ease infinite;
}

.logo {
    width: 35%;
    height: auto;
    opacity: 0.9;
    filter: blur(10%) !important;
    transition: filter 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}



.logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

@keyframes neonBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 0, 122, 0.7), 0 0 20px rgba(255, 0, 122, 0.5);
}


header {
    padding: 2rem 0;
    position: relative;
    color: white;
}

.header-content {
    position: relative;
    z-index: 2;
}

.fade-in {
    opacity: 0.2;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}


.neon-border {
    position: fixed;
    top: 0;
    width: 5px;
    height: 100vh;
    background: linear-gradient(180deg, rgba(17, 35, 49, 0.7), rgba(68, 23, 55, 0.5), rgba(0, 140, 255, 0.3));
    background-size: 200% 200%;
    animation: neonGlow 5s ease-in-out infinite;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(17, 35, 49, 0.7), 0 0 30px rgba(68, 23, 55, 0.5), 0 0 45px rgba(0, 140, 255, 0.3);
}


.neon-border.left {
    left: 0;
}


.neon-border.right {
    right: 0;
}

@keyframes neonGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



.glow-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

section {
    opacity: 0.2;
    transform: translateY(100px);
    transition: opacity 1s ease-in-out, transform 2s ease-in-out;
}

h3 {
    color: #00ff00;
    margin-bottom: 1rem;
}

.objective-content p {
    margin: 0 0 1rem;
}

.objective-list {
    margin: 1rem 0;
}

.objective-item {
    transition: transform 0.7s ease, box-shadow 1s ease;
    position: relative;
}

.objective-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.main-principles .row {
    justify-content: center;
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
}


.main-principles .principle {
    position: relative;
    overflow: hidden;
    padding: 15px;
    border: 2px solid rgba(44, 9, 54, 0.7);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(0, 0, 0, 0.7);
}

.main-principles .principle,
.neon-content,
.development-container {
    border: 2px solid rgba(19, 48, 71, 0.7);
    box-shadow: 0 0 10px rgb(31, 12, 209);
    transition: border 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
}

.objective-item
 {
    transition: border 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
}
.main-principles .principle:hover,
.neon-content:hover,
.development-container:hover {
    box-shadow: 0 0 15px rgba(0, 140, 255, 1);
}

.gif-background {
    width: 100%;
    transition: transform 0.3s ease;
}

.gif-background:hover {
    transform: scale(1.1);
}

.principle h4, .principle p {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}


.icon {
    text-align: center;
}

.icon img {
    width: 50px;
}

.neon-content {
    padding: 2rem;
    border: 2px solid rgba(0, 255, 0, 0.7);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.7);
}

.development-container {
    padding: 2rem;
    border: 2px solid rgba(0, 255, 0, 0.7);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.7);
}

footer {
    margin-top: 2rem;
}
.sound-system-gif {
    width: 100px !important;
}

.development-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.step {
    padding: 20px;
    border: 2px solid rgba(0, 140, 255, 0.7);
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 140, 255, 1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    margin: 0 10px;
    text-align: center;
}

.step-content {
    margin-bottom: 20px;
}

.icon img {
    width: 50px;
    display: block;
    margin: 0 auto;
}


.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 140, 255, 1);
}


.step {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media (max-width: 768px) {
    .development-steps {
        flex-direction: column;
    }

    .step {
        margin: 20px 0;
    }
}



.neon-vibes {
    position: relative;
    padding: 2rem;
    color: #fff;
    overflow: hidden;
    z-index: 2;
}


.neon-vibes .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/gamevar.gif');
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    z-index: 1;
    opacity: 0.8;
    border-radius: 10px;

}


.neon-vibes .neon-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    border: 2px solid rgba(0, 255, 0, 0.7);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.5);
}





