/* ==========================================================================
   CUSTOM EVENTS
   ========================================================================== */

#eventsSec {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#eventsSec .image {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 0;
}
#eventsSec .image::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(42, 42, 42, 0.24), rgba(42, 42, 42, 0.24));
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
#eventsSec .image img {
	width: 100%;
	height: auto;
}
#eventsSec .caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
#eventsSec .caption .subtitle {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 1rem;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.5rem;
	text-transform: uppercase;
	text-align: center;
}
#eventsSec .caption .marqueeBox {
	display: flex;
	gap: 52px;
	width: 100%;
	margin-bottom: 38px;
}
#eventsSec .caption .marqueeBox .marquee-container {
	display: flex;
	gap: 52px;
	animation: marquee 22s linear infinite;
}
#eventsSec .caption .marqueeBox .marquee-container .title {
	position: relative;
	display: block;
	margin: 0;
	font-family: "Playfair Display";
	font-size: 4rem;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 5rem;
	text-transform: uppercase;
	white-space: nowrap;
}
#eventsSec .caption .discoverBtn {
	border-color: #ffffff;
	color: #ffffff;
}
#eventsSec .caption .discoverBtn:hover {
	color: white !important;
}
#eventsSec .caption .discoverBtn img.arrow {
	filter: brightness(0) invert(1) !important;
}
#eventsSec .caption .discoverBtn:hover img.arrow {
	filter: none;
}

@media only screen and (min-width: 1366px) and (max-width: 1500px) {

#eventsSec .caption 								{ gap: 30px; }
#eventsSec .caption .marqueeBox .marquee-container .title { font-size: 3.375rem; line-height: 4.1875rem; }

}

@media only screen and (min-width: 961px) and (max-width: 1365px) {

#eventsSec .caption 								{ gap: 30px; }
#eventsSec .caption .marqueeBox 					{ margin-bottom: 20px; }
#eventsSec .caption .marqueeBox .marquee-container 	{ gap: 40px; }
#eventsSec .caption .marqueeBox .marquee-container .title { font-size: 3.125rem; line-height: 3.4375rem; }

}

@media only screen and (min-width: 768px) and (max-width: 960px) {

#eventsSec .image img 								{ height: 400px; }
#eventsSec .caption 								{ gap: 15px; }
#eventsSec .caption .marqueeBox 					{ margin-bottom: 15px; }
#eventsSec .caption .marqueeBox .marquee-container 	{ gap: 40px; padding-right: 40px; }
#eventsSec .caption .marqueeBox .marquee-container .title { font-size: 3rem; line-height: 4rem; padding-right: 90px; }

}

@media only screen and (max-width: 767px) {

#eventsSec .caption 								{ gap: 15px; }
#eventsSec .caption .marqueeBox 					{ margin-bottom: 15px; }
#eventsSec .caption .marqueeBox .marquee-container 	{ gap: 30px; padding-right: 30px; }
#eventsSec .caption .marqueeBox .marquee-container .title { font-size: 2.1875rem; line-height: 2.5rem; padding-right: 75px; }
#eventsSec .caption .discoverBtn 					{ padding: 10px 40px 10px 20px; }
#eventsSec .caption .discoverBtn::before 			{ right: 18px; }

}
