:root {
  --red: #fe3218;
  --dark-orange: #ff911a;
  --magenta: #e100f5;
  --blue: #450eff;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  height: 100vh;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  min-height: 90vh;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  background-color: #fff;
  width: 30vw;
  height: 30vh;
  top: -25%;
  left: 1%;
}

.circle._2 {
  background-color: #fff;
  inset: -25% -10% auto auto;
}

.circle._3 {
  background-color: #fff;
  inset: auto auto -39% -4%;
}

.circle._4 {
  background-color: #fff;
  width: 30vw;
  height: 30vh;
  inset: auto -10% -25% auto;
}

.circle-2 {
  background-color: #ff911a;
  border-radius: 50%;
  width: 40vw;
  height: 40vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.page-padding {
  z-index: 10;
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.container-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-vetical {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.link-block {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: none;
}

.link-block:hover {
  color: #fff;
  background-color: #fff;
}

.text-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.coming-soon-2 {
  background-color: #000;
  border-radius: 0 0 20px 20px;
  margin-bottom: 0;
  padding: 24px;
}

.gradient-for-text {
  background-image: linear-gradient(to bottom, var(--red) 6%, var(--dark-orange) 40%, var(--magenta) 70%, var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hidden-section {
  height: 50vh;
  display: block;
  position: relative;
}

.html-embed {
  color: #fff;
  background-color: #0000;
  width: 4rem;
}

.logo-link {
  opacity: .5;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logo-link:hover {
  opacity: 1;
}

.div-block {
  z-index: 10;
  background-color: #ffffff0d;
  border-radius: 800px;
  width: 600px;
  height: 600px;
  position: absolute;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

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

.image {
  max-width: 400px;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: fixed;
}

.link {
  color: #000;
  text-align: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #7a7a7a;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto auto 40px;
}

.coming-soon-1 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  padding: 24px;
}

.section-slider {
  z-index: 10;
  width: 100%;
  font-family: Roboto, sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.section-slider._2 {
  inset: 0% 0% auto;
}

.marquee.is-marquee-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  overflow: clip;
}

.marquee-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee-slide {
  flex: none;
  height: 60px;
}

.marquee-slide-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.image-2 {
  z-index: 0;
  opacity: .2;
  object-fit: cover;
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  background-color: #000;
}

.body {
  background-color: #fff;
}

.paragraph {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .heading {
    font-size: 2rem;
  }

  .text-block {
    font-size: 1rem;
  }

  .div-block-2 {
    width: 600px;
  }

  .section-slider, .marquee.is-marquee-2 {
    overflow: clip;
  }

  .image-2 {
    object-fit: cover;
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .circle {
    height: 80vh;
  }

  .page-padding {
    justify-content: center;
    align-items: center;
  }

  .container-large {
    margin-left: 50px;
    margin-right: 50px;
  }

  .image {
    max-width: 200px;
  }

  .div-block-2 {
    flex-flow: column;
    width: 400px;
  }

  .image-2 {
    object-fit: cover;
  }

  .div-block-4 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container-large {
    margin-left: 16px;
    margin-right: 16px;
  }

  .link {
    font-size: 16px;
  }

  .div-block-2 {
    width: 280px;
  }

  .paragraph {
    font-size: 16px;
  }
}


