@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Poppins:wght@200;300;400;800&family=Ubuntu+Mono&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap');

.animated-title { 
  color:mintcream;
  font-size: 90px;
  letter-spacing: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: 'Permanent Marker', monospace;
}


  html, body {
    margin: 0;
    height: 100%;
    overflow: hidden
  }
  

  .vamp {
    
    text-shadow:0px 0px 0 rgb(137,156,213),1px 1px 0 rgb(129,148,205),2px 2px 0 rgb(120,139,196),3px 3px 0 rgb(111,130,187),4px 4px 0 rgb(103,122,179),5px 5px 0 rgb(94,113,170),6px 6px 0 rgb(85,104,161),7px 7px 0 rgb(76,95,152),8px 8px 0 rgb(68,87,144),9px 9px 0 rgb(59,78,135),10px 10px 0 rgb(50,69,126),11px 11px 0 rgb(42,61,118),12px 12px 0 rgb(33,52,109),13px 13px 0 rgb(24,43,100),14px 14px 0 rgb(15,34,91),15px 15px 0 rgb(7,26,83),16px 16px 0 rgb(-2,17,74),17px 17px 0 rgb(-11,8,65),18px 18px 0 rgb(-19,0,57),19px 19px 0 rgb(-28,-9,48), 20px 20px 0 rgb(-37,-18,39),21px 21px 20px rgba(0,0,0,1),21px 21px 1px rgba(0,0,0,0.5),0px 0px 20px rgba(0,0,0,.2);
  }

 


  .byshishi{
    font-size:45px
  }



  .shishi{
    position: absolute;
    overflow: hidden;
    z-index: 99999;
    margin: auto;
    text-align: center;
    width: 100%;
    top: 14%;
    transform: rotate(-6deg);
  }

  
  

  .hh_aera{
    text-align: center;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    position: absolute;
    z-index: 99999;
    top: 54%;

  }

  .spacerH{
    width: 100%;
    height: 40px;
    
  }

  

  #hand_data{
   
    resize: none;
  }

  .credit{
    position:absolute;
    bottom:1%;
    z-index: 9999;
    width: 100%;
    text-align: right;
    
  }

  .credit p {
    color:white;
    padding-right: 40px;
    font-family: 'Poppins';
    font-weight:300;
    font-size: 11px;
  }

  #btn{
    position: fixed;
    top: 58%;
    left: 45%;
    height: 8%;
    width: 8%;
    font-size: 120%;
    cursor: pointer;
  }

  

