/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background: #0F172A;
    color: white;
    overflow-x: hidden;
}

/* Navigation */
header {
    background: linear-gradient(90deg, #FF00FF, #FF8C00);
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #FFD700;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 100px 20px;
    background: url('https://source.unsplash.com/1600x900/?technology,developer') no-repeat center center/cover;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero h2 {
    font-size: 3rem;
    z-index: 2;
    position: relative;
}

.hero p {
    font-size: 1.5rem;
    z-index: 2;
    position: relative;
}

.btn {
    display: inline-block;
    background: #FFD700;
    color: black;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.3s;
}

.btn:hover {
    background: #FFA500;
}

/* Sections */
section {
    padding: 60px;
    text-align: center;
}

/* Project Section */
.project-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.project {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
    width: 320px;
    transition: transform 0.3s, background 0.3s;
}

.project:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.project h3 {
    font-size: 1.5rem;
    color: #FFD700;
}

/* Form */
form input, form textarea {
    width: 100%;
    padding: 12px;
    margin: 12px 0;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

button {
    background: #FFD700;
    color: black;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 1rem;
    transition: 0.3s;
}

button:hover {
    background: #FFA500;
}

/* Footer */
footer {
    text-align: center;
    background: linear-gradient(90deg, #FF00FF, #FF8C00);
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
}
/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background: #0F172A;
    color: white;
    overflow-x: hidden;
}

/* Navigation */
header {
    background: linear-gradient(90deg, #FF00FF, #FF8C00);
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #FFD700;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 100px 20px;
    background: url('https://source.unsplash.com/1600x900/?technology,developer') no-repeat center center/cover;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero h2 {
    font-size: 3rem;
    z-index: 2;
    position: relative;
}

.hero p {
    font-size: 1.5rem;
    z-index: 2;
    position: relative;
}

.btn {
    display: inline-block;
    background: #FFD700;
    color: black;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.3s;
}

.btn:hover {
    background: #FFA500;
}

/* Sections */
section {
    padding: 60px;
    text-align: center;
}

/* Project Section */
.project-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.project {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
    width: 320px;
    transition: transform 0.3s, background 0.3s;
}

.project:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}

.project h3 {
    font-size: 1.5rem;
    color: #FFD700;
}

/* Form */
form input, form textarea {
    width: 100%;
    padding: 12px;
    margin: 12px 0;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

button {
    background: #FFD700;
    color: black;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 1rem;
    transition: 0.3s;
}

button:hover {
    background: #FFA500;
}

/* Footer */
footer {
    text-align: center;
    background: linear-gradient(90deg, #FF00FF, #FF8C00);
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
}

.profile-pic {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #FFD700;
    display: block;
    margin: 20px auto;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.hero h2 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(45deg, #FFD700, #FF4500, #FF00FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glow 1.5s infinite alternate;
}

/* Add Glow Animation */
@keyframes glow {
    0% {
        text-shadow: 0 0 10px #FFD700, 0 0 20px #FF4500;
    }
    100% {
        text-shadow: 0 0 15px #FF00FF, 0 0 30px #FFD700;
    }
}
/* Skills Section */
#skills {
    text-align: center;
    padding: 60px;
    background: linear-gradient(45deg, #0F172A, #1E293B);
    color: white;
}

.skills-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.skill {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    width: 150px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
    transition: transform 0.3s, background 0.3s;
    cursor: pointer;
    position: relative;
}

.skill:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.2);
}

.skill img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.skill h3 {
    font-size: 1.2rem;
    color: #FFD700;
    font-weight: bold;
}
