
#mySwiper {
    margin-top: 125px;
    width: 100%;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1080px) {

    #mySwiper {
        margin-top: 0px;
    }
}

#mySwiper .swiper {
    width: 100%;

}

#mySwiper .swiper-slide {
    /* text-align: center;
   font-size: 18px;
 display: flex;
   justify-content: center;
   align-items: center;*/
}

#mySwiper picture {
    position: relative;
    display: block;
    width: 100% !important;

}



.slide-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0px !important;
}




#mySwiper .swiper-slide picture,
#mySwiper .swiper-slide img {
    display: block;
    width: 100% !important;
    /*object-fit: cover;*/
}

#mySwiper .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#mySwiper .swiper-slide {
    text-align: center;
    /*font-size: 18px;
    display: flex;*/
    justify-content: center;
    align-items: center;
    width: 100% !important;
    /*background: #9c27b0;*/
}


#mySwiper .slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    /*background-color: var(--dbluergba3);*/

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;


    width: 100%;
    height: 100%;

    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;

    justify-content: center;
    align-items: center;
    text-align: center;
}
#mySwiper .slide-content::before {
    position: absolute;
    content: "";
    width: calc(100% + 2000px);
    height: 100%;
    background: var(--blackrgba5);
}


.slide-content .slide-text {
    position:reletive;
    padding: 60px 0px;
    width: 100%;
    z-index:1;
}

.slide-content .slide-text h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--white);
    margin: 0px 0px 20px 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199px) {
    .slide-content .slide-text h1 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .slide-content .slide-text h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .slide-content .slide-text h1 {
        font-size: 32px;
    }
}


.slide-content .slide-text p {
    font-size: 24px;
    line-height: 1.1 !important;
    letter-spacing: normal;
    color: var(--white);
    margin: 0px 0px 30px 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


@media (max-width: 767px) {
    .slide-content .slide-text p {
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 30px;
    }
}


#mySwiper .swiper-button-prev,
#mySwiper .swiper-button-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    background-color: transparent;
    color: var(--white);
    width: 50px;
    height: 50px;
    border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: -25px;
    /*right: 30px;*/
    left: auto;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#mySwiper:hover .swiper-button-prev,
#mySwiper:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    #mySwiper .swiper-button-prev,
    #mySwiper .swiper-button-next {
        display: none;
    }
}

#mySwiper .swiper-button-prev {
    left: 10px;
    transform: translateX(50px);
}

#mySwiper .swiper-button-next {
    right: 10px;
    transform: translateX(-50px);
}
