:root {

  /* Set neon color */
  --neon-text-color: #f40;
    cursor: none;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  font-family: pragmatica, sans-serif;
  cursor: none;
}

.scroll-stop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
}

.scroller {
  height: 100vh;
}

section {
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


/**************** INTRO ****************/
.intro {
  height: 300vh;
  width: 100vw;
  background-color: #000;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  cursor: none;
}

.banner {
  height: 100%;
  width: 96%;
  background-image: url(/images/instruments/guitar-bg-big-sunscreen.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0rem;
  transform: rotateZ(20deg) scale(1.4);
}

.title-container {
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 9vh;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}

.title-container2 {
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 10%;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}

.line-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 10vh;
  perspective-origin: left;
}

.line,
.line-2 {
  width: 100%;
  line-height: 1;
  font-size: 10vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  position: relative;
  transform-origin: left;
  opacity: 0;
}

.line1 {
  justify-content: center;
}
.neon {
  color: #fff;
  animation: flicker 1.5s infinite alternate;
  text-shadow: -1px -1px 1px #fff,
    1px 1px 10px #FFF,
    0 0 1px var(--neon-text-color),
    0 0 1px var(--neon-text-color),
    0 0 1px var(--neon-text-color),
    0 0 1px var(--neon-text-color),
    0 0 1px var(--neon-text-color);
}



.neon::-moz-selection {
  color: var(--neon-text-color);
}

.neon::selection {
  color: var(--neon-text-color);
}

.neon:focus {
  outline: none;
}



h3 {
  margin: 0;
  font-family: pragmatica,
    sans-serif;
  font-weight: inherit;
  font-size: inherit;
}

.line2 {
  justify-content: flex-start;
  margin-left: 5%;
}

.line3 {
  justify-content: flex-start;
  margin-left: 10%;
}

.line4 {
  justify-content: flex-end;
  margin-right: 20%;
}

.line5 {
  justify-content: center;
  padding-right: 15%;
}

.line6 {
  justify-content: flex-end;
  padding-right: 10%;
}

.line7 {
  justify-content: flex-end;
  padding-right: 5%;
}

.line8 {
  justify-content: flex-start;
  margin-left: 20%;
}

/**************** SECTION 1 ****************/
section.description {
  background-color: #000;
  width: 100vw;
  height: 230vh;
  justify-content: flex-start;
  margin-top: 6rem;
}

.description-container {
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.description-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  color: aliceblue;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-end;
  justify-content: center;
  transform-origin: left;
  line-height: 1;
  
}

.description-title h3 {
  font-size: 12vw;
}

.description-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
  display: flex;
  position: absolute;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-image: url(/images/instruments/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


.description-img img {
  width: 70%;
  height: 70%;
  overflow: hidden;
  object-fit: cover;
}

/**************** SECTION 1 ****************/
section.conclusion {
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

footer {
  height: 75vh;
  width: 100vw;
  background-color: #222;
  overflow: hidden;
}

section.footer-container {
  height: 75vh;
  color: #f0f0f0;
  background-color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-row {
  height: 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-row.cntr {
  background-color: #222;
  justify-content: center;
}

.f-headline-large{
  font-size: 14rem;
  margin-bottom: 8rem;
}

.logo {
  width: 400px;
  height: 80px;
  background-color: #f0f0f0;
  border-radius: 3px;
}

.items {
  width: 50vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.item {
  width: 80px;
  height: 80px;
  background-color: #f0f0f0;
  border-radius: 3px;
}

.circles {
  width: 50vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.circle {
  width: 100px;
  height: 100px;
  background-color: #f0f0f0;
  border-radius: 50%;
}

.foot {
  height: 20px;
  width: 80vw;
  background-color: #f0f0f0;
  border-radius: 3px;
}

h1 {
  font-size: 30px;
}