
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');
@charset 'utf-8';

:root {
	--animate-delay: 0.5s;
	--trapezoid-height: 5rem;
	--trapezoid-top: -4.9rem;
}
@media (max-width: 992px) {
:root {
	--trapezoid-height: 2rem;
	--trapezoid-top: -1.9rem;
}	
}

* {
	/*outline: 1px solid red;*/
}

.section-a{
	margin: 100px 0 0 0;
}
@media (min-width: 992px) {

	.section-a{
		margin: 200px 0 0 0;
	}
}
@media (min-width: 1200px) {

	.section-a{
		margin: 200px 0 0 0;
	}
}
html, body {
	width: 100%;
	font-family: 'Roboto', 'Noto Sans TC', sans-serif;
	/*image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;*/
	/*max-width: 2560px;*/
	/*background-color: #350306;*/
	/*overflow-x: hidden;*/
	scroll-behavior: smooth;
}
body {
	position: relative;
}

.bg-wine-red {
	background-color: #9c2d46;
}

.event-btn-absolute {
	/*top: 10%;*/
	top: 28%;
}
@media (min-width: 992px) {
	.event-btn-absolute {
		top: 32%;
	}	
}

.event-btn-container {

}
.event-btn-group {
	max-width: 1120px;
	margin-top: -0.5rem;
	filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));
}
@media (min-width: 1367px) {
	.event-btn-group {
		max-width: 1320px;
		margin-top: -0.5rem;
		filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));
	}
}


.title-img {
	max-width: 100%;
	position: relative;
	z-index: 2;
	/*margin-bottom: -1rem;*/
}
@media (min-width: 992px) {
	.event-btn-group {
		margin-top: -1rem;
	}
	.event-btn-group img {
		transform: translateY(0px);
		transition: all .2s ease;
	}
	.event-btn-group img:hover {
		transform: translateY(-10px);
		transition: all .2s ease;
	}
	.title-img {
		/*max-width: 100%;*/
		margin-bottom: -5%;
	}

	
}
/*@media (min-width: 1920px) {
	.title-img {
		max-width: 1200px;
	}
	
}
@media (min-width: 2200px) {
	.title-img {
		max-width: 1200px;
	}
}*/
.primary-product-inner {
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 80%;
}
.primary-product {
	/*max-width: 50%;*/
	align-self: flex-end;
	margin-bottom: 1rem;
	position: relative;
}
.primary-product.right-hand::after {
	content: '';
	display: block;
	position: absolute;
	top: 19%;
	left: 36%;
	width: 100%;
	padding-top: 100%;
	background-image: url(../images/wave1/right-hand.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	user-select: none;
	pointer-events: none;
}

.primary-product.left-hand::after {
	content: '';
	display: block;
	position: absolute;
	top: -11%;
	right: 25%;
	width: 100%;
	padding-top: 100%;
	background-image: url(../images/wave1/left-hand.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	user-select: none;
	pointer-events: none;
}
.primary-row-4 {
	filter: drop-shadow(5px -5px 3px rgba(175,120,21,.5));
}








.item {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
    #sectionA .section-wrapper, #sectionB .section-wrapper, #sectionC .section-wrapper, #sectionD .section-wrapper {
        /* max-width: 1320px; */

    }
}



.primary-btn-group {
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 10px;
}
@media only screen and (min-width: 768px) {

	.primary-btn-group {
		position: absolute;
		width: 100%;
		left: 0;
		margin-top: -50px;
	}
}
@media (min-width: 992px) {
.primary-btn-group {
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: -80px;
}
}





* {
	/*outline: 0;*/
	/*outline: 1px solid #f00 !important;*/
}

.fs-7 {
	font-size: 0.75rem;
}
body * {
	animation-play-state: running;
}
body .butterfly-A,
body .butterfly-B {
	opacity: 0;
	transition: all .5s linear;
}
body.loaded .butterfly-A,
body.loaded .butterfly-B {
	opacity: 1;
}
body.loaded * {
	animation-play-state: running;
}
body.loaded.modal-open * {
	animation-play-state: paused;
}
.bg-red {
	/*background-color: #d63829;*/
	background-color: #7c0e19;
}
.bg-green {
	background-color: #567050;
}
.loading {
  position: fixed;
  /*background-color: rgba(233, 39, 40, 1);*/
  background-color: transparent;
  /*backdrop-filter: blur(200px) brightness(90%);
  -webkit-backdrop-filter: blur(200px) brightness(90%);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  
  z-index: 10000;
  transition: all 1s ease-out;
  user-select: none;
  pointer-events: none;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border-top: 3px solid #FFF;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}

.butterfly-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 104;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	overflow: hidden;
	pointer-events: none;
	user-select: none;
}

/*@keyframes rotation {
  0% {
    transform: rotate(0deg) ;
  }
  100% {
    transform: rotate(360deg);
  }
} */

a:link,
a:visited,
a:focus,
a:hover,
a:active {
	text-decoration: none;
	color: #fff;
}
a:focus-visible {
	outline: none;
	box-shadow: none;
}

body {
}

body.wave1 {
	/*min-height: 100vh;*/
  	/*max-height: -webkit-fill-available;*/
	/*background-image: url(../images/wave1/mobile/bg-main.jpg), url(../images/wave1/bg-repeat.jpg);
	background-position: top 46px center, center;
	background-repeat: no-repeat, repeat;
	background-size: 100% auto, auto;*/
	/*background-attachment: fixed;*/
}

@media (min-width: 992px) {
	body.wave1 {
		/*min-height: 100vh;*/
	  	/*max-height: -webkit-fill-available;*/
		/*background-image: url(../images/wave1/bg-main.jpg), url(../images/wave1/bg-repeat.jpg);
		background-position: top 46px center, center;
		background-repeat: no-repeat, repeat;
		background-size: 100% auto, auto;*/
		/*background-attachment: fixed;*/
	}

}







@media (min-width: 1400px) {
	body {
		/*padding-bottom: 0;*/
	}
	.fs-xl-5 {
		font-size: 1.25rem!important;
	}
}


.sticky-top-nav {
	position: relative;
}
@media (min-width: 1200px) {
	.sticky-top-nav {
		position: sticky;
		top: 0;
	}	
}

@media (min-width: 1200px) {

	/*@keyframes clockwiseRotate {
		0% {
			transform: rotate(-360deg)
		}
		100% {
			transform: rotate(360deg);
		}
	}
	@keyframes counterClockwiseRotate {
		0% {
			transform: rotate(360deg)
		}
		100% {
			transform: rotate(-360deg);
		}
	}*/

}



.us-none {
	user-select: none;
}
::selection {
	color: #fff;
	background: #000;
}


#topNav {
	position: relative!important;
	top: initial!important;
	/*background-color: transparent!important;*/
	/*display: none!important;*/
}
footer {
	/*display: none!important;*/
}


*.modal-open {
	/*padding-right: 0 !important;*/
}

.modal-backdrop {
  /*background-color: transparent!important;*/
  background-color: rgba(0, 0, 0, 0.3)!important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all .2s linear;
}
.modal-backdrop.show {
  opacity: 1;
}
#app {
	position: relative;
}

.landing-background {
	position: relative;
}

.landing-table {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	pointer-events: none;
	user-select: none;
}
.landing-main {
	width: 100%;
	position: relative;
}

.landing-cloud-group {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -5%;
	left: 0;
	overflow: hidden;
	display: none;
}
@media (min-width: 992px) {
	.landing-cloud-group {
		display: block;
		bottom: 0;
	}
}
.landing-left-cloud {
	position: absolute;
	bottom: 2%;
	left: -5%;
	width: 20%;
	z-index: 3;
	filter: drop-shadow(0 15px 15px rgba(0,0,0,0.5));
	pointer-events: none;
	user-select: none;
	animation: leftCloudAnim 10s ease infinite;
}
/*@keyframes leftCloudAnim {
	0% {
		transform: translateY(-15px);
	}
	50% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(-15px);
	}
}*/
.landing-right-cloud {
	position: absolute;
	bottom: 5%;
	right: -5%;
	width: 20%;
	z-index: 3;
	filter: drop-shadow(0 15px 15px rgba(0,0,0,0.5));
	pointer-events: none;
	user-select: none;
	animation: rightCloudAnim 10s ease infinite;
}
/*@keyframes rightCloudAnim {
	0% {
		transform: translateY(-15px);
	}
	50% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(-15px);
	}
}*/
.landing-flower,
.landing-leaves-1,
.landing-leaves-2,
.landing-goddess,
.landing-title,
.landing-butterflies,
.landing-mask-1,
.landing-mask-2,
.landing-mask-3,
.landing-mask-4,
.landing-mask-5 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}



.landing-mask-2 {
	animation: landingMask2Move 10s ease-in-out infinite;
	will-change: transform;
}
/*@keyframes landingMask2Move {
	0% {
		transform: rotate(-3deg);
	}
	50% {
		transform: rotate(3deg);
	}
	100% {
		transform: rotate(-3deg);
	}
}*/

.landing-mask-3 {
	animation: landingMask3Move 10s ease-in-out infinite;
	animation-delay: 5s;
	will-change: transform;
}
/*@keyframes landingMask3Move {
	0% {
		transform: rotate(-3deg);
	}
	50% {
		transform: rotate(3deg);
	}
	100% {
		transform: rotate(-3deg);
	}
}*/

.landing-leaves-1 > div {
	animation: landingLeaves1Move 10s ease-in-out infinite;
	transform-origin: 100% 100%;
}
.landing-leaves-2 > div {
	animation: landingLeaves2Move 10s ease-in-out infinite;
	transform-origin: 50% 100%;
}

.wave1 .landing-flower img,
.wave1 .landing-leaves-1 img,
.wave1 .landing-leaves-2 img {
	filter: drop-shadow(0 0 5px rgba(133, 4, 4, 0.74));
}

.wave2 .landing-flower img,
.wave2 .landing-leaves-1 img,
.wave2 .landing-leaves-2 img {
	filter: drop-shadow(0 0 5px rgba(9, 57, 45, 0.84));
}

/*@keyframes landingLeaves1Move {
	0% {
		transform: rotate(1deg);
	}
	50% {
		transform: rotate(-1deg);
	}
	100% {
		transform: rotate(1deg);
	}
}
@keyframes landingLeaves2Move {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-3deg);
	}
	100% {
		transform: rotate(0deg);
	}
}*/

.landing-butterflies {

}

/*@keyframes swinging {
	0% {
		transform: translateX(-50%) rotate(-5deg) translateZ(0);
	}
	50% {
		transform: translateX(-50%) rotate(5deg) translateZ(0);
	}
	100% {
		transform: translateX(-50%) rotate(-5deg) translateZ(0);
	}
}*/

