@charset "utf-8";
.movie_section {
		padding: 100px 0px 60px;
}
@media(min-width: 768px) {
		.movie_section {
				padding-left: 40px;
				padding-right: 40px;
		}
}
@media(max-width: 767px) {
		.movie_section {
				padding: 80px 0px 60px;
		}
}
.movie_hd {
		color: #004ea2;
		font-size: 40px;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		margin: 0 0 40px;
}
@media (max-width: 767px) {
		.movie_hd {
				font-size: 24px;
				margin: 0 0 30px;
		}
}
.youtube_col {
		max-width: 1090px;
		margin: 0 auto 40px;
}
.youtube_col_player {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
}
.youtube_col iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
}
.movie_caption p {
		line-height: 1.8;
}
.movie_tile_main {
		margin-bottom: 80px;
}
.movie_tile_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
.movie_tile_flex_item {
		width: calc(50% - 20px);
		margin-bottom: 60px;
		position: relative;
}
@media(max-width: 767px) {
		.movie_cont {
				padding: 60px 20px 120px;
		}
		.movie_tile_flex {
				display: block;
		}
		.movie_tile_flex_item {
				width: auto;
				margin-bottom: 40px;
				position: relative;
		}
}
/* ==================== */
#movieOverLay {
		background: rgba(255, 255, 255, 0.96);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		display: none;
}
.movieOverLay_inner .movie_holder {
		width: 100%;
		max-width: 1090px;
		aspect-ratio: 16 / 9;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}
.movie_holder .movie_close {
		position: absolute;
		top: -60px;
		right: -9px;
		cursor: pointer;
		width: 48px;
		height: 48px;
}
@media(max-width: 1140px) {
		.movie_holder .movie_close {
				right: 0px;
		}
}
.movie_close .movie_close_bar {
		position: absolute;
		width: 30px;
		height: 2px;
		top: 23px;
		left: 9px;
}
.movie_close .movie_close_bar:first-child {
		transform: rotate(-45deg);
}
.movie_close .movie_close_bar:last-child {
		transform: rotate(45deg);
}
.movie_close_bar::after {
		content: '';
		display: block;
		width: 30px;
		height: 2px;
		background: #004ea2;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: right center;
		transform: scaleX(0);
}
.movie_close .movie_close_bar:first-child::after {
		transition-delay: 0.3s;
}
.movie_close .movie_close_bar:last-child::after {
		transition-delay: 0.45s;
}
.movie_close.isActive .movie_close_bar::after {
		transform: scaleX(1);
}
.movie_popup_player {
		width: 100%;
		max-width: 1090px;
		aspect-ratio: 16 / 9;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
}
#player_box {
		width: 100%;
		height: 100%;
}
.movie_tile_item p {
		font-family: "Inter", sans-serif;
		color: #004ea2;
		font-weight: 500;
}
.movie_tile_item_thumb {
		position: relative;
}
.movie_tile_item_thumb_in {
		position: relative;
}
.movie_tile_item_thumb_in::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		mix-blend-mode: multiply;
		pointer-events: none;
}
.movie_tile_item_thumb img {
		width: 100%;
		height: auto;
}
.movie_tile_item_thumb {
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
}
.movie_tile_item_thumb::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		width: 60px;
		height: 60px;
		border-radius: 50%;
		border: 1px solid #fff;
		box-sizing: border-box;
		pointer-events: none;
		z-index: 10;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.movie_tile_item_thumb::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(calc(50% - 35px) + 30px);
		left: calc(calc(50% - 35px) + 30px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #fff;
		z-index: 10;
		pointer-events: none;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.movie_tile_item:hover .movie_tile_item_thumb::before {
				transform: scale(1.3);
		}
}
.movie_tile_item_thumb img {
		width: 100%;
		height: auto;
		transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.movie_tile_item_thumb_in {
		position: relative;
}
.movie_tile_item_thumb_in::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		pointer-events: none;
		z-index: 1;
}
@media (hover: hover) {
		.movie_tile_item_thumb:hover img {
				transform: scale(1.06)
		}
}