@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";

  color: #fff;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 1rem;
}

.lock {
  overflow: hidden;
}

.home {
  background: url(../img/bc-home.png) center no-repeat;
  background-size: cover;
}
.home__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}
.home__subtitle {
  text-shadow: 0px 0px 38.958988189697266px rgba(255, 255, 255, 0.5);
  font-size: clamp(46px, 8vw, 100px);
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 10vh;
  font-style: italic;
}
.home__title {
  margin: 7rem 0;
}
.home__btn {
  filter: drop-shadow(0px 20.05552px 41.02264px rgba(117, 59, 189, 0.5));
}

@media screen and (max-width: 499px) {
  .home__btn img,
  .home__title {
    width: 100%;
  }
  .home__title {
    margin: 6rem 0;
  }
}
