:root {
  --btn-bg-color: #333;
  --btn-font-size: 16px;
  --black: black;
  --welcome-font-size: 24px;
  --white: var(--casa);
  --swatch--brand: #000;
  --button--text: white;
  --casa: #fff;
  --size: 0px;
  --button--background: white;
  --button--border: white;
  --button--background-hover: white;
  --button--text-hover: white;
  --button--border-hover: white;
  --link--text-hover: white;
  --link--text-active: white;
  --link--text: white;
  --swatch--inherit: white;
  --swatch--currentcolor: white;
  --swatch--transparent: rgba(255, 255, 255, 0);
  --swatch--dark: #2b1c37;
  --swatch--dark-fade: rgba(43, 28, 55, .2);
  --swatch--light: white;
  --swatch--light-fade: rgba(255, 255, 255, .2);
  --theme--background: white;
  --theme--text: white;
  --theme--border: white;
}

.casa-welcome-page {
  z-index: 4;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.casa-main-child1 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.casa-main-child1.layer-2 {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
}

.casa-main-child2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.casa-main-child4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  display: flex;
  position: relative;
}

.image {
  width: auto;
  height: 30px;
}

.concreate {
  text-decoration: none;
}

.button {
  color: var(--btn-bg-color);
  font-family: Poppins, sans-serif;
  font-size: var(--btn-font-size);
  background-color: #f4ac32;
  border-radius: 32px;
  font-weight: 500;
  display: none;
}

.welcome-text {
  color: var(--black);
  font-family: Poly, sans-serif;
  font-size: var(--welcome-font-size);
  font-style: italic;
}

.made-by-conc {
  color: var(--black);
  font-family: Poly, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.made-by-conc.white {
  color: var(--white);
}

.heading {
  color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 100px;
  font-weight: 400;
}

.casa-main-child2-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.lottie {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.lottie-animation {
  height: 30px;
}

.div-block {
  height: 50px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.padding-15px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.html-embed {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.btn_main_wrap {
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
}

.btn_main_inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid var(--swatch--brand);
  background-color: var(--swatch--brand);
  color: var(--button--text);
  border-radius: 100vw;
  padding: 9px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.btn_main_inner.hover {
  border-width: 1.5px;
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.btn_main_svg {
  width: 1rem;
}

.page_code_color {
  z-index: 2000;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mobile-casa {
  display: none;
}

.superscript-2 {
  margin-left: -2px;
  padding-left: 0;
  text-decoration: none;
}

.logo {
  z-index: 3;
  width: auto;
  height: 30px;
  padding-top: 0;
  padding-left: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-wrapper {
  z-index: 3;
  padding-top: 0;
  padding-right: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-2 {
  background-color: var(--casa);
  color: var(--black);
  border-radius: 62px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Poppins, sans-serif;
}

.madebyunworld {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 55px;
  left: 0%;
  right: 0%;
}

.layer-2 {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  z-index: 5;
  padding-top: 28px;
  padding-left: 65px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-3 {
  border: 1px solid #000;
  border-radius: 100px;
  width: 300px;
  height: 100px;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .casa-welcome-page, .casa-main-child1.layer-2 {
    display: none;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed {
    display: none;
  }

  .mobile-casa {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .mobile-casa-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    max-width: 90%;
    display: flex;
  }

  .unworld-fpnt {
    color: var(--black);
    font-family: Inter, sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: 60px;
    display: none;
  }

  .unworld-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .oops {
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
  }

  .text-block-2 {
    width: 50%;
  }

  .para {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .light-grey {
    color: #a7a7a7;
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .text-block-3 {
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
  }

  .padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .superscript {
    display: inline;
  }

  .image-2 {
    max-width: none;
  }

  .link-block {
    color: var(--black);
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .btn_main_inner {
    padding: .2rem 1.5rem;
  }

  .btn_main_text, .btn_main_svg {
    font-size: 14px;
  }

  .oops {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}