@import 'https://fonts.googleapis.com/css?family=Inconsolata';
html {
  min-height: 100%;
} 
/*
body {
  box-sizing: border-box;
  height: 100%;
  background-color: #000000;
  background-image: radial-gradient(#581132, #16040b), url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");
  background-repeat: repeat;
  background-size: cover;
  font-family: "Inconsolata", Helvetica, sans-serif;
  font-size: 1.5rem;
  color: rgba(255, 0, 106, 0.8);
  text-shadow: 0 0 1ex #74003a, 0 0 2px rgba(255, 255, 255, 0.8);
}
*/
body {
  box-sizing: border-box;
  height: 100%;
  background: 
    linear-gradient(183deg, rgba(141,35,46,0.5) 1%, rgba(141,35,46,0) 60%), 
    linear-gradient(250deg, rgba(141,35,46,0) 21%, rgba(141,35,46,0.2) 20%, rgba(11,35,47,0.2) 50%),
    linear-gradient(250deg, rgba(141,35,46,0) 23%, rgba(141,35,46,0.2) 20%, rgba(11,35,47,0.2) 50%),
    linear-gradient(250deg, rgba(141,35,46,0) 25%, rgba(141,35,46,0.2) 20%, rgba(11,35,47,0.2) 50%),
    repeating-linear-gradient(179deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1) 3px, rgba(0,0,0,0.1) 3px, rgba(0,0,0,0.1) 5px),
    url('https://femboy.beauty/k6E3VA.png'); /* Add your new background image */
  background-blend-mode: overlay, normal; /* Blend the semi-transparent layer with the gradients */
  background-color: #0b232f;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; /* Ensure the background image covers the entire screen */
  font-family: "Inconsolata", Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #E14E47;
}
.prp {
  color: rgb(132, 0, 255);
}

.np {
  color: rgb(98, 247, 155);
}

.noise {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");
  background-repeat: repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.02;
}
::selection{
  background: rgba(255, 53, 80, 0.5);
}
.overlay {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: auto 4px;
  z-index: 2000;
}
.overlay::before {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent 0%, #e14f472c 2%, #e14f47be 3%, #e14f472c 3%, transparent 100%);
  background-repeat: no-repeat;
  -webkit-animation: scan 7.5s linear 0s infinite;
          animation: scan 7.5s linear 0s infinite;
}
@-webkit-keyframes scan {
  0% {
    background-position: 0 -100vh;
  }
  35%, 100% {
    background-position: 0 100vh;
  }
}
@keyframes scan {
  0% {
    background-position: 0 -100vh;
  }
  35%, 100% {
    background-position: 0 100vh;
  }
}
.terminal {
  box-sizing: inherit;
  position: absolute;
  height: 100%;
  width: 1000px;
  max-width: 100%;
  margin-top: 40px;
  padding: 4rem;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.output {
  color: rgba(255, 128, 187, 0.8);
  text-shadow: 0 0 1px rgba(255, 51, 119, 0.4), 0 0 2px rgba(255, 255, 255, 0.8);
}
.output::before {
  content: "> ";
}
a {
  color: #fff;
  text-decoration: none;
}
a::before {
  content: "[";
}
a::after {
  content: "]";
}
.errorcode {
  color: white;
}
.password-input {
  background: none;
  border: 1px solid rgba(255, 0, 106, 0.8);
  color: rgba(255, 0, 106, 0.8);
  padding: 0.5rem;
  font-family: "Inconsolata", Helvetica, sans-serif;
  font-size: 1.5rem;
}
.password-button {
  background-color: rgba(255, 0, 106, 0.8);
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  font-family: "Inconsolata", Helvetica, sans-serif;
  font-size: 1.5rem;
  cursor: pointer;
  margin-left: 10px;
}
@keyframes fadein {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

/* Ensure the body and HTML take up the full viewport */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Hide scrollbars */
}

#background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  color: #000000;
  filter: blur(3px);
}

#canvas {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  z-index: -999;
}

