@font-face {
    font-family: 'Space Age';
    src: local('Space Age'), url('../fonts/spaceage.ttf');
	font-weight: normal;
    font-style: normal;
   }
@font-face {
    font-family: 'Gotham Pro';
    src: local('Gotham Pro'), url('../fonts/GothamPro.9c6b053d.ttf');
	font-weight: normal;
    font-style: normal;
   }
@font-face {
  font-family: 'Consolas';
  src: local('Consolas'), url("../fonts/consolas.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas Bold'), local('Consolas-Bold'), url("4ccfc6eb3f15aceb9fb87d4e30ad86ee.woff2") format('woff2'), url("d9f864c37e759209b1d7bb135a40b335.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas Italic'), local('Consolas-Italic'), url("9b717d8ac0293c582974d00d716b8620.woff2") format('woff2'), url("350ef3227d7c2955c91d85b364d89cc6.woff") format('woff');
  font-weight: normal;
  font-style: italic;
}
.swiper-slide {
    	width:400px !important;
}
.swiper-slide {
	width: 100%;
}

.swiper-slide:nth-child(1) .slider-text {
	background-color: #2196f3;
}

.swiper-slide:nth-child(2) .slider-text {
	background-color: #e91e63;
}

.swiper-slide:nth-child(3) .slider-text {
	background-color: #c3d41a;
}

.swiper-slide:nth-child(4) .slider-text {
	background-color: #ff9800;
}

.swiper-slide:nth-child(5) .slider-text {
	background-color: #c33ada;
}

.card {
    background-color: #ffffff;
    height: 400px;
    margin: 0 auto;
    position: relative;
    width: 400px;
}

.card .content {
	padding: 30px;
	width: 400px;
}

.card .content a {
	border: 2px solid #000000;
	color: #262626;
	display: inline-block;
	font-weight: 600;
	margin: 10px 0 0;
	padding: 10px 20px;
	text-decoration: none;
}

.card .slider-text {
	align-items: center;
	background-color: #000000;
	display: flex;
	height: 200px;
	justify-content: center;
	position: relative;
	width: 100%;
}

.card .slider-text h3 {
    color: #000;
    font-size: 27px;
}

.card p {
    color: #000;
    margin-top: 0px;
}
body {
	background: #0A0A12;
	color: #fff;
    font-family: Consolas;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
	overflow-x: hidden;
}
#canvas1 {
	width:100% !important;
	height:100% !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	position:absolute;
}
#header {
position: relative;
    width: 100%;
    height: 100vh;
    /*background-image: url(/img/anvanio.gif);
    background-size: cover;
    background-position: center;*/
	
}
#header::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
	top: 0px;
    left: 0px;
    background-color: rgba(0,0,21,0.4);
}
header {
	position: absolute;
    display: inline-flex;
    width: 90%;
    top: 20px;
    height: 60px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
	flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
#card {
    width: 450px;
    height: 500px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%,-50%);
    z-index: 3;
}

.social {
position: relative;
height: 100%;	
}
button#youtube {
	background-image: url('/img/youtube.png');
}
button#vk {
	background-image: url('/img/vk.png');
}
button#whatsapp {
	background-image: url('/img/whatsapp.png');
}
button#youtube:hover {
	background-image: url('/img/youtubeh.png');
}
button#vk:hover {
	background-image: url('/img/vkh.png');
}
button#whatsapp:hover {
	background-image: url('/img/whatsapph.png');
}
.social button {
	height: 100%;
    position: relative;
    background: none;
	background-size:60px;
	width:60px;
    border: none;
	cursor:pointer;
}
header .logo-head {
	position:relative;
	height:100%;
}
#blocker {
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
			}
#you3d {
	position: absolute;
    right: -20%;
    top: 10%;
}
section {
	    width: 100vw;
		min-height:500px;
    position: relative;
}
#block0 {
    background: linear-gradient(to bottom, #0A0A12, #000115);
	margin-bottom: 300px;
}

