@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Outfit:wght@100..900&display=swap");

/* Global Variable */

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Cinzel", "Outfit", sans-serif !important;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.subheader {
	text-align: center;
	font-size: 32px;
	font-weight: lighter;
	padding-bottom: 40px;
}

.marci,
.listing,
.gallery,
.contact {
	background-color: #f6f6f6;
	padding: 40px 0px;
}

.sold,
.sponsor,
.services,
.map {
	padding: 40px 0px;
}

button {
	background-color: #689b8ae7 !important;
	color: white !important;
}

button:hover {
	background-color: #5a8a7b !important;
}

/* Start of Nav Style */
.nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 999;
}

.logo img {
	width: 300px;
	height: auto;
}

.navbar ul {
	display: flex;
	gap: 20px;
	list-style: none;
	font-size: 16px;
}

.navbar a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.navbar a:hover {
	color: #ffffffe0;
}

.navbar ul li a.active {
	font-weight: bold;
	color: #ffffff;
}

.hamburger-icon,
.close-btn {
	display: none;
	font-size: 24px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.navbar {
		position: fixed;
		top: 0;
		right: -250px;
		width: 250px;
		height: 100vh;
		background: white;
		box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.2);
		padding-top: 60px;
		transition: right 0.3s ease-in-out;
		z-index: 1000;
		background-color: #20263e;
	}

	.navbar ul {
		flex-direction: column;
		gap: 15px;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.navbar a {
		display: block;
		padding: 10px 20px;
	}

	.navbar.open {
		right: 0;
	}

	.hamburger-icon {
		display: block;
	}

	.hamburger-icon i {
		color: #ffffff;
	}

	.close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 28px;
		font-weight: bold;
		cursor: pointer;
		color: #555;
	}
	.close-btn:hover {
		color: black;
	}
}
/* End of Nav Style */

/* Start of Hero Banner Style  */

.hero-banner {
	background-image: url("../img/hero-banner.webp");
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
	color: white;
	overflow: hidden;
}

.hero-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.41);
	z-index: 0;
}

.hero-items {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	gap: 14px;
}

.hero-title,
.hero-info {
	margin: 0;
	color: white;
	text-align: center;
}

.hero-title {
	font-size: 48px;
	font-weight: 500;
}

.hero-info,
h2 {
	font-size: 24px;
	font-weight: 400;
}

.hero-items button {
	display: flex;
	align-items: center;
	gap: 12px;
	color: white;
	padding: 18px 36px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}

.hero-btn:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.hero-btn:active {
	background: #444;
}
/* End of Hero Banner Style */

/* Start of Marci Style */
.marci-items {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
	font-family: math;
}

.marci-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 10px;
}

.marci-info h2 {
	font-size: 32px;
	font-weight: bold;
}

.marci-info p {
	text-align: justify;
	font-size: 18px;
	line-height: 1.6;
}

.marci-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

p.marci-experience {
	font-size: 24px;
	font-weight: bold;
	color: #ff0000;
}

.marci-btn {
	display: flex;
	align-items: center;
	color: white;
	padding: 12px 30px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	border-radius: 20px;
	font-weight: 600;
	gap: 10px;
}

