/* slide positioning */
.linea-slide {
    position: relative;
    overflow: hidden;
}

.linea-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}

.linea-slide:hover::before {
    transform: scale(1.1);
}

.swiper-slide {
    position: relative;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: background-size 0.3s ease-in-out;
}


.linea-slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    color: inherit;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    transition: none;
   
}




/* slide content positioning */
.linea-content {
    position: relative;
    z-index: 3;
    padding: 5%;
    border-radius: 5px;
    margin-top: 10px;
    transition: opacity 0.3s ease;
}

.linea-content h3,
.linea-content p {
    font-family: Jost, sans-serif;
}

.linea-content h3 {
    font-weight: 700;
    font-size: 27px;
    margin: 15px 0;
}

.linea-content p {
    font-weight: 400;
    font-size: 18px;
}

.linea-content h2 {font-size:30px;}

/* Elementor editor specific */
.elementor-editor-active .woow-slider.swiper-container {
    height: 400px;
}

/* navigation button styles */
.swiper-button-prev,
.swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
}


.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

/* SVG paths styling */
.swiper-button-prev svg path,
.swiper-button-next svg path {
    stroke: #000000;
    stroke-width: 3px;
}


.swiper-button-prev,
.swiper-button-next {
    pointer-events: auto;
}

/* title widget styles */
.woow-title-widget {
    margin-bottom: 20px;
}

.linea-occhiello {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.woow-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.woow-featured-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woow-featured-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.woow-title-widget h1
{
font-family: "Jost", Sans-serif;
	font-size: 54px;
	font-weight:700;
}

.linea-occhiello h2{
font-family: "Jost", Sans-serif;
	font-size: 20px;
	font-weight:700;
	color: #fff !important;
	margin: 0 !important;
	padding: 2px 10px !important;
}