.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width:80%;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size:3.5vw;
  margin: -1vw 0 0 0;
  transition: .4s;
  padding: 0 1vw;
  box-sizing: border-box;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size:1.2vw;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  line-height: 1.6em;
}
.readmore-desc {
  margin: 0;
  font-size: 1.2vw;
  box-sizing: border-box;
    color:#fff;
  font-weight: normal;
  line-height: 1.5em;
  border:1px solid#FFF;
  width:25%;
  float:left;
  margin-top:1.5vw;
  padding:.5vw;
  text-decoration:none;
  text-align:center;
}
.readmore-desc a {
color:#fff;
text-decoration:none;
text-align:center;
}
.readmore-desc:hover {
color:#FFF;
 background-color:#e62774;
  border:1px solid#e62774;
 text-decoration:none;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}
.timeline-item {
  padding: 2vw 0;
  opacity: .3;
  filter: blur(2px);
  transition: .5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing:.3vw;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2vw;
  line-height:1.5em;
  border-left: .3vw solid rgba(255, 255, 255, 0.5);
  top: 5vw;
  margin-top: -1vw;
  padding-left: 1.5vw;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-left: .3vw solid rgba(255, 255, 255, 0.5);
  padding-right: 1.5vw;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: .3s all .2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -3vw 0 1vw 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  width:100%;
  height: auto;
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 5vw 0;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom:20px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size:2.5vw;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}
.demo-footer a {
  color: #999;
  display: inline-block;
  font-family: Cardo;
}
@media (min-width: 769px) and (max-width: 1080px) {
.timeline-container {
    padding: 18vw 0;
}
.timeline {
  max-width:90%;
}
.timeline-item {
padding: 0;
}
.timeline-header__title {
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
}
.timeline__content-title {
  font-weight: normal;
  font-size:2em;
  margin: -1vw 0 0 0;
  transition: .4s;
  padding: 0 1vw;
  box-sizing: border-box;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size:1.1em;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  line-height: 1.6em;
}
.readmore-desc {
  margin: 0;
  font-size: 1.1em;
  box-sizing: border-box;
    color:#fff;
  font-weight: normal;
  line-height: 1.5em;
  border:1px solid#FFF;
  width:50%;
  float:left;
  margin-top:1.5vw;
  padding:.5vw;
  text-decoration:none;
  text-align:center;
}
}
@media (min-width: 600px) and (max-width: 768px) {
.timeline-container {
    padding: 15vw 0;
}
.timeline {
  max-width:90%;
}
.timeline-item {
padding:0;
padding-bottom:100px;
}
.timeline-header__title {
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
}
.timeline__content {
height:auto;
z-index:10000;
}
.timeline__content-title {
  font-weight: normal;
  font-size:2em;
  margin: -1vw 0 0 0;
  transition: .4s;
  padding: 0 1vw;
  box-sizing: border-box;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size:1.1em;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  line-height: 1.6em;
}
.readmore-desc {
  margin: 0;
  font-size: 1.1em;
  box-sizing: border-box;
    color:#fff;
  font-weight: normal;
  line-height: 1.5em;
  border:1px solid#FFF;
  width:50%;
  float:left;
  margin-top:1.5vw;
  padding:.5vw;
  text-decoration:none;
  text-align:center;
}
}
@media (min-width: 480px) and (max-width: 599px) {
.timeline-container {
    padding: 10vw 0;
}
.timeline {
  max-width:90%;
}
.timeline-item {
padding:0;
padding-bottom:100px;
}
.timeline-header__title {
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
}
.timeline__content-title {
  font-weight: normal;
  font-size:2em;
  margin: -1vw 0 0 0;
  transition: .4s;
  padding: 0 1vw;
  box-sizing: border-box;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size:1.1em;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  line-height: 1.6em;
}
.readmore-desc {
  margin: 0;
  font-size: 1.1em;
  box-sizing: border-box;
    color:#fff;
  font-weight: normal;
  line-height: 1.5em;
  border:1px solid#FFF;
  width:50%;
  float:left;
  margin-top:1.5vw;
  padding:.5vw;
  text-decoration:none;
  text-align:center;
}
}
@media (min-width: 320px) and (max-width: 479px) {
.timeline-container {
    padding: 10vw 0;
}
.timeline {
  max-width:90%;
}
.timeline-item {
padding:0;
padding-bottom:180px;
}
.timeline-header__title {
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
}
.timeline__content-title {
  font-weight: normal;
  font-size:2em;
  margin: -1vw 0 0 0;
  transition: .4s;
  padding: 0 1vw;
  box-sizing: border-box;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size:1.1em;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  line-height: 1.6em;
}
.readmore-desc {
  margin: 0;
  font-size: 1.1em;
  box-sizing: border-box;
    color:#fff;
  font-weight: normal;
  line-height: 1.5em;
  border:1px solid#FFF;
  width:50%;
  float:left;
  margin-top:1.5vw;
  padding:.5vw;
  text-decoration:none;
  text-align:center;
}
}