.section-our-stories {
  padding: 40px 0px;
  margin-bottom: 80px;
}

.section-our-stories .section-flex {

  gap: 58px;
}

.section-our-stories .section-title {
  margin-bottom: 16px;
}

.rj-slider {
  width: 100%;
  height: 50vmin;
  display: flex;

  transition: transform 0.8s;
}

.rj-slider-item {
  width: 100%;
}

.material-symbols-outlined {
  display: none;
}

.about-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  align-items: stretch;

  & .slider {
    width: 100%;
    /* height: 50vmin; */
    overflow: hidden;

    & .slider-track-news {
      display: flex;
      height: inherit;
      transition: transform 0.8s;

      & .rj-slider-item {
        min-width: calc(100% + 2px);
        object-fit: cover;
      }
    }
  }

  & .btn {
    user-select: none;
    cursor: pointer;
  }
}


.slider-items-content {
  position: relative;
  max-width: 100%;
}

.slider-items-content img {
  max-width: 100%;
  width: 100%;
}


.slider-content p span {
  font-weight: 500;
}

.slider-content {
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
  background-color: #262262b0;
  color: #fff;
  width: 100%;
}

.slider-content p:first-child {
  font: 300 16px/1.5 var(--font-helvetica-neue);
}

.slider-content p:nth-child(2) {
  font: 500 16px/1.5 var(--font-helvetica-neue);
}


.section-our-stories .section-small-heading {
  font: 700 18px/22px var(--font-helvetica-neue);
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #00677F;
  margin-block: 0 24px;
}

.rj-slider-item {
  display: flex;
  gap: 10px;
}

.slider-strip-1 {
  object-fit: cover;
}

.about-story-desc p {
  color: #222222;
  text-transform: none;
}

.about-section-title {
  font: 500 38px/46px var(--font-helvetica-neue);
  color: #222222;
  line-height: 1.5;
  padding-bottom: 20px;
}



.slider-strip-1 {
  object-fit: cover;
  background-color: #262262;
  width: 24px;
  
}

.slider-strip-2 {
  object-fit: cover;
  background-color: #262262;
  width: 20px;
  opacity: 0.8;
}

.slider-strip-3 {
  object-fit: cover;
  background-color: #262262;
  opacity: 0.5;
  width: 12px;   
}

.slider-strip-1,
.slider-strip-2,
.slider-strip-3 {
transition: transform 0.4s ease, opacity 0.4s ease;
 
}

/* Keyframe for sliding in from the right */
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Keyframe for sliding out to the right */
@keyframes slideOutToRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Trigger classes */
.strip-in {
  animation: slideInFromRight 0.4s forwards;
}

.strip-out {
  animation: slideOutToRight 0.4s forwards;
}

@media (max-width: 1050px) {



  /* our stories */
  .about-our-mission .section-flex {
    flex-direction: column-reverse;
  }

  .mission-about-right {
    max-width: 100%;
  }

  .mission-about-left {
    max-width: 100%;
  }
}

@media screen and (max-width:1050px) {
  .slider-strip-1 {
    display: none;
  }

  .section-our-stories .section-small-heading {
    font: 700 14px var(--font-helvetica-neue);
  }

  .section-our-stories .section-flex {
    gap: 40px;
    flex-direction: column;
  }

  .about-story-desc p {
    font: 700 16px/24px var(--font-helvetica-neue);
  }

  .section-our-stories {
    position: relative;

  }

  .section-our-stories .read-more-btn-wrapper img {
    display: none;
  }

  .section-our-stories .read-more-btn-wrapper a {
    color: #E71316;
  }

  .section-our-stories .dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }

  .slider-strip-1 {
    display: none;
  }

  .slider-strip-2 {
    display: none;
  }

  .slider-strip-3 {
    display: none;
  }

  .rj-slider-item {
    max-width: 100%;
    height: 100%;
  }

  .slider-items-content {
    width: 100%;
  }
}