.clear_aera{
  width: 100%;
  text-align: center;
}

  .clearHH{
    text-decoration: none;
    color: white;
    font-family: Poppins;
    font-size:11px;
    cursor: pointer;
    padding-left:9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid white;
    border-radius: 10px;
    transition: ease 0.3s;
  }

  .clearHH:hover{
    font-weight: 800;
    background-color: white;
    color: black;
  }




  /*Retro BG*/

  #retrobg {
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #a3c;
    background-color: #000;
  }
  
  /* ............................................................... */
  #retrobg-sky {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient( #214 75%, #249 );
  }
  
  /* ............................................................... */
  #retrobg-sunWrap {
    position: relative;
    width: 40%;
    margin-bottom: -15%;
  }
  #retrobg-sun {
    --glow-color: #d44;
    padding-top: 100%;
    border-radius: 50%;
    background-image: linear-gradient( #fcdf11, #ff623f, #fe2085 50% );
    box-shadow: 0 0 160px 80px var( --glow-color );
    animation: 2s ease infinite alternate retrobg-sun-glow-anim;
  }
  .retrobg-shutdown #retrobg-sun {
    background-image: linear-gradient( #000, #000 40% );
    --glow-color: #000;
  }
  @keyframes retrobg-sun-glow-anim {
    from { box-shadow: 0 0 160px 80px var( --glow-color ); }
    to   { box-shadow: 0 0 200px 95px var( --glow-color ); }
  }
  
  /* ............................................................... */
  #retrobg-stars {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .retrobg-star {
    position: absolute;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #fff;
  }
  
  /* ............................................................... */
  #retrobg-mountains {
    position: absolute;
    width: 100%;
    height: 30%;
  }
  .retrobg-mountain {
    position: absolute;
    width: 30%;
    height: 100%;
    background-image: linear-gradient( #000 70%, #111 85%, #fff1 );
  }
  #retrobg-mountains-left { left: 0; clip-path: polygon( 0% 100%,0% 55%,5% 60%,10% 55%,20% 50%,25% 42%,30% 38%,33% 35%,40% 45%,50% 50%,60% 70%,70% 85%,75% 82%,80% 91%,85% 90%,90% 95%,95% 98%,100% 100% ); }
  #retrobg-mountains-right { right: 0; clip-path: polygon( 0% 100%,5% 95%,10% 85%,15% 87%,20% 80%,25% 78%,30% 65%,40% 70%,50% 57%,60% 53%,67% 68%,70% 70%,75% 66%,80% 55%,90% 50%,95% 60%,100% 57%,100% 100% ); }
  
  /* ............................................................... */
  #retrobg-cityWrap {
    position: absolute;
    width: 50%;
    margin-left: -1%;
  }
  #retrobg-city {
    padding-top: 20%;
  }
  .retrobg-building {
    position: absolute;
    width: 5%;
    height: 100%;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    background-image: linear-gradient( 0deg, rgba( 17, 17, 34, 0 ), #112 30px, #000 );
  }
  .retrobg-building:nth-child( odd ) {
    background-image: linear-gradient( 0deg, rgba( 24, 24, 42, 0 ), #223 30px, #000 );
  }
  .retrobg-antenna::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: calc( -1px - 5% );
    bottom: 100%;
    width: 10%;
    min-width: 2px;
    height: 33%;
    background-color: #000;
  }
  
  /* ............................................................... */
  #retrobg-ground {
    position: absolute;
    z-index: 999;
    overflow: hidden;
    width: 100%;
    height: 45%;
    bottom: 0;
    border-top: 2px solid #bf578c;
    background-color: #000;
  }
  .retrobg-shutdown #retrobg-ground {
    border-color: #000;
  }
  #retrobg-groundShadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( #000 0%, transparent );
  }
  
  /* ............................................................... */
  #retrobg-linesWrap {
    height: 100%;
    perspective: 1000px;
    perspective-origin: center top;
  }
  #retrobg-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    animation: 3.35s linear infinite retrobg-lines-anim;
  }
  .retrobg-shutdown #retrobg-lines {
    animation-duration: 2s;
  }
  @keyframes retrobg-lines-anim {
    from { transform: rotateX( 84deg ) translateY( 0 ); }
    to { transform: rotateX( 84deg ) translateY( 100px ); }
  }
  #retrobg-hlines,
  #retrobg-vlines {
    position: absolute;
    left: calc( ( 900% - 100% ) / -2 );
    width: 900%;
    height: 500%;
  }
  #retrobg-vlines {
    display: flex;
    justify-content: center;
  }
  .retrobg-hline,
  .retrobg-vline {
    width: 100%;
    height: 100%;
    background-color: currentColor;
  }
  .retrobg-hline { height: 3px; }
  .retrobg-vline { width: 3px; }
  .retrobg-hline + .retrobg-hline { margin-top: 98px; }
  .retrobg-vline + .retrobg-vline { margin-left: 48px; }
  



  /*Buttons start / Erase */

  [class*="push"] {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 0;
    margin: 1em;
    outline: none;
    background-color: rgba(194, 41, 10, 1);
    border-radius: 50%;
    cursor: pointer;
    transition: box-shadow 200ms;
 }
  .push--flat {
    box-shadow: inset 0 7.5px 0 rgba(218, 46, 11, 1), inset 0 -7.5px 0 rgba(170, 36, 9, 1), inset 0 0 0 7.5px rgba(179, 38, 9, 1), inset 0 0 0 20px rgba(194, 41, 10, 1), inset 0 0 0 24px rgba(97, 20, 5, 1), inset 0 0 0 26.0869565217px rgba(0, 0, 0, 1), inset 0 0 0 32px rgba(247, 133, 110, 0.7), inset 0 0 0 43.6363636364px rgba(194, 41, 10, 1), inset 0 96px 32px rgba(170, 36, 9, 1), inset 0 0 24px 40px rgba(145, 31, 8, 1), 0 12px 0 rgba(0, 0, 0, .3);
 }
  .push--flat:after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 24px;
    display: block;
    width: 142px;
    height: 142px;
    border: 12px solid rgba(0, 0, 0, .3);
    border-width: 0 0 16px;
    border-radius: 50%;
    transition-duration: 200ms;
 }
  .push--flat:active, .push--flat.is-pushed {
    box-shadow: inset 0 7.5px 0 rgba(218, 46, 11, 1), inset 0 -7.5px 0 rgba(170, 36, 9, 1), inset 0 0 0 7.5px rgba(179, 38, 9, 1), inset 0 0 0 20px rgba(194, 41, 10, 1), inset 0 0 0 24px rgba(97, 20, 5, 1), inset 0 0 0 28.2352941176px rgba(0, 0, 0, 1), inset 0 0 0 32px rgba(247, 133, 110, 0.2), inset 0 0 0 43.6363636364px rgba(179, 38, 9, 1), inset 0 96px 32px rgba(155, 33, 8, 1), inset 0 0 24px 40px rgba(121, 26, 6, 1), 0 12px 0 rgba(0, 0, 0, .3);
    background-color: rgba(184, 39, 10, 1);
 }
  .push--flat:active:after, .push--flat.is-pushed:after {
    bottom: 28px;
    border-width: 0;
 }
  

 /*Textaera en terminal */


  .terminal {
	 display: block;
	 min-height: 35vh;
	 color: rgb(153, 245, 125);
	 font-size: 16px;
	 font-family: Ubuntu Mono, monospace;
	 margin: auto;
	 background-color: transparent;
	 padding: 20px;
	 box-sizing: border-box;
}
 .terminal > .frame {
	 position: relative;
	 background: radial-gradient(#00796b, #004d40);
	 width: 50%;
   height:35vh;
   margin-left:25%;
	 border: 3px solid;
	 border-bottom-color: #121212;
	 border-left-color: #080808;
	 border-right-color: #080808;
	 border-top-color: #020202;
	 box-shadow: inset 0 0 8rem black, inset 0 0 3rem black, 0 0 5rem black;
	 border-radius: 20px;
	 overflow: hidden;
}
 .terminal > .frame:after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: repeating-linear-gradient(0, transparent, rgba(0, 0, 0, 0.774) 3px);
	 pointer-events: none;
	 opacity: 0.25;
}
 .terminal > .frame textarea {
	 min-width: 100%;
	 max-width: 100%;
	 min-height: 100%;
	 max-height: 100%;
	 background: none;
	 border: none;
	 outline: none;
	 font: inherit;
	 color: inherit;
	 padding: 25px;
	 text-shadow: rgba(255, 255, 255, 0.55) 0 0 5px;
}

 .terminal > .frame ::selection {
	 background: rgba(255, 255, 255, 0.25);
	 text-shadow: none;
}