#content {
  position: relative;
  z-index: 300;
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 38%;
  animation: fadein 7s;
}

a {
  text-decoration: none;
  color: inherit;
}

#embed-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

iframe {
  border: none;
  max-width: 100%;
  max-height: 100%;
  width: 560px;
  height: 384px;
}

#canvasholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

canvas {
  max-width: 100%;
  max-height: 100%;
  image-rendering: pixelated;
}

.popupbackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  transition: opacity 0.5s ease, visibility 0.5s ease; /* Ensure visibility and opacity transition */
  overflow: hidden; /* Prevent scrollbars from appearing */
}

.popup {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: rgba(0, 0, 0, 0.253);
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: left; /* Align text to the left */
  transform: scale(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease; /* Ensure transition */
}

.popup img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
}

.popup h2 {
  margin-left: 135px; /* Space for the image on the left */
}
.popup p {
  margin-left: 15px;
}

.popup.password-input .password-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
}

.popupbackground.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.popupbackground.hide {
  opacity: 0;
  pointer-events: none;
}

.popup.show {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.popup.hide {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

/* --------------------------- cyber button css --------------------------- */

@font-face {
  font-family: Cyber;
  src: url("https://assets.codepen.io/605876/Blender-Pro-Bold.otf");
  font-display: swap;
}

.cybr-btn + .cybr-btn {
  margin-top: 2rem;
}

.cybr-btn {
  --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 1%));
  --shadow-primary: hsl(var(--shadow-primary-hue), 90%, 50%);
  --primary-hue: 0;
  --primary-lightness: 50;
  --color: hsl(0, 0%, 100%);
  --font-size: 26px;
  --shadow-primary-hue: 180;
  --label-size: 9px;
  --shadow-secondary-hue: 60;
  --shadow-secondary: hsl(var(--shadow-secondary-hue), 90%, 60%);
  --clip: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 70%);
  --border: 4px;
  --shimmy-distance: 5;
  --clip-one: polygon(0 2%, 100% 2%, 100% 95%, 95% 95%, 95% 90%, 85% 90%, 85% 95%, 8% 95%, 0 70%);
  --clip-two: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
  --clip-three: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
  --clip-four: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
  --clip-five: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
  --clip-six: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
  --clip-seven: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%);
  font-family: 'Cyber', sans-serif;
  color: var(--color);
  cursor: none;
  background: transparent;
  text-transform: uppercase;
  font-size: var(--font-size);
  outline: transparent;
  letter-spacing: 2px;
  position: relative;
  font-weight: 700;
  border: 0;
  min-width: 15px;
  height: 45px;
  line-height: 45px;
  transition: background 0.2s;
}

.cybr-btn:hover {
  --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 0.8%));
}
.cybr-btn:active {
  --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 0.6%));
}

.cybr-btn:after,
.cybr-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-clip-path: var(--clip);
          clip-path: var(--clip);
  z-index: -1;
}

.cybr-btn:before {
  background: var(--shadow-primary);
  transform: translate(var(--border), 0);
}

.cybr-btn:after {
  background: var(--primary);
}

.cybr-btn__tag {
  position: absolute;
  padding: 1px 4px;
  letter-spacing: 1px;
  line-height: 1;
  bottom: -5%;
  right: 5%;
  font-weight: normal;
  color: hsl(0, 0%, 0%);
  font-size: var(--label-size);
}

.cybr-btn__glitch {
  position: absolute;
  top: calc(var(--border) * -1);
  left: calc(var(--border) * -1);
  right: calc(var(--border) * -1);
  bottom: calc(var(--border) * -1);
  background: var(--shadow-primary);
  text-shadow: 2px 2px var(--shadow-primary), -2px -2px var(--shadow-secondary);
  -webkit-clip-path: var(--clip);
          clip-path: var(--clip);
  -webkit-animation: glitch 2s infinite;
          animation: glitch 2s infinite;
  display: none;
}

