
@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&family=Playfair:ital,wght@1,300&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;
}	
}

video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  transform: translateX(-50%) translateY(-50%);
  mix-blend-mode: screen;
  opacity: 1;
}


.position-relative {
	-webkit-transform: translate3d(0, 0, 0);
}


.falling-petal {
	position: absolute;
	/*top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	z-index: 104;
	pointer-events: none;
	user-select: none;
	width: 100%;
	height: 100svh;
	overflow-x: clip;
}
.dot{
  width: 30px;
  height: 30px;
  position:absolute;
  background: url(../images/wave4/petal.png);
  background-size: 100% 100%;
  pointer-events: none;
	user-select: none;
}

@media (max-width: 992px) {
	.dot {
		width: 16px;
		height: 16px;
	}
}

.wave4 .landing-bg {
	position: relative;
}
.wave4 .landing-pillars,
.wave4 .landing-left-lantern,
.wave4 .landing-right-lantern,
.wave4 .landing-text,
.wave4 .landing-chat {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.wave4 .landing-chat {
	animation: wave4LandingChatEntrance 6s ease infinite;
	animation-delay: 5s;
	opacity: 0;
	filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));
}
@keyframes wave4LandingChatEntrance {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}
	40% {
		transform: translateY(0px);
		opacity: 1;
	}
	80% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(-15px);
		opacity: 0;
	}
}
.wave4 .landing-chat > div {
	animation: wave4LandingChatAttention 3s ease-in-out infinite;
}
@keyframes wave4LandingChatAttention {
	0% {
		transform: scale(1);
	}
	10% {
		transform: scale(1.02);
	}
	20% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.02);
	}
	40% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

.wave4 .landing-text {
	width: 64%;
	height: 26%;
	top: 8%;
	left: 18%;

	filter: drop-shadow(0 5px 8px rgba(0,0,0,0.75));
	animation: wave4LandingTextEntrance .5s 4.5s ease-out forwards, wave4LandingTextRepeat 6s 6.5s ease-in-out infinite;
	opacity: 0;
}
@media (min-width: 992px) {
	.wave4 .landing-text {
		width: 42.3%;
		height: 22%;
		top: 8%;
		left: 28.85%;

		filter: drop-shadow(0 20px 25px rgba(0,0,0,0.75));
		animation: wave4LandingTextEntrance .5s 4.5s ease-out forwards, wave4LandingTextRepeat 6s 6.5s ease-in-out infinite;
		opacity: 0;
	}	
}

@keyframes wave4LandingTextEntrance {
	from {
		opacity: 0;
		transform: scale(0.5);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes wave4LandingTextRepeat {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(0);
	}
}
.wave4 .landing-text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(144deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,247,144,1) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
	background-size: 300% 300%;
	mix-blend-mode: overlay;
	
	-webkit-mask-image: url(../images/wave4/landing-text.png);
	mask-image: url(../images/wave4/landing-text.png);
	
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;

	-webkit-mask-position: center;
	mask-position: center;

	animation: wave4landingTextOverlay 5s ease infinite;
	pointer-events: none;
	user-select: none;
}
@keyframes wave4landingTextOverlay {
	from {
		background-position: 0% 50%;
	}
	to {
		background-position: 100% 50%;
	}
}

.wave4 .side-menu-wrapper-left .side-menu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(144deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,247,144,1) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
	background-size: 300% 300%;
	mix-blend-mode: overlay;
	-webkit-mask-image: url(../images/wave4/side-menu-left.png);
	mask-image: url(../images/wave4/side-menu-left.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	animation: wave4SideMenuLeftOverlay 5s ease infinite;
	pointer-events: none;
	user-select: none;
}
@keyframes wave4SideMenuLeftOverlay {
	from {
		background-position: 0% 0%;
	}
	to {
		background-position: 0% 100%;
	}
}

.wave4 .side-menu-wrapper-right .side-menu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(144deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,247,144,1) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
	background-size: 300% 300%;
	mix-blend-mode: overlay;
	-webkit-mask-image: url(../images/wave4/side-menu-right.png);
	mask-image: url(../images/wave4/side-menu-right.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	animation: wave4SideMenuRightOverlay 5s ease infinite;
	pointer-events: none;
	user-select: none;
}
@keyframes wave4SideMenuRightOverlay {
	from {
		background-position: 0% 0%;
	}
	to {
		background-position: 0% 100%;
	}
}

.wave4 .landing-left-lantern {
	width: 4.29%;
	height: 15%;
	top: 25%;
	left: 17%;
	animation: landingLeftLantern 7.5s ease-in-out infinite;
	animation-delay: .25s;
	transform-origin: 50% 0%;
	filter: drop-shadow(0 25px 10px rgba(0,0,0,0.5));
}
@keyframes landingLeftLantern {
	0% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(-10deg);
	}
}
.wave4 .landing-right-lantern {
	width: 4.29%;
	height: 15%;
	top: 25%;
	left: 79%;
	animation: landingRightLantern 5s ease-in-out infinite;
	transform-origin: 50% 0%;
	filter: drop-shadow(0 25px 10px rgba(0,0,0,0.5));
}
@keyframes landingRightLantern {
	0% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(-10deg);
	}
}

.wave4 .landing-left-dragon {
	position: absolute;
	top: 35%;
	left: 0;
	width: 45%;
	height: 62%;
	filter: drop-shadow(0 8px 10px rgba(0,0,0,0.5));
	animation: wave4landingLeftDragon 5s ease-in-out;
}
@media (min-width: 992px) {
	.wave4 .landing-left-dragon {
		position: absolute;
		top: 30%;
		left: 21%;
		width: 20%;
		height: 38.3%;
		filter: drop-shadow(0 8px 10px rgba(0,0,0,0.5));
		animation: wave4landingLeftDragon 5s ease-in-out;
	}	
}
@keyframes wave4landingLeftDragon {
	from {
		transform: translateX(-200%);
	}
	to {
		transform: translateX(0%);
	}
}
.wave4 .left-dragon-inner {
	animation: wave4LeftDragonInner 0.25s ease-in-out, wave4LeftDragonInnerRotate 5s ease-in-out;
	animation-delay: 0s, 5s;
	animation-iteration-count: 16, infinite;
	transform-origin: 60% 100%;
}
@keyframes wave4LeftDragonInner {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes wave4LeftDragonInnerRotate {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(-4deg);
	}
	30% {
		transform: rotate(4deg);
	}
	40% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.wave4 .landing-left-dragon div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wave4 .left-dragon-upper {
	animation: wave4leftDragonUpper 5s ease-in-out infinite;
	animation-delay: 7.5s;
	filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));
}
@keyframes wave4leftDragonUpper {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(5px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(5px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
@media (min-width: 992px) {
	@keyframes wave4leftDragonUpper {
		0% {
			transform: translateY(0);
		}
		5% {
			transform: translateY(10px);
		}
		10% {
			transform: translateY(0);
		}
		15% {
			transform: translateY(10px);
		}
		20% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(0);
		}
	}	
}
.wave4 .left-eyes {
	animation: wave4LeftEyes 5s ease-in-out infinite;
	transform-origin: 55% 32%;
	animation-delay: 5s;
}
@keyframes wave4LeftEyes {
	0% {
		transform: scaleY(1);
	}
	5% {
		transform: scaleY(0);
	}
	10% {
		transform: scaleY(1);
	}
	15% {
		transform: scaleY(0);
	}
	20% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(1);
	}
}
.wave4 .left-eyebrows {
	animation: wave4leftEyebrows 5s ease-in-out infinite;
	transform-origin: 55% 32%;
	animation-delay: 5s;
}
@keyframes wave4leftEyebrows {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(5px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(5px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave4 .left-nose {
	animation: wave4leftNose 5s ease-in-out infinite;
	transform-origin: 55% 32%;
	animation-delay: 5s;
}
@keyframes wave4leftNose {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(-5px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(-5px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave4 .left-whisker {
	animation: wave4leftWhisker 5s ease-in-out infinite;
	transform-origin: 55% 32%;
	animation-delay: 5s;
}
@keyframes wave4leftWhisker {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(-5px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(-5px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave4 .left-scroll {
	animation: wave4leftScroll 5s ease-in-out infinite;
	animation-delay: 5s;
	transform-origin: 60% 60%;
	filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));
}
@keyframes wave4leftScroll {
	0% {
		transform: scale(1);
	}
	10% {
		
		transform: scale(1.1);
	}
	20% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.1);
	}
	40% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
.wave4 .left-tail {
	animation: wave4LeftTail 2.5s ease-in-out infinite;
	transform-origin: 34.69% 80.1%;
}
@keyframes wave4LeftTail {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(15deg);
	}
	20% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}


.wave4 .landing-right-dragon {
	position: absolute;
	top: 35%;
	right: 2%;
	width: 45%;
	height: 62%;
	filter: drop-shadow(0 8px 10px rgba(0,0,0,0.5));
	animation: wave4landingRightDragon 5s ease-in-out;
}
@media (min-width: 992px) {
	.wave4 .landing-right-dragon {
		position: absolute;
		top: 29%;
		right: 21%;
		width: 19.5%;
		height: 38.3%;
		filter: drop-shadow(0 8px 10px rgba(0,0,0,0.5));
		animation: wave4landingRightDragon 5s ease-in-out;
	}	
}
@keyframes wave4landingRightDragon {
	from {
		transform: translateX(200%);
	}
	to {
		transform: translateX(0%);
	}
}
.wave4 .right-dragon-inner {
	animation: wave4RightDragonInner 0.25s ease-in-out, wave4RightDragonInnerRotate 5s ease-in-out;
	animation-delay: 0s, 5s;
	animation-iteration-count: 16, infinite;
	transform-origin: 60% 100%;
}
@keyframes wave4RightDragonInner {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes wave4RightDragonInnerRotate {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(4deg);
	}
	30% {
		transform: rotate(-4deg);
	}
	40% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.wave4 .landing-right-dragon div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wave4 .right-hands-1 {
	animation: wave4RightHands1 5s ease infinite;
	filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));
}
@keyframes wave4RightHands1 {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(10px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(10px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave4 .right-dragon-upper {
	animation: wave4RightDragonUpper 5s ease-in-out infinite;
	animation-delay: 7.5s;
	filter: drop-shadow(0 5px 5px rgba(0,0,0,0.25));
}
@keyframes wave4RightDragonUpper {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(5px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(5px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
@media (min-width: 992px) {
	@keyframes wave4RightDragonUpper {
		0% {
			transform: translateY(0);
		}
		5% {
			transform: translateY(10px);
		}
		10% {
			transform: translateY(0);
		}
		15% {
			transform: translateY(10px);
		}
		20% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(0);
		}
	}	
}
.wave4 .right-eyes {
	animation: wave4RightEyes 5s ease-in-out infinite;
	transform-origin: 55% 33%;
	animation-delay: 5s;
}
@keyframes wave4RightEyes {
	0% {
		transform: scaleY(1);
	}
	5% {
		transform: scaleY(0);
	}
	10% {
		transform: scaleY(1);
	}
	15% {
		transform: scaleY(0);
	}
	20% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(1);
	}
}
.wave4 .right-eyebrows {
	animation: wave4RightEyebrows 5s ease-in-out infinite;
	transform-origin: 55% 32%;
	animation-delay: 5s;
}
@keyframes wave4RightEyebrows {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(5px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(5px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave4 .right-nose {
	animation: wave4RightNose 5s ease-in-out infinite;
	transform-origin: 55% 32%;
	animation-delay: 5s;
}
@keyframes wave4RightNose {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(-5px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(-5px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave4 .right-whisker {
	animation: wave4RightWhisker 5s ease-in-out infinite;
	transform-origin: 55% 32%;
	animation-delay: 5s;
}
@keyframes wave4RightWhisker {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(-5px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(-5px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave4 .right-tail {
	animation: wave4RightTail 2.5s ease-in-out infinite;
	transform-origin: 69.87% 84.53%;
}
@keyframes wave4RightTail {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(-15deg);
	}
	20% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(-15deg);
	}
	40% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}






.wave3 .landing-bg {
	position: relative;
}
.wave3 .landing-clouds-top,
.wave3 .landing-clouds-bottom,
.wave3 .landing-curtain,
.wave3 .landing-lantern,
.wave3 .landing-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.wave3 .landing-text {
	animation: landingTextWave3 1s ease-in forwards;
	animation-delay: .5s;
	opacity: 0;
	transform: scale(1.2);
	z-index: 0;
}
@keyframes landingTextWave3 {
	from {
		opacity: 0;
		transform: scale(1.2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.wave3 .landing-clouds-top {
	animation: landingCloudsTop 5s ease-in-out infinite;
	filter: drop-shadow(0px 10px 15px rgba(4, 2, 1, 0.65));
	transform-origin: 50% 50%;
	z-index: 1;
}
@keyframes landingCloudsTop {
	50% {
		transform: translateY(20px);
	}

}

.wave3 .landing-curtain {
	animation: landingCurtain 5s ease-in-out infinite;
	filter: drop-shadow(0px 10px 15px rgba(4, 2, 1, 0.85));
	transform-origin: 50% 50%;
}
@keyframes landingCurtain {
	0% {
		transform: scaleY(1);
	}
	50% {
		transform: scaleY(1.1);
	}
	100% {
		transform: scaleY(1);
	}
}

.wave3 .landing-lantern {
	animation: landingLantern 5s ease-in-out infinite;
	transform-origin: 84.61% 16.92%;
	z-index: 1;
}
@media (min-width: 992px) {
	.wave3 .landing-lantern {
		animation: landingLantern 5s ease-in-out infinite;
		transform-origin: 71.09% 17.05%;
		z-index: 1;
	}
}
@keyframes landingLantern {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-15deg);
	}
	100% {
		transform: rotate(0deg);
	}
}


.wave3 .landing-clouds-bottom {
	animation: landingCloudsBottom 5s ease infinite;
}
@keyframes landingCloudsBottom {
	0% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

.wave3 .landing-left-dragon {
	width: 44%;
	padding-top: 56.4%;
	position: absolute;
	top: 33.5%;
	left: -2%;
	z-index: 2;
}
.wave3 .landing-left-dragon div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (min-width: 992px) {
	.wave3 .landing-left-dragon {
		width: 22%;
		padding-top: 26.4%;
		position: absolute;
		top: 20.5%;
		left: 10%;
		z-index: 2;
	}
}

.wave3 .left-tail {
	animation: leftTail 2.5s ease-in-out infinite;
	transform-origin: 37.08% 81%;
}
@keyframes leftTail {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(15deg);
	}
	20% {
		transform: rotate(0deg);
	}
	30% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(0deg);
	}
}
.wave3 .left-eyes-1 {
	animation: leftEyes1 5s ease-in-out infinite;
}
@keyframes leftEyes1 {
	0% {
		transform: scale(1);
	}
	20% {
		transform: scale(1);
	}
	35% {
		transform: scale(1.12);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
.wave3 .left-beard {
	animation: leftBeard 5s ease-in-out infinite;
}
@keyframes leftBeard {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(0);
	}
	35% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave3 .left-whisker-left {
	animation: leftWhiskerLeft 5s ease infinite;
	transform-origin: 68.88% 42.36%;
}
@keyframes leftWhiskerLeft {
	50% {
		transform: rotate(10deg);
	}
}
.wave3 .left-whisker-right {
	animation: leftWhiskerRight 5s ease infinite;
	transform-origin: 65.27% 42.36%;
}
@keyframes leftWhiskerRight {
	50% {
		transform: rotate(-10deg);
	}
}

.wave3 .left-body {
	filter: drop-shadow(0px 5px 8px rgba(79, 21, 15, 0.76));
	transform-origin: 50% 70%;
	/*animation: leftBody 10s ease-in-out infinite;*/
}
@media (min-width: 992px) {
	.wave3 .left-body {
		filter: drop-shadow(0px 10px 15px rgba(4, 2, 1, 0.85));
		transform-origin: 50% 70%;
		/*animation: leftBody 10s ease-in-out infinite;*/
	}	
}

