.gallerySwiper .swiper-pagination-bullet {
    background: #f0d9a8;
    opacity: 0.5;
}
.gallerySwiper .swiper-pagination-bullet-active {
    background: #965810;
    opacity: 1;
}
.swiper-wrapper{
  height: 400px !important ;
}

.show_category_name_txt {
  scroll-margin-top: 130px;
}
.gallerySwiper .swiper-pagination-bullet {
    background: #f0d9a8;
    opacity: 0.5;
}
.gallerySwiper .swiper-pagination-bullet-active {
    background: #965810;
    opacity: 1;
}
.swiper-wrapper{
    height: 400px !important ;

}
.welcome-message {
    position: fixed;
    top: 60px;
    padding: 25px 10px;
    background: #724f28;
    color: white;
    border-radius: 10px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-50px);
    transition: 1s ease;
}

.welcome-message.show {
    opacity: 1;
    transform: translateY(0);
}

