@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&family=Ranchers&family=Share+Tech+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Kanit&family=Orbitron&display=swap');

@font-face {
  font-family: "ComforterBrush-Regular";
  src: url('../fonts/ComforterBrush-Regular.ttf'),
    url('../fonts/ComforterBrush-Regular.ttf');
}

@font-face {
  font-family: "Audiowide-Regular";
  src: url('../fonts/Audiowide-Regular.ttf'),
    url('../fonts/Audiowide-Regular.ttf');
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

:root {
  --light: white;
  --grey: #494949;
  --dark: #3a3a3a;
  --gold: rgba(255, 238, 0, 0.828);
  --blue: #2eb1c2;
  --green: #04a126;
  --purple: #8c27eb;
  --orange: #ed490e;
  --red: #e51106;
  --dark: black;
}


body {
  background-color: white;
  cursor: grab;
  margin: auto;
  border: 11px solid #000000;
  overflow-y: auto;
  /*   overflow-y: hidden;  keeps the page from scrolling*/
  border-bottom: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* cursor: url("../images/atariredsmall.png"), auto; */
}

html {
  margin: auto;
  border-bottom: 0;
  z-index: -1;
  --scrollbarBG: #575756;
  --thumbBG: #444444;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff8a00, #e93e0a);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  cursor: pointer;
}

body::-webkit-scrollbar-thumb {
  cursor: pointer;
  /* cursor: url("images/"), auto; */
}

body::-webkit-scrollbar {
  height: 4px;
  width: 34px;
  cursor: pointer;
}

body {
  scrollbar-width: thick;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  cursor: pointer;
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
  cursor: pointer;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff8a00, #e93e0a);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  background-color: var(--thumbBG);
  border-radius: 7px;
  border: 3px solid var(--scrollbarBG);
  cursor: pointer;
}

h4 {
  font-family: 'Poppins', 'Orbitron', 'Arial', sans-serif;
}

#treenode {
  z-index: -2;
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.3;
  display: none;
}

#code-explained {
  color: rgb(101, 3, 192);
  font-size: 1.3rem;
}

#code-explained:hover {
  color: goldenrod;
  letter-spacing: 12px;
}

a:visited {
  color: rgb(233, 54, 0);
}

a:link {
  text-decoration: none;
}

#greet {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20pt;
  font-stretch: ultra-expanded;
  color: #870fcc;
}

.flex {
  display: flex;
  max-width: 400px;
  margin: auto;
  padding: 0 2px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

#scoreOption {
  position: relative;
  display: none;
}

.gameControlsContainer {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: 'Poppins', 'Orbitron', 'Arial', sans-serif;
  font-size: 1rem;
  z-index: 1;
  left: 3%;
  top: 11%;
  width: 300px;
}

.gameOptionsContainer {
  position: absolute;
  display: flex;
  max-width: 450px;
  top: 2%;
  left: 3%;
}

#gamecontrols {
  position: relative;
  font-size: 1.4rem;
  font-family: 'Orbitron', 'poppins', 'Climate Crisis', sans-serif;
  font-weight: 600;
  letter-spacing: 7px;
  top: 2%;
}

#avatar {
  padding-bottom: 12px;

}

#iot {
  position: relative;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
  padding-left: 23px;
  font-family: 'Climate Crisis', cursive;
  font-weight: 600;
  letter-spacing: 40px;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

#o {
  position: relative;
  font-family: "Orbitron",
    'Poppins',
    "Audiowide-Regular",
    'Ranchers',
    'Share Tech Mono',
    sans-serif;
  font-weight: 600;
  letter-spacing: 40px;
  font-size: 1.7rem;
  margin-bottom: 40px;
  top: 4px;

}

#copyright {
  text-align: center;
  width: auto;
  /* font-family: 'Climate Crisis',cursive; */
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
}


#privacy {
  z-index: 1;
  position: absolute;
  display: flex;
  top: 12%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

#pong {
  position: absolute;
  z-index: 0;
  border: 11px solid #794f01;
  margin: auto;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  cursor: none;
  text-align: center;
  box-shadow: 2px 2px 2px black;
  box-shadow: 4px 4px 4px inset;
}

