*{

margin: 0;

box-sizing: border-box;

font-family: Arial, sans-serif;

    padding: 0;

    margin: 0;
}

body{

    background-color: #0f172a;

    color: white;

    margin: 0;

    padding: 0 27px;
}

.header {

    background-color: black;

    color: beige;

    display: flex;

    gap: 40px;

    align-items: center;

    height: 65px;

   font-size: 20px;

}


.header a{

    color: beige;

    text-decoration: none;
}

.header a:first-child{

    margin-left: 120px;

}
.header a:hover{

    text-decoration: underline;

}

.hero{

    /* border: 2px solid blueviolet; */

    max-width:1120px;

  margin:50px auto;

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:40px
    

}

.hero-txt h1{

   color: #0a58ca;

    font-size: 40px;
}

.hero h2{

    font-size: 37px;
    
    margin-top: 10px;
}
.hero h3{

    color: #38bdf8;

    margin: 10px 0;
    
    margin-top: 10px;
}
.hero p{

    
    margin-top: 10px;
}

.hero-txt{

    animation: hero-section 1.2s ease-in-out forwards;
}

@keyframes hero-section {

    0% {

        opacity: 0.2;

        transform: translateY(30px);
    }

    55% {

        opacity: 1;

        transform:  translateY(-5px);
    }

    100% {

        opacity: 1;

        transform: translateY(0);
    }
    
}

.button a{

    margin-top: 20px;

    margin-right:10px ;

    display: inline-block;

    text-decoration: none;

    padding: 10px 18px;

    gap: 18px;

    font-weight: 600;

    border-radius: 6px;

    border: none;
    

}

.view{

    background: #0a58ca;

    color: white;

    cursor: pointer;

    font-size: 19px;
}
.download{

    background: transparent;

    border: 2px solid #0a58ca;

    color: #0a58ca;

    margin-left: 10px;

    cursor: pointer;

    font-size: 19px;
}


.view:hover {

  background-color: #084298;
}

.download:hover {

  background-color: #0d6efd;

  color: white;
}

html {

  scroll-behavior: smooth;

}


.hero-img img{


    width: 280px;

    border-radius: 10px;

  display: flex;

  float:right;
    
}

.section {

    
  max-width:900px;

  background-color: #111827;

  margin:60px auto;
}

.about h2{

  margin-bottom:20px;

  margin-left: 185px;

  font-size: 32px;

}

.about h2:hover{

    text-decoration: underline;
}

.about p{

    margin-left: 185px;

    margin-bottom: 15px;

     line-height: 1.7;


    font-size: 17px;
    
}

.about-list {

    margin-top: 15px;

}

.about-list li {

    margin-bottom: 10px;

    font-size: 16px;

}

.about p1{

    margin-left: 185px;

   margin-top:  15px;
   
}
.kkk {

    margin-top: 60px; 

    margin-left: 120px;

    padding-left: 60px;   /* About Me ke equal */
    padding-right: 60px;

}



.kkk h2 {

    text-align: left;

   margin: 0 0 30px 0;   /* niche spacing */
    font-size: 32px;


}


.skills {

    display: flex;

    justify-content: flex-start;

    flex-wrap: nowrap;  

    gap: 40px;

    margin-top: 30px;
     

}



.skill-card {

    padding: 20px;

    height: 165px;

    width: 170px;

    text-align: center;

    border-radius: 12px;

    box-shadow: 0 0 20px rgba(255,255,255,0.2);

    transition: transform 0.3s ease;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.skill-card img {

    width: 60px;

    height: 60px;

    object-fit: contain;

    margin-bottom: 15px;

}



.skill-card:hover {

    transform: scale(1.1);

}

.skill-card p{

  font-weight:600;
  
}

.Project{

    margin-top: 45px; 

    /* background: #eef2f7; */

    padding: 40px 0;
}


.Project h2{

    margin-left: 180px;
    font-size: 32px;



}

.Project h2:hover{

    text-decoration: underline;

}

.projects{

    display:flex;

    gap: 20px;

    margin-left: 180px;

    gap: 70px;

    padding: 40px 20px;

    max-width: 1200px;

    margin :auto;   

    
}

.project-card{

     background: white;

    padding: 17px;

    width: 300px;

    background-color: #1f2937;

    color: white;

    text-align: center;

    border-radius: 12px;

    margin-top: 20px;

  box-shadow:0 4px 10px gray;

   transition: transform 1.5s ease-in;

}
.project-card:hover{

    transform: scale(1.15);
}

.project-card img{

    width:150px;

  margin-bottom:10px;

  height: 120px;

  width: 250px;
  
}

.project-card p{

    font-weight: 800;
}

button{

    margin-top: 20px;

    background: #2563eb;

    color: white;

    display: flex;

    gap: 15px;

}

button:hover{

    background: #1d4ed8;
}

.project-buttons {

    display: flex;

    justify-content: center;  

    gap: 15px;  
                   
    margin-top: 20px;
}

.live{

background: #007bff;

    color: white;

    cursor: pointer;

 padding: 8px 16px;

    border: none;

    border-radius:6px;

    font-size: 15px;

    border-radius: 8px;

     text-decoration: none;

    font-weight: 500;

     margin-top: 15px;

     margin-right: 17px;

}

.github{

   background-color: #007bff;

    color: white;

    padding: 8px 16px;

    text-decoration: none;   

    border-radius: 6px;

    font-size: 15px;

    font-weight: 500;

    display: inline-block;

    transition: 0.3s;

    margin-top: 15px;


}

.contact{

    background: #243b55;

    text-align: center;

    color: white;

    padding: 30px;

    display: flex;

   justify-content: space-between;

    align-items: center;

    width: 100vw;
}


.contact h2{

    margin-bottom:25px;

  font-size:24px;
}

.contact h2:hover{

    text-decoration: underline;
}

.footer{

    max-width:100%;

    width: 100%;

  margin:auto;

  text-align:center;

}

.info{

    display: flex;

    justify-content:space-between;

  flex-wrap:wrap;

  gap:20px;

  margin-bottom:30px;

}

.info-items a{

     
   min-width:220px;

  font-size:17px;

  color: wheat;

  text-decoration: none;

  display:flex;

  justify-content:center;

  gap:8px;

}

.info-items a:hover{

    cursor: pointer;


    color: chartreuse;
}

.send{


padding:12px 30px;

  background:white;

  color:blue;

  margin: 20px auto;

  border:none;

  border-radius:6px;

  font-size:16px;

  cursor:pointer;

}

.send:hover{

    background: #e6e6e6;
}

