.swiper-top-main {
  overflow: hidden!important;
  position: relative;
  background-color: #000;
}
.swiper-top-main .background{
  /*height: 100%;*/
  height: 720px;
  width: 100%;
  position: relative;
  background-position: 75% 0%;
}
.swiper-top-main .banner-content{
  position: absolute;
  top: 20%;
  color: white;
  left: 21%;
}
.swiper-top-main .lozung{
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  border-bottom: 2px solid red;
  padding-bottom: 3px;
  text-shadow: 0px 0px 4px #000000a8;
}
.swiper-top-main .preview-text{
  margin-top: 20px;
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 35px;
  text-shadow: 0px 0px 10px #000000a8;
}
.swiper-top-main .btn-see-more{
  border: 1px solid white;
  padding: 15px 50px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: .2s ease-in-out;
  background-color: #00000080;
}
.swiper-top-main .btn-see-more:before{
  content: "";
  background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255,255,255,.7), rgba(121, 117, 117, 0)) no-repeat -1.5em 0%;
  height: 100px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-40deg);
}
.swiper-top-main .btn-see-more:hover:before{
  left: 300px;
  transition: 0.5s ease-in-out;
}

.swiper-top-main .swiper-pagination-bullet{
  background: #000;
  opacity: 1;
  margin: 0px 10px!important;
  border: 2px solid #fff;
}
.swiper-top-main .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #ff7e00;
  opacity: 1;
  border: 2px solid #ff7e00;
}
.swiper-top-main .swiper-pagination{
  text-align: left;
}
.swiper-top-main .swiper-pagination-fraction,
.swiper-top-main .swiper-pagination-custom,
.swiper-top-main .swiper-pagination-bullets{
  bottom: 150px!important;
  left: 21%!important;
  width: 250px!important;
}
.swiper-top-main .swiper-pagination-bullet{
  width: 12px!important;
  height: 12px!important;
}