*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
    font-family: 'spartan', sans-serif;
}

h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2{
    font-size: 46px;
    line-height: 54px;
    color: #f7e3e3;
}


h4{
    font-size: 20px;
    color: #222;
}

h6{
    font-weight: 700;
    font-size: 12px;
}

p{
    font-size: 16px;
    color: #d7fcec;
    margin: 15px 0 20px 0;
}

.section-p1{
    padding: 40px 80px;
}
.section-m1{
    margin: 40px 0;
}
button.normal{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: black;
    background-color: #0e0c0c;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2;

}

button.white{
    font-size: 13px;
    font-weight: 600;
    padding: 11px 80px;
    color: rgb(255, 255, 255);
    background-color: transparent;
    cursor: pointer;
    border: 1px solid white;
    outline: none;
    transition: 0.2;

}

body{
    width: 100%;
    background-color: #080808;
    font-size: 16px;
}




/* header start */

#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 18px;
    background: #080808;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
    border-bottom: 2px solid rgb(186, 212, 206);
    width: 100%;
}
.logo{
    width: 110px;
    
}

#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}
#navbar li a{
    text-decoration: none;
    color: #a19e9e;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}
#navbar li a:hover,
#navbar li a.active{
    color: #088178;
}
#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: #088178;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

/* Hamburger Menu Icon */
#menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #a19e9e;
}
/* Responsive styles */
@media (max-width: 768px) {
    #header {
        padding: 10px 18px;
    }

    #menu-icon {
        display: block;
        
    }

    #navbar {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #080808;
        position: absolute;
        top: 70px; /* Adjust based on header height */
        left: 0;
        padding: 10px 0;
        border-top: 2px solid rgb(186, 212, 206);
    }

    #navbar li {
        padding: 10px 0;
        text-align: center;
    }

    #navbar li a {
        font-size: 18px;
    }

    #navbar.active {
        display: flex;
    }
}


/*section style*/
#ich_bin {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
                                            
    
}

.ich_binss {
    max-width: 50%;
    padding-top: 50px;
}

.ich_binss h4 {
    color: #333;
    margin-bottom: 10px;
}

.ich_binss h2 {
    color: #555;
    margin-bottom: 10px;
}

.ich_binss h1 {
    color: #ff3300;
    margin-bottom: 10px;
}

.ich_binss span {
    color: #d0f8f5;
}

.ich_binss p {
    color: #666;
    margin-bottom: 20px;
}

.ich_binss button {
    background-color: #088178;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.ich_binss button:hover {
    background-color: #06695c;
}
.myimg{
    padding-top: 120px;
    

}
.myimg img {
    max-width: 100%;
        box-shadow: 5px 5px 10px 4px rgb(238, 201, 201);
        border-radius: 30%;
    cursor: pointer;
        
}
.myimg img:hover{
    border-radius: 30%;
    transition: 0.3s;
    box-shadow: 5px 5px 10px 4px rgb(41, 231, 219);
    cursor: pointer;
    
}

/* Responsive styles for section*/
@media (max-width: 768px) {
    #ich_bin {
        flex-direction: column-reverse;
        text-align: center;
    }

    .ich_binss {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .myimg {
        max-width: 100%;
    }
}


/* skill.php */
#skills{
    width: 100%;
    display: flex;
    padding: 50px 0; 
    text-align: center;
    
}
.skill_col1{
    width: 35%;
}
.skill_col1 a{
    text-decoration: none;
    color: rgb(222, 152, 59);;
    display: block;
    padding: 30px 0;
}
.skill_col1 a:hover{
    
    text-decoration: none;
    color: rgb(234, 213, 53);;
    display: block;
    font-size: 20px;
    padding: 10px 0;
    
}
.skill_col1 img{
    border-radius: 50%;
    width: 70%;
    box-shadow: 5px 5px 10px 4px rgb(238, 201, 201);
    
}
.skill_col1 img:hover{
    border-radius: 55%;
    transition: 0.3s;
    box-shadow: 5px 5px 10px 4px rgb(41, 231, 219);
    
}
.skill_col2{
    width: 65%;
    border-left: 2px solid gray;
    padding-left: 20px;
    
    

}

#skills h1{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    color: #fff
}
.tools_img{
    width: 100px;
    display: inline-block;
    flex-wrap: wrap;
    flex-direction: row;
    
    
}
.tools_img a img{
    width: 100%;
    margin: 20px;
    transform: scale(1.5, 0.8);
    height: 100px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px 4px rgb(238, 201, 201); 
    
}
.tools_img a img:hover{
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 5px 5px 10px 4px rgb(72, 241, 230); 
    transform: rotateX(45deg) rotateY(30deg) rotateZ(15deg);

}

