.swiper {
  z-index: 0;
  position: ;
   width: 100%;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
 }

 .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: black;

   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
 }

 .swiper-slide img{
   max-width: 70%;
   top: -18rem;
   position: relative;
 }

 .swiper-content{
   display: flex;
   flex-direction: column;
   text-align: left;
   margin-top: 30em;
   justify-content: center;
   align-items: center;
}

.swiper-content-txt{
  /* margin-top: inherit; */
}

 .swiper-content img{
   max-width: 80%;
 }

 .swiper-slide h1{
   font-size: 4rem;
   color: black;
   text-transform: uppercase;
 }

 .swiper-slide h2{
   font-size: 4rem;
   color: black;
   text-transform: uppercase;
 }

 .swiper-pagination-bullet{
   color: white;
 }

 .content1{
   height: 80vh;
   top: ;
   position:relative;
   /* margin-bottom: 30vh; */
   z-index: 0;
   cursor: grab;
 }

.swiper-button{
  height: auto;
  width: 612px;
  margin-top: 12em;
  font-size: 4em;
  border-radius: 60px;
  background-color: black;
}