*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    /* background-color: #17121b; */
    /* background-color: #17121b; */

}
#protfolio{
    background-color: #17121b;

}
header {
    background-image: url(1567666.webp);
    height: 100vh;
    filter: brightness(1.1);
}

nav{
    background-color: #17121b;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

nav ul{
    display: flex;
    flex-direction: row;
    gap: 60px;
    list-style-type: none;

}
ul li:hover{
    text-decoration: underline;
}

.logo {
    margin-right: 26rem;
    font-size: 30px;
    color: #10108c;

}

.logo h2 {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.nav-items ul {
    font-size: 25px;
    color: #fff;
}

.main-c {
    width: 900px;
    margin: auto;
    margin-top: 150px;
    display: flex;
    flex-direction: row;
}

.name h2 {
    color: #fff;
    font-size: 40px;
    line-height: 80px;
    word-spacing: 4px;
    text-decoration: none;



}

.name h1 {
    color: crimson;
    font-size: 50px;
}

.whatsapp-img img {
    border-radius: 70%;
    margin-left: 30%;

}



.whatsapp-img:hover {
    /* box-shadow: 8px 8px 65px #30c4c7; */

}

#main{
    background-color: red;
    color: #fff;
    padding: 10px;
    width: 30%;
    border-radius: 8px;
}

#social-icon {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    font-size: 28px;
    border: none;
    outline: none;
    color: #e0e0e0;
}

#social-icon:hover {
    box-shadow: 8px 8px 65px #30c4c7;

}

#about-us {
    width: 100%;
    margin-bottom: 50px;
    background-color: #17121b;
}

.about-me {
    max-width: 1200px;
    margin: 0 auto;
    /* padding-top: 120px; */
    margin-top: 50px;
}

.about-me h2 {
    font-size: 50px;
    color: #17bedbdf;
    margin-bottom: 20px;

}
hr{
    margin-top: 80px;
}

.content-me {
    display: flex;
}

.content-me p {
    width: 80%;
    line-height: 35px;
    color: #fff;
}

.img-content {
    width: 20%;
    margin: auto;
}

.img-content img {
    height: 350px;
    width: 350px;
    border-radius: 70%;
    margin-left: 20px;
    box-shadow: 8px 8px 65px #116466;
}

.img-content img:hover {
    box-shadow: 8px 8px 65px #30c4c7;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #17121b;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.container:hover {
    /* transform: translateY(-10px); */
}

h2 {
    color: #72c2d1;
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
}

h3 {
    color: #fdf7f7;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 25px;
}

span {
    color: #e9ecef;
}

.skill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.skill .bar {
    flex: 1;
    background-color: #e0e0e0;
    margin-left: 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.skill .bar div {
    height: 24px;
    text-align: right;
    padding-right: 10px;
    color: #fff;
    line-height: 24px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #72c2d1, #007BFF);
    animation: growBar 1.5s ease-in-out;
}

.html {
    width: 95%;
}

.javascript {
    width: 60%;
}

.python {
    width: 50%;
}

.sql {
    width: 30%;
}

.msoffice {
    width: 80%;
}

@keyframes growBar {
    from {
        width: 0;
    }

    to {
        width: inherit;
    }
}

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

.skillul ul li {
    background: #f9fafb;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: background 0.3s;
}

.skillul li:hover {
    background: #e9ecef;
}

.skillul ul li:before {
    content: '•';
    color: #007BFF;
    font-size: 24px;
    margin-right: 10px;
}

#skill-section {
    background-color: #17121b;
}

/* ...................project..csss....................... */
#project-section{
    background-color: #17121b;
}

.project-container{
    max-width: 1200px;
    margin: 0 auto;
    background-color: #17121b;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    width: 100%;
    margin-top: 40px;
}
.project-container:hover {
    /* transform: translateY(-10px); */
}
 #avi-h2 h2{
    color: #f7f3f3;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
.project {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    transition: background-color 0.3s;
    color: #e0e0e0;
}
.project:hover {
    /* background-color: #f9f9f9; */
}
.project img {
    max-width: 20%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(238, 236, 236, 0.1);
    transition: transform 0.3s;
}
.project img:hover {
    transform: scale(1.05);
}
.project-details {
    flex: 1;
    padding: 20px;
}
.project-details h3 {
    margin-top: 0;
    color: #007BFF;
    transition: color 0.3s;
}
.project-details h3:hover {
    color: #0056b3;
}
.project-details p {
    line-height: 1.6;
}
.project-details a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.3s;
}
.project-details a:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* ..........................contactus............................. */
.contactus-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #17121b;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    border: 5px dashed gray;
}
.container:hover {
    transform: translateY(-10px);
}
#contact h2 {
    color: #f5f3f3;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
label {
    font-weight: 600;
    color: #f0e7e7;
}
input, textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}
input:focus, textarea:focus {
    border-color: #007BFF;
    outline: none;
}
#contact-b {
    padding: 18px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}
 button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}
.contact-info {
    margin-top: 30px;
    text-align: center;
}
.contact-info p {
    margin: 5px 0;
    color: #e8ebed;
}
.contact-info a {
    color: #e8ebed;
    text-decoration: none;
    transition: color 0.3s;
}
.contact-info a:hover {
    color: #0056b3;
}
.footer p{
    text-align: center;
    text-decoration: underline;
    color: #e0e0e0;
}
#footer-hr hr{
    margin-top: 10px;
    color: blue;
}