#main-body {
    overflow-y: hidden;
}

.main-body {
    padding-top: 0px !important;
}

header {
	height: 110px;
	background-color: var(--main-color) !important;
}

section {
	padding: 0;
}

/* ---- Desktop ----*/

/* ---- Flipbook ----*/
.book-section {
	/* height: 100vh; */
	width: 100%;
	padding-top: 80px;
	text-align: center;
	position: relative;
}

.book-section > .container{
	height: 500px;
	width: 700px;
	position: relative;
	border-radius: 2%;
	margin-bottom: 30px;
	perspective: 1200px;
}
.container > .d-right{
	position: absolute;
	height: 100%;
	width: 50%;
	transition: 0.7s ease-in-out;
	transform-style: preserve-3d;
}
.book-section > .container > .d-right{
	right:0;
	transform-origin: left;
	border-radius: 10px 0 0 10px;
}
.d-right > figure.front, .d-right > figure.back{
	margin: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left:0;
	top:0;
	background-size: 200%;
	background-repeat: no-repeat;
	backface-visibility: hidden;
	background-color: white;
	overflow: hidden;
}
.d-right > figure.front{
	background-position: right;
	border-radius: 0 10px 10px 0;
	box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.2);
	background-size: cover;
	background-repeat: no-repeat;
}
.d-right > figure.back{
	background-position: left;
	border-radius: 10px 0 0 10px;
	box-shadow: -2px 2px 15px -2px rgba(0,0,0,0.2);
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotateY(180deg);
}
.flip{
	transform: rotateY(-180deg);
}
.flip::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	width: 100%;
	height: 100%;
	border-radius: 0 10px 10px 0;
	background-color: rgba(0,0,0,0.1);
}

.flibook-btn {
	text-align: center;
}

.flibook-btn > button{
	border: none;
	cursor: pointer;
	margin: 0px 15px 0px 15px;
	transition: 0.3s ease-in-out;
	width: 60px;
	height: 64px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
}
.flibook-btn > button:focus, .book-section > button:active{
	outline: none;
}

.front#cover, .back#d-back-cover{
	background-color: #006890;
	font-family: calibri;
	text-align: left;
	padding: 0 30px;
}
/* ---- Flipbook ----*/


.height-v1 .bg-img {
	position: relative;
	background-position: bottom center;
	min-height: 85vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.height-v1 {
	position: relative;
	min-height: 100vh;
}

.height-v2 .bg-img {
	position: relative;
	background-position: bottom center;
	min-height: 65vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.height-v2 {
	position: relative;
	min-height: 65vh;
}

#background-video {
	height: 85vh;
	width: 100vw;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	bottom: 0;
	z-index: -1;
}

#background-video-a {
	height: 85vh;
	width: 100vw;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

#background-video-b {
	height: auto;
	width: 100vw;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#d-background-video {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	bottom: 0;
	z-index: -1;
}

#d-background-video-a {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

#d-background-video-b {
	height: auto;
	width: 100vw;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.scroll-down-arrow {
	bottom: 120px; position: absolute; left: 50%; transform: translate(-50%, 0);
	-webkit-animation: tada linear 1s infinite;
	   animation: tada linear 1s infinite;
}

.scroll-up-arrow {
	bottom: 30%; position: absolute; left: 40%; transform: translate(-50%, 0);
	-webkit-animation: tada linear 1s infinite;
	   animation: tada linear 1s infinite;
}


#d-scene-1 .logo {
	width: 100px;
	padding: 20px 0px 20px 0px;
}

#d-scene-1 .text {
	width: 450px;
	padding: 50px 0px 50px 0px;
}

#d-scene-2 .touchicon-1 {
	position: absolute;
	left: 20%;
    top: 20%;
	transform: translate(-50%,-50%);
	background: url('../images/smartpedia/hariibu/touch.png');
	width: 70px;
	height: 70px;
	z-index: 10;
	cursor: pointer;	
	-webkit-animation: tada linear 1s infinite;
	animation: tada linear 1s infinite;
	background-size: cover;
}

