@charset "utf-8";
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }

/*Cover*/
.c-attra {
	width: 100%;
	margin: 100px 0;
	padding: 30px 120px;
	background-color: #375A10;
	box-sizing: border-box;
	overflow: hidden;
}

.c-cover {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 32px;
	display: block;
}

.c-body{
	padding: 18px 8px 6px;
}

.c-body h1{
	margin: 12px 0 0;
	color: #FFFFFF;
	font-family: "Poppins", sans-serif;
	font-size: 64px;
	font-weight: 700;
}

.where {
	margin: 0 0 16px;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 400;
}

.c-summary {
	margin: 0 0 50px;
	color: #FFFFFF;
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: justify;
}

.c-other {
	margin-top: 18px;
	display: flex;
	column-gap: 22px;
}

.c-map {
	width: 34%;
}

.c-map iframe{
	width: 100%;
	height: 450px;
	border: 0;
	display: block;
}

.c-info {
	width: 66%;
}

.c-list {
	list-style: none;
	padding: 0;
	margin: 10px 20px 60px 40px;
}

.c-list li{
	display: flex;
	column-gap: 10px;
	margin-bottom: 10px;
}

.c-list img{
	width: 32px;
	height: 32px;
	margin-top: 15px;
}

.c-list p{
	margin: 20px;
	color: #FFFFFF;
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.c-rating {
	display: flex;
	align-items: center; 
	column-gap: 14px;
}


.stars {
	margin: 100px 0 20px 40px;
	font-size: 64px;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	line-height: 66px;
}

.star-text {
	color: #FFFFFF;
}

.star.full{
	color: #FFE100;
}

.star.empty{
	color: #FFFFFF;
}

.btn-learn {
	margin: 130px 0 0 auto;
	background-color: #AFBF36;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 999px;
}

.btn-learn:hover{
	background-color: #F0F2BB;
	color: #375A10;
}


/*Things You Can Do Here*/
.things {
	background-color: #FFFFFF;
	padding: 30px 120px 90px;
}

.things h2{
	text-align: right;
	color: #274001;
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 36px;
}

.things-list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	column-gap: 46px;
}

.activity {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 34px;
	padding: 20px 0px;
}

.activity:nth-child(odd)::before {
	left: 22%;
}

.activity:nth-child(even) {
	flex-direction: row-reverse;
}

.activity:nth-child(even)::before {
	right: 22%;
}

.activity-img {
	position: relative;
	width: 640px;
	height: 302px;
	border-radius: 58px;
	overflow: hidden;
	box-shadow: 0 18px 28px rgba(0,0,0,0.35);
	z-index: 1;
}

.activity-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.activity-text {
	position: relative;
	max-width: 600px;
	font-family: "Noto Sans", sans-serif;
	padding: 0 30px;
	z-index: 1;
}

.activity-text h3{
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 12px;
	color: #375A10;
}

.activity-text p{
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 18px;
	max-width: 600px;
	color: #375A10;
	text-align: justify;
}


/*Gallery*/
.gallery {
	margin: 100px auto;
	padding: 80px 120px 40px;
	width: 100%;
	background-color: #F0F2BB;
	position: relative;
	display: grid;
	grid-template-columns: 620px 180px;
	column-gap: 52px;
	justify-content: center;
	align-items: center;
}

.gallery h2{
	position: absolute;
	top: 20px;
	left: 20px;
	transform: translateY(-50%);
	margin: 0;
	background: #274001;
	color: #FFFFFF;
	padding: 10px 22px;
	border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	font-weight: 700;
}

.photo-m{
	margin: 0;
}

.photo-m img{
	width: 620px;
	height: 320px;
	object-fit: cover;
	display: block;
	border-radius: 38px;
}

.galleryTh {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
	align-items: center;
}

.thumbBtn {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.thumbBtn img{
	width: 140px;
	height: 70px;
	object-fit: cover;
	display: block;
	border-radius: 32px;
}

@media (max-width: 1200px){
	.c-attra{ padding: 30px 48px; }
	.things{ padding: 30px 48px 90px; }
	.gallery{ padding: 80px 48px 40px; }
}

@media (max-width: 900px){
	.c-cover{ height: 420px; }

	.c-other{
		flex-direction: column;
		row-gap: 22px;
	}
	.c-map, .c-info{ width: 100%; }
	.c-map iframe{ height: 320px; }

	.stars{ 
		margin: 40px 0 10px 0; 
		font-size: 46px; 
		line-height: 50px; 
	}
	
	.btn-learn{ 
		margin: 18px 0 0; 
		display: inline-block; 
	}
}

@media (max-width: 768px){
	.c-attra{
		padding: 22px 20px;
		margin: 90px 0 60px;
	}

	.c-cover{
		height: auto;
		aspect-ratio: 16 / 9;
		border-radius: 22px;
	}

	.c-body h1{ font-size: 40px; }
	.where{ font-size: 22px; }
	
	.c-summary{ 
		font-size: 16px; 
		margin-bottom: 26px; 
	}

	.c-list{ margin: 10px 0 30px; }
	.c-list p{ 
		font-size: 16px; 
		margin: 12px; 
	}
	.c-list img{ width: 24px; 
		height: 24px; 
		margin-top: 10px; 
	}

	.c-rating{ flex-wrap: wrap; row-gap: 10px; }
	.stars{ font-size: 40px; line-height: 44px; }

	.things{ padding: 26px 20px 70px; }
	.things h2{ font-size: 32px; margin-bottom: 22px; }

	.activity,
	.activity:nth-child(even){
		flex-direction: column;
	}

	.activity-img{
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		border-radius: 28px;
	}

	.activity-text{
		max-width: 100%;
		padding: 14px 0 0;
	}
	.activity-text h3{ font-size: 22px; }
	.activity-text p{ font-size: 16px; }

	.gallery{
		padding: 70px 20px 30px;
		grid-template-columns: 100%;
		row-gap: 16px;
	}
	.gallery h2{ font-size: 28px; top: 18px; left: 18px; }

	.photo-m img{
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		border-radius: 26px;
	}

	.galleryTh{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 12px;
	}
	
	.thumbBtn img{
		width: 44vw;
		max-width: 200px;
		height: auto;
		aspect-ratio: 2 / 1;
		border-radius: 18px;
	}
}

@media (max-width: 480px){
	.c-body h1{ font-size: 34px; }
	.where{ font-size: 20px; }

	.thumbBtn img{
		width: 90vw;
		max-width: 320px;
	}
}