@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700&family=JetBrains+Mono:ital,wght@0,300;0,700;1,700&display=swap");
/**
 * Reset some basic elements
 */
@import url("https://fonts.googleapis.com/css2?family=League+Gothic:wdth@75..100&display=swap");
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 18px/1.5 "Heebo", sans-serif;
  color: #cacaca;
  background-color: rgb(19, 19, 19);
  /* Popup background */
  /* Popup box */
  /* Buttons styling */
}
body .fixed-newhardware-image {
  position: fixed;
  bottom: 10px; /* Adjust spacing from the bottom as needed */
  right: 10rem; /* Adjust spacing from the right as needed */
  z-index: 1000; /* Ensure it's on top of other elements */
  opacity: 1;
  transition: opacity 2s ease; /* Fade out effect over 2 seconds */
}
body .fixed-newhardware-image-hidden {
  display: none;
}
body .fixed-newhardware-image-fade-out {
  opacity: 0; /* Make image transparent for fade-out */
}
body .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
body .popup-box {
  padding: 3rem;
  background-color: #333333;
  text-align: center;
  width: auto;
  z-index: 9999;
}
body .popup-button {
  padding: 10px 20px;
  margin: 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
body .yes-button {
  background-color: #4CAF50;
  color: white;
}
body .no-button {
  background-color: #f44336;
  color: white;
}

.bg {
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
  background-size: cover;
  pointer-events: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.video-contrainer {
  width: 100%;
}

video {
  width: inherit;
  height: inherit;
}

.xam {
  background: url("https://cdn.exlitry.world/media/XAM teaport-no bg.jxl") no-repeat;
  width: 100%;
  position: absolute;
  float: right;
  right: 60px;
  top: -3px;
  z-index: 0;
  height: 300px;
  width: 300px;
  rotate: 20deg;
  transition-duration: 0.4s;
  pointer-events: auto;
  overflow: hidden;
}

.xam:active {
  rotate: 80deg;
}

.small-sidebar-text {
  padding-top: 0.7rem;
  font-size: 0.7rem !important;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
blockquote,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1rem;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 0.875rem;
}

/**
 * Lists
 */
ol,
ul {
  margin-left: 2rem;
}

.li-post {
  cursor: pointer;
  background-color: #333333;
  text-decoration: none;
}
.li-post:hover {
  background-color: #111111;
  text-decoration: none;
}

li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2497f4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #848484;
  padding-left: 1rem;
  border-left: 2px solid #eaeaea;
  font-style: italic;
  font-size: 0.875rem;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
code,
pre {
  background-color: #131313;
}

code {
  padding: 1px 5px;
  font-family: "JetBrains Mono", monospace;
  color: #cacaca;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
  border: 1px solid #eaeaea;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  tab-size: 4;
  color: inherit;
}

/**
 * Table
 */
table {
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

td,
th {
  padding: 0.5rem;
  line-height: inherit;
}

th {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid #eaeaea;
}

td {
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}

/**
 * Horizontal rule
 */
hr {
  border: none;
  border-top: 1px solid #f7f7f7;
  margin: 2rem auto;
}

/**
 * Clearfix
 */
.menu-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #131313;
}
.menu-ul a {
  display: block;
  color: #cacaca;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.menu-ul a:hover:not(.active) {
  background-color: #111;
}

.menu-li {
  float: left;
}

.active {
  background-color: #04AA6D;
}

#textContainer {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.btn {
  font-family: inherit;
  text-align: center;
  border: none;
  background-color: #131313;
  text-decoration: none;
  color: #cacaca !important;
  outline: #cacaca solid 1px;
  padding: 5px 30px;
  display: block;
  transition: 0.3s;
}

.btn:active {
  outline: #cacaca solid 1px;
  text-decoration: none;
}

.btn:link {
  text-decoration: none;
  color: #cacaca !important;
}

.btn:hover {
  background-color: #262626;
}

.btn:a:hover {
  text-decoration: none;
}

.btn-tag {
  font-family: inherit;
  border: none;
  background: #131313 !important;
  text-decoration: none;
  color: #cacaca !important;
  box-shadow: inset -1px -1px #131313, inset 1px 1px #cacaca, inset -2px -2px rgb(158, 158, 158), inset 2px 2px #cacaca;
  padding: 5px 30px;
}

.btn-tag:active {
  box-shadow: inset -1px -1px #cacaca, inset 1px 1px #131313, inset -2px -2px #cacaca, inset 2px 2px rgb(158, 158, 158);
  text-decoration: none;
}

.btn-tag:link {
  text-decoration: none;
  color: #cacaca !important;
}

.btn-tag:a:hover {
  text-decoration: none;
}

.marquee-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 40px;
}