#d-scene-2 .scene-2-txt {
	position: absolute;
	left: 23%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 10px;
	width: 458px;
	font-size: 12px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	display: none;
}

#d-scene-2 .text {
	width: 450px;
}


#d-scene-3 .text {
	width: 490px;
	margin-left: 120px;
    margin-top: 5%;
}

#d-scene-3 .touchicon-2 {
	position: absolute;
	left: 55%;
	bottom: 10%;
	transform: translate(-50%,-50%);
	background: url('../images/smartpedia/hariibu/touch.png');
	width: 70px;
	height: 70px;
	z-index: 10;
	cursor: pointer;	
	-webkit-animation: tada linear 1s infinite;
	animation: tada linear 1s infinite;
	background-size: cover;
}

#d-scene-4 .d-scene-4-book {
	text-align: center;
	display: none;
}

#d-scene-5 .b-1 {
	position: absolute;
	left: 30%;
    top: 15%;
	transform: translate(-50%,-50%);
}

#d-scene-5 .b-2 {
	position: absolute;
	left: 36%;
	top: 12%;
	transform: translate(-50%,-50%);
	width: 70px;
}

#d-scene-5 .b-3 {
	position: absolute;
    left: 52%;
    top: 20%;
    transform: translate(-50%,-50%);
    width: 410px;
}

#d-scene-5 .text {
	width: 500px;
}

#d-scene-6 .text {
	width: 380px;
}

#d-scene-6 .touchicon-3 {
	position: absolute;
	right: 10%;
	top: 12%;
	transform: translate(-50%,-50%);
	background: url('../images/smartpedia/hariibu/touch.png');
	width: 70px;
	height: 70px;
	z-index: 10;
	cursor: pointer;	
	-webkit-animation: tada linear 1s infinite;
	animation: tada linear 1s infinite;
	background-size: cover;
}

#d-scene-6 .d-scene-6-txt {
	position: absolute;
	left: 40%;
	top: 30%;
	transform: translate(-50%,-50%);
	border-radius: 10px;
	font-size: 12px;
	padding: 0px;
	text-align: center;
	display: none;
}

#d-scene-6 .text2 {
	width: 200px;
	float: right;
}

#d-scene-7 .text {
	width: 350px;
}

#d-scene-7 .touchicon-4 {
	position: absolute;
	left: 27%;
    top: 7%;
	transform: translate(-50%,-50%);
	background: url('../images/smartpedia/hariibu/touch.png');
	width: 70px;
	height: 70px;
	z-index: 10;
	cursor: pointer;	
	-webkit-animation: tada linear 1s infinite;
	animation: tada linear 1s infinite;
	background-size: cover;
}

#d-scene-7 .d-scene-7-txt {
	position: absolute;
	left: 30%;
	top: 20%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 10px;
	width: 350px;
	font-size: 12px;
	padding: 20px 0px 0px 0px;
	margin-top: 50px;
	text-align: center;
	display: none;
}

#d-scene-8 .touchicon-5 {
	position: absolute;
	left: 70%;
	bottom: 40%;
	transform: translate(-50%,-50%);
	background: url('../images/smartpedia/hariibu/touch.png');
	width: 70px;
	height: 70px;
	z-index: 10;
	cursor: pointer;	
	-webkit-animation: tada linear 1s infinite;
	animation: tada linear 1s infinite;
	background-size: cover;
}


#d-scene-8 .text {
	width: 350px;
	margin-left: 55px;
    margin-top: 30%;
}

#d-scene-9 .d-scene-9-book {
	text-align: center;
	display: none;
}

#d-scene-9 .touchicon-6 {
	position: absolute;
	left: 60%;
	top: 25%;
	transform: translate(-50%,-50%);
	background: url('../images/smartpedia/hariibu/touch.png');
	width: 70px;
	height: 70px;
	z-index: 10;
	cursor: pointer;	
	-webkit-animation: tada linear 1s infinite;
	animation: tada linear 1s infinite;
	background-size: cover;
}

