.heros-section .swiper-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000066;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swipper-inner {
    position: absolute;
    z-index: 999;
    top: 0;
    max-width: 1240px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 2.4rem 1.5rem;
}
.heros-section h1 {
    margin-bottom: 25px !important;
}
.heros-section p {
    margin-bottom:40px !important;
}
.heros-section .swiper-button-next,
.heros-section .swiper-button-next,
.heros-section .swiper-button-prev {
    width: 40px;
    height: 100px;
    border-radius: 0 !important;
    color: #fff;
    background: #ffffff30;
    transition: all .3s ease-in-out;
}
.heros-section .swiper-button-next:hover,
.heros-section .swiper-button-next:hover,
.heros-section .swiper-button-prev:hover{
    background: #ffffff50;
}
.heros-section .swiper-button-next:after, .heros-section .swiper-button-prev:after{
    font-size: 26px;
    line-height: 1;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}


.heros-section .swiper-slide img {
    height: calc(100vh - 140px);
    object-fit: cover;
    width: 100%;
}

@media (max-width:1340px) {
.heros-section .swiper-button-next, .heros-section .swiper-button-prev {
    width: 40px;
    height: 40px;
}
.heros-section .swiper-button-next:after, .heros-section .swiper-button-prev:after {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
}
@media (min-width:1025px) {
  .heros-section .swiper-pagination {
    display:none;
} 
}
@media (max-width:1024px) {
.heros-section .swiper-slide img {
    height: 550px;

}
.swiper-button-next, .swiper-button-prev {
display:none;    
}
}
@media (max-width:767px) { 
 .heros-section {
    text-align: center;
} 

.swiper-backface-hidden .swiper-slide {
    height: 300px;
}
.heros-section .swiper-pagination-bullet-active {
    background: #9381ff;
}

.heros-section .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    color: #fff;
}
}