.landing-rail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -22%;
}
.landing-date {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}


.landing-logo {
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	top: 5%;
	will-change: transform;
	transform: translateX(-50%) translateZ(0);
}

.landing-butterfly {
	position: absolute;
	width: 200px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-left: -14%;
	margin-top: -75px;
	animation: landingButterfly 15s ease-in-out infinite;
}


@media (max-width: 992px) {
	.landing-date {
		top: 5%;
	}
	.landing-rail {
		bottom: 0%;
	}
	.landing-butterfly {
		width: 20%;
		margin-left: -33%;
		margin-top: -50px;
	}

}


/*@keyframes landingButterfly {
	0% {
		transform: translate3d(-100%, -380%, 0) rotate3d(0,0,1,90deg);
	}
	20% {
		transform: translate3d(0, 0, 0) rotate3d(0,0,0,0deg);
	}
	80% {
		transform: translate3d(0, 0, 0) rotate3d(0,0,0,0deg);
	}
	100% {
		transform: translate3d(200%, -380%, 0) rotate3d(0,0,1,45deg);
	}
}*/


.butterfly-A {
	position: absolute;
	width: 25%;
	top: 34%;
	left: 10%;
	/*animation: butterfly1 15s linear infinite;
	animation-delay: 5s;*/
	filter: saturate(20%) brightness(110%);
}
@media (min-width: 992px) {
	.butterfly-A {
		position: absolute;
		width: 8.125%;
		top: 64%;
		left: 44%;
		/*animation: butterflyA 15s linear infinite;
		animation-delay: 5s;*/
		filter: saturate(20%) brightness(110%);
	}	
}
.butterfly-A .butterfly-s-left {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	animation: butterflySLeft 3s ease-in-out infinite;
	transform-origin: 100% 0%;
}
.butterfly-A .butterfly-s-right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	animation: butterflySRight 3s ease-in-out infinite;
	transform-origin: 0% 0%;
}
.butterfly-A .butterfly-s-left-shadow {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	animation: butterflySLeftShadow 3s ease-in-out infinite;
	transform-origin: 100% 0%;
}
.butterfly-A .butterfly-s-right-shadow {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	animation: butterflySRightShadow 3s ease-in-out infinite;
	transform-origin: 0% 0%;
}
/*@keyframes butterflyA {
	0% {
		top: 60%;
		left: -10%;
	}
	100% {
		top: -10%;
		left: 80%;
	}
}*/
.butterfly-A-body {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Body 15s linear infinite;*/
	/*filter: hue-rotate(150deg);*/
	perspective: 200px;
}
/*@keyframes butterflyABody {
	0% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}*/
.butterfly-A-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Shadow 15s linear infinite;*/
	opacity: .4;
	filter: blur(5px);
}
/*@keyframes butterflyAShadow {
	0% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}*/

.butterfly-B {
	position: absolute;
	width: 16%;
	top: 34%;
	left: 68%;
	transform: scaleX(-1) rotate(90deg);
	/*animation: butterfly1 15s linear infinite;
	animation-delay: 5s;*/
	/*filter: saturate(20%) brightness(110%);*/
}
@media (min-width: 992px) {
	.butterfly-B {
		position: absolute;
		width: 5%;
		top: 15%;
		left: 58%;
		transform: scaleX(-1) rotate(90deg);
		/*animation: butterflyA 15s linear infinite;
		animation-delay: 5s;*/
		/*filter: saturate(20%) brightness(110%);*/
	}	
}
.butterfly-B .butterfly-s-left {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	animation: butterflySLeft 3s ease-in-out infinite;
	animation-delay: 1.5s;
	transform-origin: 100% 0%;
}
.butterfly-B .butterfly-s-right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	animation: butterflySRight 3s ease-in-out infinite;
	animation-delay: 1.5s;
	transform-origin: 0% 0%;
}
.butterfly-B .butterfly-s-left-shadow {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	animation: butterflySLeftShadow 3s ease-in-out infinite;
	animation-delay: 1.5s;
	transform-origin: 100% 0%;
}
.butterfly-B .butterfly-s-right-shadow {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	animation: butterflySRightShadow 3s ease-in-out infinite;
	animation-delay: 1.5s;
	transform-origin: 0% 0%;
}
/*@keyframes butterflyB {
	0% {
		top: 60%;
		left: -10%;
	}
	100% {
		top: -10%;
		left: 80%;
	}
}*/
.butterfly-B-body {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Body 15s linear infinite;*/
	/*filter: hue-rotate(150deg);*/
	perspective: 200px;
}
/*@keyframes butterflyBBody {
	0% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}*/
.butterfly-B-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Shadow 15s linear infinite;*/
	opacity: .4;
	filter: blur(5px);
}
@keyframes butterflyBShadow {
	0% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}












.butterfly-1 {
	position: fixed;
	width: 10%;
	top: 60%;
	left: -10%;
	animation: butterfly1 15s linear infinite;
	animation-delay: 5s;
}
@keyframes butterfly1 {
	0% {
		top: 60%;
		left: -10%;
	}
	100% {
		top: -10%;
		left: 80%;
	}
}
.butterfly-1-body {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Body 15s linear infinite;*/
	/*filter: hue-rotate(150deg);*/
	perspective: 200px;
}
@keyframes butterfly1Body {
	0% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}
.butterfly-1-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Shadow 15s linear infinite;*/
	opacity: .4;
	filter: blur(5px);
}
@keyframes butterfly1Shadow {
	0% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}

.butterfly-2 {
	position: fixed;
	width: 10%;
	bottom: -10%;
	right: 10%;
	animation: butterfly2 10s linear infinite;
	animation-delay: 3s;
	transform: scaleX(-1);
	filter: saturate(50%) brightness(110%);
}
@keyframes butterfly2 {
	0% {
		bottom: -10%;
		right: 10%;
	}
	100% {
		bottom: 110vh;
		right: 60%;
	}
}
.butterfly-2-body {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Body 15s linear infinite;*/
	/*filter: hue-rotate(150deg);*/
	perspective: 200px;
}
@keyframes butterfly2Body {
	0% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}
.butterfly-2-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Shadow 15s linear infinite;*/
	opacity: .4;
	filter: blur(5px);
}
@keyframes butterfly2Shadow {
	0% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}

.butterfly-3 {
	position: fixed;
	width: 6%;
	bottom: -10%;
	left: 30%;
	animation: butterfly3 12s linear infinite;
	animation-delay: 3s;
	transform-origin: -50vw -50vh;
}
@keyframes butterfly3 {
	0% {
		bottom: -10%;
		left: 20%;
		transform: rotate(0deg);
	}
	100% {
		bottom: 110vh;
		left: 90%;
		transform: rotate(-90deg);
	}
}
.butterfly-3-body {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Body 15s linear infinite;*/
	/*filter: hue-rotate(150deg);*/
	perspective: 200px;
}
@keyframes butterfly3Body {
	0% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}
.butterfly-3-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Shadow 15s linear infinite;*/
	opacity: .4;
	filter: blur(5px);
}
@keyframes butterfly3Shadow {
	0% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}

.butterfly-4 {
	position: fixed;
	width: 8%;
	top: : 20%;
	right: -10%;
	animation: butterfly4 13s linear infinite;
	animation-delay: 8s;
	transform: scaleX(-1) rotate(75deg);
	/*filter: saturate(50%) brightness(110%);*/
}
@keyframes butterfly4 {
	0% {
		top: 20%;
		right: -10%;
		transform: scaleX(-1) rotate(75deg);
	}
	100% {
		top: 110vh;
		right: 110%;
		transform: scaleX(-1) rotate(-45deg);
	}
}
.butterfly-4-body {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Body 15s linear infinite;*/
	/*filter: hue-rotate(150deg);*/
	perspective: 200px;
}
@keyframes butterfly4Body {
	0% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}
.butterfly-4-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	/*animation: butterfly1Shadow 15s linear infinite;*/
	opacity: .4;
	filter: blur(5px);
}
@keyframes butterfly4Shadow {
	0% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	40% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
	}
	60% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}

	100% {
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
	}
}

@media (min-width: 992px) {
	.butterfly-1 {
		position: fixed;
		width: 5%;
		top: 60%;
		left: -10%;
		animation: butterfly1 15s linear infinite;
		animation-delay: 5s;
	}
	@keyframes butterfly1 {
		0% {
			top: 60%;
			left: -10%;
		}
		100% {
			top: -10%;
			left: 80%;
		}
	}
	.butterfly-1-body {
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transform-origin: 50% 50%;
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		/*animation: butterfly1Body 15s linear infinite;*/
		/*filter: hue-rotate(150deg);*/
		perspective: 200px;
	}
	@keyframes butterfly1Body {
		0% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		40% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		60% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}

		100% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}
	}
	.butterfly-1-shadow {
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		/*animation: butterfly1Shadow 15s linear infinite;*/
		opacity: .4;
		filter: blur(5px);
	}
	@keyframes butterfly1Shadow {
		0% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		40% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		60% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}

		100% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}
	}

	.butterfly-2 {
		position: fixed;
		width: 5%;
		bottom: -10%;
		right: 10%;
		animation: butterfly2 10s linear infinite;
		animation-delay: 3s;
		transform: scaleX(-1);
		filter: saturate(50%) brightness(110%);
	}
	@keyframes butterfly2 {
		0% {
			bottom: -10%;
			right: 10%;
		}
		100% {
			bottom: 110vh;
			right: 60%;
		}
	}
	.butterfly-2-body {
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transform-origin: 50% 50%;
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		/*animation: butterfly1Body 15s linear infinite;*/
		/*filter: hue-rotate(150deg);*/
		perspective: 200px;
	}
	@keyframes butterfly2Body {
		0% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		40% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		60% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}

		100% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}
	}
	.butterfly-2-shadow {
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		/*animation: butterfly1Shadow 15s linear infinite;*/
		opacity: .4;
		filter: blur(5px);
	}
	@keyframes butterfly2Shadow {
		0% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		40% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		60% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}

		100% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}
	}

	.butterfly-3 {
		position: fixed;
		width: 3%;
		bottom: -10%;
		left: 30%;
		animation: butterfly3 12s linear infinite;
		animation-delay: 3s;
		transform-origin: -50vw -50vh;
	}
	@keyframes butterfly3 {
		0% {
			bottom: -10%;
			left: 20%;
			transform: rotate(0deg);
		}
		100% {
			bottom: 110vh;
			left: 90%;
			transform: rotate(-90deg);
		}
	}
	.butterfly-3-body {
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transform-origin: 50% 50%;
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		/*animation: butterfly1Body 15s linear infinite;*/
		/*filter: hue-rotate(150deg);*/
		perspective: 200px;
	}
	@keyframes butterfly3Body {
		0% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		40% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		60% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}

		100% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}
	}
	.butterfly-3-shadow {
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		/*animation: butterfly1Shadow 15s linear infinite;*/
		opacity: .4;
		filter: blur(5px);
	}
	@keyframes butterfly3Shadow {
		0% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		40% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		60% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}

		100% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}
	}

	.butterfly-4 {
		position: fixed;
		width: 4%;
		top: : 20%;
		right: -10%;
		animation: butterfly4 13s linear infinite;
		animation-delay: 8s;
		transform: scaleX(-1) rotate(75deg);
		/*filter: saturate(50%) brightness(110%);*/
	}
	@keyframes butterfly4 {
		0% {
			top: 20%;
			right: -10%;
			transform: scaleX(-1) rotate(75deg);
		}
		100% {
			top: 110vh;
			right: 110%;
			transform: scaleX(-1) rotate(-45deg);
		}
	}
	.butterfly-4-body {
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transform-origin: 50% 50%;
		transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		/*animation: butterfly1Body 15s linear infinite;*/
		/*filter: hue-rotate(150deg);*/
		perspective: 200px;
	}
	@keyframes butterfly4Body {
		0% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		40% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		60% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}

		100% {
			transform: rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}
	}
	.butterfly-4-shadow {
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		/*animation: butterfly1Shadow 15s linear infinite;*/
		opacity: .4;
		filter: blur(5px);
	}
	@keyframes butterfly4Shadow {
		0% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		40% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(30deg);
		}
		60% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}

		100% {
			transform: scaleY(0.8) translate3d(0px,40px,0) rotateX(25deg) rotateY(0deg) rotateZ(90deg);
		}
	}	
}