#d-scene-10 .d-scene-10-book {
	text-align: center;
	display: none;
}

.sp-arrow-top img {
	display: block;
	position: absolute;
	bottom: 2rem;
	right: 1rem;
	width: 50px;
	transition: ease 1s;
	-webkit-animation: bouncey 1s linear infinite;
	animation: bouncey 1s linear infinite;
}


/* ---- Mobile ----*/

@media (max-width: 576px) {

	.scroll-up-arrow {
		bottom: 20px; left:auto; position: absolute; right: 5%; transform: translate(-50%, 0);
		-webkit-animation: tada linear 1s infinite;
		   animation: tada linear 1s infinite;
	}

	.height-v1 {
		position: relative;
		min-height: 85vh;
	}

	.scroll-down-arrow {
		bottom: 40px; position: absolute; left: 50%; transform: translate(-50%, 0);
		-webkit-animation: tada linear 1s infinite;
		   animation: tada linear 1s infinite;
	}

	.smartpedia {
		color: #006890;
	}

	/* ---- Flipbook ----*/
	.book-section {
		/* height: 100vh; */
		width: 100%;
		padding-top: 90px;
		text-align: center;
		right: 60px;
		position: relative;
	}

	.book-section > .container{
		height: 560px;
		width: 770px;
		position: relative;
		left: 15%;
		transform: translateX(-50%);
		border-radius: 2%;
		margin-bottom: 30px;
		perspective: 1200px;
	}
	.container > .right{
		position: absolute;
		height: 100%;
		width: 50%;
		transition: 0.7s ease-in-out;
		transform-style: preserve-3d;
	}
	.book-section > .container > .right{
		right:0;
		transform-origin: left;
		border-radius: 10px 0 0 10px;
	}
	.right > figure.front, .right > figure.back{
		margin: 0;
		height: 100%;
		width: 100%;
		position: absolute;
		left:0;
		top:0;
		background-size: 200%;
		background-repeat: no-repeat;
		backface-visibility: hidden;
		background-color: white;
		overflow: hidden;
	}
	.right > figure.front{
		background-position: right;
		border-radius: 0 10px 10px 0;
		box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.2);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.right > figure.back{
		background-position: left;
		border-radius: 10px 0 0 10px;
		box-shadow: -2px 2px 15px -2px rgba(0,0,0,0.2);
		background-size: cover;
		background-repeat: no-repeat;
		transform: rotateY(180deg);
	}
	.flip{
		transform: rotateY(-180deg);
	}
	.flip::before{
		content: "";
		position: absolute;
		top:0;
		left:0;
		z-index: 10;
		width: 100%;
		height: 100%;
		border-radius: 0 10px 10px 0;
		background-color: rgba(0,0,0,0.1);
	}

	.flibook-btn {
		text-align: center;
		margin-left: 100px;
	}

	.flibook-btn > button{
		border: none;
		cursor: pointer;
		margin: 0px 15px 0px 15px;
		transition: 0.3s ease-in-out;
		width: 60px;
		height: 64px;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	.flibook-btn > button:focus, .book-section > button:active{
		outline: none;
	}
	/* .flibook-btn > button:hover{
		width: 62px;
		height: 66px;
	} */
	.front#cover, .back#back-cover{
		background-color: #006890;
		font-family: calibri;
		text-align: left;
		padding: 0 30px;
	}

	.text {
		width: 280px;
	}

	#scene-1 .logo {
		width: 70px;
		padding: 20px 0px 20px 0px;
	}

	#scene-2 .touchicon-1 {
		position: absolute;
		left: 42%;
    	top: 5%;
		transform: translate(-50%,-50%);
		background: url('../images/smartpedia/hariibu/touch.png');
		width: 70px;
		height: 70px;
		z-index: 10;
		cursor: pointer;	
		-webkit-animation: tada linear 1s infinite;
		animation: tada linear 1s infinite;
		background-size: cover;
	}

	#scene-2 .scene-2-txt {
		position: absolute;
		left: 50%;
    	top: 25%;
		transform: translate(-50%,-50%);
		background: #fff;
		border-radius: 10px;
		width: 280px;
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		text-align: center;
		display: none;
	}

	#scene-3 .text {
		width: 210px;
		position: absolute;
		left:0;
	}

	#scene-3 .touchicon-2 {
		position: absolute;
		left: 40%;
    	bottom: 20%;
		transform: translate(-50%,-50%);
		background: url('../images/smartpedia/hariibu/touch.png');
		width: 70px;
		height: 70px;
		z-index: 10;
		cursor: pointer;	
		-webkit-animation: tada linear 1s infinite;
		animation: tada linear 1s infinite;
		background-size: cover;
	}

	#scene-4 .scene-4-book {
		text-align: center;
		display: none;
	}

	#scene-5 .text {
		width: 280px;
	}

	#scene-5 .b-1 {
		position: absolute;
		left: 65%;
		top: 60%;
		transform: translate(-50%,-50%);
	}

	#scene-5 .b-2 {
		position: absolute;
		left: 70%;
    	top: 52%;
		transform: translate(-50%,-50%);
		width: 50px;
	}

	#scene-5 .b-3 {
		position: absolute;
		left: 50%;
		top: 35%;
		transform: translate(-50%,-50%);
		width: 250px;
	}

	#scene-6 .text {
		width: 300px;
		margin-top: 30px
	}

	#scene-6 .touchicon-3 {
		position: absolute;
		right: 10%;
   		top: 25%;
		transform: translate(-50%,-50%);
		background: url('../images/smartpedia/hariibu/touch.png');
		width: 70px;
		height: 70px;
		z-index: 10;
		cursor: pointer;	
		-webkit-animation: tada linear 1s infinite;
		animation: tada linear 1s infinite;
		background-size: cover;
	}

	#scene-6 .scene-6-txt {
		position: absolute;
		left: 40%;
    	top: 40%;
		transform: translate(-50%,-50%);
		border-radius: 10px;
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		text-align: center;
		display: none;
	}

	#scene-6 .text2 {
		width: 200px;
		float: right;
	}

	#scene-7 .text {
		width: 200px;
	}

	#scene-7 .touchicon-4 {
		position: absolute;
		left: 60%;
    	bottom: 20%;
		transform: translate(-50%,-50%);
		background: url('../images/smartpedia/hariibu/touch.png');
		width: 70px;
		height: 70px;
		z-index: 10;
		cursor: pointer;	
		-webkit-animation: tada linear 1s infinite;
		animation: tada linear 1s infinite;
		background-size: cover;
	}

	#scene-7 .scene-7-txt {
		position: absolute;
		left: 30%;
    	top: 20%;
		transform: translate(-50%,-50%);
		background: #fff;
		border-radius: 10px;
		width: 280px;
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		text-align: center;
		display: none;
	}

	#scene-8 .touchicon-5 {
		position: absolute;
		left: 60%;
    	bottom: 30%;
		transform: translate(-50%,-50%);
		background: url('../images/smartpedia/hariibu/touch.png');
		width: 70px;
		height: 70px;
		z-index: 10;
		cursor: pointer;	
		-webkit-animation: tada linear 1s infinite;
		animation: tada linear 1s infinite;
		background-size: cover;
	}

	#scene-9 .scene-9-book {
		text-align: center;
		display: none;
	}

	#scene-9 .touchicon-6 {
		position: absolute;
		left: 60%;
    	top: 30%;
		transform: translate(-50%,-50%);
		background: url('../images/smartpedia/hariibu/touch.png');
		width: 70px;
		height: 70px;
		z-index: 10;
		cursor: pointer;	
		-webkit-animation: tada linear 1s infinite;
		animation: tada linear 1s infinite;
		background-size: cover;
	}

	#scene-10 .scene-10-book {
		text-align: center;
		display: none;
	}

	.sp-arrow-top img {
		display: block;
		position: absolute;
		bottom: 2rem;
		right: 1rem;
		width: 50px;
		transition: ease 1s;
		-webkit-animation: bouncey 1s linear infinite;
		animation: bouncey 1s linear infinite;
	}
	
}


