/* Galley Page */
body.page-template-galley-page .main_page_wrapper .padding-inline {
	padding-bottom: 140px;
}

body.page-template-galley-page .top_intro h1 {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 0;
	font-weight: 200;
}

body.page-template-galley-page .top_intro h1 .logo {
	width: 100%;
	max-width: 313px;
	max-height: 48px;
	margin-top: 36px;
}

body.page-template-galley-page .top_intro .top_intro_desc {
	padding: 0;
	max-width: 1540px;
	margin-bottom: 167px;
}

body.page-template-galley-page .top_intro_featured_img img {
	aspect-ratio: 1770/1000;
}

.ideal_kitchen_sec {
	padding-top: 120px;
}

.ideal_kitchen_sec h2 {
	margin-bottom: 60px;
}

.ideal_kitchen_sec_inner_head {
	max-width: 1455px;
	padding-left: 285px;
	position: relative;
}

.ideal_kitchen_sec_inner_head::before {
	content: '';
	display: block;
	width: 220px;
	height: 1px;
	background-color: var(--black);
	position: absolute;
	left: 0;
	top: 18px;
}

.ideal_kitchen_sec_inner_head p:last-of-type {
	margin: 0;
}

.ideal_kitchen_sec_inner_images_wrapper {
	padding-top: 140px;
	display: grid;
	grid-template-columns: 39.5% auto;
	gap: 3.646vw;
	grid-template-rows: 26.042vw 20.833vw;
}

.ideal_kitchen_sec_inner_images_wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ideal_kitchen_sec_inner_images_wrapper img:nth-child(1) {
	grid-column: 1 / 1;
	grid-row: 1 / 1;
}

.ideal_kitchen_sec_inner_images_wrapper img:nth-child(2) {
	height: calc(100% + 13.542vw);
}

.ideal_kitchen_sec_inner_images_wrapper img:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	max-width: 20.833vw;
	margin-left: auto;
	aspect-ratio: 1/1;
	max-height: 20.833vw;
}

.ideal_kitchen_sec_inner_head img {
	display: none;
}

/* galley page v2 */
body.page-template-galley-page-v2 {
	overflow-x: hidden;
}

.galley_v2_page .padding-inline {
	padding-bottom: 140px;
}

.galley_v2_page .top_intro h1 {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 0;
	font-weight: 200;
}

.galley_v2_page .top_intro h1 .logo {
	width: 100%;
	max-width: 313px;
	max-height: 48px;
	margin-top: 36px;
}

.galley_v2_page .top_intro .top_intro_desc {
	padding: 0;
	max-width: 1540px;
	margin-bottom: 120px;
}

.galley_v2_page .top_intro_featured_img img {
	aspect-ratio: 1770/1000;
}

.custom_implementation_sec {
	padding-top: 120px;
}

.custom_implementation_sec h2 {
	margin-bottom: 0px;
	line-height: 52px;
}

.custom_implementation_sec .inner_head {
	max-width: 1455px;
	padding-left: 285px;
	position: relative;
}

.custom_implementation_sec .inner_head::before {
	content: '';
	display: block;
	width: 220px;
	height: 1px;
	background-color: var(--black);
	position: absolute;
	left: 0;
	top: 18px;
}

.custom_implementation_sec .inner_head p:last-of-type {
	margin: 0;
}

.custom_implementation_sec .inner_images_wrapper {
	padding-top: 140px;
	display: grid;
	grid-template-columns: 39.5% auto;
	gap: 3.646vw;
	grid-template-rows: 26.042vw 20.833vw;
	position: relative;
}

.custom_implementation_sec .inner_images_wrapper img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.custom_implementation_sec .inner_images_wrapper img:nth-child(1) {
	grid-column: 1 / 1;
	grid-row: 1 / 1;
}

.custom_implementation_sec .inner_images_wrapper img:nth-child(2) {
	height: calc(100% + 13.542vw);
}

.custom_implementation_sec .inner_images_wrapper img:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	max-width: 20.833vw;
	margin-left: auto;
	aspect-ratio: 1/1;
	max-height: 20.833vw;
}

.custom_implementation_sec .inner_head img {
	display: none;
}

.custom_implementation_sec .btn_wrap {
	position: absolute;
	bottom: 4vw;
	left: 43.5%;
}

.galley_station_sec {
	padding-top: 100px;
}

