@font-face {
	font-family: "priest, sans-serif";
	src: url("font/Priestacy.otf") format("opentype");
}
@font-face {
	font-family: "TM, sans-serif";
	src: url("font/TM.otf") format("opentype");
}
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
/* ========== Hero ========== */
.hero {
	background-image: url("images/b-lake.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 80vh;
   -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
	mask-mode: match-source;
	mask-repeat: no-repeat;
	width: 100%;

}

/* ========== Header ========== */
.header {
	width: 100%;
}
.nav-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 2rem;
	width: 100%;
	gap: 40px;
	font-weight: bold;
	cursor: default;
	background: rgba(0, 0, 0, 0.9);
	height: 30px;
}
/* ========== Nav List ========== */
.nav-bar ul {
	display: flex;
	gap: 3rem;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fbfcf6;
	font-family: "Merriweather", serif;
}
.nav-bar ul li a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
.nav-bar ul li,
.main-title,
.title-tag {
  transition: all 0.3s ease;
}
.nav-bar ul li:hover {
	color: rgb(110, 101, 181);
	cursor: pointer;
}
.booking:hover {
	color: #32CD32;
}
.main-title {
	font-family: "TM, sans-serif";
	font-size: 5rem;
	letter-spacing: 5px;
	color: #fbfcf6;
	text-shadow: -2px 4px 7px black;
	position: relative;
	top: 50px;
}
.main-title:hover {
	color: #ffff00;
	text-shadow: -2px 4px 10px #000000;
	cursor: default;
}
.title-tag {
	font-family: "priest, sans-serif";
	font-size: 4rem;
	color: #fbfcf6;
	font-weight: bolder;
	text-shadow: 3px 6px 9px #000000;
	margin-bottom: 0;
}
.title-tag:hover {
	color: #00ff00;
	text-shadow: -2px 4px 7px black;
	cursor: default;
}

/* ========== Avtivities Section (Section 2) ========== */

.must-do {
	text-align: center;
	font-weight: 700;
	font-size: 2.3rem;
	color: #444444;
	font-family: "TM, sans-serif";
	margin: 120px auto 120px;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
	
}
.must-do:hover {
	color: #222222;
	cursor: default;
}
/* ========== Burnham Park ========== */

 #burnham-park {
	display: flex;
	align-items: start;
	justify-content: center;
	padding: 20px;
	gap: 20px;
	width: 100%;
	max-width: 1000px;
    height: auto;
	margin: 20px auto 60px auto;
	border-radius: 15px;
 }
 .boating {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	text-align: left;
	line-height: 1.6;
	color: #333;	
 }
 .boating h3 {
	font-size: 25px;
	color: #222222;
	font-weight: 700;
	font-family: "Merriweather", serif;
	
 }
 .boating p {
	font-size: 18px;
	font-family: sans-serif;
 }
.spot-image {
	width: 100%;
	height: 400px;
	border-radius: 50px;
	box-shadow: 3px 6px 9px black;
	display: block;	
	object-fit: cover;
}

/* ========== Activity 2: Wright Park ========== */

#wright-park {
	display: flex;
	align-items: start;
	justify-content: center;
	padding: 20px;
	gap: 20px;
	width: 100%;
	margin-bottom: 40px;
	max-width: 1000px;
    margin: 20px auto 60px auto;
	height: auto;
	border-radius: 15px;
	
}
.horse-back {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	text-align: right;
	line-height: 1.6;
	color: #333;

}
.horse-back h3 {
	font-size: 25px;
	font-family: "Merriweather", serif;
	color: #222222;
	font-weight: 700;
}
.horse-back p {
	font-size: 18px;
	font-family: sans-serif;
	text-align: right;
}

/* ========== Activity 3: Food ========== */

#baguio-taste {
	display: flex;
	align-items: start;
	justify-content: center;
	padding: 20px;
	gap: 20px;
	width: 100%;
	max-width: 1000px;
	height: auto;
	border-radius: 15px;
	margin: 20px auto 60px auto;
}
.baguio-food {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	text-align: left;
	line-height: 1.6;
	color: #333;	
}
.baguio-food h3 {
	font-size: 25px;
	font-family: "Merriweather", serif;
	color: #222222;
	font-weight: 700;
	
}
.baguio-food p {
	font-size: 18px;
	font-family: sans-serif;
}

#burnham-park, #wright-park, #baguio-taste {
	transition: transform 0.3s ease;
	cursor: pointer;
}

#burnham-park:hover, #wright-park:hover, #baguio-taste:hover {
	transform: scale(1.1);
}

/* ========== Guide Section ========== */
.information-container {
	display: flex;
	align-items: start;
	max-width: 1000px;
	justify-content: center;
	margin: 100px auto;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
	padding: 20px;
	gap: 20px;
	width: 100%;
	border-radius: 15px;
}
.profile-img {
	width: 200px;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
	display: flex;
}
.text-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	text-align: left;
	line-height: 1.6;
	color: #333;
}
.text-content h2 {
	margin: 0 0 5px;
}
span {
	border-bottom: 3px solid #000000;
}
/* ========== Footer ========== */
footer {
	font-size: 0.7rem;
	text-align: center;
	color: white;
	padding: 20px;
	background: rgba(0, 0, 0, 0.9);
}
footer a {
	color: inherit;
}

