html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 400;

  background-color: #111;
}

body * {
  box-sizing: border-box;
}

.hero {
  background-image: url("img/bgr.jpg");
  min-height: 100svh; /* uses “small viewport” to avoid mobile URL bar jumps */
  width: 100%;
  margin: 0;
  background-size: cover; /* fill and crop */
  background-position: center;
  background-repeat: no-repeat;
}

html {
  scroll-behavior: smooth;
}

#mainvid {
  position: fixed;
  left: 50%;
  bottom: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 50%);
}

#login {
  display: none;
  position: absolute;
  background-color: rgba(250, 250, 250, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  border-radius: 24px;
  padding: 40px 60px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
  box-shadow: 0px 4px 4px 0px rgba(1, 1, 1, 0.5),
    0px 15px 25px 0px rgba(0, 0, 0, 0.15);
}

#login input,
#login label {
  display: block;
  margin-bottom: 8px;
}

#login label {
  font-size: 14px;
  font-weight: 600;
}

#login input[type="submit"] {
  border: 0;
  background-color: #111;
  color: #bebebe;
  border-radius: 8px;
  padding: 8px 12px;
  display: inline-block;
  cursor: pointer;
}

#login .login-btn {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  color: #111;
  text-decoration: none;
}

#login input[type="email"],
#login input[type="password"] {
  background-color: #b0a9a4;
  color: #333;
  font-size: 14px;
  padding: 4px 8px;
  border: 1px solid #565656;
}

#login.show {
  display: block;
}

.maincontent {
  position: absolute;
  width: 540px;
  border-radius: 16px;
  padding: 20px 0;
  text-align: center;
  left: 50%;
  bottom: 24%;
  transform: translate(-50%, 50%);
}

.maincontent .login-btn {
  display: block;
  background-color: #b0a9a4;
  max-width: fit-content;
  margin: 80px auto 40px;
  text-decoration: none;
  color: #111;
  padding: 12px 54px;
  border-radius: 36px;
  transition: all 0.26s ease-in-out;
}

.maincontent .login-btn:hover {
  background-color: #fff;
}

.maincontent .login-btn:active {
  transform: scale(0.96);
}

.logo {
  transition: all 0.16s ease-in-out;
}

.logo:hover {
  transform: rotate(15deg);
  transition: all 0.16s ease-in-out;
}

.logowrap {
  position: fixed;
  top: 60px;
  left: 64px;
  z-index: 1;
  text-align: center;
  opacity: 0.9;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.logowrap span:first-of-type {
  display: inline-block;
  margin-left: 12px;
  font-weight: 500;
}

.logowrap span.light {
  font-weight: 300;
  margin-left: 4px;
}

.tagline {
  color: rgba(238, 238, 238, 0.9);
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  transition: all 0.32s ease-in-out;
}

footer {
  width: 100%;
  position: absolute;
  background-color: rgba(23, 23, 23, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  color: #eee;
  font-size: 12px;
  padding: 40px 20px 80px;
  text-align: center;
  top: 100vh;
}

.logo-footer,
.why {
  margin-bottom: 40px;
}

.why {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bebebe;
  font-size: 14px;
}

.intro {
  line-height: 1.8em;
  color: #bebebe;
  margin: 0 0 60px;
  font-size: 14px;
}

.intro b {
  font-weight: 600;
}

footer span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}

footer .great svg {
  margin-left: 2px;
}

footer .copyright {
  color: #a0a0a0;
}

footer a svg {
  width: 30px;
  height: 30px;
  transition: all 0.32s ease-in-out;
}

footer a:hover svg {
  opacity: 0.7;
}

@media screen and (max-width: 540px) {
  .maincontent {
    width: 90%;
    padding: 40px 30px;
  }

  .tagline {
    font-size: 16px;
  }

  .logowrap {
    top: 20px;
    left: 20px;
  }
}
