body {
	font-weight: 500;
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: RamillasLight, Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #000;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.main_header {
	position: relative;
	width: 100%;
	min-height: 800px;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	display: flex;
	align-items: center;
	color: white;
}

.main_header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(11, 71, 75, 0.25); /* #0b474b with 25% opacity */
	z-index: 1;
}

/* Optional: If you have content inside main_header, make sure it’s visible above the overlay */
.main_header > * {
	position: relative;
	z-index: 2;
}

.main_header .b11kh1title {
	padding-left: 0;
}

.collection_wrap {
	width: 95% !important;
	display: block;
	margin: auto;
	padding: 10px;
}

.collection_image_wrap {
	width: 100%;
	height: 350px;
	object-fit: cover;
	position: relative;
}

.available_collection img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.available_collection button {
	width: 75%;
	height: 65px;
	background-color: white;
	color: #0b474b;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	outline: none;
	transition: width 0.5s ease-in, 0.3s ease-in;
	z-index: 1;
}

.available_collection:hover button {
	width: 80%;
	background-color: #0e9aa4;
	color: white;
}

.collection_title {
	font-size: 25px;
	margin: 0;
	font-weight: 400;
	margin-top: 5px;
}

.collection_status {
	font-size: 20px;
	margin: 0px;
	font-weight: 400;
}

.collection_description {
	font-size: 16px;
	margin: 0;
	margin-top: 20px;
	font-weight: 400;
}

.coming_soon_collection {
	position: relative;
}

.coming_soon_collection img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Overlay filter */
.coming_soon_collection::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(11, 71, 75, 0.2); /* #0b474b with 20% opacity */
	z-index: 1; /* Below the button */
}

.coming_soon_collection button {
	width: 75%;
	height: 65px;
	background-color: transparent;
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	outline: none;
	transition: width 0.5s ease-in, 0.3s ease-in;
	z-index: 100;
	border: 2px solid white;
}

.coming_soon_collection:hover button {
	width: 80%;
	background-color: #0e9aa4;
	color: white;
	border: 2px solid #0e9aa4;
}

.load_more_btn {
	width: 150px;
	height: 50px;
	background-color: #0e9aa4;
	color: white;
	border: none;
	display: block;
	margin: auto;
	border: 2px solid #0e9aa4;
	transition: 0.3s ease-in-out;
	font-size: 18px;
}

.load_more_btn:hover {
	background-color: transparent;
	color: #0e9aa4;
}

.register_interest_btn {
	width: 230px;
	height: 50px;
	background-color: transparent;
	color: #0b474b;
	border: none;
	display: block;
	margin: auto;
	margin-top: 30px;
	border: 2px solid #0b474b;
	transition: 0.3s ease-in-out;
	font-size: 18px;
}

.register_interest_btn:hover {
	background-color: #0b474b;
	color: white;
	border: 2px solid #0b474b;
}

.text_darkgreen {
	color: #0b474b !important;
}

.text_sea {
	color: #0e9aa4;
}

.residences_bg_header {
	background-image: url("../images/Page\ Header.jpg");
}

.treehouse_bg_header {
	background-image: url("../images/Page\ Header\ Image_treehouse.jpg");
}

.signup_form {
	width: 100%;
	display: flex;
	gap: 10px;
}

.signup_form input {
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #0b474b;
	color: #0b474b;
	outline: none;
	padding: 5px 8px;
}

.signup_form button {
	width: 130px;
	height: 50px;
	border: none;
	background-color: #0e9aa4;
	border: 2px solid #0e9aa4;
	color: #fff;
	outline: none;
	transition: 0.3s ease-in-out;
}

.signup_form button:hover {
	background-color: transparent;
	color: #0e9aa4;
	outline: none;
}

.gallery_drone {
	width: 100%;
	object-fit: cover;
}

.gallery_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery_wrap img {
	width: 33%;
}

.tutle_list li {
	margin-top: 10px;
	font-size: 18px;
}

.book_nowbtn {
	display: inline-block;
	width: 170px;
	padding: 8px 0;
	background-color: #0b474b;
	color: white;
	border: none;
	outline: none;
	font-size: 20px;
	margin-top: 19px;
	border: 2px solid #0b474b;
	transition: 0.3s ease-in-out;
	text-align: center;
}

.book_nowbtn:hover {
	background-color: white;
	color: #0b474b;
}

.bg_darkgreen {
	width: 100%;
	min-height: 300px;
	background-color: #0b474b;
	color: white;
	padding: 20px 0;
}

.feature_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	gap: 15px;
	flex-direction: column;
	height: 150px;
	width: 150px;
	text-align: center;
	margin-top: 30px;
}

.feature_wrap p {
	margin: 0;
	font-size: 15px;
}

.feature_wrap img {
	height: 90px;
	object-fit: contain;
	width: 90px;
}

.reservationBtn {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	background-color: #0e9aa4;
	color: white;
	outline: none;
	border: 2px solid #0e9aa4;
	transition: 0.3s ease-in-out;
	text-align: center;
}

.reservationBtn:hover {
	background-color: transparent;
	color: #0e9aa4;
}

.warning_btn {
	min-width: 100px;
	min-height: 45px;
	border: 2px solid gold;
	border-radius: 5px;
	color: gold;
	margin: auto;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 5px 10px;
	transition: 0.3s ease-in-out;
	background-color: rgb(255, 215, 0, 0.2);
}

.warning_btn:hover {
}

.houseclub {
	cursor: pointer;
	margin-bottom: 100px;
}

.slideshowdarkshadow {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(11, 71, 75, 0.2);
	z-index: 0;
}

#faqlist {
	padding: 0;
}

/* image slider

#ProjectSliderfirst.productlist {
	margin: 0;
}

#ProjectSliderfirst .listitembox {
	width: 100%;
} */

#ProjectSliderfirst .listitembox .image {
	height: 30vh;
	background-size: 100% 100%;
	transition: all .3s ease-in-out;
}

#ProjectSliderfirst .listitembox:hover .image {
	background-size: calc(100% * 1.1) calc(100% * 1.1);
}

#ProjectSliderfirst .listitembox .image img {
	width: 100%;
}

@media screen and (max-width: 750px) {

	#ProjectSliderfirst .listitembox .image {
		height: 42vh;
		width: 100%;
		background-size: 100% 100%;
	}
}

/* end image slider */

.collection_wrap > h2, .collection_card p, .faqtitle {
	color: #0b474b;
}

.main_header p, .collection_wrap > p, .collection_wrap p,
.reservationBtn, .faqtitle {
	font-size: 18px;
}

.main_header h1 {
	text-transform: uppercase;
}

.houseclub .collection_image_wrap {
	position: relative;
}

.houseshadow {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(11, 71, 75, 0.3);
	z-index: 0;
}

h1.h1big {
	font-size: 40px;
}

.ytmedia iframe {
	width: 100%;
	max-width: 648px;
	height: 35vh;
}

@media (min-width: 1201px) {
	.collection_row {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 5vw;
		margin-top: 50px;
	}
}

@media (min-width: 601px) and (max-width: 1200px) {
	.collection_row {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 5vw;
		margin-top: 50px;
	}
}

@media (max-width: 600px) {
	.gallery_wrap {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

	.gallery_wrap img {
		width: 100%;
		object-fit: cover;
	}
}

@media (max-width: 450px) {
	.warning_btn {
		max-width: 95%;
	}

	.signup_form {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
		justify-content: center;
	}

	.feature_wrap img {
		width: 85px;
	}

	.warning_btn {
		display: flex;
		flex-direction: column;
	}

	h1.h1big {
		font-size: 30px;
	}
}
