/* temporary */
/*.header, .section-1 {
	display: none!important;
}
.section-2, .zodiac-content, .content-wrap {
	display: block!important;
	visibility: visible!important;
}
.zodiac-content, .content-wrap  {
	opacity: 1!important;
}*/
/* font */
@font-face {
  font-family: 'QuentinRegular';
  src: url('../fonts/QuentinRegular.eot?#iefix') format('embedded-opentype'),  url('../fonts/QuentinRegular.otf')  format('opentype'),
	     url('../fonts/QuentinRegular.woff') format('woff'), url('../fonts/QuentinRegular.ttf')  format('truetype'), url('../fonts/QuentinRegular.svg#QuentinRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
	margin: 0;
	font-family: 'Lato', sans-serif;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
body {
	background-color: #29377e;
}
p {
	color: #fff;
	/*font-size: 30px;*/
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 34px;
}
.h1 {
	color: #fff;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 0;
    font-family: QuentinRegular, Lato, sans-serif;
}
.zodiac-name-text {
	font-family: inherit;
}

/* header */
.header {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1980px;
	height: 1080px;
	z-index: 1;
	transform-origin: center top;
	overflow: hidden;
	overflow-y: auto;
}
.header .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 696px;
	margin-top: -170.5px;
	margin-left: -348px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
    display: block;
}
.header .text-year {
    margin-top: 30px;
    margin-bottom: 40px;
}
.header .error {
	margin-top: 15px;
	margin-bottom: 0;
    color: #EF5B57;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.header .error.visible {
	opacity: 1;
}
.header .form-input {
	display: block;
    margin: 0 auto;
    width: 80%;
    height: 65px;
    border: 4px solid #f7be58;
    border-radius: 15px;
    overflow: hidden;
}
.header .form-input .form-year {
	height: inherit;
}
.header .form-input .input-year {
	height: 100%;
    border: none;
    width: 70%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-size: 25px;
    line-height: 65px;
    background: none;
    color: #fff;
}
.header .form-input .btn {
	height: 100%;
    border: 1px solid #ef5b57;
    width: 30%;
    box-sizing: border-box;
    padding: 0;
    font-size: 25px;
    line-height: 65px;
    background: #ef5b57;
    color: #fff;
    text-transform: uppercase;
    background-image: url('../images/arrow-left.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 11px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-transition: border 0.3s, background 0.3s;
    transition: border 0.3s, background 0.3s;
}
.header .form-input .btn:hover {
	border-color: #f7be58;
	background-color: #f7be58;
}
.header .form-input .input-year,
.header .form-input .btn {
	outline: none;
}
.header .clouds {
 	position: absolute;
}
.header .clouds.rainbow-1 {
	top: 50%;
	margin-top: -280px;
    left: 3%;
}
.header .clouds.rainbow-2 {
	top: 50%;
	margin-top: -165px;
    right: 7%;
}
.header .clouds.rainbow-3 {
	top: 50%;
	margin-top: 300px;
    left: 17%;
}
.header .clouds.clouds-1 {
	top: 50%;
    margin-top: 90px;
    left: -20%;
}
.header .clouds.clouds-2 {
	top: -5%;
    right: 9%;
}
.header .clouds.clouds-3 {
	top: 8%;
    right: 8%;
}
.header .clouds.clouds-4 {
	top: 50%;
	margin-top: 300px;
    right: 6%;
}
.header .clouds.clouds-5 {
	top: 12%;
    left: 9%;
}
.header .clouds.clouds-6 {
	top: 50%;
	margin-top: 200px;
    right: 23%;
}
.header .clouds.clouds-7 {
	top: 50%;
    margin-top: -152px;
    left: 25%;
}
.header .clouds.clouds-8 {
	top: 22%;
    right: 5%;
}
.header .clouds.clouds-9 {
	top: 50%;
    margin-top: 70px;
    left: -0.7%;
}
.header .clouds.clouds-10 {
	top: 50%;
    margin-top: 350px;
    right: 25%;
}
.header .clouds.clouds-11 {
	top: 50%;
    margin-top: 40px;
    left: 16.5%;
}
.header .clouds.clouds-12 {
 	top: 50%;
    margin-top: -122px;
    right: 26%;
}
.header .clouds.clouds-9,
.header .clouds.clouds-10,
.header .clouds.clouds-11,
.header .clouds.clouds-12 {
	-webkit-transform: scale(0);
	transform: scale(0);
}
/* wheel */
.header .wheel-wrap {
	position: absolute;
    top: -600px;
    left: 50%;
    margin-left: -600px;
    z-index: 2;
}
.header .wheel {
	width: 1200px;
    height: 1200px;
    background-image: url('../images/wheel.svg');
    background-size: 100% auto;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 2s;
	-ms-transition: opacity 2s;
	transition: opacity 2s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.header .wheel.spin {
	opacity: 1;
}
.wheel > * {
 	position: absolute;
    width: 200px;
    height: 350px;
    text-align: center;
}
.wheel > .zodiac-active-bg {
	position: absolute;
    bottom: 32px;
    border: 0;
    left: 50%;
    margin-left: -153px;
    width: 305px;
    height: 397px;
    display: none;
}
.wheel > .zodiac-active-bg.bg-zodiac-ox {
	bottom: 82px;
    margin-left: 31px;
    transform: rotate(-30deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-tiger {
	bottom: 218px;
    right: 128px;
    left: auto;
    transform: rotate(-60deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-rabbit {
	bottom: 48%;
    margin-bottom: -175px;
    right: 79px;
    left: auto;
    transform: rotate(-90deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-dragon {
	left: auto;
    top: 218px;
    right: 127px;
    transform: rotate(-120deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-snake {
	top: 82px;
    left: 50%;
    margin-left: 32px;
    transform: rotate(-150deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-horse {
	top: 33px;
    left: 50%;
    margin-left: -152px;
    transform: rotate(-180deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-sheep {
	top: 83px;
    left: 418px;
    transform: rotate(-210deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-monkey {
	top: 217px;
    left: 283px;
    transform: rotate(-240deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-rooster {
	bottom: 50%;
    margin-bottom: -197px;
    left: 233px;
    transform: rotate(-270deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-dog {
	bottom: 219px;
    left: 281px;
    transform: rotate(-300deg);
}
.wheel > .zodiac-active-bg.bg-zodiac-pig {
	bottom: 83px;
    left: 415px;
    transform: rotate(-330deg);
}
.wheel > * .text {
	font-size: 18px;
	line-height: 25px;
	font-family: QuentinRegular, Lato, sans-serif;
	text-transform: uppercase;
	color: #29377e;
}
.wheel > * .image {
	text-align: center;
}
.wheel > .zodiac-rat {
    bottom: 40px;
    left: 50%;
    margin-left: -100px;
}
.wheel > .zodiac-rat .image {
	margin-top: 53px;
	margin-left: -23px;
}
.wheel > .zodiac-rat .image > img.zodiac-active {
	margin-top: 50px;
}
.wheel > .zodiac-ox {
    bottom: 89px;
    left: 50%;
    margin-left: 93px;
    transform: rotate(-30deg);
}
.wheel > .zodiac-ox .image {
	margin-left: 7px;
    margin-top: 92px;
}
.wheel > .zodiac-ox .image > img.zodiac-active {
	margin-left: 7px;
    margin-top: 14px;
}
.wheel > .zodiac-tiger {
    bottom: 228px;
    right: 159px;
    transform: rotate(-60deg);
}
.wheel > .zodiac-tiger .image {
	margin-left: 23px;
    margin-top: 85px;
}
.wheel > .zodiac-tiger .image > img.zodiac-active {
	margin-top: 0px;
}
.wheel > .zodiac-rabbit {
    bottom: 50%;
    margin-bottom: -175px;
    right: 109px;
    transform: rotate(-90deg);
}
.wheel > .zodiac-rabbit .image {
	margin-top: 50px;
}
.wheel > .zodiac-rabbit .image > img.zodiac-active {
	margin-top: 0px;
}
.wheel > .zodiac-dragon {
    top: 228px;
    right: 159px;
    transform: rotate(-120deg);
}
.wheel > .zodiac-dragon .image {
    margin-top: 85px;
}
.wheel > .zodiac-dragon .image > img.zodiac-active {
	margin-top: 18px;
}
.wheel > .zodiac-snake {
    top: 89px;
    left: 50%;
    margin-left: 93px;
    transform: rotate(-150deg);
}
.wheel > .zodiac-snake .image {
	margin-left: 7px;
    margin-top: 50px;
}
.wheel > .zodiac-snake .image > img.zodiac-active {
	margin-top: 11px;
}
.wheel > .zodiac-horse {
    top: 40px;
    left: 50%;
    margin-left: -100px;
    transform: rotate(-180deg);
}
.wheel > .zodiac-horse .image {
	margin-top: 77px;
    margin-left: 13px;
}
.wheel > .zodiac-horse .image > img.zodiac-active {
	margin-top: 0px;
}
.wheel > .zodiac-sheep {
    top: 89px;
    left: 310px;
    transform: rotate(-210deg);
}
.wheel > .zodiac-sheep .image {
	margin-left: 6px;
    margin-top: 68px;
}
.wheel > .zodiac-sheep .image > img.zodiac-active {
	margin-top: -11px;
    margin-left: -85px;
}
.wheel > .zodiac-monkey {
    top: 228px;
    left: 159px;
    transform: rotate(-240deg);
}
.wheel > .zodiac-monkey .image {
    margin-top: 58px;
    margin-left: 24px;
}
.wheel > .zodiac-monkey .image > img.zodiac-active {
	margin-top: 0;
    margin-left: -7px;
}
.wheel > .zodiac-rooster {
    bottom: 50%;
    margin-bottom: -175px;
    left: 109px;
    transform: rotate(-270deg);
}
.wheel > .zodiac-rooster .image {
	margin-top: 62px;
}
.wheel > .zodiac-rooster .image > img.zodiac-active {
	margin-top: 0;
    margin-left: -7px;
}
.wheel > .zodiac-dog {
    bottom: 228px;
    left: 159px;
    transform: rotate(-300deg);
}
.wheel > .zodiac-dog .image {
    margin-top: 84px;
    margin-left: 4px;
}
.wheel > .zodiac-dog .image > img.zodiac-active {
	margin-top: 19px;
    margin-left: -17px;
}
.wheel > .zodiac-pig {
    bottom: 89px;
    left: 310px;
    transform: rotate(-330deg);
}
.wheel > .zodiac-pig .image {
	margin-left: -8px;
    margin-top: 68px;
}
.wheel > .zodiac-pig .image > img.zodiac-active {
	margin-top: 10px;
    margin-left: -5px;
    
}
.wheel .image {
	position: relative;
}
.wheel .image > svg {
	position: absolute;
    top: 0;
    left: 50%;
}
.wheel > .zodiac-rabbit .image > svg,
.wheel > .zodiac-snake .image > svg {
	width: 150px;
	margin-left: -75px;
}
.wheel > .zodiac-rat .image > svg {
	width: 170px;
	margin-left: -85px;
}
.wheel > .zodiac-ox .image > svg,
.wheel > .zodiac-tiger .image > svg,
.wheel > .zodiac-dragon .image > svg,
.wheel > .zodiac-horse .image > svg,
.wheel > .zodiac-sheep .image > svg,
.wheel > .zodiac-monkey .image > svg,
.wheel > .zodiac-rooster .image > svg,
.wheel > .zodiac-dog .image > svg,
.wheel > .zodiac-pig .image > svg {
	width: 180px;
	margin-left: -90px;
}
.wheel .image > .zodiac-active {
	display: none;
}

/* zodiac content */
.zodiac-content {
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #29377e;
	z-index: 5;
	display: none;
	width: 1980px;
	height: 1080px;
	min-height: 100vh;
	overflow: hidden;
	transform-origin: center top;
}
.zodiac-content .content-wrap {
	width: inherit;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 1980px;
	/*height: 3240px;*/
	height: 99999px;
	overflow: hidden;
}
.zodiac-content .content-wrap .section-1 {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 1s;
}
.animate .zodiac-content.on .content-wrap .section-1 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.section {
	position: relative;
	width: inherit;
	height: 1080px;
	overflow: hidden;
	overflow-y: auto;
}
.section-1 {
	z-index: 3;
}
.section-2 {
	z-index: 2;
}
.section-3 {
	z-index: 1;
}
.section .float-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.section-1 {
	/*background-image: url(../images/section1-bg.svg);
    background-position: left -300px top -54px;
    background-repeat: no-repeat;
    background-size: 2200px auto;*/
}
.section-1 .animal-wrap {
	position: absolute;
    width: 820px;
    height: 740px;
    top: 50%;
    left: 50%;
    margin-left: -410px;
    margin-top: -350px;
}
.section-1 .animal {
	position: relative;
}
.section-1 .animal .zodiac-image {
	position: absolute;
    top: 176px;
    left: 50%;
    margin-left: -128px;
    transform: scale(2.8);
}
.section-1 .animal .zodiac-image.zodiac-ox {
	top: 244px;
    margin-left: -93px;
    transform: scale(3.4);
}
.section-1 .animal .zodiac-image.zodiac-tiger {
	top: 234px;
    margin-left: -44px;
}
.section-1 .animal .zodiac-image.zodiac-rabbit {
	margin-left: -90px;
}
.section-1 .animal .zodiac-image.zodiac-dragon {
	top: 217px;
    margin-left: -86px;
}
.section-1 .animal .zodiac-image.zodiac-snake {
	top: 203px;
    margin-left: -94px;
    transform: scale(2.5);
}
.section-1 .animal .zodiac-image.zodiac-horse {
	top: 200px;
    margin-left: -80px;
}
.section-1 .animal .zodiac-image.zodiac-sheep {
	top: 201px;
    margin-left: -251px;
    transform: scale(2.4);
}
.section-1 .animal .zodiac-image.zodiac-monkey {
	top: 187px;
    margin-left: -66px;
    transform: scale(2.2);
}
.section-1 .animal .zodiac-image.zodiac-rooster {
	top: 196px;
    margin-left: -130px;
    transform: scale(2.5);
}
.section-1 .animal .zodiac-image.zodiac-dog {
	top: 248px;
    margin-left: -127px;
    transform: scale(2.5);
}
.section-1 .animal .zodiac-image.zodiac-pig {
	top: 222px;
    margin-left: -116px;
}
.section-1 .animal .zodiac-hat {
	position: absolute;
	left: 50%;
}
.zodiac-rat .section-1 .animal .zodiac-hat {
	position: absolute;
    top: 0;
    width: 190px;
    margin-left: -110px;
}
.zodiac-pig .section-1 .animal .zodiac-hat {
	top: -27px;
    width: 210px;
    margin-left: -124px;
    transform: rotate(5deg);
}
.zodiac-dog .section-1 .animal .zodiac-hat {
 	top: 10px;
    width: 179px;
    margin-left: -184px;
    transform: rotate(14deg);
}
.zodiac-rooster .section-1 .animal .zodiac-hat {
	top: -27px;
    width: 180px;
    margin-left: -127px;
    transform: rotate(1deg);
}
.zodiac-monkey .section-1 .animal .zodiac-hat {
 	top: -25px;
    width: 211px;
    margin-left: -212px;
    transform: rotate(2deg);
}
.zodiac-sheep .section-1 .animal .zodiac-hat {
	top: -25px;
    width: 168px;
    margin-left: -104px;
    transform: rotate(9deg);
}
.zodiac-horse .section-1 .animal .zodiac-hat {
	top: -32px;
    width: 155px;
    margin-left: -340px;
    transform: rotate(3deg);
}
.zodiac-snake .section-1 .animal .zodiac-hat {
	top: -38px;
    width: 261px;
    margin-left: -192px;
    transform: rotate(19deg);
}
.zodiac-dragon .section-1 .animal .zodiac-hat {
	top: -3px;
    width: 190px;
    margin-left: -234px;
    transform: rotate(-7deg);
}
.zodiac-rabbit .section-1 .animal .zodiac-hat {
	top: 92px;
    width: 161px;
    margin-left: -144px;
    transform: rotate(6deg);
}
.zodiac-tiger .section-1 .animal .zodiac-hat {
	top: 13px;
    width: 161px;
    margin-left: -200px;
    transform: rotate(3deg);
}
.zodiac-ox .section-1 .animal .zodiac-hat {
	top: 11px;
    width: 157px;
    margin-left: -255px;
    transform: rotate(1deg)
}
.section-1 .animal .info {
	position: absolute;
    bottom: -14px;
    left: -16px;
}
.section-1 .animal .stars {
	width: 100%;
}
.section-1 .animal .stars > * {
	position: absolute;
	top: 0;
}
.section-1 .animal .star1 {
	left: 0;
	margin-top: -50px;
    margin-left: -40px;
}
.section-1 .animal .star2 {
	left: 0;
	margin-top: 70px;
	margin-left: 10px;
}
.section-1 .animal .star3 {
	left: 0;
	margin-left: 80px;
    margin-top: -30px;
}
.section-1 .animal .star4 {
	right: 0;
	margin-top: -60px;
    margin-right: 50px;
}
.section-1 .animal .star5 {
	right: 0;
	margin-top: 100px;
    margin-right: 100px;
}
.section-1 .animal .star6 {
	right: 0;
	margin-right: -50px;
    margin-top: -30px;
}
.section .clouds {
	position: absolute;
}
.section-1 .clouds.clouds-1 {
	top: 10%;
	left: -17%;
}
.section-1 .clouds.clouds-2 {
	top: 25%;
    right: -10%;
}
.section .clouds.clouds-bg {
	top: -54px;
    left: 50%;
    width: 2200px;
    margin-left: -1320px;
}
.section-3 .clouds.clouds-bg {
	top: -1026px;
	margin-left: -1270px;
}
.section-2 {
	visibility: hidden;
	z-index: 3;
}
.section-2.on {
	visibility: visible;
}
.section-2 .clouds.clouds-bg {
	top: 59px;
	margin-left: -1270px;
}
.section-2 .h1 {
	float: left;
    width: 650px;
    /*margin-top: 5%;
    margin-left: 10%;
    font-size: 100px;
    line-height: 1.5em;*/
    margin-top: 6%;
    margin-left: 6%;
    font-size: 60px;
    line-height: 1.5em;
}
.section-2 .box {
	float: right;
    background-image: url(../images/section2-box.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 500px;
    height: 500px;
    padding: 150px;
    text-align: center;
    margin-top: 10%;
    margin-right: 6%;
}
.section-2 .box p {
    line-height: 1.8em;
}
.section-1 .fireworks-wrap,
.section-2 .fireworks-wrap {
	overflow: hidden;
}
.section-1 .fireworks-wrap,
.section-2 .fireworks-wrap,
.section-2 .tree-wrap,
.section-3 .tree-wrap {
	width: 980px;
    height: 980px;
    right: 0;
    z-index: -1;
}
.section-1 .fireworks-wrap {
	bottom: 0;
}
.section-2 .fireworks {
    position: relative;
    top: -45%;
    right: -40%;
}
.section-1 .fireworks {
    position: relative;
    bottom: -55%;
    right: -40%;
}
.animate .section-1 .fireworks,
.animate .section-2 .fireworks {
	opacity: 0;
}
.section-2 .tree-wrap,
.section-3 .tree-wrap {
	height: 1400px;
	z-index: 0;
	left: 0;
    right: auto;
}
.section-2 .tree,
.section-3 .tree {
    position: relative;
    bottom: -30%;
    left: -6.5%;
}
.section .tree-wrap.left .tree-petal {
	position: absolute;
    bottom: 29%;
    left: 23%;
    width: 60px;
    height: 60px;
}
.section .tree-wrap-2.left .tree-petal {
    width: 105px;
    height: 105px;
}
.section .tree-wrap.left .tree-petal-1 {
	bottom: 29.5%;
    left: 23.5%;
}
.section .tree-wrap-2.left .tree-petal-1 {
    bottom: 39%;
    left: 14.5%;
}
.section .tree-wrap.left .tree-petal-2 {
	bottom: 59.5%;
    left: 54.5%;
}
.section .tree-wrap-2.left .tree-petal-2 {
    bottom: 12%;
    left: 43%;
    width: 140px;
    height: 140px;
}
.section .tree-wrap.left .tree-petal-3 {
	bottom: 60.2%;
    left: 87.8%;
    width: 42px;
    height: 42px;
}
.section .tree-wrap-2.left .tree-petal-3 {
    bottom: 50.3%;
    left: 74.8%;
    width: 95px;
    height: 95px;
}
.section .tree-wrap.left .tree-petal-4 {
	bottom: 32.4%;
    left: 47%;
    width: 35px;
    height: 35px;
}
.section .tree-wrap.left .tree-petal-5 {
	left: 42.5%;
    bottom: 35%;
    width: 30px;
    height: 30px;
}
.section .tree-wrap-2.left .tree-petal-5 {
    left: 62.3%;
    bottom: 16%;
    width: 47px;
    height: 47px;
}
.section .tree-wrap.left .tree-petal-6 {
	bottom: 52%;
    left: 9.5%;
    width: 42px;
    height: 42px;
} 
.section .tree-wrap-2.left .tree-petal-6 {
    bottom: 29.5%;
    left: 23%;
    width: 42px;
    height: 42px;
}
.section .tree-wrap.left .tree-petal-7 {
	bottom: 64.4%;
    left: 80.3%;
    width: 32px;
    height: 32px;
}
.section .tree-wrap-2.left .tree-petal-7 {
    bottom: 63.5%;
    left: 83.2%;
    width: 37px;
    height: 37px;
}
.section .tree-wrap.left .tree-petal-8 {
	bottom: 23%;
    left: 10.5%;
    width: 72px;
    height: 72px;
}
.section .tree-wrap.left .tree-petal-9 {
 	bottom: 50.6%;
    left: 22%;
    width: 32px;
    height: 32px;
}
.section .tree-wrap.right .tree-petal {
	position: absolute;
    top: 5%;
    right: 28%;
    width: 48px;
    height: 48px;
}
.section .tree-wrap.right .tree-petal-2 {
	top: 20.5%;
    right: 1%;
    width: 32px;
    height: 32px;
}
.section .tree-wrap.right .tree-petal-3 {
	top: 28.5%;
    right: 14.15%;
    width: 28px;
    height: 28px;
}
.section .tree-wrap.right .tree-petal-4 {
	top: 2.6%;
    right: 73.1%;
    width: 28px;
    height: 28px;
}
.section .tree-wrap.right .tree-petal-5 {
	top: 4.8%;
    right: 9%;
    width: 32px;
    height: 32px;
}
.section .tree-wrap.right .tree-petal-6 {
	top: 33.5%;
    right: 45.2%;
    width: 25px;
    height: 25px;
}
.section-2 .tree-wrap {
    bottom: -36.5%;
}
.section-2 .tree-wrap-2 {
    bottom: -10.5%;
}
.section-3 .tree-wrap {
    top: -1005px;
}
.section-3 .tree-wrap-2 {
    top: -1259px;
}
.section-3 .section-3-content {
	display: none;
}
.section-3 .temple-inside .h1 {
    margin-bottom: 30px;
}
.section-3 .temple-outside.on .section-3-content {
	display: block;
}
.section-3 .tree-wrap.right {
	position: absolute;
    width: 450px;
    top: 0;
    right: 0;
    margin-left: 0;
    left: auto;
}
.section-3 .tree-wrap.right .tree {
	right: -15px;
	bottom: auto;
    left: auto;
}
.temple-img-wrap {
	position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.section-3-bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}
.section-3-bg > .bg {
	position: absolute;
	left: 0;
	width: 100%;
    background-color: #29377e;
}
.section-3-bg > .bg-top {
	top: 0;
    height: 75%;
}
.section-3-bg > .bg-bottom {
	bottom: 0;
    height: 10%;
}
.section-3-bg > .bg-left,
.section-3-bg > .bg-right {
	top: 0;
    width: 45%;
    height: 100%;
}
.section-3-bg > .bg-right {
	left: auto;
    right: 0;
}
.section-3 .fireworks-1 {
	bottom: 396px;
    left: 50%;
    width: 320px;
    margin-left: -21%;
}
.section-3 .fireworks-2 {
	bottom: 284px;
    left: 50%;
    width: 320px;
    margin-left: 7.5%;
}
.section-3 .temple-outside .info {
	position: absolute;
    bottom: 620px;
    width: 700px;
    text-align: center;
    left: 50%;
    margin-left: -350px;
}
.section-3 .temple-outside .info .h1 {
	margin-bottom: 25px;
}
.section-3 .temple-outside .info .box {
	width: 82%;
	margin: 0 auto;
}
.section-3 .temple-outside .info .box p {
	line-height: 44px;
}
.section-3-content .clouds-1 {
	bottom: 710px;
	left: 50%;
	margin-left: -795px;
}
.section-3-content .clouds-2 {
	bottom: 680px;
    left: 50%;
    margin-left: 460px;
}
.temple-outside .temple-door {
	position: absolute;
	bottom: 108px;
    left: 50%;
    width: 166px;
    height: 166.047px;
    margin-left: -83px;
}
.temple-outside .temple-door .left,
.temple-outside .temple-door .right {
	position: absolute;
	top: 0;
	width: 50%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	transform: none;
}
.temple-outside .temple-door .left {
	left: 0;
	transform-origin: left;
}
.temple-outside .temple-door .right {
	right: 0;
	transform-origin: right;
}
.temple-outside .temple-door .right img {
	transform: scaleX(-1);
}
.section-2,
.section-3 .temple-outside {
	transform: scale(1);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	-webkit-transform-origin : 50% 100%;
    -moz-transform-origin : 50% 100%;
    -o-transform-origin : 50% 100%;
    -ms-transform-origin : 50% 100%;
    transform-origin : 50% 100%;
}
.section-3 .temple-outside {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 180px;
    z-index: 2;
}
.section-3 .temple-outside .float-bg, 
.section-3 .temple-outside .info, 
.section-3 .temple-outside .temple-img-wrap {
	margin-bottom: -180px;
}
.section-3 .temple-inside {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 2s;
	-ms-transition: opacity 2s;
	transition: opacity 2s;
}
.section-3 .temple-outside > .float-bg {
	overflow: visible;
}
.section-3 {
	overflow: visible;
}
.section-3 .temple-inside-top {
	top: 0; 
	left: 50px; 
	right: 50px;
}
.section-3 .temple-inside-bottom {
	bottom: 15px; 
	left: -30px; 
	right: -30px;
}
.section-3 .temple-inside .cards {
	display: flex; 
	flex-direction: row; 
	width: 84%; 
	max-width: 84%; 
	height: 100%; 
	justify-content: center; 
	align-items: center; 
	margin: 0 auto; 
	padding-top: 84px;
}
.section-3 .temple-inside .cards > .card {
	position: relative; 
	padding: 40px; 
	flex: 1;
	opacity: 0;
	transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(270deg);
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	-ms-transition: -ms-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.section-3 .temple-inside .cards > .card-2 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.65s;	
}
.section-3 .temple-inside .cards > .card-3 {
	-webkit-transition-delay: 0.30s;
	transition-delay: 0.80s;	
}
.section-3 .temple-inside .cards > .card-4 {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.95s;	
}
.section-3 .temple-inside .cards .content {
 	position: absolute; top: 0; 
 	left: 0; 
 	right: 0; 
 	bottom: 0; 
 	padding: 100px 60px; 
 	text-align: center;
}
.section-3 .temple-inside .cards .content h1 {
 	margin-bottom: 30px;
}
.section-3 .result {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
}
.section-3 .result .curtain-left {
	left: -50px; 
	bottom: -30%;
	transform: translate3d(0, 0, 0);
}
.section-3 .result .curtain-right {
	transform: scaleX(-1);
	right: -50px; 
	bottom: -30%;
}
.section-3 .result .curtain-left, 
.section-3 .result .curtain-right {
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.section-3 .result .stairs {
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.section-3 .result .frame {
	bottom: 0; right: 12%; width: 46.65%;
}
.section-3 .result .frame-img {
	width: 451px; 
	height: 500px; 
	bottom: 307px; 
	right: 24%;
}
.section-3 .result .frame-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-3 .result .result-board {
	position: absolute; 
	bottom: 760px; 
	width: 34.4%; 
	right: 18.2%;
} 
.section-3 .result .result-board .h1 {
	text-transform: uppercase; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	color: #29377e;
}
.section-3 .result .frame,
.section-3 .result .frame-img,
.section-3 .result .result-board {
	opacity: 0;
	transform: translate3d(70px, 0, 0);
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.section-3 .result .content {
	position: absolute;
    width: 555px;
    left: 18%;
    bottom: 280px;
}
.section-3 .result .content .h1 {
	margin-bottom: 30px;
}
.section-3 .result .content .btn {
	display: inline-block;
    border: 2px solid #ef5b57;
    color: #fff;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.section-3 .result .content .btn .icon {
	height: 25px;
    vertical-align: middle;
    margin-right: 12px;
}
.section-3 .result .content .move-left {
	opacity: 0;
	transform: translate3d(-70px, 0, 0);
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.section-3 .result .content .p {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;	
}
.section-3 .result .content .btn {
	transition-duration: 0.5s;
}
.section-3 .result .content .btn-1 {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;	
}
.section-3 .result .content .btn-2 {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;	
}
.section-3 .result .content .btn-1,
.section-3 .result .content .btn-2 {
	display: inline-block;
}
.section-3 .result .content > div {
	position: relative;
	padding-bottom: 0;
	-webkit-transition: padding 1s;
	-ms-transition: padding 1s;
	transition: padding 1s;
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}
.section-3 .result .content .buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.section-3 .temple-outside .star-1 {
	bottom: 450px;
    left: 50%;
    margin-left: -620px;
}
.section-3 .temple-outside .star-2 {
	bottom: 345px;
    left: 50%;
    margin-left: -570px;
}
.section-3 .temple-outside .star-3 {
	bottom: 380px;
    left: 50%;
    margin-left: 550px;
}
.section-3 .temple-outside .star-4 {
	bottom: 340px;
    left: 50%;
    margin-left: 470px;
}
.section-3 .temple-inside .star-1 {
	top: 145px;
    left: 50%;
    margin-left: -200px;
}
.section-3 .temple-inside .star-2 {
	top: 185px;
    left: 50%;
    margin-left: -150px;
}
.section-3 .temple-inside .star-3 {
	top: 145px;
    left: 50%;
    margin-left: 145px;
}
.section-3 .temple-inside .star-4 {
	top: 185px;
    left: 50%;
    margin-left: 105px;
}
.section-3 .result .star-1 {
	bottom: 340px;
    left: 11%;
}
.section-3 .result .star-2 {
	bottom: 314px;
    left: 14%;
}
.section-3 .result .star-3 {
	bottom: 340px;
    right: 11%;
}
.section-3 .result .star-4 {
	bottom: 314px;
    right: 16%;
}
.section-3 .result .star-5 {
	top: 40px;
    left: 41%;
}
.section-3 .result .star-6 {
	top: 74px;
    left: 44%;
}
.section-3 .result .rainbow-1 {
	left: 34%;
    bottom: 370px;
}
.section-3 .result .rainbow-2 {
	right: 8%;
    top: 290px;
}
.section-3 .result .rainbow-1,
.section-3 .result .rainbow-2 {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	z-index: -1;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	z-index: 10;
	display: none;
}
.modal-wrap {
	display: flex;
	background-color: rgba(0,0,0,0.8);
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: inherit;
	height: inherit;
}
.modal-ign {
	z-index: 11;
	width: auto;
	height: auto;
	right: 0;
	bottom: 0;
}
.modal-ign .modal-wrap {
	overflow: hidden;
	overflow-y: auto;
	display: block;
	background-color: rgba(0,0,0,0.8);
	padding: 0 15px;
	height: auto;
}
.modal-ign .modal-content {
	width: 50%;
    max-width: 800px;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    padding: 50px 15px;
}
.modal-ign .modal-content img {
	width: 100%;
}
.modal-ign .btn {
	display: inline-block;
    border: 2px solid #ef5b57;
    background: #ef5b57;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 20px;
}
.social-media-share {
	padding: 0;
	list-style-type: none;
}
.social-media-share li {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	background-color: #fff;
	border-radius: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-ms-transition: -ms-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	overflow: hidden;
}
.social-media-share li:nth-child(1)  {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.social-media-share li:nth-child(2)  {
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}
.social-media-share li:nth-child(3)  {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.social-media-share li.fb {
	background-color: #3a559f; 
}
.social-media-share li.twitter {
	background-color: #03A9F4; 
}
.social-media-share li.instagram {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-media-share li a > img {
	width: 60%;
	height: 60%;
	margin-top: 20%;
	margin-left: 20%;
}
.modal.open .social-media-share li {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.social-media-share li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}
.content-control {
	position: fixed;
    right: 15px;
    z-index: 10;
    top: 50%;
    margin-top: -80px;
    display: none;
}
.content-control ul {
	padding: 0;
	list-style: none;
}
.content-control li {
	overflow: auto;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 15px 0;
    border-radius: 100%;
}
.content-control li span {
	display: block;
    width: 4px;
    height: 4px;
    margin: 5px;
    background-color: #fff;
    border-radius: 100%;
    transform: scale(0.8);
    transform-origin: center;
}
.content-control li.active {
	background-color: #fff;
}
.content-control li.active span {
	background-color: #29377e;
}
#characteristics-char {
	font-size: 45.72px;
    color: #ef5b57;
    font-family: HiraMaruProN-W4-83pv-RKSJ-H, Hiragino Maru Gothic ProN;
    width: 500px;
    padding: 15px 150px;
    text-align: center;
    margin-top: 10%;
    margin-right: 6%;
    position: absolute;
    right: 0;
    top: 0;
}
#info-zodiac-name {
	position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
}
.content-arrow-down {
    position: fixed;
    right: 15px;
    z-index: 10;
    bottom: 15px;
    margin-top: -80px;
    display: none; 
    width: 10vw;
    height: 10vw;
    background-color: rgba(0,0,0,0.2);
    border-radius: 100%;
    cursor: pointer;
    outline: none;
}
.content-arrow-down > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.8vw;
    margin-left: -2.5vw;
    width: 0;
    height: 0;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent;
    border-top: 2.5vw solid rgba(255,255,255,0.8);
}
.content-control li,
.content-arrow-down {
    outline: 0;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: transparent;
}
input { 
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

/* animation starts */
/* header */
.animate .header .content {
	opacity: 1;
	-webkit-transition: -webkit-transform 2s, opacity 1s;
	-ms-transition: -ms-transform 2s, opacity 1s;
	transition: transform 2s, opacity 1s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	transition-timing-function: ease;
}
.animate .header .clouds.clouds-5,
.animate .header .clouds.clouds-6,
.animate .header .clouds.clouds-7,
.animate .header .clouds.clouds-8 {
	-webkit-animation: shrinkCircles 4s ease 0.5s infinite;
  	-o-animation: shrinkCircles 4s ease 0.5s infinite;
  	-moz-animation: shrinkCircles 4s ease 0.5s infinite;
  	animation: shrinkCircles 4s ease 0.5s infinite;
} 
@-webkit-keyframes shrinkCircles {
	0% {
		-webkit-transform: scale(1);
	}
	30% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@keyframes shrinkCircles {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(0);
	}
	50% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
.animate .header .clouds.clouds-9,
.animate .header .clouds.clouds-10,
.animate .header .clouds.clouds-11,
.animate .header .clouds.clouds-12 {
	-webkit-animation: shrinkCirclesTwo 4s ease 0.5s infinite;
  	-o-animation: shrinkCirclesTwo 4s ease 0.5s infinite;
  	-moz-animation: shrinkCirclesTwo 4s ease 0.5s infinite;
  	animation: shrinkCirclesTwo 4s ease 0.5s infinite;
}
@-webkit-keyframes shrinkCirclesTwo {
	0% {
		transform: scale(0);
	}
	30% {
		transform: scale(1);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes shrinkCirclesTwo {
	0% {
		transform: scale(0);
	}
	30% {
		transform: scale(1);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
.animate .header .clouds.clouds-1,
.animate .header .clouds.clouds-4 {
	-webkit-animation: slideCloudsLeft 3s linear 0s infinite alternate;
  	-o-animation: slideCloudsLeft 3s linear 0s infinite alternate;
  	-moz-animation: slideCloudsLeft 3s linear 0s infinite alternate;
  	animation: slideCloudsLeft 3s linear 0s infinite alternate;
}
.animate .section-1 .clouds.clouds-2 {
	-webkit-animation: slideCloudsLeft 9s linear 0s infinite alternate;
  	-o-animation: slideCloudsLeft 9s linear 0s infinite alternate;
  	-moz-animation: slideCloudsLeft 9s linear 0s infinite alternate;
  	animation: slideCloudsLeft 9s linear 0s infinite alternate;
}
@-webkit-keyframes slideCloudsLeft {
	0% {
		-webkit-transform: translate3d(0,0,0);
	}
	100% {
		-webkit-transform: translate3d(-70px,0,0);
	}
}
@keyframes slideCloudsLeft {
	0% {
		transform: translate3d(0,0,0);
	}
	100% {
		transform: translate3d(-70px,0,0);
	}
}
.animate .header .clouds.clouds-2,
.animate .header .clouds.clouds-3 {
	-webkit-animation: slideCloudsRight 3s linear 0s infinite alternate;
  	-o-animation: slideCloudsRight 3s linear 0s infinite alternate;
  	-moz-animation: slideCloudsRight 3s linear 0s infinite alternate;
  	animation: slideCloudsRight 3s linear 0s infinite alternate;
}
.animate .section-1 .clouds.clouds-1,
.animate .section-3 .clouds.clouds-1,
.animate .section-3 .clouds.clouds-2 {
	-webkit-animation: slideCloudsRight 10s linear 0s infinite alternate;
  	-o-animation: slideCloudsRight 10s linear 0s infinite alternate;
  	-moz-animation: slideCloudsRight 10s linear 0s infinite alternate;
  	animation: slideCloudsRight 10s linear 0s infinite alternate;	
}
@-webkit-keyframes slideCloudsRight {
	0% {
		-webkit-transform: translate3d(-70px,0,0);
	}
	100% {
		-webkit-transform: translate3d(0,0,0);
	}	
}
@keyframes slideCloudsRight {
	0% {
		transform: translate3d(-70px,0,0);
	}
	100% {
		transform: translate3d(0,0,0);
	}	
}
.animate .header .wheel.spin {
	-webkit-animation: spinWheel 3s ease-out 0s both;
  	-o-animation: spinWheel 3s ease-out 0s both;
  	-moz-animation: spinWheel 3s ease-out 0s both;
  	animation: spinWheel 3s ease-out 0s both;
}
@-webkit-keyframes spinWheel {
	0% {
    	transform: rotate(0deg);
  	}
  	100% {
    	transform: rotate(1080deg);
  	}
}
@keyframes spinWheel {
	0% {
    	transform: rotate(0deg);
  	}
  	100% {
    	transform: rotate(1080deg);
  	}
}
.animate .section-1 .star1,
.animate .section-1 .star6 {
	-webkit-animation: shirnkStars 3s ease 0s infinite;
  	-o-animation: shirnkStars 3s ease 0s infinite;
  	-moz-animation: shirnkStars 3s ease 0s infinite;
  	animation: shirnkStars 3s ease 0s infinite;
}
.animate .section-1 .star2,
.animate .section-1 .star4 {
	-webkit-animation: shirnkStars 3s ease 0.5s infinite;
  	-o-animation: shirnkStars 3s ease 0.5s infinite;
  	-moz-animation: shirnkStars 3s ease 0.5s infinite;
  	animation: shirnkStars 3s ease 0.5s infinite;
}
.animate .section-1 .star3,
.animate .section-1 .star5 {
	-webkit-animation: shirnkStars 3s ease 1.3s infinite;
  	-o-animation: shirnkStars 3s ease 1.3s infinite;
  	-moz-animation: shirnkStars 3s ease 1.3s infinite;
  	animation: shirnkStars 3s ease 1.3s infinite;
}
@-webkit-keyframes shirnkStars {
	0%, 30%, 100% {
    	transform: scale(1);
  	}
  	10% {
  		transform: scale(0);
  	}
}
@keyframes shirnkStars {
	0%, 30%, 100% {
    	transform: scale(1);
  	}
  	10% {
  		transform: scale(0);
  	}
}
.animate .section-1.on-section2 .fireworks,
.animate .section-2.on .fireworks {
	opacity: 0;
	transform: scale(0);
	-webkit-animation: fireworks 6s ease 0s infinite;
  	-o-animation: fireworks 6s ease 0s infinite;
  	-moz-animation: fireworks 6s ease 0s infinite;
  	animation: fireworks 6s ease 0s infinite;
}
@-webkit-keyframes fireworks {
	0%, 100% {
		opacity: 0;
    	-webkit-transform: scale(0);
  	}
  	10% {
  		opacity: 1;
  		-webkit-transform: scale(0.99);
  	}
  	30% {
  		opacity: 0;
  		-webkit-transform: scale(1);	
  	}
  	40% {
  		-webkit-transform: scale(0);
  	}
  	45% {
  		opacity: 0;
  	}
}
@keyframes fireworks {
	0%, 100% {
		opacity: 0;
    	transform: scale(0);
  	}
  	10% {
  		opacity: 1;
  		transform: scale(0.98);
  	}
  	30% {
  		opacity: 0;
  		transform: scale(1);	
  	}
  	40% {
  		transform: scale(0);
  	}
  	45% {
  		opacity: 0;
  	}
}
.animate .section-3 .temple-outside.on .fireworks  {
	opacity: 0;
	transform: scale(0);
	-webkit-animation: fireworksTwo 3.8s ease 0s infinite;
  	-o-animation: fireworksTwo 3.8s ease 0s infinite;
  	-moz-animation: fireworksTwo 3.8s ease 0s infinite;
  	animation: fireworksTwo 3.8s ease 0s infinite;	
}
.animate .section-3 .temple-outside.on .fireworks-1 .fireworks {
	animation-delay: 1.3s;
}
.animate .section-3 .temple-outside.on .fireworks-2 .fireworks {
	animation-delay: 1s;
}
@-webkit-keyframes fireworks {
	0%, 100% {
		opacity: 0;
    	-webkit-transform: scale(0);
  	}
  	20% {
  		opacity: 1;
  		-webkit-transform: scale(0.98);
  	}
  	55% {
  		opacity: 0;
  		-webkit-transform: scale(1);	
  	}
  	60% {
  		-webkit-transform: scale(0);
  	}
  	65% {
  		opacity: 0;
  	}
}
@keyframes fireworksTwo {
	0%, 100% {
		opacity: 0;
    	transform: scale(0);
  	}
  	20% {
  		opacity: 1;
  		transform: scale(0.98);
  	}
  	55% {
  		opacity: 0;
  		transform: scale(1);	
  	}
  	60% {
  		transform: scale(0);
  	}
  	65% {
  		opacity: 0;
  	}
}
.animate .section .rotate {
	-webkit-animation: rotate 10s linear 0s infinite;
  	-o-animation: rotate 10s linear 0s infinite;
  	-moz-animation: rotate 10s linear 0s infinite;
  	animation: rotate 10s linear 0s infinite;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
.animate .section .rotate-reverse {
	-webkit-animation: rotateRev 10s linear 0s infinite;
  	-o-animation: rotateRev 10s linear 0s infinite;
  	-moz-animation: rotateRev 10s linear 0s infinite;
  	animation: rotateRev 10s linear 0s infinite;
}
@-webkit-keyframes rotateRev {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-359deg);
	}
}
@keyframes rotateRev {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-359deg);
	}
}
.animate .section .fall {
	-webkit-animation: fall 15s linear 0s infinite;
  	-o-animation: fall 15s linear 0s infinite;
  	-moz-animation: fall 15s linear 0s infinite;
  	animation: fall 5s linear 0s infinite;
}
.animate .section .tree-wrap.left .fall.tree-petal-7,
.animate .section .tree-wrap.right .fall.tree-petal-6 {
	animation-delay: 0.3s;
}
.animate .section .tree-wrap.left .fall.tree-petal-6,
.animate .section .tree-wrap.left .fall.tree-petal-8,
.animate .section .tree-wrap.right .fall.tree-petal-5 {
	animation-delay: 0.6s;
}

@-webkit-keyframes fall {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
	}
	30% {
		-webkit-transform: translate3d(0,0,0);
	}
	55% {
		opacity: 1;
	}
	75% {
		opacity: 0;	
		-webkit-transform: translate3d(0,150px,0);
	}
	85% {
		opacity: 0;
		-webkit-transform: translate3d(0,0,0);
	}
	100% {
		opacity: 1;	
	}
}
@keyframes fall {
	0% {
		opacity: 1;
		transform: translate3d(0,0,0);
	}
	30% {
		transform: translate3d(0,0,0);
	}
	55% {
		opacity: 1;
	}
	75% {
		opacity: 0;	
		transform: translate3d(0,150px,0);
	}
	85% {
		opacity: 0;
		transform: translate3d(0,0,0);
	}
	100% {
		opacity: 1;	
	}
}

/* zodiac svg animation */
@-webkit-keyframes ratEyes {
	0%, 100% {
		-webkit-transform: -webkit-translate3d(0,-10px,0);
	}
	10%, 90% {
		-webkit-transform: -webkit-translate3d(0,10px,0);
	}
}
@keyframes ratEyes {
	0%, 100% {
		transform: translate3d(0,-10px,0);
	}
	10%, 90% {
		transform: translate3d(0,10px,0);
	}
}
@-webkit-keyframes ratEars {
	0%, 100% {
		-webkit-transform: -webkit-translate3d(0,0,0);
	}
	10%, 90% {
		-webkit-transform: -webkit-translate3d(0,-15px,0);
	}
}
@keyframes ratEars {
	0%, 100% {
		transform: translate3d(0,0,0);
	}
	10%, 90% {
		transform: translate3d(0,-15px,0);
	}
}
@-webkit-keyframes ratTail {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-5deg);
	}
}
@keyframes ratTail {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(10deg);
	}
}
@-webkit-keyframes ratNose {
	0%, 36%, 68%, 100% {
		-webkit-transform: translate3d(0,0,0);
	}
	20%, 52%, 84% {
		-webkit-transform: translate3d(0, 5px,0);
	}
}
@keyframes ratNose {
	0%, 36%, 68%, 100% {
		transform: translate3d(0,0,0);
	}
	20%, 52%, 84% {
		transform: translate3d(0, 5px,0);
	}
}
@keyframes ratWhiskersLeft {
	8%, 40%, 50%, 60% {
		transform: rotate(10deg);
	}
	45%, 55% {
		transform: rotate(-10deg);
	}
	0%, 65% {
		transform: rotate(0);
	}
}
@keyframes ratWhiskersRight {
	8%, 40%, 50%, 60% {
		transform: rotate(-10deg);
	}
	45%, 55% {
		transform: rotate(10deg);
	}
	0%, 65% {
		transform: rotate(0);
	}
}
@keyframes ratEyesLeftClose {
	0% {
		opacity: 0;
	}
	1%, 100% {
		opacity: 1;
	}
}
@keyframes ratEyesLeftOpen {
	0%, 51%, 100% {
		opacity: 1;
	}
	1%, 50% {
		opacity: 0;
	}
}
.animate .section-3 .temple-outside.on .star-1,
.animate .section-3 .temple-outside.on .star-2,
.animate .section-3 .temple-outside.on .star-3,
.animate .section-3 .temple-outside.on .star-4 {
	-webkit-animation: shirnkStars 3s ease 1.3s infinite;
  	-o-animation: shirnkStars 3s ease 1.3s infinite;
  	-moz-animation: shirnkStars 3s ease 1.3s infinite;
  	animation: shirnkStars 3s ease 1.3s infinite;
}
.animate .section-3 .temple-outside.on .star-3 {
	animation-delay: 1.4s;
}
.animate .section-3 .temple-outside.on .star-4 {
	animation-delay: 1.5s;
}
.animate .section-3 .temple-outside.on .star-1 {
	animation-delay: 1.6s;
}
.animate .section-3 .temple-outside.on-next .temple-door .left {
  	transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
}
.animate .section-3 .temple-outside.on-next .temple-door .right {
  	transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(105deg);
}
.animate .section-2.on-next-2,
.animate .section-3 .temple-outside.on-next {
	transform: scale(15);
}
.animate .section-3 .temple-inside.on .cards > .card {
	opacity: 1;
	transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(360deg);
}
.animate .section-3 .temple-inside.on {
	opacity: 1;
}
.animate .section-3 .temple-inside.on .star-1,
.animate .section-3 .temple-inside.on .star-2,
.animate .section-3 .temple-inside.on .star-3,
.animate .section-3 .temple-inside.on .star-4 {
	transform: scale(0);
	-webkit-animation: shrinkCirclesTwo 2s ease 0s infinite;
  	-o-animation: shrinkCirclesTwo 2s ease 0s infinite;
  	-moz-animation: shrinkCirclesTwo 2s ease 0s infinite;
  	animation: shrinkCirclesTwo 2s ease 0s infinite;
}
.animate .section-3 .temple-inside.on .star-2 {
	animation-delay: 0.3s;
}
.animate .section-3 .temple-inside.on .star-3 {
	animation-delay: 0.2s;
}
.animate .section-3 .temple-inside.on .star-4 {
	animation-delay: 0.5s;
}
.animate .section-3 .result.on .curtain-left {
	transform: translate3d(-50%, 0, 0);
}
.animate .section-3 .result.on .curtain-right {
	transform: scaleX(-1) translate3d(-50%, 0, 0);
}
.animate .section-3 .temple-inside.on-next {
	opacity: 0;
}
.animate .section-3 .result.on,
.animate .section-3 .result.on .stairs,
.animate .section-3 .result.on .rainbow-1,
.animate .section-3 .result.on .rainbow-2 {
	opacity: 1;
}
.animate .section-3 .result.on .content > div {
	padding-bottom: 120px;
}
.animate .section-3 .result.on .content .move-left,
.animate .section-3 .result.on .frame,
.animate .section-3 .result.on .frame-img,
.animate .section-3 .result.on .result-board {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.animate .section-3 .temple-inside.on .star-3 {
	animation-delay: 0.4s;
}
.animate .section-3 .temple-inside.on .star-4 {
	animation-delay: 0.7s;
}
.animate .section-3 .result .star-1,
.animate .section-3 .result .star-2,
.animate .section-3 .result .star-3,
.animate .section-3 .result .star-4,
.animate .section-3 .result .star-5,
.animate .section-3 .result .star-6 {
	transform: scale(0);
	-webkit-animation: shrinkCirclesTwo 2s ease 1.6s infinite;
  	-o-animation: shrinkCirclesTwo 2s ease 1.6s infinite;
  	-moz-animation: shrinkCirclesTwo 2s ease 1.6s infinite;
  	animation: shrinkCirclesTwo 2s ease 1.6s infinite;
}
.animate .section-3 .result .star-4 {
	animation-delay: 1.9s;
}
.animate .section-3 .result .star-2 {
	animation-delay: 2.1s;
}
.animate .section-3 .result .star-5 {
	animation-delay: 2.4s;
}
.animate .section-3 .result .star-3 {
	animation-delay: 2.7s;
}
.animate .section-3 .result .star-1 {
	animation-delay: 3.1s;
}
/* animation end */


.zodiac-portrait {
	display: none;
}