/* Rain Animation */
.weather {
    position: relative; overflow: hidden;
}
/* pseudo elements: positioning and setup */
.weather:before, .weather:after {
    content: "";
    position: absolute; left: -50%; top: -50%; right: -50%; bottom: -50%;
    z-index: 1;
    pointer-events: none;
    
    background: transparent repeat;
    opacity: 0.2;
    
    -webkit-animation-name: weather;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: weather;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	
}
.weather:after {
    opacity: 0.4;
    -webkit-animation-name: weather2;
    animation-name: weather2;
}

/* rain (fast, rain.png) */
.weather.rain:before{
    background-image: url('../images/smartpedia/cuaca/rain2.png');
    -webkit-animation-duration: 2s;
    animation-duration:2s;
	animation-delay:1.5s;
}

.weather.rain:after {
    background-image: url('../images/smartpedia/cuaca/rain3.png');
    -webkit-animation-duration: 2.5s;
    animation-duration:2.5s;
	animation-delay:1.5s;
}

@media (max-width: 747px) {
	.weather.rain:before{
		background-image: url('../images/smartpedia/cuaca/rain2x.png');
	}

	.weather.rain:after {
		background-image: url('../images/smartpedia/cuaca/rain3x.png');
	}
}


/* animation keyframes */
@-webkit-keyframes weather {
    from { background-position: 0 0px; }
    to { background-position: 0 1024px; }
}
@keyframes weather {
    from { background-position: 0 0px; }
    to { background-position: 0 1024px; }
}
@-webkit-keyframes weather2 {
    from { background-position: 64px 64px; }
    to { background-position: 64px 1088px; }
}
@keyframes weather2 {
    from { background-position: 64px 64px; }
    to { background-position: 64px 1088px; }
}


