: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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  border: 5px solid #000;
  border-radius: 100%;
  margin-bottom: 0;
}

.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: 20px;
  grid-row-gap: 20px;
  justify-content: 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;
}

.div-block-3 {
  z-index: 1;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  background-image: linear-gradient(rgba(192, 150, 103, .57), rgba(192, 150, 103, .57)), url('../images/GC-5tBQbgAAMFX4.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, 100px;
  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;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  width: 500px;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.heading-3.diff {
  margin-top: 20px;
  font-size: 25px;
  line-height: 25px;
}

.button-2 {
  color: #000;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .375s;
  box-shadow: 0 6px #000;
}

.button-2:hover {
  transform: translate(0, 3px);
  box-shadow: 0 3px #000;
}

.button-2.casf {
  color: #000;
}

.button-2.casf:hover {
  box-shadow: 0 3px #000;
}

.div-block-4 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 5px solid #000;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.html-embed {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #fff;
}

.div-block-5 {
  margin-bottom: 0;
  position: relative;
}

.video-icon {
  height: 16px;
}

.video-timeline-empty {
  background-color: #fff;
  width: 100%;
  height: 4px;
}

.video-box {
  border: 3px solid #1c1e2d;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 6px #1c1e2d;
}

.video-control-flex {
  justify-content: space-between;
  display: flex;
}

.volume-level-fill {
  background-color: #f40103;
  width: 50%;
  height: 100%;
  position: relative;
}

.video-volume {
  z-index: 2;
  opacity: .66;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  margin-left: -5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-volume:hover {
  opacity: 1;
}

.volume-level {
  cursor: pointer;
  align-items: center;
  width: 100px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.video-button {
  opacity: .66;
  color: #fff;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  max-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.video-button:hover {
  opacity: 1;
}

.video-button.extend-right-padding {
  margin-right: 0;
  padding-right: 10px;
}

.video-timeline {
  opacity: .66;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.video-timeline:hover {
  opacity: 1;
}

.video-play-target {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.video-wrapper {
  background-color: #000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video-level-dot {
  background-color: #f40103;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  bottom: 0%;
  left: auto;
  right: -3px;
}

.video-timeline-fill {
  background-color: red;
  width: 1%;
  height: 100%;
  position: relative;
}

.video-volume-controls {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-controls {
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .3) 100%, rgba(255, 255, 255, 0));
  width: 100%;
  padding: 15px 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.volume-level-empty {
  background-color: #fff;
  width: 100px;
  height: 3px;
}

.video-flex {
  align-items: center;
  display: flex;
}

.video-inner-wrapper {
  flex: 1;
}

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

.image-2 {
  max-width: 150px;
}

.container {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.header-block {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.faded {
  opacity: .5;
}

.div-block-6 {
  max-width: 40%;
}

.heading-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

  .div-block-2 {
    flex-direction: column;
    align-items: center;
  }

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

  .image {
    width: 250px;
  }

  .div-block-3 {
    background-size: contain;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .div-block-4 {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-6 {
    max-width: 90%;
  }

  .heading-4 {
    text-align: center;
  }
}


