html{
  background: #222222;
}
.hbg{
  background: rgba(34, 34, 34, 0.92);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(7.5px);
-webkit-backdrop-filter: blur(7.5px);
}
.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;
}

.scroll-area {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-area::-webkit-scrollbar {
  display: none;
}