.hero-1 {
    z-index: 10;
    color: #fff;
    background-color: #142638;
    border-radius: 1.5625rem;
    align-items: flex-end;
    width: 96%;
    min-height: 65vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10rem;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
  .hero-1-content {
    grid-row-gap: 2em;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 60em;
    display: flex;
  }
  .hero-1-image-color {
    z-index: 11;
    mix-blend-mode: multiply;
    background-color: rgba(40, 73, 105, .3);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #0f1d2b);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .slider {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.slider-absolute-block {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}
._3d-block {
    z-index: 8;
    perspective: 62.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }
  ._3d-trigger {
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 110%;
    height: 115%;
    display: flex;
    position: absolute;
}
.slider-image-1 {
    z-index: 4;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  .slider-image-2 {
    z-index: 5;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  .slider-image-3 {
    z-index: 6;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  .slider-bg-for-interaction {
    z-index: 15;
    background-color: #142638;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  .slide-timeline {
    z-index: 20;
    background-color: rgba(255, 255, 255, .3);
    width: 5vw;
    height: 2px;
    position: absolute;
    top: 5em;
    bottom: auto;
    left: auto;
    right: 6em;
    overflow: hidden;
}
.slider-timeline-bg {
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  .hero-1-image-color {
    z-index: 11;
    mix-blend-mode: multiply;
    background-color: rgba(40, 73, 105, .3);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #0f1d2b);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  .arabic-lang-landingpage .slide-timeline {
    left: 6em;
    right: auto;
}