*{
    margin: 0;
    padding: 0;
    font-family: poppins, sans-serif;

    box-sizing: border-box;
   
}

html{
    scroll-behavior: smooth;
}
body{
    background:#080808 ;
    color: #fff; 
}
#header{
    width: 100%;
    height: 100vh;
    background-image: url(imagee/img.jpg);
    /* background-blend-mode: overlay;
    filter: blur(0.5px); */
     
    background-size:cover;
    background-position: center;
      

}
.container{
    padding: 5px 5%;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
     
}

.logo{
    
    width: 80px; 
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20%;
     
     
}
nav ul li{
    display: inline-block;
    list-style: none;
     margin: 10px 20px;
}

nav ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    position: relative;
 
}
nav ul li a::after{
    content: '' ;
    
    width: 0%;
    height: 3px;
    background: #ff004f;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
     
}
nav ul li a:hover::after{
    width: 100%;
    transition: all 0.3s ease;
}
.header-text{
    
    margin-top: 25%;
    font-size: 40px; 
}
.header-text h1{
    font-size: 60px;
     margin-top: -200px;
}
.header-text h1 span {

    color: #ff004f;
}
/* ------about ------ */
#about{
    padding: 80px 0;
    color: #ababab;

}
.row{
    display: flex;
    justify-content: space-between;
   
    flex-wrap: wrap;

}
.about-col-1{
    flex-basis: 35%;


}
.about-col-1 img{
    width: 100%;
     
    border-radius: 15px;
     
}
.about-col-2{
    flex-basis: 60%;
    
}
.sub-title{
    font-size: 60px;
    font-weight: 600;
    color: #fff; 
}
.tab-titles{
    display: flex;
    margin: 20px 0 40px;
}
.tab-links{
    margin-right: 50px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    cursor: pointer;

}
.tab-links::after{
    content: '';
    width: 0%;
    height:3px ;
    background: #ff004f;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s; 
}

.tab-links.active-link::after{
    width: 50%;
    color: #ff004f;
}
.tab-contents ul li{
    list-style: none; 
    margin: 10px 0; 
}
.tab-contents ul li span{
    color: #b54769;
    font-weight: 14px;

}
.tab-contents{
    display: none;
     
}
.tab-contents.active-tab{
    display: block;

}


/* not fix */

/* .my-skill-bars {
    max-width: 600px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
  }
  
  .my-skill {
    margin-bottom: 25px;
  }
  
  .my-skill-name {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .my-skill-bar {
    width: 100%;
    height: 18px;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .my-skill-progress {
    height: 100%;
    width: 0;
    background-color: #3498db;
    border-radius: 10px;
    transition: width 1.5s ease-in-out;
  } */


  /* skills */

  /* ====== Advanced Skills Section Styling ======   not fix*/

/* #my-skills {
    padding: 80px 20px;
    background: linear-gradient(to right, #eef2f3, #f7f8f8);
    font-family: 'Poppins', sans-serif;
  }
  
  .my-skills-header {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .my-skills-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 12px;
    position: relative;
  }
  
  .my-skills-header h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #4facfe;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
  }
  
  .my-skills-header p {
    font-size: 18px;
    color: #666;
    margin-top: 8px;
  }
  
  .my-skills-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .my-skill {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .my-skill:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  
  .my-skill-name {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .my-skill-bar {
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 30px;
    overflow: hidden;
    height: 14px;
    position: relative;
  }
  
  .my-skill-progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
    transition: width 1.4s ease-in-out;
    border-radius: 30px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .section-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  #my-skills {
    padding: 80px 20px;
    background: linear-gradient(to right, #eef2f3, #f7f8f8);
  }
  
  .my-skills-header {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .my-skills-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 12px;
    position: relative;
  }
  
  .my-skills-header h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #4facfe;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
  }
  
  .my-skills-header p {
    font-size: 18px;
    color: #666;
    margin-top: 8px;
  }
  
  .my-skills-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .my-skill {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .my-skill:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
  
  .my-skill-name {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .my-skill-bar {
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 30px;
    overflow: hidden;
    height: 14px;
    position: relative;
  }
  
  .my-skill-progress {
    height: 100%;
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
    transition: width 1.4s ease-in-out;
    border-radius: 30px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsive Design */
  /* @media (max-width: 768px) {
    .my-skills-header h2 {
      font-size: 28px;
    }
  
    .my-skill {
      padding: 16px 20px;
    }
  } */ 
   
  /* addition only for skill */


  /* .my-skill {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
  }
  
  .my-skill:nth-child(1) { animation-delay: 0.1s; }
  .my-skill:nth-child(2) { animation-delay: 0.2s; }
  .my-skill:nth-child(3) { animation-delay: 0.3s; }
  .my-skill:nth-child(4) { animation-delay: 0.4s; }
  .my-skill:nth-child(5) { animation-delay: 0.5s; }
  .my-skill:nth-child(6) { animation-delay: 0.6s; }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  } */


  #my-skills {
    padding: 80px 20px;
    background: linear-gradient(to right, #eef2f3, #f7f8f8);
    font-family: 'Poppins', sans-serif;
  }
  
  .my-skills-header {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .my-skills-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 12px;
    position: relative;
  }
  
  .my-skills-header h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #4facfe;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
  }
  
  .my-skills-header p {
    font-size: 18px;
    color: #666;
    margin-top: 8px;
  }
  
  .my-skills-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
  }
  
  /* Skill Box */
  .my-skill {
    width: 300px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .my-skill:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
  }
  
  .my-skill-name {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .my-skill-bar {
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 30px;
    overflow: hidden;
    height: 14px;
    position: relative;
  }
  
  .my-skill-progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
    transition: width 1.4s ease-in-out;
    border-radius: 30px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsive Design */
  @media (max-width: 991px) {
    .my-skill {
      width: 45%;
    }
  
    .my-skills-header h2 {
      font-size: 30px;
    }
  }
  
  @media (max-width: 600px) {
    .my-skill {
      width: 100%;
    }
  
    .my-skills-header h2 {
      font-size: 26px;
    }
  }
  

/* ok */
/* --------services -------- */
/* #services{
    padding: 30px 0;
     
}
.services-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    margin-top: 50px;

    
}
.services-list div{
    background-color: #262626;
    padding: 40px; 
    border-radius: 15px;
    font-size: 13px;
    font-weight: 300;
    transition: background 0.5s, transform 0.5s;

}

.services-list div i{
    font-size: 50px;
     
    margin-bottom: 30px;
}
.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px; 
}

.services-list div a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}
.services-list div:hover{
    background: #ff004f;

    transform: translateY(-10px);
    transition: all 0.3s ease;
} */



#services {
    padding: 80px 20px;
    background: linear-gradient(to right, #f9f9f9, #eaeaea);
    font-family: 'Poppins', sans-serif;
  }
  
  .services-header {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .services-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    position: relative;
  }
  
  .services-header h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #4facfe;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
  }
  
  .services-header p {
    font-size: 18px;
    color: #555;
    margin-top: 8px;
  }
  
  .services-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .service-card {
    background: #fff;
    width: 300px;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
  }
  
  .service-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  
  .service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .service-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
  }
  
  /* Responsive Behavior */
  @media (max-width: 991px) {
    .service-card {
      width: 45%;
    }
  }
  
  @media (max-width: 600px) {
    .service-card {
      width: 100%;
    }
  
    .services-header h2 {
      font-size: 28px;
    }
  }


