
@charset "utf-8";


/* Landing ----------------------------------------------------------------------------------------------------- */


.simulatorbutton{
	z-index: 999;
	width: 200px;
	height: 200px;
	padding: 50px;
	position: absolute;
	top: 65vH;
	right: 2vW;
	border-radius: 50%;
	transform: rotate(15deg);
	background-color: #1a2b45;
	color: white;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.simulatorbutton h3{
	color: white;
	padding: 0;
	margin: 0;
}


.simulatorbutton p{
	color: white;
	padding: 0;
	margin: 0;
}

.first{
	margin-top: 200px;
}

.button_container{
	display: none;
	min-height: calc(100vh - 100px);
	width: 100%;
	z-index: 99;
	flex-flow: column; nowrap;
	justify-content: center;
	align-items: center;
	background-color: black;
	position: absolute;
	padding: 50px;
	top: -100px;
	opacity: 0.5;
}

.video_button{
	background-color: transparent; 
	color:white; 
	border-color:white; 
	font-size:20px;
	width: 200px;
	height: 100px;
	cursor: pointer;

}


.skip_button{
	background-color: transparent; 
	color:white; 
	border-color:white; 
	font-size:20px;
	width: 100px;
	height: 50px;
	cursor: pointer;
	position: relative;
	bottom: 0px;
	right: calc(50% - 50px);
	z-index: 999;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.skip_button.active{
  transform: translateY(0);
  opacity: 1;
}

.kvideo{
	object-fit: cover;
	object-position: center;
	overflow:hidden;
	width:100%;
	max-height: calc(100vH - 80px);
}



.crazy_button.active{
  transform: translateX(0);
  opacity: 1;
}


.description{
	display: none;
	overflow: hidden;
	overflow-y: scroll;
	height: auto;
	max-height: 350px;
}

.description p{
	margin: 0;
}

.description::-webkit-scrollbar {
  display: none;
}

.description.active{
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 50px;
}

.more{
	display: flex;
	font-size: 26px;
	margin-top: 25px;
	text-decoration: underline;
	width:500px;
	background-color: reds;
	font-size: 32px;
	font-family: "semibold";
}


.fixed{
	position: absolute;
	top: calc(100vH + 400px  + 80px);
	z-index: 0;
	left: 15%;
	width: 40%;

}

.fixed2{
	position: absolute;
	top: calc(100vH + 400px  + 80px);
	z-index: 0;
	width: 45%;
	left: 60%;
}

.journeycontainer{
	display: flex;
	flex-flow: column nowrap;

	position: relative;
	height: 90vH;
	justify-content: flex-start;
	align-items: center;

}
.qoutecontainer{
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	height: 90vH;
	justify-content: center;
	align-items: center;
}


.text{
	max-width: none;
	width: 70%;
	margin: auto;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}

.clickreveal{
	z-index: 10;
	position: absolute;
  /* transform: translateX(150px); */
  opacity: 0;
  transition: 3s all ease;
  width: 500px;
  height: 500px;
  top: -250px;
}

.clickreveal.active{
  transform: translateX(0);
  opacity: 1;
}

.qoute_txt_container{
	position: absolute;
	width: 650px;
	height: 650px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
}

.bubble{
	height: 650px;
	width: 650px;
}

.qoute_txt{
	margin-top: 80px;
	font-size: 28px;
	max-width: 300px;
	max-width: 300px;
	font-size: inherit;
	text-align: left;
	font-family: "ItalicF";
	cursor: pointer;
}

.qoute_author{
	height: 50px;
	width: 400px;
	margin: 2px;
	font-size: inherit;
	self-align: right;	
	text-align: right;
	position: relative;
	right: 0;
}

.clickme_sheep{
	display: flex;
	position: absolute;
	align-self: center;
	justify-self: center;
	padding: 20px;
	border-color: #384356;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	z-index: 999;
	border-radius: 5px;
	font-family: "Text";

}


.bubblecontainer{
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-end;
	justify-content: center;
	position: relative;
}

.clickme_sheep:hover{
	border-color: #384356;
	background-color: #384356;
	color: white;
}

.j_button{
	margin-top: 50px;
	width: 320px;
	height: 80px;
	color: #384356;;
	border-color:#384356;
	background-color: white;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 5px;
	font-size: 27px;
	border-style: solid;
	padding: 10px;
	margin-right: 30px;
	font-family: "Font";
	
}

.j_button:hover{
	background-color:#384356 ;
	color: white;
}



.img_j{
	position: relative;
	z-index: 1;
	width: 320px;
	height: auto;
	overflow: hidden;
	object-fit: cover;
	top: 300px;
	left: -350px;
}




@media only screen and (max-width: 1600px) {

.qoute_txt_container{
	width: 500px;
	height: 500px;
	overflow: hidden;
	font-size: 18px;
}

.bubble{
	height: 500px;
	width: 500px;
	position: absolute;
	top: 150px;
}

.img_j{
	width: 250px;
	top: 250px;
	left: -250px;

}

.description{
	max-height: 250px;
}

.qoute_author{
	height: 50px;
	width: 250px;
	margin: 2px;
	font-size: inherit;
	self-align: right;	
	text-align: right;
	position: relative;
}

.j_button{
	width: 250px;
	height: 60px;
	font-size: 24px;

}

.simulatorbutton{
	width: 150px;
	height: 150px;
	top: 480px;

}

.more{
	font-size: 24px;
	margin-top: 10px;
}

.clickreveal{
	z-index: 10;
	position: absolute;
  /* transform: translateX(150px); */
  opacity: 0;
  transition: 3s all ease;
  width: 500px;
  height: 500px;
  top: -300px;
  left: -150px;
}
