:root {
  --glow-green-yellow: #e0f56e;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-width: 100%;
  display: flex;
  position: relative;
}

.parallaxcontainer {
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(#06050c, #06050c);
  background-position: 0 0;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.parallaxcontainer.dayversion {
  background-image: url('../images/background.jpg');
  background-position: 50%;
}

.blobs {
  z-index: 1;
  transform-origin: 100% 100%;
  width: 110vw;
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(1.2);
}

.div-block {
  z-index: 2;
  position: absolute;
}

.lightningcloud {
  z-index: 2;
  width: 20%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% 12%;
}

.rocket {
  z-index: 2;
  width: 36%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bears {
  z-index: 3;
  width: 110%;
  position: absolute;
  inset: auto 0% 0%;
}

.image {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-2 {
  transform-origin: 50% 100%;
  width: auto;
  transform: scale(1.12);
}

.sunclouds {
  width: 30%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.sunclouds.day {
  top: 8%;
  right: -2%;
}

.suncloudwrapper {
  width: 100%;
  height: 100%;
  position: relative;
  right: 35%;
}

.basecloud {
  z-index: 2;
  position: absolute;
}

.sun {
  z-index: 3;
  position: absolute;
}

.topcloud {
  z-index: 4;
  position: absolute;
}

.mainbear {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% -24px;
}

.mainbearimage {
  transform-origin: 50% 100%;
  max-width: none;
  max-height: 88%;
  position: absolute;
  left: 8%;
  transform: rotate(0);
}

.butterflies {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: relative;
  inset: 0%;
}

.blackbutterflies, .pinkbutterflies, .beigebutterflies {
  position: absolute;
  inset: 0%;
}

.stars {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: relative;
  inset: 0%;
}

.star {
  position: absolute;
  inset: 0%;
}

.mooncloudwrapper {
  width: 100%;
  height: 100%;
  position: relative;
  right: 35%;
}

.star2 {
  position: absolute;
  inset: 0%;
}

.formcontents {
  z-index: 6;
  background-color: #13131366;
  flex-flow: column;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding: 3rem 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sechlogo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 1rem;
  display: flex;
}

.image-3 {
  width: 100%;
  max-width: 256px;
}

.link {
  background-color: var(--glow-green-yellow);
  color: #000;
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin: .5rem auto;
  padding: 16px 1rem 8px;
  font-family: Lt Colored Pencil, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.link:hover {
  color: var(--glow-green-yellow);
  background-color: #000;
}

.text-block {
  color: var(--glow-green-yellow);
  text-align: center;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Lt Colored Pencil, Arial, sans-serif;
}

.italic-text {
  text-align: center;
  font-size: 2rem;
  line-height: 130%;
}

.mainformcontent {
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin: 0 auto auto;
  display: flex;
}

.presavelinkbuttons {
  color: #000;
  background-color: #0000;
  background-image: url('../images/cloud3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border: 4px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: auto;
  min-height: 71px;
  margin: .5rem auto;
  padding: 12px 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.presavelinkbuttons:hover {
  color: #000;
  background-color: #0000;
  text-decoration: none;
  transform: scale(1.05);
}

.image-4 {
  margin-left: auto;
  position: relative;
}

.text-block-2 {
  margin-left: 0;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 12px;
  font-family: Lt Colored Pencil, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-block-2:hover {
  text-decoration: none;
}

.applemusicpresaveembed {
  width: 100%;
  margin: 0;
  text-decoration: none;
  display: none;
}

.thankyoucontent {
  z-index: 6;
  background-color: #13131366;
  flex-flow: column;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding: 3rem 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.termsandconditionsbar {
  z-index: 7;
  background-color: var(--glow-green-yellow);
  color: #000;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding: 1rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.link-2 {
  color: #000;
  font-size: 12px;
}

.tclinks {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  vertical-align: baseline;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.link-3 {
  color: #000;
  font-size: 10px;
  text-decoration: none;
}

.italic-text-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 130%;
}

.text-block-3 {
  text-align: center;
  width: 100%;
  max-width: 512px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 130%;
}

.mainbearnight {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% -24px;
}

.sociallinks {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.sociallink {
  transition: all .2s;
}

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

.text-span {
  margin-left: -4px;
}

.daytimesection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .parallaxcontainer {
    background-position: 70%;
  }

  .blobs {
    inset: auto 0% 0%;
    transform: scale(1.5);
  }

  .lightningcloud {
    width: 24%;
  }

  .rocket {
    width: 44%;
  }

  .image {
    position: absolute;
    inset: auto 0% 0%;
  }

  .sunclouds {
    width: 50%;
    top: 8%;
    right: 0;
  }

  .suncloudwrapper {
    right: 0%;
  }

  .mainbear {
    inset: 0% 0% -24px;
  }

  .mainbearimage {
    max-width: 47%;
    position: absolute;
    inset: auto auto 0% 8%;
  }

  .blackbutterflies {
    max-width: none;
    height: 100%;
    inset: 0%;
  }

  .pinkbutterflies {
    width: auto;
    max-width: none;
    height: 100%;
    inset: auto;
  }

  .beigebutterflies, .star {
    max-width: none;
    height: 100%;
    inset: 0% 0% 0% auto;
  }

  .mooncloudwrapper {
    right: 0%;
  }

  .star2 {
    max-width: none;
    height: 100%;
    inset: 0% 0% 0% auto;
  }

  .thankyoucontent {
    height: 100svh;
  }

  .termsandconditionsbar {
    inset: auto 0% 0%;
  }

  .tclinks {
    flex-flow: wrap;
  }

  .link-3 {
    text-align: center;
    max-width: 11vw;
    font-size: 8px;
    line-height: 120%;
  }

  .tcdividers {
    display: none;
  }

  .mainbearnight {
    inset: 0% 0% -24px;
  }
}

@media screen and (max-width: 767px) {
  .blobs {
    width: 120%;
  }

  .lightningcloud {
    left: 8%;
  }

  .rocket {
    width: 50%;
  }

  .image {
    max-width: none;
  }

  .mainbear {
    height: auto;
    inset: 0%;
  }

  .mainbearimage {
    z-index: 5;
    width: auto;
    max-width: 60%;
    height: auto;
    position: absolute;
    inset: auto auto -40px;
  }

  .butterflies {
    background-image: url('../images/mobilebutterflies.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .blackbutterflies, .pinkbutterflies, .beigebutterflies {
    display: none;
  }

  .stars {
    background-image: url('../images/mobileStars.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .star, .star2 {
    display: none;
  }

  .text-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-3 {
    text-align: center;
    max-width: 12vw;
  }

  .mainbearnight {
    height: auto;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  .lightningcloud {
    width: 50%;
    left: 0%;
  }

  .rocket {
    width: 100%;
    display: none;
  }

  .bears {
    background-image: url('../images/mobilebears.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    width: 120%;
    height: 100svh;
  }

  .image-2 {
    display: none;
    transform: scale(1.2);
  }

  .sunclouds {
    width: 66%;
    top: 10%;
    right: -8%;
  }

  .mainbear {
    z-index: 6;
    background-color: #0000;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .mainbearimage {
    z-index: 6;
    width: 80%;
    max-width: 80%;
    height: auto;
    min-height: 30%;
    position: absolute;
    inset: auto auto 0;
  }

  .butterflies {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blackbutterflies {
    width: auto;
    max-width: none;
    height: 100%;
    display: none;
    left: auto;
    right: auto;
  }

  .pinkbutterflies, .beigebutterflies {
    display: none;
  }

  .stars {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .star, .star2 {
    display: none;
  }

  .thankyoucontent {
    height: 100%;
    min-height: 100svh;
  }

  .termsandconditionsbar {
    flex-flow: column;
    padding: 8px 8px 12px;
  }

  .link-2 {
    text-align: center;
  }

  .tclinks {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-left: 0;
  }

  .link-3 {
    text-align: center;
    max-width: none;
  }

  .mainbearnight {
    z-index: 6;
    height: 100%;
    inset: 0 0% 0%;
  }

  .sociallinks {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

@font-face {
  font-family: 'Lt Colored Pencil';
  src: url('../fonts/LT-Colored-Pencil.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@keyframes pingpong {
  0% { transform: translateX(-20px); }
  50% { transform: translateX(20px); }
  100% { transform: translateX(-20px); }
}
@keyframes verticalpingpong {
  0% { transform: translateY(-12px); }
  50% { transform: translateY(12px); }
  100% { transform: translateY(-12px); }
}
@keyframes bearrotate {
  0% { transform: rotateZ(-8deg); }
  50% { transform: rotateZ(8deg); }
  100% { transform: rotateZ(-8deg); }
}
.topcloud {
  animation: pingpong 6s ease-in-out infinite;
}
.basecloud {
  animation: pingpong 8s ease-in-out infinite;
  animation-direction:alternate;
}
.lightningcloud img{
  animation: verticalpingpong 8s ease-in-out infinite;
  animation-direction:alternate;
}
.mainbearimage{
  animation: bearrotate 8s ease-in-out infinite;
}
.mainbear, .mainbearnight{
  bottom:-40px;
}
@keyframes mobilebutterfly {
  0% { background-position: center 0px; }
  50% { background-position: center 16px; }
  100% { background-position: center 0px; }
}
.butterflies{
  animation: mobilebutterfly 4s ease-in-out infinite;
  background-repeat: no-repeat;
  background-size: cover;
  /* Other styling as needed */
}