@keyframes leftBody {
	0% {
		transform: rotate(0deg);
	}
	5% {
		transform: rotate(5deg);
	}
	10% {
		transform: rotate(0deg);
	}
	15% {
		transform: rotate(-5deg);
	}
	20% {
		transform: rotate(0deg);
	}
	50% {
		transform: translateY(0);
	}
	55% {
		transform: translateY(-25px);
	}
	59% {
		transform: translateY(-25px);
	}
	60% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(-25px);
	}
	69% {
		transform: translateY(-25px);
	}
	70% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave3 .left-head {
	animation: leftHead 5s ease-in-out infinite;
	filter: drop-shadow(0px 10px 10px rgba(119, 42, 4, 0.65));
	transform-origin: 53.88% 58.44%;
}
@keyframes leftHead {
	0% {
		transform: rotate(0deg);
	}
	20% {
		transform: rotate(0deg);
	}
	35% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	60% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(5px);
	}
	70% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(5px);
	}
	80% {
		transform: translateY(0);
	}
	100% {
		transform: rotate(0deg);
	}
}
.wave3 .left-eyebrows {
	animation: leftEyebrows 5s ease-in-out infinite;
}
@keyframes leftEyebrows {
	0% {
		transform: translateY(15px);
	}
	20% {
		transform: translateY(15px);
	}
	35% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(15px);
	}
}

.wave3 .left-hand-left {
	animation: leftHandLeft 5s ease-in-out infinite;
	transform-origin: 70.41% 64.58%;
	z-index: -1;
}
@keyframes leftHandLeft {
	0% {
		transform: rotate(0deg);
	}
	20% {
		transform: rotate(0deg);
	}
	35% {
		transform: rotate(-15deg);
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.wave3 .left-hand-right {
	animation: leftHandRight 5s ease-in-out infinite;
	filter: drop-shadow(0px 10px 10px rgba(119, 42, 4, 0.65));
}
@keyframes leftHandRight {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.wave3 .left-nugget {
	animation: leftNugget 5s ease-in-out infinite;
	transform-origin: 70.41% 64.58%;
	z-index: 2;
}
@keyframes leftNugget {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(0);
	}
	35% {
		transform: translateY(-150px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
@media (min-width: 992px) {
	@keyframes leftNugget {
		0% {
			transform: translateY(0);
		}
		20% {
			transform: translateY(0);
		}
		35% {
			transform: translateY(-300px);
		}
		50% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(0);
		}
	}
}
.wave3 .left-nugget > div {
	animation: leftNuggetDiv 5s ease-in-out infinite;
	transform-origin: 85.83% 56.36%;
}
@keyframes leftNuggetDiv {
	0% {
		transform: rotate(0deg);
	}
	20% {
		transform: rotate(0deg);
	}
	35% {
		transform: rotate(720deg);
	}
	36% {
		transform: rotate(720deg);
	}
	50% {
		transform: rotate(1440deg);
	}
	100% {
		transform: rotate(1440deg);
	}
}













.wave3 .landing-right-dragon {
	width: 46.79%;
	padding-top: 64%;
	position: absolute;
	top: 33%;
	right: -3%;
	z-index: 2;
}

@media (min-width: 992px) {
	.wave3 .landing-right-dragon {
		width: 26.79%;
		padding-top: 32%;
		position: absolute;
		top: 25%;
		right: 7%;
		z-index: 2;
	}	
}
.wave3 .landing-right-dragon div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.wave3 .right-body {
	animation: rightBody 10s ease-in-out infinite;
	transform-origin: 50% 100%;
	filter: drop-shadow(0px 5px 8px rgba(79, 21, 15, 0.76));
}
@keyframes rightBody {
	0% {
		transform: rotate(0deg);
	}
	5% {
		transform: rotate(-5deg);
	}
	10% {
		transform: rotate(0deg);
	}
	15% {
		transform: rotate(5deg);
	}
	20% {
		transform: rotate(0deg);
	}
	50% {
		transform: translateY(0);
	}
	55% {
		transform: translateY(-15px);
	}
	59% {
		transform: translateY(-15px);
	}
	60% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(-15px);
	}
	69% {
		transform: translateY(-15px);
	}
	70% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
@media (min-width: 992px) {
	@keyframes rightBody {
		0% {
			transform: rotate(0deg);
		}
		5% {
			transform: rotate(-5deg);
		}
		10% {
			transform: rotate(0deg);
		}
		15% {
			transform: rotate(5deg);
		}
		20% {
			transform: rotate(0deg);
		}
		50% {
			transform: translateY(0);
		}
		55% {
			transform: translateY(-25px);
		}
		59% {
			transform: translateY(-25px);
		}
		60% {
			transform: translateY(0);
		}
		65% {
			transform: translateY(-25px);
		}
		69% {
			transform: translateY(-25px);
		}
		70% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(0);
		}
	}	
}
.wave3 .right-head {
	animation: rightHead 10s ease-in-out infinite;
}
@keyframes rightHead {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(15px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(15px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave3 .right-eyebrows {
	animation: rightEyebrows 5s ease-in-out infinite;
}
@keyframes rightEyebrows {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(0);
	}
	55% {
		transform: translateY(5px);
	}
	60% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(5px);
	}
	70% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave3 .right-eyes-1 {
	opacity: 1;
	animation: rightEyes1 10s ease infinite;
}
@keyframes rightEyes1 {
	0% {
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	26% {
		/*opacity: 0;*/
		opacity: 1;
	}
	28% {
		opacity: 1;
	}
	30% {
		/*opacity: 0;*/
		opacity: 1;
	}
	32% {
		opacity: 1;
	}
	54% {
		opacity: 1;
	}
	55% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	71% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}
.wave3 .right-eyes-2 {
	opacity: 0;
	animation: rightEyes2 10s ease infinite;
}
@keyframes rightEyes2 {
	0% {
		opacity: 0;
	}
	24% {
		opacity: 0;
	}
	26% {
		/*opacity: 1;*/
		opacity: 0;
	}
	28% {
		opacity: 0;
	}
	30% {
		/*opacity: 1;*/
		opacity: 0;
	}
	32% {
		opacity: 0;
	}
	54% {
		opacity: 0;
	}
	55% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	71% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}
.wave3 .right-beard {
	animation: rightBeard 5s ease-in-out infinite;
}
@keyframes rightBeard {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(0);
	}
	55% {
		transform: translateY(-5px);
	}
	60% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(-5px);
	}
	70% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.wave3 .right-whisker-left {
	animation: rightWhiskerLeft 5s ease infinite;
}
@keyframes rightWhiskerLeft {
	50% {
		transform: rotate(10deg);
	}
}
.wave3 .right-whisker-right {
	animation: rightWhiskerRight 5s ease infinite;
}
@keyframes rightWhiskerRight {
	50% {
		transform: rotate(-10deg);
	}
}
.wave3 .right-scroll {
	filter: drop-shadow(0 10px 10px rgba(128, 74, 56,0.85));
	animation: rightScroll 5s ease-in-out infinite;
	transform-origin: 50% 70%;
}
@keyframes rightScroll {
	0% {
		transform: translateY(0) scale(1);
	}
	10% {
		transform: translateY(-15px) scale(1.032);
	}
	20% {
		transform: translateY(0) scale(1);
	}
	30% {
		transform: translateY(-15px) scale(1.05);
	}
	40% {
		transform: translateY(0) scale(1);
	}
	100% {
		transform: translateY(0) scale(1);
	}
}

















.wave2 .landing-bg {
	position: relative;
}
.wave2 .landing-logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.wave2 .landing-dragon-left {
	position: absolute;
	top: 0;
	right: 15%;
	bottom: 0;
	left: -15%;
}
.wave2 .landing-dragon-right {
	position: absolute;
	top: 0;
	right: -10%;
	bottom: 0;
	left: 10%;
	z-index: 10;
}

@media (min-width: 992px) {
	.wave2 .landing-logo,
	.wave2 .landing-dragon-left,
	.wave2 .landing-dragon-right {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}	
}
.wave2 .landing-dragon-left > div,
.wave2 .landing-dragon-right > div {
	animation: jump 5s ease-in-out infinite;
	animation-delay: 2.5s;
}
.wave2 .landing-dragon-right > div {
	animation-delay: 5s;
}

@keyframes jump {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(-10px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(-10px);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

@media (min-width: 992px) {
	@keyframes jump {
		0% {
			transform: translateY(0);
		}
		5% {
			transform: translateY(-20px);
		}
		10% {
			transform: translateY(0);
		}
		15% {
			transform: translateY(-20px);
		}
		20% {
			transform: translateY(0);
		}
		100% {
			transform: translateY(0);
		}
	}
}

@media (max-width: 992px) {


	.wave2 .primary-btn-1 {
		margin-bottom: -3.5rem;
	}
	.wave2 .primary-btn-2 {
		margin-bottom: -2.8rem;
	}
	.wave2 .primary-btn-3 {
		margin-bottom: -2.2rem;
	}
	.wave2 .primary-btn-7 {
		margin-bottom: -3rem;
	}
	.wave2 #swpPrimaryTopWrapper {
		margin-bottom: -2.8rem;
	}

}


.wave3 [class*="primary-btn-"] img {
	filter: drop-shadow(0 5px 5px rgb(91, 11, 6));
}
@media (min-width: 992px) {
	.wave3 [class*="primary-btn-"] img {
		filter: drop-shadow(0 10px 10px rgb(91, 11, 6));
	}	
}

.wave2 .firework-left {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 25%;
	padding-top: 25%;
	animation: fireworkShoot 6s ease-out forwards;
	animation-delay: 1s;
	opacity: 0;
}
.wave2 .firework-right {
	position: absolute;
	top: 8%;
	right: 5%;
	width: 22%;
	padding-top: 22%;
	animation: fireworkShoot 6s ease-in forwards;
	animation-delay: 1.1s;
	opacity: 0;
}
@media (min-width: 992px) {
	.wave2 .firework-left {
		width: 15%;
		padding-top: 15%;
		left: 9%;
	}
	.wave2 .firework-right {
		width: 13%;
		padding-top: 13%;
		right: 13%;
		top: 8%;
	}
}
@keyframes fireworkShoot {
	0% {
		transform: translateY(200%) scale(0.2);
		opacity: 0.5;
	}
	10% {
		transform: translateY(0) scale(0.2);
		opacity: 0.5;
	}
	15% {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
	90% {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}
.wave2 .firework-left > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/wave2/firework.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: fireworkRotate 30s linear infinite;
}
.wave2 .firework-right > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/wave2/firework.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: fireworkRotateReverse 30s linear infinite;
}
@keyframes fireworkRotate {
	0% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
	}
}
@keyframes fireworkRotateReverse {
	0% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(-360deg);
	}
}





.wave2 .clock-left {
	position: absolute;
	left: 0;
	top: 10%;
	width: 20%;
	padding-top: 40%;
	overflow: hidden;
}
.wave2 .clock-right {
	position: absolute;
	right: 0;
	top: 40%;
	width: 20%;
	padding-top: 40%;
	overflow: hidden;
}

@media (min-width: 992px) {
	.wave2 .clock-left {
		top: 6%;
	}
	.wave2 .clock-right {
		top: 30%;
	}
}

@media (min-width: 2000px) {
	.wave2 .clock-left {
		top: 4%;
	}
	.wave2 .clock-right {
		top: 30%;
	}
}

@media (min-width: 2560px) {
	.wave2 .clock-left {
		top: 10%;
	}
	.wave2 .clock-right {
		top: 40%;
	}
}



.wave2 .clock-left > div {
	position: absolute;
	top: 0;
	right: 0;
	width: 200%;
	padding-top: 200%;
	background-image: url(../images/wave2/clock.png);
	background-size: contain;
	animation: clockRotate 30s linear infinite;
}
@keyframes clockRotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.wave2 .clock-right > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	padding-top: 200%;
	background-image: url(../images/wave2/clock.png);
	background-size: contain;
	animation: clockRotate 30s linear infinite;
}
@keyframes clockRotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.wave2 .landing-logo {
	animation-delay: 1s;
}

.wave2 .landing-logo > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	animation: landingLogoWave2 8s ease-in-out infinite;
}
@keyframes landingLogoWave2 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-2%);
	}
	100% {
		transform: rotate(0);
	}
}
.wave2 .landing-dragon-left {
	animation: landingDragonLeft 4s ease-in-out infinite;
	transform-origin: 21.64% 85.78%;
}
@keyframes landingDragonLeft {
	0% {
		transform: rotate(8deg);
	}
	50% {
		transform: rotate(-2deg);
	}
	100% {
		transform: rotate(8deg);
	}
}
.wave2 .landing-dragon-right {
	animation: landingDragonRight 4s ease-in-out infinite;
	transform-origin: 71.36% 90.23%;
}
@keyframes landingDragonRight {
	0% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(-8deg);
	}
}
/*@keyframes landingDragonRight {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(-15px);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(-10px);
	}
	20% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-5px);
	}
	30% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}*/

