 .swiper {
     width: 100%;
 }

 .swiper-wrapper {
     padding-bottom: 50px;
 }

 .swiper-slide {
     display: flex !important;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     font-size: 40px;
     color: white;
 }

 .image-caption {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     color: white;
     padding-right: 20px;
 }

 .image-caption a {
     font-size: 24px;
     font-weight: bold;
     color: white;
     font-family: 'Satoshi-Variable', sans-serif;
     font-weight: 900;
 }

 .image-caption p {
     font-size: 24px;
     color: #ccc;
     font-family: "Abel", sans-serif;
     font-weight: 100;

 }

 .swiper-slide img {
     width: 946.8px;
     height: 526px;
     object-fit: cover;
 }

 .swiper-scrollbar-container {

     position: relative;
 }


 .wrapper-swiper-scrollbar {
     width: 70%;
     margin: 30px 0;
     top: 0;
     right: 0;
     position: absolute;
     transform: translate(-20%, 0);
 }


 .swiper-scrollbar {
     display: flex;
     background-color: #ffffff;
     height: 0.5px !important;
     align-items: center;
     margin-bottom: 5px;
     width: 70% !important;
     bottom: 1px !important;
     left: 0 !important;
     transform: translate(20%, 0);
 }



 .swiper-scrollbar-drag {

     background-color: #D9D9D9 !important;
     height: 11px !important;
     border-radius: 18px !important;

 }








 .swiper-scrollbar-drag:active {
     cursor: grabbing;
 }


 @media (max-width: 1024px) {
     .swiper-slide {
         display: flex;
         flex-direction: column-reverse;
     }

     .swiper-slide img {
         width: 100%;
         height: auto;
     }

     .image-caption {
         padding-right: 0;
     }

     .wrapper-swiper-scrollbar {
         width: 100%;
     }
 }