#invaders {
  position: absolute;
  z-index: 2;
  bottom: 23%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

#invaders:hover {
  -webkit-animation: tracking 1s cubic-bezier(.215, .61, .355, 1.000) both;
  animation: tracking 1s cubic-bezier(.215, .61, .355, 1.000) both
}

#full_screen {
  z-index: auto;
  position: fixed;
  right: 0%;
  bottom: 4%;
  transform: translateX(-50%);
  border: 2em;
  transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
}

#fullscreen:hover {

  -webkit-animation: appear 1s ease-out 0s 1 normal;
  -moz-animation: appear 1s ease-out 0s 1 normal;
  -ms-animation: appear 1s ease-out 0s 1 normal;
  animation: appear 1s ease-out 0s 1 normal;
}

#instructions {
  z-index: 4;
  position: absolute;
  display: block;
  font-weight: 500;
  font-stretch: extra-expanded;
  font-size-adjust: inherit;
  font-style: initial;
  font-kerning: 2em;
  font-family: 'Poppins', sans-serif;
  top: 8.2%;
  left: 36%;
  text-align: center;
  color: black;
}



/*Avatar Card*/
.card {
  position: relative;
  top: 23px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
  box-shadow-top: none;
  transition: 0.3s;
  width: 40%;
  border-top: none;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.Options {
  border-top: none;
}

.container {
  padding: 2px 12px;
  height: 30pt;

}

#game_music {
  font-size: 1.5rem;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
}

#game_timer {
  font-size: 1.5rem;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
}

#score_timer {
  font-size: 1.5rem;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
}

#app {
  position: relative;
  text-align: center;
  left: 50%;
  transform: translate(-20%, -10%);
  font-size: 22px;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  display: none;
  color: black;
}

.clock {
  position: absolute;
  text-align: center;
  width: 200px;
}

.game_difficulty {
  font-size: 1.2rem;
  font-family: 'Orbitron', 'Poppins', 'Share Tech Mono', 'Climate Crisis', sans-serif;
  font-weight: 500;
}

#game_difficulty {
  font-size: 1.5rem;
  font-family: 'Orbitron',
    'Poppins',
    'Share Tech Mono',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
  letter-spacing: 5px;
}

h4 {
  margin-bottom: 12px;
}

.number_points {
  position: relative;
  text-align: center;
  transform: translateX(-50%);
  font-family: 'Share Tech Mono';
  font-size: 1.7rem;
  letter-spacing: 4px;
  padding: 11px;
}

.number_players {
  font-size: 1.2rem;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
}

#numPlayers {
  font-size: 1.5rem;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
}

.number_paddles {
  font-size: 1.2rem;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
}

#numPaddles {
  font-size: 1.5rem;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
}

#cursor_display {
  font-size: 1.5rem;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
}

#gameButtons {
  flex: initial;
  justify-content: center;
  left: 39%;
  top: 0%;
}

.buttonClass {
  cursor: pointer;
  font-family: 'Orbitron', 'Audiowide-Regular',
    'Orbitron',
    'Poppins',
    sans-serif;
  background-image: url('../images/circuitboard.png');
  font-weight: 500;
  letter-spacing: 4px;
  font-size: .8rem;
  padding-left: 4px;
  border: 1px solid black;
  width: 90px;
  height: 60px;
  color: rgb(0, 0, 0);
  border-radius: 12px;
  box-shadow: 2px 2px 2px 2px #313131;
}

.buttonClass:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(112, 2, 139);
}

.p {
  font-size: 1.5rem;
  font-family: 'Orbitron',
    'Poppins',
    'Climate Crisis',
    sans-serif;
  font-weight: 500;
  color: goldenrod;
}

.c {
  font-size: 1.5rem;
  font-family: 'Audiowide-Regular', 'Orbitron', 'Poppins', sans-serif;
  color: goldenrod;
  font-weight: 600;

}


.btn {
  border: .5px solid;
  background-color: transparent;
  border-radius: 2px;
  color: black;
  padding: 7px 22px;
  font-size: 12px;
  cursor: grab;
}

. ppCheckbox {
  background-color: black;
  /* width: 66px;
  height: 140px; */
}

