@import url('https://fonts.googleapis.com/css?family=Heebo:800');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.projectlist{
  padding-top: 10vh;
}
.projectlist a{
  text-decoration: none;
  color: #7b7b7b;
  top: 60px;

}
.projectlist a:hover{
  text-decoration: none;
  color: #000;
}
#sdlc{
  padding-top: 40px;
  position: relative;
}
.projectlist img{
  margin-left: 60px;
  display: flex;
  justify-content: right;
  align-items: right;
  width: 250px;
  height: 250px;
  border: solid 2px #000;
}
.projectlist p{
  padding: 0;
  text-justify: auto;
  margin-top: 30px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.projectlist p span{
  font-size: 22px !important;
}




#Projects{
    max-width: 100%;
    min-height: 100vh;
}
.parent {
  width: 681px;
  height: 384px;
  top: 25vh;
  bottom: 0;
  left: -10vh;
  right: 0;
  overflow: hidden;
  position: absolute;
  box-shadow: -40px -40px 0px 15px #222e50;
}
svg {
  position: absolute;
  z-index: 1;
  width: 681px;
  height: 384px;
}
button {
  position: absolute;
  z-index: 50;
  width: 40px;
  overflow: hidden;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #222e50;
  cursor: pointer;
  -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}
button:focus {
  outline-width: 0;
}
circle {
  stroke: #222e50;
  fill: none;
  transition: 0.3s;
}
#svg1 circle {
  transition-timing-function: linear;
}
#svg2 circle {
  transition-timing-function: linear;
}
#Capa_1 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-7px, -8px);
}
#Capa_2 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-9px, -8px);
}
.right {
  margin-left: 628px;
  margin-top: 168px;
  border: 1px solid #849494;
  background-color: transparent;
  transition: 0.5s;
}
.right:hover {
  background-color: #fff;
}
.left {
  margin-left: 0.5%;
  margin-top: 168px;
  border: 1px solid #849494;
  background-color: transparent;
  transition: 0.5s;
}
.left:hover {
  background-color: #fff;
}
.circle1 {
  transition-delay: 0.05s;
}
.circle2 {
  transition-delay: 0.1s;
}
.circle3 {
  transition-delay: 0.15s;
}
.circle4 {
  transition-delay: 0.2s;
}
.circle5 {
  transition-delay: 0.25s;
}
.circle6 {
  transition-delay: 0.3s;
}
.circle7 {
  transition-delay: 0.35s;
}
.circle8 {
  transition-delay: 0.4s;
}
.circle9 {
  transition-delay: 0.45s;
}
.circle10 {
  transition-delay: 0.05s;
}
.circle11 {
  transition-delay: 0.1s;
}
.circle12 {
  transition-delay: 0.15s;
}
.circle13 {
  transition-delay: 0.2s;
}
.circle14 {
  transition-delay: 0.25s;
}
.circle15 {
  transition-delay: 0.3s;
}
.circle16 {
  transition-delay: 0.35s;
}
.circle17 {
  transition-delay: 0.4s;
}
.circle18 {
  transition-delay: 0.45s;
}
.tran {
  transform: scale(1.3);
}
.up1 {
  z-index: 20;
}
.up2 {
  z-index: 40;
}
.steap {
  stroke-width: 0;
}
.streak {
  stroke-width: 82px;
}

.projectdes h2{
    text-align: left;
    margin-top: 15vh;
    margin-left: 20px;
    text-transform: uppercase;
    padding: 10px;
}
#projectinfo{
    margin-left: 10vh;
    text-align:justify ;
}

@media (max-width: 700px) {
  .parent {
    margin-left: 1%;
  }
  #top-header {
    position: absolute;
    padding: 8px 5px; 
  }
  .projectlist .row{
    margin-left: 20px;
  }
  .projectlist img{
    margin-left: 10px;
  }
}
