._100h {
  position: relative;
  display: none;
}

.body {
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #424e64;
  background-image: url('../images/sky.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Blackout midnight', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.heading {
  margin-top: 10px;
  transition: letter-spacing 300ms ease-in-out;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 16px;
}

.heading:hover {
  letter-spacing: 9px;
}

.header {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body-rel {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(180deg, #000, #4f4f4f 31%, #fff);
}

.sun-cont {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
}

.sun {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 50px;
  margin-top: 109px;
  border-radius: 600px;
  background-image: linear-gradient(180deg, #eccfcc, #eccfcc);
  transform: translate(-171px, 0px);
}

.cover {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  width: 800px;
  height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-2 {
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 30px;
  border-color: #161818;
}

.elements-holder {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  max-width: 100%;
}

.camera {
  position: absolute;
  left: auto;
  top: 26%;
  right: 23%;
  bottom: auto;
  display: block;
  width: 9%;
  transform: skew(0deg, 0deg);
  transition: transform 500ms cubic-bezier(.165, .84, .44, 1);
  cursor: pointer;
}

.camera:hover {
  transform: skew(6deg, 0deg);
}

.light {
  position: absolute;
  left: 49%;
  top: 15%;
  right: 0%;
  bottom: auto;
  width: 2%;
  filter: grayscale(100%);
  cursor: pointer;
  transform-style: preserve-3d;
}

.light:hover {
  filter: none;
  transform: scale3d(1none, 1none, 1none);
}

.chair {
  position: absolute;
  left: 16%;
  top: auto;
  right: 0%;
  bottom: 5%;
  width: 18%;
  transform: rotate(5deg);
  transition: transform 500ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.chair:hover {
  transform: rotate(0deg);
}

.interactive-container {
  position: fixed;
  z-index: 100;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  width: 120px;
  margin: 20px;
}

.socials {
  position: fixed;
  left: auto;
  top: 0%;
  right: 1.5%;
  bottom: auto;
  z-index: 900;
  margin-top: 20px;
}

.social-icon {
  display: block;
  width: 18px;
  margin-top: 0px;
  margin-bottom: 15px;
  filter: invert(100%);
}

.social-icon:hover {
  opacity: 0.62;
}

.social-icon.spotify {
  filter: none;
}

.null-div {
  position: relative;
  z-index: 5;
  display: block;
  background-color: #000;
}

._100vh {
  position: relative;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.gray {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: #161818;
}

.mailing-list {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  margin: 5px;
  padding: 10px;
  transition: all 575ms cubic-bezier(0, .412, .25, 1);
  color: #fff;
  text-decoration: none;
}

.mailing-list:hover {
  color: #83d3b4;
}

.text-block {
  text-align: center;
}

.listen-now {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 200;
  display: flex;
  padding: 10px;
  align-items: center;
}

.link {
  border: 1px solid #fff;
}

.link-block {
  position: relative;
  padding: 5px 10px;
  border: 1px solid #fff;
  transition: all 450ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  border-color: #83d3b4;
  background-color: #83d3b4;
  color: #000;
}

.link-block.store {
  margin-bottom: 10px;
}

.text-block-2 {
  padding-left: 6px;
}

.text-block-3 {
  padding-left: 15px;
}

.mailling-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(254, 160, 70, 0.78);
  color: #000;
  letter-spacing: 0px;
}

.div-block {
  padding: 16px;
  background-color: #fff;
}

.div-block-2 {
  display: flex;
  padding: 0px 5px;
  justify-content: flex-end;
  background-color: #000;
  color: #fff;
}

.div-block-3 {
  width: 400px;
}

.div-block-4 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.html-embed {
  position: relative;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.div-block-5 {
  position: relative;
  width: 700px;
  height: 700px;
}

.image-4 {
  position: absolute;
  z-index: 15;
}

.image-4.bg {
  z-index: 10;
}

.quadcont {
  position: absolute;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

.quad {
  width: 50%;
  height: 50%;
}

.mobile-album-cover {
  display: none;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nullsunrise {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  background-color: #f29853;
}

.sky {
  position: static;
  left: auto;
  top: -2%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  width: 100vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.lights {
  position: fixed;
  left: 28%;
  top: auto;
  right: 0%;
  bottom: 6%;
  overflow: hidden;
  width: 81%;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 90%;
}

.image-8 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 90%;
}

.scene {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.wall {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.plant {
  position: absolute;
  left: 22%;
  top: auto;
  right: 0%;
  bottom: 16%;
  width: 15%;
}

.curtain {
  position: absolute;
  left: 14%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 92%;
  cursor: auto;
}

.vinyls {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 14%;
}

.ceiling {
  position: absolute;
  left: -2%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
}

.bg {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  height: 500%;
  flex-direction: column;
  flex: 0 0 auto;
  background-image: url('../images/grain_1grain.png'), linear-gradient(180deg, #cecae5, #d78475 36%, #7d5ca0 68%, #15153f 104%);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
  -o-object-fit: none;
     object-fit: none;
}

.stars {
  position: fixed;
  display: block;
  opacity: 0.65;
}

.stars.two {
  top: -38%;
  transform: rotate(180deg);
}

.heading-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  font-family: 'Blackout midnight', sans-serif;
  font-size: 87px;
  line-height: 90px;
  text-align: center;
  letter-spacing: 0px;
}

.warm-text {
  position: fixed;
  left: auto;
  top: 26%;
  right: -2%;
  bottom: 0%;
  display: block;
  width: 75%;
  height: 50%;
  text-align: center;
}

.warm {
  width: 40%;
}

.content {
  position: fixed;
  left: 2%;
  top: 15%;
  right: auto;
  bottom: auto;
  z-index: 500;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  transform: none;
  transform-origin: 50% 50%;
}

.heading-3 {
  margin-top: 0px;
  font-family: 'Blackout midnight', sans-serif;
  font-size: 28px;
  line-height: 27px;
  letter-spacing: 0px;
}

.heading-4 {
  margin-top: 5px;
  font-size: 22px;
  line-height: 23px;
}

.button {
  margin-top: 3px;
  border-style: solid;
  background-color: rgba(207, 151, 152, 0.56);
  transition: background-color 200ms ease-in-out;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #cf9798;
}

.lamp {
  position: fixed;
  left: 11%;
  top: auto;
  right: auto;
  bottom: -42%;
  height: 96%;
  cursor: pointer;
}

.dim-lamp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 45%;
}

.lamp-lit {
  position: relative;
  left: -17%;
  top: -1.7%;
  right: auto;
  bottom: auto;
  display: block;
  height: 47%;
}

.lit-lamp {
  position: relative;
  left: -18%;
  top: -1.7%;
  display: block;
  height: 47%;
}

.html-embed-2 {
  position: absolute;
  left: 4%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 200;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(0, 0%, 100%, 0.67);
  box-shadow: -3px 3px 6px 1px rgba(26, 26, 27, 0.66);
  perspective: 1176px;
  transform: perspective(373px) rotateX(57deg) rotateY(-6deg) rotateZ(-34deg);
  transform-style: preserve-3d;
}

.social-link {
  display: block;
  filter: brightness(85%);
  transition: filter 200ms ease-in-out;
}

.social-link:hover {
  opacity: 1;
  filter: brightness(200%);
}

.nts-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  width: 8%;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
}

.island {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15%;
  width: 100%;
}

.sunra {
  position: absolute;
  left: auto;
  top: auto;
  right: 11%;
  bottom: 31%;
  width: 7%;
}

.catking {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 40%;
  width: 6%;
}

.square {
  position: absolute;
  left: 14%;
  top: 44%;
  right: auto;
  bottom: auto;
  width: 6%;
}

.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -13%;
  opacity: 1;
}

.comet {
  position: absolute;
  left: 9%;
  top: 5%;
  right: auto;
  bottom: auto;
  width: 6%;
}

.fan {
  position: absolute;
  left: auto;
  top: 30%;
  right: 14%;
  bottom: auto;
  width: 13%;
}

.floating-island {
  position: absolute;
  left: 16%;
  top: 52%;
  right: auto;
  bottom: auto;
  width: 11%;
}

.star-bg {
  position: relative;
}

.star-bg2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
}

.astronaut-text {
  display: block;
  width: 35vw;
  margin-bottom: 10px;
}

.ashwalker {
  width: 15vw;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .cover {
    width: 100vw;
    height: 100vw;
  }

  .bg {
    height: 400%;
  }

  .astronaut-text {
    width: 60vw;
  }

  .ashwalker {
    width: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .chair {
    bottom: 8%;
    width: 26%;
  }

  .socials {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    text-align: center;
  }

  .div-block-5 {
    width: 100vw;
    height: 100vw;
  }

  .mobile-album-cover {
    display: none;
  }

  .lights {
    left: 14%;
    bottom: 8%;
    width: 100%;
  }

  .plant {
    width: 21%;
  }

  .curtain {
    left: -1%;
  }

  .warm-text {
    top: 44%;
  }

  .content {
    left: 0%;
    top: 8%;
    right: 0%;
    bottom: auto;
    z-index: 200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .lamp {
    left: 11%;
    top: auto;
    right: auto;
    bottom: -33%;
    height: 80%;
  }

  .social-link {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }

  .nts-logo {
    left: auto;
    top: 2%;
    right: 2%;
    bottom: auto;
    width: 9%;
  }

  .bottom {
    bottom: 0%;
  }

  .astronaut-text {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: flex;
    overflow: visible;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url('../images/sky.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .sun-cont {
    display: none;
  }

  .sun {
    display: none;
  }

  .cover {
    width: 100%;
    height: 100%;
  }

  .chair {
    bottom: 10%;
    width: 44%;
  }

  .interactive-container {
    position: relative;
    overflow: visible;
    height: 100vw;
    margin-top: 26px;
    margin-bottom: 9px;
    padding: 0px;
    background-image: linear-gradient(180deg, #ff9e45, #f67444);
  }

  .logo {
    position: relative;
    width: 120px;
  }

  .socials {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin: 0px;
    align-items: center;
    text-align: center;
  }

  .social-icon {
    margin: 7px;
  }

  .null-div {
    position: absolute;
    display: none;
  }

  .gray {
    display: none;
  }

  .mailing-list {
    position: relative;
    width: 100%;
    margin: 20px 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #fff;
  }

  .listen-now {
    position: relative;
    width: 100%;
    margin-right: -9px;
    margin-left: -9px;
    padding-top: 19px;
    padding-bottom: 19px;
    flex-direction: column-reverse;
    border: 1px solid #fff;
  }

  .link-block.store {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .text-block-3 {
    width: 300px;
    margin-bottom: 5px;
    padding: 8px 8px 8px 0px;
    text-align: center;
  }

  .div-block-3 {
    width: 100%;
    margin: 10px;
  }

  .div-block-4 {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-5 {
    display: none;
    width: 90vw;
    height: 90vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mobile-album-cover {
    display: block;
    margin-top: 15px;
  }

  .image-5 {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .nullsunrise {
    display: none;
  }

  .sky {
    height: 120vh;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lights {
    position: fixed;
    left: -15%;
    bottom: 2%;
    overflow: hidden;
    width: 200%;
  }

  .plant {
    width: 40%;
  }

  .curtain {
    left: -13%;
    top: -2%;
    height: 82%;
  }

  .vinyls {
    display: none;
  }

  .bg {
    width: 100vw;
    margin-top: -31px;
  }

  .warm {
    width: 61%;
  }

  .lamp {
    position: absolute;
    left: 11%;
    bottom: -33%;
  }

  .nts-logo {
    top: 1%;
    width: 12%;
  }

  .island {
    overflow: hidden;
  }

  .sunra {
    width: 15%;
  }

  .catking {
    width: 16%;
  }

  .square {
    width: 18%;
  }

  .bottom {
    overflow: hidden;
  }

  .comet {
    width: 19%;
  }

  .fan {
    width: 28%;
  }

  .floating-island {
    width: 25%;
  }
}

@font-face {
  font-family: 'Blackout midnight';
  src: url('../fonts/Blackout-Midnight.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}