* {
    font-family: "Poppins", sans-serif;

}

/* ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: #19204C; 
  }  
  ::-webkit-scrollbar-thumb:hover {
    background:#3a468f; 
  } */

#my-keen-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.keen-slider {
    display: flex;
}

.keen-slider__slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 61vh;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    color: #333;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}
.bi-chevron-compact-right,
.bi-chevron-compact-left{
    color: white;
    opacity: 0.5;
    font-size: 2.5rem;
}

.bi-chevron-compact-left:hover,
.bi-chevron-compact-right:hover {
    opacity: 1;

}