body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wrapper {
  background-color: #fcf4e5;
  background-image: url('../images/stars.svg'), url('../images/theater-bg.svg');
  background-position: 50%, 50%;
  background-repeat: repeat, repeat;
  background-size: contain, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-container {
  z-index: 2;
  align-self: stretch;
  width: 80vw;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  position: relative;
}

.page--top {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.main-image {
  z-index: 2;
  border: 10px solid #00a1de;
  border-radius: 500px;
  width: 30vw;
  height: 30vw;
  position: relative;
  overflow: hidden;
}

.page-top-text-hd {
  background-color: #733978;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  width: 90%;
  padding: 20px 11px 9px 20%;
  position: relative;
}

.page-top-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -12%;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
}

.heading {
  color: #fff;
  text-shadow: 0 9px 5px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 6rem;
  line-height: .9em;
}

.page-top-text-sub {
  background-color: #fda249;
  border-radius: .8rem;
  margin-left: 17%;
  padding-left: 12px;
  padding-right: 12px;
}

.sub-heading {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 2px 1px 2px #000000d6;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  font-family: Londrina Solid, sans-serif;
  font-size: 2.8rem;
  line-height: 1.2em;
}

.page-top-text-banner {
  background-color: #fff;
  border: 4px solid #b3cf35;
  border-radius: 50px;
  margin-left: 18%;
  padding-top: 5px;
  padding-left: 21px;
  padding-right: 21px;
  position: relative;
}

.banner-text {
  color: #94a52b;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 9px;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.main-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  position: absolute;
  inset: -27% -8% 0% auto;
}

.main-content-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 48%;
  display: flex;
}

.section {
  flex-flow: column;
  display: flex;
}

.section-card {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 0 12px 4px #0000000d;
}

.section-card.wide {
  align-self: stretch;
}

