@font-face {
    font-family: Natural Mono Regular;
    src: url('.//NaturalMonoRegular.ttf');
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
    cursor: none;
    user-select: none;
	color: rgb(255,255,255);
    font-family: Natural Mono Regular;
    background-color: rgb(25,25,25);
	overflow: hidden;
}

.logo-preview{
	position: absolute;
	top: 150px;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	
	width: 100%;
	height: 100%;
}
#logoImgP{
	transition: all 0.7s ease 0s;
	height: 512px;
}

#content{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.6s ease 0s;
}

/* MENU */
.main-menu{
	position: absolute;
	top: 100px;
	left: 50px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
.item-menu{
	text-transform: uppercase;
	font-size: 36pt;
	padding: 15px 0px;
	text-shadow: 0px 0px 15px black, 0px 0px 15px black;
	transition: all 0.5s ease 0s;
}
.item-menu:hover{
	text-shadow: 0px 0px 35px black, 0px 0px 35px black;
	padding-left: 10px;
	color: rgb(20,190,190);
}
.item-menu[data-active="1"] {
	text-shadow: 0px 0px 35px black, 0px 0px 35px black;
	padding-left: 10px;
	color: rgb(0,255,255);
}

/* PAGE */
#contentPage{
	position: absolute;
	right: -80%;
	
	width: 80%;
	height: 100%;
	transition: all 1s ease 0s;
	overflow: hidden;
    background-color: rgba(25,25,25, .90);
}
.item-page{
	display: flex;
	flex-direction: column;
	
	height: calc(100% - 170px);
	width: 100%;	
}
#headPage{
	font-size: 36px;
	line-height: 100px;
	padding-left: 20px;
	text-transform: uppercase;
}
.footer-page{
	display: flex;
	justify-content: center;
	align-content: center;
	
	font-size: 28px;
	line-height: 70px;
	padding-left: 20px;
	text-transform: uppercase;
}
/* news */
.item-news{
	display: flex;
	
	border-left: 2px solid rgba(0,255,255,.4);
	width: calc(100%-2px);
    background-color: rgb(23,23,23);
}
#newsImg{
	height: 250px;
	border-right: 2px solid rgba(0,255,255,.4);
	border-top: 2px solid rgba(0,255,255,.4);
	border-bottom: 2px solid rgba(0,255,255,.4);
}
.news-info{
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 70px;
	width: 100%;
}
.news-head{
	display: flex;
	flex-direction: row;
	align-content: center;
	padding-bottom: 15px;
}
.news-head-title{
	font-size: 23px;
	width: 50%;
    color: rgba(0,255,255,0.8);
}
.news-head-data{
	font-size: 20px;
	width: 50%;
	text-align: right;
    color: rgba(0,255,255,0.8);
}
.news-text{
	user-select: text;
	padding-bottom: 15px;
}

/* RULES */
.item-rules{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.rules-tittle{
	padding: 20px 0px;
	font-size: 24px;
    color: rgba(0,255,255,0.8);
}
.rules-text{
	user-select: text;
	font-size: 19px;
	line-height: 23px;
}

/* CONTACT */
.item-contact{
	display: flex;
	flex-direction: row;
	
	overflow: hidden;
	width: 100%;
	height: 200px;
    background-color: rgb(23,23,23);
}
.contact-avatar{
	border-radius: 10%;
	width: 200px;
	height: 200px;
	opacity: 0.8;
	transition: all 0.4s ease 0s;
}
.contact-avatar:hover{
	opacity: 1;
}
.contact-info{
	padding: 0px 23px;
	height: 100%;
}
.contact-name{
	user-select: text;
	font-size: 32px;
    color: rgba(0,255,255,0.8);
}
.contact-place{
	font-size: 24px;
	color: rgb(180,180,180)
}
.contact-description{
	padding-top: 15px;
	font-size: 16pt;
	width: 100%;
	color: rgb(180,180,180)
}

/* CUSTUM SLIDER -CHROME */
.custom-slider{
	overflow-y: scroll;
	padding-left: 30px;
	padding-bottom: 30px;
}
.custom-slider::-webkit-scrollbar {
	width: 4px;
    height: 4px;
}
.custom-slider::-webkit-scrollbar-thumb { /* 5 - ползунок */
    background-color: rgba(0,255,255,.6);
	border-radius: 12px;
}

/* VIDEO */
#videoOverlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	box-sizing: border-box;
	transition: all 1s ease 0s;
    background: rgba(20,20,20, 0);
}

.video-background {
	position: fixed;
	top: 0; 
	right: 0; 
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;
	box-sizing: border-box;
	pointer-events: none;
}

.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 16/9) {
	.video-foreground {height: 300%; top: -100%;}
}

@media (max-aspect-ratio: 16/9) {
	.video-foreground {width: 350%; left: -100%;}
}

/* MUSIC BAR */
.music-content{
	display: flex;
	flex-direction: column;
    width: 100%;
}
#audioName{
	font-size: 16px;
	line-height: 30px;
}
.volume-bar{
	display: flex;
	flex-direction: row;
	align-items: center;
    width: 100%;
}
#iconVolume{
    height: 32px;
    width: 32px;
	padding-right: 10px;
}
input[type=range].slider{
    -webkit-appearance: none;
    width: 75%;
    height: 10px;
    cursor: none;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.8);
    background: rgba(255,255,255, .8);
}
input[type=range].slider::-webkit-slider-runnable-track{}
input[type=range].slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 10px;
	border: 1px solid rgb(255,255,255);
    box-shadow: -407px 0 0 400px rgba(0,255,255,.75);
    background-color: rgb(245,245,245);
}
/* LOADING BAR */
.loadbar{
	position: absolute;
	bottom: 0px;
    width: 100%;
    height: 3px;
	box-shadow: 0 0 16px rgba(0,0,0,0.7);
    background: rgb(90,90,90);
}
#progressBar{
    height: 100%;
    width: 80%;
	transition: all 0.1s ease 0s;
	border-top-right-radius: 55px;
    background: linear-gradient(210deg, rgb(0, 255, 255) 0%, rgb(55, 155, 155) 100%);
}
/* cursor */
.mouse-bubbles{
	position: fixed;
	z-index: 99;
	pointer-events: none;
}