.section {
  width: 100vw;
  height: 100vh;
}

.section.dusk {
  z-index: 1;
  height: auto;
  min-height: 100vh;
  background-color: #6977c7;
  background-image: url('../images/cloudBG1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.day {
  z-index: 1;
  height: auto;
  min-height: 100vh;
  background-color: #89cdec;
  background-image: url('../images/cloudBG1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.night {
  z-index: 1;
  height: auto;
  min-height: 100vh;
  background-color: #000047;
  background-image: url('../images/cloudBG1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contentoverlay {
  z-index: 4;
  min-height: 100vh;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(32, 37, 48, .82), rgba(32, 37, 48, .82));
  background-position: 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 88px 24px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.logoimage {
  width: 80%;
  max-width: 960px;
  mix-blend-mode: normal;
  margin-top: auto;
}

.paperoverlay {
  z-index: 3;
  mix-blend-mode: multiply;
  background-image: url('../images/paper.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cloudoverlay {
  z-index: 2;
  mix-blend-mode: normal;
  background-image: url('../images/cloudBG2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.floweroverlay {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.socials {
  z-index: 10;
  width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block {
  margin-left: 24px;
  margin-right: 24px;
  transition: all .2s;
}

.link-block:hover {
  transform: skew(19deg, -18deg);
}

.italic-text {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
}

.link {
  background-color: #1c1c57;
  margin-top: 24px;
  padding: 14px 24px 12px;
  font-family: Caveat Brush, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #da3131;
  background-color: #9393d6;
}

.listenbutton {
  max-width: 180px;
  margin-top: 24px;
  margin-bottom: 18vh;
  transition: all .2s;
}

.listenbutton:hover {
  transform: scale(1.1);
}

.image {
  color: #75becb;
  font-family: Averiaseriflibre, sans-serif;
  box-shadow: 0 6px 8px -4px #000;
}

.html-embed {
  width: 100%;
  max-width: 600px;
  color: #000;
  background-color: rgba(2, 129, 12, 0);
  margin-top: 48px;
  margin-bottom: 15vh;
  font-family: Averiaseriflibre, sans-serif;
}

.lottie-animation, .lottie-animation-2, .lottie-animation-3 {
  display: none;
}

.moontop {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sunback {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  width: 60vw;
  height: 60vw;
  max-width: 600px;
  position: relative;
}

.body {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-2 {
  width: 90%;
  max-width: 600px;
  opacity: 0;
  filter: blur(20px);
  box-shadow: 0 10px 20px 4px rgba(21, 64, 89, .65);
}

.section-2 {
  position: relative;
}

.html-embed-2 {
  width: 90%;
  max-width: 600px;
  margin-top: 24px;
  position: relative;
}

.div-block-2 {
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5vh;
  display: flex;
  overflow: visible;
}

.html-embed-3 {
  width: 100%;
  max-width: 960px;
  margin-top: 64px;
  margin-bottom: 10vh;
}

.section-3 {
  width: auto;
  min-height: 100vh;
}

.videosectionbg {
  z-index: 1;
  width: auto;
  min-height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.text-block {
  color: #f8f7ff;
  text-align: center;
  font-family: Averiaseriflibre, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  .listenbutton {
    max-width: 30vw;
  }

  .text-block {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .listenbutton {
    max-width: 50vw;
  }

  .text-block {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .contentoverlay {
    height: 100%;
    min-height: 0;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding: 88px 12px;
    position: fixed;
    overflow: scroll;
  }

  .logoimage {
    width: 100%;
  }

  .link-block {
    margin-left: 8px;
    margin-right: 8px;
  }

  .listenbutton {
    max-width: 60vw;
    margin-bottom: 40px;
  }

  .html-embed {
    width: 100%;
    color: #fff;
    margin-bottom: 48px;
    overflow: scroll;
  }

  .body-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    overflow: visible;
  }

  .html-embed-3 {
    margin-bottom: 40px;
  }

  .videosectionbg, .background-video {
    background-image: url('../images/mobileBG.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .text-block {
    font-size: 1.2rem;
  }
}


@font-face {
  font-family: 'Averiaseriflibre';
  src: url('../fonts/AveriaSerifLibre-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}