/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  background-color: #222222;
}

.centerContainer {
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 3rem;
  background-color: #000;
  border-radius: 1.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -250px;
  -webkit-box-shadow:0 0 10rem #000000; 
-moz-box-shadow: 0 0 10rem #000000; 
box-shadow:0 0 10rem #000000;
text-align: center;

z-index: 9999;

}


@media (max-width: 700px) {
  .centerContainer {
     width: 100% !important;
     position: absolute;
    margin-left: 0;
    margin-top: 0;
    bottom: 0px;
    left: 0;
    top: auto !important;
    padding: 2rem !important;
    border-radius: 1.5rem 1.5rem 0rem 0rem;
  }

  h1 {
    font-size: 3rem !important
  }

      .shape {
    width:250% !important;
        height: 100vh !important;
        overflow: hidden;
   }

   .bg1,.bg2,.bg3,.bg4,.bg5,.bg6,.bg7,.bg8,.bg9,.bg10  {
    height: 70vh !important;
   }

   .mainContent {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
   }
}

.login {
  color: #ffffff;
    font-family: "Roboto", sans-serif;
   font-weight: 400;
}

.login a {
   color: #ffffff;
    font-family: "Roboto", sans-serif;
   font-weight: 400;
}

.btn {
  background-color: #ffffff;
  padding: 1rem;
  color: #000;
  display: block;
   font-family: "Roboto", sans-serif;
   font-weight: 400;
   text-decoration: none;
   font-size: 1.5em;
   border-radius: 0.5rem;
}

h1 {
  background: -webkit-linear-gradient(#ff9696, #ffe89e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6rem;
    margin-bottom: 0rem;
    margin-top: 1rem;
}

h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
}

body {
  height: 100%;
}

.centerContainer img {
  width: 50%;
}

.mainContent {
  display: block;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
    }

}

.zoom {
    -webkit-animation: zoomin 5s 1;
}


.bg1 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back1.webp');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
 
}

.bg2 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back2.jpeg');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
}


.bg3 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back3.jpeg');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
}


.bg4 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back4.jpg');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
}

.bg5 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back5.webp');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
}

.bg6 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back6.png');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
}


.bg7 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back7.jpeg');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
}

.bg8 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back8.jpeg');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
}

.bg9 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back9.webp');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
}

.bg10 {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/back.webp');
  background-size: cover;
  background-position: center center;
  top: 0rem;
  left: 0rem;
  position: absolute;
}

.overlay {
  display: block;
  height: 100vh;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  top: 0rem;
  left: 0rem;
  position: absolute;
  z-index: 1;
}

.shape {
width:100%;
height:100vh;
position:fixed !important;
top:0;
left:0;}


.random-shape:after {
  font-family: FontAwesome;
  content: "\f005";
}

@keyframes shape-1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(317deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(677deg);
  }
}
.shape-container--1 {
  animation: shape-1 47s linear infinite;
}
.shape-container--1 .random-shape:after {
  margin: 10rem;
  color: rgba(255,255,255,0.2);
  font-size: 2rem;
  content: "♥";
}

