.our-journey {
  background: linear-gradient(45deg, #B9E7B4, #CAF1FF);
  padding: 25px;
}

.img-container {
  position: relative;
  min-width: 500px;
  height: 500px;
  border-radius: 100%;
  border: 3px solid #00A990;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  width: 500px;
}

.image-wrapper {
  overflow: hidden;
  height: 500px;
  width: 412.2px;
  border-radius: 40px;
  margin: auto;
  border: 15px solid #FFF;
  -webkit-box-shadow: 5px 6px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 6px 15px rgba(0, 0, 0, 0.4);
}
.image-wrapper img {
  height: 500px;
  width: 412.2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-wrapper img {
  max-width: 100%;
}

.yello-dots {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  background: #FEED42;
  top: -11px;
  -webkit-box-shadow: 1px 2px 3px rgba(12, 12, 12, 0.18);
          box-shadow: 1px 2px 3px rgba(12, 12, 12, 0.18);
}

.progress-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.progress-container {
  position: relative;
}

.progress-barjourney {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  bottom: -5px;
  position: absolute;
  background-color: #fff;
}
.progress-barjourney .progress-child {
  background: #00A990;
  width: 0%;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.progress-barjourney .progress-child:after {
  content: "";
  position: absolute;
  right: -13px;
  width: 25px;
  height: 25px;
  background: url(../images/progressdots.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -10px;
  z-index: 3;
}
.progress-barjourney .progress-child:before {
  content: attr(data-content);
  width: 75px;
  height: 55px;
  background: url(../images/yearbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 25px;
  position: absolute;
  right: -36px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.dots {
  position: absolute;
  width: 100%;
  bottom: 9px;
}
.dots .dotsa {
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  background: #00A990;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: 3px solid #fff;
  z-index: 2;
  margin-top: 3px;
}

.content-section .year {
  color: #006E5E;
  font-weight: 700;
}
.content-section p {
  font-size: 20px;
  font-weight: 600;
}
.content-section p span {
  font-weight: 700;
  color: #00A990;
}

.content-wrapper {
  margin-top: 20px;
}

.year {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 40px;
}

.description {
  font-size: 24px;
  font-weight: 500;
  color: #1A1A1A;
}
.description span {
  color: #00A990;
  font-weight: 700;
}

.fade-effect {
  opacity: 0;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
}

.fade-effect.fade-in {
  opacity: 1;
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.3;
  }
}
@media only screen and (max-width: 768px) {
  .img-container {
    position: relative;
    min-width: 320px;
    height: 320px;
    border-radius: 100%;
    border: 3px solid #00A990;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
    width: 320px;
  }
  .image-wrapper {
    overflow: hidden;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    margin: auto;
    border: 20px solid #FFF;
  }
  .progress-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container-journey {
  background-color: #EFFBFF;
}

.image-slider {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 50px;
}

.slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.slide h2 {
  font-size: 70px;
  color: #00645B;
  line-height: 82.11px;
  font-weight: 600;
  margin-top: 10px;
}
.slide p {
  font-size: 15.8px;
  line-height: 18.53px;
  font-weight: 400;
}
.slide p span {
  font-weight: 600;
}

.year-slider {
  white-space: nowrap;
  background: rgba(0, 178, 162, 0.2) !important;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
  margin-bottom: 130.5px;
  position: relative;
}

.active-btnyears {
  background-color: #fff;
  font-weight: 600;
  font-size: 35px;
  line-height: 41.06px;
  height: 106.31px;
  width: 160px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 0;
  border-radius: 9px;
  left: 0;
  margin: auto;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .active-btnyears {
    width: 200px;
  }
}
.active-btnyears .triangle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  /** Top **/
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.active-btnyears .triangle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -11px;
  left: -1px;
  right: 0;
  margin: auto;
  z-index: -1;
}

.years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: visible;
  scroll-behavior: smooth;
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
  position: absolute;
  left: 92px;
}
@media only screen and (min-width: 768px) {
  .years {
    left: 567px;
  }
}
@media only screen and (min-width: 992px) {
  .years {
    left: 512px;
  }
}
@media only screen and (min-width: 1024px) {
  .years {
    left: 507px;
  }
}
@media only screen and (min-width: 1200px) {
  .years {
    left: 523px;
  }
}
@media only screen and (min-width: 1440px) {
  .years {
    left: 654px;
  }
}

.year-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* Prevent buttons from shrinking */
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 26.3px;
  line-height: 30.85px;
  font-weight: 400;
  width: 160px;
}
@media only screen and (min-width: 768px) {
  .year-btn {
    width: 200px;
  }
}

.year-btn.active {
  font-weight: 600;
  font-size: 35px;
  line-height: 41.06px;
  height: 106px;
  position: static;
  z-index: 2;
  padding-left: 2.5%;
}

.year-btn:hover {
  background: transparent;
}

.image-border {
  overflow: hidden;
  border-radius: 40px;
  border: 13px solid #fff;
  -webkit-box-shadow: 6px 5px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 6px 5px 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
}
.image-border img {
  max-height: 500px;
  border-radius: 40px;
}