.container-custom-ac {
	max-width: 1228px;
	margin: auto;
	padding: 0 24px;
	position: relative;
	z-index: 2;
}

.gallery-custom-ac > div {
	display: none;
}

.gallery-custom-ac > div:first-child {
	display: block;
}

.custom-ac-slider,.item-slide-zm {
	position: relative;
	background-color: #01642b;
}

.item-slide-zm {
	background-size: cover;
	background-position: center center;
}

.item-slide-zm:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(1,101,44,1) 0%, rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(left,  rgba(1,101,44,1) 0%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to right,  rgba(1,101,44,1) 0%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01652c', endColorstr='#33000000',GradientType=1 );
}

.spacing-text {
	padding: 250px 0;
}

.container-custom-ac h2 p, .container-custom-ac h2 {
	font-family: 'Playfair Display', serif;
	font-size: 44px;
	line-height: 55px;
	max-width: 550px;
	letter-spacing: -0.45px;
	font-weight: 700;
	color: #ffffff;
	font-style: italic;
	margin: 0 0 24px;
}

.container-custom-ac h2 strong {
	color: #C6AF6B;
}

.container-custom-ac h5 p, .container-custom-ac h5 {
	font-size: 24px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	font-weight: 300;
}

.container-custom-ac h5 strong {
	font-weight: 600;
}

p:empty {
	display: none;
}

.prev-btn-zm, .next-btn-zm {
	border: 1px solid #ffffff;
	background: none;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all .3s ease;
	cursor: pointer;
}

.prev-btn-zm:hover, .next-btn-zm:hover {
	border-color: #C6AF6B;
}

.prev-btn-zm i, .next-btn-zm i {
	background: transparent;
	font-size: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: solid #ffffff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 8px;
	transform: rotate(135deg) translate(-3px, -3px);
	-webkit-transform: rotate(135deg) translate(-3px, -3px);
}

.prev-btn-zm i {

}

.next-btn-zm i {
	transform: rotate(-45deg) translate(-2px,-2px);
	-webkit-transform: rotate(-45deg) translate(-2px,-2px);
}

.prev-btn-zm:hover i, .next-btn-zm:hover i {
	border-color: #C6AF6B;
}

.slick-slider-nav-zm {
	display: flex;
	gap: 16px;
}

.container-nav-zm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slick-slider-dots-zm .slick-dots {
	display: flex;
	gap: 8px;
}

.foot-slider-zm {
	position: absolute;
	bottom: 84px;
	left: 0;
	width: 100%;
}

.slick-slider-dots-zm .slick-dots button {
	width: 24px;
	height: 24px;
	background: none;
	position: relative;
	border-radius: 24px;
	border: 1px solid transparent;
	transition: all .3s ease;
	font-size: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-slider-dots-zm .slick-dots button:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 6px;
}

.slick-slider-dots-zm .slick-dots button:hover, .slick-slider-dots-zm .slick-dots li.slick-active button {
	border-color: #C6AF6B;
}

.slick-slider-dots-zm .slick-dots button:hover:before, .slick-slider-dots-zm .slick-dots li.slick-active button:before {
	background: #C6AF6B;
}

@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(60px);
	}
}

svg #wheel {
	animation: scroll ease 2s infinite;
}

#mouseAnimation {
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
	.slick-slider-nav-zm {
		opacity: 0;
		pointer-events: none;
	}
	.spacing-text {
		padding: 128px 0 180px;
	}
	.container-custom-ac h2 p, .container-custom-ac h2 {
		text-align: center;
		font-size: 32px;
		line-height: 1.3;
	}
	.container-custom-ac h5 p, .container-custom-ac h5 {
		text-align: center;
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	.container-custom-ac h2 p, .container-custom-ac h2 {
		font-size: 26px;
		margin: 0 0 16px;
	}
	.container-custom-ac h5 p, .container-custom-ac h5 {
		font-size: 16px;
	}
}