/*翅膀*/
.butterfly-s-left {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	animation: butterflySLeft .5s ease-in-out infinite;
	transform-origin: 100% 0%;
}
@keyframes butterflySLeft {
	0% {
		transform: rotateY(0deg);
		filter: brightness(100%);
	}
	50% {
		transform: rotateY(60deg);
		filter: brightness(100%);
	}
	100% {
		transform: rotateY(0deg);
		filter: brightness(100%);
	}
}
.butterfly-s-left-shadow {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	animation: butterflySLeftShadow .5s ease-in-out infinite;
	transform-origin: 100% 0%;
}
@keyframes butterflySLeftShadow {
	0% {
		transform: rotateY(0deg) scaleX(1);
		opacity: 1;
	}
	50% {
		transform: rotateY(30deg) scaleX(0.9);
		opacity: 1;
	}
	100% {
		transform: rotateY(0deg) scaleX(1);
		opacity: 1;
	}
}
.butterfly-s-right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	animation: butterflySRight .5s ease-in-out infinite;
	transform-origin: 0% 0%;
}
@keyframes butterflySRight {
	0% {
		transform: rotateY(0deg);
		filter: brightness(100%);
	}
	50% {
		transform: rotateY(-60deg);
		filter: brightness(100%);
	}
	100% {
		transform: rotateY(0deg);
		filter: brightness(100%);
	}
}
.butterfly-s-right-shadow {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	animation: butterflySRightShadow .5s ease-in-out infinite;
	transform-origin: 0% 0%;
}
@keyframes butterflySRightShadow {
	0% {
		transform: rotateY(0deg) scaleX(1);
		opacity: 1;
	}
	50% {
		transform: rotateY(-30deg) scaleX(0.9);
		opacity: 1;
	}
	100% {
		transform: rotateY(0deg) scaleX(1);
		opacity: 1;
	}
}





.butterfly-body {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translate3d(0,0,0) rotate3d(1,0,1, 45deg);

}
.butterfly-left {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	animation: butterflyLeft 15s ease-in-out infinite;
	transform-origin: 100% 0%;
}
@keyframes butterflyLeft {
	0% {
		transform: rotateY(0deg);
	}
	2% {
		transform: rotateY(60deg);
	}
	4% {
		transform: rotateY(0deg);
	}
	6% {
		transform: rotateY(60deg);
	}
	8% {
		transform: rotateY(0deg);
	}
	10% {
		transform: rotateY(60deg);
	}
	12% {
		transform: rotateY(0deg);
	}
	14% {
		transform: rotateY(60deg);
	}
	16% {
		transform: rotateY(0deg);
	}
	18% {
		transform: rotateY(60deg);
	}
	20% {
		transform: rotateY(0deg);
	}
	30% {
		transform: rotateY(60deg);
	}
	40% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(60deg);
	}
	60% {
		transform: rotateY(0deg);
	}
	70% {
		transform: rotateY(60deg);
	}
	80% {
		transform: rotateY(0deg);
	}
	82% {
		transform: rotateY(60deg);
	}
	84% {
		transform: rotateY(0deg);
	}
	86% {
		transform: rotateY(60deg);
	}
	88% {
		transform: rotateY(0deg);
	}
	90% {
		transform: rotateY(60deg);
	}
	92% {
		transform: rotateY(0deg);
	}
	94% {
		transform: rotateY(60deg);
	}
	96% {
		transform: rotateY(0deg);
	}
	98% {
		transform: rotateY(60deg);
	}
	100% {
		transform: rotateY(0deg);
	}
}
.butterfly-right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	animation: butterflyRight 15s ease-in-out infinite;
	transform-origin: 0% 0%;
}
@keyframes butterflyRight {
	0% {
		transform: rotateY(0deg);
	}
	2% {
		transform: rotateY(-60deg);
	}
	4% {
		transform: rotateY(0deg);
	}
	6% {
		transform: rotateY(-60deg);
	}
	8% {
		transform: rotateY(0deg);
	}
	10% {
		transform: rotateY(-60deg);
	}
	12% {
		transform: rotateY(0deg);
	}
	14% {
		transform: rotateY(-60deg);
	}
	16% {
		transform: rotateY(0deg);
	}
	18% {
		transform: rotateY(-60deg);
	}
	20% {
		transform: rotateY(0deg);
	}
	30% {
		transform: rotateY(-60deg);
	}
	40% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(-60deg);
	}
	60% {
		transform: rotateY(0deg);
	}
	70% {
		transform: rotateY(-60deg);
	}
	80% {
		transform: rotateY(0deg);
	}
	82% {
		transform: rotateY(-60deg);
	}
	84% {
		transform: rotateY(0deg);
	}
	86% {
		transform: rotateY(-60deg);
	}
	88% {
		transform: rotateY(0deg);
	}
	90% {
		transform: rotateY(-60deg);
	}
	92% {
		transform: rotateY(0deg);
	}
	94% {
		transform: rotateY(-60deg);
	}
	96% {
		transform: rotateY(0deg);
	}
	98% {
		transform: rotateY(-60deg);
	}
	100% {
		transform: rotateY(0deg);
	}
}
.butterfly-left-shadow {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	animation: butterflyLeftShadow 15s ease-in-out infinite;
	transform-origin: 100% 0%;
}
@keyframes butterflyLeftShadow {
	0%, 4%, 8%, 12%, 16%, 20%, 40%, 60%, 80%, 84%, 88%, 92%, 96%, 100% {
		opacity: 1;
		transform: scaleX(1);
	}
	2%, 6%, 10%, 14%, 18%, 30%, 50%, 70%, 82%, 86%, 90%, 94%, 98% {
		opacity: 0;
		transform: scaleX(0.75);
	}
}
.butterfly-right-shadow {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	animation: butterflyRightShadow 15s ease-in-out infinite;
	transform-origin: 0% 0%;
}
@keyframes butterflyRightShadow {
	0%, 4%, 8%, 12%, 16%, 20%, 40%, 60%, 80%, 84%, 88%, 92%, 96%, 100% {
		opacity: 1;
		transform: scaleX(1);
	}
	2%, 6%, 10%, 14%, 18%, 30%, 50%, 70%, 82%, 86%, 90%, 94%, 98% {
		opacity: 0;
		transform: scaleX(0.75);
	}
}


/*.main-section.wave1 {
	width: 100%;
	position: relative;
	background-image: url(../images/wave1/mobile/bg-bottom.jpg), url(../images/wave1/mobile/bg.jpg);
	
	background-size: 100% auto;
	
	background-position: bottom center,	top center;
	
	background-repeat: no-repeat, repeat-y;
}*/

@media (min-width: 992px) {
	/*.main-section.wave1 {
		width: 100%;
		position: relative;
		background-image:
		url(../images/wave1/bg-bottom.jpg),
		url(../images/wave1/bg.jpg);
		
		background-size: 100% auto;
		
		background-position: 
		bottom center,
		top center;
		
		background-repeat: 
		no-repeat,
		repeat-y;
	}*/
}


/*.main-section.wave1 {
	width: 100%;
	
	position: relative;
	background-image: url(../images/wave1/bg-ribbon.png), url(../images/wave1/footer-flower.png), url(../images/wave1/bg-repeat.jpg);
	background-position: top 0px center, bottom center, top center;
	background-size: 100% auto, 100% auto, auto;
	background-repeat: repeat-y, no-repeat, repeat;
	background-blend-mode: normal, normal, normal;
	
}
.main-section.wave2 {
	width: 100%;
	
	position: relative;
	background-image: url(../images/wave2/bg-ribbon.png), url(../images/wave2/footer-flower.png), url(../images/wave2/bg-repeat.jpg);
	background-position: top 0px center, bottom center, top center;
	background-size: 100% auto, 100% auto, auto;
	background-repeat: repeat-y, no-repeat, repeat;
	background-blend-mode: normal, normal, normal;
	
}*/

/*.wave1 .oneday-section,.wave1 .bg2 {
	width: 100%;
	
	position: relative;
	background-image: url(../images/wave1/bg2-top.jpg), url(../images/wave1/bg2-bottom.jpg), url(../images/wave1/bg2-repeat.jpg);
	background-position: top center, bottom center, top center;
	background-size: 100% auto, 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-blend-mode: normal, normal, normal;

	background-color: #e75e4a;
	padding-top: 8%;
	padding-bottom: 8%;
}
.wave2 .oneday-section,.wave2 .bg2 {
	width: 100%;
	
	position: relative;
	background-image: url(../images/wave2/bg2-top.jpg), url(../images/wave2/bg2-bottom.jpg), url(../images/wave2/bg2-repeat.jpg);
	background-position: top center, bottom center, top center;
	background-size: 100% auto, 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-blend-mode: normal, normal, normal;

	background-color: #139978;
	padding-top: 8%;
	padding-bottom: 8%;
}*/