/* Responsive styles */
@media (max-width: 768px) {
#skills {
flex-direction: column;
padding: 20px 0;
}
#skills h1 {
text-align: center;
}

.skill_col1, .skill_col2 {
width: 100%;
padding: 0;
border-left: none;
}

.skill_col2 {
margin-top: 20px;
}

.tools_img a img {
width: 80px;
height: 80px;
}
}

@media (max-width: 480px) {
#skills h1 {
font-size: 30px;
text-align: center;
}

.tools_img a img {
width: 60px;
height: 60px;
}
}


/* about.php */

#about{
    padding: 50px 0;
    text-align: center;
}
#about h1{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff
}
.about_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.about_img{
    width: 100%;
    max-width: 450px;
    margin: 20px;
    
}
.about_img img{
    width: 100%;
    box-shadow: 5px 5px 10px 4px rgb(238, 201, 201);
    border-radius: 30%;
    
}
.about_img img:hover{
    box-shadow: 5px 5px 10px 4px rgb(71, 231, 204);
    
}
.about_text{
    flex: 1;
    padding: 0px 20px;
    max-width: 600px;
}
.about_text h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff
}
.about_text h3 span{
    color:rgb(116, 162, 192);
}

.about_text p{
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
}
.about_text p span{
    color:rgb(116, 162, 192);
}
.icons_info{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.icons_info div{
    margin: 10px;
}
.icons_info a{
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
/* .icons_info div a:hover{
    color: rgb(90, 152, 194);
}
.icons_info a{
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
    padding: 2px 0

} */
.icons_info a i{
    color:rgb(142, 180, 206);
    margin:10px;
}
.icons_info a:hover i{
    color:rgb(63, 145, 201);
}

.cv{
    padding: 10px 20px;
    background: #3498db;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}
.cv:hover{
    background: rgb(58, 221, 126);
    color: #333;
}

@media (max-width: 768px) {
.about_box {
flex-direction: column;
}
.about_text {
padding: 0 10px;
}
}
@media (max-width: 480px) {
#about h1 {
font-size: 30px;
}
.about_text h3 {
font-size: 24px;
}
.about_text p {
font-size: 16px;
}
}

/* project.php  and   my_certificate.php */

#project h1, #certificates h1{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.accordion{
    border: 6px double pink;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    background: linear-gradient(-45deg, #667eea, #764ba2, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite;
}
@keyframes gradientAnimation {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.faqQuest{
    
    background: #333;
    color: white;
    padding: 5px 10px;
    border: 1px solid black;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faqQuest h2:hover, .faqQuest i:hover{
    color:rgb(143, 126, 126);
}
.faqAns{
    padding: 10px; 
    text-align: center;	
    display: none;
}
.faqAns img{
    max-width: 100%;
    height: auto;
}
.active{
    display: inline-block;
}

/* Responsive Design */
@media (max-width: 768px) {
#project h1 {
font-size: 32px;
}

.faqQuest h2 {
font-size: 20px;
}

.faqAns img {
width: 100%;
}
}

@media (max-width: 480px) {
#project h1 {
font-size: 28px;
}

.faqQuest h2 {
font-size: 18px;
}

.faqQuest {
padding: 10px 15px;
}

.faqAns {
padding: 5px;
}
}

/* contact.php */
#contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #080808;
  }
  .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }
  .title {
    font-size: 28px;
    color: royalblue;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .title::before, .title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: royalblue;
  }
  .title::before {
    width: 18px;
    height: 18px;
    background-color: royalblue;
  }
  .title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
  }
  .message, .signin {
    color: rgba(88, 87, 87, 0.822);
    font-size: 14px;
  }
  .signin {
    text-align: center;
  }
  .signin a {
    color: royalblue;
  }
  .signin a:hover {
    text-decoration: underline royalblue;
  }
  .flex {
    display: flex;
    width: 100%;
    gap: 6px;
  }
  .form label {
    position: relative;
  }
  .form label .input {
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
  }
  .form label .input + span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  .form label .input:placeholder-shown + span {
    top: 15px;
    font-size: 0.9em;
  }
  .form label .input:focus + span, .form label .input:valid + span {
    top: 30px;
    font-size: 0.7em;
    font-weight: 600;
  }
  .form label .input:valid + span {
    color: green;
  }
  .submit {
    border: none;
    outline: none;
    background-color: royalblue;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
  }
  .submit:hover {
    background-color: rgb(56, 90, 194);
  }
  @keyframes pulse {
    from {
      transform: scale(0.9);
      opacity: 1;
    }
    to {
      transform: scale(1.8);
      opacity: 0;
    }
  }


  