@import url('https://fonts.googleapis.com/css?family=Lato');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.95),
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(
      -15deg,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.93),
      rgba(0, 0, 0, 0)
    ),
    radial-gradient(circle at 30% 0%, rgba(172, 51, 58, 0.5), rgba(0, 0, 0, 0)),
    linear-gradient(
      106deg,
      #000000,
      rgba(0, 0, 0, 0.97),
      rgba(0, 0, 0, 0.93),
      rgba(0, 0, 0, 0)
    );
  overflow: hidden;
  display: flex;
}

.content-wrapper {
  margin: auto;
}

.prism-shape {
  transform: scale(1.9); /* Increase to 150% size */

  width: 150px;
  height: 150px;
  border-bottom: 3px solid #fff;
  position: relative;
  margin: 2rem auto 5rem;
}
.prism-shape:before,
.prism-shape:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 3px;
  bottom: 0;
  background: #fff;
  z-index: 3;
}
.prism-shape:before {
  transform: rotate(60deg) translateX(-47%);
  right: -72px;
}
.prism-shape:after {
  transform: rotate(-60deg) translateX(47%);
  left: -72px;
}
.prism-shape .white-streak {
  height: 2.6px;
  width: 300px;
  position: absolute;
  left: -278px;
  background: #fff;
  transform: rotate(-13deg) translateY(calc(100% + 110px));
  border-radius: 10px 0 0 10px;
}
.prism-shape .prism-wrapper {
  position: relative;
  height: 100px;
  width: 400px;
  perspective: 150px;
  margin: 80px auto auto -120px;
  transform: rotate(36deg);
}
.prism-shape .prism-clip-wrapper {
  width: 700px;
  height: 520px;
  position: absolute;
  display: flex;
  overflow: hidden;
  transform: rotate(-31deg);
  left: 153px;
  top: -202px;
  z-index: 1;
}

@-webkit-keyframes glow {
  to {
    width: 100%;
    flex-grow: 1;
  }
}

@keyframes glow {
  to {
    width: 50%;
    flex-grow: 1;
  }
}
.prism-items {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateY(-20deg);
  display: flex;
  flex-direction: column;
}
.prism-items .prism-colors {
  flex-grow: 1;
  filter: blur(15px);
  -webkit-animation: glow 10s ease-in-out infinite alternate;
  animation: glow 10s ease-in-out infinite alternate;
}
.prism-items .prism-colors:nth-child(1) {
  width: 99%;
}
.prism-items .prism-colors:nth-child(2) {
  width: 90%;
}
.prism-items .prism-colors:nth-child(2) {
  width: 90%;
}
.prism-items .prism-colors:nth-child(4) {
  width: 93%;
}
.prism-items .prism-colors:nth-child(5) {
  width: 96%;
}
.prism-items .prism-colors:nth-child(6) {
  width: 87%;
}
.prism-items .prism-colors:nth-child(7) {
  width: 100%;
}
.prism-items .prism-colors:nth-child(1) {
  width: 0.9;
}
.prism-items .prism-colors:nth-child(2) {
  width: 0.8;
}
.prism-items .prism-colors:nth-child(3) {
  width: 1;
}
.prism-items .prism-colors:nth-child(4) {
  width: 0.75;
}
.prism-items .prism-colors:nth-child(5) {
  width: 0.94;
}
.prism-items .prism-colors:nth-child(6) {
  width: 0.87;
}
.prism-items .prism-colors:nth-child(1) {
  width: 0.9;
}
.prism-items .prism-colors:nth-child(1) {
  background: violet;
}
.prism-items .prism-colors:nth-child(2) {
  background: indigo;
}
.prism-items .prism-colors:nth-child(3) {
  background: blue;
}
.prism-items .prism-colors:nth-child(4) {
  background: green;
}
.prism-items .prism-colors:nth-child(5) {
  background: yellow;
}
.prism-items .prism-colors:nth-child(6) {
  background: orange;
}
.prism-items .prism-colors:nth-child(7) {
  background: red;
}
.prism-items .prism-colors:nth-child(1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.prism-items .prism-colors:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.prism-items .prism-colors:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.prism-items .prism-colors:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.prism-items .prism-colors:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.prism-items .prism-colors:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.prism-items .prism-colors:nth-child(7) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.hero-fullscreen {
  display: flex;
}

@media only screen and (max-width: 995px) {
  .prism-shape {
    transform: scale(1.3); /* Increase to 150% size */
  }
}