@keyframes shape-2 {
  0% {
    transform: translate3d(0, 0, 0) rotate(347deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(707deg);
  }
}
.shape-container--2 {
  animation: shape-2 42s linear infinite;
}
.shape-container--2 .random-shape:after {
  margin: 8rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.6rem;
  content: "♥";
}

@keyframes shape-3 {
  0% {
    transform: translate3d(0, 0, 0) rotate(35deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(395deg);
  }
}
.shape-container--3 {
  animation: shape-3 46s linear infinite;
}
.shape-container--3 .random-shape:after {
  margin: 4rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.8rem;
  content: "♥";
}

@keyframes shape-4 {
  0% {
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(450deg);
  }
}
.shape-container--4 {
  animation: shape-4 48s linear infinite;
}
.shape-container--4 .random-shape:after {
  margin: 9rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.8rem;
  content: "♥";
}

@keyframes shape-5 {
  0% {
    transform: translate3d(0, 0, 0) rotate(1deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(361deg);
  }
}
.shape-container--5 {
  animation: shape-5 44s linear infinite;
}
.shape-container--5 .random-shape:after {
  margin: 3rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.6rem;
  content: "♥";
}

@keyframes shape-6 {
  0% {
    transform: translate3d(0, 0, 0) rotate(160deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(520deg);
  }
}
.shape-container--6 {
  animation: shape-6 42s linear infinite;
}
.shape-container--6 .random-shape:after {
  margin: 7rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.4rem;
  content: "♥";
}

@keyframes shape-7 {
  0% {
    transform: translate3d(0, 0, 0) rotate(81deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(441deg);
  }
}
.shape-container--7 {
  animation: shape-7 43s linear infinite;
}
.shape-container--7 .random-shape:after {
  margin: 10rem;
  color: rgba(255,255,255,0.2);
  font-size: 2rem;
  content: "♥";
}

@keyframes shape-8 {
  0% {
    transform: translate3d(0, 0, 0) rotate(298deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(658deg);
  }
}
.shape-container--8 {
  animation: shape-8 46s linear infinite;
}
.shape-container--8 .random-shape:after {
  margin: 3rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.6rem;
 content: "♥";
}

@keyframes shape-9 {
  0% {
    transform: translate3d(0, 0, 0) rotate(210deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(570deg);
  }
}
.shape-container--9 {
  animation: shape-9 44s linear infinite;
}
.shape-container--9 .random-shape:after {
  margin: 3rem;
 color: rgba(255,255,255,0.2);
  font-size: 0.6rem;
  content: "♥";
}

@keyframes shape-10 {
  0% {
    transform: translate3d(0, 0, 0) rotate(342deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(702deg);
  }
}
.shape-container--10 {
  animation: shape-10 45s linear infinite;
}
.shape-container--10 .random-shape:after {
  margin: 10rem;
  color: rgba(255,255,255,0.2);
  font-size: 2rem;
  content: "♥";
}

@keyframes shape-11 {
  0% {
    transform: translate3d(0, 0, 0) rotate(95deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(455deg);
  }
}
.shape-container--11 {
  animation: shape-11 43s linear infinite;
}
.shape-container--11 .random-shape:after {
  margin: 5rem;
  color: rgba(255,255,255,0.2);
  font-size: 1rem;
 content: "♥";
}

@keyframes shape-12 {
  0% {
    transform: translate3d(0, 0, 0) rotate(358deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(718deg);
  }
}
.shape-container--12 {
  animation: shape-12 48s linear infinite;
}
.shape-container--12 .random-shape:after {
  margin: 9rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.8rem;
  content: "♥";
}

@keyframes shape-13 {
  0% {
    transform: translate3d(0, 0, 0) rotate(76deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(436deg);
  }
}
.shape-container--13 {
  animation: shape-13 49s linear infinite;
}
.shape-container--13 .random-shape:after {
  margin: 4rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.8rem;
   content: "♥";
}

@keyframes shape-14 {
  0% {
    transform: translate3d(0, 0, 0) rotate(148deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(508deg);
  }
}
.shape-container--14 {
  animation: shape-14 42s linear infinite;
}
.shape-container--14 .random-shape:after {
  margin: 4rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.8rem;
  content: "♥";
}

@keyframes shape-15 {
  0% {
    transform: translate3d(0, 0, 0) rotate(177deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(537deg);
  }
}
.shape-container--15 {
  animation: shape-15 41s linear infinite;
}
.shape-container--15 .random-shape:after {
  margin: 9rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.8rem;
  content: "♥";
}

@keyframes shape-16 {
  0% {
    transform: translate3d(0, 0, 0) rotate(289deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(649deg);
  }
}
.shape-container--16 {
  animation: shape-16 47s linear infinite;
}
.shape-container--16 .random-shape:after {
  margin: 10rem;
  color: rgba(255,255,255,0.2);
  font-size: 2rem;
   content: "♥";
}

@keyframes shape-17 {
  0% {
    transform: translate3d(0, 0, 0) rotate(306deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(666deg);
  }
}
.shape-container--17 {
  animation: shape-17 47s linear infinite;
}
.shape-container--17 .random-shape:after {
  margin: 6rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.2rem;
   content: "♥";
}

@keyframes shape-18 {
  0% {
    transform: translate3d(0, 0, 0) rotate(10deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(370deg);
  }
}
.shape-container--18 {
  animation: shape-18 44s linear infinite;
}
.shape-container--18 .random-shape:after {
  margin: 1rem;
 color: rgba(255,255,255,0.2);
  font-size: 0.2rem;
   content: "♥";
}

@keyframes shape-19 {
  0% {
    transform: translate3d(0, 0, 0) rotate(82deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(442deg);
  }
}
.shape-container--19 {
  animation: shape-19 48s linear infinite;
}
.shape-container--19 .random-shape:after {
  margin: 10rem;
 color: rgba(255,255,255,0.2);
  font-size: 2rem;
  content: "♥";
}

@keyframes shape-20 {
  0% {
    transform: translate3d(0, 0, 0) rotate(125deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(485deg);
  }
}
.shape-container--20 {
  animation: shape-20 44s linear infinite;
}
.shape-container--20 .random-shape:after {
  margin: 8rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.6rem;
 content: "♥";
}

@keyframes shape-21 {
  0% {
    transform: translate3d(0, 0, 0) rotate(118deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(478deg);
  }
}

.random-shape {
z-index:0;}
.shape-container--21 {
  animation: shape-21 43s linear infinite;
}
.shape-container--21 .random-shape:after {
  margin: 10rem;
  color: rgba(255,255,255,0.2);
  font-size: 2rem;
 content: "♥";
}

@keyframes shape-22 {
  0% {
    transform: translate3d(0, 0, 0) rotate(237deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(597deg);
  }
}
.shape-container--22 {
  animation: shape-22 41s linear infinite;
}
.shape-container--22 .random-shape:after {
  margin: 5rem;
  color: rgba(255,255,255,0.2);
  font-size: 1rem;
   content: "♥";
}

@keyframes shape-23 {
  0% {
    transform: translate3d(0, 0, 0) rotate(129deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(489deg);
  }
}
.shape-container--23 {
  animation: shape-23 50s linear infinite;
}
.shape-container--23 .random-shape:after {
  margin: 7rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.4rem;
   content: "♥";
}

@keyframes shape-24 {
  0% {
    transform: translate3d(0, 0, 0) rotate(315deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(675deg);
  }
}
.shape-container--24 {
  animation: shape-24 42s linear infinite;
}
.shape-container--24 .random-shape:after {
  margin: 9rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.8rem;
   content: "♥";
}

@keyframes shape-25 {
  0% {
    transform: translate3d(0, 0, 0) rotate(30deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(390deg);
  }
}
.shape-container--25 {
  animation: shape-25 44s linear infinite;
}
.shape-container--25 .random-shape:after {
  margin: 6rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.2rem;
   content: "♥";
}

@keyframes shape-26 {
  0% {
    transform: translate3d(0, 0, 0) rotate(61deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(421deg);
  }
}
.shape-container--26 {
  animation: shape-26 43s linear infinite;
}
.shape-container--26 .random-shape:after {
  margin: 3rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.6rem;
  content: "♥";
}

@keyframes shape-27 {
  0% {
    transform: translate3d(0, 0, 0) rotate(186deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(546deg);
  }
}
.shape-container--27 {
  animation: shape-27 42s linear infinite;
}
.shape-container--27 .random-shape:after {
  margin: 10rem;
  color: rgba(255,255,255,0.2);
  font-size: 2rem;
 content: "♥";
}

@keyframes shape-28 {
  0% {
    transform: translate3d(0, 0, 0) rotate(153deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(513deg);
  }
}
.shape-container--28 {
  animation: shape-28 50s linear infinite;
}
.shape-container--28 .random-shape:after {
  margin: 10rem;
  color: rgba(255,255,255,0.2);
  font-size: 2rem;
 content: "♥";
}

@keyframes shape-29 {
  0% {
    transform: translate3d(0, 0, 0) rotate(218deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(578deg);
  }
}
.shape-container--29 {
  animation: shape-29 44s linear infinite;
}
.shape-container--29 .random-shape:after {
  margin: 9rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.8rem;
   content: "♥";
}

@keyframes shape-30 {
  0% {
    transform: translate3d(0, 0, 0) rotate(224deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(584deg);
  }
}
.shape-container--30 {
  animation: shape-30 48s linear infinite;
}
.shape-container--30 .random-shape:after {
  margin: 8rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.6rem;
   content: "♥";
}

@keyframes shape-31 {
  0% {
    transform: translate3d(0, 0, 0) rotate(53deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(413deg);
  }
}
.shape-container--31 {
  animation: shape-31 49s linear infinite;
}
.shape-container--31 .random-shape:after {
  margin: 10rem;
 color: rgba(255,255,255,0.2);
  font-size: 2rem;
   content: "♥";
}

@keyframes shape-32 {
  0% {
    transform: translate3d(0, 0, 0) rotate(230deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(590deg);
  }
}
.shape-container--32 {
  animation: shape-32 49s linear infinite;
}
.shape-container--32 .random-shape:after {
  margin: 4rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.8rem;
  content: "♥";
}

@keyframes shape-33 {
  0% {
    transform: translate3d(0, 0, 0) rotate(136deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(496deg);
  }
}
.shape-container--33 {
  animation: shape-33 45s linear infinite;
}
.shape-container--33 .random-shape:after {
  margin: 9rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.8rem;
  content: "♥";
}

@keyframes shape-34 {
  0% {
    transform: translate3d(0, 0, 0) rotate(219deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(579deg);
  }
}
.shape-container--34 {
  animation: shape-34 42s linear infinite;
}
.shape-container--34 .random-shape:after {
  margin: 7rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.4rem;
   content: "♥";
}

@keyframes shape-35 {
  0% {
    transform: translate3d(0, 0, 0) rotate(181deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(541deg);
  }
}
.shape-container--35 {
  animation: shape-35 47s linear infinite;
}
.shape-container--35 .random-shape:after {
  margin: 4rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.8rem;
  content: "♥";
}

@keyframes shape-36 {
  0% {
    transform: translate3d(0, 0, 0) rotate(81deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(441deg);
  }
}
.shape-container--36 {
  animation: shape-36 47s linear infinite;
}
.shape-container--36 .random-shape:after {
  margin: 8rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.6rem;
 content: "♥";
}

@keyframes shape-37 {
  0% {
    transform: translate3d(0, 0, 0) rotate(249deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(609deg);
  }
}
.shape-container--37 {
  animation: shape-37 42s linear infinite;
}
.shape-container--37 .random-shape:after {
  margin: 9rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.8rem;
 content: "♥";
}

@keyframes shape-38 {
  0% {
    transform: translate3d(0, 0, 0) rotate(234deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(594deg);
  }
}
.shape-container--38 {
  animation: shape-38 49s linear infinite;
}
.shape-container--38 .random-shape:after {
  margin: 6rem;
 color: rgba(255,255,255,0.2);
  font-size: 1.2rem;
 content: "♥";
}

@keyframes shape-39 {
  0% {
    transform: translate3d(0, 0, 0) rotate(16deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(376deg);
  }
}
.shape-container--39 {
  animation: shape-39 44s linear infinite;
}
.shape-container--39 .random-shape:after {
  margin: 3rem;
 color: rgba(255,255,255,0.2);
  font-size: 0.6rem;
 content: "♥";
}

@keyframes shape-40 {
  0% {
    transform: translate3d(0, 0, 0) rotate(207deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(567deg);
  }
}
.shape-container--40 {
  animation: shape-40 48s linear infinite;
}
.shape-container--40 .random-shape:after {
  margin: 8rem;
color: rgba(255,255,255,0.2);
  font-size: 1.6rem;
 content: "♥";
}

@keyframes shape-41 {
  0% {
    transform: translate3d(0, 0, 0) rotate(88deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(448deg);
  }
}
.shape-container--41 {
  animation: shape-41 45s linear infinite;
}
.shape-container--41 .random-shape:after {
  margin: 10rem;
  color: rgba(255,255,255,0.2);
  font-size: 2rem;
  content: "♥";
}

@keyframes shape-42 {
  0% {
    transform: translate3d(0, 0, 0) rotate(352deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(712deg);
  }
}
.shape-container--42 {
  animation: shape-42 50s linear infinite;
}
.shape-container--42 .random-shape:after {
  margin: 3rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.6rem;
  content: "♥";
}

@keyframes shape-43 {
  0% {
    transform: translate3d(0, 0, 0) rotate(154deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(514deg);
  }
}
.shape-container--43 {
  animation: shape-43 46s linear infinite;
}
.shape-container--43 .random-shape:after {
  margin: 6rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.2rem;
 content: "♥";
}

@keyframes shape-44 {
  0% {
    transform: translate3d(0, 0, 0) rotate(232deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(592deg);
  }
}
.shape-container--44 {
  animation: shape-44 41s linear infinite;
}
.shape-container--44 .random-shape:after {
  margin: 2rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.4rem;
  content: "♥";
}

@keyframes shape-45 {
  0% {
    transform: translate3d(0, 0, 0) rotate(23deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(383deg);
  }
}
.shape-container--45 {
  animation: shape-45 50s linear infinite;
}
.shape-container--45 .random-shape:after {
  margin: 2rem;
 color: rgba(255,255,255,0.2);
  font-size: 0.4rem;
 content: "♥";
}

@keyframes shape-46 {
  0% {
    transform: translate3d(0, 0, 0) rotate(257deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(617deg);
  }
}
.shape-container--46 {
  animation: shape-46 43s linear infinite;
}
.shape-container--46 .random-shape:after {
  margin: 2rem;
  color: rgba(255,255,255,0.2);
  font-size: 0.4rem;
 content: "♥";
}

@keyframes shape-47 {
  0% {
    transform: translate3d(0, 0, 0) rotate(207deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(567deg);
  }
}
.shape-container--47 {
  animation: shape-47 49s linear infinite;
}
.shape-container--47 .random-shape:after {
  margin: 5rem;
  color: rgba(255,255,255,0.2);
  font-size: 1rem;
  content: "♥";
}

@keyframes shape-48 {
  0% {
    transform: translate3d(0, 0, 0) rotate(112deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(472deg);
  }
}
.shape-container--48 {
  animation: shape-48 47s linear infinite;
}
.shape-container--48 .random-shape:after {
  margin: 10rem;
  color: rgba(255,255,255,0.2);
  font-size: 2rem;
  content: "♥";
}

@keyframes shape-49 {
  0% {
    transform: translate3d(0, 0, 0) rotate(191deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(551deg);
  }
}
.shape-container--49 {
  animation: shape-49 47s linear infinite;
}
.shape-container--49 .random-shape:after {
  margin: 6rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.2rem;
 content: "♥";
}

@keyframes shape-50 {
  0% {
    transform: translate3d(0, 0, 0) rotate(342deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(702deg);
  }
}
.shape-container--50 {
  animation: shape-50 47s linear infinite;
}
.shape-container--50 .random-shape:after {
  margin: 8rem;
  color: rgba(255,255,255,0.2);
  font-size: 1.6rem;
  content: "♥";
}