.oneday-section-stage {
	max-width: 1200px;
	position: relative;
}
.oneday-section-title img {
	/*filter: drop-shadow(0 0 5px rgba(133, 4, 4, 0.74));*/
}

#primarySectionRightGroup {
	width: 33.33%;
}
#swpPrimaryWrapper,
#primarySectionRightBtn {
	width: 100%;
}


.primary-section {
	position: relative;
	z-index: 3;
}
.secondary-section {
	position: relative;
	z-index: 4
}

/*[class*="secondary-section-btn-"] {
	max-width: 50%;
}
@media (min-width: 992px;) {
	[class*="secondary-section-btn-"] {
		max-width: 25%;
	}
}
.secondary-section-btn-detail {
	width: 23%;
}
@media (min-width: 992px) {
	.secondary-section-btn-detail {
		width: 12.714%;
	}	
}*/
.primary-banner,
.secondary-banner {
	position: relative;
}





.primary-section-stage {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	max-width: 1000px;
	background-size: 100%;
	position: relative;
	
}
.secondary-section-stage {
	width: 100%;
	max-width: 1000px;
	position: relative;

}
.primary-banner-stage,
.secondary-banner-stage {
	max-width: 1000px;
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
	transition: all .2s linear;
}
@media (min-width: 992px) {
	.primary-section-stage,
	.secondary-section-stage {
		width: 50%;
	}
	.primary-banner-stage:hover,
	.secondary-banner-stage:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
		filter: brightness(105%);
	}
}



@media (min-width: 2560px) {
	.primary-section-stage {
		max-width: 1320px;
	}
	.secondary-section-stage {
		max-width: 1320px;
	}
	.primary-banner-stage {
		max-width: 1320px;
	}
	.secondary-banner-stage {
		max-width: 1320px;
	}
	.oneday-section-stage {
		max-width: 1320px;
	}
}

.wave1 .primary-section-stage:after {
	content: '';
	display: block;
	position: absolute;
	width: 35%;
	height: 100%;
	top: -15%;
	left: 0;
	background-image: url(../images/wave1/flower-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	user-select: none;
	pointer-events: none;
	z-index: -1;
}
.wave1 .primary-section-stage:before {
	content: '';
	display: block;
	position: absolute;
	width: 40%;
	height: 100%;
	top: -25%;
	left: -20%;
	background-image: url(../images/wave1/flower-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	user-select: none;
	pointer-events: none;
	z-index: -1;
}

.wave2 .primary-section-stage:after {
	content: '';
	display: block;
	position: absolute;
	width: 35%;
	height: 100%;
	top: -15%;
	left: 0;
	background-image: url(../images/wave2/flower-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	user-select: none;
	pointer-events: none;
	z-index: -1;
}
.wave2 .primary-section-stage:before {
	content: '';
	display: block;
	position: absolute;
	width: 40%;
	height: 100%;
	top: -25%;
	left: -20%;
	background-image: url(../images/wave2/flower-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	user-select: none;
	pointer-events: none;
	z-index: -1;
}

@media (min-width: 992px) {
	.wave1 .primary-section-stage:after {
		content: '';
		display: block;
		position: absolute;
		width: 30%;
		height: 100%;
		top: -50%;
		left: -12%;
		background-image: url(../images/wave1/flower-1.png);
		background-repeat: no-repeat;
		background-size: contain;
		user-select: none;
		pointer-events: none;
		z-index: -1;
	}
	.wave1 .primary-section-stage:before {
		content: '';
		display: block;
		position: absolute;
		width: 28%;
		height: 100%;
		top: -70%;
		left: -26%;
		background-image: url(../images/wave1/flower-2.png);
		background-repeat: no-repeat;
		background-size: contain;
		user-select: none;
		pointer-events: none;
		z-index: -1;
	}
	.wave2 .primary-section-stage:after {
		content: '';
		display: block;
		position: absolute;
		width: 30%;
		height: 100%;
		top: -50%;
		left: -12%;
		background-image: url(../images/wave2/flower-1.png);
		background-repeat: no-repeat;
		background-size: contain;
		user-select: none;
		pointer-events: none;
		z-index: -1;
	}
	.wave2 .primary-section-stage:before {
		content: '';
		display: block;
		position: absolute;
		width: 28%;
		height: 100%;
		top: -70%;
		left: -26%;
		background-image: url(../images/wave2/flower-2.png);
		background-repeat: no-repeat;
		background-size: contain;
		user-select: none;
		pointer-events: none;
		z-index: -1;
	}
}















[class*="-section-btn-"] {
	position: relative;
	z-index: 2;
}

.wave1 [class*="primary-section-btn-"] {
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
	transition: all .2s ease-in;
}

@media (min-width: 992px) {
	.wave1 [class*="primary-section-btn-"]:hover {
		transform: translateY(-5px);
		filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.5));
	}
}





.wave1 .primary-section-btn-1:before {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 160%;
	top: -65%;
	right: -12%;
	background-image: url(../images/wave1/coin.png);
	background-position: center;
	background-size: contain;;
	background-repeat: no-repeat;
	z-index: 3;
	pointer-events: none;
	user-select: none;
}
.wave1 [class*="secondary-section-btn-"] {
	transition: all .2s linear;
}
@media (min-width: 992px) {
	.wave1 [class*="secondary-section-btn-"]:hover {
		transform: translateY(-5px);
		filter: brightness(105%) drop-shadow(0 0 10px rgba(0,0,0,0.5));
	}
}

.wave2 .primary-section-btn-1:before {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 160%;
	top: -65%;
	right: -12%;
	background-image: url(../images/wave1/coin.png);
	background-position: center;
	background-size: contain;;
	background-repeat: no-repeat;
	z-index: 3;
	pointer-events: none;
	user-select: none;
}
.wave2 [class*="secondary-section-btn-"] {
	transition: all .2s linear;
}
@media (min-width: 992px) {
	.wave2 [class*="secondary-section-btn-"]:hover {
		transform: translateY(-5px);
		filter: brightness(105%) drop-shadow(0 0 30px rgba(255,255,255,0.5));
	}
}


.section-inner {
	padding: .5rem;
	/* background-image: url(../images/wave1/mobile/section-bg.png); */
	background-size: 100% auto;
	background-repeat: repeat-y;
	/* filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.66)); */
}

.flowers{
	display: flex;
	mix-blend-mode: multiply;
	position: absolute;
	left: 48%;
	transform: translate(-50%, 0);
}


@media (min-width: 992px) {
	.flowers{
		display: flex;
		mix-blend-mode: multiply;
		position: absolute;
		left: 48%;
		transform: translate(-50%, -18%);
	}
	.section-inner {
		padding: 1.75rem 4rem;
        background-size: 3% auto;
        background-repeat: no-repeat;
		background-position: unset;
		margin: 0 20px;
		/* filter: drop-shadow(0 0 15px rgba(0,0,0,0.66)); */
	}
	.section-inner-a, .section-inner-b, .section-inner-c, .section-inner-d{

		background-image: url(../images/wave1/section-title-bg-a.png);
        background-size: 3% auto;
        background-repeat: no-repeat;
		background-position: unset;
	}
	.section-inner-a{
		background-image: url(../images/wave1/section-title-bg-a.png);
		background-position: top left;
	}
	.section-inner-b{
		background-image: url(../images/wave1/section-title-bg-b.png);
		background-position: top right;
	}
	.section-inner-c{
		background-image: url(../images/wave1/section-title-bg-c.png);
		background-position: top left;
	}
	.section-inner-d{
		background-image: url(../images/wave1/section-title-bg-d.png);
		background-position: top right;
	}
}




#tvProgramWrapper {
	margin-top: 100px;
	z-index: 0;
}
#tvProgramWrapper .container-tv-program {
	background-color: rgb(79,3,8);
	background-image: url(../images/wave3/tv-program-bg.png), linear-gradient(90deg, rgba(79,3,8,1) 0%, rgba(186,7,20,1) 100%); 
	background-repeat: no-repeat, repeat-y;
	background-size: 25%, 100%;
	background-position: top 4rem left .75rem;
	border: 2px solid #ff4d00;
	border-radius: 1rem;

}

#tvProgramWrapper .tv-program-header {
	margin-top: -64px;
}
#tvProgramWrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: -5rem;
	left: 10%;
	width: 80%;
	height: 100%;
	background-image: url(../images/wave3/tv-program-header-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
@media (max-width: 992px) {
	#tvProgramWrapper {
		margin-top: 72px;
		z-index: 0;
	}
	#tvProgramWrapper .container-tv-program {
		background-color: rgb(79,3,8);
		background-image: url(../images/wave3/tv-program-bg.png), linear-gradient(90deg, rgba(79,3,8,1) 0%, rgba(186,7,20,1) 100%); 
		background-repeat: no-repeat, repeat-y;
		background-size: 48%, 100%;
		background-position: top 1rem left 1rem;
		border: 2px solid #ff4d00;
		border-radius: 1rem;

	}
	#tvProgramWrapper:before {
		
		top: -3rem;
		
	}
}

.event-date {
	font-size: 1rem;
	font-family: 'Noto Serif TC', serif;
	font-weight: 700;
	background-color: rgb(60, 53, 39, .75);
}
@media (min-width: 992px) {
	.event-date {
		font-size: 2rem;
	}	
}


#sectionA,
#sectionB,
#sectionC,
#sectionD,
#sectionE,
#sectionF,
#sectionG {
	max-width: 1320px;
	position: relative;
}


#sectionB:before {
	/*content: '';
	display: block;
	width: 100vw;
	height: 20%;
	position: absolute;
	top: -5%;
	left: 0;
	
	background-image: url(../images/wave1/section-b-ribbon.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;*/
}
#sectionC:before {
	/*content: '';
	display: block;
	width: 100vw;
	height: 21%;
	position: absolute;
	top: -5%;
	left: 0;
	
	background-image: url(../images/wave1/section-c-ribbon.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;*/
}
#sectionD:before {
	/*content: '';
	display: block;
	width: 100vw;
	height: 40%;
	position: absolute;
	top: -18%;
	left: 0;
	
	background-image: url(../images/wave1/section-d-ribbon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;*/
}

@media (min-width: 2560px) {
	#sectionA,
	#sectionB,
	#sectionC,
	#sectionD,
	#sectionE,
	#sectionF,
	#sectionG,
	.swp-banner-section {
		/*max-width: 1920px;*/
	}

}