#playpause {
  font-size: 1.7rem;
  font-family: "Orbitron",
    'Poppins',
    "Audiowide-Regular",
    'Ranchers',
    'Share Tech Mono',
    sans-serif;
  font-weight: 500;
  margin: 0%;
}

#fxpie {
  border-color: purple;
  border: 2pt;
}

#unit_circle {
  z-index: auto;
  position: absolute;
  display: inline-block;
  margin-left: 90%;
}



/* Start of: Modal Instruction Window */

.show-modal {
  z-index: 1000;
  position: absolute;
  text-align: center;
  left: 42%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  letter-spacing: 5px;
  font-family: 'Ranchers', cursive;
  font-weight: 600;
  padding: 1.5rem 1.5rem;
  border: 2px solid rgb(0, 0, 0);
  box-shadow: 2px 2px 7px black;
  background-color: transparent;
  color: rgb(0, 0, 0);
  border-radius: 2rem;
  cursor: pointer;
}

playbtn {
  font-size: 2rem;
}

.resume {}

#menu:hover {
  color: rgb(196, 78, 0);
}

.show-modal:hover {
  background-color: rgb(127, 66, 206);
  border: 2px solid black;
  opacity: 0.74;
  color: rgb(255, 255, 255);

}

.close-modal {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 5rem;
  color: #333;
  cursor: pointer;
  border: 1px solid black;
  background: none;
  transition: all;
}


.close-modal:hover {
  color: rgb(109, 10, 190);
  border: 2px solid black;
}

.hidden {
  display: none;
}

.modal {
  position: absolute;
  /* display: inline-block; */
  /* vertical-align: middle; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  background-color: rgb(141, 141, 141);
  padding: 6rem;
  border-radius: 5px;
  border: 2px solid black;
  box-shadow: 0 3rem 2rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.fade-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: fixed;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1.4s;
}

.fade-out {
  animation-name: fadeOutOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 1.4s;
  -o-animation-fill-mode: both;
  /* display: none; */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}

.help-title {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 12px;
  font-family: 'Share Tech Mono';
  margin-top: -66px;
  color: black;
}

.game3d-text {
  font-size: 40px;
  color: #8a6a0b;
  font-family: Impact, Charcoal, sans-serif;
  text-shadow: 0px 0px 0 rgb(105, 73, 0),
    1px 1px 0 rgb(72, 40, 0),
    2px 2px 0 rgb(39, 7, 0),
    3px 3px 0 rgb(6, -26, 0),
    4px 4px 0 rgb(-27, -59, 0),
    5px 5px 4px rgba(0, 0, 0, 0.6),
    5px 5px 1px rgba(0, 0, 0, 0.5),
    0px 0px 4px rgba(0, 0, 0, .2);
}

.background-image {
  font-size: 23px;
  /* color: #8a6a0b; */
  color: #8d8d8d;
  font-family: 'Orbitron', Impact, Charcoal, sans-serif;
  text-shadow: 0px 0px 0 rgb(105, 73, 0),
    1px 1px 0 rgb(72, 40, 0),
    2px 2px 0 rgb(39, 7, 0),
    3px 3px 0 rgb(6, -26, 0),
    4px 4px 0 rgb(-27, -59, 0),
    5px 5px 4px rgba(0, 0, 0, 0.6),
    5px 5px 1px rgba(0, 0, 0, 0.5),
    0px 0px 4px rgba(0, 0, 0, .2);
}

#help-instructions {
  position: relative;
  top: 22px;
  margin-top: 12px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 5px;
  font-family: 'Ranchers', cursive;
  color: rgb(252, 252, 252);
}

.btnInstructions {
  position: relative;
  cursor: pointer;
  color: black;
  width: auto;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* End of: Modal Overlay Instructions */

#jcredit {
  border-bottom: 0;
}

.btn_pauseplay {
  border-color: rgb(139, 1, 194);
  color: black;
}

.btn_pauseplay:hover {
  background-color: rgb(139, 1, 194);
  color: white;
  border-color: black;
}