.galley_station_sec .main_row {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.galley_station_sec .inner_row_wrap img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.galley_station_sec .inner_row_wrap h3 {
	margin: 40px 0 0;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

.galley_station_sec .inner_row_wrap h3 strong {
	font-weight: 500;
}

.top_intro_video {
	position: relative;
}

.top_intro_video .video_wapr video {
	width: 100%;
	vertical-align: top;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.top_intro_video .video_cover_img {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.top_intro_video .video_cover_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.top_intro_video .play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}

.top_intro_video .video_cover_img::before {
	position: absolute;
	content: '';
	inset: 0;
	background-color: #000;
	opacity: 0.8;
}

.top_intro_video .video_wapr {
	position: relative;
	padding-bottom: 56.25%;
}

.top_intro_video .video_wapr iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.top_intro_video .close_icon {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	font-size: 36px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width:1024px) {
	body.page-template-galley-page .top_intro .top_intro_desc {
		margin-bottom: 50px;
	}

	.galley_v2_page .top_intro .top_intro_desc {
		margin-bottom: 50px;
	}

	.custom_implementation_sec .inner_head h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.custom_implementation_sec .inner_images_wrapper {
		padding-top: 80px;
	}

	.custom_implementation_sec .inner_head::before {
		width: 150px;
	}

	.custom_implementation_sec .inner_head {
		padding-left: 200px;
	}

	.galley_station_sec .inner_row_wrap img {
		height: auto;
	}

	.galley_station_sec .inner_row_wrap h3 {
		margin: 25px 0 0;
		font-size: 34px;
		line-height: 44px;
	}

	.ideal_kitchen_sec_inner_head::before {
		width: 150px;
	}

	.ideal_kitchen_sec_inner_head {
		padding-left: 200px;
	}

	.ideal_kitchen_sec h2 {
		margin-bottom: 40px;
	}

	.ideal_kitchen_sec_inner_head {
		font-size: 20px;
		line-height: 35px;
	}

	.ideal_kitchen_sec_inner_images_wrapper {
		padding-top: 90px;
	}

	.ideal_kitchen_sec h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.ideal_kitchen_sec_inner_head p {
		margin: 0;
	}
}

@media (max-width:767px) {
	body.page-template-galley-page .top_intro h1 .logo {
		max-width: 100px;
		max-height: 48px;
		margin-top: 0;
		object-fit: contain;
	}

	body.page-template-galley-page .top_intro h1 {
		flex-direction: column-reverse;
		margin-bottom: 20px;
	}

	body.page-template-galley-page .main_page_wrapper .padding-inline {
		padding-bottom: 20px;
	}

	.ideal_kitchen_sec {
		padding-top: 40px;
	}

	.ideal_kitchen_sec_inner_head::before {
		display: none;
	}

	.ideal_kitchen_sec_inner_head {
		padding: 0;
	}

	.ideal_kitchen_sec_inner_images_wrapper {
		display: none;
	}

	.ideal_kitchen_sec_inner_head img {
		display: block;
		width: 100%;
		object-fit: cover;
		height: 100%;
		margin: 40px 0px;
	}

	.ideal_kitchen_sec h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.ideal_kitchen_sec_inner_head {
		font-size: 14px;
		line-height: 28px;
	}

	.ideal_kitchen_sec h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.ideal_kitchen_sec h2 {
		margin-bottom: 20px;
	}

	body.page-template-galley-page .top_intro .top_intro_desc {
		margin-bottom: 40px;
	}

	.galley_station_sec .main_row {
		gap: 40px;
	}

	.galley_station_sec .inner_row_wrap h3 {
		margin: 15px 0 0;
		font-size: 34px;
		line-height: 44px;
	}

	.galley_v2_page .top_intro h1 .logo {
		max-width: 100px;
		max-height: 48px;
		margin-top: 0;
		object-fit: contain;
	}

	.galley_v2_page .top_intro h1 {
		flex-direction: column-reverse;
		margin-bottom: 20px;
		gap: 24px;
	}

	.galley_v2_page .padding-inline {
		padding-bottom: 60px;
	}

	.galley_v2_page .top_intro .top_intro_desc {
		margin-bottom: 30px;
	}

	.galley_station_sec {
		padding-top: 30px;
	}

	.galley_v2_page {
		overflow-x: hidden;
	}
}

@media(max-width:575px) {
	.galley_station_sec .main_row {
		gap: 20px;
	}

	.galley_station_sec .inner_row_wrap h3 {
		margin: 12px 0 0;
		font-size: 14px;
		line-height: 28px;
	}
}