/*------------------------------------VARIABLES-----------------------------------------*/

:root{

	--wWhite:#ffffff;
	--wOffWhite01:#fff6e8;

	--wLtGrey:#ECECEC;
	--wMidGrey:#B6B8AF;
	--wDrkGrey:#808080;
	--wBlack:#000000;
	--wGreen:#9BFF04;

}


/*------------------------------------general-----------------------------------------*/
body, html{
	margin:0;
	padding:0;
	overflow-x: hidden;
	background-color: var(--wBlack);
}	

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

h1, h2, h3, h4, h5, h6, p, a{
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
}


ul {
    list-style-type: none;
}

li{
	text-decoration: none;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}


/*------------------------------------GLOBALS-----------------------------------------*/

.pageSection1{
	position:relative;
	width:100vw;
	height: 100vh;
	/*min-height:900px;*/
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	/*display: flex;*/
}

.pageSection2{
	position:relative;
	width:100vw;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
}

.img_wrpr,
.vid_wrpr{
	position:relative;
	width:100%;
	height: 100%;
	overflow: hidden;
}

.fitIMG,
.fitVid{
	position:relative;
	width:100%;
	height:100%;
	margin: 0% 0 0 0;
	object-fit: cover;
    object-position: center center;
}

.sq{
	aspect-ratio: 1/1;
}

/*------------------------------------fonts-----------------------------------------*/

@font-face{
    font-family:"ginto";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/ABCGintoNord-Medium.woff) format('woff');
}


@font-face{
    font-family:"sith";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/SithProphecy-xPwV.ttf) format('truetype');
}


.bodyCopy01{
	font-family: "roobert_reg";
	font-size: 1rem;
	line-height: 1rem;
	color: var(--black);
}

.mono{
	font-family:"GeistMono";
	font-weight: 400;
}


/*------------------------------------ANIMS-----------------------------------------*/

@keyframes bounce1 {	
	0%{transform:translateY(0);}
	50%{transform:translateY(15px);}
	100%{transform:translateY(0px);}	
}



/*------------------------------------INITS----------------------------------------*/

.o0{
	opacity: 0;
}


/*------------------------------------ENTRY-----------------------------------------*/

#hpEntrySection{
	background-color:var(--wBlack);
	overflow: hidden;
}

.mainCon{
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.bgCon{
	position:absolute;
	width:120%;
	height:102%;
	top: -1%;
	left: -10%;
/*    box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 1);*/
}

.curtainVid,
.worldVid{
	position:absolute;
	top: 0;
	left: 0;
}


/*.vidFrame{
	pos
}*/

/*.vid_wrpr {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.vid_wrpr iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
*/
#curtainVid-01{
/*	mix-blend-mode: ;*/
	opacity: 0;
}

#curtainVid-02{
/*	mix-blend-mode: exclusion;*/
	opacity: 0.88;
}

.worldIMG{
	position: absolute;
	opacity: 0;
	transform: scale(1.33);
	filter: blur(20px);
}

/*#worldIMG-01{
	opacity: 1;
	transform: scale(1);
	filter: blur(0px);
}*/

.vignette{
	position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 1);
}

.titleSect{
	position: relative;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.titleCon{
	position:relative;
	width:fit-content;
	height:fit-content;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.titleIMG{
	position: relative;
    width:75vw;
    height: auto;
    margin: auto;
/*    opacity: 0;*/
}


.trustTitle{
	font-family: "ginto";
    font-size: 2vw;
    letter-spacing: 0.6em;
    margin: 1vw 0 0 0;
    color: #FFC6A2;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
    mix-blend-mode: soft-light;
    opacity: 0.88;
}

.sithTitle{
	font-family:"sith";
	font-size:1vw;
	position:absolute;
	width:fit-content;
	bottom:10vw;
	left:0;
	right:0;
	margin:auto;
	color: #950000;
}

.hudCon{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	pointer-events: none;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	mix-blend-mode: difference;
}

.hudRow{
	position:relative;
	padding: 3vw;
	display:flex;
	justify-content:space-between;
}

.hudIMG{
	position:relative;
	width:8vw;
	mix-blend-mode: difference;
    opacity: 0.8;
}

.tempDisable{
	pointer-events: none;
	opacity: 0.33;
}

/*-----------------------------------FOOTER-----------------------------------------*/

.footerMain{
	position:relative;
	overflow: hidden;
}




