/* =====================Globals=====================*/



body {
	background-color: black;
	color: #aaa;
	font-family: arial;
	margin: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.headline {
	text-align: center;
	margin-top: 3vh;
	margin-bottom: 50px;
	backdrop-filter:blur(12px);
}

.headline h1 {
	font-size: 26pt;
	-webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	color: yellow;
}

.column-third {
	padding: 10px;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	-moz-box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	border-radius: 20px;
	border: yellow 1px solid;
	backdrop-filter: blur(12px);
	padding: 17px;
	line-height: 45px;
	display: flex;
	flex-flow: column;
}

.column-third ul {
	font-size: 14pt;
}

.column-forth {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.column-half {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	-moz-box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	border-radius: 20px;
	border: yellow 1px solid;
	backdrop-filter: blur(12px);
	padding: 10px;
	padding: 17px;
	line-height: 45px;
}

.row {
	display: flex;
	flex-flow: row;
	margin-bottom: 100px;
	font-size: 14pt;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.row h1 {
	font-size: 26pt;
	-webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	color: yellow;
}

#main-container {
	flex: 1;
	display:flex;
     flex-flow: column;
	background-image: url("../img/assets/bgimg.jpg");

	background-position: center;
	background-size: 655px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#main-recycle {
	flex: 1;
	background-image: url("../img/assets/relogo.png");
	background-position: center;
	background-size: 500px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#filter {
	background-color: rgba(0, 0, 0, 0.7);
	background-blend-mode: darken;
	display: flex;
	flex-flow: column;
}

/* =====================1Header=====================*/



header {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(9,9,9,1) 50%, rgba(85,85,85,1) 100%);
}

#logo-container {
	display: flex;
	flex-flow: row;
}

#medallion {
	width: 8%;
	margin-left: 20px;
	margin-top: 20px;
}

#medallion img {
	width: 100%;
}

#logo {
	width: 40%;
	margin-left: 21%;
	margin-right: auto;
	margin-top: 60px;
}

#logo img {
	width: 100%;
}



/* =====================1Navigation=====================*/



nav {
	text-align: center;
	margin-top: 0px;
	display: flex;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

nav a {
	text-decoration: none;
	color: #aaa;
	font-size: 25px;
	margin-left: auto;
	margin-right: auto;
}

nav a:hover {
	color: var(--glow-color);
	-webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),

    0 0 0.45em var(--glow-color);
	-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),

    0 0 0.45em var(--glow-color);
	text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
}

/* Home */
:root {
	--glow-color: hsl(61deg 100% 54%);
}

*,

*::before,

*::after {
	box-sizing: border-box;
}

.glowing-btn {
	margin-top: 27vh;
	height: 52px;
	position: relative;
	color: var(--glow-color);
	cursor: pointer;
	padding: 0.35em 1em;
	border: 0.15em solid var(--glow-color);
	border-radius: 0.45em;
	background: none;
	perspective: 2em;
	font-family: helvetica;
	font-size: 14pt;
	font-weight: 900;
	letter-spacing: 7pt;
	width: 329px;
	-webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color);
	-moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color);
	box-shadow: inset 0px 0px 0.5em 0px var(--glow-color), 0px 0px 0.5em 0px var(--glow-color);
	margin-left: auto;
	margin-right: auto;
}

.glowing-txt {
	margin-right: -0.8em;
	-webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
}

.glowing-btn::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.7;
	filter: blur(1em);
	transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
	background: var(--glow-color);
	pointer-events: none;
}

.glowing-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	background-color: var(--glow-color);
	box-shadow: 0 0 2em 0.2em var(--glow-color);
	transition: opacity 100ms linear;
}

.glowing-btn:hover {
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	animation: none;
}

.glowing-btn:hover .glowing-txt {
	animation: none;
}

.glowing-btn:hover .faulty-letter {
	animation: none;
	text-shadow: none;
	opacity: 1;
}

.glowing-btn:hover:before {
	filter: blur(1.5em);
	opacity: 1;
}

.glowing-btn:hover:after {
	opacity: 1;
}


/* =====================Recycling=====================*/
#banner-center {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

#banner-center img {
	width: 100%;
}

.split-column {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-size: 16pt;
}

.right-column {
	width: 25%;
	text-align: center;
	float: right;
}

.left-column {
	width: 25%;
	text-align: center;
	float: left;
}

.right-column a {
	color: yellow;
	text-decoration: none;
}

.center-column {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-style: italic;
	font-size: 20pt;
}