.cybr-btn:hover .cybr-btn__glitch {
  display: block;
}

.cybr-btn__glitch:before {
  content: '';
  position: absolute;
  top: calc(var(--border) * 1);
  right: calc(var(--border) * 1);
  bottom: calc(var(--border) * 1);
  left: calc(var(--border) * 1);
  -webkit-clip-path: var(--clip);
          clip-path: var(--clip);
  background: var(--primary);
  z-index: -1;
}

@-webkit-keyframes glitch {
  0% {
    -webkit-clip-path: var(--clip-one);
            clip-path: var(--clip-one);
  }
  2%, 8% {
    -webkit-clip-path: var(--clip-two);
            clip-path: var(--clip-two);
    transform: translate(calc(var(--shimmy-distance) * -1%), 0);
  }
  6% {
    -webkit-clip-path: var(--clip-two);
            clip-path: var(--clip-two);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  9% {
    -webkit-clip-path: var(--clip-two);
            clip-path: var(--clip-two);
    transform: translate(0, 0);
  }
  10% {
    -webkit-clip-path: var(--clip-three);
            clip-path: var(--clip-three);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  13% {
    -webkit-clip-path: var(--clip-three);
            clip-path: var(--clip-three);
    transform: translate(0, 0);
  }
  14%, 21% {
    -webkit-clip-path: var(--clip-four);
            clip-path: var(--clip-four);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  25% {
    -webkit-clip-path: var(--clip-five);
            clip-path: var(--clip-five);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  30% {
    -webkit-clip-path: var(--clip-five);
            clip-path: var(--clip-five);
    transform: translate(calc(var(--shimmy-distance) * -1%), 0);
  }
  35%, 45% {
    -webkit-clip-path: var(--clip-six);
            clip-path: var(--clip-six);
    transform: translate(calc(var(--shimmy-distance) * -1%));
  }
  40% {
    -webkit-clip-path: var(--clip-six);
            clip-path: var(--clip-six);
    transform: translate(calc(var(--shimmy-distance) * 1%));
  }
  50% {
    -webkit-clip-path: var(--clip-six);
            clip-path: var(--clip-six);
    transform: translate(0, 0);
  }
  55% {
    -webkit-clip-path: var(--clip-seven);
            clip-path: var(--clip-seven);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  60% {
    -webkit-clip-path: var(--clip-seven);
            clip-path: var(--clip-seven);
    transform: translate(0, 0);
  }
  31%, 61%, 100% {
    -webkit-clip-path: var(--clip-four);
            clip-path: var(--clip-four);
  }
}

@keyframes glitch {
  0% {
    -webkit-clip-path: var(--clip-one);
            clip-path: var(--clip-one);
  }
  2%, 8% {
    -webkit-clip-path: var(--clip-two);
            clip-path: var(--clip-two);
    transform: translate(calc(var(--shimmy-distance) * -1%), 0);
  }
  6% {
    -webkit-clip-path: var(--clip-two);
            clip-path: var(--clip-two);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  9% {
    -webkit-clip-path: var(--clip-two);
            clip-path: var(--clip-two);
    transform: translate(0, 0);
  }
  10% {
    -webkit-clip-path: var(--clip-three);
            clip-path: var(--clip-three);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  13% {
    -webkit-clip-path: var(--clip-three);
            clip-path: var(--clip-three);
    transform: translate(0, 0);
  }
  14%, 21% {
    -webkit-clip-path: var(--clip-four);
            clip-path: var(--clip-four);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  25% {
    -webkit-clip-path: var(--clip-five);
            clip-path: var(--clip-five);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  30% {
    -webkit-clip-path: var(--clip-five);
            clip-path: var(--clip-five);
    transform: translate(calc(var(--shimmy-distance) * -1%), 0);
  }
  35%, 45% {
    -webkit-clip-path: var(--clip-six);
            clip-path: var(--clip-six);
    transform: translate(calc(var(--shimmy-distance) * -1%));
  }
  40% {
    -webkit-clip-path: var(--clip-six);
            clip-path: var(--clip-six);
    transform: translate(calc(var(--shimmy-distance) * 1%));
  }
  50% {
    -webkit-clip-path: var(--clip-six);
            clip-path: var(--clip-six);
    transform: translate(0, 0);
  }
  55% {
    -webkit-clip-path: var(--clip-seven);
            clip-path: var(--clip-seven);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  60% {
    -webkit-clip-path: var(--clip-seven);
            clip-path: var(--clip-seven);
    transform: translate(0, 0);
  }
  31%, 61%, 100% {
    -webkit-clip-path: var(--clip-four);
            clip-path: var(--clip-four);
  }
}

.cybr-btn:nth-of-type(2) {
  --primary-hue: 260;
}

/* Container for the buttons to align them in a row */
.password-container {
  display: flex;
  gap: 20px; /* Adjust the gap between buttons as needed */
  align-items: center; /* Ensure buttons are vertically aligned */
}

/* Purple RP button styles */
.cybr-btn.prp-btn {
  --primary: rgb(136, 0, 248);
  --color: white;
}

.cybr-btn.prp-btn .cybr-btn__glitch {
  background: rgb(136, 0, 248);
}

/* Nopixel button styles */
.cybr-btn.np-btn {
  --primary: rgb(70, 255, 116);
  --color: white;
}

.cybr-btn.np-btn .cybr-btn__glitch {
  background: rgb(70, 255, 116);
}

/* Red button styles */
.cybr-btn.df-btn {
  --primary: #e14f47;
  --color: white;
}

.cybr-btn.df-btn .cybr-btn__glitch {
  background: #e14f47;
}

/* Remove top margin from the second button */
.cybr-btn + .cybr-btn {
  margin-top: 0;
}
/* ------------------Cyberpunk Banner css------------------*/
:root {
  --red-color: #E14E47;
  --border-color: #8ae66e;
}

.cyberpunk {
  padding: 5px;
  position: relative;
  font-size: 1.2rem;
  color: var(--red-color);
  border: 30px solid var(--red-color);
  border-right: 5px solid var(--red-color);
  border-left: 5px solid var(--red-color);
  border-bottom: 24px solid var(--red-color);
  background-color: #000;
  clip-path: polygon(0px 25px, 26px 0px, calc(60% - 25px) 0px, 60% 25px, 100% 25px, 100% calc(100% - 10px), calc(100% - 15px) calc(100% - 10px), calc(80% - 10px) calc(100% - 10px), calc(80% - 15px) 100%, 80px calc(100% - 0px), 65px calc(100% - 15px), 0% calc(100% - 15px));
}
.cyberpunk.inverse {
  border: none;
  padding: 40px 15px 30px;
  color: #000;
  background-color: var(--red-color);
  border-right: 2px solid var(--border-color);
}
.dotted, .dotted:before, .dotted:after {
  background: var(--red-color);
  background-image: radial-gradient(#00000021 1px, transparent 0);
  background-size: 5px 5px;
  background-position: -13px -3px;
}

.cyberpunk:before {
  content: "P-14";
  display: block;
  position: absolute;
  bottom: -12px;
  right: 25px;
  padding: 2px 2px 0px 2px;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #000;
  background-color: var(--red-color);
  border-left: 2px solid var(--border-color);
}
.cyberpunk.inverse:before {
  content: "T-71";
  right: 90px;
  bottom: 9px;
}
.cyberpunk.inverse:before, .cyberpunk:before {
  background-color: #000;
  color: var(--red-color);
}
/* ------------------Cyberpunk Image holder css------------------ */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500;700&family=Nunito+Sans:wght@200;400&display=swap");

:root {
  --red: #E14E47;
  --blue: #33dcee;
  --dark-red: #0b0403;
}

#imagecontainer {
  position: relative;
  height: 200px;
  aspect-ratio: 1;
  perspective: 1000px;
}
#wrapper {
  transform: rotateX(-5deg) rotateY(10deg);
}
#modal {
  background: #E14E47;
  height: 200px;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    6% 100%,
    0 93%,
    0 68%,
    0 65%,
    5% 60%,
    5% 31%,
    0 24%
  );
}
#textInner {
  position: absolute;
  top: 4px;
  color: #E14E47;
  left: 8px;
  z-index: 20;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}
#textOuter {
  color: #E14E47;
  float: right;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8rem;
  white-space: nowrap;
}
#blurbContainer {
  position: absolute;
  top: -18px;
  display: flex;
  color: #E14E47;
  justify-content: flex-end;
  font-size: 0.5rem;
  min-width: 200px;
  right: -23px;
  gap: 7px;
  width: 500px;
}
#blurbContainer :last-child {
  width: 16px;
  overflow-wrap: break-word;
  font-size: 0.4rem;
}
#blurbContainer :first-child {
  white-space: nowrap;
}
#extra {
  height: 5px;
  width: 40px;
  background: #E14E47;
  position: absolute;
  right: 0;
  margin-top: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 37% 100%);
}
#modal:after {
  width: 97%;
  height: 8px;
  background: #E14E47;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