/* -----------portfolio----------------- */
/* 

/* Portfolio Section */
#portfolio {
  padding: 80px 0;
  background: #0f172a;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

#portfolio .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

#portfolio .sub-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #38bdf8;
}

.work-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.work {
  background: #1e293b;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 300px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.work img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.work:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 40px rgba(56, 189, 248, 0.4);
}

.layer {
  padding: 20px;
  background: rgba(32, 19, 1, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0.95;
}

.work:hover .layer {
  transform: translateY(0);
}

.layer h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #38bdf8;
}

.layer p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #cbd5e1;
}

.layer a {
  color: #38bdf8;
  font-size: 20px;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.layer a:hover {
  color: #0ea5e9;
}

.btn {
  display: block;
  width: 200px;
  text-align: center;
  margin: 50px auto 0;
  padding: 12px 0;
  background: #38bdf8;
  color: #0f172a;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn:hover {
  background: #0ea5e9;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .work-list {
      flex-direction: column;
      align-items: center;
  }

  .work {
      width: 90%;
  }

  .layer {
      padding: 15px;
  }

  .layer h3 {
      font-size: 20px;
  }
}



/* ---------contact---------------- */
.contact-left{
    flex-basis: 35%;
}
.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 30px;
}
.contact-left p i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;

}
.social-icon{
    margin-top: 30px;

}
.social-icon a{
    text-decoration:none ;
    font-size: 30px;
    margin-right:15px ; 
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
     
}
.social-icon a:hover{
    color: #ff004f;
    transform: translateY(-5px);
    
}
.btn.btn2 {
    display: inline-block;
    background: #ff004f;
    color: #fff;
    padding: 14px 50px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.btn.btn2:hover {
    background: #d4003e;
    transform: translateY(-3px);
}
.contact-right form{
    width: 100%; 
}
form input , form textarea{
    width: 100%;
    border: 0;
    outline: none;
    background:#262626 ;
    padding: 15px;
    margin: 15px 0;
    border-radius: 6px;
    color: #fff;
    font-size: 18px; 
}
form.btn2{
    padding: 15px 50px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;

}
.copyright{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: #262626;
    font-weight: 300;
    margin-top: 20px; 
}

/* ---------media query ----------- */


/* nav .fa-bars,
nav .fa-circle-xmark {
    display: none;
} */

nav .fa-solid{
    display : none; 
}

@media only screen and (max-width: 600px){
    .header-text h1{
        font-size: 30px;
    }
    .header-text{
        margin-top: 100%;
        font-size: 16px;
    }
    /* .about-col-1{
        flex-basis: 100%;
        text-align: center;
    }
    .about-col-2{
        flex-basis: 100%;
    }
    .tab-titles{
        flex-wrap: wrap;
        justify-content: center;
    }
    .tab-links{
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .services-list{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    } */
    
     
    nav .fa-solid{
        display: block;
        font-size: 25px;
    }
    nav ul{
        
        position: fixed;
        top: 0;
        right: -200px;
        background:#ff004f;
        width: 200px;
        height: 100vh;
        padding-top: 50px ;
        z-index: 2;
        transition: right 0.5s;
    }
    nav ul li{
        display: block;
        margin: 25px 0;
    }
    nav ul .fa-solid{
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer; 
    }
    .subtitle{
        font-size: 40px;
    }
    .about-col-1, .about-col-2{
        flex-basis: 100%; 
    }.about-col-1{
        margin-bottom: 30px;
    }
    .about-col-2{
        font-size: 14px;
    }
    .tab-links{
        margin-right: 16px;
        margin-right: 20px;
    }
    .contact-left,.contact-right{
        flex-basis: 100%;
    }
    .copyright{
        font-size: 14px;
    }





}
#msg{
    color: #61b752;
    margin-top: -40px;
    display: block;
}
 

  