.header__logo{
    width: 100px;
}
.men_head{
    justify-items: center;
}
.wid_img{
    width: 100px;
}
.banner-video {
  width: 100%;
  height: auto;
  padding-top: 100px; /* or use margin-top */
  object-fit: cover;
  display: block;
}
.heroSwiperss,
.heroSwiperss .swiper-slide {
  height: 100vh; /* full screen hero */
}

.heroSwiperss .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keep images uniform */
}
.pag{
    justify-items: center;
}
.heroSwiperss .swiper-pagination-bullet {
  background: #ccc;
  width: 10px;
  height: 10px;
}

.heroSwiperss .swiper-pagination-bullet-active {
  background: #ffcc00;
}

.heroSwiperss .swiper-button-prev,
.heroSwiperss .swiper-button-next {
  color: white;
  background: rgba(0,0,0,0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.heroSwiperss .swiper-button-prev::after,
.heroSwiperss .swiper-button-next::after {
  font-size: 22px;
}

