/* SLIDER */

.slider_hp{
	position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 94px);
	min-height: 500px;
}

/*.slider_hp::after {
	content: '';
   	background-image: url(/wp-content/uploads/2023/03/down-arrow-1.svg);
	display: block;
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	margin-bottom: 20px;
}*/

.slider_hp_static_content{
	position: absolute;
    width: 100%;
    z-index: 2;
	padding: 0 0 0 20px;
	height: auto;
}

.slider_hp_imgs {
	margin-bottom: 0px;
	width: 100%;
	line-height: 0px;
	height: 100%;
}

.slider_hp_imgs::after{
	content: "";
	display: block;
	background: linear-gradient(to right, #663399, #006699, #00CC66);
	top: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	opacity: .4;
}

.slider_hp .slick-dotted.slick-slider {
	margin-bottom: 0px;
}


.slider_hp_imgs img.slick-slide {
	object-fit: cover;
}

.slider_hp_imgs .slick-list, .slider_hp_imgs .slick-track, .slider_hp_imgs img.slick-slide  {
	height: 100%;
}

.slider_hp_imgs .slick-dots {
	bottom: 50px;
	z-index: 3;
	display: flex;
    justify-content: flex-start;
    max-width: 1250px;
    left: 50%;
	transform: translate(-50%);
	padding-left: 20px;

}

.slider_hp_imgs .slick-dots li, .slider_hp_imgs .slick-dots li button, .slider_hp_imgs .slick-dots li button::before {
	height: 6px;
	width: 40px;
}

.slider_hp_imgs .slick-dots li button::before {
	content: '';
	background-color: white;
	border-radius: 10px;
	opacity: 1;
}

.slider_hp_imgs .slick-dots li.slick-active button::before {
	background-color: #006699;
}

/* ENCART */

.slider_hp_encart {
    position: absolute;
    right: -300px;
	z-index: 1;
	mix-blend-mode: screen;
	opacity: 0.6;
	top: 0;
    height: 270%;
	transform: rotate(20deg);
}

/* TITLE */

.slider_hp_details{
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: white;
}

.slider_thin_title{
	font-family: 'Raleway';
	font-size: 30px;
}

.slider_thin_title_plus{
	/*font-size: 2.5rem;*/
	/*text-shadow: none;*/
	font-weight: 200;
	/*font-family: 'Raleway';*/
}

.slider_title {
	text-shadow: 0px 0px 16px rgb(0 9 0 / 53%);
	color: white;
	line-height: 1.1;
	margin-bottom: 50px;
	font-size: 3.8em;
}

.slider_btn{
	border-top-color: white;
    border-right-color: white;
    border-bottom-color: white;
    border-left-color: white;
    color: white;
	cursor: pointer;
}

.slider_btn:after{
	background-color: white;
}

.slider_btn:hover{
	color: #006699;
}

/* Media Queries */
@media screen and  (max-width: 1250px) {
	.slider_hp_encart {
		right: -150px;
    	top: -65px;
    	height: 240%;
	}
}

@media screen and  (max-width: 991px) {
	.slider_hp {
		height: calc(100vh - 180px);
	}
	
	.slider_hp_encart {
		right: -125px;
    	top: -65px;
    	height: 270%;
	}
	
	/*.slider_hp_imgs .slick-dots {
		bottom: 15px;
	}*/
	
	.big_bold_title.slider_title {
		font-size: 3em;
  	}
	
	.slider_thin_title{
		font-size: 1.8em;
	}
	
	.slider_thin_title_plus {
		font-size: 2rem;
	}
}

@media screen and  (max-width: 768px) {
	
	.slider_hp {
		height: calc(100vh - 325px);
	}
	
	.slider_hp_encart {
		right: -100px;
    	top: -25px;
    	height: 220%;
	}
	
	.slider_hp_imgs .slick-dots {
		bottom: 15px;
	}
	
	/*.slider_hp_imgs .slick-dots li button::before {
		height: 3px;
		width: 25px;
	}*/
	
	.big_bold_title.slider_title  {
		font-size:2.8em;
  	} 
	
	.slider_thin_title {
		font-size: 1.6em;
	}
	
	.slider_thin_title_plus {
		font-size: 1.8rem;
	}
}

@media screen and  (max-width: 480px) {
	
	.slider_hp_encart {
		display: none;
	}
	
	.big_bold_title.slider_title {
		font-size: 2.4em;
		margin-bottom: 30px;
  	}
	
	.slider_thin_title{
		font-size: 1.4em;
	}
	
	.slider_thin_title_plus {
		font-size: 1.6rem;
	}
}