@media (max-width: 768px) {
	p.marci-experience {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.marci-items {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0px;
		border-radius: unset;
		box-shadow: unset;
	}

	.marci-info {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		text-align: justify;
		padding-left: 0px;
	}

	.marci-details {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	p.marci-experience {
		font-size: 28px;
		text-align: center;
	}
}
/* End of Marci Style */

/* Start Sold Stlye */
.sold-images {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.sold-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	font-family: math;
}

.sold-item img {
	width: 630px;
	border-radius: 10px;
	display: block;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.sold-details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: opacity 0.4s ease;
	border-radius: 10px;
}

.sold-details h3 {
	font-size: 2rem;
}

.sold-details p {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 10px;
	text-transform: uppercase;
}

.sold-item:hover .sold-details {
	opacity: 1;
}

@media (max-width: 768px) {
	.sold-item img {
		width: 100%;
	}

	.sold-details h3 {
		font-size: 1rem;
	}

	.sold-details p {
		max-width: 300px;
		margin: 0 auto;
		margin-top: 10px;
		font-size: 0.8rem;
	}
}
/* End of Sold Style */

/* Start of Listing Style */
.listing-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 0;
}

.listing-items {
	display: flex;
	flex-direction: column;
	flex: 1 1 400px;
	background: white;
}

.listing-wrapper h2 {
	padding: 20px;
}

.listing-form {
	background: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
}

.listing-form form {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
	width: 100%;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.form-group label {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.form-group select,
.form-group input {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background: #fff;
	transition: border-color 0.2s ease;
}

.form-group select:focus,
.form-group input:focus {
	border-color: #999;
	outline: none;
}

.form-group.full-width {
	grid-column: 1 / -1;
}

.form-group button {
	width: 100%;
	padding: 12px;
	border: none;
	border-radius: 25px;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s ease;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.form-group button:hover {
	background-color: #689b8ae7;
}

.listing-image {
	flex: 1 1 400px;
}

.listing-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* End Listing Style */

/* Start of Sponsor Style */
.sponsor-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	max-width: 1440px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.sponsor-items {
		display: grid;
		grid-template-columns: repeat(2, minmax(150px, 1fr));
		justify-items: center;
		align-items: center;
		gap: 40px;
	}
}
/* End of Sponsor Style */

/* Start of Gallery Style */
.carousel {
	display: block;
	text-align: left;
	position: relative;
	margin-bottom: 22px;
}

.carousel > input {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.carousel
	> input:nth-of-type(7):checked
	~ .carousel__slides
	.carousel__slide:first-of-type,
.carousel
	> input:nth-of-type(6):checked
	~ .carousel__slides
	.carousel__slide:first-of-type {
	margin-left: -500%;
}
.carousel
	> input:nth-of-type(5):checked
	~ .carousel__slides
	.carousel__slide:first-of-type {
	margin-left: -400%;
}
.carousel
	> input:nth-of-type(4):checked
	~ .carousel__slides
	.carousel__slide:first-of-type {
	margin-left: -300%;
}
.carousel
	> input:nth-of-type(3):checked
	~ .carousel__slides
	.carousel__slide:first-of-type {
	margin-left: -200%;
}
.carousel
	> input:nth-of-type(2):checked
	~ .carousel__slides
	.carousel__slide:first-of-type {
	margin-left: -100%;
}
.carousel
	> input:nth-of-type(1):checked
	~ .carousel__slides
	.carousel__slide:first-of-type {
	margin-left: 0%;
}

.carousel
	> input:nth-of-type(1):checked
	~ .carousel__thumbnails
	li:nth-of-type(1),
.carousel
	> input:nth-of-type(2):checked
	~ .carousel__thumbnails
	li:nth-of-type(2),
.carousel
	> input:nth-of-type(3):checked
	~ .carousel__thumbnails
	li:nth-of-type(3),
.carousel
	> input:nth-of-type(4):checked
	~ .carousel__thumbnails
	li:nth-of-type(4),
.carousel
	> input:nth-of-type(5):checked
	~ .carousel__thumbnails
	li:nth-of-type(5),
.carousel
	> input:nth-of-type(6):checked
	~ .carousel__thumbnails
	li:nth-of-type(6),
.carousel
	> input:nth-of-type(7):checked
	~ .carousel__thumbnails
	li:nth-of-type(7) {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel__slides {
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	display: flex;
}

.carousel__slide {
	position: relative;
	display: block;
	flex: 1 0 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 300ms ease-out;
	box-sizing: border-box;
	white-space: normal;
}

.carousel__slide figure {
	display: flex;
	margin: 0;
}

.carousel__slide div {
	position: relative;
	width: 100%;
}
.carousel__slide div:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: calc((2 / 3) * 100%);
}
.carousel__slide div > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.carousel__slide img {
	display: block;
	flex: 1 1 auto;
	object-fit: cover;
}

.carousel__slide figcaption {
	align-self: flex-end;
	padding: 20px 20px 0 20px;
	flex: 0 0 auto;
	width: 25%;
	min-width: 150px;
	display: flex;
	flex-direction: column;
}

.carousel__slide .credit {
	margin-top: 1rem;
	color: rgba(0, 0, 0, 0.5);
	display: block;
}

.carousel__slide.scrollable {
	overflow-y: scroll;
}

.carousel__thumbnails {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin: 0 -10px;
}

.carousel__slides + .carousel__thumbnails {
	margin-top: 20px;
}

.carousel__thumbnails li {
	flex: 1 1 auto;
	max-width: calc((100% / 6) - 20px);
	margin: 0 10px;
	transition: all 300ms ease-in-out;
}

.carousel__thumbnails label {
	display: block;
	position: relative;
}
.carousel__thumbnails label:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
.carousel__thumbnails label > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.carousel__thumbnails label:hover img,
.carousel__thumbnails label:focus img {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
	transition: all 300ms ease-in-out;
}

.carousel__thumbnails img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* End of Gallery Style */

/* Start of Service Style */
.services-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	text-align: center;
	line-height: 1.8;
	font-family: math;
	font-size: 16px;
}

.services-items h4 {
	font-size: 24px;
}

.service-item {
	background: white;
	flex: 1 1 300px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.service-item h4 {
	margin-top: 20px;
}

.service-item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (min-width: 1020px) {
	.services-items .service-item:nth-child(2) {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.services-items {
		flex-direction: column;
		align-items: center;
	}

	.service-item {
		flex: 1 1 auto;
		width: auto;
		max-width: 350px;
	}
}
/* End of services Style */

/* Start of Contact Style */

.contact-items {
	display: flex;
	gap: 90px;
	flex-wrap: wrap;
	font-family: math;
	align-items: flex-start;
}

.form,
.contact-details {
	flex: 1;
	max-width: 50%;
}

.form label {
	display: block;
	font-weight: bold;
	margin: 15px 0 5px;
}

.form input,
.form textarea {
	width: 100%;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	background: transparent;
	outline: none;
}

.form textarea {
	resize: vertical;
}

.btn-send {
	margin-top: 20px;
	background: #e6e6e6;
	border: none;
	padding: 12px 30px;
	border-radius: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}

.btn-send:hover {
	background: #d4d4d4;
}

.contact-details button {
	color: black;
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: none;
}

.whatsapp-btn a {
	color: #ffffff !important;
	font-weight: bold;
}

.contact-details {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
}

.contact-details h4 {
	margin: 20px 0 10px;
}

.contact-details p {
	margin-bottom: 10px;
}

.contact-details a {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}

@media (max-width: 768px) {
	.contact-items {
		flex-direction: column;
		align-items: stretch;
		align-content: flex-start;
		gap: 30px;
	}

	.contact-details button {
		display: flex;
		align-items: flex-end;
		margin-left: auto;
		margin-top: 20px;
	}

	.form,
	.contact-details {
		flex: none;
		max-width: 96%;
		margin: 0 auto;
		width: 100%;
	}

	.contact-details {
		align-items: start;
		text-align: left;
	}
}
/* End of Contact Style */

/* Start of Map Style */

.map-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.map-container iframe {
	width: 80%;
	height: 500px;
	border: none;
}

.directions h3 {
	padding-bottom: 0px;
}

.directions button {
	color: white;
	padding: 12px 24px;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

@media (max-width: 768px) {
	.map-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.map-container iframe {
		width: 100%;
		height: 400px;
	}
}
/* End of Map Style */

/* Start of Footer Style  */

footer {
	background-color: #20263e;
	padding: 60px 0;
	text-align: center;
}

.footer-items h3 {
	color: #ffffff;
	font-size: 1.5rem;
	margin: 0;
}

.footer-items a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.footer-items a:hover {
	color: #ffffffd5;
}

.footer-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.social-links {
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
}

.social-links li i {
	font-size: 2rem;
}
