.naps-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/cover_blur.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'Source Sans Pro', sans-serif;
}

.naps-cover {
  position: absolute;
  overflow: hidden;
  width: 16000px;
  height: 16000px;
  background-color: #000;
}

.naps-img-container {
  width: 5800px;
  height: 5800px;
}

.image {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100%;
}

.naps-gradient {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(20%, transparent), color-stop(75%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 20%, transparent 75%, rgba(0, 0, 0, 0.5));
}

.naps-logo {
  position: absolute;
  top: 3vh;
  z-index: 50;
  width: 20vh;
}

.naps-gradient-large {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(20%, transparent), color-stop(75%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 20%, transparent 75%, rgba(0, 0, 0, 0.5));
}

.naps-canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.naps-cta-order {
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0px 42px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  cursor: pointer;
}

.naps-cta-order:hover {
  background-color: #fff;
  color: #ff3600;
}

.text-block {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.naps-bottom {
  position: absolute;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.naps-text-album {
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: italic;
}

.naps-preorder-popin {
  position: absolute;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.naps-preorder-popin.hide {
  opacity: 0;
}

.naps-pack {
  width: 42vh;
  margin-bottom: 30px;
}

.naps-product-text {
  width: 300px;
  margin-bottom: 20px;
  color: #fff;
}

.naps-text-product {
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 26px;
}

.naps-product-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.naps-cta-small {
  z-index: 50;
  padding: 10px 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.naps-cta-small:hover {
  background-color: #fff;
  color: #ff3600;
}

.naps-link {
  margin-top: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-style: italic;
}

.naps-link:hover {
  color: #ff3600;
}

.naps-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 30px;
  -webkit-transform: translate(100%, -100%) rotate(45deg);
  -ms-transform: translate(100%, -100%) rotate(45deg);
  transform: translate(100%, -100%) rotate(45deg);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  cursor: pointer;
}

.naps-close-plus {
  color: #fff;
  font-size: 30px;
}

.swiper-slide.naps-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.naps-bullet {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
}

.naps-bullet.active {
  background-color: #fff;
}

.naps-sound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.naps-bottom-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.naps-bottom-right {
  position: relative;
  width: 50px;
  height: 50px;
}

.naps-intro {
  position: absolute;
  z-index: 100;
  display: none;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.naps-intro-text {
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.image-2 {
  width: 130px;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.naps-note {
  width: 32px;
}

.naps-info-popin {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.naps-info-bulle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
}

.naps-info-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
}

.naps-info-btext {
  position: absolute;
  top: 55px;
  display: none;
  color: #fff;
  font-style: italic;
}

.naps-info-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  .naps-cover {
    width: 320px;
    height: 320px;
    -webkit-transform: scale(40);
    -ms-transform: scale(40);
    transform: scale(40);
  }

  .naps-cta-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 2px;
    font-size: 15px;
    letter-spacing: 3px;
  }

  .naps-bottom {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .naps-text-album {
    position: absolute;
    top: 0px;
    -webkit-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    transform: translate(0px, -40px);
    font-size: 19px;
  }

  .naps-pack {
    width: 320px;
  }

  .naps-product-text {
    text-align: center;
  }

  .naps-product-content {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swiper-slide.naps-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .swiper-pagination {
    margin-top: 30px;
  }

  .naps-bottom-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .naps-intro {
    padding-right: 20px;
    padding-left: 20px;
  }

  .naps-intro-text {
    max-width: 280px;
    font-size: 20px;
    line-height: 27px;
  }

  .image-2 {
    width: 100px;
  }

  .naps-info-popin {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-text {
    font-size: 16px;
  }
}