@keyframes flowerRotate {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}
@media (min-width: 992px) {
	/*.section-product {
		width: 30%;
	}
	.section-inner {
		width: 70%;
	}
	.section-row {
		margin-top: -1rem;
	}*/

	

}

.grid-section-header img {
	width: 100%;
	/*max-width: 800px;*/
}












.border-gold {
	border-color: darkgoldenrod;
}



.main {
	user-select: none;
}

button[id^="pills-"] {
	

}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: transparent;
}
.nav-link.disabled {
	opacity: 0.25;
}






.btn-chevron {
	font-size: 64px;
	text-shadow: 0 0 4px #000;
	transform: translateY(32px);
}







.btn-dark {
	background: #292929;
	color: #fff;
}

.container-item-app {
	background-image:  url(../images/wave1/mobile/bg_footer.jpg), url(../images/wave1/mobile/bg.jpg);
	background-position: bottom center, top center;
	background-size: 100% auto, cover;
	background-repeat: no-repeat, repeat-y;
	position: relative;
	z-index: 199;
}

#publicGrid.wave1 {
	/*margin-top: -10%;
	margin-bottom: 15%;*/
	position: relative;
}

@media (min-width: 992px) {
	.container-item-app {
		background-image: url(../images/wave1/bg_header.jpg), url(../images/wave1/bg_footer.jpg), url(../images/wave1/bg.jpg);
		background-position: top center, bottom center, center 220px;
		background-size: contain, 100% auto, 100% 100%;
		background-repeat: no-repeat, no-repeat, repeat;
		position: relative;
	}
	#publicGrid.wave1 {
		/*margin-top: 0;
		margin-bottom: 15%;*/
		width: 100%;
		overflow-x: clip;
		position: relative;
	}	
}
@media (min-width: 1200px) {
	.container-item-app {
		background-image: url(../images/wave1/bg_footer_1200.jpg), url(../images/wave1/bg_1200.jpg);
		background-position:bottom center, top center;
		background-size: 100% auto, 100% 100%;
		background-repeat:  no-repeat, repeat-y;
		position: relative;
	}
	#publicGrid.wave1 {
		/*margin-top: 0;
		margin-bottom: 15%;*/
		width: 100%;
		overflow-x: clip;
		position: relative;
	}	
}

/*#publicGrid.wave1 .btn-nav,
#publicGrid.wave2 .btn-nav {
	padding: 2px!important;
}

#publicGrid .btn > img {
	border-radius: .5rem;
}
#publicGrid .btn > img:first-child {
	display: none;
}
#publicGrid bu.btntton > img:last-child {
	display: inline;
}

#publicGrid .btn:hover > img:first-child {
	display: inline;
}

#publicGrid .btn:hover > img:last-child {
	display: none;
}*/
#publicGrid .btn {
	transition: all .2s linear;
}
#publicGrid .btn:hover {
	transform: translateY(-5px);
}

img[src="/html/images/act/2022/11/11/images/img-error.png"] {
	background-color: #2b0205;
}




.container-goldrush {
	margin-bottom: 40px;
	/*background-image: url(../images/section-goldrush.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;*/
}

.container-goldrush .col-12 {
	background-color: rgba(34, 3, 5, 0.75);
	border: 5px solid #6f441c;
	border-top-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
	border-top-right-radius: 5rem;
	border-bottom-left-radius: 5rem;
}

#goldRushNav {
	background-color: #350306;
	box-shadow: 0 5px 15px #350306;
}

#blackFridayNav.isSticky {
	/*background-color: #000;
	box-shadow: 0 5px 15px #000;*/
	/*background-color: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(5px);*/
}

#goldRush {
	background-image: url(../images/bg-goldrush-left.png), url(../images/bg-goldrush-right.png);
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
	background-position: bottom left, top right;
}

#blackFriday {
	background-color: transparent;
	
}

#blackFriday .item-inner {
	background-color: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(5px);
	border: 1px solid goldenrod;
	filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.66));
}


@media (max-width: 768px) {
	.container-goldrush {
		margin-bottom: 20px;
		/*background-image: url(../images/m/section-goldrush.png);*/
		
	}
	.container-goldrush .col-12 {
		background-color: rgba(34, 3, 5, 0.75);
		border: 3px solid #6f441c;
		border-top-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
		border-top-right-radius: 1rem;
		border-bottom-left-radius: 1rem;
	}
	#goldRush {
		background-image: none;
	}
}

#goldRush .item-body {
	background-image: url(../images/bg-goldrush-item.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

#swpGroup {
	top: 53%;
	left: 0;
}
#swpInner {
	width: 51.5625%;
	overflow: hidden;
}
#swpLeft {
	width: 41.287%;
}
#swpRight {
	width: 58.712%;
}


.swiper-custom {
	width: 100%;
	overflow: hidden;
	/*max-width: 1200px;*/
}
.swiper-custom .swiper-slide {
	padding: 2.5rem 0.5rem;
}

@media (max-width: 768px) {
	.swiper-custom .swiper-slide {
		padding: 0rem 0.25rem 1rem;
	}	
}



.swiper-custom .swiper-slide img {
	border-radius: 0rem;
	box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.25);
	transition: all .2s linear;
}
.swiper-custom .swiper-slide img:hover {
	transform: scale(1.02);
	position: relative;
	z-index: 9999;
}

.swiper-custom .swiper-wrapper {
	transition-timing-function: linear;
}

@media (max-width: 991px) {
	#swpGroup {
		top: 53.5%;
		left: 0;
	}
	#swpInner {
		width: 99.5%;
	}
	#swpLeft {
		width: 41.287%;
	}
	#swpRight {
		width: 58.712%;
	}
}





.btn-go-now {
	background-color: #d3d3be;
	color: #555536;
	font-size: 1.25rem;
}

.custom-text {
	color: #a98044;
	/*font-size: 20px;*/
	font-weight: 300;
}
.custom-text li {
	margin-bottom: 1rem;
}

@media (min-width: 1200px) {
	.custom-text {
		color: #a98044;
		font-size: 1.25rem;
		font-weight: 100;
	}
	
}

.event-rule {
	font-size: 1rem;
	color: #70734e;
	font-weight: 300;
}
@media (min-width: 1200px) {
	.event-rule {
		font-size: 1.25rem;
		font-weight: 100;
	}	
}
.countdown {
	background-image: url(../images/wave1/bg-countdown.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: #fff;
	font-size: 18px;
	padding: 1rem;
}
.countdown-number {
	color: #fff;
	font-family: 'Century Gothic';
	font-size: 24px;
}

@media (min-width: 1200px) {
	.countdown {
		background-image: url(../images/wave1/bg-countdown.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
		color: #fff;
		font-size: 40px;
		padding: 3rem;
	}
	.countdown-number {
		color: #fff;
		font-family: 'Century Gothic';
		font-size: 72px;
	}	
}



.side-menu-wrapper-left,
.side-menu-wrapper-right {
	display: none;
}

.tablet-fix {
	flex-basis: 100%;
	flex-shrink: 0;
}
@media (min-width: 768px) {
	.tablet-fix {
		flex-basis: 48%!important;
		padding: 5px!important;
	}
}
@media (min-width: 1280px) {
	.tablet-fix {

		max-width: 354px;
		padding: 0!important;
	}
	.tablet-fix img {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.tablet-fix {

		max-width: 354px;
		padding: 0!important;
	}
	.tablet-fix img {
		width: 100%;
	}
}



/*.navbar-observer {
	height: 1px;
	top: -1px;
}*/


.btn-nav-group {
	/*position: sticky;
	top: 0px;*/

	position: relative;
	/*padding-top: 1px;*/
	/*background: url(../images/bg-repeat.jpg);*/
	z-index: 5;
	/*overflow: scroll;*/
	width: 100%;
	flex-wrap: nowrap;
	/*background-color: #350306;
	box-shadow: 0 5px 15px #350306;*/
	/*border-top: 3px solid #732a17;
	border-bottom: 3px solid #732a17;*/
}

@media (min-width: 992px) {
	.btn-nav-group {
		position: relative;
	}
}


.btn-nav-group.isSticky {
	/*background-color: #c23b5c;*/
	/*backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-bottom: 2px solid #f3ba6a;*/
}

.wave4 .btn-nav-group.isSticky {
	background-color: transparent;
	background-image: url(../images/wave4/bg-repeat.jpg);
	background-size: 100% 100%;
	background-position: center;
	/*backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);*/
	border-bottom: 2px solid #f3ba6a;	
	box-shadow: inset 0 0 10px rgb(170, 30, 49), 0 0 10px rgba(117, 0, 8, 0.25);
}

@media (min-width: 992px) {
	.wave4 .btn-nav-group {
		position: relative;
		top: initial;
	}	
	.wave4 .btn-nav-group.isSticky {
		background-color: transparent;
		background-image: none;
		/*backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);*/
		border-bottom: 0px solid #f3ba6a;
		box-shadow: none;
	}
}

.wave1 .navbar-inner {
	max-width: 1000px;
}
@media (min-width: 2560px) {
	.wave1 .navbar-inner {
		max-width: 1000px;
	}	
}


.wave1 .btn-nav-group .btn-nav img {
	filter: drop-shadow(0 5px 5px rgb(115, 97, 59));

}





/*#navBar:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: rgb(53,3,6);
	background: linear-gradient(270deg, rgba(53,3,6,1) 0%, rgba(213,151,86,1) 50%, rgba(53,3,6,1) 100%);
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s ease-in;
	z-index: 5;
}
#navBar:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: rgb(53,3,6);
	background: linear-gradient(270deg, rgba(53,3,6,1) 0%, rgba(213,151,86,1) 50%, rgba(53,3,6,1) 100%);
	bottom: 0;
	left: 0;
}*/

.nav-pills:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: rgb(53,3,6);
	background: linear-gradient(270deg, rgba(53,3,6,1) 0%, rgba(213,151,86,1) 50%, rgba(53,3,6,1) 100%);
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s ease-in;
}
.nav-pills:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: rgb(53,3,6);
	background: linear-gradient(270deg, rgba(53,3,6,1) 0%, rgba(213,151,86,1) 50%, rgba(53,3,6,1) 100%);
	bottom: 0;
	left: 0;
}

#blackFridayNav .nav-pills:before,
#blackFridayNav .nav-pills:after {
	display: none;
}






.btn {
	box-shadow: none!important;
}

/*.btn-nav.active img {
	filter: brightness(100%) invert(100%) contrast(400%);
}

.btn-nav.active {
	background-image: url(../images/m/btn-hover.png);
	background-size: 100%;
	background-repeat: no-repeat;
}*/