.btn_reset {
  cursor: pointer;
  background-color: #2196F3;
  padding: 7px 11px;
  border-radius: 12px;
  border: 1px solid black;
  font-size: 1.2rem;
  letter-spacing: 7px;
  line-height: 2%;
  font-weight: 500;
  font-family: "Orbitron", 'Poppins', "Audiowide-Regular", 'Ranchers', 'Share Tech Mono', sans-serif;
  height: 40pt;
  color: black;
}

.btn_reset:hover {
  background-color: rgb(236, 154, 1);
  color: whitesmoke;
}

#timeControls {
  position: relative;
  top: 12px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  display: none;
  margin-bottom: 11px;
}

.timer-controls {
  /* top: 12px; */
  padding-top: 23px;
  padding-left: 1px;
  padding-right: 1px;
  margin-top: 22px;
  display: flex;
  justify-content: space-around;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* transform: translate(-50%, -50%); */
  background-color: grey;
  background-image: url("../images/board.jpeg");
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25),
    inset -2px -2px 2px rgba(0, 0, 0, .25);
  border: 1px solid black;
}

.timer-controls:hover {
  border: 2px solid rgb(105, 105, 105);
  background-color: #777777;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25),

}

/* The switch - the box around the slider */

input[type='checkbox'] {
  position: absolute;
  width: 66px;
  height: 66px;
  bottom: 5px;
  border: 2px solid black;
}

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 37px;
  /* width: 50px;
  height: 24px; */
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(113, 2, 216);
  -webkit-transition: .4s;
  transition: .4s;

}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid black;
}

.slider:hover {
  background-color: #1b1b1b;
}

input:checked+.slider {
  border: 1px solid black;
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #6c2ad6;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  cursor: pointer;
  width: 150px;
  border: 3px solid black;
}

input[type=number] {
  background-color: rgb(15, 173, 201);
}

.input-size {
  top: -150px;
  right: 100px;
  width: 66px;
  padding-left: 15px;
  font-size: 2rem;
  border: 2px solid black;
}

#menu {
  display: inline-block;
  position: fixed;
  cursor: pointer;
  font-size: 30px;
  color: black;
  z-index: 100;
  position: relative;
  top: 4%;
}

#Options {
  display: none;
  background-image: url('../images/circuitboard.png');
  box-shadow: 2px 2px 4px;
  border: 2px solid black;
  width: 500px;
  margin-top: 30px;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pong-ball {
  position: absolute;
  width: 56px;
  top: -3%;
  left: 34%;
}

.bounce-in-top {
  -webkit-animation: pong-bounce 1.1s both;
  animation: pong-bounce 1.1s both;
  /* -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both; */
}

.roll-in-left {
  -webkit-animation: roll-in-left 0.6s ease-out both;
  animation: roll-in-left 0.6s ease-out both;
  animation-fill-mode: both;

}

.radiobtn {
  position: relative;
  left: 2px;
}

input[type="radio"] {
  display: inline-block;
  justify-items: center;
  justify-content: space-evenly;
  cursor: pointer;
  height: 23px;
  width: 23px;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(2, 131, 2);
  border: 0.3em solid rgb(151, 151, 151);
  border-radius: 50%;
  margin: 0;
}

input[type="radio"]:checked {
  content: "";
  width: 0.65em;
  height: 0.65em;
  background-color: #6c2ad6;
  border: 1.00 em solid rgb(10, 10, 10);
  border-radius: 50%;
  padding: 12px;
  margin-top: 7px;
  margin-left: 4px;
  transition: all;
  -webkit-animation: appear .0.2s ease 0s 1 normal;
  -moz-animation: appear .0.2s ease 0s 1 normal;
  -ms-animation: appear 0.2s ease 0s 1 normal;
  animation: appear 0.2s ease 0s 1 normal;
  /* to make it disappear
    transform: scale(0); 
    */
  transform: scale(1.3);
  transition: 66ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.four-min {
  color: black;
  font-size: 2.2rem;
  text-decoration: underline;
}

.seven-min {
  color: black;
  font-size: 2.2rem;
  text-decoration: underline;
}

.eleven-min {
  color: black;
  font-size: 2.2rem;
  text-decoration: underline;
}

.footer {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -7%;
  left: 50%;
  width: fit-content;
  text-align: center;

}

#copy {
  font-size: 2rem;
  color: #000000;
}

