
.replik-slider{
    width: 100%;
    height: 60vh;
    /* background-color: black; */
    position: relative;
}
@media (min-width: 1024px) {
    .replik-slider{
      height: 60vh;
    }
}
.replik-carousel{
  height: inherit;
}
.carousel-cell-replik{
    width: 100%;
    height: inherit;
    display: flex;
    flex-direction: column;
    gap: 3vh;
    justify-content: center;
}
.carousel-cell-replik p{
    margin: 0;
    text-align: center;
    color: rgb(217, 216, 216);
    align-items: center;
    font-size: larger;
}
.replik-content {
  font-style: italic;
  font-family: serif;
}
.replik-content h1{
  font-style: italic;
  font-family: serif;
}
@media (max-width: 678px) {
  .carousel-cell-replik p{
    font-size: smaller;
  }
}
.carousel-cell-replik h1{
    margin: 0;
    text-align: center;
    font-size: smaller;
    color: rgb(182, 182, 182);
}
.flickity-button {
    background: transparent;
  }
  /* big previous & next buttons */
  .flickity-prev-next-button {
    width: 50px;
    height: 50px;
  }
  /* icon color */
  .flickity-button-icon {
    fill: white;
  }

  .replik-content{
    display: flex;
    flex-direction: column;
    gap: 3vh;
    /* padding-left: 10vw;
    padding-right: 10vw;     */
    z-index: 1000;
  }
  .read-now-button{
    width: 80px;
    align-self: center;
    background: none;
    color: white;
    border: none;
    border: 1px solid white;
  }

  
  /* .replik-slider {
    position: relative;
    overflow: hidden;
}

.background-image-replik {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.7);
}
    

.replik-carousel {
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
} */
:root {
  color-scheme: light only;
}
.flickity-page-dots{
    bottom: 10px;
}
.flickity-page-dots .dot{
  background: #a4a2a2;
}
.flickity-prev-next-button.next{
  right: 0px;
}
.flickity-prev-next-button.previous{
  left: 0px;
}