/*------------------------------------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:"Cortese-Light";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/Cortese-Light.otf) format('opentype');
}

@font-face{
    font-family:"Cortese-Reg";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/Cortese-Regular.otf) format('opentype');
}


@font-face{
    font-family:"GeistMono";
    font-style:normal;
	font-weight:normal;
    src: url(/fonts/GeistMono-VariableFont_wght.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);
}

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

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

.bgRotator{
	position:relative;
	width:100%;
	height:fit-content;
	display:flex;
	flex-direction:column;
	gap: 10vw;
}

.bgHalfCon{
	position:relative;
	width:140%;
	left:-20%;
/*	height:100%;*/
	min-height: 100vh;
}

.bgHalfCon-01{
	top:-10vw;
}

.bgHalfCon-02{
	top:10vw;
	transform: rotate(180deg);
}

.curtainCon{
	position:absolute;
	width:100%;
	height:100%;
	opacity: 0;
}

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

#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);
}

.titleCon{
	position:relative;
	padding: 3vw;
	display:flex;
	justify-content:center;
	align-items:center;
}

.wzrdLogoSVG,
.tmSVG {
	fill: var(--wOffWhite01);
}

.wzrdLetterSVG{
	stroke-width: 0.5px;
	stroke: var(--wOffWhite01);
	transform-origin: 8% 22%;
}  

/*.titleCon:hover .wzrdLogoSVG{
	fill: rgba(0,0,0,0.0);
}*/

.orbIMG{
	position: absolute;
    width: 16vw;
    height: auto;
    margin: auto;
/*    opacity: 0;*/
}

#orbIMG-upper{
	 position:absolute;
	 top:0;
	 bottom:0;
	 right:-20%;
}

#orbIMG-lower{
	top: -5.5vw;
	left: -7.3vw;
}

.fgCon{
	position:relative;
	width:100%;
	height:auto;
}

.groundMain{
	position:relative;
	width:100%;
	height:35vw;
	bottom: -50%;
}

.groundCon_wrpr{
	position:absolute;
	width:100%;
	height:100%;
}

.groundCon{
	position:absolute;
	width:120%;
	height:100%;
}

.groundCon-01{
	right: 54%;
    bottom: -3%;
    transform: rotate(180deg);
}

.groundCon-02{
    left: 33%;
}

.groundIMG{
	position:absolute;
}

.groundPiece-01{
	position:absolute;
	width:84%;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}

.groundPiece-02{
	position: absolute;
    width: 45%;
    margin: auto;
    transform-origin: right;
}

.groundCon-01 .groundPiece-02{
    right: 44%;
    bottom: 5%;

}

.groundCon-02 .groundPiece-02{
    right: 35%;
    bottom: 0%;

}


.fgIMG{
	position:absolute;
}

#fgIMG-left{
	width:42vw;
	left: 0;
	bottom: 0;
}

#fgIMG-cntr{
	width:70vw;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

#fgIMG-right{
	width:42vw;
	right: 0;
	bottom: 0;
}

.fgGlow{
	position: absolute;
    width: 80%;
    height: 80%;
    top: 20%;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ec9535;
    mix-blend-mode: soft-light;
    filter: blur(31px);
    opacity: 0.33;
    /* opacity: 0; */
    border-radius: 50%;
}

.wizardCon{
	position:absolute;
	width:fit-content;
	height: fit-content;
	position:absolute;
	bottom:6vw;
	left:0;
	right:0;
	margin:auto;
}

.wizardConBG{
	position:absolute;
	width:10%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-color:var(--wOffWhite01);
	filter: blur(10px);
	transform-origin: bottom;
	display: none;
}

#wizardIMG{
	position:relative;
	width:auto;
	height: 22vw;
	transform-origin: bottom;
/*	opacity: 0;*/
}



.title{
	font-family:"Cortese-Light";
	font-size:1.88vw;
	position:absolute;
	width:fit-content;
	bottom:2.33vw;
	left:0;
	right:0;
	margin:auto;
	color: var(--wOffWhite01);

}

.traverseBtn{
	position:absolute;
	width: fit-content;
	height:fit-content;
	padding: 10px 20px;
	border: 1px solid var(--wOffWhite01);
	border-radius: 10em;
	cursor: pointer;
}

#traverseBtn{
	bottom: 2vw;
	right: 2vw;
}

#audioBtn{
	bottom: 2vw;
	left: 2vw;
	display: none;
}

.travText{
	font-size:0.8rem;
	line-height: 1em;
	color: var(--wOffWhite01);
}

.traverseBtn:hover{
	background-color: var(--wOffWhite01);
}

.traverseBtn:hover .travText{
	color: var(--wBlack);
}

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

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

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




