html {
	 font-size: 16px;
}
 html, body {
	 height: 100%;
     background-color: #111;
}
 .button-container {
	 width: 4.8rem;
	 height: 4.8rem;
	 position: absolute;
     bottom: 12px;
     right: 12px;
}
 .send-button {
	 position: relative;
	 z-index: 1;
	 width: 100%;
	 height: 100%;
	 padding: 0;
	 border: none;
	 outline: none;
	 border-radius: 50%;
	 background: linear-gradient(135deg, #ed4c6a 0%, #ed4089 100%);
	 box-shadow: 8px 8px 40px -12px rgba(0, 0, 0, 1);
	 overflow: hidden;
	 cursor: pointer;
}
 .send-button .icon-container {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .send-button .arrow-icon {
	 width: 40%;
	 height: auto;
	 fill: white;
}
 .send-button .plus-icon {
	 height: auto;
	 fill: white;
}
 .button-menu {
	 position: absolute;
	 z-index: 0;
	 left: 50%;
	 bottom: 1px;
	 transform: translateX(-50%);
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 background-color: #151622;
	 overflow: hidden;
	 visibility: hidden;
}
 .button-menu li {
	 white-space: nowrap;
}
 .button-menu li a {
	 display: flex;
	 align-items: flex-end;
	 font-family: 'Montserrat', sans-serif;
	 font-size: 1rem;
	 letter-spacing: 0.15rem;
	 font-weight: 500;
	 color: white;
	 padding: 0.8rem 1.2rem;
	 white-space: nowrap;
	 text-decoration: none;
	 overflow: hidden;
}
 .button-menu li a span {
	 display: inline-block;
	 opacity: 0;
}
 .list-icon-container {
	 position: relative;
	 width: 1.5rem;
	 min-width: 1.5rem;
	 height: 1.5rem;
	 margin-right: 15px;
}
 .list-icon-container svg {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 right: 50%;
	 transform: translate(-50%, -50%);
	 width: 2.2rem;
	 height: auto;
}
 .list-icon-container .path {
	 fill: none;
	 stroke: white;
	 stroke-width: 1.5;
	 stroke-miterlimit: 10;
}
 .list-icon-container .line {
	 fill: none;
	 stroke: white;
	 stroke-width: 1.5;
	 stroke-linecap: round;
	 stroke-linejoin: round;
	 stroke-miterlimit: 10;
}
 



























.ml4 {
    position: relative;
    font-weight: 900;
    font-size: 4.5em;
    margin-top:48vh;
  }
  .ml4 .letters {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0.3em;
    right: 0;
    color: #fff;
    opacity: 0; 
    text-align: center;
  }
  



















  .content{
    width: 380px;
    height: 120px;
    position: absolute;
    top: 120px;
    z-index: 99;
    overflow: hidden;
}
.blue_bg{
    position: absolute;
    width: 100%;
    left: 0%;
    height: 33%;
    background: linear-gradient(to right, #d3d3d3, #2b2b2b);
}
.first{
    top: 0%;
}
.second{
    top:33%;
}
.third{
    top:66%;
}
.text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: white;
    padding: 0px 10px;
    transform: translate(-50%, -50%);
}




















@keyframes slide_reveal {
    from {opacity: 0; transform: scale(0);}
    to {opacity: 1; transform: scale(1);}
}

@keyframes slide_remove {
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}
.slide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-1 {
    animation-name: slide_remove;
    animation-duration: 1s;
    animation-delay: 6s;
    animation-fill-mode: forwards;
}
.slide-2 {
    transform: scale(0);
    opacity: 0;;
    animation-name: slide_reveal;
    animation-duration: 1s;
    animation-delay: 5.4s;
    animation-fill-mode: forwards;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

.grid__item {
	position: relative;
	display: grid;
	align-items: center;
	justify-items: center;
  height: 100vh;
	overflow: hidden;
	padding: 4rem 1.5rem;
	background: transparent;
}

.grid__item-title {
	font-size: 0.85rem;
	color: var(--color-item-title);
	align-self: flex-start;
	margin: 0;
}

.action {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	margin: 2rem;
	color: var(--color-action);
	border: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
}

.action:focus {
	outline: none;
}

.button {
	--color-item-bg: linear-gradient(120deg, #f26fcc 0%, #fff268 100%);
	--color-button-bg: #fff;
	--color-button-text: #111;
	--button-padding: 1.5rem 3rem;
	--radius-button: 0;
	--border-button: 0;
}

.particles {
	position: relative;
	grid-area: 1 / 1 / 2 / 2;
}

.particles-canvas {
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

.particles-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	will-change: transform;
}

.particles-button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
    font-weight: bold;
	border-radius: 5px;
	border-radius: var(--radius-button);
	background: var(--color-button-bg);
	color: var(--color-button-text);
	border: 0;
	border: var(--border-button);
	margin: 0;
	padding: 1.5rem 3rem;
	padding: var(--button-padding);
	will-change: transform;
}

.particles-button:focus {
	outline: none;
}

































@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&family=Press+Start+2P&display=swap');
* {
    font-family: 'Montserrat';
}
.slide-3 button {
    position: fixed;
} .slide-3 {
    background-color: #111;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    transition: all 1s;
} .slide_add {
    opacity: 1;
    transform: scale(1);
} .slide_remove {
    opacity: 0;
    transform: scale(0);
    transition: all 1s;
}
#togglePower {
    left: 50%;
    bottom: 15%;
    width: 200px;
    opacity: 0.52;
    transition: all 0.2s ease-in-out;
    height: 5vh;
    background-color: #252525;
    color: #ccc;
    border: none;
    min-height: 44px;
    transform: translateX(-50%);
    z-index: 12;
    box-shadow: 0 0 10px #333 inset;
    display: none;
    border-radius: 1vh;
    outline-offset: 0;
    outline: none;
}
#togglePower.activePower {
    display: block;
}
#togglePower:hover {
    opacity: 1;
    box-shadow: 0 0 25px #333 inset;
}
#togglePower:hover:active {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 25px #666 inset;
}
#pong {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-64.5%, -50.5%) scale(0);
    width: 34vh;
    height: 25vh;
    z-index: 11;
    transition: all 0.2s ease-in-out;
    animation-direction: alternate;
}
#pong.active {
    animation: tvOn 0.4s forwards;
}
#pong.inactive {
    animation: tvOff 0.4s forwards;
}
#pong:before {
    content: "";
    border-left: 0.3vh dashed #fff;
    display: block;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-0.25vh);
}
#pong:after {
    content: "";
    box-shadow: 0 0 2vh rgba(255, 255, 255, 0.1) inset, 0 0 2vh rgba(255, 255, 255, 0.52);
    z-index: 100;
    width: 0.3vh;
    display: block;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-0.25vh);
    animation: ntsc 0.5s infinite;
}
span {
    position: absolute;
    top: 5%;
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
    font-size: 2.5vh;
    text-shadow: 0 0 2vh rgba(255, 255, 255, 0.52);
    animation: ntsc 0.5s;
}
.score__p1 {
    left: 0;
    text-align: right;
}
.score__p2 {
    right: 0;
}
b {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 0.75vh;
    height: 0.75vh;
    box-sizing: border-box;
    font-size: 2.5vh;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 2vh rgba(255, 255, 255, 0.1) inset, 0 0 2vh rgba(255, 255, 255, 0.52);
    animation: ntsc 0.5s;
}
.paddle {
    width: 2%;
    height: 12%;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 2vh rgba(255, 255, 255, 0.1) inset, 0 0 2vh rgba(255, 255, 255, 0.52);
    animation: ntsc 0.5s;
    transform: translateY(-50%);
    z-index: 12;
    top: 47.5%;
}
.paddle__p1 {
    left: 2vh;
    top: 25%;
}
.paddle__p2 {
    right: 2vh;
}
svg {
    width: 50vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
}
.off {
    fill-opacity: 1;
}
.on {
    fill-opacity: 0;
    z-index: 10;
}
.active {
    fill-opacity: 0.4;
    animation: ntsc 0.5s infinite;
}
@keyframes ntsc {
    0% {
        opacity: 1.16;
   }
    3.3333333333% {
        opacity: 1.07;
   }
    6.6666666667% {
        opacity: 1.33;
   }
    10% {
        opacity: 1.02;
   }
    13.3333333333% {
        opacity: 1.33;
   }
    16.6666666667% {
        opacity: 1.26;
   }
    20% {
        opacity: 1.23;
   }
    23.3333333333% {
        opacity: 1.13;
   }
    26.6666666667% {
        opacity: 0.99;
   }
    30% {
        opacity: 1.2;
   }
    33.3333333333% {
        opacity: 1.34;
   }
    36.6666666667% {
        opacity: 0.98;
   }
    40% {
        opacity: 1.4;
   }
    43.3333333333% {
        opacity: 0.99;
   }
    46.6666666667% {
        opacity: 1.32;
   }
    50% {
        opacity: 1.32;
   }
    53.3333333333% {
        opacity: 1;
   }
    56.6666666667% {
        opacity: 1.08;
   }
    60% {
        opacity: 1.11;
   }
    63.3333333333% {
        opacity: 1.11;
   }
    66.6666666667% {
        opacity: 1.07;
   }
    70% {
        opacity: 1.3;
   }
    73.3333333333% {
        opacity: 0.94;
   }
    76.6666666667% {
        opacity: 1.02;
   }
    80% {
        opacity: 1.17;
   }
    83.3333333333% {
        opacity: 0.98;
   }
    86.6666666667% {
        opacity: 1.3;
   }
    90% {
        opacity: 1.4;
   }
    93.3333333333% {
        opacity: 1.01;
   }
    96.6666666667% {
        opacity: 1;
   }
    100% {
        opacity: 1.35;
   }
}
@keyframes tvOn {
    0% {
        transform: translate(-64.5%, -50.5%) scale(0);
   }
    50% {
        transform: translate(-64.5%, -50.5%) scale(1, 0.1);
   }
    100% {
        transform: translate(-64.5%, -50.5%) scale(1, 1);
   }
}
@keyframes tvOff {
    0% {
        transform: translate(-64.5%, -50.5%) scale(1, 1);
   }
    100% {
        transform: translate(-64.5%, -50.5%) scale(0);
   }
    50% {
        transform: translate(-64.5%, -50.5%) scale(1, 0.1);
   }
}
@media screen and (max-width: 640px) {
    #glow {
        bottom: 0vh;
        top: initial;
        left: -30vw;
        width: 160vw;
        height: 80vh;
   }
}
