@font-face {
  font-family: 'KellySlab';
  src: url('../fonts/KellySlab.ttf');
}

@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat.ttf');
}

@font-face {
  font-family: 'ZillaSlab-Medium';
  src: url('../fonts/ZillaSlab-Medium.ttf');
}

@font-face {
  font-family: 'Carlito';
  src: url('../fonts/Carlito.ttf');
}

@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt.ttf');
}

@font-face {
  font-family: 'Bitter-Light';
  src: url('../fonts/Bitter-Light.ttf');
}

@font-face {
  font-family: 'PTMono';
  src: url('../fonts/PTMono.ttf');
}

@font-face {
  font-family: 'RubikMonoOne-Regular';
  src: url('../fonts/RubikMonoOne-Regular.ttf');
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf');
}

body {
  background: gray url('../images/background-main.jpeg');
  background-attachment: fixed;
  background-position: 0;
  background-size:cover;
  margin: 0;
}

.header-back {
  background: gray url('../textures/metal-bar-2.jpg');
  position: fixed;
  height: 80px;
  width: 100%;
  margin: -100px auto;
  box-shadow: 0 0 10px 1px black;
}

.header-shadow-owerlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 17%);
  position: fixed;
  height: 80px;
  width: 100%;
  margin: 0;
}

.header-buttons {
  padding: 10px;
  margin: 0 auto;
  border-spacing: 30px 4px;
}

.header-button {
  background: gray url('../textures/wood-1.jpg');
  background-size:cover;
  font-family: KellySlab;
  text-align: center;
  color: white;
  font-size: 30px;
  box-shadow: 0 0 6px 2px black;
  height: 50px;
  padding: 0 15px;
  white-space: nowrap;
  margin: 10px;
  border-radius: 10px;
}

.header-button:hover {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url('../textures/wood-1.jpg');
  background-size:cover;
}

.button-icon {
  height: 25px;
}

.header-title {
  background: gray url('../textures/metal-bar-2.jpg');
  height: 25px;
  width: 400px;
  margin: 0 auto;
  box-shadow: 0 0 10px 1px black;
  border-radius: 0px 0px 5px 5px;
  color: white;
  font-family: Caveat;
  text-align: center;
  font-size: 20px
}

.header-title-outer {
  margin: -20px auto;
  width: 100%;
  position: fixed;
  height: 20px;
}

.home-content-outer {
  margin: 100px auto auto auto;
  height: 100%;
  width: 100%;
}

.window-outer {
  height: 500px;
  width: 700px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  margin: 16vh auto;
  border-radius: 7px;
  border: solid rgba(255, 255, 255, 0.4) 1px;
}

.x-buton {
  height: 15px;
  width: 40px;
  background: rgba(255, 0, 0, 0.5);
  border: solid rgba(255, 0, 0, 0.8) 1px;
  margin: -1px 5px auto auto;
  color: white;
  text-align: center;
  font-size: 14px;
  font-family: ZillaSlab-Medium;
}

.max-buton {
  height: 15px;
  width: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: solid rgba(255, 255, 255, 0.8) 1px;
  margin: -17px 47px auto auto;
  color: white;
  text-align: center;
  font-size: 13px;
  font-family: ZillaSlab-Medium;
}

.min-buton {
  height: 15px;
  width: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: solid rgba(255, 255, 255, 0.8) 1px;
  margin: -17px 78px auto auto;
  color: white;
  text-align: center;
  font-size: 13px;
  font-family: ZillaSlab-Medium;
}

.window-title {
  font-family: Prompt;
  font-size: 16px;
  color: white;
  text-shadow: white 0 0 10px;
  margin: 3px auto auto 31px;
  position: absolute;
}

.window-icon {
  height: 17px;
  margin: 6px auto auto 7;
  position: absolute;
}

.window-iner {
  width: 678px;
  height: 458;
  border: solid rgba(180, 180, 180, 1) 2px;
  margin: 12px auto auto 8px;
  background: white;
}

.avatar {
  height: 180px;
  margin: 15px;
  box-shadow: 0 0 5px black;
}

.mini-profile {
  margin: 15px;
  height: 290px;
  width: 210px;
  background: #cccccc;
  border-radius: 4px;
  box-shadow: 0 0 7px black;
  float: left;
}

