body{
	background: #101010 !important;
}
.page-id-8 .header-fix{
	position: absolute !important;
    width: 100%;
    z-index: 9;
}
.slideshow .elementor-slide-heading{
	transform: translate(6rem, 11px);
	background: rgba(22, 20, 18, 1);
    padding: .5rem .8rem;
	margin: 0 !important;
}
.slideshow .swiper-slide-contents{
	    position: absolute;
    left: 2rem;
    bottom: 1.8rem;
}
.slideshow .swiper-slide-inner{
	padding: 0 !important;
	position: relative;
}
.slideshow .swiper-slide-inner:before{
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
	background: rgba(255, 255, 255, 0.42);
	bottom: 2rem;
	top: auto;
	margin: auto;
}
.slideshow .elementor-slide-button{
	padding: 0;
}
.slideshow .elementor-swiper-button svg{
    display: none;
}
.slideshow .elementor-swiper-button{
	 width: 30px;
    height: 13px;
	z-index: 9 !important;
}
.slideshow .elementor-swiper-button-next{
	position: absolute !important;
    bottom: 1.5rem !important;
    top: auto !important;
	z-index: 9;
}
.slideshow .elementor-swiper-button-prev{
	position: absolute !important;
    top: auto !important;
    bottom: 1.5rem !important;
    left: auto !important;
    right: 4rem !important;
}
.slideshow .elementor-swiper-button-next:before{
    content: "";
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg width="30" height="13" viewBox="0 0 30 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.0717 0.328564C17.5628 0.795055 17.5284 1.58576 17.9949 2.09466L25.2414 10H1.41633C0.725979 10 0.166336 10.5596 0.166336 11.25C0.166336 11.9404 0.725979 12.5 1.41633 12.5H28.083C28.5787 12.5 29.0276 12.2071 29.2272 11.7533C29.4268 11.2996 29.3394 10.7708 29.0044 10.4053L19.8378 0.405351C19.3713 -0.103547 18.5806 -0.137926 18.0717 0.328564Z" fill="%23E7E7E7"/></svg>') no-repeat;
    width: 30px;
    height: 13px;
	background-position: center;
}
.slideshow .elementor-swiper-button-prev:before{
    content: "";
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg width="30" height="13" viewBox="0 0 30 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2613 0.328564C11.7702 0.795055 11.8046 1.58576 11.3381 2.09466L4.09157 10H27.9167C28.607 10 29.1667 10.5596 29.1667 11.25C29.1667 11.9404 28.607 12.5 27.9167 12.5H1.25002C0.754316 12.5 0.305444 12.2071 0.10584 11.7533C-0.0937635 11.2996 -0.00637998 10.7708 0.328582 10.4053L9.49524 0.405351C9.96173 -0.103547 10.7524 -0.137926 11.2613 0.328564Z" fill="%23E7E7E7"/></svg>') no-repeat;
    width: 30px;
    height: 13px;
	background-position: center;
}

.header{
	position: absolute !important;
	width: 100%;
	z-index: 9;
}

@media (max-width: 768px){
	.slideshow .elementor-slide-heading{
		    padding: .3rem .4rem;
		transform: translate(5rem, 8px);
	}
	.slideshow .swiper-slide-inner:before{
		width: 40%;
		bottom: 1rem;
	}
	.slideshow .elementor-swiper-button-prev, .slideshow .elementor-swiper-button-next{
		bottom: .5rem !important;
	}
	.slideshow .swiper-slide-contents{
		left: 0rem;
    	bottom: 0rem;
	}
	.elementor-image-gallery{
		overflow: hidden;
	}
	.gallery-item{
		padding: 0 !important;
	}
	#gallery-1{
		margin: auto !important;
		display: grid;
    	grid-template-columns: repeat(2, minmax(0, 1fr));
    	column-gap: 3rem;
	}
}