/*=====================Services=====================*/

.column-forth img {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	object-fit: scale-down;
}

.learn-button {
	background: rgb(0,0,0);
background: linear-gradient(349deg, rgba(0,0,0,1) 21%, rgba(85,85,85,1) 52%, rgba(0,0,0,1) 82%);
	color: yellow;
	height: 50px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	-moz-box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 20px;
}

.learn-button:active {
	border-color: yellow;
}

/*=====================Contact=====================*/


.contact-columns {
	display: flex;
	flex-flow: row;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	gap: 30%;
}

.contact-columns p {
	font-size: 15pt;
}

.right-contact {
	width: 50%;
}
.contact-columns h1{
	-webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	color: yellow;
	}

.left-contact {
	width: 50%;
}
/* =====================Remote=====================*/

.remote-half {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding: 17px;
	line-height: 45px;
}

.remote-half img {
	width: 100%;
}

.remote-half h2 {
	-webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	color: yellow;
}

.remote-row {
	display: flex;
	flex-flow: row;
	margin-bottom: 100px;
	font-size: 14pt;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 10px 10px 77px 0px rgba(255,255,0,1);
	-moz-box-shadow: 10px 10px 77px 0px rgba(255,255,0,1);
	box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	border-radius: 20px;
	border: yellow 1px solid;
	backdrop-filter: blur(12px);
	margin-top: 30px;
}

/* =====================Catalog=====================*/

#search-bar{
    width:50%;
    margin-left:auto;
    margin-top:40px;
    
}

#search-bar input{
    background-color:black;
    color:yellow;
    	border: 1px yellow solid;
	-webkit-box-shadow: 0px 0px 27px -9px rgba(255,255,0,1);
	-moz-box-shadow: 0px 0px 27px -9px rgba(255,255,0,1);
	box-shadow: 0px 0px 27px -9px rgba(255,255,0,1);
	border-radius: 20px;
height:30px;
width:73%;

font-size:20px;
padding-left:10px;
    
}

#search-bar button{
    background: rgb(0,0,0);
	background: linear-gradient(349deg, rgba(0,0,0,1) 21%, rgba(85,85,85,1) 52%, rgba(0,0,0,1) 82%);
	color: yellow;
	height: 30px;
	width: 23%;
	border-radius: 20px;
	-webkit-box-shadow: 10px 10px 77px 0px rgba(255,255,0,1);
	-moz-box-shadow: 10px 10px 77px 0px rgba(255,255,0,1);
	box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	font-size: 12pt;
	font-weight: bold;
	
}

#catalog-page {
	display: flex;
	flex-flow: row;
}

#side-nav {
	border-right: 1px yellow solid;
	width: 20%;
	display: flex;
	flex-flow: column;
	overflow-y: scroll;
	padding-top: 50px;
}

#side-nav a {
	color: #aaa;
	text-decoration: none;
	line-height: 45px;
	margin-left: 15%;
	font-size: 20pt;
}

#side-nav a:hover {
	color: var(--glow-color);
	-webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
}

#categories {
	display: flex;
	flex-flow: column;
	padding-bottom: 20px;
	border-bottom: 1px yellow solid;
}

#brands {
	display: flex;
	flex-flow: column;
	padding-top: 20px;
}

#catalog-container {
	width: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	gap: 2%;
}

#catalog-sections {
	display: flex;
	flex-flow: column;
	width: 74%;
	margin-left: auto;
	margin-right: auto;
}

.pagination {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.pagination a {
	font-size: 12pt;
	text-decoration: none;
	color: yellow;
	margin-right: 10px;
}

.current-page{
    font-size: 12pt !important;
	text-decoration: none !important;
	color: #ccc !important;
	margin-right: 10px !important;
		
}

.item-container {
	width: 30%;
	border: 1px yellow solid;
	margin-top: 20px;
	backdrop-filter: blur(12px);
	text-decoration: none;
	color: white;
	-webkit-box-shadow: 0px 0px 27px -9px rgba(255,255,0,1);
	-moz-box-shadow: 0px 0px 27px -9px rgba(255,255,0,1);
	box-shadow: 0px 0px 27px -9px rgba(255,255,0,1);
	border-radius: 20px;
	border: yellow 1px solid;
}

.item-img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	border-radius:20px;
}

.item-img img {
	width: 100%;
	border-radius: 20px;
}

.item-name {
	color: yellow;
	text-align: center;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	line-height: 2px;
}

.item-details {
	display: flex;
	flex-flow: column;
}