#inner {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    6% 100%,
    0 93%,
    0 68%,
    0 65%,
    5% 60%,
    5% 31%,
    0 24%
  );
  height: 99%;
  width: 98%;
  background: #000;
  background: url("https://femboy.beauty/RXB6Z.PNG")
    center/ cover;
}

/* ------------------Cyberpunk Info box css------------------ */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500&display=swap');

.card-group {
  opacity: 1;
  position: absolute;
  top: 125px; 
  right: 290px; 
  display: flex;
  z-index: 1000; /* Ensure it stays on top of other elements */
  transform: none; /* Remove the translate transform */
}

.side {
  width: 30px;
  background: rgba(156, 50, 48, 0.57);
}

.card {
  position: relative;
  height: 280px;
  width: 600px;
/*   background: rgba(60, 24, 26, 0.37); */
/*   backdrop-filter: blur(30px); */
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
}

.top {
  height: 40px;
  display: flex;
  flex-direction: row;
  background: rgba(156, 50, 48, 0.87);
  justify-content: space-between;
/*   border: dotted 2px; */
}
.top-title {
  display: flex;
  flex-direction: row;
/*   border: solid 2px green; */
  align-items: center;
  margin: 5px 5px 5px 35px;
}

.top-title p {
  font-size: 22px;
/*   border: solid 1px blue; */
  color: #E14E47;
  font-weight: 500;
  padding: 0px 5px;
}