body.wave1 .tsparticles-wrapper{
	display: none;
}

/*#scene {
	animation: landingLogo 5s linear infinite;
}
@keyframes landingLogo {
	0% {
		filter: hue-rotate(0deg);
	}
	
	50% {
		filter: hue-rotate(360deg);
	}
	
	100% {
		filter: hue-rotate(0deg);
	}
}*/

.wave2 .landing-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	animation: landingTextWave2 5s ease-out infinite, landingTextLightWave2 8s linear infinite;
}
@keyframes landingTextWave2 {
	50% {
		transform: translateY(-.5rem);
	}
}
@media (min-width: 992px) {
	@keyframes landingTextWave2 {
		50% {
			transform: translateY(-1rem);
		}
	}	
}
@keyframes landingTextLightWave2 {
	45% {
		filter: brightness(150%);
	}
	46% {
		filter: brightness(100%);
	}
	47% {
		filter: brightness(150%);
	}
	48% {
		filter: brightness(100%);
	}
}

.falling-coins {
	display: block;
	position: fixed;
	z-index: 4;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	user-select: none;
	/*perspective: 500px;*/
	overflow: hidden;
	--coin-size: 40px;
}
@media (min-width: 992px) {
	.falling-coins {
		display: block;
		--coin-size: 100px;
	}
}
.falling-coins > div {
	top: -100px;
	position: absolute;
	pointer-events: none;
	user-select: none;

	/*animation: coinFalling 3s linear infinite;*/
}
@keyframes coinFalling {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(110vh);
	}
}
.falling-coins > div:nth-child(1) {
	left: 5%;
	width: calc(var(--coin-size) - 10px);
	height: calc(var(--coin-size) - 10px);
	animation: coinFalling 3s linear infinite;
	animation-delay: 0s;
}
.falling-coins > div:nth-child(2) {
	left: 25%;
	width: calc(var(--coin-size) + 10px);
	height: calc(var(--coin-size) + 10px);
	animation: coinFalling 5.5s linear infinite;
	animation-delay: 3.5s;
}
.falling-coins > div:nth-child(3) {
	left: 40%;
	width: calc(var(--coin-size) - 10px);
	height: calc(var(--coin-size) - 10px);
	animation: coinFalling 4s linear infinite;
	animation-delay: 2s;
}
.falling-coins > div:nth-child(4) {
	right: 5%;
	width: calc(var(--coin-size) + 0px);
	height: calc(var(--coin-size) + 0px);
	animation: coinFalling 6s linear infinite;
	animation-delay: 0s;
}
.falling-coins > div:nth-child(5) {
	right: 25%;
	width: calc(var(--coin-size) + 10px);
	height: calc(var(--coin-size) + 10px);
	animation: coinFalling 3.5s linear infinite;
	animation-delay: 3.5s;
}
.falling-coins > div:nth-child(6) {
	right: 40%;
	width: calc(var(--coin-size) - 10px);
	height: calc(var(--coin-size) - 10px);
	animation: coinFalling 4.5s linear infinite;
	animation-delay: 1.5s;
}
.falling-coins > div > span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	user-select: none;
	background-image: url(../images/wave1/coin.png);
	background-size: contain;
	animation: coinRotation 2s linear infinite;
}
.falling-coins > div:nth-child(1) > span {
	animation: coinRotationReverse 1s linear infinite;
}
.falling-coins > div:nth-child(2) > span {
	animation: coinRotation 1.5s linear infinite;
}
.falling-coins > div:nth-child(3) > span {
	animation: coinRotationReverse 2s linear infinite;
}
.falling-coins > div:nth-child(4) > span {
	animation: coinRotation 2s linear infinite;
}
.falling-coins > div:nth-child(5) > span {
	animation: coinRotationReverse 2s linear infinite;
}
.falling-coins > div:nth-child(6) > span {
	animation: coinRotation 1.5s linear infinite;
}

@keyframes coinRotation {
	from {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(-180deg);
		filter: hue-rotate(0deg);
	}
	to {
		transform: rotateX(0deg) rotateY(360deg) rotateZ(180deg);
		filter: hue-rotate(360deg);
	}
}

@keyframes coinRotationReverse {
	from {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
		filter: hue-rotate(0deg);
	}
	to {
		transform: rotateX(0deg) rotateY(360deg) rotateZ(-180deg);
		filter: hue-rotate(360deg);
	}
}



.falling-petals {
	display: block;
	position: absolute;
	z-index: 104;
	width: 100%;
	height: 100vh;
	/*height: 100svh;*/

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	user-select: none;
	/*perspective: 500px;*/
	overflow: hidden;
	--coin-size: 16px;
}
.falling-petals-mirror {
	height: 80vh;
	top: 10vh;
	transform: scale(-1,1);
}
@media (min-width: 992px) {
	.falling-petals {
		display: block;
		--coin-size: 32px;
	}
}
.falling-petals > div {
	top: -100px;
	position: absolute;
	pointer-events: none;
	user-select: none;

	/*animation: coinFalling 3s linear infinite;*/
}
@keyframes petalsFalling {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(110vh);
	}
}
.falling-petals > div:nth-child(1) {
	left: 10%;
	width: calc(var(--coin-size) - 10px);
	height: calc(var(--coin-size) - 10px);
	animation: petalsFalling 5s linear infinite;
	animation-delay: 0s;
}
.falling-petals > div:nth-child(2) {
	left: 25%;
	width: calc(var(--coin-size) + 10px);
	height: calc(var(--coin-size) + 10px);
	animation: petalsFalling 7.5s linear infinite;
	animation-delay: 3.5s;
}
.falling-petals > div:nth-child(3) {
	left: 40%;
	width: calc(var(--coin-size) - 10px);
	height: calc(var(--coin-size) - 10px);
	animation: petalsFalling 6s linear infinite;
	animation-delay: 2s;
}
.falling-petals > div:nth-child(4) {
	right: 10%;
	width: calc(var(--coin-size) + 0px);
	height: calc(var(--coin-size) + 0px);
	animation: petalsFalling 8s linear infinite;
	animation-delay: 0s;
}
.falling-petals > div:nth-child(5) {
	right: 25%;
	width: calc(var(--coin-size) + 10px);
	height: calc(var(--coin-size) + 10px);
	animation: petalsFalling 5.5s linear infinite;
	animation-delay: 3.5s;
}
.falling-petals > div:nth-child(6) {
	right: 40%;
	width: calc(var(--coin-size) - 10px);
	height: calc(var(--coin-size) - 10px);
	animation: petalsFalling 6.5s linear infinite;
	animation-delay: 3.3s;
}
.falling-petals > div:nth-child(7) {
	left: 30%;
	width: calc(var(--coin-size) - 10px);
	height: calc(var(--coin-size) - 10px);
	animation: petalsFalling 5s linear infinite;
	animation-delay: 1.6s;
}
.falling-petals > div:nth-child(8) {
	left: 8%;
	width: calc(var(--coin-size) + 10px);
	height: calc(var(--coin-size) + 10px);
	animation: petalsFalling 9.5s linear infinite;
	animation-delay: 4.2s;
}
.falling-petals > div:nth-child(9) {
	left: 21%;
	width: calc(var(--coin-size) - 10px);
	height: calc(var(--coin-size) - 10px);
	animation: petalsFalling 6s linear infinite;
	animation-delay: 2.8s;
}
.falling-petals > div:nth-child(10) {
	right: 29%;
	width: calc(var(--coin-size) + 0px);
	height: calc(var(--coin-size) + 0px);
	animation: petalsFalling 8s linear infinite;
	animation-delay: 0.2s;
}
.falling-petals > div:nth-child(11) {
	right: 3%;
	width: calc(var(--coin-size) + 10px);
	height: calc(var(--coin-size) + 10px);
	animation: petalsFalling 10.5s linear infinite;
	animation-delay: 1.5s;
}
.falling-petals > div:nth-child(12) {
	right: 36%;
	width: calc(var(--coin-size) - 10px);
	height: calc(var(--coin-size) - 10px);
	animation: petalsFalling 7.5s linear infinite;
	animation-delay: 3.2s;
}
.falling-petals > div > span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	user-select: none;
	background-image: url(../images/wave4/petal.png);
	background-size: contain;
	animation: petalsRotation 2s linear infinite;
}
.falling-petals > div:nth-child(1) > span {
	animation: petalsRotationReverse 2s linear infinite;
}
.falling-petals > div:nth-child(2) > span {
	animation: petalsRotation 3.5s linear infinite;
}
.falling-petals > div:nth-child(3) > span {
	animation: petalsRotationReverse 4s linear infinite;
}
.falling-petals > div:nth-child(4) > span {
	animation: petalsRotation 2s linear infinite;
}
.falling-petals > div:nth-child(5) > span {
	animation: petalsRotationReverse 2s linear infinite;
}
.falling-petals > div:nth-child(6) > span {
	animation: petalsRotation 1.5s linear infinite;
}

.falling-petals > div:nth-child(7) > span {
	animation: petalsRotationReverse 3s linear infinite;
}
.falling-petals > div:nth-child(8) > span {
	animation: petalsRotation 1.5s linear infinite;
}
.falling-petals > div:nth-child(9) > span {
	animation: petalsRotationReverse 2s linear infinite;
}
.falling-petals > div:nth-child(10) > span {
	animation: petalsRotation 4s linear infinite;
}
.falling-petals > div:nth-child(11) > span {
	animation: petalsRotationReverse 2s linear infinite;
}
.falling-petals > div:nth-child(12) > span {
	animation: petalsRotation 1.5s linear infinite;
}

@keyframes petalsRotation {
	from {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(-180deg);
		filter: hue-rotate(0deg);
	}
	to {
		transform: rotateX(0deg) rotateY(360deg) rotateZ(180deg);
		filter: hue-rotate(0deg);
	}
}

@keyframes petalsRotationReverse {
	from {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
		filter: hue-rotate(0deg);
	}
	to {
		transform: rotateX(0deg) rotateY(360deg) rotateZ(-180deg);
		filter: hue-rotate(0deg);
	}
}











#tsparticles {
	mix-blend-mode: screen;
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	height: 150px;
	/*height: 300px;*/
	transform: translate3d(0,0,0);
	display: block;
	opacity: 1;
	transition: opacity .5s ease;
}


@media (min-width: 992px) {
	#tsparticles {
		mix-blend-mode: screen;
		position: absolute;
		width: 100%;
		height: 400px;
		transform: translate3d(0,0,0);
	}	
}


.tsparticles-wrapper.out-viewport #tsparticles {
	/*display: none;*/
	opacity: 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;
	scroll-padding-top: 4rem;
	
}
body {
	position: relative;
}

* {
	outline: 0;
	/*outline: 1px solid yellow!important;*/
}

.fs-7 {
	font-size: 0.75rem;
}
body * {
	animation-play-state: paused;
}

