.embla {
    overflow: hidden;
  }
  .embla__container {
    display: flex;
  }
  .embla__slide {
    flex: 0 0 100%;
    min-width: 0;
    height: 100vh;

  }
  .sticky-wrapper {
    /* position: absolute; */
    top: 30px !important;
    /* right: 0;
    left: 0; */
  }
  @media screen and (max-width: 600px) {
    .sticky-wrapper {
    top: 26px !important;
    }
  }

  .text-slider{
    position: absolute;
    bottom:10%;
    left:5%;
    z-index: 1;
    text-align: left;
    color: #fff;
    font-weight: bold;  
  }
  .text-accent{
    color:#24aae0 !important;
  }
  .btn-accent{
    background-color:#24aae0 !important;
    color:white !important; 
  }
  .btn-accent:hover{
    background-color:#1d779b !important;
    transition: all 0.3s ease-in-out;
  }
  .bg-accent{
    background-color:#24aae0 !important;
  }