@import url(https://fonts.googleapis.com/css?family=Lato);


.timeline-tentang ul {
  padding: 50px 0;
}

.timeline-tentang ul li {
  background: #d8031c;
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
}

/* .timeline-tentang ul li:last-child {
  padding-bottom: 7px;
} */

.timeline-tentang ul li:before {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #d8031c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.timeline-tentang ul li .hidden {
  opacity: 0;
}

.timeline-tentang ul li .content {
  background: #67CC8E;
  position: relative;
  top: 7px;
  width: 450px;
  padding: 20px;
  transition: all 0.4s ease-in-out;
  z-index: 14;
  box-shadow: 7px 6px 15px 0px rgba(0, 0, 0, 0.25);
}

.timeline-tentang ul li .content * {
  color: #000000;
}

/* ***************** non vosible elements ***************** */
.timeline-tentang ul li .content.non-focus::before {
  display: none;
}

.timeline-tentang ul li .content.non-focus {
  transform: rotate(20deg);
  opacity: 0.4;
  filter: blur(5px);
  z-index: 11;
}

/* ***************** non vosible elements ***************** */

.timeline-tentang ul li .content {
  color: #d2d2d2;
  background: #e6e6e6;
}

.timeline-tentang ul li .content p {
  text-align: left;
}

.timeline-tentang ul li .content:before {
  content: "";
  background: inherit;
  position: absolute;
  top: 0px;
  width: 38px;
  height: 5px;
}

.timeline-tentang ul li:nth-child(odd) .content {
  left: 50px;
  background: #ffffff;
  border-radius: 0px 4px 4px 4px;
}

.timeline-tentang ul li:nth-child(odd) .content:before {
  left: -38px;
}

.timeline-tentang ul li:nth-child(even) .content {
  left: calc(-450px - 45px);
  background: #ffffff;
  border-radius: 4px 0px 4px 4px;
}

.timeline-tentang ul li:nth-child(even) .content:before {
  right: -38px;
}

/* **** custom css*/
.timeline-tentang-content-info {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  padding: 2%;
  background-color: #6497bf;
}

.content-skills {
  margin: 15px 0px 0px 0px;
}

.content-skills span {
  background: #d8031c;
  border-radius: 4px;
  padding: 2px;
}

/*****************/
/* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
@media screen and (max-width: 1020px) {
  .timeline-tentang ul li .content {
    width: 41vw;
  }

  .timeline-tentang ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }
}

@media screen and (max-width: 700px) {
  .timeline-tentang ul li {
    margin-left: 20px;
  }

  .timeline-tentang ul li .content {
    width: calc(100vw - 100px);
  }

  .timeline-tentang ul li:nth-child(even) .content {
    left: 45px;
    background: #ffffff;
    border-radius: 0px 4px 4px 4px;
  }

  .timeline-tentang ul li:nth-child(even) .content:before {
    left: -33px;
  }
}