@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=IBM+Plex+Sans:wght@400;600&family=Inter:wght@400;500&family=Press+Start+2P&display=swap');

body {
  cursor: url('img/cursor-32.png') 4 2, auto;
  margin: 0;
  padding: 30px 15px;
  
  
  
  font-family: 'Inter', sans-serif;
  color: #222;
  line-height: 1.6;
  background-color: #1b1b6f;
background-image: url('Assets/f5b104c56e10a8fc1d57325df0e5c192.jpg');
background-size: cover;




background-position: center;
background-attachment: fixed;




background-repeat: no-repeat;
}

.window {
  max-width: 700px;
  margin: 0 auto;
  background: #fbfbf7;
  border: 2px solid #1b1b6f;
}

body.fullpage {
  padding: 0;
}

.box {
  border: 1px solid #000;
  padding: 10px;
}

body.fullpage .window {
  max-width: none;
  min-height: 100vh;
  border: none;
  box-sizing: border-box;
}

.titlebar {
  background: #3b4cca;
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  
  
  
  font-size: 14px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #1b1b6f;
}
.titlebar .btns,
.titlebar .button { letter-spacing: 2px; }
.titlebar .btns img,
.titlebar .button img {
  height: 18px;
  
  
  
  width: auto;
  display: inline-block;
  vertical-align: middle;
  image-rendering: pixelated;
}

.banner {
  position: relative;
  border-bottom: 2px solid #1b1b6f;
}
.banner > img {
  display: block;
  width: 100%;
  
  
  height: 150px;
  object-fit: cover;
}
.banner .cursor {
  position: absolute;
  width: 34px;
  height: auto;
  bottom: 14px;
  
  
  right: 20px;
  mix-blend-mode: multiply;
}

.content { 
  padding: 22px 26px 26px;
}

.header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  image-rendering: pixelated;
}

h1 {
  font-family: 'Press Start 2P', monospace;
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  color: #1b1b6f;
}

.intro-text {
  font-size: 16px;
  margin-top: 20px;
}


.tagline {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #6b9b1e;
  font-weight: 600;
  margin: 2px 0 0;
}

h2 {
  font-family: 'Press Start 2P', monospace;
  color: #3b4cca;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 28px;
}
h3 {
  font-family: 'Press Start 2P', monospace;
  color: #1b1b6f;
  margin: 0 0 10px;
  
  
  font-size: 12px;
  line-height: 1.4;
}

hr {
  display: none;
}

.card {
  background: #fff;
  border: 2px solid #1b1b6f;
  
  
  
  padding: 12px 16px;
  margin: 14px 0;
}
.card p { margin: 0; }

.ready-box {
  text-align: center;
  margin: 26px 0 4px;
}
.ready-box img {
  
  
  
  width: 210px;
  max-width: 80%;
  border: 2px solid #1b1b6f;
  
  
  display: block;
  margin: 0 auto;
}
.ready-box p {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #1b1b6f;
  font-weight: 600;
  margin: 10px 0 0;
}

.learnings-img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #1b1b6f;
  margin: 18px 0;
}

.footer { text-align: center; }
.cx-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #1b1b6f;
  background: #000;
  
  
  
  border: 2px solid #1b1b6f;
  padding: 8px 16px 8px 8px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}