body.loaded * {
	animation-play-state: running;
}
body.loaded.modal-open * {
	animation-play-state: paused;
}
.bg-red {
	background-color: #d63829;
}
.bg-green {
	background-color: #567050;
}
.bg-gold {
	background-color: #a38a4f;
}
.bg-brown {
	background-color: #c22c2b;
}
.loading {
  position: fixed;
  
  /*background-color: #c43e30;
  background-image: url("https://www.transparenttextures.com/patterns/checkered-pattern.png");*/

  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);*/
}
@keyframes rotation {
	from {
		transform: rotate(-360deg);
	}
	to {
		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 {
	background-color: #000;
}

body.wave1 {
	/*background-color: #fdd89b;*/
	background-image: url(../images/wave1/mobile/bg-main.jpg), url(../images/wave1/mobile/bg-repeat.jpg);
	background-position: top 46px center, top center;
	background-repeat: no-repeat, repeat-y;
	background-size: contain, 100% auto;
}
body.wave2 {
	/*background-image: url(../images/wave2/mobile/bg-main.jpg), url(../images/wave2/mobile/bg-repeat.jpg);
	background-position: top 46px center, top center;
	background-repeat: no-repeat, repeat-y;
	background-size: contain, 100% auto;*/
}
body.wave3 {
	background-color: #942c1b;
}






.main-section.wave1 {
	background-image: url(../images/wave1/mobile/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding-top: 0rem;
	position: relative;
}
.main-section.wave2 {
	background-image: url(../images/wave2/mobile/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding-top: 0rem;
	position: relative;
}
.main-section.wave3 {
	background-image: url(../images/wave3/page-bottom-cloud.png), url(../images/wave3/bg.jpg);
	background-position: bottom center, top center;
	background-repeat: no-repeat, repeat-y;
	background-size: 100% auto, 100% auto;
	padding-top: 0rem;
}
.main-section.wave4 {
	background-image: url(../images/wave4/page-bottom-cloud.png), url(../images/wave4/bg.jpg);
	background-position: bottom center, top center;
	background-repeat: no-repeat, repeat-y;
	background-size: 100% auto, 100% auto;
	padding-top: 0rem;
}


@media (min-width: 992px) {
	
	.main-section.wave1 {
		background-image: url(../images/wave1/bg.jpg);
		background-position: top center;
		background-repeat: repeat-y;
		background-size: 100% auto;
		padding-top: 0rem;
	}
	.main-section.wave2 {
		background-image: url(../images/wave2/bg-1920.jpg);
		background-position: top center;
		background-repeat: repeat-y;
		background-size: 100% auto;
		padding-top: 0rem;
	}
	.main-section.wave3 {
		background-image: url(../images/wave3/page-bottom-cloud.png), url(../images/wave3/bg.jpg);
		background-position: bottom center, top center;
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
		padding-top: 0rem;
	}
	.main-section.wave4 {
		background-image: url(../images/wave4/page-bottom-cloud.png), url(../images/wave4/bg.jpg);
		background-position: bottom center, top center;
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
		padding-top: 0rem;
	}
	.main-section.wave2:before {
		/*content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(../images/wave2/bg.jpg);
		background-position: top center;
		background-repeat: repeat-y;
		background-size: 100% auto;
		background-blend-mode: screen;
		opacity: 1;*/
	}
	body.wave1 {
		/*background-color: #fdd89b;*/
		/*background-image: url(../images/wave1/bg-main.jpg), url(../images/wave1/bg-repeat.jpg);
		background-position: top 46px center, top center;
		background-repeat: no-repeat, repeat-y;
		background-size: contain, 100% auto;*/
	}

}
@media (min-width: 2000px) {
	.main-section.wave2 {
		background-image: url(../images/wave2/bg-2560.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding-top: 0rem;
	}
	.main-section.wave3 {
		background-image: url(../images/wave3/page-bottom-cloud.png), url(../images/wave3/bg.jpg);
		background-position: bottom center, top center;
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
		padding-top: 0rem;
	}
	.main-section.wave4 {
		background-image: url(../images/wave4/page-bottom-cloud.png), url(../images/wave4/bg.jpg);
		background-position: bottom center, top center;
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
		padding-top: 0rem;
	}
	.tvoneday .main-section.wave2 {
		/*background-image: url(../images/wave2/bg-top-2560.jpg), url(../images/wave2/bg-bottom-2560.jpg);
		background-position: top center, bottom center;
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto;
		padding-top: 0rem;*/
		background-image: url(../images/wave2/bg-2560.jpg);
		background-position: top center;
		background-repeat: repeat-y;
		background-size: 100% auto;
		padding-top: 0rem;
	}
}
@media (min-width: 2560px) {
	.main-section.wave2 {
		background-image: url(../images/wave2/bg-2560.jpg);
		background-position: top center;
		background-repeat: repeat-y;
		background-size: 100% auto;
		padding-top: 0rem;
	}
	.main-section.wave3 {
		background-image: url(../images/wave3/page-bottom-cloud.png), url(../images/wave3/bg.jpg);
		background-position: bottom center, top center;
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
		padding-top: 0rem;
	}
	.main-section.wave4 {
		background-image: url(../images/wave4/page-bottom-cloud.png), url(../images/wave4/bg.jpg);
		background-position: bottom center, top center;
		background-repeat: no-repeat, repeat-y;
		background-size: 100% auto, 100% auto;
		padding-top: 0rem;
	}
	.tvoneday .main-section.wave2 {
		background-image: url(../images/wave2/bg-2560.jpg);
		background-position: top center;
		background-repeat: repeat-y;
		background-size: 100% auto;
		padding-top: 0rem;
	}
}


.wave1 #swpPrimaryLeftWrapper {
	width: 36.4%;
}
.wave1 #swpPrimaryLeftWrapper::after {
	/*content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	border-right: 4px dotted black;
	z-index: 2;*/
}
.primary-btn-1 {
	position: relative;
}
.wave1 #swpPrimaryLeftWrapper .swiper-slide {
	opacity: 0!important;
}
.wave1 #swpPrimaryLeftWrapper .swiper-slide-active {
	opacity: 1!important;
}



.wave1 .primary-btn-6 {
	position: relative;
	border-bottom: 2px solid #c22c2b;
}
.wave1 .primary-btn-6::after {
	content: '';
	display: block;
	position: absolute;
	width: 48%;
	height: 100%;
	top: 2%;
	right: 0;
	background-image: url(../images/wave1/la-mer.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3;
	transition: all .3s ease-in;
	filter: drop-shadow(0 0 5px rgba(134,35,5,0.75));
	pointer-events: none;
	user-select: none;
}
.wave1 .primary-btn-6:hover::after{
	transform: translateX(5%);
	transition: all .3s ease-in;
	filter: drop-shadow(10px 15px 15px rgba(134,35,5,0.35));
}
.wave1 .primary-8 {
	border-left: 2px solid #c22c2b;
}
.wave2 #swpPrimaryTopWrapper {
	width: 100%;

}
.wave2 #swpPrimaryLeftWrapper {
	width: 30%;
}

@media (min-width: 992px) {
	.wave1 #swpPrimaryLeftWrapper {
		width: 29%;
	}
	.wave2 #swpPrimaryLeftWrapper {
		width: 29%;
	}
	.wave2 #swpPrimaryTopWrapper {
		width: 46%;
	}

	.wave1 #swpPrimaryLeftWrapper::after {
		/*content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 0;
		border-right: 10px dotted black;
		z-index: 2;*/
	}
}


.primary-section-group,
.secondary-banner {
	width: 100%;
	overflow: hidden;
	
}

.wave1 .primary-section-group {
	width: 100%;
	max-width: 1200px;
	overflow: visible;
}

.wave2 .primary-section-group {
	width: 100%;
	max-width: 1200px;
	overflow: visible;
	padding-top: 0rem;
}

.wave3 .primary-section-group {
	width: 100%;
	overflow: visible;
	margin-top: -15%;
}

.wave4 .primary-section-group {
	width: 100%;
	overflow: visible;
	margin-top: -5%;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.5));
}
.wave4 .primary-section-group .hover-translate,
.wave4 .item {
	transition: all .2s ease;
	transform: translateY(0);
}
.wave4 .primary-section-group .hover-translate:hover,
.wave4 .item:hover {
	transition: all .2s ease;
	transform: translateY(-5px);
}

.wave4 .primary-section-group > div > div:nth-child(1) {
	order: 2;
}
.wave4 .primary-section-group > div > div:nth-child(2) {
	order: 3;
}
.wave4 .primary-section-group > div > div:nth-child(3) {
	order: 1;
}
.wave4 .primary-section-group > div > div:nth-child(4) {
	order: 4;
}










@media (min-width: 992px) {
	.wave4 .primary-section-group > div > div:nth-child(1) {
		order: 1;
	}
	.wave4 .primary-section-group > div > div:nth-child(2) {
		order: 2;
	}
	.wave4 .primary-section-group > div > div:nth-child(3) {
		order: 3;
	}
	.wave4 .primary-section-group > div > div:nth-child(4) {
		order: 4;
	}
	[class*="primary-btn-"] img {
		
		transition: all .3s ease-in;
		position: relative;
	}
	.wave2 .primary-section-group {
		width: 100%;
		max-width: 1200px;
		overflow: visible;
		padding-top: 2rem;
	}

	.wave3 .primary-section-group {
		width: 100%;
		max-width: 1320px;
		margin-top: -18%;
		overflow: visible;
	}

	.wave4 .primary-section-group {
		width: 100%;
		max-width: 1320px;
		margin-top: -18%;
		overflow: visible;
		filter: drop-shadow(0 8px 8px rgba(0,0,0,0.5));
	}
	
}

@media (min-width: 2500px) {
	.wave3 .primary-section-group {
		width: 100%;
		max-width: 1700px;
		margin-top: -18%;
		overflow: visible;
	}
	.wave4 .primary-section-group {
		width: 100%;
		max-width: 1700px;
		margin-top: -18%;
		overflow: visible;
	}
}

.dailysale-click a {
	max-width: 80%;
	border-radius: 50rem;
}
@media (min-width: 992px) {
	.dailysale-click a {
		max-width: 55%;
	}	
}
.dailysale-section {
	width: 100%;
	max-width: 1320px;
	/*background-image: url(../images/wave2/bg-dailysale.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;*/
}
.dailysale-section .tab-pane {
	position: relative;
}
.dailysale-section .swiper-container {
	width: 100%;
	/*padding-left: 3rem;
	padding-right: 3rem;*/
	overflow: hidden;
	margin-left: 0;
	-webkit-mask-image: linear-gradient(to right, black 90%, transparent 100%);
	mask-image: linear-gradient(to right, black 90%, transparent 100%);
}

@media (min-width: 992px) {
	.dailysale-section .swiper-container {
		width: 77%;
		/*width: 67%;*/
		/*padding-left: 3rem;
		padding-right: 3rem;*/
		overflow: hidden;
		margin-left: 10%;
		-webkit-mask-image: linear-gradient(to right, black 90%, transparent 100%);
		mask-image: linear-gradient(to right, black 90%, transparent 100%);
	}
}


.dailysale-section .nav-pills {
	margin-bottom: 14%;
}
@media (min-width: 992px) {
	.dailysale-section .nav-pills {
		margin-bottom: 8.5%;
	}	
}
.dailysale-section .tab-content .swiper-slide  {
	/*max-width: 25%;*/
}
.dailysale-section .nav-link {
	width: 40px;
	height: 40px;
	background-image: url(../images/wave2/nav-dailysale.png);
	background-size: 100% 100%;
	margin: 0 .25rem;
}
.dailysale-prev {
	position: absolute;
	top: 45%;
	left: 3%;
	z-index: 999;
}
.dailysale-next {
	position: absolute;
	top: 45%;
	right: 5%;
	z-index: 999;
}

@media (min-width: 992px) {
	.dailysale-section .nav-link {
		width: 100px;
		height: 100px;
		background-image: url(../images/wave2/nav-dailysale.png);
		background-size: 100% 100%;
		margin: 0 .5rem;
	}
}




.dailysale-section,
.tvoneday-section,
.section-wrapper {
	filter: drop-shadow(0 5px 5px rgba(77, 7, 7, 0.85));
}
@media (min-width: 992px) {
	.dailysale-section,
	.tvoneday-section,
	.section-wrapper {
		filter: drop-shadow(0 5px 5px rgba(77, 7, 7, 0.85));
	}	
}

.tvoneday-timer {
	/*background-image: url(../images/wave2/mobile/tvoneday-body.png);
	background-repeat: repeat-y;
	background-size: 100% auto;*/
	/*margin-top: -.5rem;
	padding-top: 1rem;*/
}
.tvoneday-body {
	/*background-image: url(../images/wave2/mobile/tvoneday-body.png);
	background-repeat: repeat-y;
	background-size: 100% auto;*/
	margin-top: 0;
}
.tvoneday-body .item {
	order: 3;
}
.tvoneday-body .item[data-item-id="3153072023"] {
	order: 2;
}
.tvoneday-desc {
	width: 50%;
	order: 1;
}

.tvoneday-section {
	background-image: url(../images/wave2/mobile/tvoneday-bg.png);
	background-size: 96% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 7rem;
	padding-bottom: .5rem
}

@media (min-width: 992px) {

	#tvOneDay {
		width: 100%;
		position: relative;
		/*background-image: url(../images/wave2/tvoneday-bg.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;*/
	}
	.tvoneday-header {
		position: relative;
	}
	.tvoneday-timer {
		/*margin-bottom: 2rem;*/
	}
	.tvoneday-section {
		background-image: url(../images/wave2/tvoneday-bg.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding-top: 20rem;
	}
	.tvoneday-body {
		/*background-image: url(../images/wave2/tvoneday-bg.png);
		background-repeat: repeat-y;
		background-size: 100% auto;
		margin-top: -1.25rem;*/
	}
	.tvoneday-body .row {
		/*padding: 0 10%!important;*/
	}
	.tvoneday-body .item {
		order: 3;
	}
	.tvoneday-body .item[data-item-id="3153072023"] {
		order: 2;
	}
	.tvoneday-desc {
		width: 33%;
		order: 1;
	}
	.tvoneday-footer {
		margin-top: -1.25rem;
	}

}

.secondary-btn-1 {
	max-width: 1200px;
	filter: drop-shadow(0 5px 5px rgba(135,35,5,.75));
}
@media (min-width: 992px) {
	.secondary-btn-1 {
		max-width: 1200px;
		filter: drop-shadow(0 15px 5px rgba(135,35,5,.75));
	}	
}

.wave2 .blackfriday-btn-1 {
	max-width: 1320px;
}

.people-sticky {
	width: 100%;
	position: sticky;
	top: 0;
}
.people {
	position: absolute;
	top: 0;
	/*right: 0;
	bottom: 0;*/
	left: 0;
	overflow: hidden;
	/*background-color: red;*/
	width: 100%;
	/*height: 100vh;*/
	height: calc(100vh - 50px);
	pointer-events: none;
	user-select: none;

}
.landing-people {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	user-select: none;
}