.top-title svg {
  height: 20px;
  width: 20px;
  fill: #E14E47;
/*   border: solid 1px blue; */
}

.top-r-icon {
  display: flex;
  flex-direction: row;
/*   border: solid 2px green; */
  align-items: center;
  margin: 5px 10px 5px 5px;
}

.top-r-icon svg {
  height: 25px;
  width: 25px;
  fill: #E14E47;
}

.card-inner {
  background: rgba(60, 24, 26, 0.37);
  backdrop-filter: blur(30px);
  height: 100%;
/*   border: dotted 2px white; */
  padding: 15px;
}

.data-banner {
  background: #E14E47;
  height: 55px;
  display: flex;
  padding: 5px;
  margin-bottom: 5px;
}

.banner-text-main {
/*   border: solid 2px green; */
  display: flex;
  align-items: center;
}

.banner-text-main img {
  height: 50px;
}

.banner-text-main h2 {
  color: #3C181A;
  margin: 0px 0px 0px 15px;
}

.clipped {
/*  this causes the cut corner  */
  background: linear-gradient(-45deg, transparent 25px, #E14E47 0); 
}

.data-banner-body {
  display: flex;
  padding: 5px;
  margin-bottom: 5px;
}

.data-banner-body p {
  color: #E14E47;
}
/* ------------------Main Page Css------------------ */
body, button, a {
  cursor: none;
}
/* Loading screen styles */
#loadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: opacity 1s ease-out;
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  text-align: center; /* Center text horizontally */
}

