* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  background: #000;
  padding: 0;
  margin: 0;
  height: 100%;
}

#hero-blk {
  background: url("../images/lostthreads-banner-2026.png") center 10% no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: table;
}

#hero-blk h2 {
  color: #a2a2a2;
  font-family: "Bebas Neue", sans-serif;
  font-size: 17px;
  width: 220px;
  letter-spacing: 1px;
  margin: 20px auto;
  display: block;
  font-weight: normal;
  padding: 10px 20px;
  background: #56e34c;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#hero-blk h2:hover {
  background: #0cb100;
}

#hero-blk .flex-box-blk {
  gap: 0px;
  width: 200px;
  justify-content: center;
  margin: 20px auto;
  align-items: center;
}

#hero-blk .flex-box-blk div img {
  width: 15px;
  display: block;
  margin: 0 auto;
  opacity: 0.7;
}

#hero-blk .flex-box-blk > div:first-child,
#hero-blk .flex-box-blk > div:last-child {
  background: Red;
  flex: 2;
}

#discography-section .container-class-blk:first-child {
  background: REd;
}

.line-blk {
  width: 100%;
  height: 1px;
  background: #a6a6a6;
}

.stream-platform-blk {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  align-items: center;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
}

.stream-platform-blk a {
  color: #fff;
  text-decoration: none;
}

.stream-platform-blk a i {
  display: block;
  font-size: 15px;
}

.stream-platform-blk p {
  color: #cfcfcf;
  font-family: "Inter Tight", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}

.stream-platform-blk a {
  transition: color 0.3s ease-in-out;
  font-size: 20px;
}

.stream-platform-blk a:hover {
  color: #56e34c;
}

#logo-blk {
  position: absolute;
  top: 5%;
  width: 22px;
  left: 3%;
  transition: all 0.3s ease-in-out;
}

#section-blk {
  width: 100%;
  height: 100vh;
}

.font-container-blk {
  width: 700px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.font-container-blk h1 {
  font-size: 40px;
  text-align: center;
  color: #56e34c;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0px #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#font-blk {
  width: 100%;
}

.section-blk {
  background: #000;
  padding-bottom: 50px;
}

.container-class-blk {
  width: 998px;
  margin: 0 auto;
}

.section-blk h1 {
  color: #a2a2a2;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  letter-spacing: 7px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.row-two-class {
  display: flex;
  gap: 20px;
}

.row-two-class div {
  flex: 1;
}

.row-two-class iframe {
  height: 300px !important;
}

.row-two-class-spotify {
  display: flex;
  gap: 20px;
}

.row-two-class-spotify div {
  flex: 1;
}

.row-two-class-spotify iframe {
  height: 400px !important;
}

.section-blk iframe {
  width: 100%;
  height: 500px;
}

.flex-box-blk {
  display: flex;
  gap: 20px;
}

.flex-box-blk div {
  flex: 1;
}

.flex-box-blk-headline {
  display: flex;
  align-items: center;
  margin: 40px 0px;
  gap: 20px;
}

.flex-box-blk-headline .line-blk {
  background: #3e3e3e;
}

.flex-box-blk-headline div:first-child {
  flex: 3;
}

.flex-box-blk-headline div:nth-child(2) {
  flex: 1;
}

.flex-box-blk-headline div:last-child {
  flex: 3;
}

.flex-box-blk-headline img {
  width: 30px;
  opacity: 0.5;
  margin: 0 auto;
  display: block;
}

.flex-box-blk-headline h3 {
  color: #a2a2a2;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  letter-spacing: 7px;
  text-align: center;
}

footer {
  padding: 20px;
}

footer p {
  color: #cfcfcf;
  font-family: "Inter Tight", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px;
}

footer ul {
  margin: 0 auto;
  width: 224px;
  list-style: none;
  display: flex;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 10px;
}

footer ul a {
  color: #cfcfcf;
  font-size: 20px;
}

footer .flex-box-blk-headline img {
  width: 150px;
  opacity: 0.5;
}

.container-flex-blk-footer {
  text-align: center;
}

.container-flex-blk-footer p {
  padding: 4px 0px;
  color: #878787;
}

.container-flex-blk-footer h4 {
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  display: block;
  font-size: 25px;
  margin: 5px 0px;
  text-align: center;
  letter-spacing: 2px;
}
/* Media Queries */

@media screen and (max-width: 998px) {
  .section-blk {
    width: 100%;
    padding: 0 20px;
  }
  .container-class-blk {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #hero-blk {
    background-size: contain;
    background-attachment: fixed;
    background-position-y: 0%;
    height: 500px;
  }
  .font-container-blk {
    width: 70%;
  }

  .font-container-blk h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  #hero-blk {
    background-size: contain;
    background-position-y: 0%;
    background-attachment: fixed;
    height: 340px;
  }

  .row-two-class-spotify {
    display: block;
  }

  .row-two-class-spotify div {
    margin-bottom: 20px;
  }

  .row-two-class {
    display: block;
  }

  .row-two-class div {
    margin-bottom: 20px;
  }

  .section-blk iframe {
    height: 300px;
  }

  #hero-blk .flex-box-blk {
    display: none;
  }

  #hero-blk h2 {
    width: 160px;
    text-align:center;
    font-size: 10px;
  }

  #logo-blk {
    position: absolute;
    top: 5%;
    width: 15px;
    left: 5%;
  }

  .font-container-blk {
    bottom: 7%;
  }

  .font-container-blk h1 {
    font-size: 20px;
    line-height: 22px;
  }

  .font-container-blk h2 {
    font-size: 11px;
  }

  .stream-platform-blk {
    display: none;
  }
}