.marquee-content {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  margin-left: -1500px;
}

@keyframes marquee {
  0% {
    transform: translateX(2800px);
  }
  100% {
    transform: translateX(-2900px);
  }
}
.other-element {
  position: relative;
  z-index: 2;
}

.underlined {
  flex: 1;
  text-decoration: none;
  background-image: linear-gradient(to right, yellow 0, yellow 100%);
  background-position: 0 1.2em;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background 0.5s;
}
.underlined:hover {
  background-size: 100% 100%;
}
.underlined--thin {
  background-image: linear-gradient(to right, black 0, black 100%);
}
.underlined--thick {
  background-position: 0 -0.1em;
}
.underlined--offset {
  background-position: 0 0.2em;
  box-shadow: inset 0 -0.5em 0 0 white;
}
.underlined--gradient {
  background-position: 0 -0.1em;
  background-image: linear-gradient(to right, yellow 0, lightgreen 100%);
}
.underlined--reverse {
  background-position: 100% -0.1em;
  transition: background 1s;
  background-image: linear-gradient(to right, yellow 0, yellow 100%);
}

@media (min-width: 1em) {
  .row {
    width: 100%;
    display: flexbox;
    table-layout: fixed;
  }
  .col {
    display: table-cell;
    position: relative;
  }
}
.league-gothic-font {
  font-family: "League Gothic", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/**
 * Site header
 */
.site-header {
  border-bottom: 1px solid #eaeaea;
  margin-top: -2rem;
  max-width: 80rem;
}
.site-header p {
  font-size: 0.875rem;
}
.site-header .site-intro {
  font-size: 1.3rem;
}

.smallcap {
  font-size: 2.1rem;
}
.smallcap a,
.smallcap a:hover {
  text-decoration: none;
  letter-spacing: 2px;
  background-color: #131313;
  color: #eee;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

/**
 * Page content
 */
.page-content {
  position: relative;
  padding: 1.5rem;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 80rem;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(19, 19, 19, 0.8);
  padding-top: 1rem;
}

/**
 * Pages
 */
.home section + section {
  margin-top: 2rem;
  max-width: 80rem;
}

.post-list > li {
  margin-bottom: 1rem;
  list-style-type: none;
  margin-left: -2rem;
}
.post-list > li a {
  color: #cacaca;
  padding: 1rem;
  display: block;
  text-decoration: none;
  font-weight: normal;
}
.post-list > li a:hover {
  color: #2497f4;
}
.post-list > li time {
  font-size: 0.875rem;
  color: #aaa;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .post-list > li time {
    display: block;
    font-size: 0.875rem;
  }
}

.tag-title {
  color: #2497f4;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 2rem;
}

.video-embeded {
  width: 80%; /* Default width */
  max-width: 600px; /* Prevents it from getting too wide */
  min-width: 300px; /* Prevents it from getting too small */
}

.post-title {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.post-meta {
  font-size: 0.875rem;
  font-family: "JetBrains Mono", monospace;
  color: #aaa;
}
.post-meta a, .post-meta a:visited {
  color: #cacaca;
}
.post-meta .tags a, .post-meta .tags a:visited {
  background: #333333;
  padding: 0.1rem 0.5rem;
}

.post-content {
  margin-bottom: 2rem;
  font-weight: normal;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 2rem;
  font-weight: normal;
}
.post-content h1,
.post-content h2 {
  font-size: 2rem;
}
.post-content h3 {
  font-size: 1.5rem;
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5,
.post-content h6 {
  font-size: 1rem;
}

.copyright {
  margin-top: 2rem;
  font-size: 0.875rem;
  font-family: "JetBrains Mono", monospace;
}
.copyright p {
  color: #aaa;
}
.copyright p a, .copyright p a:visited {
  color: #848484;
}

/* Solarized Light

For use with Jekyll and Pygments

http://ethanschoonover.com/solarized

SOLARIZED HEX      ROLE
--------- -------- ------------------------------------------
base01    #586e75  body text / default code / primary content
base1     #93a1a1  comments / secondary content
base3     #fdf6e3  background
orange    #cb4b16  constants
red       #dc322f  regex, special keywords
blue      #268bd2  reserved keywords
cyan      #2aa198  strings, numbers
green     #859900  operators, other keywords
*/
.highlight {
  background-color: #131313;
  color: #cacaca;
  /* Comment */
  /* Error */
  /* Generic */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Other */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
.highlight .c {
  color: #93a1a1;
}
.highlight .err {
  color: #586e75;
}
.highlight .g {
  color: #586e75;
}
.highlight .k {
  color: #859900;
}
.highlight .l {
  color: #586e75;
}
.highlight .n {
  color: #586e75;
}
.highlight .o {
  color: #859900;
}
.highlight .x {
  color: #cb4b16;
}
.highlight .p {
  color: #586e75;
}
.highlight .cm {
  color: #93a1a1;
}
.highlight .cp {
  color: #859900;
}
.highlight .c1 {
  color: #93a1a1;
}
.highlight .cs {
  color: #859900;
}
.highlight .gd {
  color: #2aa198;
}
.highlight .ge {
  color: #586e75;
  font-style: italic;
}
.highlight .gr {
  color: #dc322f;
}
.highlight .gh {
  color: #cb4b16;
}
.highlight .gi {
  color: #859900;
}
.highlight .go {
  color: #586e75;
}
.highlight .gp {
  color: #586e75;
}
.highlight .gs {
  color: #586e75;
  font-weight: bold;
}
.highlight .gu {
  color: #cb4b16;
}
.highlight .gt {
  color: #586e75;
}
.highlight .kc {
  color: #cb4b16;
}
.highlight .kd {
  color: #268bd2;
}
.highlight .kn {
  color: #859900;
}
.highlight .kp {
  color: #859900;
}
.highlight .kr {
  color: #268bd2;
}
.highlight .kt {
  color: #dc322f;
}
.highlight .ld {
  color: #586e75;
}
.highlight .m {
  color: #2aa198;
}
.highlight .s {
  color: #2aa198;
}
.highlight .na {
  color: #586e75;
}
.highlight .nb {
  color: #B58900;
}
.highlight .nc {
  color: #268bd2;
}
.highlight .no {
  color: #cb4b16;
}
.highlight .nd {
  color: #268bd2;
}
.highlight .ni {
  color: #cb4b16;
}
.highlight .ne {
  color: #cb4b16;
}
.highlight .nf {
  color: #268bd2;
}
.highlight .nl {
  color: #586e75;
}
.highlight .nn {
  color: #586e75;
}
.highlight .nx {
  color: #586e75;
}
.highlight .py {
  color: #586e75;
}
.highlight .nt {
  color: #268bd2;
}
.highlight .nv {
  color: #268bd2;
}
.highlight .ow {
  color: #859900;
}
.highlight .w {
  color: #586e75;
}
.highlight .mf {
  color: #2aa198;
}
.highlight .mh {
  color: #2aa198;
}
.highlight .mi {
  color: #2aa198;
}
.highlight .mo {
  color: #2aa198;
}
.highlight .sb {
  color: #93a1a1;
}
.highlight .sc {
  color: #2aa198;
}
.highlight .sd {
  color: #586e75;
}
.highlight .s2 {
  color: #2aa198;
}
.highlight .se {
  color: #cb4b16;
}
.highlight .sh {
  color: #586e75;
}
.highlight .si {
  color: #2aa198;
}
.highlight .sx {
  color: #2aa198;
}
.highlight .sr {
  color: #dc322f;
}
.highlight .s1 {
  color: #2aa198;
}
.highlight .ss {
  color: #2aa198;
}
.highlight .bp {
  color: #268bd2;
}
.highlight .vc {
  color: #268bd2;
}
.highlight .vg {
  color: #268bd2;
}
.highlight .vi {
  color: #268bd2;
}
.highlight .il {
  color: #2aa198;
}

/*# sourceMappingURL=main.css.map */