: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;
  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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  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: fixed;
  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: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Rubik, 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: #1b1b1be3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block {
  color: #fff;
  font-family: Rubik, 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);
}

@media screen and (max-width: 479px) {
  .top {
    width: 250px;
    margin-bottom: 117px;
  }

  .button.casf {
    font-size: 13px;
    line-height: 13px;
  }

  .div-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .heading-2 {
    font-size: 15px;
  }

  .image {
    width: 200px;
  }

  .div-block-3 {
    padding-top: 186px;
    padding-bottom: 35px;
  }

  .heading-3 {
    font-size: 15px;
  }

  .button-2.casf {
    font-size: 13px;
    line-height: 13px;
  }

  .image-2 {
    width: 200px;
  }

  .div-block-5 {
    display: flex;
  }

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


