*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
  body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  /* @media screen and (max-width:650px){
    nav{
      font-size: 12px;
      width: 430px;
      right: 0px;
      margin-top: 20px;
      height: 75px;
    }
    section .pro-img img{
      max-width: 200px;
      max-height: 200px;
    }
    nav ul li{
      font-weight: bold;
    }
  }
  @media screen and (max-width:486px){
    nav{
      font-size: 8px;
      width: 370px;
      height: 70px;
    }
    nav ul li{
      font-weight: bold;
      font-size: 8px;
    }
  } */

  @media screen and (max-width:5000px) {
    nav{
      background: rgb(51,51,51);
      height: 80px;
      width: 500px;
      position: fixed;
      right: 60px;
      margin: 20px;
      border-radius: 40px 40px 0px 0;
      padding-left: 30px;
    }
    nav header {
      display: inline;
      padding: 0%;
      right: 0%;
    }
    section .pro-img img{
      width: 200px;
      height: 200px;
    }
    section .pro-img h2{
      font-size: 25px;
    }
    section .pro-img h4{
      font-size: 21px;
    }
    nav header{
      display: inline-block;
      line-height: 80px;
      margin: 0 5px;
    }
    .ahome{
      background-color: #fff;
      color: black;
    }
    nav header a{
      color: white;
      padding: 11px 20px;
      border: none;
      border-radius: 30px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
    }
    nav header a:hover{
      color: black;
      background-color: #fff;
      transition: 1s;
    }
    .about{
      padding: 15px;
    }
    .about-me{
      width: 480px;
    }
    .about-my-skills{
      width: 480px;
    }
    .about-first-div{
      float: left;
    }
    .parsonal-in{
      width: 480px;
      float: right;
    }
  
  }
  @media screen and (max-width:1200px) {
    .parsonal-in{
      float: left;
    }
  }
  
  @media screen and (max-width:640px) {
    nav{
      height: 80px;
      width: 300px;
      position: fixed;
      right: 10px;
      margin: 20px;
      border-radius: 40px 0px 40px 0;
      padding-left: 30px;
    }
    nav header a{
      float: left;
      font-size: 13px;
    }
    
    nav header a{
      color: white;
      padding: 0px 15px; 
      border: none;
      border-radius: 30px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
    }
    .ahome{
      display: none;
    }
    nav header a:hover{
      color: black;
      background-color: #fff;
      transition: 1s;
    }
    section .pro-img h2{
      font-size: 22px;
    }
    section .pro-img img{
      width: 200px;
      height: 200px;
    }
    .about-me{
      width: 390px;
      margin: auto;
    }
    .about-my-skills{
      width: 390px;
      margin: auto;
    }
    .parsonal-in{
      width: 390px;
      float: left;
    }

  
  }

@media screen and (max-width:400px) {
  nav{
    height: 80px;
    width: 300px;
    position: fixed; 
    
    margin: 20px 0 0 0;
    border-radius: 40px 0px 40px 0;
  }
  nav header a{
    float: left;
    font-size: 13px;
    padding: 0 0 0 15px;
  }
  nav header a{
    color: white;
    padding: 0px 9px; 
    border: none;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
  }
  .ahome{
    display: none;
  }
  section .pro-img h2{
    font-size: 18px;
  }
  section .pro-img img{
    width: 150px;
    height: 150px;
  }
  .about{
    padding: 0%; 
  }
  .about-me{
    width: 280px;
    margin: auto;
  }
  .about-my-skills{
    width: 280px;
    margin: auto;
  }
  .parsonal-in{
    width: 280px;
    float: left;
  }

}





section{
  width: 100%;
  height: 1000px;
  padding-top: 300px;
  background-color: rgb(255,255,255);
  border-bottom: 1px solid rgb(138, 138, 138);

}
section .pro-img{
  text-align: center;
}
section .pro-img img{
  border-radius: 50%;
  margin: auto;
}
.card-logo a i{
  width: 40px;
  height: 40px;
  border: 1px solid rgb(130,185,213);
  border-radius: 50px;
  padding: 7px;
  color: black;
  font-size: 25px;
}
.card-logo a i:hover{
  transform: translateY(3px);
}


.about{
  height: 700px;
  background-color: rgb(242,242,242);
  padding-top: 1.5rem;
}
.about h3{
  text-align: center;
  background-color: rgb(96,192,250);
  color: #fff;
  width: 150px;
  height: 40px;
  margin: auto;
  border: 1px solid ;
  border-radius: 1.3rem 1.3rem 1.3rem 0;
}
.about-me{
  border: 1.3px solid rgb(168, 168, 168);
  border-radius: 1.3rem;
  background-color: #fff;
  padding: 1rem;
  margin-top: .8rem;
}
.about-my-skills{
  border: 1px solid rgb(168, 168, 168);
  border-radius: 1.3rem;
  background-color: #fff;
  padding: 1rem;
  margin-top: .8rem;
}
.about-my-skills ul li{
  background-color: rgb(96,192,250);
  width: 180px;
  margin: 4px;
  border-radius: 3px;
  padding-left: 5px;
  color: #fff;
}
.parsonal-in ul li span{
  background-color: rgb(96,192,250);
  padding-right: 15px;
  margin: 4px;
  text-align: center;
  border-radius: 20px;
  padding-left: 15px;
  color: #fff;
}
.parsonal-in{
  border: 1px solid rgb(168, 168, 168);
  border-radius: 1.3rem;
  background-color: #fff;
  padding: 1rem;
  margin-top: .8rem;
}