#loadingScreen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(183deg, rgba(141,35,46,0.5) 1%, rgba(141,35,46,0) 60%), 
              linear-gradient(250deg, rgba(141,35,46,0) 21%, rgba(141,35,46,0.2) 20%, rgba(11,35,47,0.2) 50%),
              linear-gradient(250deg, rgba(141,35,46,0) 23%, rgba(141,35,46,0.2) 20%, rgba(11,35,47,0.2) 50%),
              linear-gradient(250deg, rgba(141,35,46,0) 25%, rgba(141,35,46,0.2) 20%, rgba(11,35,47,0.2) 50%),
              repeating-linear-gradient(179deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1) 3px, rgba(0,0,0,0.1) 3px, rgba(0,0,0,0.1) 5px);
  z-index: -1; /* Ensure it is behind the content */
}

#loadingScreen h1, #loadingScreen img {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#loadingScreen video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2; /* Ensure it is behind the background gradients */

  transition: filter 1s ease-out; /* Transition for blur effect */
}

#loadingBar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 140px;
  background-color: #000;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: width 4s ease-in-out, opacity 1s ease-in-out;
}

#loadingImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeIn 1s forwards;
  width: 254px;
  height: auto; 
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cursor {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 5000;   
  transition: fill 0.3s ease;
}

.terminal {
  transform: scale(0.65);
  transform-origin: top left;
}
#imagecontainer {
  transform: scale(1.15);
  position: absolute;
  top: 130px;
  right: 40px;
  font-family: "Montserrat", "Nunito Sans", sans-serif;
  padding: 25px;
  z-index: 1000;
}
#imagecontainer * {
  font-family: "Montserrat", "Nunito Sans", sans-serif !important;
  color: inherit !important;
  text-shadow: none !important;
  filter: none !important;
  outline: none !important;
}
.card-group {
  transform: scale(0.80);
}

.cyberpunk.inverse.dotted {
  top: 0;
  left: 50%;
  width: 1px;
  height: 20px;
  transform: translateX(-50%);
  background: #E14E47;
  font-family: "Inconsolata", monospace;
  color: #3C181A;
  padding: 25px;
  z-index: 1000;
  overflow: hidden;
  white-space: nowrap;
  transition: width 3s ease-out;
}

.cyberpunk.inverse.dotted.expand {
  width: calc(100% - 120px); 
}

.cyberpunk.inverse.dotted .scrolling-text {
  display: inline-block;
  animation: scrollText 125s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(300%);
  }
  100% {
    transform: translateX(-250%);
  }
}

.small-text {
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1000;
}

.small-text-right {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1000;
}

.small-text-right-image {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000;
}

.hacked-image {
  position: fixed;
  bottom: 50px;
  right: 150px;
  z-index: 1000;
}
.popupbackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popupbackground.show {
  visibility: visible;
  opacity: 1;
}

.popup {
  width: 600px;
  backdrop-filter: blur(30px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.popup.show {
  transform: scale(1);
  opacity: 1;
}

.popup .top {
  height: 40px;
  display: flex;
  flex-direction: row;
  background: rgba(156, 50, 48, 0.87);
  justify-content: space-between;
}

.popup .top-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 5px 5px 5px 35px;
}

.popup .top-title p {
  font-size: 22px;
  color: #E14E47;
  font-weight: 500;
  padding: 0px 5px;
}

.popup .top-title svg {
  height: 20px;
  width: 20px;
  fill: #E14E47;
}

.popup .top-r-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 5px 10px 5px 5px;
}

.popup .top-r-icon svg {
  height: 25px;
  width: 25px;
  fill: #E14E47;
}

.popup .card-inner {
  padding: 15px;
}

.popup .data-banner {
  background: #E14E47;
  height: 55px;
  display: flex;
  padding: 5px;
  margin-bottom: 5px;
}