.message-button {
  background: #00b300;
  box-shadow: 0 0 9px #00b300;
  width: 190px;
  height: 30px;
  margin: 0px auto;
  border-radius: 4px;
  color: white;
  font-family: Carlito;
  font-size: 18px;
  text-align: center;
}

.message-icon {
  height: 18;
  margin: 6px auto auto -54px;
  position: absolute;
}

.message-text {
  margin: 4px auto auto -31px;
  position: absolute;
}

.call-button {
  background: #008cf0;
  box-shadow: 0 0 9px #008cf0;
  width: 190px;
  height: 30px;
  margin: 9px auto;
  border-radius: 4px;
  color: white;
  font-family: Carlito;
  font-size: 18px;
  text-align: center;
}

.call-icon {
  height: 18;
  margin: 6px auto auto -35px;
  position: absolute;
}

.call-text {
  margin: 4px auto auto -12px;
  position: absolute;
}

.bio {
  height: 220px;
  width: 423px;
  margin: 15px 15px 15px 0px;
  background: #cccccc;
  border-radius: 4px;
  box-shadow: 0 0 7px black;
  float: left;
}

.bio-name {
  font-family: ZillaSlab-Medium;
  font-size: 30px;
  color: black;
  margin: 15px auto auto 25px;
}

.bio-bio {
  font-family: Bitter-Light;
  font-size: 16px;
  margin: 0px auto -10px 12px;
}

.bio-param {
  float: left;
  width: 150px;
  height: 30px;
  margin: 15px 10px auto 37px;
}

.bio-param-name {
  font-family: Carlito;
  font-size: 14px;
  color: #65706c;
  text-align: center;
  margin: 10px auto auto auto;
}

.bio-param-string {
  font-family: Carlito;
  font-size: 14px;
  color: black;
  text-align: center;
}

.terminal-outer {
  background: rgba(0, 0, 0, 0.96);
  width: 377px;
  height: 291px;
  position: fixed;
  margin: -244px auto auto 416px;
  border-radius: 6px;
  box-shadow: 0 0 10px black;
}

.terminal-header {
  background: #292929;
  width: 377px;
  height: 50px;
  border-radius: 6px 6px 0 0;
  margin: 0;
}

.terminal-title {
  background: #0f0f0f;
  width: 377px;
  height: 23px;
  border-radius: 6px 6px 0 0;
  margin: 0;
}

.terminal-title-text {
  color: #a8a8a8;
  font-family: Prompt;
  font-size: 15px;
  margin: 1px 10px;
  float: left;
}

.terminal-butons {
  height: 100%;
  width: 66px;
  margin: auto auto auto 229px;
  float: left;
  text-align: right;
}

.terminal-button-green {
  background: #00b300;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 5px 5px 5px 5px;
  float: left;
}

.terminal-button-yellow {
  background: #ffcc00;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 5px 5px 5px 5px;
  float: left;
}

.terminal-button-red {
  background: #ff2e2e;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 5px 5px 5px 5px;
  float: left;
}

.terminal-menu {
  margin: 0 auto;
  border-spacing: 10px 4px;
  text-align: left;
  position: absolute;
}

.terminal-menu-button {
  font-family: Carlito;
  font-size: 16px;
  color: #808080;
  text-align: center;
}

.terminal-text {
  color:#008000;
  text-shadow: #008000 0 0 10px;
  margin: 5px;
  font-family: PTMono;
  font-size: 13px;
  text-align: left;
  width: 97%
}

pre {
  margin: 0;
}

.post {
  height: 143px;
  width: 423px;
  margin: 25px 15px 15px 0px;
  background: #cccccc;
  border-radius: 4px;
  box-shadow: 0 0 7px black;
  float: left;
}

.post-name {
  color: black;
  font-family: Carlito;
  font-size: 18px;
  text-align: left;
  margin: 8px 17px;
}

.post-time {
  color: #65706c;
  font-family: Carlito;
  font-size: 13px;
  text-align: left;
  margin: -12px auto auto 15px;
}

.post-text {
  color: black;
  font-family: Carlito;
  font-size: 15px;
  text-align: left;
  margin: 4px auto auto 15px;
}

