html , body {
    margin-top: 0;
    margin-left: 0;
    background-color: #191a1a;
    overflow-x: hidden;
}

body {
    overflow: hidden;
}

@font-face {
  font-family: 'Fatal'; 
  src: url('static_content/JosefinSans-Bold.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

.bg {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  --color: rgba(114, 114, 114, 0.3);
  background-color: #191a1a;
  background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
      linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
  background-size: 55px 55px;
}

nav {
    position: fixed;
    width: 100%;
    height: 75px;
    background: #2f2f2f73;
    backdrop-filter: blur(5px);
    z-index: 3;
}

.nav-m {
    position: absolute;
    font-family: 'Fatal';
    color: white;
    background-clip: text;
    background-image: linear-gradient(to bottom, #d8d8d8, rgb(139, 139, 139));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 25px;
    font-size: 35px;
    cursor: pointer;
}

.mns {
    position: absolute;
    font-family: 'Fatal';
    color: white;
    width: 100%;
    text-align: center;
    top: 175px;
    white-space: nowrap;
    opacity: 0;
    font-size: 3.5em;
    filter: drop-shadow(0px 0px 15px #a4a4a4);
    transition: all 0.65s ease;
}

.mns.on {
    opacity: 1;
    top: 165px;
}

.csts {
    position: absolute;
    font-family: 'Fatal';
    color: #ecececd6;
    width: 100%;
    text-align: center;
    top: 285px;
    font-size: 20px;
    opacity: 0;
    filter: drop-shadow(0px 0px 3px #000000);
    transition: all 0.65s ease;
}

.csts.on {
    opacity: 1;
    top: 275px;
}

.blankf {
    position: relative;
    height: 75px;
}

.vid-preview {
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1530px;
    opacity: 0.5;
}

.otb {
    position: relative;
    margin-left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.cst2s {
    position: relative;
    font-family: 'Fatal';
    color: #ecececd6;
    text-align: center;
    width: 100%;
    font-size: 3em;
    filter: drop-shadow(0px 0px 3px #000000);
    opacity: 0;
    top: 35px;
    transition: all 0.65s ease;
}

.cst2s.lowk {
    font-size: 1.25em;
    text-decoration: none;
}

.cst2s.lowk > a {
    text-decoration: none;
    color: #fffffff1;
}

.cst2s.on {
    top: 0;
    opacity: 1;
}

.vs {
    height: 35px;
}

.vs2 {
    height: 135px;
}

.clab {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.servbox {
    position: relative;
    width: 375px;
    height: 230px;
    background: #00000049;
    backdrop-filter: blur(5px);
    border: solid 2px #444444ae;
    border-radius: 10px;
    opacity: 0;
    top: 25px;
    transition: all 0.65s ease;
}

.serv-ip {
    position: absolute;
    font-family: 'Fatal';
    color: #ececec87;
    font-size: 16px;
    right: 15px;
    top: 15px;
}

.serv-detail {
    position: absolute;
    left: 15px;
    width: 100%;
    top: 65px;
    display: flex;
    height: calc(100% - 115px);
    flex-direction: column;
    gap: 7px;
}

.join-bth {
    position: absolute;
    width: calc(100% - 25px);
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-family: 'Fatal';
    color: #ececec87;
    background: #191a1a;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    border-radius: 5px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.65s ease;
}

.join-bth:hover {
    background: #5a5a5a;
    color: #ececec;
}

.serv-detail > a {
    position: relative;
    font-family: 'Fatal';
    color: #ececec58;
    font-size: 16px;
}

.serv-map {
    position: absolute;
    font-family: 'Fatal';
    color: #ecececd6;
    font-size: 25px;
    left: 15px;
    top: 0px;
}

.servbox.on {
    opacity: 1;
    top: 0;
}

.servbox:hover {
    border: solid 2px #6e6e6eae;
}

.vwss {
    position: relative;
    height: 557px;
    overflow: hidden;
}

.l1 {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #ffff;
}

footer {
    position: relative;
    width: 100%;
    margin-bottom: -10px;
    height: 75px;
    background: #2f2f2f73;
    backdrop-filter: blur(5px);
    font-family: 'Fatal';
    color: #ecececd6;
}

.ft {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}