@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,500;0,900;1,100;1,400;1,900&family=Rubik+Burned&display=swap");

@font-face {
  font-family: "American Captain"; /* Гарнитура шрифта */
  src: url(./fonts/American_Captain.ttf); /* Путь к файлу со шрифтом */
}

body,
html {
  height: 100vh;
  margin: 0;
  padding: 0;
  
}

body {
  /* background-color: #679320; */
  background-color: rgb(87, 87, 225);
  
}

#wrap {
  height: 960px;
  overflow-x: hidden;
  position: absolute;
  perspective: 20px;
  /* overflow-y: hidden; */
}

header {
  height: 100vh;
  min-height: 100vh;
  transform-style: preserve-3d;
  /* overflow: hidden; */
}

header img {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header img:nth-child(1) {
  transform: translateZ(-10px) scale(2);
}
header img:nth-child(2) {
  transform: translateZ(-25px) scale(2.1);
  left: 80%;
  top: 22%;
  
}
header img:nth-child(3) {
  transform: translateZ(0px) scale(0.1);
  top: 30%;
  left: 20%;
}
header img:nth-child(4) {
  transform: translateZ(-18px) scale(0.25);
  left: 15%;
  top: -40%;
}
header img:nth-child(5) {
  transform: translateZ(-12px) scale(0.5);
  left: -55%;
  top: -60%;
}
header img:nth-child(6) {
  transform: translateZ(-12px) scale(0.25);
  left: -15%;
  
}
header img:nth-child(7) {
  transform: translateZ(-12px) scale(0.5);
  left: 40%;
  top: -65%;
  
}
header img:nth-child(8) {
  transform: translateZ(-19px) scale(0.5);
  top: 52%;
  left: -30%;
}
header img:nth-child(9) {
  transform: translateZ(-10px) scale(0.75);
  top: 22%;
  left: -35%;
}
header img:nth-child(10) {
  transform: translateZ(-10px) scale(0.5);
  top: 12%;
  left: -50%;
}
header img:nth-child(11) {
  transform: translateZ(-55px) scale(0.45);
  top: -6%;
  left: 100%;
}
header img:nth-child(12) {
  transform: translateZ(-78px) scale(0.85);
  top: -232%;
  left: -5%;
}
header img:nth-child(13) {
  transform: translateZ(-19px) scale(0.5);
  top: 48%;
  left: 85%;
}
header img:nth-child(14) {
  transform: translateZ(-10px) scale(0.5);
  top: 35%;
  left: 5%;
}
header img:nth-child(15) {
  transform: translateZ(-90px) scale(0.5);
  top: 100%;
  left: 233%;
}
/* header img:nth-child(16) {
  transform: translateZ(-225px) scale(2);
  top: 90%;
  left: -425%;
} */

header #patch {
  height: 120px;
  width: 100%;
  position: absolute;
  background-color: #357cce;
  top: 100vh;
  transform: translateZ(-6px) scale(1.35);
}

main {
  min-height: 100vh;
  background-color: #357cce;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  color: #f1f0f0;
  padding: 60px 20px 20px;
  position: relative;
  top: 20px;
  z-index: 99;
}

main h2 {
  /* font-family: "American Captain";*/
  font-size: 40px;
  font-family: "Rubik Burned", system-ui;
  text-align: center;
}

main p {
  font-family: "Roboto", sans-serif;
  text-align: center;
}

footer{
    background-color: #4d488b;
    height: 10%;
    width: 100%;
    position: fixed;
}
footer h3{
    font-family: "Rubik Burned", system-ui;
    text-align: center;
    padding: 20px;
}
h1.vid{
  font-size: 54px;
  color: white;
  text-align: center;
}
a.naz{
  display: block;
  margin: auto;
  width: 120px;
  background-color: #4d488b;
  color: aliceblue;
  text-decoration: none;
  text-align: center;
}
a.naz:hover{
  background-color: aliceblue;
  color: #4d488b;
}
input{
  display: block;
  margin: auto;
}
button{
  display: block;
  margin: auto;
}