/**
 * About Us Page Styles
 */

.about-us-page {
	background-color: #fff;
}

/* About Us Hero Section */
.about-us-hero {
	background: #0b2f33;
	color: #fff;
}

.about-us-title {
	font-size: 215px;
}

.about-us-content {
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	line-height: 1.8;
	max-width: 900px;
	margin: 0 auto;
	color: #fff;
}

/* About Us Slider Section */
.about-us-slider-section {
	padding: 0px 40px 80px 40px;
	background: #0b2f33;
}

.about-us-slider {
	max-width: 1000px;
	margin: 0 auto;
}

.about-us-slide {
	width: 100%;
	height: 500px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.about-us-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* About Us Content Section */
.about-us-content-section {
	padding: 100px 40px;
	background: #0b2f33;
}

.about-us-content-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.about-us-content-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-us-content-image img {
	width: 60%;
	height: auto;
	border-radius: 12px;
}

.about-us-content-text {
	padding: 0px;
}

.about-us-content-title {
	font-family: 'Cormorant Infant', serif;
	font-size: 48px;
	font-weight: 400;
	color: #0d4a4f;
	margin: 0 0 20px 0;
	letter-spacing: 2px;
}

.about-us-content-subtext {
	font-family: 'Rota';
    font-size: 18px;
    font-weight: 400;
    word-spacing: 6px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    color: #fff;
    opacity: 1.9;
    font-weight: normal;
    letter-spacing: 16px;
    font-weight: lighter;
	text-align:center;
}

.about-us-content-description {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	margin: 0;
}

.about-us-content-description p {
	margin-bottom: 15px;
}

.about-us-content-description p:last-child {
	margin-bottom: 0;
}

/* About Us Showcase Section */
.about-us-showcase {
	position: relative;
	min-height: 600px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 40px;
}

.about-us-showcase::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

.about-us-showcase-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(13, 74, 79, 0.5);
	pointer-events: none;
}

.about-us-showcase-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

.about-us-showcase-description {
	font-family: 'Cormorant Infant', serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 1px;
}

.about-us-showcase-description p {
	margin: 15px 0;
}

.about-us-showcase-description p:first-child {
	margin-top: 0;
}

.about-us-showcase-description p:last-child {
	margin-bottom: 0;
}

/* About Us Gallery Slider Section */
.about-us-gallery-slider-section {
	padding: 100px 40px;
    overflow: hidden;
    background: #0d3d3d;
    position: relative;
    border-radius: 0 0 70px 70px;
    margin-bottom: 220px;
}

.about-us-gallery-slider {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    overflow: hidden;
}

.about-us-gallery-slide {
	width: 100%;
	height: 500px;
	border-radius: 12px;
	overflow: hidden;
	/* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2); */
}

.about-us-gallery-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Tablet Breakpoint */
@media screen and (max-width: 1024px) {
	.about-us-title {
		font-size: 48px;
	}

	.about-us-content-wrapper {
		grid-template-columns: 1fr;
		gap: 0px;
	}

	.about-us-content-title {
		font-size: 36px;
	}

	.about-us-content-subtext {
		font-size: 14px;
		letter-spacing:5px;
		word-spacing:4px;
	}

	.about-us-slide {
		height: 400px;
	}

	.about-us-showcase {
		min-height: 500px;
		padding: 60px 20px;
	}

	.about-us-showcase-description {
		font-size: 32px;
	}
}

/* Mobile Breakpoint */
@media screen and (max-width: 768px) {
	.about-us-hero {
		padding: 60px 20px;
	}

	.about-us-title {
		font-size: 36px;
		letter-spacing: 2px;
	}

	.about-us-content {
		font-size: 16px;
	}

	.about-us-slider-section {
		padding: 10px;
	}

	.about-us-slide {
		height: 300px;
	}

	.about-us-content-section {
		padding: 60px 20px;
	}

	.about-us-gallery-slide{
		margin: 10px;
	}

	.about-us-content-wrapper {
		gap: 0px;
	}

	.about-us-content-text {
		padding: 0;
	}

	.about-us-content-title {
		font-size: 28px;
	}

	.about-us-content-subtext {
		font-size: 18px;
	}

	.about-us-content-description {
		font-size: 14px;
	}

	.about-us-showcase {
		min-height: 400px;
		padding: 40px 20px;
	}

	.about-us-showcase-description {
		font-size: 24px;
	}
}

/* Small Mobile */
@media screen and (max-width: 480px) {
	.about-us-hero {
		padding: 0px
	}

	.about-us-title {
		font-size: 58px;
		margin: 0;
		padding: 110px 0 0px;
	}

	.about-us-content-image img{
		width: 100%;
	}

	.about-us-slide {
		height: 250px;
	}

	.about-us-gallery-slider-section{
		margin-bottom: 290px;
		border-radius: 0 0 40px 40px;
	}

	.about-us-content-section {
		padding: 40px 15px;
	}

	.about-us-content-title {
		font-size: 22px;
	}

	.about-us-content-subtext {
		font-size: 14px;
		letter-spacing:5px;
		word-spacing:4px;
	}
}
