
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.6); 
    display: flex;
    align-items: center;
    justify-content: space-between; 
    z-index: 100; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(10px); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    padding: 0 20px; 
    box-sizing: border-box; 
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px; 
    flex: 1; 
    justify-content: flex-start; 
    align-items: center; 
    overflow: hidden; 
}

.nav-list a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #66ff66; 
    font-weight: bold;
    padding: 10px 20px;
    text-shadow: 0 0 10px #33cc33, 0 0 20px #66ff66; 
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.nav-list a:hover {
    background: rgba(102, 255, 102, 0.1); 
    box-shadow: 0 0 10px #9400D3, 0 0 20px #9400D3; 
    color: #66ff66;
}

.icon-container {
    display: flex;
    align-items: right; 
    gap: 30px; 
    flex-shrink: 0; 
}

.icon-container img {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 5px #66ff66); 
    transition: transform 0.3s, filter 0.3s;
}

.icon-container img:hover {
    transform: scale(1.2); 
    filter: drop-shadow(0 0 10px #33cc33); 
}

.section {
    position: relative;
    min-height: 100vh;
    padding: 100px 20px;
    color: white;
    text-align: center;
    z-index: 5; 
    background: transparent; 
    backdrop-filter: blur(1px); 
}

.footer {
    display: none; 
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8); 
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 100;
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
}

.footer img {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 5px #66ff66); 
    transition: transform 0.3s, filter 0.3s;
}

.footer img:hover {
    transform: scale(1.2); 
    filter: drop-shadow(0 0 10px #33cc33); 
}


html {
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    .icon-container {
        display: none; 
    }

    .footer {
        display: flex; 
    }

    .nav-list {
        gap: 15px; 
        justify-content: center; 
    }
}

@media (min-width: 769px) {
    .footer {
        display: none; 
    }
}

.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    background: rgba(0, 0, 0, 0.7); 
    color: #fff; 
    text-align: left;
    gap: 30px; 
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px; 
    flex-wrap: wrap; 
    gap: 30px; 
    width: 100%;
}

.about-text {
    flex: 1; 
    max-width: 600px;
}

.about-text h1 {
    font-size: 4rem; 
    font-weight: bold;
    color: #66ff66; 
    text-shadow: 0 0 10px #33cc33, 0 0 20px #66ff66; 
    margin-bottom: 20px;
}

.about-text p {
    font-size: 1.2rem; 
    line-height: 1.6; 
    color: #ddd; 
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
}

.about-photo {
    flex-shrink: 0; 
}

.about-photo img {
    width: 300px; 
    height: auto; 
    border-radius: 20%; 
    border: 5px solid #9400D3; 
    box-shadow: 0 0 20px #9400D3, 0 0 40px #9400D3; 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.about-photo img:hover {
    transform: scale(1.1); 
    box-shadow: 0 0 30px #9400D3, 0 0 50px #9400D3; 
}


@media (max-width: 768px) {
    .about-container {
        flex-direction: column; 
        text-align: center;
    }

    .about-photo img {
        width: 200px; 
    }

    .about-text h1 {
        font-size: 3rem;
    }

    .about-text p {
        font-size: 1rem; 
    }
}



.section-heading {
    text-align: center;
    font-size: 2.5rem;
    color: #66ff66; 
    text-shadow: 0 0 20px #33cc33, 0 0 40px #66ff66; 
    margin-bottom: 40px;
}

.experience-container, .projects-container, .skills-container {
    margin: 40px 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6); 
    border-radius: 15px;
    
}

h2 {
    color:  #9400D3;
    text-shadow: 0 0 10px #9400D3;
    margin-bottom: 20px;
}

.card1 {
    background: rgba(0, 0, 0, 0.6); 
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 0 5px #66ff66, 0 0 10px #66ff66;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.card2 {
    background: rgba(0, 0, 0, 0.6); 
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 0 5px #9400D3, 0 0 10px #9400D3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card1:hover {
    box-shadow: 0 0 20px #66ff66, 0 0 40px #66ff66;
    transform: scale(1.05);
}
.card2:hover {
    box-shadow: 0 0 20px #9400D3, 0 0 40px#9400D3;
    transform: scale(1.05);
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.skill-category {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
}

.skill-category h4 {
    color: #66ff66; 
    text-shadow: 0 0 10px #33cc33;
}


.hobbies-container {
    margin: 40px 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    box-shadow: 0 0 10px #333;
}

.hobbies-container h2 {
    text-align: center;
    color: #9400D3; 
    text-shadow: 0 0 10px #9400D3;
    margin-bottom: 20px;
}

.hobbies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    justify-items: center;
}

.hobby {
    text-align: center;
}

.hobby h4 {
    color: #66ff66; 
    text-shadow: 0 0 10px #33cc33;
    margin-bottom: 10px;
}

.hobby-photo {
    width: 200px; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 15px;
    border: 5px solid rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hobby-photo:hover {
    transform: scale(1.1); 
}
.contact-container {
    padding: 60px 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8); 
    color: white;
    border-top: 2px solid #9400D3; 
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
}

.contact-container h2 {
    font-size: 2.5rem;
    color: #9400D3;
    text-shadow: 0 0 10px #9400D3;
    margin-bottom: 20px;
}

.contact-container p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #ccc;
}

.contact-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.contact-item {
    text-align: left;
}

.contact-item h4 {
    font-size: 1.5rem;
    color: #9400D3;
    margin-bottom: 10px;
}

.contact-item p a {
    color: #66ff66; 
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.contact-item p a:hover {
    color: #33cc33; 
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    max-width: 500px;
    padding: 10px 15px;
    border: 2px solid #9400D3; 
    border-radius: 8px;
    background-color: transparent;
    color: white;
    font-size: 1rem;
    outline: none;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.contact-form input:focus, .contact-form textarea:focus {
    border-color: #66ff66; 
    box-shadow: 0 0 10px #66ff66;
}

.contact-form button {
    padding: 10px 20px;
    font-size: 1.2rem;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 20px #9400D3;
    color:  #66ff66;
    text-shadow: 0 0 10px #9400D3;
}

.contact-form button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px #66ff66;
    color:  #9400D3;
}

.copyright {
    text-align: center;
    font-size: 1rem;
    color:  white;
    margin-top: 20px; 
}
