/* //------------------------------------------------------------------------------ */
html {
	overflow-x: hidden;
	background-color: #261e15;
}

/* //------------------------------------------------------------------------------ */
body {
	overflow-x: hidden;
	background: linear-gradient(180deg, #b5c07d 0%, #0c210f 100%);
	margin: 0px;
}

/* //------------------------------------------------------------------------------ */
h2 {
	color: white;
	font-family: "Montserrat";
	font-weight: 500;
	text-align: center;
	font-size: 2em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* //------------------------------------------------------------------------------ */
p {
	color: white;
	font-family: "Montserrat";
	font-weight: 450;
	width: 40%;
	font-size: 1.2em;
}

a {
	color: white;
	font-family: "Montserrat";
	font-weight: 500;
	/* text-decoration: none; */
}

a:visited {
	color: white;
	font-family: "Montserrat";
	font-weight: 500;
	/* text-decoration: none; */
}

/* //------------------------------------------------------------------------------ */
/* //------------------------------------------------------------------------------ */
.cta {
	line-height: 3.5em;
	font-size: 2.5em;
	font-family: "Montserrat";
	font-weight: 600;
	text-decoration: none;
	color: #151a26;
	margin-left: auto;
	scroll-margin-right: auto;
	display: block;
	text-align: center;
	height: 150px;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	border: none;
	background-color: white;
	color: #69a22c !important;
	position: relative;
	animation: deScaleInterior 0.3s;
	/* animation-direction: reverse; */
	animation-fill-mode: forwards;
}

.cta:active {
	color: #a1a1a1;
	transform: scale(0.95, 0.95);
}

.cta:visited {
	text-decoration: none;
	animation: deScaleInterior 0.3s;
}

.cta:hover {
	animation: scaleInterior 0.3s;
	animation-fill-mode: forwards;
}

.cta:hover > .icon-get {
	animation: pushRight 0.1s;
	animation-fill-mode: forwards;
}

.cta:hover > .btn-decoration {
	animation: scaleBorder 0.15s;
	animation-fill-mode: forwards;
}

@keyframes scaleInterior {
	from {
		transform: scale(1, 1);
	}
	to {
		transform: scale(0.98, 0.98);
	}
}

@keyframes deScaleInterior {
	from {
		transform: scale(0.98, 0.98);
	}
	to {
		transform: scale(1, 1);
	}
}

@keyframes pushRight {
	from {
	}
	to {
		transform: translate(30px, 0px);
	}
}

@keyframes pushLeft {
	from {
		transform: translate(30px, 0px);
	}
	to {
	}
}

@keyframes scaleBorder {
	from {
		transform: scale(1, 1);
		bottom: -10px;
		left: -10px;
	}
	to {
		transform: scale(1.02, 1.1);
		bottom: 0px;
		left: 0px;
	}
}

@keyframes returnBorder {
	from {
		transform: scale(1.02, 1.1);
		bottom: 0px;
		left: 0px;
	}
	to {
		transform: scale(1, 1);
		bottom: -10px;
		left: -10px;
	}
}

/* //------------------------------------------------------------------------------ */
.content {
	margin-left: 25%;
	margin-right: 25%;
	position: relative;
}

/* //------------------------------------------------------------------------------ */
.seg-mid {
	position: relative;
}

/* //------------------------------------------------------------------------------ */
.seg-mid-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	/* animation: cloudMove 12s infinite alternate; */
}

/* //------------------------------------------------------------------------------ */
.seg-bottom-credits {
	text-align: center;
}

@keyframes cloudMove {
	from {
		/* transform: translate(0px, 10px); */
	}
	to {
		/* transform: translate(0px, -20px); */
	}
}

/* //------------------------------------------------------------------------------ */
.seg-mid-bg-r {
	position: absolute;
	height: 80%;
	right: 0px;
	bottom: 0px;
	opacity: 0.3;
	animation: cloudMoveR 8s infinite alternate;
	/* z-index: -1; */
}

@keyframes cloudMoveR {
	from {
		opacity: 0.5;

		transform: scale(1, 1);
	}
	to {
		opacity: 0.6;
		transform: scale(1.03, 1);
	}
}

/* //------------------------------------------------------------------------------ */
.seg-mid-bg-l {
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	animation: cloudMoveL 5s infinite alternate;
}

@keyframes cloudMoveL {
	from {
		opacity: 0.9;
		transform: scale(1.03, 1);
	}
	to {
		opacity: 0.5;
		transform: scale(1, 1);
	}
}

/* //------------------------------------------------------------------------------ */
.target {
	position: absolute;
	perspective: 100px;
}

.cruiser {
	top: 120px;
	left: 14vw;
	width: 100px;
	animation: shipMove 4s infinite alternate;
}

.fighter {
	top: 310px;
	left: 20vw;
	width: 60px;
	opacity: 0.75;
	animation: shipMove 5s infinite alternate;
}

.bomber {
	top: 470px;
	left: 18vw;
	width: 50px;
	opacity: 0.6;
	animation: shipMove 6s infinite alternate;
}

.unknown-1 {
	width: 80px;
	top: 170px;
	right: 80px;
	opacity: 0.6;
	animation: shipAppear 12s infinite;
	animation-delay: 1s;
	transform: scale(0, 0);
}

.unknown-2 {
	width: 70px;
	top: 80px;
	right: 50px;
	opacity: 0.4;
	animation: shipAppear 12s infinite;
	animation-delay: 3s;
	transform: scale(0, 0);
}

.unknown-3 {
	width: 60px;
	top: 120px;
	right: 1vw;
	opacity: 0.4;
	animation: shipAppear 18s infinite;
	animation-delay: 2s;
	transform: scale(0, 0);
}

@keyframes shipAppear {
	0% {
		transform: scale(0, 0);
	}
	3% {
		transform: scale(1, 1);
	}
	25% {
		transform: translate(-2vw, -2vw);
	}
	50% {
		transform: translate(-6vw, -2vw);
	}
	97% {
		transform: translate(-8vw, 5vw);
	}
	100% {
		transform: translate(-10vw, 8vw) scale(0, 0);
	}
}

@keyframes shipMove {
	from {
		transform: translate(-5px, 5px);
	}
	to {
		transform: translate(5px, -5px);
	}
}

/* //------------------------------------------------------------------------------ */
/* //------------------------------------------------------------------------------ */
.seg-bottom {
	background: #322e29;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 2;
}

.seg-bottom-content {
	margin-top: 4em;
	margin-bottom: 4em;
}

/* //------------------------------------------------------------------------------ */
.right {
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	width: 60%;
	margin-bottom: 0px;
	padding-bottom: 5em;
}

/* //------------------------------------------------------------------------------ */
.middle {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	/* padding-top: 25px; */
	/* padding-bottom: 15px; */
	padding-bottom: 0.5em;
}

/* //------------------------------------------------------------------------------ */
.mid-p {
	width: 100%;
	padding-bottom: 0.5em;
	margin-bottom: 0px;
}

.quoteText {
	font-size: 25px;
}

.quote {
	width: 95%;
	align-items: end;
	margin-block-start: -0.2em;
	text-align: right;
	padding-right: 30px;
}

.quoteSpace {
	height: 30px;
}

.quoteBox {
	position: relative;
	margin-left: 25%;
	margin-right: 25%;
	/* width: 60%; */
	margin-bottom: 0px;
	padding-bottom: 5em;
}

/* //------------------------------------------------------------------------------ */
.mid-p-space {
	height: 30px;
}

/* //------------------------------------------------------------------------------ */
.character {
	position: absolute;
	bottom: 0;
	left: -500px;
	width: auto;
	height: 580px;
}

/* //------------------------------------------------------------------------------ */
.btn-decoration {
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	outline-color: white;
	outline-style: solid;
	pointer-events: none;
	animation: returnBorder 0.3s;
	animation-fill-mode: forwards;
}

/* //------------------------------------------------------------------------------ */
.mainTitle {
	font-family: "Montserrat";
    font-weight: 800;
	font-size: 7vw;
	color: #ffffff;
	/* text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.555); */
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	max-width: 100%;
}

/* //------------------------------------------------------------------------------ */
.videoContain {
	width: 100%;
}

/* //------------------------------------------------------------------------------ */
.video {
	top: 0;
	width: 100%;
	height: 80vh;
	object-fit: cover;
	max-height: 736px !important;
}

/* //------------------------------------------------------------------------------ */
.imgContainer {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
}

.imgRow {
	width: auto;
	flex-direction: row;
	display: flex;
}

.img {
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height: 40vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
	pointer-events: all;
	animation: imgNormal 0.15s;
	animation-fill-mode: forwards;
}

.img:hover {
	animation: imgHover 0.25s;
	animation-fill-mode: forwards;
}

@keyframes imgNormal {
	from {
		transform: scale(1.1, 1.1);
	}
	to {
		transform: scale(1, 1);
	}
}

@keyframes imgHover {
	from {
		transform: scale(1, 1);
	}
	to {
		transform: scale(1.1, 1.1);
	}
}

.bottom-space {
	height: 50px;
}


.icon-get {
	height: 30px;
	transform: translate(15px, 0px);
	animation: pushLeft 1.5s;
	animation-fill-mode: forwards;
}

/*---------------------------------------------------
// fonts */
/* You can add global styles to this file, and also import other style files */
@font-face {
	font-family: "bowlby_one_scregular";
	src: url("./assets/fonts/bowlbyonesc-regular-webfont.woff2") format("woff2"),
		url("./assets/fonts/bowlbyonesc-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/*---------------------------------------------------
// Responsive: Mobile */
/* You can add global styles to this file, and also import other style files */
@media only screen and (max-width: 768px) {
	h2 {
		font-size: 1.5em;
	}

	.cta {
		height: 80px;
		font-size: 1.5em;
	}

	p {
		font-weight: 400;
	}

	.mid-p {
		text-shadow: 0px 0px 20px #ffa242;
	}

	.icon-get {
		height: 20px;
	}

	.btn-decoration {
		width: 98%;
		left: -3px;
		bottom: -5px;
	}

	.right {
		width: 100%;
		padding-bottom: 350px;
	}

	.content {
		margin-left: 10px;
		margin-right: 10px;
	}

	.mainTitle {
		font-size: 3em;
	}

	.character {
		width: 300px;
		height: auto;
		left: -70px;
	}

	.img {
		display: none;
	}

	.slideshow-container {
		display: block !important;
		max-width: 580px;
		position: relative;
		margin: auto;
	}

	.dot-container {
		text-align: center;
		display: block !important;
	}

	/* //------------------------------------------------------------------------------ */
	.seg-mid-bg-l {
		display: none;
	}

	.cruiser {
		top: initial;
		left: initial;
		bottom: 120px;
		right: 3vw;
	}

	.fighter {
		top: initial;
		left: initial;
		bottom: 240px;
		right: 10vw;
	}

	.bomber {
		top: initial;
		left: initial;
		bottom: 300px;
		right: 22vw;
	}

	.unknown-1 {
		display: none;
	}

	.unknown-2 {
		display: none;
	}

	.unknown-3 {
		display: none;
	}
}

/*---------------------------------------------------
// Responsive: Tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	h2 {
		font-size: 2em;
	}

	.cta {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 60%;
		height: 80px;
		font-size: 1.5em !important;
	}

	.mainTitle {
		font-size: 5em;
	}

	.right {
		width: 40%;
		margin-right: 20%;
		padding-bottom: 0px;
	}

	.icon-get {
		height: 20px;
	}

	.middle {
		width: 60%;
	}

	.content {
		margin-left: 10px;
		margin-right: 10px;
	}

	.character {
		width: 500px;
		height: auto;
		/* left: -420; */
	}

	/* //------------------------------------------------------------------------------ */

	.cruiser {
		top: 120px;
		left: 3vw;
	}

	.fighter {
		top: 240px;
		left: 10vw;
	}

	.bomber {
		top: 300px;
		left: 4vw;
	}

	.unknown-1 {
		top: 170px;
		right: 10px;
	}

	.unknown-2 {
		top: 80px;
		right: 15px;
	}

	.unknown-3 {
		top: 120px;
		right: 1vw;
	}
}


/*---------------------------------------------------*/
/*--------------------SLIDESHOW----------------------*/

/* Slideshow container */
.slideshow-container {
	display: none;
}

.image-container {
	width: 100%;
	object-fit: contain;
	max-height: 736px !important;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev,
.next {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot-container {
	text-align: center;
	display: none;
}

.active,
.dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}

@keyframes fade {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 1;
	}
}
