.left-btn.active{
  background: #000;
  color: #fff;
}

.photo-container{
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.noty{
  position: fixed;
  top:10px; left:10px;
  width: calc(100% - 20px);
  padding: 10px;
  color: white;
  font-size:15px;font-weight:500;
  text-align: center;
  z-index: 10000;
  box-sizing: border-box;
  border-radius: 10px;
}

.swiper-button-next,.swiper-button-prev{
  color: #FFF; /* Changes the arrow color to red */
  opacity: 0.5;
}