/* ----------------------------------
        SHOWCASE STYLES
---------------------------------- */
:root {
    --default-width: calc(100% - 10vw);
}

* {
    margin: 0;
    padding: 0;
}

.wrapper {
    position: relative;
    margin-inline: auto;
    padding-block: 5.3125em;
    box-sizing: border-box;
}

/* Font Styles ------------------------- */

.red {color: #8c0000;}
.blue {color: #0171c5;}
.white {color: #ffffff;}



/* Misc Default Styles ------------------------- */
.nomargin { margin: 0 !important; }
.notopmargin, .nomargintop {margin-top: 0 !important;}
.nobottommargin, .nomarginbottom {margin-bottom: 0 !important;}

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.section {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

.left_half, .right_half {width: 49%;}

.full_img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

/* ----------------------------------
            CUSTOM CODE
---------------------------------- */
#main_inner {
	min-height: 100vh;
	background: #ffffff;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0.125em 0.3125em 0px rgba(0,0,0,0.21);
}

#box_1 .wrapper {
	width: min(740px, var(--default-width));
}

#box_2 {
	width: 100%;
	height: 57.5em;
	background-color: #003156;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
}
#box_2 > .wrapper {
	width: min(850px, var(--default-width));
	padding-top: 9.3125em;
}
#textbox_2 {
    background-color: #ffffff;
    padding: 4.6875em;
    box-shadow: 6.018px 7.986px 20px 0px rgba(0, 0, 0, 0.35);
    height: fit-content;
    position: relative;
    margin: auto;
	text-align:center;
}
#bg_2 {
	width: 100%;
	height: 56.5em;
	background: url(../images/1-BG.jpg) 50% 100% / cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#foreground {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#horizon {
	width: 100%;
	height: 11.0625em;
	background-color: #0071c5;
	position: absolute;
	bottom: 0;
	right: 0;
}
#trees_1 {
    width: 47.0755%;
    height: auto;
    position: absolute;
    bottom: 11.0625em;
    left: -1%;
}
#img_containerR_1 {
	width: 61.6875em;
	height: 80.093%;
	position: absolute;
	bottom: 4.908%;
	right: 1.314%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
#duck_1 {
    width: auto;
    height: 31.908%;
    position: absolute;
    bottom: 7.75em;
    right: 43.0625em;
}
#tent_1 {
    width: auto;
    height: 71.33%;
    position: absolute;
    bottom: 7.75em;
    right: 10.1875em;
}
#hammer_1 {
    width: auto;
    height: 100%;
    position: relative;
}



#box_3 .wrapper {
	width: min(1170px, var(--default-width));
	padding-top: 8.3125em;
    padding-bottom: 8.3125em;
	overflow: hidden; /* for animation */
}

#textbox_3 {
	width: min(935px, 100%);
	margin-inline: auto;
	margin-bottom: min(80px, 8vw);
}
.video-wrapper {
    position: relative;
    width: 100%;
}

video {
    width: 100%;
    height: auto;
    display: block;
}

#bg_box_4 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/End-Screen.jpg) 50% 50% / cover no-repeat;
    z-index: -1;
}

#box_4 .wrapper {
	width: min(850px, var(--default-width));
	margin-block: 190px ;
}
#textbox_4 {
    background-color: #ffffff;
    padding: 4.6875em;
    box-shadow: 6.018px 7.986px 20px 0px rgba(0, 0, 0, 0.35);
    height: fit-content;
    position: relative;
    margin: auto;
}


#box_6 {
	width: 100%;
	height: fit-content;
	background: url(../images/6_footer.jpg) 50% 50% / cover no-repeat;
	align-items: center;
	overflow: hidden;
}

#box_6 > .wrapper {
	width: min(1000px, var(--default-width));
	padding-top: 2.3125em;
    padding-bottom: 2.3125em;
}

#textbox_6 {
	position: relative;
	margin: auto;
	color:#fff;
	display: flex;
	flex-direction:row;
	text-align: left;
	justify-content: center;
	align-items: center;
	gap: 20px min(50px, 8vw);
}

.closing {
	max-width: 670px;
}



/* ----------------------------------
            MEDIA QUERIES
---------------------------------- */

/* SMALLER DESKTOP */
@media only screen and (max-width: 1920px) and (min-width: 1025px) {
	#bg_2 {height: 83.6vh;}
	#horizon {height: 16.389vh;}
	#trees_1 {bottom: 16.389vh;}
	#img_containerR_1 {
		width: 51.8568%;
		height: auto;
		bottom: 16.389vh;
	}
	#duck_1 {
		width: 30.193%;
		height: auto;
		left: 0;
		bottom: 0;
	}
	#tent_1 {
		width: 50.558%;
		height: auto;
		right: 16.515%;
		bottom: 0;
	}
	#hammer_1 {
		width: 18.744%;
		height: auto;
		margin-bottom: -13%;
	}
}


/* TABLET */
@media only screen and (max-width: 1024px) {
	#bg_2 {height: 83.6vh;}
	#horizon {height: 16.389vh;}
	#trees_1 {bottom: 16.389vh;}
	#img_containerR_1 {
		width: 51.8568%;
		height: auto;
		bottom: 16.389vh;
	}
	#duck_1 {
		width: 30.193%;
		height: auto;
		left: 0;
		bottom: 0;
	}
	#tent_1 {
		width: 50.558%;
		height: auto;
		right: 16.515%;
		bottom: 0;
	}
	#hammer_1 {
		width: 18.744%;
		height: auto;
		margin-bottom: -13%;
	}
	#textbox_2 {
		padding: 3.6875em;
	}
	#box_3 .wrapper {
		padding-top: 5.3125em;
		padding-bottom: 5.3125em;
	}
	#box_4 .wrapper {margin: 140px auto;}
	#textbox_4 {
		padding: 3.6875em;
	}
}
		
/* MOBILE */
@media only screen and (max-width: 768px) {
	
	#textbox_2, #textbox_4 {padding: 1.5625em}
	#box_2 {
		height: auto;
		min-height: auto;
	}
	#box_2 .wrapper {padding-block: 135px;}
	#bg_2 {height: 82%;}
	#trees_1, #img_containerR_1 {bottom: 18%;}
	#horizon {height: 18%;}
	
	#box_3 .wrapper {
		padding-top: 3.3125em;
		padding-bottom: 3.3125em;
	}
	
	#box_4 .wrapper {margin: 45px auto;}	
	
	#textbox_6 {
		flex-wrap: wrap;
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	#box_2 {background: #003156 url(../images/Header.jpg) 50% 100% / contain no-repeat;}
	#bg_2, #foreground {display: none;}
	#box_2 .wrapper {padding-block: 60px;}
	#statistics_container {margin-top: 20px;}
	.closing {
		width: 100%;
		max-width: unset;
	}
	#textbox_2, #box_4 {
        text-align: start;
    }
}


