.hero{
	background-image: unset;
	color: unset;
	overflow: hidden;
}
.hero .pgLpSlider{

}
.hero .pgLpSlider img{
	width: 100%;
	height: 40svh;
	object-fit: cover;
	object-position: center;
}
@media (min-width: 800px){
	.hero .pgLpSlider img{
		height: calc(100svh - 60px);
	}
}
.slick-prev, .slick-next,
.slick-prev:before, .slick-next:before{
	font-size: 50px;
	z-index: 55;
	transition: opacity 200ms;
}
.slick-prev{
	left: 10px;
	opacity: 0;
}
.slick-next{
	right: 40px;
	opacity: 0;
}
.slick-prev:hover,
.slick-next:hover{
	opacity: 1;
}

.slider-overlay{
	background: var(--clr-1);
	color: var(--clr-t);
}
@media (min-width: 800px){
	.slider-overlay{
		position: absolute;
		inset: 0;
		z-index: 50;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent, transparent, transparent, rgba(0, 0, 0, 0.95));
		height: calc(100svh - 60px);
	}	
}

.lp-grid{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-block: 1.5rem 1rem;
	color: #ffffff;
}
@media (min-width: 800px){
	.lp-grid{
		height: calc(100svh - 60px);
	}
}
.hero p{
	text-align: left;
}
.lp-grid > div{
	text-align: left;
}
.lp-head{
	text-align: center;
}
@media (min-width: 800px){
	.lp-head{
		display: flex;
		justify-content: space-between;
		text-align: left;
	}
}
.lp-head .actions{
	display: none;
	flex-direction: column;
	gap: 3px;
}
@media (min-width: 800px){
	.lp-head .actions{
		display: flex;
	}
}
.lp-head .actions a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	padding: 8px 1rem;
	transition: all 200ms;
	border-radius: 20px;
}
.lp-head .actions a.call{
	font-size: 130%;
}
.lp-head .actions a:hover{
	background: var(--clr-1);
	color: var(--clr-t);
}
.lp-head .actions a .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(5px);
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.lp-head .actions a svg{
	width: 20px;
	height: 20px;
	fill: #000000;
}


.offers-grid{
	text-align: center;
}
@media (min-width: 800px){
	.offers-grid{
		display: flex;
		align-items: center;
		gap: 3rem;
	}
}
.pg-offers{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
@media (min-width: 800px){
	.pg-offers{
		gap: 1rem;
	}
}
.pg-offers > span{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	padding: 5px 1rem;
	border-radius: 4px;
	text-transform: capitalize;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 800px){
	.pg-offers > span{
		width: auto;
	}
}
.offer-heading{
	display: block;
	font-size: 1.2rem;
	margin-block: 1rem 0.5rem;
}
.offer-heading > span{
	font-weight: 800;
	text-transform: uppercase;
}
@media (min-width: 800px){
	.offer-heading{
		font-size: 2rem;
	}
	.offer-heading > span{
		display: block;
	}
}


.price-card .content{
	padding: 1rem;
}
.price-card button{
	border-radius: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9rem;
	padding-top: 12px;
}


@media (max-width: 800px){
.effetGradient, .effetGradient:hover {
  background: var(--clr-2);
}
}