

.arrows   button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

body {
  font: normal 16px/1.5 "Helvetica Neue", sans-serif;

}
time{
    display:inline-block;
}

/* TIMELINE
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
  direction:ltr;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 100px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 120px;
  height: 16px;
  background: var(--bg-color);
}

.timeline ol li:last-child {
  width: 280px;
}


.timeline ol li:not(:last-child)::after {
  content: '';
  /* position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #F45B69; */
}

.timeline ol li div {
  position: absolute;
  /*left: calc(100% + 7px);*/
  width: 160px;
  padding: 10px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -24px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 25px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  /* margin-bottom: 8px; */
}


/* TIMELINE ARROWS
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
    width: 42px;
    height: 42px;
    filter: invert(13%) sepia(44%) saturate(7379%) hue-rotate(317deg) brightness(98%) contrast(85%);
}
.timeline-content{
   width: 86%;
    display: block;
    margin: auto;
    overflow: hidden;
}
.timeline-content ol{
    position: relative;
}
.timeline-content::after{
    content: '';
    position: absolute;
    right: 50px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 28px solid var(--bg-color);
    border-bottom: 20px solid transparent;
    background: #fff;
    top: 35.2%;
}
.timeline{
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.arrow.arrow__prev{
    left: 0;
    position: absolute;
    top: 34%;
}
.arrow.arrow__next{
    right: 0;
    position: absolute;
    top: 34%;
}
.timeline ol li::before{
  position: absolute;
  content: '';
  width: 3px;
  height: 50px;
  background-color: var(--bg-color);
  bottom: 10px;
  left: 30px;
}
.timeline ol li.top::before{
bottom: auto;
top: 10px;
}



@media (max-width: 767px) {
    .ss-timeline{
        padding: 0;
    }
    .timeline-content {
        width: 82%;
    }
}
/* GENERAL MEDIA QUERIES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/*
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}
*/

.arrow.arrow__next svg, .arrow.arrow__prev svg {
    fill: var(--bg-color) !important;
}