.p {
  font-size: 1.7rem;
  color: #030303;
}

.c {
  font-size: 1.7rem;
  color: #030303;
}

footer small {
  z-index: 4;
  color: black;
  font-size: 0.7em;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border: 1pt;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-color: black;
  border-style: dotted solid double;

}

#atari-red {
  border: 3px solid black;
  width: 100px;
  height: 100px;
}

.footer-heart {
  font-size: 4rem;
  color: red;
}

footer small a {
  color: blueviolet;
}




/* Start of: Animated Clock Timer*/

.base-timer {
  position: relative;
  width: 140px;
  height: 140px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: purple;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: rgb(255, 136, 0);
}

.base-timer__path-remaining.orangered {
  color: #e93e0a;
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.purple {
  color: purple;
}

.base-timer__label {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  font-size: 34px;
  color: #575756;
}

/* End of: Animated Timer Clock*/

/*Bottom Onload Progress Bar*/
#myProgress {
  /*  transform: rotate(90deg); */
  width: 100%;
  background-color: #faa906;
}

#myBar {
  /*   transform: rotate(90deg); */
  width: 100%;
  height: 100%;
  background-color: #2196F3;
  text-align: center;
  line-height: 30px;
  color: white;
}

#purplebar {
  width: 100%;
  height: 100pt;
  color: blueviolet;
  background: blueviolet
}

#btnPush {
  width: 100%;
  height: 22pt;
  color: rgb(9, 92, 226);
  background: blueviolet;
}

/* End of:Bottom Onload Progress Bar*/
/* Curtain Progress Bar-Slide in effect */
#veilProgress {
  width: 100%;
  background-color: white;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  /* Standard syntax */
}

#veilBar {
  width: 100%;
  height: 100%;
  background-color: #2196F3;
  text-align: center;
  line-height: 30px;
  color: white;
}

#btnVeil {
  width: 100%;
  height: 100pt;
  color: blueviolet;
  background: blueviolet
}

/*End of Curtain Progress Bar-Slide in effect */

/*Custom Input Form */

input[type=text],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=reset] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=reset]:hover {
  background-color: #45a049;
}

.tracking {
  -webkit-animation: tracking 1s cubic-bezier(.215, .61, .355, 1.000) both;
  animation: tracking 1s cubic-bezier(.215, .61, .355, 1.000) both
}

.privacy {
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  -webkit-animation: pong-bounce 1.1s both;
  animation: pong-bounce 1.1s both;
}

/* .privacy:hover {
  -webkit-animation: elastic 2s ease-in 0s 1 normal;
  -moz-animation: elastic 2s ease-in 0s 1 normal;
  -ms-animation: elastic 2s ease-in 0s 1 normal;
  animation: elastic 2s ease-in 0s 1 normal;
} */

#invaders:hover {
  -webkit-animation: elastic 2s ease-in 0s 1 normal;
  -moz-animation: elastic 2s ease-in 0s 1 normal;
  -ms-animation: elastic 2s ease-in 0s 1 normal;
  animation: elastic 2s ease-in 0s 1 normal;
}

.flip-in-hor-bottom {
  /* animation-fill-mode: forwards; */
  /* -webkit-backface-visibility: hidden; */
  -webkit-animation: bounce-in 1s ease-in-out 0s 1 normal;
  -moz-animation: bounce-in 1s ease-in-out 0s 1 normal;
  -ms-animation: bounce-in 1s ease-in-out 0s 1 normal;
  animation: bounce-in 1s ease-in-out 0s 1 normal;
  /* -webkit-animation: flip-in-hor-bottom 0.5s both; */
  /* -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; */
  /* animation: flip-in-hor-bottom 0.5s; */
}



/* Start of: Animations */
/* ----------------------------------------------
 * Generated by Animista on 2023-3-7 18:7:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes tracking {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pong-bounce {
  0% {
    position: absolute;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes pong-bounce {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

/* End of: Animations */


/* Start of: Mobile Breakpoint Responsiveness */

/* End of: Mobile Breakpoint Responsiveness */