body {
	background-color: #000000;
	overflow-x: hidden;
}

header.main-nav,
body > footer {
	display: none;
}

body > .wrap {
	padding: 0 !important;
}

.holiday-23-wrap {
	/* background-image: url(/wp-content/themes/firestarter/assets/holiday2023/images/bg-MartinKalikimaka.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	padding-bottom: 60px;
	background-position: center;
	position: relative;
}

.gradients {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, black, transparent 30%), linear-gradient(to bottom, rgb(17 17 17 / 70%), transparent 10%), linear-gradient(to right, rgb(17 17 17 / 70%), transparent 60%);
}

.font-green {
	color: #87d689;
}

.font-gray {
	color: #8b8b8b;
}

.small-font {
	font-size: 14px;
}

/*HEADER STYLES*/

.holiday-23-header {
	display: flex;
	justify-content: space-between;
	color: #ffffff;
}

.logo-menu-wrap {
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	gap: 50px;
	align-items: center;
}

.holiday-23-menu ul {
	display: block;
}

.holiday-23-avatar {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.holiday-23-avatar img {
	border-radius: 4px;
}

/*MAIN SLIDER*/

/*
.main-slider-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, black, transparent 20%), linear-gradient(to top, black, transparent 40%);
	pointer-events: none;
}
*/

.main-slider-wrap {
	z-index: 1;
	max-width: 100%;
	width: 100%;
}

.main-slide {
	background-repeat: no-repeat;
	min-height: 100vh !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	color: white;
	padding: 0 60px 185px;
	width: 100%;
	position: relative;
	background-image: linear-gradient(to top, black, transparent 30%), linear-gradient(to bottom, rgb(17 17 17 / 70%), transparent 10%), linear-gradient(to right, rgb(17 17 17 / 70%), transparent 60%),
		var(--main-slider-bg);
}

.MartinKalikimaka-main-slide {
	--main-slider-bg: url(/wp-content/themes/firestarter/assets/holiday2023/images/MartinKalikimaka.jpg);
}

.TheNutcrackerofTime-main-slide {
	--main-slider-bg: url(/wp-content/themes/firestarter/assets/holiday2023/images/TheNutcrackerofTime.jpg);
}

.HolidayProposal-main-slide {
	--main-slider-bg: url(/wp-content/themes/firestarter/assets/holiday2023/images/HolidayProposal.jpg);
}

.JingleAllTheThruway-main-slide {
	--main-slider-bg: url(/wp-content/themes/firestarter/assets/holiday2023/images/JingleAllTheThruway.jpg);
}

.CountdownToChristmasPTO-main-slide {
	--main-slider-bg: url(/wp-content/themes/firestarter/assets/holiday2023/images/CountdownToChristmasPTO.jpg);
}

.TheGhostsofChristmasPast-main-slide {
	--main-slider-bg: url(/wp-content/themes/firestarter/assets/holiday2023/images/TheGhostsofChristmasPast.jpg);
}

.AVeryMerryMakeover-main-slide {
	--main-slider-bg: url(/wp-content/themes/firestarter/assets/holiday2023/images/AVeryMerryMakeover.jpg);
}

.main-slide-content {
	max-width: 400px;
	width: 100%;
}

.main-slide-logo img {
	max-width: 100%;
}

.main-slide-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}

.play-button,
.more-info-button {
	border: none;
	border-radius: 4px;
	padding: 15px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.25s ease;
}

.play-button:hover,
.more-info-button:hover {
	filter: brightness(0.75);
}

.play-button {
	background-color: #ffffff;
	color: #000000;
}

.more-info-button {
	background-color: rgb(110 109 109 / 70%);
	color: #ffffff;
}

.info-icon {
	border: 1px solid white;
	border-radius: 50%;
	padding: 0px;
	box-sizing: border-box;
	height: 30px;
	width: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1;
	margin: 0;
	font-size: 22px;
}

.movie-rating-side {
	position: absolute;
	right: 0;
	top: 50%;
	background-color: rgb(51 51 51 / 60%);
	padding: 5px 50px 5px 10px;
	border-left: 3px solid white;
}

/*BOTTOM SLIDER*/
.bottom-slider-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0 60px;
	color: #ffffff;
	z-index: 2;
	overflow-x: clip;
}

