body {
  overflow-x: hidden;
}

.demo-video {
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
}

.demo-video2 {
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
}

@media only screen and (max-width: 1200px) {
  .demo-video2 {
    width: 95%;
  }
}
h2 {
  text-align: center;
}

.headline {
  margin-right: 40px;
  margin-bottom: 30px;
}

.logo {
  filter: drop-shadow(0px 4px 10px #470c4b);
  height: 100px;
}

.try-button {
  display: inline;
  font-weight: 400;
  font-size: 11pt;
  border-radius: 3px;
  cursor: pointer;
  height: 45px;
  width: 250px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: radial-gradient(circle, rgb(112, 10, 143) 47%, rgb(88, 13, 111) 100%);
  border: none;
  color: #fff;
}

.container .row h4 {
  padding-left: 0px !important;
}

.yt-demo {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  -webkit-box-shadow: 0px 0px 47px 0px rgba(247, 158, 255, 0.27);
  -moz-box-shadow: 0px 0px 47px 0px rgba(247, 158, 255, 0.27);
  box-shadow: 0px 0px 47px 0px rgba(247, 158, 255, 0.27);
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .yt-demo {
    height: 100%;
  }
}

.newsletter {
  position: relative;
  max-width: 470px;
  margin-top: 23px;
  z-index: 999;
  margin-bottom: 16px;
}

.email {
  color: white;
  height: 55px;
  width: 100%;
  padding: 18px 135px 17px 15px;
  font-weight: 400;
  border: 0 none;
  border-radius: 6px;
  outline: none;
  background-color: #19121a;
  font-size: 1.125rem;
  line-height: 1;
}

.email-button {
  font-weight: 400;
  width: 116px;
  height: 36px;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 4px;
  background-color: #700a8f;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.feature-row {
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
}
.feature-row.active {
  background-color: #2d0630;
}

/*# sourceMappingURL=home.css.map */