.people > div,
.landing-people > div {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

.landing-people > div:nth-child(1) {
	bottom: 18%;
	right: 0;
	width: 20%;
	padding-top: 20%;
	background-image: url(../images/wave1/people/people-6.png);
	animation: peopleRightToLeft 10s linear infinite;
	animation-delay: 10s;
	transform: translateX(100%);
}
.landing-people > div:nth-child(2) {
	bottom: 18%;
	left: 0;
	width: 20%;
	padding-top: 20%;
	background-image: url(../images/wave1/people/people-4.png);
	animation: peopleLeftToRight 10s linear infinite;
	animation-delay: 1s;
	transform: translateX(-100%);
}

.people > div:nth-child(1) {
	top: 8%;
	right: 0;
	width: 12%;
	padding-top: 12%;
	background-image: url(../images/wave1/people/people-1.png);
	/*background-color: red;*/
	animation: peopleRightToLeft 15s linear infinite;
	transform: translateX(100%);
}
.people > div:nth-child(2) {
	bottom: 1.6%;
	left: 7.5%;
	width: 9%;
	padding-top: 9%;
	background-image: url(../images/wave1/people/people-2.png);
	z-index: 1001;
	opacity: 0;
}



.people > div:nth-child(3) {
	top: 50%;
	right: 0;
	width: 12%;
	padding-top: 12%;
	/*background-color: yellow;*/
	background-image: url(../images/wave1/people/people-3.png);
	animation: peopleRightToLeft 20s linear infinite;
	animation-delay: 3s;
	transform: translateX(100%);
}
.people > div:nth-child(4) {
	top: 25%;
	left: 0;
	width: 12%;
	padding-top: 12%;
	background-image: url(../images/wave1/people/people-4.png);
	animation: peopleLeftToRight 25s linear infinite;
	animation-delay: 1s;
	transform: translateX(-100%);
}
.people > div:nth-child(5) {
	bottom: 1%;
	right: 5%;
	width: 9%;
	padding-top: 9%;
	background-image: url(../images/wave1/people/people-5.png);
	opacity: 0;
}



@media (min-width: 1920px) {
	.people > div:nth-child(2) {
		bottom: 2%;
		left: 7%;
		width: 11%;
		padding-top: 11%;
		background-image: url(../images/wave1/people/people-2.png);
		opacity: 1;
	}
	.people > div:nth-child(5) {
		bottom: 1%;
		right: 2.8%;
		width: 12%;
		padding-top: 12%;
		background-image: url(../images/wave1/people/people-5.png);
		opacity: 1;
	}
}
@media (min-width: 2560px) {
	.people > div:nth-child(2) {
		bottom: 2%;
		left: 12%;
		width: 11%;
		padding-top: 11%;
		background-image: url(../images/wave1/people/people-2.png);
		opacity: 1;
	}
	.people > div:nth-child(5) {
		bottom: 1%;
		right: 8%;
		width: 12%;
		padding-top: 12%;
		background-image: url(../images/wave1/people/people-5.png);
		opacity: 1;
	}
}

.people > div:nth-child(6) {
	bottom: 15%;
	right: 0;
	width: 12%;
	padding-top: 12%;
	background-image: url(../images/wave1/people/people-6.png);
	animation: peopleRightToLeft 10s linear infinite;
	animation-delay: 10s;
	transform: translateX(100%);
}
.people > div:nth-child(7) {
	top: 35%;
	left: 0;
	width: 12%;
	padding-top: 12%;
	background-image: url(../images/wave1/people/people-7.png);
	animation: peopleLeftToRight 10s linear infinite;
	animation-delay: 6s;
	transform: translateX(-100%);
}
@keyframes peopleRightToLeft {
	from {
		transform: translateX(200%);
	}
	to {
		transform: translateX(-150vw);
	}
}
@keyframes peopleLeftToRight {
	from {
		transform: translateX(-200%);
	}
	to {
		transform: translateX(150vw);
	}
}



@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;
	height: 46px;
	/*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%;
	/*overflow: hidden;*/
	transform: translate3d(0,0,0);
}


/*.wave2 .landing-main {
	animation: landingMain 2s ease infinite;
}
@keyframes landingMain {
	0% {
		filter: brightness(100%) saturate(110%);
	}
	5% {
		filter: brightness(110%) saturate(100%);
	}
	10% {
		filter: brightness(100%) saturate(110%);
	}
	15% {
		filter: brightness(110%) saturate(100%);
	}
	20% {
		filter: brightness(100%) saturate(110%);
	}

	100% {
		filter: brightness(100%) saturate(110%);
	}
}*/
@media (min-width: 992px) {
	
}


.landing-circular-light.light-1 {
	width: 20%;
	padding-top: 20%;
	position: absolute;
	top: 13%;
	left: 0%;
}
.landing-circular-light.light-2 {
	width: 20%;
	padding-top: 20%;
	position: absolute;
	top: 4%;
	left: 19.5%;
}
.landing-circular-light.light-3 {
	width: 20%;
	padding-top: 20%;
	position: absolute;
	top: 0%;
	left: 39.5%;
}
.landing-circular-light.light-4 {
	width: 20%;
	padding-top: 20%;
	position: absolute;
	top: 4%;
	left: 60%;
}
.landing-circular-light.light-5 {
	width: 20%;
	padding-top: 20%;
	position: absolute;
	top: 13%;
	left: 80%;
}
.landing-circular-light > div {
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.5);*/
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 50% 50%;
}
.landing-circular-light > div:nth-child(1) {
	transform: rotate(0deg);
}
.landing-circular-light > div:nth-child(2) {
	transform: rotate(30deg);
}
.landing-circular-light > div:nth-child(3) {
	transform: rotate(60deg);
}
.landing-circular-light > div:nth-child(4) {
	transform: rotate(90deg);
}
.landing-circular-light > div:nth-child(5) {
	transform: rotate(120deg);
}
.landing-circular-light > div:nth-child(6) {
	transform: rotate(150deg);
}
.landing-circular-light > div:nth-child(7) {
	transform: rotate(180deg);
}
.landing-circular-light > div:nth-child(8) {
	transform: rotate(210deg);
}
.landing-circular-light > div:nth-child(9) {
	transform: rotate(240deg);
}
.landing-circular-light > div:nth-child(10) {
	transform: rotate(270deg);
}
.landing-circular-light > div:nth-child(11) {
	transform: rotate(300deg);
}
.landing-circular-light > div:nth-child(12) {
	transform: rotate(330deg);
}


.landing-circular-light > div > span {
	width: 10%;
	/*height: 1rem;*/
	padding-top: 10%;
	max-width: 1rem;
	top: 0;
	left: 50%;
	margin-left: -.5rem;
	/*border: 1px solid #fff6d5;*/
	filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));
	border-radius: 1rem;
	background-color: #ffffff;
	/*background-image: url(../images/wave1/bulb.png);*/
	background-size: contain;
	box-shadow: 0 0 5px 5px rgba(255,225,164,1), 0 0 10px rgba(255,225,164,0.85);
	position: absolute;
	animation: lightAnimation 1s ease infinite;
}
@keyframes lightAnimation {
	0% {
		background-color: #ffffff;
		box-shadow: 0 0 5px 5px rgba(255,225,164,0.5), 0 0 10px rgba(255,225,164,0.5);
	}
	50% {
		/*background-color: #aa995d;*/
		background-color: #ede0b2;
		box-shadow: 0 0 5px 5px rgba(255,225,164,0), 0 0 10px rgba(255,225,164,0);
	}
	100% {
		background-color: #ffffff;
		box-shadow: 0 0 5px 5px rgba(255,225,164,0.5), 0 0 10px rgba(255,225,164,0.5);
	}
}


@media (min-width: 992px) {
	.landing-circular-light > div > span {
		/*width: 10%;*/
		width: 1rem;
		height: 1rem;
		padding-top: 0;
		max-width: 1rem;
		top: 0;
		left: 50%;
		margin-left: -.5rem;
		/*border: 1px solid #fff6d5;*/
		filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));
		border-radius: 1rem;
		background-color: #ffffff;
		/*background-image: url(../images/wave1/bulb.png);*/
		background-size: contain;
		box-shadow: 0 0 10px 10px rgba(255,225,164,1), 0 0 20px rgba(255,225,164,0.85);
		position: absolute;
		animation: lightAnimation 1s ease infinite;
	}
	@keyframes lightAnimation {
		0% {
			background-color: #ffffff;
			box-shadow: 0 0 10px 10px rgba(255,225,164,0.5), 0 0 20px rgba(255,225,164,0.5);
		}
		50% {
			/*background-color: #aa995d;*/
			background-color: #ede0b2;
			box-shadow: 0 0 10px 10px rgba(255,225,164,0), 0 0 20px rgba(255,225,164,0);
		}
		100% {
			background-color: #ffffff;
			box-shadow: 0 0 10px 10px rgba(255,225,164,0.5), 0 0 20px rgba(255,225,164,0.5);
		}
	}
}

.landing-circular-light > div:nth-child(even) > span {
	animation-delay: 0;
}
.landing-circular-light > div:nth-child(odd) > span {
	animation-delay: 0.5s;
}

.landing-truck {
	position: absolute;
	width: 100%;
	max-width: 950px;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: 0% 50%;
	animation: landingTruck 3s ease;
	
}
@media (min-width: 992px) {
	.landing-truck {
		position: absolute;
		width: 40%;
		max-width: 950px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		transform-origin: 0% 50%;
		animation: landingTruck 3s ease;
	}
}
@keyframes landingTruck {
	from {
		transform: scale(1.2) translateX(-50%);
		opacity: 0;
	}
	to {
		transform: scale(1) translateX(-50%);
		opacity: 1;
	}
}
.landing-truck img {
	animation: landingTruckInner 5s ease infinite;
	animation-delay: 1s;
}
@keyframes landingTruckInner{
	0% {
		transform: translateX(0%) rotate(0deg);
	}
	33% {
		transform: translateX(-5%) rotate(1deg);
	}
	
	66% {
		transform: translateX(5%) rotate(-1deg);
	}
	100% {
		transform: translateX(0%) rotate(0deg);
	}
}


.landing-date {
	position: absolute;
	width: 90%;
	max-width: 892px;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%) translateY(100%) scale(2);
	opacity: 0;
	animation: landingDate 2s ease forwards;
	animation-delay: 2s;
}
@media (min-width: 992px) {
	.landing-date {
		position: absolute;
		width: 33%;
		max-width: 892px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%) translateY(100%) scale(2);
		opacity: 0;
		animation: landingDate 2s ease forwards;
		animation-delay: 2s;
	}
}
@keyframes landingDate {
	100% {
		transform: translateX(-50%) translateY(0%) scale(1);
		opacity: 1;
	}
}

.wave1 .landing-flags {
	position: absolute;
	top: -20%;
	right: -10%;
	bottom: 0;
	left: -10%;
	overflow: hidden;
	animation: landingFlags 5s ease infinite;
	animation-delay: 10s;
}
.wave2 .landing-flags {
	position: absolute;
	top: 0;
	right: -10%;
	bottom: 0;
	left: -10%;
	overflow: hidden;
	animation: landingFlags 5s ease infinite;
	animation-delay: 10s;
}
@media (min-width: 992px) {
	.wave1 .landing-flags {
		position: absolute;
		top: 0;
		right: -10%;
		bottom: 0;
		left: -10%;
		overflow: hidden;
		animation: landingFlags 5s ease infinite;
		animation-delay: 10s;
	}
	.wave2 .landing-flags {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
		animation: landingFlags 5s ease infinite;
		animation-delay: 10s;
	}
}
@keyframes landingFlags {
	50% {
		transform: perspective(1000px) rotateX(-5deg) translateY(2%);
	}
}

