.header {
	display: flex;
	position: fixed;
	width: 100%;
	z-index: 1000;
	background-color: transparent;
	transition: background-color 0.3s;
	justify-content: center !important;
}

.header-scroll {
	background: rgba(255, 255, 255, .5);
	backdrop-filter: blur(2px);
}

.navbar {
	margin-bottom: 2px !important;
	padding: 0 !important;

}



@media only screen and (min-width: 1695px) {
	.navbar ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  display: flex;
	  gap: 23px;
	  font-size: 22px;
	  padding: 28px 391px 0px;
	  font-family: Roboto;
	}
  }

  @media only screen and (max-width: 1495px) {
	.navbar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 23px;
		font-size: 22px;
		padding: 28px 179px 0px;
		font-family: Roboto;
	}
}

@media (min-width: 1502px) {
	.navbar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		gap: 28px;
		font-size: 22px;
		padding: 24px 391px 0px;
		font-family: Roboto;
		justify-content: center !important;
	}
}
@media (max-width: 1130px) {
	.header .navbar {
		display: none;
	}
}

.navbar-nav {
	display: flex;
	justify-content: center;
}

.navbar-brand,
.navbar-nav .nav-link {
	color: #000000 !important;
}

.navbar-brand:hover,
.navbar-nav .nav-link:hover {
	color: #8a8a8a !important;
}

/* Dropdown Menu Styles */
.dropdown-menu {
	background-color: rgba(255, 255, 255, .5);
	border: none;
}

.dropdown-item {
	color: #000000;
}

.dropdown-item :hover {
	background-color: #8a8a8a !important;
}
.text-align{
	text-align: justify;
}
.section-hero-v2 {
	color: #333;
	background-color: #eeede9;
	width: 100%;
	height: 120vh;
	min-height: 64rem;
	max-height: 100rem;
	position: relative;
	overflow: hidden;
}

.hero2_container_home {
	object-fit: fill;
	width: 100%;
	height: 120vh;
	min-height: 64rem;
	max-height: 100rem;
	position: relative;
	overflow: visible;
}

.hero_image-top-wrapper {
	z-index: 5;
	display: block;
	position: absolute;
	top: -20%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: visible;
}

@media screen and (max-width: 1400px) {
	.hero_image-top-wrapper {
		z-index: 5;
		display: block;
		position: absolute;
		top: -15%;
		bottom: 0%;
		left: 0%;
		right: 0%;
		overflow: visible;
	}
}

@media screen and (max-width: 991px) {
	.hero_image-top-wrapper {
		z-index: 5;
		display: block;
		position: absolute;
		top: -20%;
		bottom: 0%;
		left: 0%;
		right: 0%;
		overflow: visible;
	}
}

@media screen and (max-width: 767px) {
	.hero_image-top-wrapper {
		z-index: 5;
		display: block;
		position: absolute;
		top: -17%;
		bottom: 0%;
		left: 0%;
		right: 0%;
		overflow: visible;
	}
}

.hero_image-top-wrapper img {
	object-fit: cover;
	object-position: 50% 0%;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.hero_content-wrapper-home {
	z-index: 0;
	object-fit: fill;
	align-self: flex-end;
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 20%;
	left: 0;
	right: 0;
	will-change: transform;
	transform-style: preserve-3d;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

@media screen and (max-width: 991px) {
	.hero_content-wrapper-home {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
		top: 12%;
	}
}

@media screen and (max-width: 767px) {
	.hero_content-wrapper-home {
		width: 70%;
		top: 12%;
	}
}

.hero_content-wrapper-home.test {
	width: 70%;
	max-width: 700px;
}

h1 {
	font-size: 2rem;
	text-align: center;
	margin: 0;
}

p {
	text-align: center;
	font-size: 1.25rem;
}

.section-lake {
	background-color: #eeede9;
	justify-content: flex-end;
	width: 100%;
	height: 100vh;
	min-height: 62rem;
	max-height: 90vh;
	display: flex;
	position: relative
}

.lake-content-wrapper {
	z-index: 2;
	background-image: linear-gradient(347deg, rgba(219, 228, 237, 0) 63%, rgba(219, 228, 237, .52) 73%, #dbe4ed);
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute
}

.story-contect {
	text-align: center;
	margin: 7rem auto 4rem;
	color: white;
}

.lake_image {
	object-fit: cover;
	object-position: 50% 80%;
	width: 100%;
	height: 100%;
}

.text-color-white {
	color: var(--white)
}

/* Add styles for the new section */
.section-story {
	background-color: #fff;
	justify-content: center;
	width: 100%;
	margin: 59rem auto 4rem auto;
	display: flex;
	position: relative;
	background-image: url();
}

.story-content {
	text-align: center;
	max-width: 1329px;
	margin: auto;
}

.story-content h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.story-content p {
	font-size: 1.25rem;
	color: #555;
}

/* Additional new section styles */
.our-people {
	background-color: #f8f9fa;
	justify-content: center;
	width: 100%;
	padding: 4rem 2rem;
	display: flex;
	position: relative;
}

.people-content {
	text-align: center;
	max-width: 1000px;
	margin: auto;
}

.people-content h2 {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

.people-content p {
	font-size: 1rem;
	color: #666;
}