@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: GothicPixels;
    src:url("../fonts/GothicPixels.ttf") format("woff2");
}
@font-face {
  font-family: SpaceMono-Bold;
    src:url("../fonts/SpaceMono-Bold.ttf") format("woff2");
}

.bobbm {
  position: absolute;
  color: #ffffff00;
}

/* From Uiverse.io by jeremyssocial */ 
@keyframes blinkCursor {
  50% {
    border-right-color: transparent;
  }
}

@keyframes typeAndDelete {
  0%,
  10% {
    width: 0;
  }
  45%,
  55% {
    width: 6.2em;
  }
  90%,
  100% {
    width: 0;
  }
}

.scrollind {
  display: none;
}

.infoscr {
  display: none;
}

.terminal-loader {
  border: 0.1em solid #333;
  background-color: #1a1a1a;
  color: #0f0;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  padding: 1.5em 1em;
  width: 12em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.terminal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  background-color: #333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 0.4em;
  box-sizing: border-box;
}

.terminal-controls {
  float: right;
}

.control {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.4em;
  border-radius: 50%;
  background-color: #777;
}

.control.close {
  background-color: #e33;
}

.control.minimize {
  background-color: #ee0;
}

.control.maximize {
  background-color: #0b0;
}

.terminal-title {
  float: left;
  line-height: 1.5em;
  color: #eee;
}

.text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.2em solid green; /* Cursor */
  animation:
    typeAndDelete 4s steps(11) infinite,
    blinkCursor 0.5s step-end infinite alternate;
  margin-top: 1.5em;
}

.circle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  mix-blend-mode: difference;
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
  border-radius: 50%;
  pointer-events: none;
  transition: ease-out 0.17s;
}

html{
  cursor: none;
}

body {
  background-color: rgb(180, 180, 245);
  height: 16rem;
  background-image: radial-gradient(circle, rgb(132, 174, 226) 2px, rgb(180, 180, 245) 2px);
  background-size: 2.5rem 2.5rem;
  background-position: center center;
}

.menu{
  padding: 15px;
  font-family: "GothicPixels";
  font-size: 1.5vw;
  color: rgb(44, 44, 58);

}

.ui-btn {
  --btn-default-bg: rgba(41, 41, 41, 0);
  --btn-padding: 15px;
  --btn-hover-bg: rgba(51, 51, 51, 0);
  --btn-transition: .3s;
  --btn-letter-spacing: .1rem;
  --btn-animation-duration: 1.2s;
  --btn-shadow-color: rgba(0, 0, 0, 0);
  --btn-shadow: 0 2px 10px 0 var(--btn-shadow-color);
  --hover-btn-color: #00ff62;
  --default-btn-color: rgb(44, 44, 58);
  --font-size: 1.5vw;
  --font-weight: 100;
  --font-family:"GothicPixels";
}

.ui-btn {
  box-sizing: border-box;
  padding: var(--btn-padding);
  align-items: center;
  justify-content: center;
  color: var(--default-btn-color);
  font: var(--font-weight) var(--font-size) var(--font-family);
  background: var(--btn-default-bg);
  border: none;
  cursor: pointer;
  transition: var(--btn-transition);
  overflow: hidden;
  box-shadow: var(--btn-shadow);
}

.ui-btn span {
  letter-spacing: var(--btn-letter-spacing);
  transition: var(--btn-transition);
  box-sizing: border-box;
  position: relative;
  background: inherit;
}

.ui-btn span::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  background: inherit;
}

.ui-btn:hover, .ui-btn:focus {
  background: var(--btn-hover-bg);
}

.ui-btn:hover span, .ui-btn:focus span {
  color: var(--hover-btn-color);
}

.ui-btn:hover span::before, .ui-btn:focus span::before {
  animation: chitchat linear both var(--btn-animation-duration);
}

@keyframes chitchat {
  0% {
    content: "#";
  }

  5% {
    content: ".";
  }

  10% {
    content: "^{";
  }

  15% {
    content: "-!";
  }

  20% {
    content: "#$_";
  }

  25% {
    content: "№:0";
  }

  30% {
    content: "#{+.";
  }

  35% {
    content: "@}-?";
  }

  40% {
    content: "?{4@%";
  }

  45% {
    content: "=.,^!";
  }

  50% {
    content: "?2@%";
  }

  55% {
    content: "\;1}]";
  }

  60% {
    content: "?{%:%";
    right: 0;
  }

  65% {
    content: "|{f[4";
    right: 0;
  }

  70% {
    content: "{4%0%";
    right: 0;
  }

  75% {
    content: "'1_0<";
    right: 0;
  }

  80% {
    content: "{0%";
    right: 0;
  }

  85% {
    content: "]>'";
    right: 0;
  }

  90% {
    content: "4";
    right: 0;
  }

  95% {
    content: "2";
    right: 0;
  }

  100% {
    content: "";
    right: 0;
  }
}

.heading {
  
  font-family: "GothicPixels";
  font-size: 10vw;
  font-weight: 500;
  text-shadow: 2px 2px 5px rgb(86, 116, 161);
  text-align: center;
}

.para {
  font-family: "SpaceMono-Bold";
  font-size: 2vw;
  font-weight: 500;
  text-shadow: 2px 2px 5px rgb(86, 116, 161);
  text-align: center;
  color: rgba(0, 0, 0, 0.144);
}

.link{
  font-family: "GothicPixels";
  font-size: 2vw;
  padding: 12px;
}

a{
 color:rgb(0, 0, 0);
 text-decoration: none; 
 text-align: center;
}

.boxx{
  grid-area: boxx;
  text-align: center;
  background-color: rgb(99, 99, 136);
  width: 80% auto;
  outline-style: solid;
  border-style: none none solid none;
  border-width: 10px;
  padding: 15px;
  margin: 20px;
  border-radius: 0px;
}


.main{
  grid-area: main;
  background-color: rgb(99, 99, 136);
  width: 80% auto;
  outline-style: solid;
  border-style: none none solid none;
  border-width: 10px;
  padding: 15px;
  margin: 10px;
  border-radius: 0px;

}

#cont3d{
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}

.bob{ 
  position: sticky;
  grid-area: header;
  text-align: center;
  background-color: rgb(99, 99, 136);
  width: 100% auto;
  max-height: 10;
  outline-style: solid;
  border-style: none none solid none;
  border-width: 10px;
  padding: 8px;
  margin: 50px;
  border-radius: 2px;
}

.foot{
  font-size: 0.7vw;
  bottom:0;
  width: 100% auto;
  text-align: center;
  margin:100px;
  padding:20px;
}

.topgrid {
  display: grid;
  grid-template-areas:
    'header header header header header header'
    'boxx main main main main main'
    'footer footer footer footer footer footer';
  gap: 0px;
  padding: 10px;
}

.topgrid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
