
*{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.main{
width: 100%;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;

}
.verti{
  width: 250px;
  box-shadow:inset rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-bottom: 20px;
  background-color: #F0F0F0;
  margin: 0px 0px 0px 100px;
}
.section-up{
  width: 100%;
  height: 300px;
  background-color: #333333;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.name{
width: 100%;
}
.heading{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  font-size: 20px;
  text-align: center;
  padding-top: 15px;

}
.name{
  position: relative;
}
.slogan{
  width: 100%;
  color: #DADADA;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top:30px;
}
.circle1{
display: flex;
justify-content: center;
margin-top: 50px;


}
.circle2{
  width: 180px;
  height: 180px;
  background-color: white;
  border-radius: 100px;

}
.circle2{
 background-image: url(chori-hogai.jpeg);
 background-repeat:no-repeat;
 background-size: 150px;
 background-position: center;

 
}

.contact>p{
  width: 100%;
position: relative;
  color: black;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
 
}
.section-center{
  width: 100%;
  margin-top: 70px;
}
.contact img{
  margin-right: 10px;
  width: 20px;
  object-fit: contain;
  position: absolute;
  left: 10px;
  top: 2px;
}
.email{
position: relative;
  width: 100%;
}
.email>p{
  
position: relative;
  bottom: 40px;
  color: black;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 50px;
 
}
.email img{
  margin-right: 10px;
  width: 20px;
  object-fit: contain;
  position: absolute;
  left: 5px;
  top: 0px;
}
.github{
  position: relative;
    width: 100%;
}
.github>p{
    
  position: relative;
    bottom: 80px;
  padding-left: 7px;
    color: black;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 50px;
   
}
.github img{
    margin-right: 10px;
    width: 20px;
    object-fit: contain;
    position: absolute;
    left: 5px;
    top: 0px;
}

.linkedin{
  position: relative;
    width: 100%;
}
.linkedin>p{
    
  position: relative;
    bottom: 120px;
  padding-left: 29px;
    color: black;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 50px;
   
}
.linkedin img{
    margin-right: 10px;
    width: 20px;
    object-fit: contain;
    position: absolute;
    left: 5px;
    top: 0px;
}
.section-bottom{
  width: 100%;
 height: 350px; 
  background-color: #333333;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
 position: relative;
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 
}
.edu-hdn{
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 50px;
  position: absolute;
  top: 10px;
  left: 40px;
}
.school{
  position: absolute;
  color: white;
  top: 100px;
  left: 8px;
  text-align: center;
}
.school span{
  font-size: 12px;
  color: #DADADA;
 
}
.college{
  position: absolute;
  color: white;
  top: 200px;
  left: 8px;
  text-align: center;
}
.college span{
  font-size: 12px;
  color: #DADADA;
 
}
.aside{
  width: 100%;
  display: flex;
  justify-content: center;
  background-color:white;


}
.main-left{
  width: 90%;
  display: flex;
  justify-content: start;
 flex-direction: column;
 align-items: center;
  background-color: #F0F0F0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.aboutme p{
  color: black;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.about{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
  justify-self: center;
  width: 80%;
}
.exp{
  width: 100%;
  margin-top: 70px;
  margin-left: 50px;
}
.exp p{
  color: black;
  font-weight: bold;
  font-size: 28px;
  text-align: start;
}
input[type="range"]{
  accent-color: grey;

}
input[type="range"]:hover{
  accent-color: blue;
  transition: 0.4s ease-in-out;
}