/* Lightning Animation */
.flashit{
	-webkit-animation: flash ease-out 4s infinite;
	-moz-animation: flash ease-out 4s infinite;
	animation: flash ease-out 4s infinite;
	animation-duration: 4s;
	animation-delay: 0.5s;
}

@-webkit-keyframes flash {
	from { opacity: 0; } 
	80% { opacity: 0; }
	81% { opacity: 1; }
	82% { opacity: 1; }
	83% { opacity: 0.8; }
	84% { opacity: 0.2; }
	85% { opacity: 0.6; }
	86% { opacity: 0.3; } 
	87% { opacity: 0.7; } 
	88% { opacity: 1; } 
	89% { opacity: 1; }
	90% { opacity: 0; }
	91% { opacity: 1; }
	92% { opacity: 1; }
	93% { opacity: 0.8; }
	94% { opacity: 0.2; }
	95% { opacity: 0.6; }
	96% { opacity: 0.3; } 
	97% { opacity: 0.7; } 
	98% { opacity: 1; } 
	99% { opacity: 1; } 
	to { opacity: 0; }
}

@keyframes flash {
	from { opacity: 0; } 
	80% { opacity: 0; }
	81% { opacity: 1; }
	82% { opacity: 1; }
	83% { opacity: 0.8; }
	84% { opacity: 0.2; }
	85% { opacity: 0.6; }
	86% { opacity: 0.3; } 
	87% { opacity: 0.7; } 
	88% { opacity: 1; } 
	89% { opacity: 1; }
	90% { opacity: 0; }
	91% { opacity: 1; }
	92% { opacity: 1; }
	93% { opacity: 0.8; }
	94% { opacity: 0.2; }
	95% { opacity: 0.6; }
	96% { opacity: 0.3; } 
	97% { opacity: 0.7; } 
	98% { opacity: 1; } 
	99% { opacity: 1; } 
	to { opacity: 0; }
}

/* Tada Animation */
@-webkit-keyframes tada {
	0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
