body {
	overflow-x: hidden;
}

.bd-hero__area {
	margin-top: 135px;
	padding-left: 50px;
	padding-right: 50px;
}

.hero__overlay::before {
	background-image: -webkit-linear-gradient(0deg, rgb(26 26 26 / 25%) 0%, rgba(0, 0, 0, 0) 100%);
}

.bd-hero__banner {
	width: 100%;
	height: 100%;
	background-size: contain;
	/* 或 cover */
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	transition: all 1s ease-out 0s;
}

.bd-features__item {
	padding: 0px 40px;
}

.bd-service__content-2 h3 a,
.bd-process__content h4 a {
	font-weight: 500;
}

.bd-features__content p {
	margin-bottom: 30px;
	color: #c1a4a3;
	font-weight: 400;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.5px;
}

.fa-long-arrow-right,
.fa-long-arrow-left {
	color: var(--clr-theme-1);
}

@media(width<=1600px) {
	.hero__height {
		min-height: 60vh;
	}
}

@media (width<=768px) {
	.hero__height {
		height: fit-content;
	}

	.bd-hero__area {
		margin-top: 130px;
		padding-left: 0;
		padding-right: 0;
	}
}

.bd-features__content h3 {
	font-family: "Noto Sans SC", sans-serif;
	font-weight: 600;
	color: var(--clr-theme-1);
}

.bd-features__content h3:hover {
	color: var(--clr-theme-2);
}

.bd-features__top span {
	font-size: 1.2rem;
	font-weight: 500;
	background-color: var(--clr-theme-1);
	color: #fff;
}

.bd-features__item-wrapper {
	margin-bottom: 80px;
}

.bd-features__item-wrapper img {
	width: 60px;
}

a.bd-hero__btn-1 {
	color: #fff;
}

.bd-section__title {
	padding-bottom: 50px;
}

.bd-service__icon span img {
	width: 70%;
}

.bd-service__overlay {
	background: #fff4ea;
}

.bd-service__overlay h3 a {
	color: var(--clr-theme-2);
}

.bd-service__icon span {
	background: #fff;
	width: 75px;
	height: 75px;
	border-radius: 20px 0 0 0;
	box-shadow: 0px 2px 5px #4b32246d;
}

.bd-service__stroke-text {
	-webkit-text-stroke: 0px;
	color: #da9f95;
}

.bd-link__btn-2 {
	font-weight: 400;
	color: var(--clr-theme-1);
}

.bd-link__btn-2 svg {
	transition: all 0.2s ease-in-out;
}

.bd-serrvice__area {
	overflow-x: hidden;
}

.bd-service__item-2 h3 {
	color: #8d4032;
}

.bd-service__item-2 p {
	color: #4f4848;
}

.bd-process__grid {
	grid-template-columns: repeat(4, 1fr);
}

.bd-process__grid span {
	font-family: "Palanquin Dark", sans-serif;
}

.bd-process__number {
	top: 5px;
	right: 5px;
}

.bd-process__number span {
	background-color: #ffffffde;
	color: #fa5205;
	width: 60px;
	height: 35px;
	border-radius: 30px;
	font-size: 15px;
}


.bd-process__thumb:hover .bd-process__number span {
	color: #fff;
	background-color: #b53a1d;
}

.bd-process__content h4 a {
	color: #8d4032;
}

.bd-process__content h4 a:hover {
	color: #b53a1d;
}

.bd-service__content-2 h3 a {
	font-size: 1.3rem;
}

.bd-service__content-2 {
	padding: 34px 100px 34px 20px;
}

.bd-service__icon {
	right: 20px;
}

.cls-1 {
	fill: var(--clr-theme-1);
}

.bd-link__btn-2:hover {
	color: var(--clr-theme-2);
}

.bd-link__btn-2:hover svg {
	fill: var(--clr-theme-2);
	transform: translateX(15px);
}

svg {
	width: 50px;
}

.map-tour {
	padding: 70px 0;
}

.map-tour h2.bd-section__title {
	padding-bottom: 0px;
}

.map-tour img:hover {
	opacity: 0.7;
}

