:root {
  --white: white;
  --black: black;
}

.section {
  z-index: -1;
  filter: blur(8px);
  background-image: url('../images/cartoon-space-background-q0svwt1fa3jh8t00.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading {
  text-align: center;
}

.div-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top {
  margin-bottom: 20px;
}

.button {
  color: #000;
  background-color: #fcf14b;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 0 12px -1px #fcf14b;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-2.ca {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.heading-2 {
  color: #fcf14b;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.image {
  margin-top: -97px;
  transition: all .325s cubic-bezier(.77, 0, .175, 1);
}

.image:hover {
  transform: translate(-129px, -219px)rotate(-12deg);
}

.div-block-3 {
  z-index: 1;
  background-image: linear-gradient(#0816316b, #0816316b);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-3 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.button-2 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .375s;
  box-shadow: 0 0 12px -1px #fff;
}

.button-2:hover {
  box-shadow: none;
  transform: scale(1.1);
}

.button-2.casf {
  font-size: 30px;
  line-height: 30px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  transition: all .6s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.html-embed {
  position: absolute;
  inset: 0%;
}

.image-2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block {
  margin-top: 101px;
  position: static;
}

.image-3 {
  border: 5px solid #fff;
  border-radius: 20px;
}

.image-4 {
  width: 100px;
}

.link {
  transition: all .375s cubic-bezier(.68, -.55, .265, 1.55);
}

.link:hover {
  transform: rotate(20deg)scale(1.2);
}

.play-sun {
  color: #f3ba2f;
  background-color: #996700;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Rubik Bubbles, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.play-sun:hover {
  transform: rotate(4deg)scale(1.1);
}

.div-block-5 {
  z-index: 2;
  background-color: #f3ba2f;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block {
  color: #996700;
  font-family: Rubik Bubbles, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 10px 20px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  transition: all .375s cubic-bezier(.68, -.55, .265, 1.55);
}

.button-3:hover {
  transform: rotate(4deg)scale(1.1);
}

.div-block-7 {
  background-color: #f2bf46;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #996700;
  font-family: Rubik Bubbles, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.text-block-2.sub {
  text-align: center;
  width: 40%;
  margin-bottom: 178px;
  font-size: 40px;
  line-height: 50px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-9 {
  display: flex;
  position: relative;
}

.div-block-10 {
  border: 5px solid #996700;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 20px 40px;
}

.div-block-10.second {
  background-color: #996700;
  border-top-color: #996700;
  border-bottom-color: #996700;
  border-left-width: 0;
  border-right-color: #996700;
  border-radius: 0 40px 40px 0;
}

.text-block-3 {
  color: #996700;
  font-family: Rubik Bubbles, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-block-3.secc {
  color: #f2bf46;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.image-5 {
  width: 300px;
  height: 300px;
  display: block;
}

.div-block-12 {
  border: 5px solid #996700;
  border-radius: 40px;
}

.image-6 {
  mix-blend-mode: screen;
  border: 5px #000;
  border-radius: 40px 40px 0 0;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  border-bottom: 5px solid #996700;
  position: relative;
}

.text-block-4 {
  color: #996700;
  text-align: center;
  margin: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Rubik Bubbles, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #010307;
}

.image-8 {
  position: absolute;
  inset: -213% 0% auto 18%;
}

@media screen and (max-width: 479px) {
  .top {
    width: 250px;
    margin-bottom: 36px;
  }

  .button.casf {
    font-size: 13px;
    line-height: 13px;
  }

  .div-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .heading-2 {
    font-size: 15px;
  }

  .image {
    width: 200px;
  }

  .div-block-3 {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 15px;
  }

  .button-2.casf {
    font-size: 13px;
    line-height: 13px;
  }

  .image-2 {
    width: 200px;
  }

  .image-4 {
    width: 80px;
  }

  .div-block-5 {
    display: flex;
  }

  .text-block {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-2.sub {
    width: 80%;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-10, .div-block-10.second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-size: 17px;
    line-height: 20px;
  }

  .text-block-3.secc {
    font-size: 17px;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .image-7 {
    width: 90%;
  }

  .image-8 {
    width: 148px;
  }
}

