@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

@font-face {
  font-family: 'Oranienbaum';
  src: url('/fonts/Oranienbaum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  display: flex;
  justify-content: center;
  align-content: center;
  background: linear-gradient(157deg,rgba(36, 36, 36, 1) 0%, rgba(0, 0, 0, 1) 76%);
  height: 100vh;
  width: 98vw;
}

.background {
  height: 100vh;
  width: 100vw;
  top: 0px;
  left: 0px;
  filter: brightness(.16);
  z-index: -1;
  position: fixed;
  object-fit: cover;
}

video#bg-video {
  size: cover;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  top: 0px;
  left: 0px;
  filter: brightness(.26);
  object-fit: cover;
  position: fixed;
}

.Иконка {
  margin-top: 40px;
  background-image: url("images/0-0.png");
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: center;
  /* position: fixed; */
  /* display: flex; */
  transform: scale(1);
  border-radius: 50%;
  width:140px;
  height: 140px;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0,0,0,1);
  transition: .7s;
}

.Иконка:hover {
  box-shadow: 0 0 40px rgba(0,0,0,1);
  transform: scale(1.16);
  /* background-image: url("https://i.pinimg.com/736x/29/d5/96/29d596025008879980f474af01b3b078.jpg"); */
}

.Имя-фон {
  margin-top: 20px;
  width:auto;
  height: auto;
  z-index: 10;


  display: inline-block;
  padding: 12px 24px;

  background: rgba(0,0,0,.3);

  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  backdrop-filter: blur(10px);

  box-shadow: 0 0 20px rgba(0,0,0,.4);

  transition: .8s;
}

.Имя-фон:hover {
  backdrop-filter: blur(20px);
  box-shadow: 0 0 40px rgba(0,0,0,1);
  transform: scale(1.06);
}

.Имя-текст {
  color: white;
  font-family: Comfortaa;
  font-weight: bolder;
  font-size: 150%;
  text-align: center;
}

.Описание-главное {
  display: inline-block;
  z-index: 5;
  margin-top: 30px;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,.3);

  overflow: hidden;

  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  width: 80vw;
  height: auto;

  text-align: center;
  padding: 0px 40px 40px 40px;

  box-shadow: 0 0 20px rgba(0,0,0,.4);

  transition: .8s;
}

.Описание-главное:hover {
  backdrop-filter: blur(20px);
  box-shadow: 0 0 40px rgba(0,0,0,.6);
  transform: scale(1.02);
}

.Описание-заголовок {
  z-index: 8;
  gap: 20px;
  width: 90%;
  padding: 10px 20px;
  height: auto;
  color: white;
  line-height: 1.5;
  font-family: Comfortaa;
  font-weight: bolder;
  font-size: 150%;
  text-align: center;
  margin: 20px auto 20px auto;
  background-color: rgba(0,0,0,.7);
  box-shadow: 0 0 20px rgba(00, 0, 0, 1);
  border-radius: 20px;
  filter: blur(.5);
}


.Описание-текст {
  z-index: 7;
  display: inline-block;
  width: 60%;
  height: auto;
  color: white;
  line-height: 1.5;
  font-family: Comfortaa;
  font-weight: normal;
  font-size: 130%;
  text-align: center;
  margin: 10px 0px 30px 0px;
}

.gear {
  z-index: 1;

  position: absolute;
  top: 400px;
  right: -360px;

  width: 640px;
  height: 640px;

  background-image: url("https://www.svgrepo.com/show/479352/gear.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  opacity: .2;

  filter: invert(1);
  filter: blur(1);

  animation: spin 80s linear infinite;
}

.Описание-ссылки {
  z-index: 7;
  display: inline-block;
  width: 90%;
  height: auto;
  color: white;
  line-height: 1.5;
  font-family: Comfortaa;
  font-weight: normal;
  font-size: 150%;
  text-align: center;
  margin: 10px 0px 30px 0px;
}

.Ссылка {
  display: inline-block;
  margin: 20px 10px 20px 10px;
  width: 25%;
  padding: 10px 20px;
  font-weight: bolder;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 1);
  cursor: pointer;
  user-select: none;
  a {
    color: white;
    text-decoration: none;
  }
}

.Ютуб {
  background-image: url("images/youtube.svg");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(235, 35, 35, 1);
  box-shadow: 0 0 20px rgba(235, 35, 35,.5);
  transition: 1s;
}

.Ютуб:hover {
  background-color: rgba(235, 35, 35, 1);
  box-shadow: 0 0 28px rgba(235, 35, 35, 1);
  filter: brightness(1.5);
}

.ТикТок {
  background-color: rgba(0,0,0, 1);
  box-shadow: 0 0 20px rgba(0, 0, 0,.5);
  transition: 1s;
}

.ТикТок:hover {
  background-color: rgba(0, 0, 0,, 1);
  box-shadow: 0 0 28px rgba(0, 0, 0, 1);
  filter: brightness(1.5);
}

.Бусти {
  background-image: url("images/Boosty.svg");
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: soft-light;
  background-color: rgba(240,99,43, 1);
  box-shadow: 0 0 20px rgba(240,99,43,.5);
  transition: 1s;
}

.Бусти:hover {
  background-color: rgba(240,99,43, 1);
  box-shadow: 0 0 28px rgba(240,99,43, 1);
  filter: brightness(1.5);
}

.Телега {
  background-image: url("images/telegram.svg");
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: soft-light;
  background-color: rgba(70, 179, 226, 1);
  box-shadow: 0 0 20px rgba(70, 179, 226,.5);
  transition: 1s;
}

.Телега:hover {
  background-color: rgba(70, 179, 226, 1);
  box-shadow: 0 0 28px rgba(70, 179, 226, 1);
  filter: brightness(1.5);
}

.ВК {
  background-image: url("images/VK.svg");
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: soft-light;
  background-color: rgba(0,119,255, 1);
  box-shadow: 0 0 20px rgba(0,119,255,.5);
  transition: 1s;
}

.ВК:hover {
  background-color: rgba(0,119,255, 1);
  box-shadow: 0 0 28px rgba(0,119,255, 1);
  filter: brightness(1.5);
}

.Стим {
  background-image: url("images/steam.svg");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: soft-light;
  background-color: rgba(23,29,37, 1);
  box-shadow: 0 0 20px rgba(23,29,37,.5);
  transition: 1s;
}

.Стим:hover {
  background-color: rgba(23,29,37, 1);
  box-shadow: 0 0 28px rgba(23,29,37, 1);
  filter: brightness(1.5);
}

.Почта {
  background-color: rgba(0,0,0, 1);
  box-shadow: 0 0 20px rgba(0,0,0,.5);
  transition: 1s;
}

.Почта:hover {
  background-color: rgba(0,0,0, 1);
  box-shadow: 0 0 28px rgba(0,0,0, 1);
  filter: brightness(1.5);
}



@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
