* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--index: calc(1vw + 1vh);
	--transition: 1.5s cubic-bezier(.05, .5, 0, 1);

}

@font-face {
	font-family:shrift_header;
	src: url("fonts/ametist.woff2"); /* IE9 Compat Modes */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:shrift_1;
	src: url("fonts/BadScript-Regular.ttf"); /* IE9 Compat Modes */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:shrift_2;
	src: url("fonts/adana-script.woff2"); /* IE9 Compat Modes */
	font-weight: normal;
	font-style: normal;
}
 
body {

	font-family: raleway_f, sans-serif;
	line-height: 1.55; 
  overflow-x: hidden; 
    background-color: #000;
}   

 


/* HTML: <div class="loader"></div> */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #042927a1; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
  
 
  .spinner {
  width: 6em;
  height: em;
  
  
  }
  
.wrapper{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:space-between;
  width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
}
#js-particles{
  position: absolute;
  z-index: 100;
 width: 100%;
 height: 100;
}
header{ 
  display: flex;
  align-items:center;
  justify-content:space-around;
  width: 100vw;
  height: 20vh;
  position: absolute;
  z-index: 99;
background-color: rgba(78, 221, 221, 0.075);
  box-shadow: inset 0 0 1em rgb(50, 89, 104);
   overflow-x: hidden;
}  


.social{
  width: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.vk, .tg{
  width: calc(var(--index) * 3);
  cursor: pointer;
}
.block_logo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding-right: 20%;
 
}
.logo{
  font-size: calc(var(--index) * 1.3);

  font-family:shrift_header;
  color:transparent;
  background-image:url(https://media.giphy.com/media/v1.Y2lkPWVjZjA1ZTQ3NjM0dmJsM3RhMGg3cnQ4ZGh4bWNkem9wdDlqc2R4ZjEydXgxOWx3aiZlcD12MV9naWZzX3NlYXJjaCZjdD1n/WrmMDD4BpYSEjzQpJS/giphy.gif);
-webkit-background-clip: text;
}

#menu{
  font-size: calc(var(--index) * 2);
  cursor: pointer;
 margin-left: 90%;
  display: none;
  position: absolute;
color: #e5d9eb;
border: 2px solid #e5d9eb;
border-radius: 50%;
padding-left: .4em;
padding-right: .4em;
  z-index: 100;
  background-color: #8a59c24f;
  margin-right: 2em;
}  
 
/* навигация==========*/
.navigation {
  width:100%;
  height:10vh;
  display: flex;
  justify-content: space-around;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color:#c5afde5e;
  clip-path: polygon(100% 0%, 0% 0% , 0.00% 86.77%, 1.67% 83.62%, 3.33% 78.84%, 5.00% 72.93%, 6.67% 66.52%, 8.33% 60.26%, 10.00% 54.82%, 11.67% 50.76%, 13.33% 48.50%, 15.00% 48.29%, 16.67% 50.14%, 18.33% 53.86%, 20.00% 59.06%, 21.67% 65.20%, 23.33% 71.64%, 25.00% 77.70%, 26.67% 82.76%, 28.33% 86.28%, 30.00% 87.89%, 31.67% 87.43%, 33.33% 84.94%, 35.00% 80.69%, 36.67% 75.12%, 38.33% 68.81%, 40.00% 62.42%, 41.67% 56.62%, 43.33% 52.01%, 45.00% 49.07%, 46.67% 48.12%, 48.33% 49.25%, 50.00% 52.34%, 51.67% 57.08%, 53.33% 62.96%, 55.00% 69.37%, 56.67% 75.64%, 58.33% 81.12%, 60.00% 85.23%, 61.67% 87.55%, 63.33% 87.83%, 65.00% 86.04%, 66.67% 82.38%, 68.33% 77.21%, 70.00% 71.09%, 71.67% 64.65%, 73.33% 58.57%, 75.00% 53.47%, 76.67% 49.90%, 78.33% 48.22%, 80.00% 48.62%, 81.67% 51.04%, 83.33% 55.24%, 85.00% 60.78%, 86.67% 67.07%, 88.33% 73.47%, 90.00% 79.30%, 91.67% 83.96%, 93.33% 86.95%, 95.00% 87.97%, 96.67% 86.91%, 98.33% 83.87%, 100.00% 79.19%);
  

}
.mobile {
  display: none;
}
.menu_a{
  text-decoration: none;
  margin-top: .3em;
}
.menu_a:hover {

  border-radius: 5%;
   border-radius: 5%;
   transform: scale(1.1);
  transition: all .1s ease;
  filter: drop-shadow(15px 15px 10px #171713) brightness(150%);
}





main{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  background-color: #000;
  
}

main::after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100vw;
  height: 13vh;
	
	background-image: url(img/img18.png);
	background-size:contain;

	background-position: center;
top: 90vh;
}