@media (min-width: 768px) {
	
}

.content-wrapper {
	/*background-image: url(../images/bg-repeat-bottom.png);*/
	background-position: bottom 10px center;
	background-repeat: repeat-x;
}

.cf-container {
	position: relative;
	width: 100%;
	padding: 1.5rem;
	background-color: #002842;
	/*left: 80px;
	bottom: 20px;*/
}


.swiper-pagination {
	width: 100%;
	padding: .5rem 0 .5rem;
	position: relative;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
	margin: 0 4px;
	/*border: 1px solid #fff;*/
}
@media (min-width: 992px) {
	.swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		display: inline-block;
		border-radius: 50%;
		background-color: #fff;
		opacity: 1;
		margin: 0 4px;
		/*border: 1px solid #fff;*/
	}
}
.wave1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #a81400;
}
.wave2 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #334451;
}



.bg-start {
	width: calc(50% - 570px);
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/bg-before.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	display: none;
	user-select: none;
	pointer-events: none;
}

.bg-end {
	width: calc(50% - 570px);
	height: 600px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/bg-after.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: none;
	user-select: none;
	pointer-events: none;
}
@media (min-width: 1400px) {
	.bg-start {
		width: calc(50% - 660px);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(../images/bg-before.jpg);
		background-repeat: no-repeat;
		background-position: 100% 0%;
		display: block;
	}
	
	.bg-end {
		width: calc(50% - 660px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background-image: url(../images/bg-after.jpg);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		display: block;
	}
}


.page-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	/*min-height: calc(100vh - 100px);*/
	z-index: 0;
}


.header-wrapper {
	width: 100%;
	/*max-width: 1200px;*/
	position: relative;
	margin: 0 auto;
}


.section-goldrush {
	
}

/*.item:hover {
	transition: all .2s ease-in;
	transform: translateY(-5px) scale(1.1);
}*/

.item-inner {
	/*background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.33);*/
	transition: all .2s linear;
	background-image: url(../images/wave1/item-bg.png);
	background-size: 100% 100%;
	/* filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.66)); */
}
.section-a .item-inner {
	/*background-image: none;*/
}
@media (min-width: 992px) {
	.item-inner:hover {
		transform: translateY(-5px);
		/*box-shadow: 0 15px 20px rgba(0,0,0,0.33);*/
		/*filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));*/
	}
}
.item-inner img {
	/* border-radius: .75rem; */
	padding: 5px;
}




#oneDaySection .item-inner {
	/*background: rgb(254,215,166);
	background: linear-gradient(0deg, rgb(227, 41, 41) 0%, rgb(168, 0, 0) 50%, rgb(227, 41, 41) 100%);*/
	color: #111;
	/*box-shadow: 0 8px 8px rgba(57, 2, 2, 0.35), inset 2px 2px 2px 2px rgba(255, 111, 5, 0.63), inset -2px -2px 2px 2px rgba(70, 3, 3, 0.6);*/
	border-radius: 0rem;
	border: 5px solid #ffddad;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	background: rgb(228,163,73);
	background: linear-gradient(120deg, rgba(228,163,73,1) 0%, rgba(254,204,135,1) 50%, rgba(228,163,73,1) 100%); 
}

@media (max-width: 992px) {
	#oneDaySection .item-inner {
		border: 2px solid #ffddad;
	}
}

@media (min-width: 1200px) {
	.wave2 .item-inner:hover {
		transform: translateY(-5px);
		transition: transform .2s linear;
	}
}

.item-inner a:link,
.item-inner a:visited,
.item-inner a:focus,
.item-inner a:hover,
.item-inner a:active {
	color: #1a1a1a;
}





#oneDaySection .item-inner a:link,
#oneDaySection .item-inner a:visited,
#oneDaySection .item-inner a:focus,
#oneDaySection .item-inner a:hover,
#oneDaySection .item-inner a:active {
	color: #111;
}


.item-body {
	/*box-shadow: 0 10px 10px rgba(255, 255, 255, .5);
	background-color: #e8d0ad;
	border-radius: 1rem;*/
}

#oneDaySection .item-body {
	/*box-shadow: 0 10px 10px rgba(255, 111, 6, 0.64);*/
	box-shadow: none;
}
.item-body > a.d-block {
	/*border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	border: 1px solid rgb(198, 156, 103);*/
	overflow: hidden;
}
#oneDaySection .item-body > a.d-block {
	/*border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	border: 1px solid rgb(166, 27, 27);
	overflow: hidden;*/
	border-radius: 0;
	border: 0px solid rgb(166, 27, 27);
}



.item-name {
	font-size: 0.875rem;
	line-height: 20px;
	/*color: #fbffe9;*/
}

.item-brand span,
.item-brand a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 1.25rem;
	/*color: #fff;*/
}
.item-name span,
.item-name a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	white-space: pre-wrap;
	height: 2.5rem;
	text-align: center;
	/*color: #fff;*/
}
@media (min-width: 992px) {
	.item-name span,
	.item-name a {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-all;
		white-space: pre-wrap;
		height: 2.5rem;
		text-align: center;
		/*color: #fff;*/
	}
}
.item-brand {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 20px;
	/*color: #fff;*/
}

.item-price {
	font-size: 30px;

	/*font-weight: bold;*/
	/*color: #a51c23;*/
	color: #f3eb8e;
	font-family: 'Century Gothic', 'Noto Sans TC', serif;
	letter-spacing: -1px;
}

.section-a .item-price {
	/*color: #9f4a05;
	font-weight: 600;*/
}



#oneDaySection .item-price {
	color: #bb0000;
}

#goldRush .item-price {
	font-size: 1rem;
}

@media (max-width: 768px) {
	.item-price {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	#goldRush .item-price {
		font-size: 1.75rem;
	}

}



.item-price.dollar-sign:before {
	color: #fff;
}

.item-price span {
	color: #c82c09;
}

.item-price .price-type {
	color: #ae551f;
	font-size: 1.25rem;
	font-weight: normal;
}
.item-price .dollar-sign {
	color: #c82c09;
	font-size: 1.25rem;
}



#oneDaySection .item-price.dollar-sign:before {
	color: #c82c09;
}

#oneDaySection .item-price .price-type {
	color: #133f18;
	
}
#oneDaySection .item-price .dollar-sign {
	color: #c82c09;
	
}

@media (max-width: 768px) {
	.item-price .price-type,
	.item-price .dollar-sign {
	
		font-size: 0.875rem;
	}
}



.coming-soon {
	font-size: 0.875rem;
}

@media (min-width: 992px) {
	.coming-soon {
		font-size: 1.25rem;
	}	
}

.scrollToTop {
	position: fixed;
	width: 40px;
	height: 40px;
	/*background: #3f3c42;*/
	right: 5px;
	bottom: 5px;
	z-index: 999;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #3f3c42;
	border: 0px solid #d49655;
	border-radius: 20px;
}
.scrollToTop .fas {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	height: 1em;
}

.wave4 .scrollToTop {
	background-color: #c11414;
	border: 0px solid #d49655;
	border-radius: 40px;
}

ol.list-group {
    list-style: decimal inside;
}
ul.list-group {
    list-style: square inside;
}

.list-group-item {
    display: list-item;
}

.bonus {
	background: #946d31;
	color: #fff;
	font-family: 'Century Gothic', 'Noto Sans TC', serif;
	font-size: 14px;
}
.btn-detail {
	position: absolute;
	top: 170px;
	right: 60px;

	top: 28.5%;
	right: 14.49%;
	z-index: 11;
}
@media (max-width: 374px) {
	.btn-detail {
		
		top: 28%;
		right: 12%;
		
	}
}

.btn-detail .btn {
	font-size: 10px;
	padding: 0.25rem 0.5rem;
}
.p-5px {
	padding: 5px;
}
.item {
	z-index: 2;
}
.shadow-custom {
	/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
	box-shadow: 0 .5rem .5rem rgba(0,0,0,.25) !important
}
.section-observer {
	height: 1px;
}
.section-bg {

/*	border: 2px solid #fad193;
	background-color: #ff7800;
	position: relative;*/
}

.section-bg:before {
	content: '';
	display: none;
}
.section-top:before {
	content: '';
	display: none;
}
.section-top:after {
	content: '';
	display: none;
}
.section-bottom:before {
	content: '';
	display: none;
}
.section-bottom:after {
	content: '';
	display: none;
}

.section-header {
	color: #644109;
	/*font-size: 3rem;*/
	font-size: min(max(5vw, 24px), 40px);
	background-image: url(../images/wave1/section-header-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.section-body {
	
}

.scroll-middle {
	width: calc(100% - 1rem);
	background-color: #f7e7d0;
	filter: drop-shadow(0 10px 10px rgba(0,0,0,0.5));
	position: relative;
	z-index: 1;
}
.scroll-top,
.scroll-bottom {
	position: relative;
	z-index: 2;
	padding-left: .25rem;
	padding-right: .25rem;
}
.scroll-top {
	margin-bottom: -5px;
}
.scroll-bottom {
	margin-top: -5px;
}
.scroll-top img,
.scroll-bottom img {
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.33));
}

@media (min-width: 992px) {

	.scroll-middle {
		width: 85%;
	}
	.scroll-top,
	.scroll-bottom {
		margin-top: 0;
		margin-bottom: 0;
	}
	.section-inner:before {
		/*content: '';
		display: block;
		position: absolute;
		top: 2%;
		left: -3%;
		width: 10%;
		height: 100%;
		background-image: url(../images/wave1/lantern.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;
		filter: drop-shadow(0 10px 10px rgba(0,0,0,0.5));
		animation: leftLanternSwing 5s ease-in-out infinite;
		transform-origin: 50% 0%;*/
	}
	/*@keyframes leftLanternSwing {
		0% {
			transform: rotate(-3deg)
		}
		50% {
			transform: rotate(3deg)
		}
		100% {
			transform: rotate(-3deg)
		}
	}*/
	.section-inner:after {
		/*content: '';
		display: block;
		position: absolute;
		top: 2%;
		right: -3%;
		width: 10%;
		height: 100%;
		background-image: url(../images/wave1/lantern.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;
		filter: drop-shadow(0 10px 10px rgba(0,0,0,0.5));
		animation: rightLanternSwing 5s ease-in-out infinite;
		transform-origin: 50% 0%;*/
	}
	/*@keyframes rightLanternSwing {
		0% {
			transform: rotate(-3deg)
		}
		50% {
			transform: rotate(3deg)
		}
		100% {
			transform: rotate(-3deg)
		}
	}*/
}

