.splide__pagination__page.is-active {
    background: #e25f22dc;
    border: solid #ccc 1px;
  }

  #myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 10px; /* Place the button 10px from the right */
z-index: 99; /* Make sure it does not overlap */
transition-duration: 0.5s;
border: none; /* Remove borders */
outline: none; /* Remove outline */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 10px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
background-color: rgba(17, 24, 39);
color: #e25f22dc;
}

#myBtn:hover {
background-color: rgba(17, 24, 39); /* Add a dark-grey background on hover */
color : white;
cursor: pointer;
}
.lf-background {
  background-position: 50%;
  height: 100%;
  width: 100%;
  background-size: cover;/* 
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); */
}