.item-details p {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.det-row {
	display: flex;
	flex-flow: row;
}

.price {
	text-align: center;
}

.stock-status {
	text-align: center;
	font-style: italic;
	font-size: 12pt;
}

.limited {
	color: #f00;
}

.out {
	color: #444;
}

.instock {
	color: #ccc;
}



/* =====================Product Page=====================*/

#prod-container {
	width: 74%;
	display: flex;
	flex-flow: column;
	margin-left: auto;
	margin-right: auto;
}

#product-top {
	display: flex;
	flex-flow: row;
	margin-top: 30px;
}

#prod-img {
	width: 60%;
		
}

#prod-img img {
	width: 80%;

}

#prod-stats {
	width: 30%;
}

#prod-name{
    -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
	color: yellow;
}

#prod-stats p {
	margin-bottom: -17px;
	border: 1px #ccc solid;
	padding-left: 10px;
	line-height: 40px;
}

#prod-price {
	color: yellow;
	margin-left: 10%;
}

#prod-description {
	width: 75%;
	margin-left: 10%;
	backdrop-filter:blur(12px);
}

#reserve-button {
	background: rgb(0,0,0);
	background: linear-gradient(349deg, rgba(0,0,0,1) 21%, rgba(85,85,85,1) 52%, rgba(0,0,0,1) 82%);
	color: yellow;
	height: 50px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	-webkit-box-shadow: 10px 10px 77px 0px rgba(255,255,0,1);
	-moz-box-shadow: 10px 10px 77px 0px rgba(255,255,0,1);
	box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	font-size: 12pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom:20px;
}

#reserve-button:active {
	border-color: yellow;
}

#notify-button {
	background: rgb(0,0,0);
	background: linear-gradient(349deg, rgba(0,0,0,1) 21%, rgba(85,85,85,1) 52%, rgba(0,0,0,1) 82%);
	color: yellow;
	height: 50px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	-webkit-box-shadow: 10px 10px 77px 0px rgba(255,255,0,1);
	-moz-box-shadow: 10px 10px 77px 0px rgba(255,255,0,1);
	box-shadow: 0px 0px 49px -15px rgba(255,255,0,1);
	font-size: 12pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom:20px;
}

#notify-button:active {
	border-color: yellow;
}
/* The Modal */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}


.modal-content {
      background-color: #000;
    padding: 20px;
    border: 1px solid yellow;
    width: 60%;
    border-radius: 20px;
    margin-top: 19%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}


.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#eForm{
    width: fit-content;
    margin: auto;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

#eForm input{
    line-height:25px;
}

#eForm button{
width: 50%;
    margin: auto;
    background: linear-gradient(45deg, black, transparent);
    color: white;
    border-radius: 10px;
    border: inset 2px yellow;
    line-height: 25px;

}

#other-stats {
}

/* =====================Footer=====================*/



footer {
	padding-top: 60px;
	display: block;
	background: rgb(85,85,85);
	background: linear-gradient(0deg, rgba(50,50,50,1) 0%, rgba(3,3,3,1) 50%, rgba(1,1,1,1) 100%);
}

.divider {
	height: 2px;
	width: 70%;
	display: block;
	background-color: #222;
	margin-left: auto;
	margin-right: auto;
}

#footer-body {
	display: flex;
	flex-flow: row;
}

#comp-cert {
	width: 20%;
}

#comp-cert img {
	width: 45%;
	margin-left: 23%;
}

#micro-cert {
	width: 20%;
}

#micro-cert img {
	width: 45%;
}

#dets {
	flex-flow: row;
	font-weight: bold;
	display: flex;
	width: 44%;
	margin-left: auto;
	margin-right: auto;
	color: #999;
	text-align: center;
	font-size: 14pt;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#hours {
	display: flex;
	flex-flow: column;
	width: 52%;
	margin-left: 20%;
}

#hours p {
	margin-bottom: 5px;
}

#phone {
	width: 20%;
}

#social {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#mobile-social {
	display: none;
}

#social img {
	width: 100%;
}

#mobile-social img {
	width: 100%;
}



/* =====================Small Screens=====================*/

@media screen and (max-width: 992px) {
	#filter {
		min-height: 63vh;
	}

	.row {
		flex-flow: column;
		margin-bottom: 0;
	}

	.column-third {
		width: 70%;
		margin-bottom: 50px;
	}

	.column-forth {
		width: 70%;
	}

	.column-half {
		width: 70%;
		margin-bottom: 30px;
	}

	.column-forth img {
		width: 50%;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}


	
	#prod-img {
	width: 50%;
}