.video {
    max-width: 100%;
    width: 100vw;
    height: 726px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;	
	z-index:2;
}
#videoIframe {
width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.play-button {
	cursor: pointer;
    border: none;
    z-index: 2;
    background: none;
    outline: none;
    transition: opacity .16s;
    width: 200px;
    height: 101px;
}
.marquee {
	    position: absolute;
    overflow: hidden;
    z-index: -1;
    bottom: -50px;
    left: -20px;
	width: 100%;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 700;
    font-size: 160px;
    line-height: 101%;
    text-transform: uppercase;
    color: #000115;
    -webkit-text-stroke: 1px #fff;
	z-index:1;
    -webkit-text-fill-color: #000115;
}
#canvas2 {
	border-radius: 50%;
	border: 2px dotted white;
    box-shadow: 0 0 20px white;
	animation: glow  15s infinite linear;
}
#anvanio {
	width: 350px;
    height: 100%;
    position: absolute;
}
.container90 {
	width:90%;
	margin: 0 auto;
}
.container90 .text {
    margin-left: 48%;
    position:relative;	
}
.marquee.right {
    bottom: -200px;
}
.marquee__inner span {
    padding: 0 2vw;
}
.marquee__inner {
	    display: flex;
    position: relative;
    white-space: nowrap;
    width: fit-content;
    transform: translate3d(calc(-25% + 10vw),0,0);
    animation: marquee 5s linear infinite;
}
.marquee.right .marquee__inner {
    transform: translate3d(calc(-50% + 10vw),0,0);
    animation: marqueeRight 10s linear infinite;
}
.mtext {
    position: relative;
	width:80%;
    margin: 80px 50px;
    z-index: 2;
}
h1 {
font-family: 'Space Age', cursive;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-size: 71px;
    width: fit-content;
    margin: 0;
    margin-bottom: 50px;
    position: relative;
    color: rgba(90,90,90,0.3);
}
h1::before {
content: "ANVANIO.RU";
    white-space: pre-wrap;
    top: 6px;
    position: absolute;
    font-size: 70px;
    left: 6px;
    z-index: 1;
    color: white;
}
.mdtext {
	width:474px;
	background: linear-gradient(45deg, rgba(0,0,23,0.5), rgba(0,0,23,0.1));
	border-radius:10px;
}
.with-tags p:before {
    content: "<p>";
    color: #f93c47;
}
.with-tags i:before {
    content: "<br>";
    color: #f93c47;
}
.with-tags p:after {
    content: "</p>";
    color: #f93c47;
}
.mdtext p:before {
    content: "<p>";
    color: #f93c47;
}
.mdtext i:before {
    content: "<br>";
    color: #f93c47;
}
.mdtext p:after {
    content: "</p>";
    color: #f93c47;
}
.mdtext p {
 position:relative;
 display:block;
 padding-left: 10px;
}
.headbuttons {
	position: relative;
    margin-bottom: 50px;
}
#music {
    border-radius: 50px;
    height: 60px;
    cursor: pointer;
    border: 2px solid #404040;
    background-color: rgba(70, 70, 70, 0.25);
    color: #565656;
    transition: .2s;
    -webkit-transition: .2s;
    padding-bottom: 8px;
}
#music:hover {
	 border: 2px solid #d615c6;
   color: #d615c6;
   text-shadow: 0 0 4px #d615c6;
   box-shadow: inset 0 0 6px #d615c6,  0 0 6px #d615c6;
}
#bnu {
    color: white;
    height: 60px;
    border-color: rgba(255,255,255,0.2);
    border-radius: 50px 50px 50px 50px;
	cursor:pointer;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    box-shadow: none;
    animation: glow 3s infinite;
    animation-timing-function: ease-out;
	    background: rgb(138,97,248);
    background: -moz-linear-gradient(left, rgba(138,97,248,1) 0%, rgba(236,95,231,1) 100%);
    background: -webkit-linear-gradient(left, rgba(138,97,248,1) 0%,rgba(236,95,231,1) 100%);
    background: linear-gradient(to right, rgba(138,97,248,1) 0%,rgba(236,95,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a61f8', endColorstr='#ec5fe7',GradientType=1 );
}
.bnu:hover {
	 box-shadow: 0 0 0 10px #3daaa200;
    transition: .8s;
    -webkit-transition: .8s;
	
}
.btn-shine {
	position:relative;
}
.btn-shine:hover:after {
	 right: 2%;
    background-color: #ffffffff;
    box-shadow: 0 0 30px #ffd2feff, 0 0 15px #ffd2feff, 0 0 7px #ffd2feff, 0 0 3px #ffd2feff;
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.btn-shine:after {
	 content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    right: 80%;
    width: 1px;
    background-color: #ffffff00;
    box-shadow: 0 0 20px #ffd2fe00, 0 0 10px #ffd2fe00, 0 0 5px #ffd2fe00, 0 0 2px #ffd2fe00;
    opacity: 1;
}
.console-text:after {
    content: "";
    height: 0.8em;
    width: 0.3em;
    background: #1c17ff;
    display: inline-block;
    position: relative;
    animation: cursor 1s linear infinite;
}
.line {
	    font-family: Consolas;
    font-style: normal;
    font-weight: 400;
	display: flex;
    align-items: center;
    position: relative;
	font-size: 112px;
	margin-bottom: 0px;
}
.prompt {
	background: linear-gradient(to right, rgba(138,97,248,1) 0%,rgba(236,95,231,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-left: -60px;
    margin-right: 20px;
	line-height: 70%;
}
.button {
	background: #fff;
    height: 48px;
    padding: 0 20px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
    display: inline-block;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    width: fit-content;
	height: 74px;
    padding: 0 40px;
    border: none;
	font-size:24px;
	transition: 0.6s;
	filter: blur(10px);
}
.button:hover {
	    filter: blur(0px);
	animation: glow 3s infinite;
    animation-timing-function: ease-out;
}
.unblur {
	filter: blur(0px);
	animation: glow 3s infinite;
    animation-timing-function: ease-out;
}
span.icon {
    display: flex;
    align-items: center;
    height: 100%;
}
.icon.arrow:after {
	content:'';
    margin-left: 10px;
    background: url('/img/arrow_button.svg');
    width: 27px;
    height: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.slider {
	width:100%;
}
.slide-item {
	width:90% !important;
	min-height:400px;
	/*background-color:black;*/
	margin:0 auto;
	color:white;
}
.slick-track {
	padding-top: 200px;
}
.slide-zag {
	position:relative;
	align-items: center;
	width:100%;
	display:inline-flex;
}
.slide-zag h2{
	font-size:48px;
	width: fit-content;
    padding-right: 40px;
}
.slide-zag span {
	padding-left:20px;
	font-size:300px;
	font-family: Gotham Pro;
	font-style:normal;
	font-weight: 700;
}
.slide-zag span:before {
	content:'';
	padding-left:20px;
	font-size:300px;
	font-family: Gotham Pro;
	opacity: .75;
    filter: blur(15px);
	    -webkit-text-stroke: 3px #fff;
    -webkit-text-fill-color: transparent;
	font-style:normal;
	font-weight: 700;
	position: absolute;
}
.slide-zag span#sz1:before {
	content:'100+';
}
.slide-zag span#sz2:before {
	content:'20+';
}
.slide-zag span#sz3:before {
	content:'2';
}
.slide-zag span#sz4:before {
	content:'10+';
}

.slide-zag div {
	height:5px;
	background: linear-gradient(to right, rgba(138,97,248,1) 0%,rgba(236,95,231,1) 100%);
	flex:1;
	border-radius: 5px;
}
.slide-item .with-tags {
	position:relative;
	width:50%;
}
.slider-buttons {
	width: 90%;
    display: flex;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%);
    justify-content: flex-end;
    position: absolute;
}
.slider-buttons button {
  display: flex;
  position: relative;
  border: 1px solid #fff;
  background: transparent;
  height: 44px;
  width: 44px;
  margin: 0 12px;
  cursor: pointer;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.slider-buttons button:hover {
  background: white;
  animation: glow 1s infinite linear;
}
.slider-buttons button:hover .prev:after,
.slider-buttons button:hover .next:after{
  background: url("/img/arrow_black.svg");
    width: 13px;
  height: 7px;
  background-size: 13px;
  background-repeat: no-repeat;
}
.slider-buttons button .prev:after,
.slider-buttons button .next:after {
  content: '';
  background: url("/img/arrow.svg");
  width: 13px;
  height: 7px;
  background-size: 13px;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(90deg);
}
.slider-buttons button .next:after {
  transform: rotate(-90deg);
}
.slider-buttons .num {
	display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
}
#s_slider {
	margin-top:200px;
	overflow:hidden;
}
.striangles {
	position: absolute;
    display: flex;
    right: -180px;
    top: -148px;
}
.striangles img:nth-child(1) {
	position:relative;
	z-index:2;
	top:33px;
	animation: trotation 60s infinite linear;
	transform:rotate(0deg);
}
.striangles img:nth-child(2) {
	position: relative;
    z-index: 0;
    right: 25%;
    top: 140px;
	animation: trotation 55s infinite linear;
	transform:rotate(0deg);
}
#portfolio {
	margin-bottom: 300px;
}
#portfolio h2 {
	text-align:center;
	font-size:88px;
	font-family:Gotham Pro;
}
#contact h2 {
	font-size:88px;
	font-family:Gotham Pro;
}
#contact .button {
	filter: blur(0px);
}
.flex-grid{
	display:flex;
	position:relative;
	width:70%;
	justify-content: space-around;
	flex-wrap:wrap;
	margin:0 auto;
	z-index:2;
}
.flex-grid div {
	width:30%;
	height:200px;
	background:white;
	background-position: center;
    background-size: contain;
	margin-bottom: 3%;
	cursor:pointer;
	position:relative;
	transition: 0.5s;
}
.flex-grid div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.flex-grid div:hover:before {
	transition: 0.2s;
	background: linear-gradient(rgba(248, 248, 248, 0.151), white);
}
.flex-grid div:hover {
	color:black;
	transform: scale(1.05);
	animation: glow 1s infinite linear;
}
.flex-grid .hovered:before {
	transition: 0.2s;
	background: linear-gradient(rgba(248, 248, 248, 0.151), white);
}
.flex-grid .hovered {
	color:black;
	transform: scale(1.05);
	animation: glow 1s infinite linear;
}
.flex-grid .hovered h3, .flex-grid .hovered span{
	color:black;
}
.flex-grid .hovered h3 {
	animation: cursor 3s linear infinite;
}
.flex-grid div:hover h3, .flex-grid div:hover span{
	color:black;
}
.flex-grid div:hover h3 {
	animation: cursor 3s linear infinite;
}
.flex-grid h3 {
	position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
    color: white;
    width: 70%;
    z-index: 1;
    text-align: right;
}
.flex-grid span {
	position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.404);
    color: rgba(255, 255, 255, 0.404);
}
form {
	width:620px;
}
#contact .message {
padding: 13px 12px;
    margin-bottom: 20px;
    border: 5px dotted rgba(138,97,248,1);
    font-family: Consolas;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: rgba(138,97,248,1);
    text-shadow: 0 0 10px rgb(236 95 231);
	animation: glowcovid 3s infinite;
    animation-timing-function: ease-out;
}
#contact .field {
	border: 1px solid #fff;
    padding: 20px;
    font-family: Consolas;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    white-space: nowrap;
}
#contact .field input {
	border: none;
    background: transparent;
    color: #fff;
    font-family: Consolas;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    flex: 1 0 0%;
}
.anvhead {
    position: absolute;
    display: block;
    width: calc(686px * 1.5);
    height: calc(477px * 1.5);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    right: 0px;
    background-image: url('/img/anvanio.png?v=1');
	filter: saturate(0.5);
    z-index: -1;
}
footer {
	width:100%;
	min-height:300px;
	background: rgba(10,10,18,0);
    box-shadow: 0 -300px 100px -120px rgb(123,34,195) inset;
	animation: footer 30s infinite linear;
	position:relative;
}
button .icon:after {
	content: '';
    margin-left: 10px;
    background: url(/img/arrow_button.svg);
    width: 27px;
    height: 20px;
    background-size: 27px;
    background-repeat: no-repeat;
}
.shcur {
position: absolute;
    display: block;
    background: url(/img/cursor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    right: -10%;
    bottom: 20%;
	opacity:0;
}
.shcur#srs1 {
	right: -10%;
    bottom: 20%;
}
.shcur#srs2 {
	right: 100%;
    bottom: 0%;
}
.uptohead {
	    position: absolute;
    display: block;
    width: 90%;
    height: fit-content;
    border: 2px solid white;
	background-color: white;
    color: black;
    text-align: center;
    left: 50%;
    bottom: 15px;
    font-family: Gotham Pro;
    font-weight: 700;
    transform: translate(-50%);
	border-radius:10px;
	cursor:pointer;
}
.uptohead:hover {
	animation: glow 3s infinite;
    animation-timing-function: ease-out;
}
@keyframes footer {
	from {
		box-shadow: 0 -300px 100px -120px rgba(123,34,195,1) inset;
	}
	30% {
		box-shadow: 0 -300px 100px -120px rgba(195,34,156,1) inset;
	}
	60% {
		box-shadow: 0 -300px 100px -120px rgba(34,195,50,1) inset;
	}
	90% {
		box-shadow: 0 -300px 100px -120px rgba(34,156,195,1) inset;
	}
	
	to {
		box-shadow: 0 -300px 100px -120px rgba(123,34,195,1) inset;
	}
}
@keyframes glowcovid {
	from {
		text-shadow: 0 0 00px rgb(236 95 231);
	}
	50% {
		text-shadow: 0 0 10px rgb(236 95 231);
	}
	to {
		text-shadow: 0 0 00px rgb(236 95 231);
	}
}
@keyframes trotation {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}
@-moz-keyframes cursor {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cursor {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes cursor {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cursor {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 10vw), 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% + 10vw), 0, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 10vw), 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% + 10vw), 0, 0);
  }
}
@-o-keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 10vw), 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% + 10vw), 0, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 10vw), 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% + 10vw), 0, 0);
  }
}
@-moz-keyframes marqueeRight {
  0% {
    transform: translate3d(calc(-50% + 10vw), 0, 0);
  }
  100% {
    transform: translate3d(calc(-25% + 10vw), 0, 0);
  }
}
@-webkit-keyframes marqueeRight {
  0% {
    transform: translate3d(calc(-50% + 10vw), 0, 0);
  }
  100% {
    transform: translate3d(calc(-25% + 10vw), 0, 0);
  }
}
@-o-keyframes marqueeRight {
  0% {
    transform: translate3d(calc(-50% + 10vw), 0, 0);
  }
  100% {
    transform: translate3d(calc(-25% + 10vw), 0, 0);
  }
}
@keyframes marqueeRight {
  0% {
    transform: translate3d(calc(-50% + 10vw), 0, 0);
  }
  100% {
    transform: translate3d(calc(-25% + 10vw), 0, 0);
  }
}
@keyframes glow{
      0% { box-shadow: 0 0 20px #8b61f844; text-shadow:  0 0 0px #fff; }
      40% { box-shadow: 0 0 100px #8b61f8ee; text-shadow:  0 0 20px #fff;}
      100% { box-shadow: 0 0 20px #8b61f844; text-shadow:  0 0 1px #fff; }
    }
@keyframes barrow {
  from {
    top: -100px;
    animation-timing-function: ease-out;
  }
  25% {
    top: -95px;
    animation-timing-function: ease-in;
  }
  50% {
    top: -100px;
    animation-timing-function: ease-out;
  }
  75% {
    top: -105px;
    animation-timing-function: ease-in;
  }
  to {
    top: -100px;
  }
}