.bottom-slider-wrap .slick-arrow {
	position: absolute;
	top: 0;
	height: 100%;
	width: auto;
	background: rgb(20 20 20 / 70%);
	color: white;
	z-index: 5;
	border: none;
	width: 60px;
	font-size: 2rem;
	border-radius: 4px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.bottom-slider-wrap:hover .slick-arrow {
	opacity: 1;
}

.bottom-slider-wrap .slick-prev {
	left: 0;
	transform: translateX(-60px);
}

.bottom-slider-wrap .slick-next {
	right: 0;
	transform: translateX(60px);
}

.bottom-slider-wrap .slick-arrow.slick-disabled {
	opacity: 0;
}

.bottom-slider-wrap .slick-list.draggable {
	overflow: visible;
}

.bottom-slide {
	margin: 0 5px;
	transition: all 0.25s ease;
	cursor: pointer;
	border-radius: 4px;
	position: relative;
}

.bottom-slide:hover {
	/* transform: scale(1.5);
	transform-origin: left; */
}

.bottom-slide img {
	height: auto;
	width: 100%;
}

.bottom-slide-placeholder {
	opacity: 0;
}

.hover-content {
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1) translateY(0);
	transition: all 0.25s ease;
	transform-origin: left bottom;
	max-width: 100%;
}

.bottom-slide:hover .hover-content {
	opacity: 1;
	transform: scale(1.5) translateY(-25%);
	z-index: 6;
}

.hover-text {
	background: #000000;
	opacity: 0;
	transition: opacity 0.25s ease;
	padding: 0;
	height: 0;
	pointer-events: none;
}

.bottom-slide:hover .hover-text {
	opacity: 1;
	height: auto;
	padding: 15px;
}

.btm-slide-buttons-row {
	display: flex;
	gap: 6px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.buttons-left {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
}

.hover-content p {
	margin-bottom: 0;
	font-size: 9px;
	word-spacing: 5px;
}

.movie-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.movie-info p {
	font-size: 10px;
}

/*POPUP MODALS*/
.movie-modal-wrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	min-height: 100%;
	width: 100%;
	background-color: rgb(0 0 0 / 70%);
	justify-content: center;
	align-items: center;
	padding: 30px;
	z-index: 999999999999;
	color: #ffffff;
	overflow-y: scroll;
}

.movie-modal-wrap.active {
	display: flex;
}

.movie-modal-inner {
	width: 100%;
	max-width: 800px;
	margin: auto;
	background-color: #000000;
	border-radius: 4px;
	position: relative;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	line-height: 0;
	z-index: 99;
}

.modal-close object {
	pointer-events: none;
}

.movie-modal-content {
	/* background-image: linear-gradient(to top, black 20vh, transparent), var(--movie-modal-content-bg);
	background-size: contain;
	background-repeat: no-repeat; */
	display: none;
}

.movie-modal-content.active {
	display: block;
}

.modal-img-wrap {
	position: relative;
}

.modal-gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to top, black, transparent 40%);
}

.modal-img-wrap > img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.modal-buttons {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 45px;
}

.modal-columns {
	padding: 0 45px 20px;
}

.modal-movie-info {
	color: #bcbcbc;
	word-spacing: 5px;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.modal-movie-info p {
	margin-bottom: 0;
}

.movie-rating {
	border: 1px solid white;
	padding: 2px 5px;
	margin-right: 10px;
}

.popularity {
	font-size: 21px;
	display: flex;
	margin-bottom: 20px;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

#video-popup {
	display: flex;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(0 0 0 / 70%);
	justify-content: center;
	align-items: center;
	padding: 30px;
	z-index: 99999999999999;
	color: #ffffff;
}

#video-popup.active {
	display: flex;
}

#holiday-video {
	max-height: 100%;
	max-width: 100%;
}

/*MEDIA QUERIES*/
@media (max-width: 767px) {
	.holiday-23-header {
		background-image: linear-gradient(to bottom, black, transparent);
	}

	.holiday-23-menu {
		display: none;
	}

	.main-slide {
		background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), var(--main-slider-bg);
	}

	.main-slide {
		padding: 70px 20px 200px;
	}

	.gradients {
		background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%));
	}

	.movie-rating-side {
		display: none;
	}

	.modal-columns {
		padding: 0 20px 20px;
	}

	.modal-columns {
		padding: 80px 20px 20px;
	}
	.modal-buttons {
		margin-bottom: 0;
		padding-left: 20px;
		transform: translateY(100%);
	}

	.bottom-slider-wrap {
		padding: 0 15px;
	}

	.bottom-slide:hover .hover-content {
		opacity: 0;
		transform: scale(1) translateY(0);
	}

	.bottom-slide:hover .hover-text {
		opacity: 0;
		height: 0;
		padding: 0;
	}
}