#prod-img img {
	width: 90%;
}

#prod-stats {
	width: 50%;
}


/* =====================Header=====================*/





	#medallion {
		width: 12%;
		margin-left: 20px;
		margin-top: 20px;
	}

	#logo {
		width: 64%;
		margin-left: 8%;
		margin-right: auto;
		margin-top: 48px;
	}

	#logo img {
		width: 100%;
	}



/* =====================Navigation=====================*/



	nav {
		text-align: center;
		margin-top: 50px;
		display: flex;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	nav a {
		text-decoration: none;
		font-size: 40px;
		margin-left: auto;
		margin-right: auto;
	}

     /* Home */
     
	.glowing-btn {
		margin-top: 41vh;
	}

/* =====================Services=====================*/

	.row li {
		font-size: 20pt;
	}

/* =====================Recycling=====================*/

	.split-column {
		display: flex;
		flex-flow: column;
		font-size: 20pt;
	}

	.right-column {
		width: 50%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.left-column {
		width: 50%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.center-column {
		width: 50%;
	}

/* =====================Contact=====================*/


	.contact-columns {
		display: flex;
		flex-flow: column;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		gap: 30%;
	}

	.right-contact {
		width: 100%;
	}

	.left-contact {
		width: 100%;
	}

/* =====================Catalog=====================*/

	.item-container {
		width: 49%;
		border: 2px yellow solid;
		margin-top: 20px;
		backdrop-filter: blur(12px);
	}

	.item-container p {
		font-size: 15pt;
	}

/* =====================Footer=====================*/

	#footer-body {
		display: flex;
		flex-flow: row;
	}

	#comp-cert {
		width: 20%;
	}

	#comp-cert img {
		width: 95%;
		margin-left: 5%;
	}

	#micro-cert {
		width: 20%;
	}

	#micro-cert img {
		width: 95%;
	}

	#dets {
		font-weight: bold;
		display: flex;
		flex-flow: column;
		width: 44%;
		margin-left: auto;
		margin-right: auto;
		color: #999;
		text-align: center;
		font-size: 18pt;
	}

	#hours {
		order: 2;
		display: flex;
		flex-flow: column;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	#hours p {
		margin-bottom: 5px;
	}

	#phone {
		order: 1;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	#phone p {
		margin-bottom: 5px;
	}

	#social {
		order: 3;
		width: 35%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
		display: none;
	}

	#mobile-social {
		order: 3;
		width: 20%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
		display: block;
	}

	#social img {
		width: 100%;
	}
}



/* ===================== Really Small Screens====================== */


@media screen and (max-width: 600px) {

/* Header */

	nav a {
		text-decoration: none;
		color: #aaa;
		font-size: 20px;
		margin-left: auto;
		margin-right: auto;
	}






}

/* =====================EXTRA/EFFECTS====================== */

/* Scroll Bar */


/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #141414;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #fbff00;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #a3a50e;
}

/*
.faulty-letter {

  opacity: 0.5;

  animation: faulty-flicker 2s linear infinite;

}

@keyframes faulty-flicker {

  0% {

    opacity: 0.1;

  }

  2% {

    opacity: 0.1;

  }

  4% {

    opacity: 0.5;

  }

  19% {

    opacity: 0.5;

  }

  21% {

    opacity: 0.1;

  }

  23% {

    opacity: 1;

  }

  80% {

    opacity: 0.5;

  }

  83% {

    opacity: 0.4;

  }



  87% {

    opacity: 1;

  }

}



@keyframes text-flicker {

  0% {

    opacity: 0.1;

  }



  2% {

    opacity: 1;

  }



  8% {

    opacity: 0.1;

  }



  9% {

    opacity: 1;

  }



  12% {

    opacity: 0.1;

  }

  20% {

    opacity: 1;

  }

  25% {

    opacity: 0.3;

  }

  30% {

    opacity: 1;

  }



  70% {

    opacity: 0.7;

  }

  72% {

    opacity: 0.2;

  }



  77% {

    opacity: 0.9;

  }

  100% {

    opacity: 0.9;

  }

}



@keyframes border-flicker {

  0% {

    opacity: 0.1;

  }

  2% {

    opacity: 1;

  }

  4% {

    opacity: 0.1;

  }



  8% {

    opacity: 1;

  }

  70% {

    opacity: 0.7;

  }

  100% {

    opacity: 1;

  }

}
*/