body {
  margin: 0;
  font-family: poppins, Arial, Helvetica, sans-serif;


}
@font-face {
  font-family: robotit;
  src: url(robotit.ttf);
}
@font-face {
  font-family: robot;
  src: url(robot.ttf);
}

h2 {
    letter-spacing: 10px;
    color: #fff;
}

/* TOP BAR */

#TopBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  display: flex;
  align-items: center;
  transition: margin-left 0.5s;
  padding: 14px;
  background: linear-gradient(#202020, 90%, transparent), linear-gradient(to right, #802020, #206020);
  z-index: 1000;
  overflow: visible;
}
#TopBarGlow {
  position: fixed;
  top: 50px;         /* right below the bar */
  left: 0;
  width: 100%;
  height: 20px;      /* glow thickness */
  background: linear-gradient(to right, #a02020cc, #209020cc);
  filter: blur(10px);
  pointer-events: none;
  z-index: 999;
  transition: margin-left 0.5s;
}
#TopBar h2 {
  display: block;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  white-space: nowrap;
}
#TopBar img {
  width: 32px;
  cursor: pointer;
}

/* SIDE PANEL */

.dropdown {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 300px;
}
#dropdown-content {
  display: none;
  position: absolute;
  width: 300px;
  z-index: 1;
}

.sideMenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to left, transparent, 70%, #202020);
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.3);
    white-space: nowrap;
    font-weight: bold;
}
.sideMenu h2 {
    background: #202020;
    padding: 16px;
    margin: 0px;
}
.sideMenu a {
    padding: 11px 20px 11px 20px;
    text-decoration: none;
    color: #802020;
    display: block;
    font-size: 18px;
    background: #202020;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.6);
}
.sideMenu a:hover {
    color: #fff;
    background: rgba(0,0,0,0.3);
}
#arrBtn {
  cursor: pointer;
}

/* SIDEBARS */
.leftBar {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;

  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: robot;
  font-size: 100px;
  width: 120px;
  white-space: nowrap;
  background: #202020;
  color: #802020;
}
.rightBar {
  display: block;
  position: fixed;
  top: 60px;
  right: 0;

  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: robot;
  font-size: 100px;
  width: 120px;
  white-space: nowrap;
  background: #202020;
  color: #208020;
}


/* Header */

.header {
  padding: 60px 0px;
  height: 600px;
  color: white;
  text-align: center;
  border: 2px white;
  border-radius: 4px;
  padding-top: 60px;

}
#topArea {
  background: linear-gradient(transparent, 10%, #202020 95%),linear-gradient(to right, #802020dd, #208020dd), url(matrix.jpg);
  padding: 60px;
}

/* Logo Section */

.logoWrap {
  position: sticky;
  top: -200px;

  width: 100%;
  height: 300px;
  margin: 60px 0;
}
.logo {
  position: absolute;
  width: 220px;
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: -30px -10px 50px 100px #80202050, 30px -10px 50px 100px #20802050;
}
.logoGear {
  position: absolute;
  width: 300px;
  height: 300px;
  transform: translate(-50%, 0);
  align-content: center;
}


/* Media Links Section */

.iconRow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.buttonWrap {
  margin: 0px;
  position: relative;
  width: 100px;
  aspect-ratio: 1 / 1;
  transition: transform 0.8s ease;
  cursor: pointer;
}
.buttonWrap:hover {
  transform: translateY(-12px);
}
.buttonWrap:active {
  transform: translateY(-6px);
  transition: transform 0.2s ease;
}

.button {
  position: absolute;
  width: 72%;
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 30px 5px #802020, 0 0 0 36px #80202050 inset;
  transition: box-shadow 0.8s ease;
}

.buttonGear {
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  transform: translateX(-50%);
  transition: transform 0.8s ease;
}
.buttonWrap:hover .buttonGear {
  transform: translateX(-50%) rotate(45deg);
}

/* Button Glow */
.buttonWrap:hover .button {
  box-shadow: 0 0 60px 40px #802020, 0 0 80px 60px #802020 inset;
}
.buttonWrap:active .button {
  box-shadow: 0 0 40px 20px #208020, 0 0 40px 60px #208020 inset;
  transition: transform 0.2s ease;
}


/* ABOUT SECTION */
.about {
  background: #202020;
  height: fit-content;
  width: 100%;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.about h2 {
  margin: 40px;
}
.about a {
  display: block;
  margin: 20px auto;
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: transform 0.3s ease;
  width: fit-content;
}
.about a:hover {
  transform: translateY(-3px);
}
.about a:active {
  transform: translateY(-1px);
}

/* Desktop/mobile adjustments */
@media (max-width: 1024px) {
  .leftBar, .rightBar {
    display: none;
  }
  #TopBar h2 {
    display: none;
  }
}
