@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:focus,
:active {
  outline: none
}

a,
a:focus,
a:active {
  outline: none;
  text-decoration: none
}

ul, ul li {
	list-style: none;
  display: flex
}

html {
  background-color: #111111;
  scroll-behavior: smooth
}

h1 {
  color: #E9FFEB;
  text-align: center;
  font-family: 'Roboto Flex', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 1000;
  line-height: 48px; /* 120% */ 
}

.colorbukv {
	background: var(--Default, linear-gradient(90deg, #79F465 0.05%, #07C903 99.91%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.logo {
  margin: auto;
}
@media screen and (max-width: 769px) {
  .logo img{
    max-width: 320px;
  }
}
.video-bg {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.effects {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
}
.video-bg__content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    max-width: 660px;
    width: 100%;
    padding: 0 20px;
}
.main {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 20px;
}

.socials {
	display: flex;
width: 445px;
justify-content: center;
align-items: flex-start;
gap: 8px;
}

.tg {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  background: #191C1C;
}

.tg svg{
  width: 24px;
  height: 24px;
}

.x{
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  background: #191C1C;
}
.x svg{
  width: 24px;
  height: 24px;
}

.link {
  color: #E9FFEB;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
}


