.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}
.timeline__content-title {
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.timeline__content-desc {
  margin: 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-family: Cardo;
  font-weight: normal;
  line-height: 25px;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.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: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  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-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  /* margin: -50px 0 20px 0; */
  margin: 0px 0 5px 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);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(16 24 32 / 86%);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-description {
  display: flex;
  max-width: 500px;
  margin: auto;
}
.timelineLi {
  color: #fff;
  margin: 5px 0px;
}
.timeline-header__title {
  color: #fff;
  font-family: Cardo;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.rotate-90-vertical-bck {
  -webkit-animation: rotate-90-vertical-bck 0.95s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
  animation: rotate-90-vertical-bck 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite both;
}

.gap {
  margin: 10em 0em;
}
.flexContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flexDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexDiv-row {
  flex-direction: row;
}
.flexDiv-column {
  flex-direction: column;
}

.imageSmaller {
  width: 3em;
  height: 3em;
}
.tabHeader {
  font-size: 16px;
  text-align: center;
}
.joinsectionflexInner {
  width: 90%;
  height: 50%;
}
.joinsectionflex {
  min-height: 65vh;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.iphone-mockup-wrapper._3d-perspective {
  -webkit-transform: perspective(1000px) rotateX(18deg) rotateY(10deg)
    rotateZ(3deg);
  transform: perspective(1000px) rotateX(18deg) rotateY(10deg) rotateZ(3deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-big {
  font-size: 45px;
  font-weight: 800;
}
.socialImg {
  width: 100px;
  height: 100px;
  padding: 0.5em;
}
.footerSocialImg {
  width: 25px;
}
@media screen and (max-width: 991px) {
  .joinsectionflex {
    margin-top: -5rem;
  }
  .joinsectionflexInner {
    left: 1rem;
    margin-bottom: 5rem;
  }
  .socialImg {
    width: 90px;
    height: 90px;
    padding: 0.5em;
  }
}