.cx-badge img { width: 42px; height: 42px; }
.cx-badge span { color: #fff; text-align: left; font-size: 13px; }

.madeby {
  font-size: 12px;
  color: #777;
  margin-top: 14px;
}

a, button, .desktop-icon, .popup-close {
  cursor: url('img/cursor-32.png') 4 2, pointer;
}

a { color: #3b4cca; }

.undercon {
  max-width: 700px;
  margin: 14px auto 0;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  color: #1b1b6f;
  
  
  background: #fff;
  border: 2px solid #1b1b6f;
  padding: 4px 0;
}

@media (max-width: 500px) {
  h1 { font-size: 26px; }
  .content { padding: 16px; }
}
.site-love-title{
  padding-left: 26px;
}

.cyber {
  background: #0a0a0a;
  min-height: calc(100vh - 34px);
  
  
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  
  
  padding: 30px;
  box-sizing: border-box;
}
.cyber h1 {
  color: #fff;
  font-size: 26px;
  margin: 0;
}

.grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.cyber p {
  color: #cfd6dd;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin: 10px 0 40px;
}

.side {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mid {
  width: 30%;
}

.cyber-col {
  width: 30%;
  display: flex;
  flex-direction: column;
  
  align-items: center;
}
.cyber-col img {
  width: 100%;
  height: auto;
}
.reel-box {
  background: #1c2733;
  color: #dde3ea;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  
  
  text-align: center;
  padding: 60px 20px;
  width: 55%;
  box-sizing: border-box;
}
.cyber-mid {
  width: 32%;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
}
.cyber-mid h1 {
  color: #fff;
  font-size: 26px;
  margin: 0;
}
.cyber-mid p {
  color: #cfd6dd;
  
  font-family: 'Inter', sans-serif;font-size: 14px;
  margin: 0;}
  
  
  
.cyber-globe {
  width: 60%;
  height: auto;
}
.about-top {
  text-align: center;
  padding-top: 40px;}
.pfp {
  
  width: 190px;
  
  
  
  height: 190px;
  object-fit: cover;
  border: 3px solid #1b1b6f;
  animation: bob 1s infinite;
}

.contact {
  text-align: center;
  padding-top: 120px;
}

.robot {
  position: fixed;
  bottom: -50px;
  left: -60px;
  
  
  width: 460px;
  height: auto;
  image-rendering: pixelated;
  animation: bob 1s infinite;}
@keyframes bob {
  
  0% {
    transform: translateY(0);
  }
  49% {
    
    
    
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    
    
    
  }
  100% {
    
    
    
    
    transform: translateY(-20px);
  }
}

.vids {
  
  
  display: flex;
  gap: 24px;
  
  
  
  margin: 30px 0;
  
  justify-content: center;
  flex-wrap: wrap;
}
.vids video {
  width: 320px;
  height: auto;
  
  
  border: 2px solid #1b1b6f;
}
.portal {
  width: 180px;height: auto;
  
  
  
  
  transform: rotate(90deg);
}
.side .portal:first-child {
  
  
  
  transform: rotate(90deg) scaleX(-1);
  
}
.reel {
  height: 280px;
  width: auto;
  
  
  
  margin: -30px 0;
}

.learn-vids {
  display: flex;
  gap: 14px;
  margin: 20px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.learn-vids video {
  width: 240px;
  height: auto;
  border: 2px solid #1b1b6f;
}

.timeline {
  margin: 20px 0;
}
.time-item {
  border-left: 3px solid #1b1b6f;
  padding: 6px 0 20px 16px;
  
  
  margin-left: 10px;
}
.time-date {
  font-family: 'Press Start 2P', monospace;
  font-size: 13px;
  color: #3b4cca;
  margin-bottom: 8px;
}
.time-item p {
  margin: 0;
}

#loader {
  position: fixed;
  inset: 0;
  background: #000;
  
  
  
  
  z-index: 100;
  display: flex;
  
  
  
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  
  
  
  gap: 30px;
}
.loader-title {
  font-family: 'Press Start 2P', monospace;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.loader-pic {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 4px;
}
.loader-dots {
  font-family: 'Press Start 2P', monospace;
  font-size: 13px;
  color: #fff;
  margin: 0;
}

body.desktop {
  padding: 0; min-height: 100vh;
  
  background-color: #245edb;
  background-image: url('img/bliss.jpg');
  background-size: cover;
  background-position: center;
  
  
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.desktop-icons {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 24px;
  width: max-content;
}

.desktop-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 90px;
  text-decoration: none;
  cursor: pointer;
}
.desktop-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  image-rendering: pixelated;
}
.desktop-icon img.phone-icon {
  width: 95px;
  height: 95px;
}
.desktop-icon span {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  padding: 1px 4px;
}
.desktop-icon:hover span {
  background: #3b4cca;
}

.popup {
  display: none;
}
.popup.open {
  display: block;
}

.popup-window {
  position: fixed;
  width: 640px;
  max-width: 95vw;
  aspect-ratio: 1 / 1;
  background-image: url('img/window.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

#aboutwindow .popup-window {
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
}

#experiencewindow .popup-window {
  top: -40px;
  right: 100px;
}

#workwindow .popup-window {
  bottom: -40px;
  right: 260px;
}

#learningswindow .popup-window {
  top: 20px;
  left: 340px;
}

#contactwindow .popup-window {
  bottom: 10px;
  left: 150px;
}

.popup-close {
  position: absolute;
  top: 21%;
  left: 88%;
  width: 6%;
  height: 5%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.popup-content {
  
  
  position: absolute;
  top: 28.5%;left: 9.5%;right: 11%;
  bottom: 25.5%;
  
  
  background: #fff;
  padding: 10px 16px;
  
  
  overflow: auto;
  text-align: center;
  
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  gap: 12px;
}

.popup-title {
  
  
  font-family: 'Press Start 2P', monospace;
  font-size: 16px;
  color: #1b1b6f;
  
  
  
  margin: 0;
}
.popup-blurb {
  
  
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #222;
  
  
  margin: 0;
  
  
}
.popup-link {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  
  
  
  font-size: 13px;
  color: #3b4cca;
}