.terminal > .frame ::placeholder {
  color: rgb(153, 245, 125);
	font-size: 16px;
	font-family: Ubuntu Mono, monospace;
}

.frame #clearHH {
  position: absolute;
  bottom: 0;
  right: 120px !important;
  background: radial-gradient(#00796b, #004d40);
  width: 120px;
  font-size: 18px;
  font-family: Ubuntu Mono, monospace;
  color: rgb(153, 245, 125);
  cursor: pointer;
}

i.fa-solid.fa-trash-can, i.fa-solid .fa-play{
    font-size: 14px;
}

.frame button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: radial-gradient(#00796b, #004d40);
  width: 120px;
  font-size: 18px;
  font-family: Ubuntu Mono, monospace;
  color: rgb(153, 245, 125);
  cursor: pointer;
}
  


  /*mobile*/
  
  @media screen and (max-width: 980px) { 
    h1:before {
      left: -0.8em !important;
      top: -1em !important;
    }
     
  h2{
    position: relative;
    top: 150px;
  }

  .terminal > .frame {
    
    width: 100%;
    top: 40px;
    margin-left: 0;
  }

  .terminal > .frame ::placeholder {
  font-size: 34px;
  }

  .frame button {
    width: 360px;
    font-size:60px;
  }

  .frame #clearHH {
  display: none;
  }
    
  }