#gradient {
  background: radial-gradient(#864bb6, transparent 50%);
  width: 200px;
  height: 200px;
  position: absolute; 
  top: -100px;
  left: -100px;
  transform: translate(200px, 200px);
}
.layers {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
	perspective: 1000px;
	overflow: hidden;
  width: 100vw;
  height: 100vh;
 position: relative;
 
}
  
.layers__container {
	height: 100vh;
	width: 100vw;
 	transform-style: preserve-3d;
	transform: rotateX(var(--move-y)) rotateY(var(--move-x));
	will-change: transform;
	transition: transform var(--transition);
}
.layers__item {
	position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
	inset: -5vw;
	background-size: contain;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;

}
.layer-1 {
  width: 140%;
  height: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 15em rgb(0, 15, 20);
	transform: translateZ(-80px) scale(1.1) ;
}
.layer-2 {

  width: 100%;
  height: 100%;
  align-self: center;
  margin-top: 1%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	transform: translateZ(60px) scale() ;
 
 opacity: .9;
}
.layer-3 {
  width: 100%;
  height: 100%;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
	transform: translateZ(120px) scale()   ;
}
.layer-4{
  width: 120%;
  height: 100%;
  margin-top: 8%;
  background-size: cover;
	transform: translateZ(230px) scale(.65) translateX(-130px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} 
.mobile1{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
width: 100%;
height: auto;
  padding-top: 2em;
}

.money{
  display: flex;
  
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 1em;
}
.qr{
  width: 10%;
  margin: 1em;
  align-self: center;
 }
 iframe{
  align-self: center;
width: 20%;
 height: auto;
 margin: 1em;
 }


p{
  font-size: calc(var(--index) * 1);
  font-family:shrift_1;
  color: rgb(255, 255, 253);
  text-shadow:1px 1px 10px  rgb(22, 4, 39);
  letter-spacing: .05em;
  text-indent: 2em; 
  font-weight: bolder;
  width: 65%;
  padding: .2em; 
}    
span{
  font-size: calc(var(--index) * 1);
  font-family:shrift_header;
  color: rgb(22, 4, 39);
  text-shadow:1px 1px 10px #f0ecf3;
  letter-spacing: .05em;
  text-indent: 2em;
  font-weight: bolder;
  
  

}
h1{
  font-size: calc(var(--index) * 4);

  font-family:shrift_header;
  color:transparent;
  background-image:url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExc2F2NzI3ZGoyeTFydDJsdmhxNTdlbXI3cm44a3djOHh1NnRxOW83ZyZlcD12MV9naWZzX3NlYXJjaCZjdD1n/U3qYN8S0j3bpK/giphy.gif);
-webkit-background-clip: text;
padding: .5em;
} 

.main_header{
display: flex;
width: 60vw;
min-height: 30vh;
align-self: center;
align-items: center;
justify-content: space-around;
margin-left: 2em;
}




footer{
  display: flex;
 justify-content:center;
    align-items:center;
    flex-direction:row;
  width: 100vw;
  height: 15vh;
  background-color: #46759c;
   background-image: url(img/texture/brick-wall-dark.png);

 box-shadow: inset 0 0 7em rgb(0, 0, 0);
}
.footer_p{
 text-align: center;
 width: 40%;

 font-family:shrift_header;
 color: rgb(6, 1, 10);
letter-spacing: .4em;
font-size: calc(var(--index) * .6);
filter: drop-shadow(1px 1px 5px #c5c1da);

} 


  footer img:hover{
  filter: drop-shadow(1px 1px 5px #754c85);
 
}  
@media (max-width: 1000px) {
  .navigation{
    display: flex;
      flex-direction: column;
     justify-content: center;
      align-items: flex-end;
      width: 100vw;
      height:auto;
      padding:.4em;
      top: 17%; 
      transform: scale(0);
      opacity: 0;
      transform-origin: top right;
      transition: none;
      clip-path: none;
      --mask: 
    linear-gradient(90deg,#0000 30px,#000 0),
    radial-gradient(30px,#000 calc(100% - 1px),#0000) left/60px 55.5px;
  -webkit-mask: var(--mask);
          mask: var(--mask);
  }
  .navigation.active{
      transform: scale(1);
      opacity: 1;
      transition: 1s ease-out;
  }
  .menu_a{
      
      margin-top: 1em;
      margin-bottom: 1em;
      padding-right: 1rem;
      text-decoration: none;
  }
  #menu{
    display:initial;
    
}
.layers__container {
  display: none;
}
.layers{
  background-color: #92dadf;
  background-image: url(img/fon.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile{
  display:initial;
  font-size: calc(var(--index) * 4);
  align-self: center;
    font-family:shrift_header;
    color: rgb(19, 18, 20);
width: 80vw;
height: 60vh;
position: relative;
 
}
.money{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: auto;
  margin-top: 1em;
}
.qr{
  width: 20%;
  display: none;
  align-self: center;
 }
 iframe{
  align-self: center;
width: 4em;


 }


}
