@font-face {
 font-display: swap;
 font-family: 'StratumNo2Reg';
 src: url('textfonts/stratumno2_regular.otf');
}

@font-face {
 font-display: swap;
 font-family: 'Quantico';
 src: url('textfonts/Quantico-Regular.ttf');
}

html{
font-size: 16px; /* The rem calculation changing this changes all rems */
}

.no-pointer {
  pointer-events: none;
  user-select: none;
}

body {
  margin: 0;
  font-family: 'StratumNo2Reg', Arial, sans-serif;
  color: white;
  background: #030011;
  overflow-x: hidden; /* no sideways scrolling */
  position: relative;
}


.top-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.linemap-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: url('indeximages/linemap.svg') repeat;
  opacity: 0.6;
  z-index: 2;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  font-family: 'StratumNo2Reg', Arial, sans-serif;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 1);
  font-size: 4rem;
  z-index: 3;
}

.menu a:first-child {
  color: rgb(56, 56, 56) !important;
}

.support-lock 
{
  position: absolute;
  top: 20%;
  left: 32.1%;
  z-index: 4;
}

/* Da menu link states */
a:link {
  text-decoration: none;
}
a:visited{
  color:rgb(21, 84, 255)
}

.play-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-96%, -593%);
  width: 400px;
  height: auto;
  z-index: 1;
  opacity: 0.5;
}

.icon-buttons {
  position: fixed;
  top: 0.95rem;
  left: 1rem;
  z-index: 4;
  display: flex;
  gap: 20px;
  padding: 10px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 1));
}

.icon-container {
  position: relative; /* needed so hoverbox can sit behind */
  display: inline-block;
}

.hoverbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%) scale(1.1);
  z-index: 1;
  opacity: 0; 
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.icon {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/* Hover effect */
.icon-container:hover .hoverbox {
  opacity: 0.3;
  transform: translate(-50%, -55%) scale(1.1);
}

.panel-select {
  position: relative;
  width: 1920px;
  height: 800px;
}

.panel-select img {
  position: absolute;
  top: 0;
  left: 0;
}

.updates {
  z-index: -2;
}

.blogs {
  z-index: -2;
  opacity: 0;
}

.blogs-hitbox {
  position: absolute;
  top: 228px;
  right: 1050px;
  width: 574px; 
  height: 396px;
  z-index: 3;
  transform: rotate(4deg);
  transform-origin: center;
}

.blogs-hitbox:hover ~ .blogs {
  opacity: 1;
}

.content-section {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background: linear-gradient(
  to bottom,
  transparent,
   #05001a 100px
    );
  margin-top: -140px;
  padding-top: 240px;
}

.blogs-content{
  width: 100%;
  max-width: 1200px;
  background-color: #090d13;
  margin: 0 auto;
}

.blogs-container{
  position: relative;
  font-family: "StratumNo2Reg",sans-serif;
}

.blog-post{
  height: 275px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  cursor: pointer;
  user-select: none;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

.blog-post:hover {
  transform: scale(1.02);
}

.blog-banner{
  width: 40%;
  height: 100%;
}

.blog-picture{
  background-image: url("blogsimages/construction.jpeg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.blog-text{
  width: 60%;
  margin: 20px;
  margin-left: 40px;
}

.blog-date{
  color: rgba(255,255,255,.5);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.blog-title{
  margin: 0px 10px 8px 0px;
  font-family: "StratumNo2Reg",sans-serif;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 32px;
  line-height: 115%;
  color: #fff;
}

.blog-desc{
  font-size: 20px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 0px;
  transition-duration: .4s;
  transition-timing-function: ease;
  transition-property: height,opacity,transform;
}

.blog-interact{
position: relative;
letter-spacing: 2px;
display: flex;
flex-direction: row;
justify-content: flex-start;
font-size: 18px;
margin: 20px 0px;
font-weight: 700;
cursor: pointer;
user-select: none;
z-index: 200;
opacity: .6;
}

.newspaper{
margin-top: 1px;
margin-right: 12px;
transition-duration: .2s;
}

.archive-link{
  width: 100%;
  font-size: 18px;
  opacity: .6;
  padding: 50px;
  margin: 100px 0px 50px 0px;
  background-color: #ffffff05;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.archive-button{
  padding: 5px 10px;
  margin: 10px 30px;
  border-radius: 2px;
  cursor: pointer;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff30;
  transition-duration: .2s;
}

.archive-text{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: whitesmoke;
  font-family: StratumNo2Reg, sans-serif;
}