.what-to-do-list-item {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph.bigger {
  font-size: 1.4rem;
}

.check-icon {
  width: 50px;
}

.what-to-do-list-text {
  flex: 1;
}

.whjat-to-do-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.what-to-do-hd {
  color: #fff;
  background-color: #00a1de;
  border: 3px solid #000;
  margin-bottom: -27px;
  padding: 0 12px;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  position: relative;
  box-shadow: 0 3px 17px 8px #00000021;
}

.what-to-do-hd-text {
  margin-top: 15px;
  font-size: 2.4rem;
  line-height: 1em;
}

.what-to-do {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.highlight-hd {
  width: 80%;
}

.highlight {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.highlight-text {
  text-align: center;
  text-wrap: balance;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.curtain {
  background-image: url('../images/curtain-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 30rem;
  position: absolute;
  inset: -5% 0% auto;
}

.additional-details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.details {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.details-hd {
  color: #fff;
  background-color: #733978;
  border-radius: 10px;
  margin-bottom: -13px;
  margin-left: 20px;
  padding: 15px 15px 10px;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  box-shadow: 0 2px 8px #0003;
}

.div-block-22 {
  align-self: stretch;
}

.what-to-receive {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.logo {
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  width: 200px;
  padding: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.additional-details-content-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.additional-details-content-label {
  color: #088eb2;
  width: 6rem;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.additional-details-content {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.additional-details-pricing {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.additional-details-pricing-main {
  color: #fff;
  background-color: #e52627;
  border-radius: .5rem;
  padding: 8px 8px 3px;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
}

.badge {
  width: 10rem;
  position: absolute;
  inset: -5% 0% auto auto;
}

.button {
  z-index: 10;
  cursor: pointer;
  background-color: #fea34b;
  border: 5px solid #fff;
  border-radius: 5rem;
  padding: 32px 23px 25px;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  box-shadow: 0 1px 50px 6px #0003;
}

.button:hover {
  box-shadow: inset 0 0 14px 6px #0003, 0 1px 50px 6px #0003;
}

.cta-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-left {
  color: #fff;
  background-color: #b3cf35;
  align-self: flex-start;
  padding: 8px 19px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
  transform: skew(-2deg);
}

.footer-right {
  color: #fff;
  background-color: #00a1d9;
  align-self: flex-end;
  padding: 8px 19px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
  transform: skew(-2deg);
}

.cta-iomage {
  position: absolute;
  inset: 0%;
}

.crownhd {
  width: 100px;
  position: absolute;
  inset: -9% 39% auto auto;
}

.banner-ccrown-right {
  width: 70px;
  position: absolute;
  inset: -47% -8% 0% auto;
}

.banner-crown-left {
  width: 70px;
  position: absolute;
  inset: -47% auto 0% -8%;
}

.trumpet {
  width: 120px;
  margin-top: 10%;
  margin-left: -83px;
  margin-right: -83px;
  position: relative;
}

.additional-details-content-item-text {
  flex: 1;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 5rem;
  }

  .footer {
    margin-top: 2rem;
  }

  .footer-left, .footer-right {
    font-size: 2rem;
  }

  .crownhd {
    top: -16%;
  }
}

@media screen and (min-width: 1440px) {
  .page-top-text-hd {
    padding-left: 19%;
  }

  .heading {
    font-size: 6.8vw;
  }

  .curtain {
    top: -8%;
  }
}

@media screen and (min-width: 1920px) {
  .page-container {
    width: 60vw;
  }

  .main-image {
    width: 20vw;
    height: 20vw;
  }

  .heading {
    font-size: 6.25vw;
  }

  .sub-heading {
    font-size: 2.344vw;
  }

  .banner-text {
    font-size: 1.25vw;
  }

  .main-content {
    font-size: 1.979vw;
  }

  .paragraph {
    font-size: 1.042vw;
  }

  .whjat-to-do-list {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .highlight-text {
    font-size: 1.563vw;
  }

  .additional-details-content-item {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: center;
  }

  .additional-details-content-label {
    font-size: 1.17vw;
  }

  .additional-details-pricing-main {
    border-radius: .5vw;
    padding: .5vw 1vw .25vw;
    font-size: 1.458vw;
  }

  .badge {
    width: 7vw;
  }

  .button {
    padding: 2vw 2vw 1.5vw;
    font-size: 2.552vw;
  }

  .footer-left, .footer-right {
    font-size: 1.667vw;
  }

  .text-block-2 {
    font-size: 1.303vw;
  }
}

@media screen and (max-width: 991px) {
  .page--top {
    flex-flow: column;
  }

  .main-image {
    width: 50vw;
    height: 50vw;
  }

  .page-top-text-hd {
    text-align: center;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: auto;
    padding-left: 0%;
  }

  .page-top-text {
    justify-content: space-between;
    align-items: center;
    margin-left: 0%;
  }

  .page-top-text-sub {
    margin-left: 0%;
  }

  .page-top-text-banner {
    margin-left: auto;
    margin-right: auto;
  }

  .main-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .main-content-col {
    width: auto;
  }

  .section-card.wide {
    align-self: center;
  }

  .additional-details {
    align-self: center;
    margin-top: 2rem;
  }

  .details, .additional-details-pricing {
    justify-content: center;
    align-items: center;
  }

  .badge {
    width: 15rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    bottom: 30%;
    left: auto;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .crownhd {
    z-index: 5;
  }

  .trumpet {
    margin-top: 60%;
    margin-left: -78px;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .page-container {
    width: 95vw;
  }

  .main-image {
    width: 70vw;
    height: 70vw;
  }

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

  .main-content, .main-content-col {
    width: 100%;
  }

  .what-to-do {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  .main-image {
    width: 90vw;
    height: 90vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .page-top-text-hd {
    border-radius: 1px;
  }

  .heading {
    font-size: 3.4rem;
  }

  .sub-heading {
    font-size: 2rem;
  }

  .banner-text {
    text-align: center;
    white-space: normal;
    font-size: 1.1rem;
  }

  .section-card.wide {
    border-radius: 1rem;
  }

  .what-to-do-list-item {
    text-align: left;
    text-wrap: balance;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .what-to-do-list-item.star {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .check-icon {
    width: 30px;
  }

  .what-to-do-hd-text {
    font-size: 1.2rem;
  }

  .logo {
    order: -9999;
    position: relative;
  }

  .additional-details-content-item {
    text-align: center;
    text-wrap: balance;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .additional-details-content-label {
    font-size: 1.2rem;
  }

  .additional-details-pricing {
    justify-content: center;
    align-items: center;
  }

  .badge {
    width: 10rem;
  }

  .button {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 2rem;
  }

  .footer-left {
    text-align: center;
    align-self: center;
    font-size: 1.3rem;
  }

  .footer-right {
    text-align: center;
    align-self: center;
    font-size: 1.2rem;
  }

  .crownhd {
    width: 50px;
    top: -3%;
  }

  .trumpet {
    display: none;
  }

  .highlight-p {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}


