@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'open Sans', sans-serif;
}
body{
    height: 100vh;
    background-position: center;
    background-color:  rgb(202, 202, 202);;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    font-size: 1.5rem;
    margin-right: 80px;
}
 a:hover{
    color: rgb(23, 115, 235);
 }
header{
    width: 100%;
    height: auto;
    margin-top: 18px;
    display: flex;
    padding-left:30px ;
   
}
.header-content{
  margin-top: 140px;
  margin-left: 50px;
}
.header-content h2{
    font-size: 7vmin;
    font-family: Arial, Helvetica, sans-serif;
}
.line{
    width: 300px;
    height: 4px;
    background-color: #f02076;
    margin: 3px 100px;
    border-radius: 5px;
    display: none;

}
.header-content h1{
    font-size: 7vmin;
    margin-top: 14px;
    margin-bottom: 20px;
    margin-left: 0%;
    color: blue;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.navbar{
    width: 100%;
    height: 50px;
    margin-top: -20px;
    position: fixed;
    background-color: #c5c0c2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-bottom:5px solid rgb(143, 137, 137);
}
.logo a{
    font-size: 2rem;
   font-weight: bold;
   align-items: center;
   font-family:  Arial, sans-serif;
   margin-left: 80px;
   
}
.nav-links{
    display: flex;
    gap: 3rem;

}
.nis-btn{
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}
/*NIS-MANU*/
.nis-manu{
    display: block;
    position: absolute;
    right: 7px;
    top: 40px;
    height: 0;
    width: 120px;
    background-color: rgb(202, 202, 202);
     backdrop-filter: blur(15px);
   border-radius: 15px;
   overflow: hidden;
   transition: height 0.2s cubic-bezier(0.175,0.885,0.32,1.275);
}
.nis-manu.open{
    height: 150px;

}
.nis-manu li{
    padding: 0.7em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nis-manu:hover{
    color: orange;
}
/*RESPONSIVE DESING*/
@media(max-width:992px){
    .nav-links{
     display: none;
    }
     .nis-btn{
        display: block;
    }
    .nis-manu{
        display: block;
    }
    .nis-manu a{
        margin-left: 10px;
        font-size: 12px;
    }
    .navbar{
        height: 70px;
    }
    header{
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .header-content{
        margin: 0;
    }
    .header-content h1{
     font-size:60px;
      margin:auto ; 
     
       }
   .header-content .hello{
      font-size:40px;
     margin: 30px auto;
   }
    
    .line{
        display: none;
    }
    .aboutme p{
        font-size: 14px;
        min-width: 10px;
        margin: 0 auto;
        text-align: center;
         margin-left: 90px;
       
    }
    .aboutme .nn{
      max-width: 100%;
      font-size: 14px;
    }
    .nis-button{
       width: 160px;
        height: 40px;
       margin: 30px auto;
    }
    .nis-button a{
      font-size: 12px;
    }
    .navbar .logo a{
        font-size: 18px;
        margin-left: 10px;
    }
    .nis-img {
        height: 100px;
       
       display: flex;
       flex: 1;
       align-items: center;
       
       margin-left: 0px;
       margin-top: 100px;
    }
    .nis-img img{
       max-width: 220px;
       margin:20px auto ;      
      
    }

}
 /*style and clear*/
.nis-img img{
    height: auto;
   max-width: 100%;
    margin-left: 10px;
    display: flex;
    margin-top: 20px;
    display: block;
}
.aboutme{
   margin-top: 20px;
   font-size: 18px;
}
.aboutme p{
    padding: 12px;
    color: rgb(59, 59, 58);
    font-size: 25px;
    margin-top: 10px;
    display: flex;
}
.aboutme .nn{
max-width: 100%; 
   display: flex;
    color: rgb(61, 60, 59);
}
.nis-button{
    background-color: rgb(41, 6, 170);
    color: #fff;;
    margin-top: 60px;
    border-radius: 9px;
    height: 60px;
    margin-left: 40px auto;
    width: 220px;
    transition: 0.2s;
    display: block;
}
.nis-button:hover{
    background-color: rgb(46, 46, 253);
    color: #fff;
}
.navbar{
    position: fixed;
}
.stats-section{
  width: 100%;
  margin: 60px 0;
  display: flex;
  justify-content: center;
}

.stats-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  width: 100%;
  padding: 20px;
}

.stat-card{
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.stat-card:hover{
  transform: translateY(-8px);
}

.stat-card i{
  font-size: 36px;
  color: #1877f2;
  margin-bottom: 10px;
}

.stat-card h2{
  font-size: 32px;
  color: #111;
}

.stat-card p{
  font-size: 14px;
  color: gray;
}

/* MOBILE RESPONSIVE */
@media (max-width:768px){
  .stats-container{
    grid-template-columns: 1fr;
  }

  .stat-card{
    max-width: 280px;
    margin: 0 auto;
  }
}
.contact-section{
  width: 100%;
  padding: 60px 20px;
  background: #f4f4f4;
  text-align: center;
}

.contact-section h2{
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-sub{
  font-size: 14px;
  color: gray;
  margin-bottom: 40px;
}

.contact-container{
  max-width: 900px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-info{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-box{
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.info-box i{
  font-size: 20px;
  color: blue;
}

.contact-form{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea{
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
}

.contact-form button{
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: blue;
  color: white;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover{
  background: darkblue;
}

/* MOBILE RESPONSIVE */
@media (max-width:768px){
  .contact-container{
    grid-template-columns: 1fr;
  }
}
.aboutme-new{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.about-text{
  max-width: 600px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

/* Mobile */
@media (max-width: 768px){
  .about-text{
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }
}
.work-section{
  width: 100%;
  padding: 70px 20px;
  background: #f5f5f5;
  text-align: center;
}

.work-section h2{
  font-size: 32px;
  margin-bottom: 10px;
}

.work-subtitle{
  font-size: 14px;
  color: gray;
  margin-bottom: 40px;
}

.work-container{
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.work-description{
  max-width: 700px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  text-align: center;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px){
  .work-section h2{
    font-size: 26px;
  }

  .work-description{
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }
}
.footer{
  width: 100%;
  background: #111;
  color: #fff;
  padding: 50px 20px 20px;
  text-align: center;
}

.footer-content h3{
  font-size: 22px;
  margin-bottom: 10px;
}

.footer-content p{
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto 20px;
  color: #ccc;
  line-height: 1.6;
}

.footer-social{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-social a{
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}

.footer-social a:hover{
  color: #1877f2;
}

.footer-bottom{
  border-top: 1px solid #333;
  padding-top: 15px;
}

.footer-bottom p{
  font-size: 13px;
  color: #aaa;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px){
  .footer-content h3{
    font-size: 20px;
  }

  .footer-content p{
    font-size: 13px;
    padding: 0 10px;
  }
}
.footer-social a:nth-child(1):hover{ color:#1877f2; } /* Facebook */
.footer-social a:nth-child(2):hover{ color:#e1306c; } /* Instagram */
.footer-social a:nth-child(3):hover{ color:#000; }    /* TikTok */
.footer-social a:nth-child(4):hover{ color:#0a66c2; } /* LinkedIn */
.footer-social a:nth-child(5):hover{ color:#fff; }    /* GitHub */