.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  height: 650px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexSwiper .swiper-slide {
  position: relative;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexSwiper .swiper-slide .header-text{
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 72px;
    text-shadow: 3px 1px black;
    margin-bottom: 0px;
}

.indexSwiper .swiper-slide img {
  display: block;
  border-radius: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-pagination-bullet {
padding: 5px;
border-radius: 50%;
width: 15px;
height: 15px;
text-align: center;
line-height: 30px;
font-size: 12px;
color:#000;
opacity: 1;
background: rgba(0, 0, 0, 0.695);
}
.swiper-pagination-bullet-active {
color:#fff;
background: #be3d16;
}

@media (max-width: 1100px) {
.indexSwiper .swiper-slide .header-text{
    font-size: 50px;
}
}

@media (max-width: 800px) {
.swiper-slide {
  height: auto;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullets {
  display: none;
}
.indexSwiper .swiper-slide .header-text{
    font-size: 30px;
}
}

@media (max-width: 500px) {
.indexSwiper .swiper-slide .header-text{
    font-size: 20px;
}
}