.wave1 .landing-left-flag {
	position: absolute;
	width: 50%;
	height: 100%;
	/*padding-top: 100%;*/
	top: 0;
	left: 0;
	background-image: url(../images/wave1/landing-left-flag.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/*animation: landingLeftflag 10s ease forwards;*/
	filter: drop-shadow(0 5px 5px rgba(74, 35, 12, 0.5));
	pointer-events: none;
	user-select: none;
	opacity: 1;
}
@keyframes landingLeftflag {
	100% {
		background-position: center;
		opacity: 1;
	}
}
.wave1 .landing-right-flag {
	position: absolute;
	width: 50%;
	height: 100%;
	/*padding-top: 100%;*/
	top: 0;
	right: 0;
	background-image: url(../images/wave1/landing-right-flag.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/*animation: landingRightflag 10s ease forwards;*/
	filter: drop-shadow(0 5px 5px rgba(74, 35, 12, 0.5));
	pointer-events: none;
	user-select: none;
	opacity: 1;
}
@keyframes landingRightflag {
	100% {
		background-position: center;
		opacity: 1;
	}
}

.wave2 .landing-left-flag {
	position: absolute;
	width: 50%;
	height: 100%;
	/*padding-top: 100%;*/
	top: 0;
	left: 0;
	background-image: url(../images/wave2/landing-left-flag.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*animation: landingLeftflag 10s ease forwards;*/
	filter: drop-shadow(0 5px 5px rgba(74, 35, 12, 0.5));
	pointer-events: none;
	user-select: none;
	opacity: 1;
}

.wave2 .landing-right-flag {
	position: absolute;
	width: 50%;
	height: 100%;
	/*padding-top: 100%;*/
	top: 0;
	right: 0;
	background-image: url(../images/wave2/landing-right-flag.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*animation: landingRightflag 10s ease forwards;*/
	filter: drop-shadow(0 5px 5px rgba(74, 35, 12, 0.5));
	pointer-events: none;
	user-select: none;
	opacity: 1;
}



@media (min-width: 992px) {
	
	.wave1 .landing-left-flag {
		position: absolute;
		width: 40%;
		height: 100%;
		/*padding-top: 100%;*/
		top: 8%;
		left: 0;
		background-image: url(../images/wave1/landing-left-flag.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: auto 100%;
		animation: landingLeftflag 10s ease forwards;
		filter: drop-shadow(0 25px 5px rgba(74, 35, 12, 0.5));
		pointer-events: none;
		user-select: none;
		opacity: 0;
	}
	.wave1 .landing-right-flag {
		position: absolute;
		width: 40%;
		height: 100%;
		/*padding-top: 100%;*/
		top: 8%;
		right: 0;
		background-image: url(../images/wave1/landing-right-flag.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: auto 100%;
		animation: landingRightflag 10s ease forwards;
		filter: drop-shadow(0 25px 5px rgba(74, 35, 12, 0.5));
		pointer-events: none;
		user-select: none;
		opacity: 0;
	}

	.wave2 .landing-left-flag {
		position: absolute;
		width: 40%;
		height: 100%;
		/*padding-top: 100%;*/
		top: 0;
		left: 0;
		background-image: url(../images/wave2/landing-left-flag.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 100% auto;
		/*animation: landingLeftflag 10s ease forwards;*/
		filter: drop-shadow(0 25px 5px rgba(74, 35, 12, 0.5));
		pointer-events: none;
		user-select: none;
		opacity: 1;
	}
	.wave2 .landing-right-flag {
		position: absolute;
		width: 40%;
		height: 100%;
		/*padding-top: 100%;*/
		top: 0;
		right: 0;
		background-image: url(../images/wave2/landing-right-flag.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 100% auto;
		/*animation: landingRightflag 10s ease forwards;*/
		filter: drop-shadow(0 25px 5px rgba(74, 35, 12, 0.5));
		pointer-events: none;
		user-select: none;
		opacity: 1;
	}
}






.landing-layer-1 {
	/*bottom: -5%;
	animation: landingLayer1 6s ease infinite;*/
}
@media (min-width: 992px) {
	@keyframes landingLayer1 {
		0% {
			transform: rotate(-1deg);
		}
		50% {
			transform: rotate(2deg);
		}
		100% {
			transform: rotate(-1deg);
		}
	}	
}

.landing-layer-2 {
	animation: landingLayer2 8s ease infinite;
}
@media (min-width: 992px) {
	@keyframes landingLayer2 {
		0% {
			transform: rotate(1deg);
		}
		50% {
			transform: rotate(-1deg);
		}
		100% {
			transform: rotate(1deg);
		}
	}
}
.landing-layer-3 {
	bottom: 0;
	animation: landingLayer3 10s ease infinite;
}
@media (min-width: 992px) {
	.landing-layer-3 {
		bottom: -20%;
		animation: landingLayer3 10s ease infinite;
	}	
	@keyframes landingLayer3 {
		0% {
			transform: rotate(-2deg);
		}
		50% {
			transform: rotate(2deg);
		}
		100% {
			transform: rotate(-2deg);
		}
	}
}

.landing-layer-4 {
	bottom: 0;
	animation: landingLayer4 12s ease infinite;
}
@media (min-width: 992px) {
	.landing-layer-4 {
		bottom: -11.5%;
		animation: landingLayer4 12s ease infinite;
	}
	@keyframes landingLayer4 {
		0% {
			transform: rotate(2deg);
		}
		50% {
			transform: rotate(-2deg);
		}
		100% {
			transform: rotate(2deg);
		}
	}
}







/*#primarySectionLeftGroup,
#primarySectionRightGroup {
	width: 33.33%;
}
@media (min-width: 992px) {
	#primarySectionLeftGroup,
	#primarySectionRightGroup {
		width: 33.33%;
	}	
}*/



.primary-section {
	position: relative;
	z-index: 3;
	width: 100%;
	/*margin-top: -4rem;*/
}
.secondary-section {
	position: relative;
	z-index: 4
}






@media (min-width: 992px) {
	.primary-section {
		/*margin-top: -6rem;*/
	}
	
}



/*[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;
}

































[class*="-section-btn-"] {
	position: relative;
	z-index: 2;
}


















.section-inner > .section-product,
.section-inner > .section-product-group {
	width: 100%;
}

@media (min-width: 992px) {
	.section-inner > .section-product {
		width: 31%;
	}
	.section-inner > .section-product-group {
		width: 52%;
	}
}





.section-inner .row-cols-1 .item-brand,
.section-inner .row-cols-1 .item-name {
	font-size: 1.25rem;
}

.section-wrapper {
	/*z-index: 6;
	background-color: #780a16b5;
	border: 2px solid #f3ba6a;*/
	/*border-radius: 1rem;*/
}



.wave1 #sectionA,
.wave1 #sectionB,
.wave1 #sectionC,
.wave1 #sectionD,
.wave1 #sectionE {
	max-width: 1200px;
	position: relative;
}

.wave2 #sectionA .section-wrapper,
.wave2 #sectionB .section-wrapper,
.wave2 #sectionC .section-wrapper,
.wave2 #sectionD .section-wrapper,
.wave2 #sectionE .section-wrapper {
	max-width: 1320px;
	margin: 0 auto;
	position: relative;
}

.wave2 #sectionA {
	background-image: url(../images/wave2/mobile/section-a.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 4rem;
	padding-bottom: 1.25rem;
}
.wave2 #sectionB {
	background-image: url(../images/wave2/mobile/section-b.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 4rem;
	padding-bottom: 1.25rem;
}
.wave2 #sectionC {
	background-image: url(../images/wave2/mobile/section-c.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 4rem;
	padding-bottom: 1.25rem;
}
.wave2 #sectionD {
	background-image: url(../images/wave2/mobile/section-d.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 4rem;
	padding-bottom: 1.25rem;
}
.wave2 #sectionE {
	background-image: url(../images/wave2/mobile/section-e.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 4rem;
	padding-bottom: 1.25rem;
}


.wave3 #sectionA {
	background-image: url(../images/wave3/mobile/section-a.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave3 #sectionB {
	background-image: url(../images/wave3/mobile/section-b.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave3 #sectionC {
	background-image: url(../images/wave3/mobile/section-c.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave3 #sectionD {
	background-image: url(../images/wave3/mobile/section-d.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave3 #sectionE {
	background-image: url(../images/wave3/mobile/section-e.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave3 #sectionA .section-a,
.wave3 #sectionC .section-c,
.wave3 #sectionE .section-e {
	background-color: #951d22;
	border: 2px solid #ffbb78;
	border-radius: .5rem;
	box-shadow: 0px 10px 0px #b21606;
}
.wave3 #sectionB .section-b,
.wave3 #sectionD .section-d {
	background-color: #14483b;
	border: 2px solid #ffbb78;
	border-radius: .5rem;
	box-shadow: 0px 10px 0px #b21606;
}



.wave4 #sectionA {
	background-image: url(../images/wave4/mobile/section-a.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave4 #sectionB {
	background-image: url(../images/wave4/mobile/section-b.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave4 #sectionC {
	background-image: url(../images/wave4/mobile/section-c.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave4 #sectionD {
	background-image: url(../images/wave4/mobile/section-d.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave4 #sectionE {
	background-image: url(../images/wave4/mobile/section-e.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3rem;
	padding-bottom: 0rem;
}
.wave4 #sectionA .section-a,
.wave4 #sectionC .section-c,
.wave4 #sectionE .section-e {
	background-color: #951d22;
	border: 2px solid #ffbb78;
	border-radius: .5rem;
	box-shadow: 0px 10px 0px #b21606;
}
.wave4 #sectionB .section-b,
.wave4 #sectionD .section-d {
	background-color: #14483b;
	border: 2px solid #ffbb78;
	border-radius: .5rem;
	box-shadow: 0px 10px 0px #b21606;
}








@media (min-width: 992px) {

	.wave2 #sectionA {
		background-image: url(../images/wave2/section-a.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 12rem;
		padding-bottom: 5rem;
	}
	.wave2 #sectionB {
		background-image: url(../images/wave2/section-b.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 12rem;
		padding-bottom: 5rem;
	}
	.wave2 #sectionC {
		background-image: url(../images/wave2/section-c.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 12rem;
		padding-bottom: 5rem;
	}
	.wave2 #sectionD {
		background-image: url(../images/wave2/section-d.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 12rem;
		padding-bottom: 5rem;
	}
	.wave2 #sectionE {
		background-image: url(../images/wave2/section-e.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 12rem;
		padding-bottom: 5rem;
	}


	.wave3 #sectionA {
		background-image: url(../images/wave3/section-a.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave3 #sectionB {
		background-image: url(../images/wave3/section-b.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave3 #sectionC {
		background-image: url(../images/wave3/section-c.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave3 #sectionD {
		background-image: url(../images/wave3/section-d.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave3 #sectionE {
		background-image: url(../images/wave3/section-e.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave3 #sectionA .section-a,
	.wave3 #sectionC .section-c,
	.wave3 #sectionE .section-e {
		background-color: transparent;
		border: 0px solid #ffbb78;
		border-radius: 0;
		box-shadow: none;
	}
	.wave3 #sectionB .section-b,
	.wave3 #sectionD .section-d {
		background-color: transparent;
		border: 0px solid #ffbb78;
		border-radius: 0;
		box-shadow: none;
	}



	.wave4 #sectionA {
		background-image: url(../images/wave4/section-a.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave4 #sectionB {
		background-image: url(../images/wave4/section-b.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave4 #sectionC {
		background-image: url(../images/wave4/section-c.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave4 #sectionD {
		background-image: url(../images/wave4/section-d.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave4 #sectionE {
		background-image: url(../images/wave4/section-e.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
	.wave4 #sectionA .section-a,
	.wave4 #sectionC .section-c,
	.wave4 #sectionE .section-e {
		background-color: transparent;
		border: 0px solid #ffbb78;
		border-radius: 0;
		box-shadow: none;
	}
	.wave4 #sectionB .section-b,
	.wave4 #sectionD .section-d {
		background-color: transparent;
		border: 0px solid #ffbb78;
		border-radius: 0;
		box-shadow: none;
	}

}


.swp-banner-section {
	max-width: 1200px;
	position: relative;
	margin-bottom: 2.5rem;
}
.wave3 .swp-banner-section {
	background-image: url(../images/wave3/bg-scroll.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 2rem 1rem 1rem;
}
.wave3 .swp-banner-section.swp-bank-section {
	background-image: none;
	margin-bottom: 3rem;
}
.wave4 .swp-banner-section {
	background-image: url(../images/wave4/bg-scroll.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 2rem 1rem 1rem;
}
.wave4 .swp-banner-section.swp-bank-section {
	background-image: none;
	margin-bottom: 3rem;
}
@media (min-width: 992px) {
	.swp-banner-section {
		max-width: 1200px;
		position: relative;
		margin-bottom: 5rem;
	}
	.wave3 .swp-banner-section {
		max-width: 1320px;
		background-image: url(../images/wave3/bg-scroll.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 1.5rem 4.5rem;
	}
	.wave3 .swp-banner-section.swp-bank-section {
		background-image: none;
		margin-bottom: 300px;
	}
	.wave4 .swp-banner-section {
		max-width: 1320px;
		background-image: url(../images/wave4/bg-scroll.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding: 1.5rem 4.5rem;
	}
	.wave4 .swp-banner-section.swp-bank-section {
		background-image: none;
		margin-bottom: 150px;
	}
}


@media (min-width: 2560px) {
	/*#sectionA,
	#sectionB,
	#sectionC,
	#sectionD,
	#sectionE,
	.swp-banner-section {
		max-width: 1320px;
	}*/
}

.grid-section-header img {
	width: 100%;
	/*max-width: 800px;*/
}

.section-row {
	margin-top: -1rem;
}
.wave3 .section-row {
	margin-top: 0;
}
.wave4 .section-row {
	margin-top: 0;
}





.wave3 .swp-bank {
	margin-bottom: 5rem;
}
.wave4 .swp-bank {
	margin-bottom: 5rem;
}
@media (min-width: 992px) {
	
	.wave1 .section-title {
		position: relative;
		z-index: 2;
	}
	.wave1 .section-inner {
	
		background-color: transparent;
		background-image: url(../images/wave1/section-bg.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-blend-mode: overlay;

		padding: 3rem;
		padding-top: 6rem;
		margin-top: -6rem;
	}

	.wave1 .section-b .section-inner {
		margin-top: -6.5rem;
	}
	.wave1 .section-c .section-inner {
		margin-top: -6.8rem;
	}
	.wave1 .section-d .section-inner {
		margin-top: -6.5rem;
	}
	.wave1 .section-e .section-inner {
		margin-top: -6.8rem;
	}

	
}








.border-gold {
	border-color: darkgoldenrod;
}



.main {
	user-select: none;
}

button[id^="pills-"] {
	font-family: system-ui, serif;
	font-size: .75rem;
	color: rgba(255,255,255,.85);
	padding: 0;
	/*text-shadow: 0 0 5px rgba(0,0,0,1);*/
	transition: all .3s linear;
}

button[id^="pills-"]:after {
	content: '';
	display: inline-block;
	position: relative;
	width: .1rem;
	height: .1rem;
	background-color: #fff;
	border-radius: 50%;
	margin: .1rem .5rem;
}

button[id^="pills-"]:last-child:after {
	content: '';
	display: none;	
}

@media (min-width: 992px) {
	button[id^="pills-"] {
		font-family: 'Playfair', serif;
		font-size: 2.5rem;
		color: rgba(255,255,255,1);
		padding: 0;
		/*text-shadow: 0 0 5px rgba(0,0,0,1);*/
		transition: all .3s linear;
	}

	button[id^="pills-"]:after {
		content: '';
		display: inline-block;
		position: relative;
		width: .5rem;
		height: .5rem;
		background-color: #fff;
		border-radius: 50%;
		margin: .5rem 1rem;
	}	
}

button[id^="pills-"]:hover {
	/*color: #fff!important;*/
	color: #2e170f!important;
	/*filter: drop-shadow(0 0 10px rgba(255,255,255,0.8));*/
	transition: all .1s linear;
	background-image: url(../images/wave2/nav-dailysale-active.png);
}
button[id^="pills-"].active {
	background-color: transparent!important;
	/*color: #fdf3a0!important;*/
	color: #2e170f!important;
	transition: all .1s linear;
	background-image: url(../images/wave2/nav-dailysale-active.png);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	
}
.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-color: #b20c16;
	background-image: url(../images/bg-satin-2.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y;
	filter: brightness(100%) contrast(110%);*/
	/*width: 100%;*/
	/*overflow: hidden;*/
	position: relative;
}

.wave4 .container-item-app {
	width: 100%;
	overflow-x: clip;
	position: relative;
}

.wave1 #publicGrid {
	width: 100%;
	position: relative;
	/*background-image: url(../images/wave1/bg-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;*/
	overflow-x: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.wave2 #publicGrid {
	width: 100%;
	position: relative;
	/*background-image: url(../images/wave1/bg-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;*/
	overflow-x: hidden;
}

.wave3 #publicGrid {
	width: 100%;
	max-width: 1400px;
	position: relative;
	/*background-image: url(../images/wave1/bg-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;*/
	overflow-x: hidden;
}

.wave4 #publicGrid {
	width: 100%;
	max-width: 1400px;
	position: relative;
	/*background-image: url(../images/wave1/bg-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;*/
	overflow-x: hidden;
}




/*#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;
}


#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;
	border: 2px solid #f8c574;
}
.wave3 .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;
	border: 0px solid #f8c574;
}
.swiper-custom .swiper-slide img:hover {
	transform: scale(1.02);
	position: relative;
	z-index: 9999;
}*/

@media (min-width: 992px) {
	/*.swiper-custom .swiper-slide img {
		border: 4px solid #f8c574;
	}
	.wave3 .swiper-custom .swiper-slide img {
		border: 0px solid #f8c574;
	}*/
}

.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: .25rem;
	/*background-color: rgba(212, 150, 5, 0.39);*/
	/*border-top: 2px dashed #222;
	border-bottom: 2px dashed #222;*/
	
}
.countdown-number {
	color: #fff;
	font-family: 'Century Gothic';
	font-size: 24px;
	font-weight: bold;
	/*background-color: rgba(255,255,255,.95);*/
	border: 2px solid #fff;
	padding: 0 .25rem;
	border-radius: .25rem;
}

@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: 24px;
		padding: .5rem;
		transform: scale(1.2);
		/*border-top: 2px dashed #222;
		border-bottom: 2px dashed #222;*/
	}
	.countdown-number {
		color: #fff;
		font-family: 'Century Gothic';
		font-size: 30px;
		/*background-color: rgba(205,171,109,.5);*/
		border: 2px solid #fff;
		padding: 0 .25rem;
		border-radius: .25rem;
	}	
}



.side-menu-wrapper-left,
.side-menu-wrapper-right {
	display: none;
}





/*.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;
		/*padding-top: 15rem;*/
	}
}


.btn-nav-group.isSticky {
	/*background-color: #c23b5c;*/
	/*backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-bottom: 2px solid #f3ba6a;*/
}



.wave1 .navbar-inner {
	max-width: 1200px;
}
.wave2 .navbar-inner {
	max-width: 1200px;
	filter: drop-shadow(0,0,5px,rgba(0,0,0,0.8));
}

.wave1 #Btn1,
.wave1 #Btn2,
.wave1 #Btn3,
.wave1 #Btn4,
.wave1 #Btn5 {
	/*filter: drop-shadow(0 8px 8px rgba(135, 63, 0, 0.5));*/
	max-width: 33.33%;
}
.wave1 #Btn1 img,
.wave1 #Btn2 img,
.wave1 #Btn3 img,
.wave1 #Btn4 img,
.wave1 #Btn5 img {
	transform: translateY(0px);
	transition: all .2s ease;
}



.wave3 .navbar-inner .btn img {
	filter: drop-shadow(0 20px 10px rgba(68, 13, 13, 0.5));
}

.wave3 .navbar-inner .btn img:nth-child(1) {
	display: inline;
}
.wave3 .navbar-inner .btn img:nth-child(2) {
	display: none;
}

.wave3 .navbar-inner .btn:hover img:nth-child(1) {
	display: none;
}
.wave3 .navbar-inner .btn:hover img:nth-child(2) {
	display: inline;
}

.wave4 .navbar-inner .btn img {
	filter: drop-shadow(0 20px 10px rgba(68, 13, 13, 0.5));
}

.wave4 .navbar-inner .btn img:nth-child(1) {
	display: inline;
}
.wave4 .navbar-inner .btn img:nth-child(2) {
	display: none;
}

.wave4 .navbar-inner .btn:hover img:nth-child(1) {
	display: none;
}
.wave4 .navbar-inner .btn:hover img:nth-child(2) {
	display: inline;
}


@media (min-width: 992px) {
	
	.wave1 #Btn1,
	.wave1 #Btn2,
	.wave1 #Btn3,
	.wave1 #Btn4,
	.wave1 #Btn5 {
		/*filter: drop-shadow(0 18px 8px rgba(135, 63, 0, 0.5));*/
		max-width: 40%;
	}
	.wave1 .primary-btn-1:hover img,
	.wave1 .primary-btn-2:hover img,
	.wave1 .primary-btn-3-a:hover img,
	.wave1 .primary-btn-3-b:hover img,
	.wave1 #Btn1:hover img,
	.wave1 #Btn2:hover img,
	.wave1 #Btn3:hover img,
	.wave1 #Btn4:hover img,
	.wave1 #Btn5:hover img {
		transform: translateY(-3px);
		transition: all .2s ease;
		filter: brightness(120%);
	}

	

	

	
}


.btn {
	box-shadow: none!important;
}


.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;
}
.wave3 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #a81400;
}
.wave4 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #a81400;
}
.wave2 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #f5d09a;
}



.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;
}




/*.item:hover {
	transition: all .2s ease-in;
	transform: translateY(-5px) scale(1.1);
}*/

.wave1 .item {
	background-image: url(../images/wave1/item-frame.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.wave2 .item {
	/*background-image: url(../images/wave2/item-frame.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;*/
}

.wave1 .item-inner {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 5px rgba(0,0,0,0.33);
	transition: all .2s linear;
}
@media (min-width: 992px) {
	.wave1 .item-inner:hover {
		transform: translateY(-5px);
		box-shadow: 0 5px 10px rgba(0,0,0,0.33);
	}
}
.item-inner img {
	border-radius: .75rem;
}

.wave2 .item-inner {
	border: 2px solid #f2d49d;
	border-radius: .5rem;
}
.wave2 .item-inner > div {
	border: 2px solid transparent;
	background-color: #fff;
	border-radius: 0.25rem;
}

.wave3 .item-inner {
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.33);
	transition: all .2s linear;
}
.wave3 .section-a .item-brand,
.wave3 .section-c .item-brand,
.wave3 .section-e .item-brand {
	padding: .25rem 0;
	background-color: #1a7e65;
	border-radius: 5rem;
}
.wave3 .section-b .item-brand,
.wave3 .section-d .item-brand {
	padding: .25rem 0;
	background-color: #9d1f24;
	border-radius: 5rem;
}
.wave3 .item-brand a {
	color: #fff!important;
}

.wave4 .item-inner {
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.33);
	transition: all .2s linear;
}
.wave4 .section-a .item-brand,
.wave4 .section-c .item-brand,
.wave4 .section-e .item-brand {
	padding: .25rem 0;
	background-color: #1a7e65;
	border-radius: 5rem;
}
.wave4 .section-b .item-brand,
.wave4 .section-d .item-brand {
	padding: .25rem 0;
	background-color: #9d1f24;
	border-radius: 5rem;
}
.wave4 .item-brand a {
	color: #fff!important;
}


@media (min-width: 992px) {
	.wave2 .item-inner {
		border: 4px solid #f2d49d;
		border-radius: 1.5rem;
	}
	.wave2 .item-inner > div {
		border: 4px solid transparent;
		background-color: #fff;
		border-radius: 1rem;
	}	
}



.item-inner a:link,
.item-inner a:visited,
.item-inner a:focus,
.item-inner a:hover,
.item-inner a:active {
	color: #3c3c3c;
}



.item-body {
	box-shadow: 0 10px 10px rgba(255, 255, 255, .5);
}

.item-body > a.d-block {
	/*border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	border: 1px solid rgb(198, 156, 103);*/
	overflow: hidden;
}



.item-name {
	font-size: 0.875rem;
	line-height: 20px;
	/*color: #fbffe9;*/
}
.item-name span,
.item-brand span,
.item-name a,
.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: #fbffe9;*/
}
.item-brand {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 20px;
	/*color: #fbffe9;*/
}

.item-price {
	font-size: 24px;

	/*font-weight: bold;*/
	color: #a51c23;
	font-family: 'Century Gothic', 'Noto Sans TC', serif;
	letter-spacing: -1px;
}



@media (max-width: 768px) {
	.item-price {
		font-size: 1rem;
	}
}





.item-price.dollar-sign:before {
	color: #a6050a;
}

.item-price .price-type {
	color: #a6050a;
	font-size: 1.25rem;
	font-weight: normal;
}
.item-price .dollar-sign {
	color: #a6050a;
	font-size: 1.25rem;
}

.item-price span {
	color: #a6050a;
}



@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;
}


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-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;
}









@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) {
	
	
	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: 1rem;
		font-weight: 500;
		line-height: 20px;
	}

	
	.item-price {
		font-size: 30px;
		
	}

	.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: 1.5rem;
		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;*/
	}
	


	.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;
	}
	
}

