body{
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-repeat: no-repeat;
}
*{
    font-family: 'Poppins', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/* home page style start */
.home{
    width: 100%;
    height: auto;
    
}

#navbar{
    width: 1050px;
    height: 65px;
    padding-right: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:rgb(58, 55, 55);
    background-color: rgb(228, 221, 221);
    margin-left: 180px;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 17px;
 
    background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


} 







.menu{
  display:grid ;
  grid-template-columns: 100px 100px 100px 100px;
  align-items: center;
  position: relative; 
  
}


.menu a{
    text-decoration: none;
    color: rgb(247, 138, 48);
    font-size: 17px;
    font-weight: 500;
    border-radius: 20px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.menu a:hover{
  color: #1a1b1b;
  background: linear-gradient(90deg, #238636, #58a6ff);
}

.name{
    width: 200px;
    margin-left: 150px;
}
nav div h2{
  background: linear-gradient(
    90deg,
    #ff6a00,
    #ff9966,
    #ff5e62,
    #8b37f1
  );
  background-size: 200%;
  animation: sunsetMove 2s infinite alternate ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes sunsetMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

header{
    padding: 50px 180px 100px 270px ;
}
header .header{
    width: 1070px;
    height: 500px;
    display: inline-flex;
     /* margin-right: 100px;
    margin-top: 100px;
    margin-left: 320px;
    margin-bottom: 90px;  */
   
    
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:right;
    color: white;
    border-radius: 35px;
    margin-bottom: 0px;

    background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
header .container{
  width: 500px;
  margin-left: 50px;
}
header .container h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1px;
    
}
h3 span{
    font-size: 20px;
}
header .container h2{
    font-size: 30px;
    letter-spacing: 1px;
    background: linear-gradient(
    90deg,
    #ff6a00,
    #ff9966,
    #ff5e62,
    #8b37f1
  );
  background-size: 200%;
  animation: sunsetMove 2s infinite alternate ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes sunsetMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
header .container p{
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 1px;
    
}
header div img{
    width: 400px ;
    margin: auto 70px;
    border-radius:25px;
    
}


/* home page style end */


/* about page style start */

.about{
    width: 1000px;
    height: 480px;
    margin-left: 280px;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 55px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    color: white;

    background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.about .me{
    padding: 50px 0px 0px 0px;
    margin: 50px;
    letter-spacing: 0.5px;
     background: linear-gradient(50deg, #1fc7ed, #0dda14, #00c9a7, #92fe9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.about .para{
    /* padding: 50px 40px 0px 50px; */
    margin: 50px 0px 0px 50px;
    line-height: 25px;
    letter-spacing: 0.5px;
    
} 
.about div img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.about .img{
    margin-right: 50px;
    margin-top: 80px;
    
}
.about .about-icon{
  margin: 0px 50px;
  font-size: 30px;
  color: #08b8cb;
}
.about i:hover{
  color: #13b93d;
  transform: translatey(-8px);
  cursor: pointer;
}



  /* about style end */

/* skill style start */

section {
    max-width: 1100px;
    margin-top: 80px ;
    margin-left: 180px;
    margin-bottom: 250px;
    text-align: center;
  }

  section h2 {
    font-size: 34px;
    margin-bottom: 40px;
     background: linear-gradient(90deg, #0ad2e4, #0072b0, #0ae827, #92fe9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }  
  
  .skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    padding: 0 16px;
  }

  .skill-card {
    padding: 25px;
    border-radius: 12px;
    transition: transform 0.3s,  0.3s;
    cursor: pointer;
    color: white;
  }

  .skill-card:hover {
    background:  linear-gradient(90deg, #238636, #58a6ff); /* slightly lighter for hover */
    transform: translateY(-8px);
    color: #1a1b1b;
  }

  .skill-card i {
    font-size: 48px;
     margin-bottom: 10px;
  }
  

  .skill-card h3 {
    margin: 0;
    font-size: 19.2px;
  }

   /* skill style end */

   /* contact style start */




/* ===== Contact Section ===== */

sec{
  margin-left: 200px;
}

.contact-section {

 background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
margin: 100px 100px 200px 180px;
border-radius: 50px;
width: 1000px;
height: auto;
}

.contact-container {

  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

/* LEFT SIDE */
.contact-left{
  width: 500px;
  margin-left: 50px;
}
.contact-left h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact-left h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;

   background: linear-gradient(90deg, #0dc7f1, #0083b0, #0ab454, #92fe9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-left p {
  color: #c9d1d9;
  line-height: 1.7;
  margin-bottom: 40px;
}

.icon-box {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #238636, #58a6ff);
  border-radius: 50px;
  padding: 15px 25px;
  margin-left: 35px;
  position: relative;
  width: fit-content;
}

.icon-left {
  text-align: center;
  background: #fff;
  color: #1a1b1b;
  border-radius: 50%;
  padding: 10px 15px;
  margin-right: 15px;
}



.icon-right i {
  font-size: 20px;
  margin: 0;
  gap: px;
  margin-right: 10px;
  color: #1a1b1b;
}





/* RIGHT SIDE FORM */
.contact-right {
  /* background: linear-gradient(135deg, #21262d, #30363d); */
   background: linear-gradient(90deg, #238636, #58a6ff);
  border-radius: 25px;
  padding: 40px 30px;
  box-shadow:  linear-gradient(90deg, #238636, #58a6ff);
}

.contact-right input,
.contact-right textarea {
  width: 300px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 12px 20px;
  border-radius: 25px;
  border: 1px solid #30363d;
  font-size: 1rem;
  background: #d6dada;
  color: #272727;
  outline: none;
  transition: border 0.3s ease;
}

.contact-right input:focus,
.contact-right textarea:focus {
  border: 1px solid #88add7;
}

.contact-right textarea {
  resize: none;
  height: 110px;
}

.contact-right button {
  width: 45%;
  padding: 12px;
  border: none;
  border-radius: 25px;
  background: #ccd6e2;
  color: #1d1c1c;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-right button:hover {
  background: #323233;
  color: #fff;
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-right {
    margin-top: 40px;
  }
}
