@font-face {
  font-family: 'Courier Prime';
  src: url("../fonts/CourierPrime-Regular.woff2") format("woff2"), url("../fonts/CourierPrime-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Courier Prime';
  src: url("../fonts/CourierPrime-Bold.woff2") format("woff2"), url("../fonts/CourierPrime-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: 'Courier Prime';
  font-weight: 400;
  color: #008f11;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  background: #000;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.egg {
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .egg {
    width: 320px;
    height: 200px;
  }
}

.egg img {
  width: 100%;
  height: 100%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  cursor: pointer;
  margin: 0 auto -100px auto;
}

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 0;
    width: 280px;
  }
}

.items {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .items {
    display: block;
  }
}

.socials {
  width: 400px;
  min-width: 400px;
  margin-right: -120px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .socials {
    margin: -80px auto -60px auto;
  }
}

.socials__image {
  display: flex;
  align-items: center;
  width: 100%;
}

.socials__image img {
  width: 100%;
}

.socials__list {
  position: absolute;
  top: 80px;
  left: 125px;
  width: 160px;
  height: 240px;
}

.socials__list a {
  display: block;
  width: 100%;
  height: 50px;
}

.static {
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .static {
    width: 100%;
  }
}

.number {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
}

.number input::-webkit-outer-spin-button,
.number input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.number-text {
  width: 130px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #008f11;
  margin: 0 16px;
  background: none;
  color: #008f11;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  animation: colorPulse 1s infinite;
}

@keyframes colorPulse {
  0%, 100% {
    color: #008f11;
    border-color: #008f11;
  }
  50% {
    color: #00ff1a;
    border-color: #00ff1a;
  }
}ы

.number-plus {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border: 2px solid #008f11;
  font-weight: 700;
}

.number-plus strong {
  margin-top: 3px;
}

.number-minus {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border: 2px solid #008f11;
  font-weight: 700;
}

.number-minus strong {
  margin-top: 3px;
}

.end {
  display: flex;
  margin-left: 10%;
  width: 80%;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  font-size: 16px;
  color: #009e12;
  text-shadow: 0 0 10px #009e12, 0 0 20px #009e12, 0 0 30px #00ff1a, 0 0 40px #00ff1a;
  animation: glowFade 2s infinite;
}

@keyframes glowFade {
  0%, 100% {
    text-shadow: 0 0 10px #009e12, 0 0 20px #009e12, 0 0 30px #00ff1a, 0 0 40px #00ff1a;
    opacity: 1;
  }
  50% {
    text-shadow: 0 0 5px #006d0c, 0 0 10px #006d0c, 0 0 15px #008f13, 0 0 20px #008f13;
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .end {
    padding: 20px 0;
  }
}

.end span {
  font-weight: 700;
}

.absolute {
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.absolute svg:last-child {
  display: none;
}

.absolute.active svg:first-child {
  display: none;
}

.absolute.active svg:last-child {
  display: block;
}

#countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  #countdown {
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #countdown {
    margin-bottom: 20px;
  }
}

#countdown .counter {
  width: 132px;
  animation: colorPulse 1s infinite;
}

@media screen and (max-width: 767px) {
  #countdown .counter {
    width: 77px;
  }
}

#countdown .counter span::before {
  content: attr(b);
  font-size: 64px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #countdown .counter span::before {
    font-size: 32px;
  }
}

#countdown .counter span.ping::before {
  -webkit-animation: pingEffect 0.4s 1 forwards;
  animation: pingEffect 0.4s 1 forwards;
}

#countdown .counter b {
  font-size: 24px;
  display: block;
  text-align: center;
  letter-spacing: 0.06em;
  color: #f3ebe1;
}

@media screen and (max-width: 767px) {
  #countdown .counter b {
    font-size: 16px;
  }
}

@-webkit-keyframes pingEffect {
  0% {
    transform: scale(0.92);
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pingEffect {
  0% {
    transform: scale(0.92);
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.counter {
  position: relative;
}

.counter__points {
  font-size: 64px;
  display: block;
  position: absolute;
  top: -3px;
  right: -12px;
}

@media screen and (max-width: 767px) {
  .counter__points {
    font-size: 24px;
    top: 2px;
    right: -5px;
  }
}
#monitor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.monitor-screen {
  width: 90%;
  max-width: 720px;
  height: 300px;
  background-color: #001a00;
  border: 5px solid #008f11;
  border-radius: 8px;
  padding: 15px;
  overflow-y: scroll; 
  font-family: "Courier New", Courier, monospace;
  color: #00ff00;
  font-size: 14px;
  line-height: 1.5;
}

.code-output {
  white-space: pre-wrap; 
  word-wrap: break-word; 
  padding-right: 10px; 
}