.telegram-button {
  position: absolute;
  background: #00bfff;
  box-shadow: 0 0 9px #008cf0;
  width: 170px;
  height: 35px;
  margin: 320px auto auto 33px;
  border-radius: 4px;
  color: white;
  font-family: 1Carlito;
  font-size: 18px;
  text-align: center;
}

.telegram-icon {
  height: 18;
  margin: 8px auto auto -67px;
  position: absolute;
}

.telegram-text {
  margin: 6px auto auto 40px;
  position: absolute;
}

.telegram-button:hover {
  background: #75c1ff;
}

.telegram-button2 {
  position: absolute;
  background: #00bfff;
  box-shadow: 0 0 9px #008cf0;
  width: 170px;
  height: 35px;
  margin: 366px auto auto 33px;
  border-radius: 4px;
  color: white;
  font-family: Carlito;
  font-size: 18px;
  text-align: center
}

.telegram-button2:hover {
  background: #75c1ff;
}

.discord-button {
  position: absolute;
  background: #7289d9;
  box-shadow: 0 0 9px #8972d9;
  width: 170px;
  height: 35px;
  margin: 412px auto auto 33px;
  border-radius: 4px;
  color: white;
  font-family: Carlito;
  font-size: 18px;
  text-align: center;
}

.discord-button:hover {
  background: #a0aacd;
}

.main-block {
  background: gray url("../textures/metal-4.png");
  background-size: contain;
  width: 950px;
  height: 78vh;
  position: fixed;
  left: 50%;
  top: 22vh;
  margin-left: -475px;
  border: solid gray 1px;
  border-radius: 15px 15px 0 0;
  box-shadow: inset 0 0 10px -1px white;
  overflow: hidden;
}

.main-block-shadow {
  width: 950px;
  height: 78vh;
  position: fixed;
  left: 50%;
  top: 22vh;
  margin-left: -475px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 15px black;
}

.main-block-title {
  font-family: RubikMonoOne-Regular;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.5);
  background-clip: text;
  margin: 6px auto auto auto;
  text-align: center;
}

.main-block-block {
  margin: 0 auto;
  width: 94%;
  box-shadow: inset 0 0 10px black;
  background: rgba(0, 0, 0, 0.45);
  padding: 5px;
  color: white;
  font-family: Prompt;
  font-size: 18px;
}

.main-block-sep {
  margin: 0 auto;
  height: 45px;
}

.main-block-box {
  height: 100%;
  width: 966px;
  overflow-y: scroll;
  padding-right: 17px;
  box-sizing: content-box;
}

.main-block-footer {
  margin: 0 auto;
  width: 170px;
  border-radius: 20px;
  box-shadow: inset 0 0 10px black;
  background: rgba(0, 0, 0, 0.45);
  padding: 5px;
  color: white;
  font-family: Bitter-Light;
  font-size: 15px;
  text-align: center;
}

.header-link {
  display: block;
  text-decoration: none;
  color: white;
}

.white-block {
  background: white;
  box-shadow: 0 0 15px 1px white;
  width: 800px;
  margin: 100px auto auto auto;
  color: black;
  font-family: Bitter-Light;
  font-size: 15px;
  text-align: left;
  border-radius: 15px;
  padding: 10px;
}

.verify-table {
  width: 790px;
  margin: 20px auto;
  color: white;
  font-family: Prompt;
  font-size: 18px;
  border: 2px solid white;
  border-spacing: 0px 0px;
  box-shadow: 0 0 15px white;
  backdrop-filter: blur(8px);
}

.verify-table-header {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.35);
  padding: 0 0 0 10px;
}

.verify-table-body {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 0 0 10px;
}

.project-box {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}

.project-header-sep {
  margin: 0 auto;
  height: 130px;
}

.project-block-outer {
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(7px);
  margin: 30px auto;
  width: 960px;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
}

.project-block-inner {
  background: white;
  margin: 10px;
  width: 940px;
  box-shadow: 0 0 5px white;
}

.project-image {
  width: 100%;
}

.project-description {
  padding: 7px;
  color: black;
  font-family: Montserrat-Regular;
  font-size: 16px;
}

.project-title-box {
  background: rgba(150, 150, 150, 0.2);
  border: solid 2px rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border-radius: 15px;
  height: 80px;
  width: 250px;
  position: absolute;
  top: 78px;
  left: 345px;
  padding: 5px;
  box-shadow: 0 0 10px black;
}

