main {
  background: #0D0D10;
  overflow: hidden;
}

.demo {
  background-image: url("../pages/demo/header.jpg");
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-position: center;
}
.demo .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1B222E80 0%, #03081280 100%) 0% 0% no-repeat padding-box;
}
.demo .title {
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 100px;
}
.demo .description {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 38px;
}
.demo .outline-text {
  font-size: 270px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.4;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  line-height: 353px;
  transform: translateY(40%);
}
.demo-lower .lower-title {
  margin: 130px 0 0 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}
.demo-lower .lower-description {
  font-size: 22px;
  line-height: 38px;
}

.demo-form .marquee3k {
  margin-bottom: 100px;
}
.demo-form p.h3 {
  margin-bottom: 50px;
}
.demo-form h4 {
  font-size: 18px;
}
.demo-form .subject {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 100px;
}
.demo-form .subject label {
  position: relative;
  border: 1px solid #ffffff;
  height: 200px;
}
.demo-form .subject .single {
  -webkit-appearance: none;
}
.demo-form .subject .single + .inner-single {
  background: #0D0D14;
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.demo-form .subject .single + .inner-single img {
  transform: scale(0.85);
}
.demo-form .subject .single:checked + .inner-single {
  margin: 0;
  border: none;
  background: #ffffff;
}
.demo-form .subject .single:checked + .inner-single img {
  filter: invert(100%);
}
.demo-form .subject .single:nth-child(even) {
  transform: translateX(-10px);
}
.demo-form .subject .single img {
  height: 100px;
}

.photo-gradient {
  margin-top: 150px;
  padding: 150px 0;
  background: #191a25;
  background: -moz-linear-gradient(180deg, #191a25 0%, #111218 100%);
  background: -webkit-linear-gradient(180deg, #191a25 0%, #111218 100%);
  background: linear-gradient(180deg, #191a25 0%, #111218 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191a25", endColorstr="#111218", GradientType=1);
}
.photo-gradient img {
  margin: 0 auto;
}
.photo-gradient h3 {
  transform: translateY(-215px);
}

.button {
  padding: 10px;
  background: transparent;
  border: solid 1px #ffffff;
}

@media all and (max-width: 1280px) {
  .demo {
    position: relative;
  }
  .demo .outline-text {
    font-size: 70px !important;
    transform: translateY(50%);
    bottom: 0;
  }
  .demo .title {
    font-size: 50px;
    margin-top: 20vh;
  }

  .demo-form .subject {
    grid-template-columns: 1fr;
  }
  .demo-form .subject .single:nth-child(even) {
    transform: none;
  }

  section .title {
    font-size: 44px;
  }
}
@media all and (max-width: 736px) {
  .demo {
    padding-top: 40%;
  }
  .demo .outline-text {
    font-size: 120px;
    transform: translateY(50%);
  }
}
@media all and (max-width: 480px) {
  .demo .outline-text {
    display: none;
  }

  .demo-form .marquee3k {
    margin-bottom: 50px;
  }
}

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