/* BASE + RESETS */
*,
p, h1, h2, h3 {
    border: 0;
    margin: 0;
    padding: 0;
}
div, section ,p ,h1 ,h2, h3, span {
  box-sizing: border-box;
  max-height: 999999px;
}
html {
  font-size: 1rem;
  color: white;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  min-height: 120vh;
  overflow-y: scroll;

  animation-fill-mode: forwards;
    background-position-y: -0.5rem;
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
html h1,
html h2 {
  font-weight: normal!important;
}

body {
  height: auto;
  background-size: contain;
  min-height: 140vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  font-family: 'Metal Mania', cursive;
  background-color: rgba(0,0,0,0.75);
  cursor: pointer;
  transition: 0.3s;
  font-size: 3rem;
  height: 5rem;
}

.header:hover {
  height: 6rem;
  background-color: rgba(0,0,0,1);
}

#IG {
  height: 3.5rem;
  width: 3.5rem;
  stroke: white;
  margin-left: 1rem;
}

#main {
  box-sizing: border-box;
  width: 100%;
  max-width: 60rem;
  padding-bottom: 7rem;
  border-radius: 1rem;
}

.landing {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 60rem;
  width: 100%;
  background: url(img/20201229_202500.jpg);
  background: url(img/1.png);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 49px black, inset 0 0 100px black, inset 0 0 100px black, inset 0 0 20px black, inset 0 0 200px black, inset 0 0 150px black;
}

.landing-text-wrapper {
  height: 20rem;
  display: flex;
  align-items: center;
  flex-direction: column;

}

.text-1 {
  font-size: 4rem;
  font-family: 'Metal Mania', cursive;
  color: #faef0f;
}

.text-2 {
  font-size: 6rem;
  font-family: 'Metal Mania', cursive;
  color: #faef0f;
}

.text-1,
.text-2 {
  text-shadow: -4px 3px black, -4px 3px black;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40rem;
}

.about-2 {
  margin-top: -3rem;
}

.about-txt {
  font-size: 2rem;
  margin-bottom: 3.5rem;
}

.about-video {
  display: flex;
  justify-content: center;
  width: 100%;
}

.about-video-iframe {
  height: 27rem;
  width: 80%;
  border-radius: 3rem;
}

.searching-fo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.5rem;
  margin: 1.5rem 6rem 0 6rem;
  color: #faef0f;
  font-family: 'Metal Mania', cursive;
}

.searching-fo-1 {
  margin-bottom: 5rem;
}

.searching-fo-wrapper {
  padding: 1.6rem 3rem 2rem 3rem;
  border-radius: 2rem;
  background-color: rgb(86 27 22);
  border: 2px solid #faef0f;
}

.searching-fo-wrapper-2 {
  padding: 1.6rem 3rem 2rem 3rem;
  border-radius: 2rem;
  background-color: rgb(86 22 78);
  border: 2px solid #faef0f;
  color: white;
}

.just-an-extra-being-wrapper {
  padding: 1.6rem 3rem 2rem 3rem;
  border-radius: 2rem;
  background-color: rgb(0 64 91);
  border: 2px solid #faef0f;
}

.just-an-extra-being {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.5rem;
  margin: 5rem 6rem 0 6rem;
  font-family: 'Metal Mania', cursive;
}

.aeq-wrapper {
  display: flex;
  align-items: center;
  padding: 1.7rem 0 1.5rem 0;
  cursor: pointer;
  width: 55%;
}

.aeq-icon-container {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
}

.aeq-wrapper svg {
  height: 5rem;
  width: 5rem;
  padding: 0.3rem;
  background-color: white;
  border-radius: 1rem;
}

.aeq-text {
  margin-left: 2rem;
}

.aeq-wrapper-2 {
  padding: 1.5rem 0 0.9rem 0;
}