.wave4 .sticky-side-menu {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9;
}

@media (min-width: 1441px) {

	
	.wave1.side-menu-wrapper-left {
		display: flex;
		justify-content: center;
		position: fixed;
		top: 50%;
		left: 0;
		width: 460px;
		height: 1330px;
		background-image: url(../images/wave1/side-menu-left-bg.png);
		z-index: 999;
		transform: scale(0.6) translateY(-80%);
	}
	.wave1.side-menu-wrapper-right {
		display: flex;
		justify-content: center;
		position: fixed;
		top: 50%;
		right: 0;
		width: 460px;
		height: 1330px;
		background-image: url(../images/wave1/side-menu-right-bg.png);
		z-index: 999;
		transform: scale(0.6) translateY(-80%);
	}
	.wave1.side-menu-wrapper-left .side-menu-body {
		width: 216px;
		height: 690px;
		margin-top: 365px;
		position: relative;
	}
	.wave1.side-menu-wrapper-right .side-menu-body {
		width: 216px;
		height: 690px;
		margin-top: 358px;
		position: relative;
	}
	.wave1.side-menu-wrapper-left .side-menu-group-1 {
		height: 370px;
	}
	.wave1.side-menu-wrapper-left .side-menu-group-2 {
		height: 250px;	
	}
	.wave1.side-menu-wrapper-right .side-menu-group-1 {
		height: 300px;
	}
	.wave1.side-menu-wrapper-right .side-menu-group-2 {
		height: 310px;	
	}	
	.wave1 .side-menu-group-1 .btn,
	.wave1 .side-menu-group-3 .btn {
		color: #fff;
		font-size: 1.5rem;
		transition: all .2s linear;
		border-radius: 0;
	}
	.wave1 .side-menu-group-2 .btn {
		color: #000;
		font-size: 1.5rem;
		transition: all .2s linear;
		border-radius: 0;
	}

	
	.wave2.side-menu-wrapper-left .wine {
		position: absolute;
		top: 160px;
		left: 10px;
		width: 67px;
		height: 118px;
		background-image: url(../images/wave2/wine.png);
		animation: wineRotate 2s ease-in-out infinite;
	}
	.wave2.side-menu-wrapper-right .wine {
		position: absolute;
		top: 160px;
		right: 10px;
		width: 67px;
		height: 118px;
		background-image: url(../images/wave2/wine-flip.png);
		animation: wineRotate 2s ease-in-out infinite;
	}
	@keyframes wineRotate {
		0% {
			transform: rotate(10deg);
		}
		50% {
			transform: rotate(-10deg);
		}
		100% {
			transform: rotate(10deg);
		}
	}
	@keyframes wineFlip {
		from {
			transform: rotateY(0deg);
		}
		to {
			transform: rotateY(360deg);
		}
	}

	.wave2.side-menu-wrapper-left .hat {
		position: absolute;
		top: 130px;
		right: 35px;
		width: 65px;
		height: 88px;
		background-image: url(../images/wave2/hat.png);
		/*animation: hatRotate 2s ease-in-out infinite;*/
		animation: hatRotate 2s ease-in-out infinite;
		perspective: 500px;
	}
	@keyframes hatFlip {
		from {
			transform: rotateY(0deg);
		}
		to {
			transform: rotateY(360deg);
		}
	}
	.wave2.side-menu-wrapper-right .hat {
		position: absolute;
		top: 130px;
		left: 35px;
		width: 65px;
		height: 88px;
		background-image: url(../images/wave2/hat-flip.png);
		animation: hatRotate 2s ease-in-out infinite;
	}
	@keyframes hatRotate {
		0% {
			transform: rotate(-10deg);
		}
		50% {
			transform: rotate(10deg);
		}
		100% {
			transform: rotate(-10deg);
		}
	}

	.wave2.side-menu-wrapper-left {
		display: flex;
		justify-content: center;
		position: fixed;
		top: 50%;
		left: 0;
		width: 371px;
		height: 1214px;
		background-image: url(../images/wave2/side-menu-left-bg.png);
		z-index: 999;
		transform: scale(0.9) translateY(-50%);
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.95));
	}
	.wave2.side-menu-wrapper-left:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 371px;
		height: 173px;
		background-image: url(../images/wave2/side-menu-left-bottom.png);
		animation: sideMenuLeftBottom 2s ease-in-out infinite;
		transform-origin: 50% 0%;
	}
	@keyframes sideMenuLeftBottom {
		0% {
			transform: rotate(10deg);
		}
		
		50% {
			transform: rotate(-10deg);
		}
		
		100% {
			transform: rotate(10deg);
		}
	}
	.wave2.side-menu-wrapper-left .side-menu-body {
		width: 177px;
		height: 710px;
		margin-top: 280px;
		position: relative;
	}
	.wave2.side-menu-wrapper-left .side-menu-group-1 {
		height: 335px;
	}
	.wave2.side-menu-wrapper-left .side-menu-group-2 {
		height: 278px;	
	}

	.wave2.side-menu-wrapper-right {
		display: flex;
		justify-content: center;
		position: fixed;
		top: 50%;
		right: 0;
		width: 371px;
		height: 1214px;
		background-image: url(../images/wave2/side-menu-right-bg.png);
		z-index: 999;
		transform: scale(0.9) translateY(-50%);
		filter: drop-shadow(0 0 15px rgba(0,0,0,0.95));
	}
	.wave2.side-menu-wrapper-right:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 371px;
		height: 173px;
		background-image: url(../images/wave2/side-menu-right-bottom.png);
		animation: sideMenuRightBottom 2s ease-in-out infinite;
		transform-origin: 50% 0%;
	}
	@keyframes sideMenuRightBottom {
		0% {
			transform: rotate(-10deg);
		}
		
		50% {
			transform: rotate(10deg);
		}
		
		100% {
			transform: rotate(-10deg);
		}
	}
	.wave2.side-menu-wrapper-right .side-menu-body {
		width: 177px;
		height: 710px;
		margin-top: 280px;
		position: relative;
	}
	.wave2.side-menu-wrapper-right .side-menu-group-1 {
		height: 335px;
	}
	.wave2.side-menu-wrapper-right .side-menu-group-2 {
		height: 278px;	
	}



	.wave2 .btn {
		color: #ffd282;
		font-size: 1.5rem;
	}
	.wave2 .btn:hover {
		color: #fff;
	}








	.wave3 .sticky-side-menu {
		position: sticky;
		top: 0;
		width: 100%;
		z-index: 9;
	}
	.wave4 .sticky-side-menu {
		position: sticky;
		top: 0;
		width: 100%;
		z-index: 9;
	}
	.wave3 .moving-clouds {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		pointer-events: none;
		user-select: none;
		overflow: clip;
		z-index: 0;
	}
	.wave3 .moving-cloud-left {
		/*width: 331px;*/
		width: 13%;
		/*height: 153px;*/
		padding-top: 6%;
		position: absolute;
		top: 10%;
		left: 0;
		background-image: url(../images/wave3/moving-cloud-left.png);
		background-repeat: no-repeat;
		background-size: contain;
		filter: drop-shadow(0 20px 10px rgba(68, 13, 13, 0.5));
		animation: movingCloudLeft 60s linear infinite;

	}
	@keyframes movingCloudLeft {
		from {
			transform: translateX(-100%);
		}
		to {
			transform: translateX(800%);
		}
	}
	.wave3 .moving-cloud-right {
		/*width: 331px;*/
		width: 10%;
		/*height: 153px;*/
		padding-top: 8%;
		position: absolute;
		bottom: 10%;
		right: 0;
		background-image: url(../images/wave3/moving-cloud-right.png);
		background-repeat: no-repeat;
		background-size: contain;
		filter: drop-shadow(0 20px 10px rgba(68, 13, 13, 0.5));
		animation: movingCloudRight 60s linear infinite;
		animation-delay: 5s;

	}
	@keyframes movingCloudRight {
		from {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-800%);
		}
	}

	.wave3.side-menu-wrapper-left {
		display: flex;
		justify-content: center;
		position: absolute;
		top: 50%;
		left: 0;
		width: 362px;
		height: 1317px;
		z-index: 9999;
		transform: scale(0.7) translateY(-23%);
		filter: drop-shadow(0 0 10px rgba(121, 21, 21, 0.76));
	}

	.wave3.side-menu-wrapper-left .side-menu-body {
		display: flex;
		justify-content: center;
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url(../images/wave3/side-menu-left.png);
	}

	.wave3.side-menu-wrapper-left:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background-image: url(../images/wave3/side-menu-cracker-1.png);
		z-index: -1;
		animation: sideMenuLeftCracker1 5s ease-in-out infinite;
		transform-origin: 50% 28.47%;
	}
	@keyframes sideMenuLeftCracker1 {
		0% {
			transform: rotate(0deg);
		}
		50% {
			transform: rotate(-2deg);
		}
		100% {
			transform: rotate(0deg);
		}
	}
	.wave3.side-menu-wrapper-left:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background-image: url(../images/wave3/side-menu-cracker-2.png);
		z-index: -1;
		animation: sideMenuLeftCracker2 5s ease-in-out infinite;
		transform-origin: 50% 28.47%;
	}
	@keyframes sideMenuLeftCracker2 {
		0% {
			transform: rotate(0deg);
		}
		25% {
			transform: rotate(0deg);
		}
		75% {
			transform: rotate(2deg);
		}
		100% {
			transform: rotate(0deg);
		}
	}

	.wave3.side-menu-wrapper-left .side-menu-body > div {
		padding-top: 450px;
		width: 200px;
	}
	.wave3.side-menu-wrapper-left .side-menu-body > div:after {
		content: '';
		display: block;
		position: absolute;
		width: 362px;
		height: 189px;
		left: 0;
		bottom: -50px;
		background-image: url(../images/wave3/sparkler.png);
		pointer-events: none;
		user-select: none;
	}
	.wave3.side-menu-wrapper-left .side-menu-group-1 {
		margin-bottom: 4rem;
	}
	.wave3.side-menu-wrapper-left .btn {
		font-size: 1.75rem;
		color: transparent;
		margin-bottom: .25rem;
	}






	.wave3.side-menu-wrapper-right {
		display: flex;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 0;
		width: 362px;
		height: 1317px;
		z-index: 999;
		transform: scale(0.7) translateY(-23%);
		filter: drop-shadow(0 0 10px rgba(121, 21, 21, 0.76));
	}

	.wave3.side-menu-wrapper-right .side-menu-body {
		display: flex;
		justify-content: center;
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url(../images/wave3/side-menu-right.png);
	}

	.wave3.side-menu-wrapper-right:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background-image: url(../images/wave3/side-menu-cracker-1.png);
		z-index: -1;
		animation: sideMenuRightCracker1 5s ease-in-out infinite;
		transform-origin: 50% 28.47%;
	}
	@keyframes sideMenuRightCracker1 {
		0% {
			transform: rotate(0deg);
		}
		50% {
			transform: rotate(2deg);
		}
		100% {
			transform: rotate(0deg);
		}
	}
	.wave3.side-menu-wrapper-right:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background-image: url(../images/wave3/side-menu-cracker-2.png);
		z-index: -1;
		animation: sideMenuRightCracker2 5s ease-in-out infinite;
		transform-origin: 50% 28.47%;
	}
	@keyframes sideMenuRightCracker2 {
		0% {
			transform: rotate(0deg);
		}
		25% {
			transform: rotate(0deg);
		}
		75% {
			transform: rotate(-2deg);
		}
		100% {
			transform: rotate(0deg);
		}
	}

	.wave3.side-menu-wrapper-right .side-menu-body > div {
		padding-top: 450px;
		width: 200px;
	}
	.wave3.side-menu-wrapper-right .side-menu-body > div:after {
		content: '';
		display: block;
		position: absolute;
		width: 362px;
		height: 189px;
		left: 0;
		bottom: -50px;
		background-image: url(../images/wave3/sparkler.png);
		pointer-events: none;
		user-select: none;
	}
	.wave3.side-menu-wrapper-right .side-menu-group-1 {
		margin-bottom: 4rem;
	}
	.wave3.side-menu-wrapper-right .btn {
		font-size: 1.75rem;
		color: transparent;
		margin-bottom: .25rem;

	}







	.wave4.side-menu-wrapper-left {
		display: flex;
		justify-content: center;
		position: absolute;
		top: 50%;
		left: 0;
		width: 287px;
		height: 1281px;
		z-index: 9999;
		transform: scale(0.7) translateY(-15%);
		filter: drop-shadow(0 5px 10px rgb(49, 6, 6));
	}
	.wave4.side-menu-wrapper-left .side-menu-body {
		display: flex;
		justify-content: center;
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url(../images/wave4/side-menu-left.png);
	}
	.wave4.side-menu-wrapper-left .side-menu-body > div {
		padding-top: 415px;
		width: 230px;
	}
	.wave4.side-menu-wrapper-left .side-menu-group-1 {
		margin-bottom: 4rem;
	}
	.wave4.side-menu-wrapper-left .btn {
		font-size: 1.75rem;
		color: transparent;
		margin-bottom: .25rem;
	}




	.wave4.side-menu-wrapper-right {
		display: flex;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 0;
		width: 287px;
		height: 1281px;
		z-index: 999;
		transform: scale(0.7) translateY(-15%);
		filter: drop-shadow(0 5px 10px rgb(49, 6, 6));
	}
	.wave4.side-menu-wrapper-right .side-menu-body {
		display: flex;
		justify-content: center;
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url(../images/wave4/side-menu-right.png);
	}

	

	.wave4.side-menu-wrapper-right .side-menu-body > div {
		padding-top: 415px;
		width: 230px;
	}
	.wave4.side-menu-wrapper-right .side-menu-group-1 {
		margin-bottom: 4rem;
	}
	.wave4.side-menu-wrapper-right .btn {
		font-size: 1.75rem;
		color: transparent;
		margin-bottom: .25rem;
	}





	

	.side-menu-footer {
		background-color: rgba(50, 24, 23, 0.95);
	}
	.side-menu-footer button {
		color: #e4bc8c!important;
	}
}
@media (min-width: 1900px) {
	.wave2.side-menu-wrapper-left {
		transform: scale(0.7) translateY(-68%);
	}
	.wave2.side-menu-wrapper-right {
		transform: scale(0.7) translateY(-68%);
	}
	.wave4.side-menu-wrapper-left {
		transform: scale(0.6) translateY(-25%);
	}
	.wave4.side-menu-wrapper-right {
		transform: scale(0.6) translateY(-25%);
	}
}
@media (min-width: 2000px) {
	.wave2.side-menu-wrapper-left {
		transform: scale(0.7) translateY(-68%);
	}
	.wave2.side-menu-wrapper-right {
		transform: scale(0.7) translateY(-68%);
	}
	.wave4.side-menu-wrapper-left {
		transform: scale(0.6) translateY(-25%);
	}
	.wave4.side-menu-wrapper-right {
		transform: scale(0.6) translateY(-25%);
	}
}
@media (min-width: 2500px) {
	.wave1.side-menu-wrapper-left {
		left: 5%;
		transform: scale(0.8) translateY(-64%);
	}
	.wave1.side-menu-wrapper-right {
		right: 5%;
		transform: scale(0.8) translateY(-64%);
	}
	.wave2.side-menu-wrapper-left {
		transform: scale(0.9) translateY(-55%);
	}
	.wave2.side-menu-wrapper-right {
		transform: scale(0.9) translateY(-55%);
	}
	.wave3.side-menu-wrapper-left {
		transform: scale(0.8) translateY(-15%);
	}
	.wave3.side-menu-wrapper-right {
		transform: scale(0.8) translateY(-15%);
	}
	.wave4.side-menu-wrapper-left {
		transform: scale(0.8) translateY(-5%);
	}
	.wave4.side-menu-wrapper-right {
		transform: scale(0.8) translateY(-5%);
	}
}