/* photo */
.bd-service__thumb-2 {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.bd-service__thumb-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bd-process__thumb {
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
}

.bd-process__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (width<=1200px) {
	.bd-process__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bd-process__thumb {
		max-width: 370px;
	}
}

@media (width<=768px) {
	.bd-process__thumb {
		height: 260px;
	}
}

@media (width<=576px) {
	.bd-process__grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.bd-process__thumb {
		height: 240px;
	}

	.bd-sub__title {
		text-align: start;
	}

	.bd-section__title {
		text-align: start;
	}

	.bd-serrvice__area .bd-sub__title {
		text-align: start;
	}

	.bd-serrvice__area .bd-section__title {
		text-align: start;
	}

	.bd-service__content-2 {
		padding: 34px 30px 34px 30px;
	}
}

.bd-sub__title {
	font-size: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
	width: 60px;
	height: 60px;
	background-color: var(--clr-theme-1);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.3s;
	box-shadow: 0px 2px 8px #ff853f91;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: var(--clr-theme-1);
	transform: scale(1.1);
}

/* .bd-hero__area .swiper-wrapper {
	border-radius: 16px;
} */

@media (width<=992px) {
	.bd-hero__banner {
		height: -webkit-fill-available;
	}

	.hero__height {
		min-height: 42vh;
	}

	.bd-hero__area .swiper-wrapper {
		height: 370px;
	}

	.bd-hero__area .swiper-button-prev,
	.bd-hero__area .swiper-button-next {
		top: 25%;
	}

	.bd-hero__area {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (width<=768px) {
	.hero__height {
		height: 250px;
	}

	.bd-hero__area .swiper-button-prev,
	.bd-hero__area .swiper-button-next {
		top: 30%;
		width: 40px;
		height: 40px;
	}

	.bd-hero__area .swiper-wrapper {
		height: 270px;
	}

	.hero__height {
		min-height: 25vh;
	}
}

@media (width<=576px) {
	.hero__height {
		height: 200px;
	}

	.bd-hero__banner {
		height: inherit;
	}

	.bd-hero__area .swiper-wrapper {
		height: 205px;
	}

	.bd-hero__area .swiper-button-prev,
	.bd-hero__area .swiper-button-next {
		top: 35%;
		width: 30px;
		height: 30px;
	}

	.bd-hero__area {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* ticket */

.ticket {
	transition: all 0.3s ease-in-out;
	width: 100%;
	position: relative;
	z-index: 5;
	background-image: url("../../../img/shape/cupon.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 500px;
	padding: 100px 50;
}

@media (width<=767px) {
	.ticket {
		width: 60%;
		margin: 0 auto;
		display: flex;
	}
}

.bd-single__ticket {
	padding-top: 20px;
}

.bd-single__ticket:hover {
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
}

.ticket-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 160px;
	line-height: 30px;
	padding: 0 30px;
}

.ticket-content h2 {
	font-size: 1.3rem;
	margin-top: 10px;
	color: rgb(164, 39, 4);
	letter-spacing: 1px;
}

.ticket-button {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 80px;
	line-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ticket-button img {
	width: 180px;
	margin-bottom: 30px;
}

.ticket .fancy-button {
	padding: 10px 30px;
	margin-left: 10px;
}

.single-team-single-area {
	padding: 30px;
	background: rgb(245 245 245);
	border-radius: 10px;
}

.single-team-single-area .thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.single-team-single-area .thumbnail img {
	transition: 0.3s;
}

.single-team-single-area .inner-content-area {
	margin-top: 25px;
	width: 100%;
}

.single-team-single-area .inner-content-area .title {
	margin-bottom: 9px;
	transition: 0.3s;
}

.single-team-single-area .inner-content-area .desig {
	color: var(--color-primary);
	display: block;
	margin-bottom: 12px;
}

.single-team-single-area .inner-content-area .disc {
	margin-bottom: 27px;
	color: rgb(124, 124, 132);
	word-break: break-word;
	overflow-wrap: break-word;
}

.single-team-single-area .social-area-wrapper {
	max-width: max-content;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.1);
	border-image: initial;
	padding: 6px 25px;
	border-radius: 100px;
}

.single-team-single-area .social-area-wrapper ul {
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0px;
	gap: 25px;
	list-style: none;
}

.single-team-single-area .social-area-wrapper ul li {
	margin: 0px;
	padding: 0px;
}

.single-team-single-area.list {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 20px;
	align-items: center;
	height: calc(50% - 10px);
	justify-content: space-between;
}

.single-team-single-area.list .inner-content-area {
	margin-top: 0px;
	padding-right: 15px;
}

.single-team-single-area.list:last-child {
	margin-bottom: 0px;
}

.thumbnail {
	display: block;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.thumbnail-2 {
	display: block;
	width: 260px;
	height: 350px;
	overflow: hidden;
	flex-shrink: 0;
	flex-grow: 0;
}

.thumbnail-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.thumbnail-3 {
	display: block;
	width: 260px;
	height: 350px;
	overflow: hidden;
	flex-shrink: 0;
	flex-grow: 0;
}

.thumbnail-3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.bd-postbox__title {
	font-size: 1.7rem;
}

.bd-postbox__meta span {
	font-size: 1.1rem;
}

.swiper-container {
	border-radius: 16px;
}

.swiper-container-pointer-events {
	border-radius: 16px;
}

.decorate-3 {
	position: absolute;
	bottom: 40px;
	right: -100px;
	width: 30%;
	height: 30%;
	z-index: 99;
	animation: floatRotate 5s ease-in-out infinite;
	transition: transform 0.3s ease;
}

.decorate-3:hover img {
	transform: scale(1.05);
}

.claim-success-toast {
	position: fixed;
	bottom: 20px;
	right: 41%;
	background: #28a745;
	color: white;
	padding: 15px 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	z-index: 100000;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.3s ease;
}

.claim-success-toast.show {
	opacity: 1;
	transform: translateY(0);
}

.claim-success-toast--error {
	position: fixed;
	bottom: 20px;
	right: 45%;
	background: #dc3545;
	color: white;
	padding: 15px 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	z-index: 100000;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.3s ease;
}

.fancy-button.disabled {
	background: gray
}

/* 漂浮動畫 */
@keyframes floatRotate {
	0% {
		transform: translateY(0px) rotate(0deg);
	}

	25% {
		transform: translateY(-4px) rotate(-1deg);
	}

	50% {
		transform: translateY(-6px) rotate(1deg);
	}

	75% {
		transform: translateY(-4px) rotate(-1deg);
	}

	100% {
		transform: translateY(0px) rotate(0deg);
	}
}

.thumbnail-3,
.thumbnail-2,
.thumbnail {
	aspect-ratio: 3 / 4;
}

.thumbnail-3,
.thumbnail-2 {
	height: auto;
}

@media (width< 1400px) {
	.ticket {
		min-height: 540px;
	}
}

@media (width< 1200px) {
	.single-team-single-area {
		margin-bottom: 20px;
		padding: 20px;
	}

	.ticket {
		min-height: 500px;
	}

	.single-team-single-area.list {
		height: auto;
	}

	.ticket-button {
		bottom: 65px;
	}
}

@media (width< 992px) {
	.ticket {
		min-height: 520px;
	}
}

@media (width<=768px) {
	.single-team-single-area.list {
		flex-direction: column-reverse;
	}

	.single-team-single-area.list .inner-content-area {
		order: 0;
		margin-top: 25px;
		padding-right: 0px;
	}

	.thumbnail-3,
	.thumbnail-2 {
		order: 1;
		width: 100%;
	}

	.bd-hero__area {
		margin-top: 110px;
	}
}

@media (width<=576px) {
	.bd-hero__area {
		margin-top: 90px;
	}

	.category-title {
		margin-left: 40px;
	}

	.bd-section__title-wrapper {
		margin-bottom: 0;
	}

	.ticket {
		width: 70%;
		min-height: 580px;
	}

	.thumbnail {
		height: auto;
	}

	.ticket-content {
		top: 185px
	}
}

@media (width<=498px) {
	.ticket {
		min-height: 540px;
	}

	.ticket-content {
		top: 170px
	}
}

@media (width<=466px) {
	.ticket {
		min-height: 480px;
	}

	.ticket-content {
		top: 150px
	}

	.ticket-button img {
		width: 130px;
	}
}

@media (width<=424px) {
	.ticket-button img {
		width: 150px;
	}

	.ticket {
		width: 90%;
		min-height: 550px;
	}

	.ticket-content {
		top: 175px
	}
}

@media (width<=375px) {
	.ticket {
		min-height: 485px;
	}

	.ticket-content {
		top: 150px
	}

	.ticket-button {
		bottom: 50px;
	}
}

@media (width<=321px) {
	.ticket {
		min-height: 440px;
	}

	.ticket-button {
		bottom: 50px;
	}
}

/* ads */
.main-ads {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1514141e
}

.main-ads img {
	width: 90%;
}

.close-btn-main {
	position: absolute;
	top: 20px;
	right: 35px;
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.9);
	color: rgb(54, 54, 54);
	border: 1px solid #6e6e6eb0;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	transition: all 0.2s ease;
	z-index: 10001;
}

.close-btn-main:hover {
	background: #555555;
	color: #ffffff;
}

.main-ads.hidden {
	display: none;
}


.hot-wobble {
	animation: wobble 1s ease-in-out infinite;
}

@keyframes wobble {
	0% {
		transform: rotate(0deg);
	}

	15% {
		transform: rotate(-5deg);
	}

	30% {
		transform: rotate(5deg);
	}

	45% {
		transform: rotate(-3deg);
	}

	60% {
		transform: rotate(3deg);
	}

	75% {
		transform: rotate(-1deg);
	}

	100% {
		transform: rotate(0deg);
	}
}