* {
    margin: 0px;
}

.icon {
    background-size: cover;
    margin: 15px;
}

#contact {
    background-color: #F1D3CE;
    padding: 15px;
    border-radius: 0.5%;
    text-align: center;
}

.insta-icon {
    background-image: linear-gradient(#f9ce34, #ee2a7b, #6228d7);
    padding: 10px;
    border-radius: 10px;

}

.watsapp-icon {
    background-image: linear-gradient(#075E54);
    margin: 10px;

}

.header-background {
    background: linear-gradient(rgba(255, 254, 253, 0.7), rgba(255, 254, 253, 0.9)),
        url("https://mysamplepicforportifolio.s3.ap-south-1.amazonaws.com/IMG_9351_qqqrjv.jpg") center center fixed;
    background-size: cover;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 1;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
}

nav ul {
    padding: 0;
    text-align: right;
    margin: 25px;
}

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

nav ul li a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.2rem;
}

.navigation:hover {
    color: white;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: orange;
    text-decoration: none;
}

.header-content img {
    max-width: 250px;
    border-radius: 50%;
}

.header-content h1,
.header-content p {
    margin: 0.5rem 0;
}

.abouthead {
    text-align: center;
    background-color: #DEE5D4;
    padding: 10px;
}

.abt-content {
    margin: 30px;

}

#about {
    background-color: #DEE5D4;
    padding: 10px;
}

.profile-photo {
    max-width: 40%;
    height: auto;
    border-radius: 50%;
}

#portfolio {
    background-color: #B7B7B7;
    padding: 15px;
    border-radius: 0.5%;
    text-align: center;

}

.project {
    width: 200px;
    height: 200px;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 10px;
    display: inline-block;
    line-height: 200px;
}

#education {
    background-color: #FAF7F0;
    padding: 20px;
}

.Education {
    text-align: center;
}

.college {
    padding: 15px;
}

.Certifications {
    background-color: #E5D9F2;
    text-decoration: none;
    padding: 15px;
    border-radius: 0.5%;
    text-align: start;
}

.certifications-heading {
    text-align: center;
    margin: 10px;
}


@media (max-width: 768px) {
    nav ul li {
        display: block;
        margin: 10px 0;
    }

    .profile-photo {
        width: 50%;
        margin: 0 auto;
    }

}

@media screen and (min-width: 100px) and (max-width: 576px) {
    .header-background {
        background: linear-gradient(rgba(255, 254, 253, 0.7), rgba(255, 254, 253, 0.9)),
            url("https://res-console.cloudinary.com/dikjlrkwb/media_explorer_thumbnails/203d1af76d8e12cfb6722d2383018ca8/detailed") center center fixed;
        background-size: cover;
    }

    .skills-order {
        display: flex;
        flex-direction: column;
    }
}

.p1 {
    color: #000;
    background-color: orange;
    text-decoration: none;
}

.p11:hover {
    color: #F1D3CE;
    background-color: Black;
    font-size: 20px;
}

.a:hover {
    color: #F1D3CE
}

.SkiLL {
    margin: 5px;
    font-size: 150%;
}

.skills-section {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #E7CCCC;
}

.skill-head {
    text-align: center;
}



h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* Space between icons */
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FEFAE0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-icons a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.icon {
    width: 80%;
    /* Ensures the icons are not too large */
    height: auto;
    /* Maintains aspect ratio */
}
