*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  background: #101011;
  color: white;
  font-family: 'Montserrat', sans-serif;
}
h1{
  font-size: 20px;
}

.btn{
  background: #1A599C;
  border: none;
}

.logo-img{
    max-width: 250px;
    min-width: 100px;
    margin-left: -39px;
    margin-top: 0.3rem;
    
}
.logo-img img{
    width: 100%;
    
}
.fa-bars{
  color: rgb(184, 179, 179);
  font-size: 30px;
  margin-top: 1rem;
  border: 1px solid gray;
  padding: 5px 13px;
  border-radius: 3px 3px;
}

.contact-me{
  max-width: 500px;
  min-width: 100px;
}
svg{
margin-top: 0.52rem;
margin-left: 0.3rem;
font-size: 20px;
}
.contact-me ul{
  list-style-type: none;
  color: rgb(197, 197, 197);
}
i{
 padding-left: 10px;
}
.navbar .nav-item {
  padding: 10px 10px;
}
.navbar .nav-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-left: 10px;
  text-align: center;
}

.my-img{
  max-width: 400px;
  min-width: 100px;
  margin-top: 2rem;
  position: relative;
    animation-name: img;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes img{
  0%{left: -200px;}
  100%{left: 0;}
}
.my-img img{
  width: 100%;
  border-radius: 50%;
}

.about-me{
  width: 300px;
  margin-left: -2rem;
  line-height: 35px;
  color: rgb(197, 197, 197);
  position: relative;
    animation-name: content;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes content{
    0%{right: -200px;}
    100%{right: 0;}
}


.about-me span{
  color: white;
  font-weight: bold;
  transform: translateY(-50%);
}



/* myskills section */
#skills-wrapper{
  padding-top: 7rem;
  margin-top: 4rem;
}
#skills-wrapper h2::after{
    content: '';
    width: 20%;
    display: block;
    margin-left: 1rem;
    height: 5px;
    background:yellow;
  
}
.row{
 max-width:400px;
 min-width: 50px;
}
.row > div{
  max-width: 100px;
  min-width: 50px;
  pointer-events: none;
  animation: App-logo-spin infinite 10s linear;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.row > div img{
  width: 100%;
}
.skill-info{
  max-width: 500px;
  min-width: 100px;
  line-height: 30px;
  font-size: 1rem;
  
}
  
#git{
  width: 100px;
}
/* my work section */
.todo-img{
  max-width: 300px;
  min-width: 100px;
  align-self: center;
  justify-self: center;
}
.todo-img img{
  width: 100%;
  margin-left: 1.5rem;
}
.app-img{
  max-width: 300px;
  min-width: 100px;
  align-self: center;
  justify-self: center;
}
.app-img img{
  width: 100%;
  margin-left: 1rem;
}

#my-works{
  padding-top: 5rem;
  margin-top: 5rem;
}
#my-works h2::after{
  content: '';
  width: 20%;
  margin: auto;
  display: block;
  height: 5px;
  background:yellow;
}
#my-works > div{
  margin-top: 2rem;
  background: #1d1d1d;
  padding-top: 20px;
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  border-radius: 8px 8px 8px 8px;
}

#my-works button{
  float: right;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: .5rem;
  transition: transform 1.1s; 

}
#my-works button:hover{
  transform: scale(1.1);

}
#todo-app{
  padding: 0 0.6rem;
}
#todo-app span{
  font-size: 0.9rem;
}
#todo-app{
  max-width: 800px;
  min-width: 100px;
  margin: auto;
}

.app-info{
  max-width: 600px;
  min-width: 150px;
}
.app-info h4{
  font-size: 0.9rem;
  line-height: 25px;
  width: 300px;

}

.app-info h3{
  font-size: 1.3rem;
  width: 300px;
  margin-top: 1rem;
}
 #github-link {
  display: flex;
  margin: 2rem auto;
  padding: 5px 15px;
  color: white;
  font-size: 23px;
  background: #383737;
  text-decoration: none;
  transition: transform 1.1s;
}
#github-link:hover{
  text-decoration: none;
  transform: scale(1.1);
  color: gray;
  background: #f4f4f4;
}


/* footer region */
.contact-me h3{
  padding-top: 5rem;
}
.contact-me h4{
  font-size: 1rem;
  color: rgb(197, 197, 197);
}
#footer-links{
  max-width: 300px;
  min-width: 100px;
  margin-top: 8rem;
}
#footer-links ul{
  list-style-type: none;
}
.social-links a img{
  width: 20px;
  color: rebeccapurple;
}
footer{
  margin-top: 3rem;
}
.conclusion h5{
  /* background: #1d1d1d; */
  font-size: 14px;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #999;
  margin-top: 2rem;
  margin-bottom: -1rem;
}
@media only screen and (max-width:991px){
  #hero-section{
    flex-direction: column;
  }
  .about-me{
    margin: 2rem auto;
  }
  #git{
    width: 200px;
  }
  #skills{
    flex-direction: column;
  }
  #todo-app,#app-galla,#quiz-app{
    flex-direction: column;
  }
  .todo-img img{
    margin: auto;
  }
  #my-works h2::after{
    content: '';
    width: 80%;
    margin: auto;
    display: block;
    height: 5px;
    background:yellow;
  }
  #skills-wrapper h2::after{
    content: '';
    width: 70%;
    display: block;
    margin-left: 1rem;
    height: 5px;
    background:yellow;
  
}
.row > div{
  margin-top: 3rem;
}

}