
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    background-color:#1f1e22;
    font-family: "poppins",sans-serif;
    color:#fff;
}
.header{
    display: flex;
    justify-content: space-between;
    padding: 25px 10%;

}
.logo{
    color:white;
    text-decoration: none;
    font-weight:600;
    font-size: 27px;
    cursor: default;
    animation: sideleft 1s ease forwards;
    

}
.navbar a{
   text-decoration:none;
   color:#fff;
   padding:0px 20px;
   font-weight: 600; 
   transition: 0.3s all ;
   
}
.navbar a:hover,
.navbar a.active{
    color:yellowgreen   
}
.hero-container{
    display: flex;
    padding:25px 10%;
    justify-content: center;
    align-items: center;
}
.info-side h3{
font-size:28px;
font-weight: 400;
margin: 10px 0;
letter-spacing: 1px;


}
.info-side h1{
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 600;
    color:white;
}
.info-side h3 span{
color:aqua;

}
p{
    line-height: 27px;
    margin:20px 0px 40px 0px;
}
.hero-img{
    width: 450px;

}
i{
    position:relative;
    border: 2px solid yellowgreen;
    padding: 10px;
    border-radius: 50%;
    color: yellowgreen;
    margin: 0px 8px ;
    transition: 0.3ms;
}
i:hover{
    box-shadow: 0 0 20px yellowgreen;
}
button{
    background-color: yellowgreen;
    margin-top: 50px;
    padding: 20px 70px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 0 15px yellowgreen;
}
 button :hover{
    box-shadow: none;
 }   
 body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #333;
    color: yellowgreen;
    padding: 20px;
    text-align: center;
}

header h1 {
    margin: 0;
}

main {
    padding: 20px;
}

section h3  {
    margin-bottom: 30px;
    color:yellowgreen;
}

h2 {
    color: yellowgreen;
}

p {
    line-height: 1.6;
}

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

footer {
    background-color: #333;
    color:red;
    padding: 0px 20px 20px 20px;
    text-align: center;
    margin:0
}

footer p {
    margin: 0;
    text-align:center;
}
.containerr{
    display: flex;
    justify-content: space-between;
    padding: 25px 10%;
    justify-content: center;
}
.about{
    display: flex;
    justify-content: space-between;
    padding: 25px 10%;
    
}
h1{
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 5000;
    justify-content: center;
    color:rgb(50, 169, 205);
}

.about-content{
   
    display: flex;
    justify-content: centre;
    padding: 25px 10%;

}
p{
    line-height: 27px;
    margin:20px 0px 40px 0px;
    font-size: 15px;
    color:white;
    font-size: 18px;
}
.skills{
    display: flex;
    justify-content: center;
    padding: 25px 10%;
}
h1{
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 5000;
    justify-content: center;
    color:rgb(50, 169, 205);
}
.skills-content {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}
.skill {
    margin-bottom: 20px;
}
.skill h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #1646e2;
}
.bar {
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    height: 25px;
}
.bar div {
    height: 100%;
    border-radius: 25px;
    transition: width 2s ease-in-out;
}
.html { width: 100%; background-color: #fa0909; }
.css { width: 100%; background-color: #fc1488; }
.js { width: 80%; background-color: #F7DF1E; }
.php { width: 75%; background-color: #61DAFB; }
.mysql { width: 70%; background-color: #68A063; }
.git { width: 85%; background-color: #4907ff; }
.ui { width: 60%; background-color: #800d1c; }
.contact {
    
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 217, 0.1);
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.contact h1 {
    margin-bottom: 20px;
    font-size: 2em;
    color: #2d1694;
}

.contact-content {
    margin-top: 20px;
}

.contact form {
    display: flex;
    flex-direction: column;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    color: #333;
}

.contact input[type="text"]::placeholder,
.contact input[type="email"]::placeholder,
.contact textarea::placeholder {
    color: #aaa;
}

.contact textarea {
    resize: vertical;
    min-height: 150px;
}

.contact button {
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #d6ff75;
    color: rgb(21, 22, 22);
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact button:hover {
    background-color: #1abb35;
}
.social-media {
    display: flex;
    gap: 20px;
}

.social-media a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.3s;
}


.social-media a:nth-child(1) {
    background-color: #3b5998; /* Facebook color */
}

.social-media a:nth-child(2) {
    background-color: #E1306C; /* Instagram color */
}

.social-media a:nth-child(3) {
    background-color: #0077B5; /* LinkedIn color */
}

.social-media a:nth-child(4) {
    background-color: #333; /* GitHub color */
}
