.skills {
  width: 80%;
  max-width: 960px;
  height: 680px;
  margin: auto;
  position: relative; }

.lines {
  height: 100%;
  position: relative; }

.line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(238, 238, 238, 0.6); }
  .line.l--0 {
    left: 0; }
  .line.l--25 {
    left: 25%; }
  .line.l--50 {
    left: 50%; }
  .line.l--75 {
    left: 75%; }
  .line.l--100 {
    left: calc(100% - 1px); }

.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px; }
  .line__label.title {
    text-transform: uppercase;
    font-weight: bold; }

.charts {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.chart {
  margin: 30px 0 0; }
  .chart:first-child {
    margin: 0; }

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards; }
  .chart--prod .chart__title {
    animation-delay: 0.9s; }
  .chart--design .chart__title {
    animation-delay: 1.2s; }

.chart--horiz {
  overflow: hidden; }

.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  background: linear-gradient(to left, #4cb8c4, #3cd3ad);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards; }
  .chart--dev .chart__bar:nth-of-type(7) {
    animation-delay: 1.2s; }
  .chart--dev .chart__bar:nth-of-type(6) {
    animation-delay: 1.1s; }
  .chart--dev .chart__bar:nth-of-type(5) {
    animation-delay: 1s; }
  .chart--dev .chart__bar:nth-of-type(4) {
    animation-delay: 0.9s; }
  .chart--dev .chart__bar:nth-of-type(3) {
    animation-delay: 0.8s; }
  .chart--dev .chart__bar:nth-of-type(2) {
    animation-delay: 0.7s; }
  .chart--dev .chart__bar:nth-of-type(1) {
    animation-delay: 0.6s; }
  .chart--prod .chart__bar:nth-of-type(2) {
    animation-delay: 1.2s; }
  .chart--prod .chart__bar:nth-of-type(1) {
    animation-delay: 1.1s; }
  .chart--design .chart__bar:nth-of-type(3) {
    animation-delay: 1.5s; }
  .chart--design .chart__bar:nth-of-type(2) {
    animation-delay: 1.4s; }
  .chart--design .chart__bar:nth-of-type(1) {
    animation-delay: 1.3s; }

.chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: white; }

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/* for experience timeline */

/*# sourceMappingURL=skills.css.map */
