
.main-slider-swiper-slide:nth-of-type(1) .text {
top: 40%;
left: 6%;
color: rgba(255, 255, 255, 1);
text-align: left;
}

.main-slider-swiper-slide:nth-of-type(1) .title {
font-weight: 600;
}

.main-slider-swiper-slide:nth-of-type(1) .subtitle {
font-weight: 200;
}

.main-slider-swiper-slide:nth-of-type(1) .text::before {
content: ' ';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index:1;
/*background-color: rgba(61, 61, 61, 0.63);*/
}

 .main-slider-swiper-slide:nth-of-type(1) .text > .pad-home-slider{
background-color: rgba(61, 61, 61, 0.63);
}

.main-slider-swiper-slide:nth-of-type(1) .text .title {
font-size: 6vmin;
z-index:3;
}

.main-slider-swiper-slide:nth-of-type(1) .text .subtitle {
font-size: 3vmin;
z-index:3;
}

.main-slider-swiper-slide:nth-of-type(1)::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
z-index: 0;
}
#mainSwiperSlider{max-width: unset;}