* {
	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/philosopher-italic.woff2"); /* 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: #EEAECA;
background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}   


/* 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;
 
 
  }
  
.wrapper{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:space-between;
  width: 100vw;
  overflow-x: hidden;
  
}

header{ 
  display: flex;
  align-items:center;
  justify-content:space-around;
  width: 100vw;
  height: 20vh;
  position: absolute;
  z-index: 99;
background-image: url(img/bg_facts.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
  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;
}

.logo{
  font-size: calc(var(--index) * 1.3);
width: 100%;
  font-family:shrift_header;
  color:transparent;
  background-image:url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExeDJ2aHl3dzgzbnliZzFvN2dxazR0YjZiOW16aW4ybzh2NDRpcTk1ZSZlcD12MV9naWZzX3NlYXJjaCZjdD1n/U3qYN8S0j3bpK/giphy.gif);
-webkit-background-clip: text;
}
a{
 
  text-decoration: none;
}
a:hover{
  filter: drop-shadow(1px 1px 5px #aa2ddb);
  transition: all .5s ease;
}
.logo_menu{
  width:calc(var(--index) * 4) ;
  filter: drop-shadow(1px 1px 5px #2a033a);
}
 

@media (max-width: 1000px) {



}



main{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 190vh;
  overflow-x: hidden;
  
}


article{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80vw;
  min-height: 100vh;
  background-image: url(img/texture/black-paper.png);
  height: auto;
  margin: 2em;
}
.text{
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70vw;
  min-height: 60vh;
  height: auto;
 
 
  padding: 1em;
  margin: 1em;
}
.text:nth-child(1) {
  background-image: url(img/fact2.png);
  background-position:right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 2px rgb(16, 2, 24) solid;
}
.text:nth-child(2) {
  background-image: url(img/fact4.png);
  background-position:left bottom;
  background-repeat: no-repeat;
  background-size:40%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 2px rgb(16, 2, 24) solid;
  text-align: end;
}
 
 


p{
  font-size: calc(var(--index) * .8);
  font-family:shrift_1;
  color: rgb(6, 0, 12);
  text-shadow:1px 1px 10px  rgb(225, 196, 252);
  letter-spacing: .05em;
  text-indent: 2em; 
  font-weight:550;
  width: 75%;
  padding: .2em;
}     
 
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;
} 


.i{
  padding-left: none;
}
#rabbit_svg{
 
  width: 9em;
  stroke: transparent;
  stroke-width: 1em;
  fill:transparent;
  stroke-dashoffset: 3000;
  stroke-dasharray: 3000;
  animation: animate 12s forwards ; 
 transition: ease 2s;
}
.arrow11{
 
}
@keyframes animate
 
{ 
  to 
  {
    
    stroke-dashoffset: 0;
    stroke: #0f0114;
  }
  
} 
  
 




.video1, .video2, .video3 {
  width: calc(var(--index) * 8);
border-radius: 50%;
transition: 1s ease;
cursor: pointer;
}
video:hover{
  scale: 1.5;

}
i{
 
  
}

footer{
  display: flex;
 justify-content:center;
    align-items:center;
   
  width: 100vw;
  height: 10vh;
  background-image: url(img/border3.png);
	background-size:contain;
  overflow-x: hidden;
	


}
.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 #e7ddeb);

} 


  footer img:hover{
  filter: drop-shadow(1px 1px 5px #aa2ddb);
 
}  
