:root {
  --trans: transparent;
}

html {
  background: radial-gradient(#aeaeae 3px, transparent 4px),
    radial-gradient(#aeaeae 3px, transparent 4px),
    linear-gradient(rgb(50, 50, 50) 4px, transparent 0),
    linear-gradient(
      45deg,
      transparent 74px,
      transparent 75px,
      #a4a4a4 75px,
      #a4a4a4 76px,
      transparent 77px,
      transparent 109px
    ),
    linear-gradient(
      -45deg,
      transparent 75px,
      transparent 76px,
      #a4a4a4 76px,
      #a4a4a4 77px,
      transparent 78px,
      transparent 109px
    ),
    rgb(50, 50, 50);
  background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin: 0;
  height: 100%;
}

#main {
  /* display: none; */
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.inter {
  border: 5px solid #9e9e9e9e;
  padding: 20px;
}

#commandDiv {
  /* height: 65vh; */
  /* width: 42vw; */
  overflow-x: auto;
  overflow-y: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* justify-content: center; */

  background-color: rgb(39, 39, 39);
}

/* TERMINAL COLOR */
/* TERMINAL COLOR */
/* TERMINAL COLOR */
/* TERMINAL COLOR */
/* TERMINAL COLOR */

:root {
  --size: 1.4;
}

.terminal {
  --color: rgb(200, 200, 200);
}

.cmd {
  --color: rgb(215, 100, 100);
}

.cmd-prompt {
  --color: rgb(215, 100, 100);
}

/* TERMAL FONT */
/* TERMAL FONT */
/* TERMAL FONT */
/* TERMAL FONT */
/* TERMAL FONT */

/* :root {
  --size: 2.5;
  --font: "Sliver";
}

@font-face {
  font-family: "Sliver";
  src: url("./assets/font/Silver.ttf");
}

.preloader {
  font-family: "Sliver", sans-serif;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
} */

/* HTML LAYOUT */
/* HTML LAYOUT */
/* HTML LAYOUT */
/* HTML LAYOUT */
/* HTML LAYOUT */

.container {
  display: flex;
  justify-content: center;

  align-items: stretch;
  align-content: stretch;

  flex-direction: column;
  flex-wrap: nowrap;

  /* border: 3px solid #7f9cf4; */

  margin: 50px;
}

.hover-top {
  align-self: flex-end;
}

.flex-container {
  z-index: 0;

  display: flex;
  justify-content: center;

  align-items: stretch;
  align-content: stretch;

  flex-direction: row;
  flex-wrap: nowrap;

  height: 80vh;
  width: 90vw;

  gap: 30px;
}

.box-left {
  display: flex;
  justify-content: center;

  align-self: stretch;
  align-items: stretch;
  align-content: stretch;

  flex-direction: column;
  flex-wrap: nowrap;

  height: 100%;
  width: 30%;

  gap: 50px;
}

.box-right {
  align-self: stretch;

  width: 70%;

  border: 2px solid #ffffff;
}

.box-top {
  border: 2px solid #ffffff;

  width: 100%;
  height: 100%;

  background-image: url("./assets/img/Ara-motion.gif");
  background-color: #323232;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center 35px;
}

.box-bot {
  width: 100%;
  height: 150px;

  background-image: url("./assets/img/eva-terminal-title.png");
  background-color: #323232;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center 0px;
}

/* HTML HOVER LAYOUT */
/* HTML HOVER LAYOUT */
/* HTML HOVER LAYOUT */
/* HTML HOVER LAYOUT */
/* HTML HOVER LAYOUT */

.hover-flex-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
  z-index: 9999;

  background-color: rgb(39, 39, 39);
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;

  /* layout */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  padding: 20px;
  color: rgb(200, 200, 200);

  overflow: hidden;
}

.hover-box-left {
  background-color: rgba(128, 128, 128, 0);
  display: none;

  display: flex;
  justify-content: center;

  align-self: stretch;
  align-items: stretch;
  align-content: stretch;

  flex-direction: column;
  flex-wrap: nowrap;

  height: 100%;
  width: 30%;

  gap: 50px;
}

@font-face {
  font-family: "Silver";
  src: url("./assets/font/Silver.ttf");
}

.hover-box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  text-align: center;

  background: transparent;
  color: inherit;
  font-family: "Silver", sans-serif;

  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #222;

  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.hover-box-right h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}

.hover-element {
  cursor: pointer;
}

/* SOCIAL MEDIA */
/* SOCIAL MEDIA */
/* SOCIAL MEDIA */
/* SOCIAL MEDIA */
/* SOCIAL MEDIA */

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
  max-width: 100%;
}

.social-links a {
  text-decoration: none;
  display: block;
}

.social-links img {
  display: block;
  max-width: 80px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.social-links img:hover {
  transform: scale(1.1);
}

/* MOBILE */
/* MOBILE */
/* MOBILE */
/* MOBILE */
/* MOBILE */
@media (max-width: 768px) {
  html,
  body {
    height: 95vh;
    margin: 0;
    padding: 10px;
    overflow: hidden;
  }

  .hover-top,
  .hover-flex-container,
  .box-left,
  .box-top,
  .box-bot,
  .social-links {
    display: none !important;
    pointer-events: none !important;
  }

  .container {
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .flex-container {
    width: 100%;
    height: 100%;
    gap: 0;
    display: block;
    border: 2px solid #ffffff;
  }

  .box-right {
    width: min(92vw, 640px);
    height: 90vh;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 8px;
    background-color: rgb(39, 39, 39);
    padding: 0;
  }

  .inter {
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }

  #commandDiv {
    width: 100%;
    height: 100%;
    background-color: rgb(39, 39, 39);
    overflow: auto;
    border-radius: 6px;
  }
}
