/* CSS Document */
/*!
 * dsignPOETRY labs.
 * CSS: 8000-slowdown.css
 * File In Use: https://www.dsignpoetry.com
 * Version: 19.11.08
 * Theme Author: DoggieStudio dsignPOETRY labs - Another DoggieStudio Production Since 1984 ★ (adps1984 foundation) ★
 * Orign Fit: Bootstrap 5.3.x & Unify 3.2.2
 * 
 * Copyright © 1984-2023 dsignPOETRY (DP) and DoggieStudio (DS) licensed by adps1984 foundation. All rights reserved.
 *
 * Date: 2022.12.30 (BS update)
 *
 * Included: Bootstrap 5.3.x
*/
/* -------------------------------------------------------------------------------------------------------------------------
   Lets Begin The Experimental Item 8001
** ------------------------------------------------------------------------------------------------------------------------- */
body {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	background-color: #111449;
	overflow: hidden;
}
p {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 1.9rem;
	letter-spacing: 0.4rem;
}
.form-check-input {
	height: 80px;
	width: 80px;
}
div {
 --duration: 1s;
 --delay: calc(-0.2 * var(--duration) * var(--num));
	position: absolute;
	animation-name: move1, move2, move3, opacity;
	animation-delay: var(--delay);
	animation-duration: var(--duration);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transform-origin: 100% 100%;
	z-index: 0;
}
 @keyframes move1 {
 from {
 transform: translate3d(50px, 100px, 0);
 z-index: 0;
}
 to {
 transform: translate3d(330px, -550px, 0);
 z-index: 1000;
}
}
 @keyframes move2 {
 to {
 transform: translate3d(390px, 550px, 0);
}
}
 @keyframes move3 {
 to {
 transform: translate3d(30px, 50px, 0);
}
}
 @keyframes opacity {
 0% {
 opacity: 0;
}
 20% {
 opacity: 0.5;
}
 50% {
 opacity: 1;
}
 80% {
 opacity: 0.5;
}
 100% {
 opacity: 0;
}
}
/*------------------------------------
	Footer
------------------------------------*/
b {
	position: relative;
	z-index: 1300;
}