/*.section-oneday .section-body {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(251,247,240,1) 3%, rgba(243,221,184,1) 100%);
}
.section-oneday .item-inner {
	border: 1px solid #fde9c4;
}


.wave-2 .section-inner {
	background: #d8b578;
}*/



@keyframes rotate-cw {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate-ccw {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

iframe {
	/*border-radius: 16px;*/
	overflow: hidden;
}


@media (min-width: 768px) {
	iframe {
		/*border-radius: 25px;*/
		overflow: hidden;
	}

	@keyframes rotate-cw {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}

	@keyframes rotate-ccw {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(-360deg);
		}
	}

	.btn-wrapper {
		position: absolute;
		top: 67.2%;
		left: 3.03%;
		width: 93.852%;
		height: 25.4%;
		background: none;
	}
	
	
	
	.promo-slider {
		position: absolute;		
		height: auto;
		top: 67.2%;
		left: 38.35%;
		width: 23.196%;
		padding: 0;
		background: none;
	}
	.promo-slider img {
		border: 0px solid #79a57d;
	}
	/*.section-oneday .section-body {
		padding-top: 20px;
		margin-top: -80px;
	}*/
}










@media screen and (min-width: 1200px) {
	
	#sectionS .item-inner {
		background-image: url(../images/item-bg.png);
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	.falling-leaves {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: 100%;
	  pointer-events: none;
	  z-index: 9999;
	}

	.leaf-scene {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  transform-style: preserve-3d;
	}
	.countdown-number {
		font-size: 40px;
	}
	/*.section-oneday .section-body {
		padding-top: 20px; 
		margin-top: -160px;
	}*/

	.leaf-scene div {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 20px;
	  height: 20px;
	  background: url(../images/confetti.svg) no-repeat;
	  background-size: 100%;
	  transform-style: preserve-3d;
	  backface-visibility: visible;
	}
	html, body {
		font-size: 16px;
	}
	iframe {
		/*border-radius: 25px;*/
		overflow: hidden;
	}

	.btn-wrapper {
		position: absolute;
		top: 808px;
		left: 37px;
		width: 1145px;
		height: 307px;
		background: none;
	}
	

	
	
	/*wave2*/
	
	.w-40 {
		width: 40%;
	}
	.bonus {
		font-size: 20px;
	}
	.item-name {
		font-size: 1rem;
		line-height: 20px;
	}
	.item-brand {
		font-size: 1.25rem;
		font-weight: 500;
		line-height: 20px;
	}

	



	
	.item-price {
		font-size: 30px;
		color: #c82c09;
	}

	.section-a .item-price {
		/*font-size: 48px;*/
	}

	.item-price.dollar-sign:before {
		font-family: 'Noto Sans TC';
		font-weight: 500;
		content: '$';
		/*font-size: 20px;*/
		color: #946d31;
	}

	.section-oneday .item-price.dollar-sign:before {
		content: '限時$';
	}

	.coming-soon {
		font-size: 2rem;
		letter-spacing: -1px;
	}
	
	#app {
		min-height: calc(100vh - 108px);
	}
	

	.cf-container {
		width: 100%;
		padding: 70px 0;
		background-color: #002842;
		position: relative;
	}
	/*.cf-container:before {
		content: '';
		display: block;
		width: calc(50vw - 600px);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		background-color: #002842;
	}*/
	.btn-detail {
		position: absolute;
		top: 970px;
		left: 46px;
		width: 167px;
		height: 54px;
	}
	.btn-detail .btn {
		font-size: 16px;
		padding: 0.5rem 1rem;
	}
	
	.page-wrapper {
		width: 100%;
		/*min-height: calc(100vh - 120px);*/
		/*max-width: 1200px;*/
	}
	.wave-2 .content-wrapper {
		/*background: url(../images/grid-wave-2.jpg) no-repeat;*/
		/*background-size: cover;*/
	}
	.febuary .content-wrapper {
		/*background: url(../images/item-2.jpg) no-repeat;
		background-size: contain;
		padding-top: 100px;*/
	}
	.oneday .content-wrapper {
		/*background: url(../images/item-3.jpg) no-repeat;
		background-size: contain;
		padding-top: 190px;*/
	}
	.flower-container {
		position: absolute;
		width: 160px;
		height: 160px;
		animation: popup 0.5s ease-in forwards;
		animation-delay: 2s;
		transform: scale(0);
		top: 32%;
		left: 24.6%;
	}
	@keyframes popup {
		0% {
			transform: scale(0);
		}
		70% {
			transform: scale(1.1);
		}
		90% {
			transform: scale(0.95);
		}
		100% {
			transform: scale(1);
		}
	}


	.event-1 {
		width: 555px;
		height: 213px;
		position: absolute;
		right: 7.5%;
		top: 19.5%;
		animation-delay: .5s;
	}

	.event-2 {
		width: 472px;
		height: 198px;
		position: absolute;
		right: 12%;
		top: 43%;
		animation-delay: 1s;
	}
	.event-3 {
		width: 662px;
		height: 493px;
		position: absolute;
		left: 1%;
		bottom: -1%;
		animation-delay: 1.5s;
	}
	.scrollToTop {
		
		right: 10px;
		bottom: 10px;
		
	}
	.modal-open .scrollToTop {
		right: 10px;
	}
	
}


@media screen and (min-width: 1400px) {

	/*.container-item-app:before {
		content: '';
		display: block;
		width: 771px;
		height: 1021px;
		position: absolute;
		top: 200px;
		left: 0;
		background-image: url(../images/left-wheat.png);
		pointer-events: none;
		z-index: 0;
	}

	.container-item-app:after {
		content: '';
		display: block;
		width: 720px;
		height: 796px;
		position: absolute;
		top: -550px;
		right: 0;
		background-image: url(../images/right-wheat.png);
		pointer-events: none;
		z-index: 0;
	}*/

	
	
}

@media (min-width: 1400px) {
	.side-menu-wrapper-left {
		display: block;
		position: fixed;
		top: 50%;
		transform: translateY(-75%);
		/*left: calc(50vw + 660px);*/
		left: 40px;
		z-index: 999;
		width: 224px;
		filter: drop-shadow(0 5px 10px rgba(49, 17, 1, 0.33));
		font-family: 'Noto Serif TC', serif;
	}
	.wave1.side-menu-wrapper-left:before {
		content: '';
		position: absolute;
		display: block;
		background-image: url(../images/wave1/bg-left-side-menu.png);
		top: -26px;
		left: -90px;
		width: 358px;
		height: 1208px;
	}
	.wave1.side-menu-wrapper-left .side-menu-group-1 button {
		color: #1f1007;
		font-size: 1.875rem;
		font-weight: 700;
		border-color: transparent;
	}
	.wave1.side-menu-wrapper-left .side-menu-group-2 button {
		color: #ebceae;
		font-size: 1.875rem;
		font-weight: 700;
		border-color: transparent;
	}
	.wave1.side-menu-wrapper-left .side-menu-group-3 button {
		color: #1f1007;
		font-size: 1.875rem;
		font-weight: 700;
		border-color: transparent;
	}
	.side-menu-wrapper-right {
		display: block;
		position: fixed;
		top: 50%;
		transform: translateY(-60%);
		/*left: calc(50vw + 660px);*/
		right: 40px;
		z-index: 999;
		width: 224px;
		filter: drop-shadow(0 5px 10px rgba(49, 17, 1, 0.33));
		font-family: 'Noto Serif TC', serif;
	}
	.wave1.side-menu-wrapper-right:before {
		content: '';
		position: absolute;
		display: block;
		background-image: url(../images/wave1/bg-right-side-menu.png);
		top: -26px;
		right: -45px;
		width: 316px;
		height: 1207px;
	}
	.wave1.side-menu-wrapper-right .side-menu-group-1 button {
		color: #1f1007;
		font-size: 1.875rem;
		font-weight: 700;
		border-color: transparent;
	}
	.wave1.side-menu-wrapper-right .side-menu-group-2 .btn {
		color: #ebceae;
		font-size: 1.875rem;
		font-weight: 700;
		border-color: transparent;
	}
	.wave1.side-menu-wrapper-right .side-menu-group-3 button {
		color: #1f1007;
		font-size: 1.875rem;
		font-weight: 700;
		border-color: transparent;
	}
	
	.side-menu-wrapper-left {
		width: 224px;
		transform: translateY(-80%) scale(0.7);
	}
	.side-menu-wrapper-right {
		width: 224px;
		transform: translateY(-80%) scale(0.7);
	}
	
	
	
	

	


	body.modal-open .side-menu-wrapper-right {
		/*right: 57px;*/
	}
	
	
	
	
	
	



	.wave1 .side-menu-group-1 {
		/*background-color: #d63829;
		border-bottom: 1px solid #df4739;*/
	}
	.wave1 .side-menu-group-1 button {
		color: #fff;
		font-size: 1.25rem;
		/*background-color: #d63829;*/
		transition: all .2s linear;
		/*border-top: 1px solid #df4739;
		border-bottom: 1px solid #df4739;*/
		border-radius: 0;
	}
	.wave1 .side-menu-group-2 button {
		color: #fff;
		font-size: 1.25rem;
		/*background-color: #8e1100;*/
		transition: all .2s linear;
		border-radius: 0;
	}
	.wave1 .side-menu-group-3 button {
		color: #fff;
		font-size: 1.25rem;
		/*background-color: #d63829;*/
		transition: all .2s linear;
		border-radius: 0;
	}
	
	.wave1 .side-menu-group-1 button:first-child {
		/*border-top: 0px solid #df4739;*/
	}
	.wave1 .side-menu-group-1 button:last-child {
		/*border-bottom: 0px solid #df4739;*/
	}

	.wave1 .side-menu-group-2 {
		/*background-color: #8e1100;*/
		/*border-bottom: 0px solid #e0af6d;*/
	}
	.wave1 .side-menu-group-3 {
		/*background-color: #d63829;*/
	}

	.wave1 .side-menu-group-2 button,
	.wave1 .side-menu-group-3 button {
		color: #fff;
		font-size: 1.25rem;
	}
	
	.wave1 .side-menu-group-1 button:hover,
	.wave1 .side-menu-group-2 button:hover,
	.wave1 .side-menu-group-3 button:hover {
		transform: scale(1.1);
		filter: brightness(120%);
	}
	
	

	.side-menu-footer {
		background-color: rgba(50, 24, 23, 0.95);
	}
	.side-menu-footer button {
		color: #e4bc8c!important;
	}
}

