    /* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

/*.timeline ol li {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  list-style-type: none;*/
/*  width: 195px;*/
/*  height: 3px;*/
/*  background: var(--accent-color);*/
/*}*/
.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 300px;
    height: 15px;
    background: url(../images/timeline/arrow1.webp) no-repeat center center;
    background-size: cover;
}

/*.timeline ol li:last-child {*/
/*  width: 280px;*/
/*}*/
.timeline ol li:last-child {
  width: 50px;
      /*display: none;*/
}

/*.timeline ol li:not(:first-child) {*/
/*  margin-left: 14px;*/
/*}*/

/*.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: var(--accent-color);*/
/*}*/
.timeline ol li:last-child,.timeline ol li:first-child{background:none;}
.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 285px;
    padding: 15px;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
    color: var(--text-color);
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(180px);
    --webkit-backdrop-filter: blur(180px);
    height: 180px !important;
    overflow-y: scroll;
}

/*.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)::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 49.5%;
    height: 18px;
    border: 1px dashed #39bdf1;
}
.timeline ol li:nth-child(even)::before {
    content: "";
    position: absolute;
    bottom: 80%;
    left: 49.5%;
    height: 18px;
    border: 1px dashed #39bdf1;
}
.timeline ol li:first-child::before,.timeline ol li:last-child::before{
    height:0px;border:none;
}
.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}
.timeline ol li:last-child div {
   opacity:0;
}
/*.timeline ol li:nth-child(odd) div::before {*/
/*  top: 100%;*/
/*  border-width: 14px 14px 0 0;*/
/*  border-color: #39bdf1 transparent transparent transparent;*/
/*}*/

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

/*.timeline ol li:nth-child(even) div::before {*/
/*  top: -13px;*/
/*  border-width: 14px 14px 0 0;*/
/*  border-color: #39bdf1 transparent transparent transparent;*/
/*  rotate:-90deg;*/
/*}*/
.timeline ol li:nth-child(even) div::before {
    top: -18px;
}
/*.timeline time {*/
/*  display: block;*/
/*  font-size: 1.2rem;*/
/*  font-weight: bold;*/
/*  margin-bottom: 8px;*/
/*  border-bottom: 1px solid var(--text-color);*/
/*  padding: 8px 0;*/
/*}*/
.timeline time {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--text-color);
    padding: 10px 0;
    width: fit-content;
    margin: 10px auto;
}
/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: absolute;
    right: 0;
    top: 15%;
    display:none;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
  
}
.timeline .arrows .arrow__prev,.timeline .arrows .arrow__next {
  border-radius: 14px;
    padding: 10px 15px;
    color: var(--accent-color);
    border-color: var(--accent-color);
    background: transparent;
}

.timeline .disabled {
  opacity: 0.5;
}

/*.timeline ol li:first-child {*/
/*    width: 50px;*/
/*}*/
.timeline ol li:first-child {
    width: 50px;
}
.our-partners-slider .partner-logo{
    padding: 18px;
    text-align: center;
    border: 1px solid var(--divider-color);
    background: var(--secondary-color);
    border-radius: 8px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.border-01{
    border-bottom-color:#2bcab8 !important;
}
.border-02{
 border-bottom-color:#41abf6 !important;
}
.border-03{
    border-bottom-color:#3f5975 !important;
}
section.timeline img {
    width: 40px;
}
section.timeline span::before {
    content: "";
    width: 5px;
    background: #fff;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    margin: 7px -10px;
}
/* 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 {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .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;
  }
}
