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

:root{

	--ccWhite:#ffffff;
	--ccRed:#f30;
	--ccRed-066:rgba(255, 51, 0, 0.66);
	--ccMagenta: #dd30d7;
	--ccGreen:#78fb4c;
	--ccBlue: #0400f5;
    --ccGray: #131313;
    --ccBrown: #3b1606;
	--ccBlack:#101010;

	--uniP:5vw;
	--uniP_sm1:2.5vw;
	--uniP_sm2:1vw;
	--uniP_lg1:8vw;
	--uniP_lg2:10vw;



}


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

*{
	margin:0;
	padding:0;
	border:0;
	box-sizing: border-box;
}

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

.bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.mainCon,
.sectCon{
	position:relative;
}

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

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

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

/*.ADOBEFONTS{
	font-family: roc-grotesk,sans-serif;
	font-weight: 600;
	font-style: normal;
}*/

.title,
.subtTitle,
.blockText01,
.brit{
	font-family:"brit_vf";
	font-weight: 400;
	line-height: 1.4em;
	/*text-transform: uppercase;*/
/*	letter-spacing: -0.12rem;*/
	position:relative;
	-webkit-font-smoothing: antialiased;
}

.ave{
	font-family: "ave_mono";
	position:relative;
/*	letter-spacing: -0.12rem;*/
	-webkit-font-smoothing: antialiased;
}


.bc01{
	font-family: "ave_mono";
    font-size: 0.8rem;
    line-height: 1.66em;
	color: var(--black);
}


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

.o0{
	opacity: 0;
}



/*------------------------------------NAV-----------------------------------------*/

.overlayCon {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    opacity: 0.8;
    mix-blend-mode: color-dodge;
    z-index: 100;
}


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

#hpEntrySection{
	background-color:var(--ccBlack);
}


#hpEntrySection .entryMain,
#hpEntrySection .entryCon{
	height:100vh;
}

#hpEntrySection .fitVid{
	object-position: 25% 0%;
}

.deskCon{
	position:relative;
	width:100%;
	height:100%;
}

.mobCon{
	position: relative;
	width:100%;
	height:100%;
	display: none;
}

.heroBG{
	object-position: top left;
}

.mVid{
	position:relative;
	object-position: 0% 50%;
}

.gif_wrpr{
	position: absolute;
    width: 29.3vw;
    height: auto;
    aspect-ratio: 11 / 12;
    top: 16.8%;
    left: 2.2%;
    perspective: 210vw;
    opacity: 1;
}

.gifMain{
	position: relative;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 40% 30%, rgba(255, 51, 0, 0.33), rgba(255, 51, 0, 0.88));
    transform: rotateY(-35deg);
    transform-origin: right;
    border: 1px solid var(--ccRed);
    opacity: 0.88;
	cursor: pointer;
}

.gifIMG{
	position: relative;
    width: 100%;
    height: 100%;
	transform: rotateY(-180deg);
	mix-blend-mode: plus-lighter;
}

.cZone{
	position:relative;
	display: none;
}

.sb{
	position:absolute;
	width:15px;
	height:auto;
	margin: auto;
	mix-blend-mode: color-dodge;
	filter: blur(0.66px);
}

#sb-tl{
	top: -1.5%;
    left: -1.8%;
}

#sb-tr{
	top: -1.5%;
	right: -1.8%;
}

#sb-bl{
	bottom: -1.5%;
	left: -1.8%;
}

#sb-br{
	bottom: -1.5%;
	right: -1.8%;
}


/*--------------TOP----------------*/

.topCon{
	position:absolute;
	width:100%;
	height:fit-content;
	padding: var(--uniP_sm1);
	display:flex;
	justify-content:space-between;
	z-index: 1;
}

.topCon .sectCol{
	position:relative;
	display:flex;
	align-items: center;
	gap: 1vw;
}

.volBtnCon{
	position:relative;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid var(--ccRed);
	display:flex;
	align-items: center;
	gap: 10px;
	box-shadow: inset 0 0 14px 7px var(--ccRed-066);
	cursor: pointer;
}

.volText{
	text-transform: uppercase;
}

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

#volIcon-off{
	position:relative;
	width:20px;
	height: auto;
}

#volIcon-on{
	position:absolute;
	width:100%;
	height: auto;
	opacity: 0;
}

.volDesText{
	font-size:0.5rem;
	letter-spacing: 0.1em;
    color: var(--ccRed);
	text-transform: uppercase;
}

.volBtnCon:hover{
	/*background-color: var(--ccBlue);*/
	box-shadow: inset 0 0 14px 7px var(--ccBlue);
}

.clcText{
	font-size:0.8vw;
	font-weight: 100;
	line-height: 1em;
	letter-spacing: 0.15em;
	margin: 1% 0 0 0;
	color: var(--ccRed-066);
}

.ccDash{
	position:relative;
	width:var(--uniP_sm1);
	border-bottom: 1px solid var(--ccRed);
}

.ccLogo{
	position: relative;
	width:9vw;
}


/*--------------BOTTOM---------------*/

.bttmCon{
	position:absolute;
	width:100%;
	bottom: 0;
}

.bttmNav{
	position:relative;
	width:100%;
	padding: var(--uniP_sm1);
}

.bttmCon .subRow{
	width:50%;
	margin: 0 0 0 auto;
	display:flex;
	justify-content: space-between;
}

.linksCon{
	position:relative;
	display:flex;
	gap: 1vw;
}

.ftLink, .ftText{
	font-size: 0.6rem;
    letter-spacing: 0.1em;
    color: var(--ccRed);
}

.ftLink:hover{
	color: #1EFF01;
}

.colorBar{
	position:relative;
	height:4px;
	bottom: -1px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 2fr 2fr;
}

.colorCol{
	position:relative;
	width:100%;
	height:100%;
}

#colorCol-01{
	background-color:#F101DE;
}

#colorCol-02{
	background-color:#F9EE09;
}

#colorCol-03{
	background-color:#1EFF01;
}

#colorCol-04{
	background-color:#01FFFF;
}

#colorCol-05{
	background-color:#411303;
}

#colorCol-06{
	background-color:#FF3300;
}



/*-----------------------------------PP-----------------------------------------*/
/*-----------------------------------PP-----------------------------------------*/
/*-----------------------------------PP-----------------------------------------*/

#privPolSection{
	padding: var(--uniP);
	background-color:var(--ccBrown);
}

#privPolPage h1, 
#privPolPage h2, 
#privPolPage h3, 
#privPolPage h4, 
#privPolPage h5, 
#privPolPage h6, 
#privPolPage p, 
#privPolPage li, 
#privPolPage a{
	font-family:'ave_mono';
	color: var(--ccRed);
}

.backText{
	font-size:2rem;
}

.ppTitle{
	font-size:5vw;
}

.ppBlock{
	position:relative;
	margin: 30px 0 60px 0;
}

#privPolPage p{
	font-size:1rem;
}











