/* CSS Document */
body{
	background: rgb(116,210,210);
	background: -webkit-linear-gradient(rgba(116,210,210,1) 0%, rgba(143,235,234,1) 100%);
	background: -o-linear-gradient(rgba(116,210,210,1) 0%, rgba(143,235,234,1) 100%);
	background: linear-gradient(rgba(116,210,210,1) 0%, rgba(143,235,234,1) 100%); 
	position: relative;
}

img{
	max-width:100%;
	height:auto;
}

body, .stage{
	height: 100dvh;
}


.font{
  font-size: calc(1vw + 1vh + .625vmin);
}


.navbar{
	font-family: 'bouncyblack_personal_use_only', sans-serif;
	font-size:1.125rem;
	position:absolute;
	right:1rem;
	z-index:300;
	padding: 0;
	line-height: 23px;
	top:70px;
	
}

.navbar button{
	background-image: url("../images/drop-back.png");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	border:none!important;
	outline: none!important;
	box-shadow: 0!important;
	margin-bottom: 0.2rem;
	color:#f2cc42;
	padding: 0.5rem 1rem;
	font-size:1.8rem;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.navbar ul{
	padding:1rem 0rem 1rem 3rem;
	background-image: url("../images/drop-back.png");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}

.navbar li{
	text-shadow: 1px 1px 3px rgba(111,52,34,1);
}

/*.navbar li.active a{
	color:#F79736;
}
*/
.navbar a{
	color:#f5b03c;
	letter-spacing: 1px;
	/*background: #F79736;
	background: -webkit-linear-gradient(to bottom, #F79736 0%, #F2CC42 100%);
	background: -moz-linear-gradient(to bottom, #F79736 0%, #F2CC42 100%);
	background: linear-gradient(to bottom, #F79736 0%, #F2CC42 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	
}

.navbar a:hover, .nav-link:focus{
	color:#F79736;
}

.stage{
	background-image:url("../images/bamboo_stage_top.png");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.sign{
	position: absolute;
	top:-5px;
	left: 50%;
  	transform: translateX(-50%);
	width:50%;
	z-index: 50;
}


.buddies{
	position:absolute;
	bottom:80px;
	left: 50%;
  	transform: translateX(-50%);
	width:100%;
	z-index: 100;
	
}

.buddies.monkey{
	width:53%;
	left: auto;
	right:0;
  	transform: translateX(0%);
}

.buddies.olifant{
	width:56%;
	left: 0%;
  	transform: translateX(0%);
}

.field{
	display: block;
	height:100%;
	width:100%;
	position: absolute;
	left:0;
	bottom: 0;
	overflow: hidden;
	z-index:12;
}

.field-inner{
	display: block;
	background: rgba(120,174,67,1.00);
	height:40%;
	width:120%;
	position: absolute;
	left: 50%;
  	transform: translateX(-50%);
	bottom: 0;
}

.field-inner img, .reverse{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.field-inner .road{
	height: 100%; display: block; max-width: none; margin:0 auto;
}

.field-inner .water{
	height: auto; display: block; max-width: 70%; margin:0 0 0 auto;
}

.first-scene .field-inner{
	border-top-left-radius: 50%;
}

.last-scene .field-inner{
	border-top-right-radius: 50%;
}

.second-scene .field-inner{
	display: block;
	width:100%;
	left: 0%;
  	transform: translateX(0);

}

.second-scene .field-inner img{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.grass{
	position: absolute;
	bottom:0;
	left: 50%;
  	transform: translateX(-50%);
	width:100%;
	z-index: 200;
}

.mountains{
	position: absolute;
	bottom:39%;
	width:60%;
	z-index:10;
	/*left: 50%;
  	transform: translateX(-50%);*/
	left:5%;
}

.fp-watermark{
	display: none!important;
}

.left-rope{
	position: absolute;
	width: 28px;
	left: 2rem;
	top: -10px;
	z-index:2;
}

.right-rope{
	position: absolute;
	width: 28px;
	right: 2.5rem;
	top: -10px;
	z-index:2;
}

.hanging-rope{
	position: absolute;
	width: 9px;
	z-index: -1;
	bottom: 100%;
}

.hanging-left{
	left: 6rem;
}

.hanging-right{
	right: 6.5rem;
}


.hanging-left-short{
	left: 2rem;
	bottom: 80%;
	height: 50px;
	overflow: hidden;
}

.hanging-right-short{
	right: 2rem;
	bottom: 90%;
	height: 50px;
	overflow: hidden;
}


.special-btn{
	position: absolute;
	padding: 0.5rem 2rem;
	border-radius: 30px;
	top: 100%;
	right: 36px;
	background-image: url("../images/navigation-pink.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 52px;
	
}

.special-btn a{
	color:#fff;
}

.treasure{
	position: absolute;
    bottom: 20%;
    max-width: 60%;
    width: 100%;
    display: block;
    z-index: 90;
}

.perkament{
	width: 80%;
	max-width: 700px;
	position: absolute;
	top: -100%; 
	left: 50%;
	transform: translate(-50%, 0);
	z-index:1000;
	opacity:0;
	transition: all 0.8s ease-out;
	transition-delay: 0.8s;
}


.tokenomics.active .perkament, .roadmap.active .perkament, .how-to-buy.active .perkament, .about.active .perkament{
	top:50%;
	transform: translate(-50%, -40%);
	opacity: 1;
}

.perkament-innner {
  position: absolute;
  display: flex;
top: 0; left: 0; right:0; bottom:0;
  margin: 2em 0;
	padding: 2em;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2), 0 0 200px #c5813c inset;
	background:rgba(255,254,240,0.8);
  /* v2.1 : borders effect with SVG : try to play with scale to change them */
 /* filter: url(#wavy2);*/
  /* v2.2 : Noise added for a vellum paper effect */
  /*background-image: url(data:image/png;base64,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);*/
	z-index:1000;
}

.parchment-content{
	position: relative;
	display: block;
	/* center page with absolute position */
	top: 0; left: 0; right:0; bottom:0;
	z-index:1000;
	margin: 2em 0;
	padding: 2rem 1rem;
	color: #404040;
	
}

.parchment-content:focus{
	border:5px solid #ff0066;
}

.perkament-innner .parchment-content{
}

.parchment-content .copy{
	height:auto;
	max-height:300px;
	padding:1rem 1rem;
	overflow-y: auto; 
	scrollbar-color: #7d4528 rgba(255,255,255,0.05);
  	scrollbar-width: thin;
}

.parchment-content .copy ul{
	padding-left:1.2rem;
}

.parchment-content h2, .parchment-content h3{
	font-family: 'bouncyblack_personal_use_only', sans-serif;
	letter-spacing: 1px;
}

.parchment-content h2{
	padding-left:1rem;
}

.complete{
	display: block;
	margin-left:-19px;
}

.complete i{
	color:rgba(120,174,67,1.00);
}

.complete span{
	text-decoration: line-through;
}

.parchment-content .copy h3 span{
	font-family: 'cooper_blackregular', sans-serif;
	font-size:2rem;
}

@media (min-width: 900px) {
	
	.perkament{
		transition-delay: 1.2s;
	}
	
	.perkament-innner {
	background:rgba(255,254,240,1);
	}
	.tokenomics.active .perkament, .roadmap.active .perkament, .how-to-buy.active .perkament, .about.active .perkament{
		transform: translate(-50%, -50%);
	}

	
	.parchment-content h2{
	padding-left:2rem;
}
	
	.parchment-content{
		padding: 2rem 2rem;
	}
	
	.parchment-content .copy{
		max-height:500px;
		padding:1rem 2rem;
	}

	
	.special-btn{
		top: 140%;
		right: 330px;
	}
	
	.stage{
		background-size: 100% 50%;
	}
	
	.sign{
		top:-60px;
		width:40%;
		max-width:380px;
		left: 3rem;
  		transform: translateX(0);
	}
	
	.buddies{
		width:80%;
	}
	
	.buddies.monkey{
		width:23%;
		right: 2%;
		left:auto;
	}
	
	.treasure{
		width:30%;
	/*	left: 50%;
		right:auto;
		transform: translateX(-50%);*/
	}
	
	.buddies.olifant{
		width:26%;
		left: 3rem;
  		transform: translateX(0);
		bottom:150px;
	}
	
	body, .stage{
		height: 100vh;
	}
	
	.navbar{
		right:3rem;
		z-index:300;
		top:70px;
		border-radius: 0;
	}
	
	.navbar ul{
		background-image: url("../images/navigation.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% 48px;
		padding: 0rem 4rem 0.5rem;
		line-height: 23px;
		position: relative;
	}
	
	.mountains{

		width:70%;
		z-index:10;
		left: 0%;
		
	}

	
}

@media (max-width: 600px){
	.sign{
		top:-1rem;
		left: 1rem;
		transform: translateX(0);
		width:60%;
	}

}


