body {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden scroll;
}

html {
    background: black;
}

@font-face {
  font-family: 'BBH';
  src: url('/static/PressStart2P-Regular.ttf') format('truetype');
}

.interact {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-family: 'BBH', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: white;
  text-align: center;
  display: block;
  background: #05050570;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: all 0.5s ease;
}

.interact > h1 {
  font-family: 'BBH', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: white;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.interact.rm {
  z-index: -1;
  opacity: 0;
}

.main-cardbox {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: auto;
    max-width: 795px;
    min-width: 360px;
    top: 1200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    transition: all 1.25s ease;
}

.main-cardbox.load {
  top: 120px;
}

body.lock {
  overflow: hidden;
}

.profile-flex {
    backdrop-filter: blur(5px);
    width: calc(100% - 50px);
    min-width: 365px;
    position: relative;
    border-radius: 10px;
    display: block;
    height: 100px;
    top: 35px;
    opacity: 0;
    object-fit: contain;
    object-position: center;
    background: #0000005c;
    transform: rotate3d(1, 0, 0, -45deg);
    transition: all 1s ease;
}

.profile-flex.on {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0deg);
  top: 0;
}

.long-card {
    backdrop-filter: blur(5px);
    width: calc(100% - 50px);
    min-width: 365px;
    position: relative;
    border-radius: 10px;
    display: block;
    height: auto;
    padding: 10px 0px;
    opacity: 0;
    background: #0000005c;
    top: 20px;
    transform: rotate3d(1, 0, 0, -45deg);
    object-fit: contain;
    object-position: center;
    transition: all 0.85s ease;
}

.long-card.left {
  transform: rotate3d(1, 0.5, 0, -45deg);
  left: -100px;
}

.long-card.right {
  transform: rotate3d(1, -0.5, 0, -45deg);
  left: 100px;
}

.long-card.on {
  transform: rotate3d(0, 0, 0, 0deg);
  top: 0px;
  left: 0;
  opacity: 1;
}

.card-title {
    font-family: 'BBH';
    color: white;
    position: relative;
    font-size: 17px;
    left: 15px;
    top: -5px;
}

.lc-flex {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: calc(100% - 30px);
    display: flex;
    top: -5px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.lc-flex.gg {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 1px;
}

.contact-block {
    font-family: 'BBH';
    display: block;
    width: 100%;
    text-align: left;
    user-select: none;
    color: rgb(190, 190, 190);
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    position: relative;
    left: 250px;
    opacity: 0;
    transition: all 0.55s ease;
}

.contact-block.on {
  left: 0px;
  opacity: 1;
}

.fab223 {
    font-size: 25px;
    transition: all 0.25s ease;
}

.contact-block > .fa {
    font-size: 35px;
}

.contact-block > h1 {
    font-size: 15px;
}

.l-space {
    position: relative;
    height: 100px;
    width: 100%;
}

.mgs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-align: right;
    line-height: 5px;
}

.skicon {
    position: relative;
    width: 25px;
    height: 25px;
    opacity: 0.85;
    transition: all 0.25s ease;
}

.contact-block:hover {
    color: rgb(221, 221, 221);
    .fab223 {
        scale: 1.1;
    }
    .skicon {
        opacity: 0.95;
        scale: 1.1;
    }

}

.lc-span {
    font-family: 'BBH';
    color: rgb(190, 190, 190);
    position: relative;
    font-size: 10px;
    display: block;
    letter-spacing: 1px;
    line-height: 1.4;
}

.profile-flex > img {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    transform: translateY(-50%);
    transition: all 1s ease-in-out;
    user-select: none;
}

.profile-flex:hover > img {
    transform: translateY(-50%) rotateZ(-15deg);
}

.profile-name {
    font-family: 'BBH';
    color: white;
    position: absolute;
    left: 110px;
    top: 0px;
}

.profile-desc {
    font-family: 'BBH';
    color: rgb(130, 130, 130);
    position: absolute;
    left: 110px;
    top: 55px;
    font-size: 10px;
    line-height: 10px;
}

.lllr {
  position: fixed;
  left: 0;
  top: 0;
  background-image: url(/static/background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cyber-pattern {
  width: 100%;
  height: 100%;
  background-color: #050505; 
  position: fixed;
  --line: #ff4a4aa1;
  background-image: 
    radial-gradient(circle at center, transparent 30%, #000000a0 90%),
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    linear-gradient(rgba(217, 3, 244, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 3, 244, 0.05) 1px, transparent 1px);

  background-size:
    100% 100%,
    60px 60px,
    60px 60px,
    20px 20px,
    20px 20px;

  animation: cyber-move 1s linear infinite;
}

@keyframes cyber-move {
  0% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
  }
  100% {
    background-position:
      0 0,60px 60px,
      60px 60px,40px 40px,
      40px 40px; 
  }
}