.project-title-text {
  color: white;
  font-family: KellySlab;
  text-align: center;
  font-size: 35px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 18px;
  text-shadow: 0 0 10px white;
}

.recomendations {
  width: 1000px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  overflow-y: scroll;
  margin: auto auto auto -35px;
}

.recomendations-box {
  overflow: hidden;
  background: gray url("../textures/metal-4.png");
  background-size: contain;
  width: 920px;
  height: 84vh;
  position: fixed;
  left: 50%;
  top: 16vh;
  margin-left: -475px;
  border: solid gray 1px;
  border-radius: 15px 15px 0 0;
  box-shadow: inset 0 0 10px -1px white;
  overflow: hidden;
}

.recomendations-block-sep {
  margin: 0 auto;
  height: 9px;
  width: 100%;
}

.preview {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px black;
  width: 150px;
  height: 192px;
  margin: 9px;
  color: white;
  border: rgba(0, 0, 0, 0) solid 3px;
  text-align: center;
  position: relative;
  font-family: Montserrat-Regular;
  font-size: 14px;
  padding: 3px;
  overflow: hidden;
}

.preview:hover {
  border: white solid 3px;
  text-shadow: 0 0 6px white;
}

.back_preview {
  height: 149.39px;
  width: 150px;
  margin: 5px auto 4px auto;
}

.thumbnail {
  max-height: 100%;
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 5px black;
}

.vidsub {
  background:transparent;
  border:none;
  color:transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pages {
  text-align: center;
  margin: 15px;
}

.page {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px black;
  border: rgba(0, 0, 0, 0) solid 3px;
  font-family: ShantellSans-Regular;
  font-size: 18px;
  color: white;
  width: 35px;
  height: 35px;
  margin: 4px;
}

.page:hover {
  border: white solid 3px;
}

.page_cur {
  border: solid #ffffff 2px;
  font-family: ShantellSans-Regular;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  width: 35px;
  height: 35px;
  margin: 4px;
}

.back_player {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  width: 1000px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
}

.video_title {
  font-family: Comfortaa;
  text-shadow: 0 0 10px white;
  font-size: 22px;
  color: white;
  margin: 20px auto auto 40px;
  text-align: left;
}

.upload_time {
  text-align: left;
  margin: auto auto auto 45px;
  color: white;
  font-size: 15px;
  width: 300px;
}

.description {
  text-align: left;
  margin: 35px auto auto 15px;
  font-size: 16px;
  color: white;
}

.video_player {
  height: 600px;
  width: 430px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px black;
  margin: 20px auto auto 20px;
  float: left;
}

.video-info {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 15px black;
  padding: 7px;
  margin: 20px;
  width: 415px;
}

.back_button {
  margin: 10px auto 10px 0;
  background: rgba(255, 255, 255, 0.3) url('../imos/house.svg') no-repeat 4% 40%;
  backdrop-filter: blur(8px);
  background-size: 19px;
  border-radius: 15px;
  border: none;
  width: 75px;
  height: 30;
  padding: 4px;
  text-align: right;
  font-family: Rubik-regilar;
  font-size: 16px;
  display: none;
}

.header_player {
  margin: 0;
  text-align:left;
  width: 1000px;
  margin: 0 auto;
}

.actions {
  text-align: right;
  position: absolute;
  height: 40px;
  width: 920px;
  margin: 30px auto auto 40px;
  display: none;
}

.download {
  border: 1px solid white;
  background: #00b300 url('../imos/download.svg') no-repeat 5% 50%;
  background-size: 19px;
  box-shadow: 0 0 12px #00b300;
  padding: 5px 5px 5px 28px;
  text-decoration: none;
  color: white;
  font-family: ShantellSans-Regular;
  text-align: right;
}

.link {
	border: 1px solid white;
	background: #0f93ff url('../imos/link.svg') no-repeat 5% 50%;
	background-size: 19px;
	box-shadow: 0 0 12px #0f93ff;
	padding: 5px 5px 5px 28px;
	text-decoration: none;
	color: white;
	font-family: ShantellSans-Regular;
	text-align: right;
	margin: 15px;
}
