/* ----------------------------------
        SHOWCASE STYLES
---------------------------------- */

:root {
    --default-width: calc(100% - 10vw);
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    background: #fff;
}

body {
    overflow-x: hidden;
    color: #000;
	width: 100%;
}

.wrapper {
    width: 63vw;
    max-width: 1700px;
    margin-inline: auto;
    position: relative;
    padding-block: 5.3125em;
    box-sizing: border-box;
}


/* 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;}

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

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


/* NEW VIDEO STYLES */

.video-container {
  position: relative;
  max-width: 1700px;
  width: 100%;
}

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


/* ----------------------------------
          COLORS USED
---------------------------------- */

.red {color: #b71f14;}
.blue {color: #035386;}
.white {color: #ffffff;}
.yellow {color: #b89803;}

.white_bg {background: #fff;}

/* ----------------------------------
        MARK: CUSTOM CODE
---------------------------------- */

* {
    margin: 0px;
    padding: 0px;
}
#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);
}


#textbox_1 {
	width: 68%;
	text-align:center;
	margin:auto;
}

#box_2 {
	width: 100%;
	background: url(../images/1_BG.jpg) 50% 50% / cover no-repeat;
	align-items: center;
	overflow: hidden;
	box-shadow: 6.018px 7.986px 20px 0px rgba(0, 0, 0, 0.35);
}
#box_2 .wrapper {
	display:flex; 
	flex-direction:row;
    width: 100%;
	justify-content:center;
	align-items:center;
}

#textbox_2 {
	width: 50%;
	background-color: #ffffff;
	padding: 75px;
	box-shadow: 6.018px 7.986px 20px 0px rgba(0, 0, 0, 0.35);
	text-align: left;
	height: fit-content;
	position: relative;
	left:-25px;
	margin-top: 50px;
}

#guy_2 {
	width: auto;
	height: 850px;
	position: relative;
	left: 25px;
	z-index: 999;
}

#textbox_3 {
	width: 80%;
	margin: 0 auto;
}

#box_4 .wrapper {padding-top: 0;}

#box_4 > div > div.video-wrapper {margin-top:0;}


#bg_box_5 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/4_BG.jpg) 50% 50% / cover no-repeat;
    z-index: -1;
}
#box_5 .wrapper {
    padding-block: min(300px, 38vw);
}
#textbox_5 {
	width: 60%;
	background-color: #ffffff;
	padding: 75px;
	box-shadow: 6.018px 7.986px 20px 0px rgba(0, 0, 0, 0.35);
	height: fit-content;
	position: relative;
	margin: auto;
}

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

#box_7 > .wrapper {
	padding-top: 2.3125em;
    padding-bottom: 2.3125em;
}

#textbox_7 {
	width: 100%;
	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: 70%;
}



/* Keep these near the bottom to make sure your custom code doesn't accidentally overwrite these classes */
.show_on_HD {display: block;}
.show_on_4K, .show_on_MOB {display: none;}

/* ----------------------------------
        MARK: MEDIA QUERIES
---------------------------------- */
/* SMALLER DESKTOP */
@media only screen and (max-width: 1920px) and (min-width: 1025px) {
    .wrapper {width: calc(1210px + ((0.32 * 100vw) + -610px));} 
}


/* TABLET */
@media only screen and (max-width: 1024px) {
	.wrapper {
		width: 100%;
		padding: 50px;
	}
	#textbox_1, #textbox_3 {width: 100%;}
	#textbox_5 {width: 70%; padding: 50px}
	#textbox_2 {padding: 50px;margin-top: 0;}
	#guy_2 {
        width: auto;
        height: 490px;
        left: 0px;
	}
}

/* MARK: 768 */
/* MOBILE */
@media only screen and (max-width: 768px) {
    .show_on_MOB {display: block;}
    .show_on_HD, .show_on_4K {display: none;}

	.wrapper {padding: 40px;}
	#box_1, #box_3 {
		height: auto;
		min-height: auto;
	}

	#box_1 .wrapper {padding: 135px 50px;}
	#box_2 .wrapper {flex-direction: column!important;}
	#box_2 > div {flex-direction: column;}
	#guy_2 {
        width: min(430px, 100%);
        height: auto;
		margin-left: -5%;
	}
	#textbox_2 {width: 75%; left:0; top:0px; margin-top:-25px;}
	#textbox_3 {width: 80%;}
	#textbox_5 {
		width: 100%;
        padding: 25px;
        box-sizing: border-box;
	}

	#textbox_7 {
		flex-wrap: wrap;
		text-align: center;
	}
}

/* MARK: 600 */
@media only screen and (max-width: 600px) {
	h1 {font-size: 3em;}
	.wrapper {padding: 30px;}
	#box_1 .wrapper {padding: 60px 20px;}
	#guy_1 {left: 60%;}
	#textbox_3 {width: 100%;}
	.closing {
		width: 100%;
		max-width: unset;
	}
	#textbox_5 {
        text-align: start;
    }

}
