* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #f2f2f2;
}

body {
  font-family: "Manrope", sans-serif;
  top: 0;
  left: 0;
  background-color: #000000;
  background-image: url("../img/denver.background.png");
  background-size: cover;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: "Druk Text Wide Cyr";
  src: url(../fonts/Nicolast.otf);
  font-weight: 700;
}

html,
body {
  width: 100vw;
  min-width: 100vw;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00eca1;
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #ffffff;
}

.header {
  width: 100%;
  height: 100px;
}

.header_container {
  width: 100%;
  max-width: 640px;
  display: block;
  margin: 0 auto;
}

.header_items {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 150px;
}

.header_item:last-child {
  margin-left: auto;
}

.header_item_logo {
  vertical-align: middle;
}

.header_item_navs {
  display: flex;
  align-items: center;
  list-style: none;
}

.header_item_nav {
  margin-right: 32px;
}

.header_item_nav:last-child {
  margin-right: 0px;
}

.header_item_nav a {
  color: rgba(242, 242, 242, 0.41);
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s;
}

.header_item_nav a:hover {
  color: #fff;
}

.main {
}

.container {
  width: 100%;
  max-width: 1125px;
  display: block;
  margin: 0 auto;
}

.main_images {
  position: relative;
}

.main_img {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.main_img_logo {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 130px);
  bottom: 0;
}

.main_block {
  padding-bottom: 50px;
}

.main_block_tittle {
  color: #f2f2f2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Druk Text Wide Cyr";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 52.8px */
  text-transform: uppercase;
}

.main_block_button {
  display: block;
  margin: 0 auto;
  margin-top: 36px;
  border-radius: 16px;
  background: linear-gradient(92deg, #55ffb8 1.34%, #93ffd2 100.08%), #55ffb8;
  padding: 32px 48px;
  color: #1c1c1c;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.5s;
  /* 25.2px */
  letter-spacing: 0.18px;
  outline: none;
  border: none;
  text-transform: uppercase;
}

.main_block_button:hover {
  opacity: 0.5;
}

.main_block_button img {
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 320px) and (max-width: 799px) {
  .header_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_items {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main_img_logo {
    position: static;
    width: 150px;
  }

  .header_item_nav a {
    font-size: 13px;
  }

  .header_item:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }

  .main_block_tittle {
    font-size: 30px;
  }

  .main_block_button {
    font-size: 15px;
    padding: 20px 30px;
  }
}

.button-64 {
  text-align: center;
  margin: auto;
  background-image: linear-gradient(90deg, #9945ff, #14f1ea);
  border: 0;
  border-radius: 20px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-family: "Druk Text Wide Cyr";
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  border: none;
}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  background-color: rgb(0, 179, 131);
  padding: 16px 24px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;
}

@media (min-width: 768px) {
  .button-64 {
    font-size: 24px;
    min-width: 196px;
  }
}
.center {
  text-align: center;
}

/* we love marquee css */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --fontSize: calc(6vw + 6vh);
  --duration: 60s;
}

@media screen and (orientation: portrait) {
  :root {
    --fontSize: calc(6vw + 6vh);
  }
}

@media screen and (max-height: 600px) {
  :root {
    --fontSize: calc(3vw + 3vh);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::selection {
  background-color: rgb(0, 255, 162);
}

body {
  font-family: "Druk Text Wide Cyr";
}

.xray {
  background-size: cover;
  filter: contrast(180%);
}

.xray__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.xray__content {
  display: flex;
}

.xray__line {
  font-weight: 600;
  font-size: var(--fontSize);
  line-height: 1em;
  text-transform: uppercase;
  flex-shrink: 0;
  flex-basis: 100%;
  white-space: nowrap;
  mix-blend-mode: exclusion;
  color: white;
}

.xray__line:nth-child(1) {
  padding-right: 0.5ch;
}

.top {
  animation: moveLeft var(--duration) linear infinite;
}

.bottom {
  animation: moveRight var(--duration) linear infinite;
}

@keyframes moveLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes moveRight {
  from {
    transform: translateX(-100%) matrix(-1, 0, 0, 1, 0, 0);
  }

  to {
    transform: translateX(0) matrix(-1, 0, 0, 1, 0, 0);
  }
}

.credit {
  position: fixed;
  bottom: 0;
  left: 10px;
  border-radius: 18px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: black;
}

.credit a {
  color: inherit;
}