.popup .banner-text-main {
  display: flex;
  align-items: center;
}

.popup .banner-text-main h2 {
  color: #3C181A;
  margin: 0px 0px 0px 15px;
}

.popup .data-banner-body {
  display: flex;
  padding: 5px;
  margin-bottom: 5px;
}

.popup .data-banner-body p {
  color: #E14E47;
}

.popup .password-input {
  background: #E14E47;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
}

.profile-shrinker {
  transform: scale(0.8);
  transform-origin: top right;
  margin-top: -100px;
}

/* -----------------------------------------------------------------------website Border----------------------------------------------------------------------- */
#border {
  z-index: 1500;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 50%,
    10px calc(50% - 10px),
    10px calc(25% + 10px),
    0 25%
  );
  border: 5px solid #E14E47; /* Set the border to 5px */
  background: transparent; /* Make the inside see-through */
  pointer-events: none; /* Ensure the border does not interfere with interactions */
}

wrapper {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4px);
  background: linear-gradient(#33333300, #33333300),
    repeating-linear-gradient(
      -45deg,
      transparent 4px,
      rgba(85, 51, 0, 0) 0,
      rgba(85, 51, 0, 0) 6px,
      transparent 0,
      transparent 9px
    ),
    linear-gradient(rgba(0, 0, 0, 0) 1px, rgba(255, 200, 0, 0) 2px),
    linear-gradient(to right, transparent 9px, rgba(0, 0, 68, 0)),
    linear-gradient(rgba(0, 0, 17, 0) 9px, rgba(0, 0, 68, 0));
  background-size: 8px 100%, 296px 7px, 100% 2px, 10px 10px, 10px 10px;
  background-position: calc(100% - 7px) 0, 99.5% calc(100% - 3px), 0 0, 0 0, 0 0;
  background-repeat: repeat-y, no-repeat, repeat, repeat, repeat;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 50%,
    10px calc(50% - 10px),
    10px calc(25% + 10px),
    0 25%
  );
  overflow: hidden;
  pointer-events: none; /* Ensure the wrapper does not interfere with interactions */
}
scroller {
  position: absolute;
  top: 0;
  bottom: 15px;
  width: calc(100% - 28px);
  padding-right: 35px;
  overflow: hidden;
  color: #d10047;
}
content {
  position: relative;
  box-sizing: initial;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 25px;
  overflow-y: scroll;
  word-wrap: break-word;
}
scrollbar {
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 10px;
  height: 50px;
  background: #d10047;
  z-index: 2;
}
scrollbar:hover {
  background: #d10047;
}
scrollbar:hover:after {
  border-top: 10px solid #d10047;
}
scrollbar::after {
  display: block;
  position: absolute;
  content: " ";
  top: 100%;
  left: 0;
  border-top: 10px solid #d10047;
  border-right: 10px solid transparent;
  z-index: 2;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  border: 1px solid #d10047;
  border-radius: 1px;
}

::-webkit-scrollbar-thumb {
  background: #d10047;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f5417d;
}

/* Initial state of the hidden login screen */
.hidden-login {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 1s, width 1s, height 1s, transform 1s;
}

/* Final state of the hidden login screen */
.hidden-login.show {
  width: 600px;
  height: auto;
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Styling for the login content */
.login-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 90%;
}

.login-content h2 {
  color: #E14E47;
  margin-bottom: 20px;
}

.login-content form {
  width: 100%;
}

.login-content form div {
  margin-bottom: 10px;
  width: 100%;
}

.login-content label {
  color: #E14E47;
  display: block;
  margin-bottom: 5px;
}

.login-content input {
  width: 100%;
  padding: 10px;
  border: 1px solid #E14E47;
  border-radius: 5px;
  color: #fff;
}

.login-content button {
  background-color: #E14E47;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

/* Ensure the fullscreen button is on top */
#fullscreenButton {
  z-index: 1000;
}

/* Adjust other elements' z-index if necessary */
.hidden-login {
  z-index: 50;
}
