*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  /* background: rgba(187, 225, 225, 0.843); */
}

.hero{
  position: relative;
  width: 100%;
  height: 100vh;
  background: rgba(187, 225, 225, 0.843);
}

nav{
  display: flex;
  width: 84%;
  margin: auto;
  padding: 20px; 
  align-items: center;
  justify-content: space-between;

  }
nav ul li{
  display: inline-block;
  list-style: none;
  margin: 10px 20px;
}

.images:hover .shape{
  bottom: 40px;
}

nav ul li a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

nav ul li a:hover{
  color: red;
}
.detel{
  margin-left: 8%;
  margin-top: 13%;
}

.detel h1{
  font-size: 50px;
  color: #212121;
  margin-bottom: 20px;
}

span{
  color: orange;
}

.detel{
  color: #555;
  line-height: 22px;
}

.detel a{
  background: #212121;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 30px 0;
  border-radius: 5px;
}

.images{
  width: 45%;
  height: 80%;
  position: absolute;
  bottom: 0;
  right: 100px;
}

.images img{
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: bottom 1s, left 1s;
}

.images:hover .man{
  left: 45%;
}
.hero-content h1 {
  font-size: 3em;
  margin: 0;
}

.hero-content p {
  font-size: 1.5em;
}

.about, .skills, .contact {
  padding: 50px 20px;
  text-align: center;
  background: rgba(187, 225, 225, 0.843);
}

.skills {
  
  position: relative;
}

.skills ul {
  list-style: none;
  padding: 0;
}

.skills ul li {
  font-size: 1.2em;
  margin: 10px 0;
}
section {
  height: 100vh !important;
  position: relative;
}
section h2 {
  position: sticky;
  top: 3rem;
}

.contact h2 {
  margin-bottom: 20px;
  font-size: 2em;
}

.contact .social-icons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.contact .social-icons a {
  margin: 0 10px;
  font-size: 1.5em;
  color: #333;
  text-decoration: none;
}

.contact .social-icons a:hover {
  color: #0073e6;
}