@media (min-width: 1600px) {
	.side-menu-wrapper-left {
		left: 70px;
	}
	.side-menu-wrapper-right {
		right: 70px;
	}
	body.modal-open .side-menu-wrapper-right {
		right: 70px;
	}
	
}

@media (min-width: 2500px) {
	
	.wave1.side-menu-wrapper-left {
		left: 280px;
	}
	.wave1.side-menu-wrapper-right {
		right: 280px;
	}

	body.modal-open .wave1.side-menu-wrapper-right {
		right: 280px;
	}
	
}


@media all and (-ms-high-contrast:none)
{
 
 *::-ms-backdrop, body { height: 100%; } /* IE11 */
 *::-ms-backdrop, .d-flex { display: block!important; } /* IE11 */
 *::-ms-backdrop, .item-name {
 	height: 2.5rem;
 	/*overflow: hidden;*/
 	white-space: nowrap;
 	overflow-x: hidden;
 }

}

/*Turn off animate.css on mobile device*/
@media only screen and (max-width : 1200px) {
	.animate__animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}


.card-container {
	perspective: 1000px;
}

.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  transform-style: preserve-3d;

  

  /*overflow: hidden;*/

  /*box-shadow: 0 4px 0 #fff;*/
}

.card-container.flip .flip-card {
  transform: rotateY(180deg); 
}


/* Position the front and back side */
.flip-card-front, .flip-card-back {
  /*padding: 30px;*/
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  -webkit-backface-visibility: hidden; /* Safari */   
  backface-visibility: hidden; 
  /*border-radius: 20px*/
  border-top-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden;
}

.flip-card-back .item-body {
	border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  overflow: hidden;
}

@media (max-width: 768px) {
	.flip-card-front, .flip-card-back {
		border-top-left-radius: 1.5rem;
  	border-bottom-right-radius: 1.5rem;
  	border-top-right-radius: 0rem;
		border-bottom-left-radius: 0rem;
	}
	.flip-card-back .item-body {
		border-top-left-radius: 1rem;
	  border-bottom-right-radius: 1rem;
	}
}

.flip-card-back .item-inner {
	background-color: #7a181d;
}

.flip-card-front {
  position: absolute;
  overflow: hidden;
}

#oneDaySection .card-container:nth-child(odd) .flip-card-front {
	background-image: url(../images/flip-card-front-a.png);
  background-size: 100% 100%;	
}

#oneDaySection .card-container:nth-child(even) .flip-card-front {
	background-image: url(../images/flip-card-front-b.png);
  background-size: 100% 100%;	
}

.flip-card-back .item-brand,
.flip-card-back .item-name {
	color: #fff;
}

.flip-card-back .item-price,
.flip-card-back .item-price .price-type,
.flip-card-back .item-price .dollar-sign {
	color: #f5c557;
}

.flip-card-back .item-over {
	color: #f5c557;
	font-size: 1.25rem;
	line-height: 45px;
}

.flip-card-back {
  
  background-color: transparent;
  
  transform: rotateY(180deg);
}

.flip.flip-card-back {
	background-color: #7a181d;
}












.area{
    /*background: #ffeee7;  */
    /*background: -webkit-linear-gradient(to left, #ffdfd4, #ffdfd4);*/
    width: 100%;
    /*height:100vh;*/
    min-height: calc(100vh - 48px);
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 110;
    pointer-events: none;
    user-select: none;
}

body.pre-event .area {
	display: none!important;
}
@media (max-width: 1280px) {
	.area {
		display: none!important;
	}
}



.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /*background: rgba(255, 179, 146, 0.75);*/
    background-image: url(../images/coin-1.png);
    background-size: contain;

    animation: animate 5s linear infinite;
    top: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 80%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 20%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 85%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 100px;
    height: 100px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 15%;
    width: 90px;
    height: 90px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 90%;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        /*transform: translateY(0) rotate3d(0, 0, 0, 0deg);*/
        opacity: 1;
        
    }
    80%{
        /*transform: translateY(750px) rotate(180deg);*/
        /*transform: translateY(2000px) rotate3d(1, 0, 1, 1440deg);*/
        opacity: 1;
        
    }
    100%{
        transform: translateY(1500px) rotate(360deg);
        /*transform: translateY(2000px) rotate3d(1, 0, 1, 1440deg);*/
        opacity: 0;
        
    }

}

@keyframes brightness {
  0%, 50%, 100% {
    filter: blur(0px) brightness(120%) drop-shadow(0 0 2.5px rgba(255, 255, 255, 0.1)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.075)) drop-shadow(0 0 7.5px rgba(255, 255, 255, 0.045)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.025));
  }
  25%, 75% {
    filter: blur(1px) brightness(50%) drop-shadow(0 0 2.5px rgba(255, 255, 255, 0.1)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.075)) drop-shadow(0 0 7.5px rgba(255, 255, 255, 0.045)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.025));
  }
}
@keyframes spin {
  0% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.spinningasset {
	top: -200px;
  text-align: left;
  transition: all 0.4s ease-out;
  /*cursor: pointer;*/
  pointer-events: none;
  user-select: none;
  /*animation: brightness 2.5s infinite linear;*/
  animation: animate 6s linear infinite;
  position: absolute;
}

.spinningasset:nth-child(1){
    left: 5%;
    transform: scale(1);
    animation-delay: 0s;
}


.spinningasset:nth-child(2){
    left: 7.5%;
    transform: scale(0.5);
    animation-delay: 2s;
    animation-duration: 6s;
}

.spinningasset:nth-child(3){
    left: 10%;
    transform: scale(1.5);
    animation-delay: 4s;
}

.spinningasset:nth-child(4){
    left: 12.5%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 4s;
}

.spinningasset:nth-child(5){
    left: 15%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.spinningasset:nth-child(6){
    left: 95%;
    animation-delay: 3s;
}

.spinningasset:nth-child(7){
    left: 92.5%;
    animation-delay: 7s;
}

.spinningasset:nth-child(8){
    left: 90%;
    animation-delay: 15s;
    animation-duration: 5s;
}

.spinningasset:nth-child(9){
    left: 87.5%;
    animation-delay: 2s;
    animation-duration: 10s;
}

.spinningasset:nth-child(10){
    left: 85%;
    animation-delay: 0s;
    animation-duration: 8s;
}

.spinningasset.coin:nth-child(2) > div {
	width: 50px;
	height: 50px;

}
.spinningasset.coin:nth-child(3) > div {
	width: 60px;
	height: 60px;
}
.spinningasset.coin:nth-child(4) > div {
	width: 70px;
	height: 70px;
}
.spinningasset.coin:nth-child(5) > div {
	width: 80px;
	height: 80px;
}
.spinningasset.coin:nth-child(6) > div {
	width: 90px;
	height: 90px;
}
.spinningasset.coin:nth-child(7) > div {
	width: 55px;
	height: 55px;
}
.spinningasset.coin:nth-child(8) > div {
	width: 65px;
	height: 65px;
}
.spinningasset.coin:nth-child(9) > div {
	width: 75px;
	height: 75px;
}
.spinningasset.coin:nth-child(10) > div {
	width: 85px;
	height: 85px;
}


.spinningasset::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  width: 11px;
  margin: auto;
  background-size: 100px 400%;
  background-position: center;
}
.spinningasset > div {
  position: relative;
  z-index: 2;
  perspective: 10000px;
  transform-style: preserve-3d;
  transform-origin: center;
  animation: spin 2.5s infinite linear;
}
.spinningasset > div > * {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: inherit;
  background-size: cover;
}
.spinningasset > div > div:first-child {
  transform: translateZ(-2px);
}
.spinningasset > div > div:last-child {
  transform: translateZ(2px);
  /*background-image: url(../images/Coins_side_front.svg);*/
  background-size: contain;
}
.spinningasset > div em {
  filter: blur(0.5px);
}
.spinningasset > div em:first-of-type {
  transform: translateZ(0px) rotateY(-6deg);
}
.spinningasset > div em:last-of-type {
  transform: translateZ(0px) rotateY(6deg);
}
.spinningasset > div i {
  filter: blur(0.5px);
}
.spinningasset > div i:nth-of-type(1) {
  transform: translateZ(-5px);
}
.spinningasset > div i:nth-of-type(2) {
  transform: translateZ(-4px);
}
.spinningasset > div i:nth-of-type(3) {
  transform: translateZ(-3px);
}
.spinningasset > div i:nth-of-type(4) {
  transform: translateZ(-2px);
}
.spinningasset > div i:nth-of-type(5) {
  transform: translateZ(-1px);
}
.spinningasset > div i:nth-of-type(6) {
  transform: translateZ(0px);
}
.spinningasset > div i:nth-of-type(7) {
  transform: translateZ(1px);
}
.spinningasset > div i:nth-of-type(8) {
  transform: translateZ(2px);
}
.spinningasset > div i:nth-of-type(9) {
  transform: translateZ(3px);
}
.spinningasset > div i:nth-of-type(10) {
  transform: translateZ(4px);
}
.spinningasset > div i:nth-of-type(11) {
  transform: translateZ(5px);
}
.spinningasset.is-sm {
  width: 24px;
  height: 24px;
  transform: scale(0.24);
  transform-origin: left top;
  filter: none;
}
.spinningasset.coin > div {
  width: 100px;
  height: 100px;
}
.spinningasset.coin > div > div:first-child {
  /*background-image: url(../images/Coins_side_back.svg);*/
  
  background-size: contain;
}
.spinningasset.coin > div > div:last-child, .spinningasset.coin > div::after,
.spinningasset.coin > div i,
.spinningasset.coin > div em {
  /*background-image: url(../images/Coins_side_back.svg);*/
  background-size: contain;
}




.parallax {
	position: relative;
	width: 100%;
	/*min-height: 180px;*/
	/*border-top: 5px solid #d39555;*/
	/*border-bottom: 5px solid #d39555;*/
	/*box-shadow: 
	0 0 10px 10px rgba(0, 0, 0, 0.5);*/

	/*margin-top: -150px;
	padding-top: 150px;*/
}



.parallax-rect {
	/*clip: rect(0, auto, auto, 0);*/
	/*clip-path: content-box;*/
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	/*min-height: 180px;*/
}


@media (min-width: 1920px) {
	.parallax {
		/*min-height: 360px;*/
		/*margin-top: -150px;
		padding-top: 150px;*/
	}
	.parallax-rect {
		/*min-height: 360px;*/
	}
}



.parallax-bg {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transform: translateZ(0);
	will-change: transform;
	z-index: 1;
	/*filter: sepia(60%) opacity(80%) brightness(50%);*/
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-size: auto 217vw;*/
	transition: height 99999s linear;
	
}