@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;
	}
}

.spotlight-left {
	/*width: 407px;
	height: 1148px;*/
	width: 35%;
	padding-top: 60%;
	position: absolute;
	top: -8%;
	left: 20%;
	background-image: url(../images/wave2/spotlight.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	animation: spotlightLeft 5s ease-in-out infinite;
	transform-origin: 50% 0%;
}
.spotlight-left-2 {
	width: 30%;
	padding-top: 60%;
	position: absolute;
	top: -8%;
	left: 10%;
	background-image: url(../images/wave2/spotlight.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	animation: spotlightLeft 5s ease-in-out infinite;
	animation-delay: .5s;
	transform-origin: 50% 0%;
}
.spotlight-right {
	/*width: 407px;
	height: 1148px;*/
	width: 35%;
	padding-top: 60%;
	position: absolute;
	top: -8%;
	right: 20%;
	background-image: url(../images/wave2/spotlight.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	animation: spotlightRight 5s ease-in-out infinite;
	transform-origin: 50% 0%;
}
.spotlight-right-2 {
	width: 30%;
	padding-top: 60%;
	position: absolute;
	top: -8%;
	right: 10%;
	background-image: url(../images/wave2/spotlight.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	animation: spotlightRight 5s ease-in-out infinite;
	animation-delay: .5s;
	transform-origin: 50% 0%;
}

@media (min-width: 992px) {
	.spotlight-left {
		/*width: 407px;
		height: 1148px;*/
		width: 15%;
		padding-top: 49%;
		position: absolute;
		top: -8%;
		left: 33%;
		background-image: url(../images/wave2/spotlight.png);
		background-repeat: no-repeat;
		background-size: contain;
		animation: spotlightLeft 5s ease-in-out infinite;
		transform-origin: 50% 0%;
	}
	.spotlight-right {
		/*width: 407px;
		height: 1148px;*/
		width: 15%;
		padding-top: 49%;
		position: absolute;
		top: -8%;
		right: 33%;
		background-image: url(../images/wave2/spotlight.png);
		background-repeat: no-repeat;
		background-size: contain;
		animation: spotlightRight 5s ease-in-out infinite;
		transform-origin: 50% 0%;
	}
}

@keyframes spotlightLeft {
	0% {
		transform: rotate(45deg);
		filter: hue-rotate(0deg);
	}
	50% {
		transform: rotate(-30deg);
		filter: hue-rotate(360deg);
	}
	100% {
		transform: rotate(45deg);
		filter: hue-rotate(0deg);
	}
}
@keyframes spotlightRight {
	0% {
		transform: rotate(-45deg);
		filter: hue-rotate(0deg);
	}
	50% {
		transform: rotate(30deg);
		filter: hue-rotate(360deg);
	}
	100% {
		transform: rotate(-45deg);
		filter: hue-rotate(0deg);
	}
}
.spotlight-left-corner {
	/*width: 407px;
	height: 1148px;*/
	width: 15%;
	padding-top: 49%;
	position: absolute;
	top: -8%;
	left: -5%;
	background-image: url(../images/wave2/spotlight.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: spotlightLeftCorner 10s ease-in-out infinite;
	transform-origin: 50% 0%;
}
@keyframes spotlightLeftCorner {
	0% {
		transform: rotate(-60deg);
		filter: hue-rotate(0deg);
	}
	50% {
		transform: rotate(15deg);
		filter: hue-rotate(360deg);
	}
	100% {
		transform: rotate(-60deg);
		filter: hue-rotate(0deg);
	}
}
.spotlight-right-corner {
	/*width: 407px;*/
	/*height: 1148px;*/
	width: 15%;
	padding-top: 49%;
	position: absolute;
	top: -8%;
	right: -5%;
	background-image: url(../images/wave2/spotlight.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: spotlightRightCorner 10s ease-in-out infinite;
	transform-origin: 50% 0%;
}
@keyframes spotlightRightCorner {
	0% {
		transform: rotate(60deg);
		filter: hue-rotate(0deg);
	}
	50% {
		transform: rotate(-15deg);
		filter: hue-rotate(360deg);
	}
	100% {
		transform: rotate(60deg);
		filter: hue-rotate(0deg);
	}
}