@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@font-face {
  font-family: "mcFont";
  src: url("fonts/font.eot");
  src: url("fonts/font.woff") format("woff"), url("fonts/font.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Fira Sans", Haettenschweiler, sans-serif;
  color: #E7EAEE;
  user-select: none;
}

body {
  background: #636160;
  min-height: 100vh;
}

.mc-font {
  font-family: "mcFont", "Fire Sans", Haettenschweiler, sans-serif;
}

.hoverable {
  cursor: pointer;
}

.disclaimer {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 80px;
  z-index: 9;
  background: rgba(123, 192, 89, 0.9);
  height: 64px;
  width: 100%;
  backdrop-filter: blur(10px);
  padding: 0 5%;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
}
.disclaimer p, .disclaimer a {
  color: #282624;
}
.disclaimer a {
  text-decoration: underline;
}
.disclaimer .title {
  font-size: 1.3em;
  font-weight: 600;
}
.disclaimer button {
  background: #282624;
  font-size: 1.2em;
  width: 150px;
  height: 40px;
}

.landing-page {
  height: calc(100vh - 80px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3019607843), rgba(255, 255, 255, 0)), url("../images/concept/art1.webp");
  background-position: 50% -20vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}
.landing-page .landing-page-content {
  height: 35vh;
  width: 100%;
  background: #282624;
}
.landing-page .landing-page-content .chevron-container {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  width: 100%;
  position: relative;
  top: -55px;
}
.landing-page .landing-page-content .chevron-container .chevron {
  height: 100%;
  width: 23%;
  background: #282624;
  position: relative;
}
.landing-page .landing-page-content .chevron-container .chevron .content {
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  height: 65%;
  margin: 0 0 0 32px;
  width: 100%;
}
.landing-page .landing-page-content .chevron-container .chevron .content .text {
  font-size: 1.3em;
  width: 70%;
  text-align: center;
}
.landing-page .landing-page-content .chevron-container .chevron .content .icon {
  height: 128px;
  z-index: 3;
  aspect-ratio: 1;
  background: url("../images/trophy.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(8deg);
}
.landing-page .landing-page-content .chevron-container .chevron.mirrored .content {
  position: relative;
  right: 32px;
  margin: 0 32px 0 0;
}
.landing-page .landing-page-content .chevron-container .chevron.mirrored .content .icon {
  background: url("../images/graph.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(-8deg);
}
.landing-page .landing-page-content .chevron-container .chevron::before {
  content: " ";
  width: 0px;
  z-index: 2;
  height: 0px;
  border-style: solid;
  border-width: 0 0 110px 110px;
  border-color: transparent transparent #282624 transparent;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%) rotate(90deg);
}
.landing-page .landing-page-content .chevron-container .chevron.mirrored::before {
  left: 0;
  transform: translateX(-100%);
}
.landing-page .landing-page-content .chevron-container .button-container {
  height: 70px;
  width: 19%;
  background: #282624;
  padding: 12px 20px;
}
.landing-page .landing-page-content .chevron-container .button-container button {
  box-shadow: 0 4px 0 0 #659b4b;
  cursor: pointer;
  background: #7bc059;
  color: #282624;
  outline: none;
  border: none;
  font-size: 1.15em;
  font-weight: 600;
  letter-spacing: 2px;
  height: 100%;
  width: 100%;
}
.landing-page .landing-page-content .chevron-container .button-container button:hover {
  background: #659b4b;
  box-shadow: 0 4px 0 0 rgba(101, 155, 75, 0.5);
}
.landing-page .landing-page-content .texts {
  position: relative;
  top: -35px;
  width: 100%;
  text-align: center;
}
.landing-page .landing-page-content .texts .title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 32px;
  letter-spacing: 1px;
}
.landing-page .landing-page-content .texts .subtitle {
  line-height: 1.5em;
}

.about {
  width: 100%;
  height: 100vh;
  background: linear-gradient(105deg, #282624 65vw, #3e3b3a 65vw, #3e3b3a 65.3vw, transparent 65.3vw);
  position: relative;
}
.about::before {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #3e3b3a 0.3vw, transparent 0.3vw), url("../images/concept/art4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -100px;
  transform: scaleX(-1);
}