@font-face {
  font-family: "JetBrainsMono Nerd Font";
  src: url("/static/fonts/JetBrainsMonoNLNerdFontPropo-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 1024px) {
  main,
  header {
    display: none !important;
  }

  html {
    height: 100% !important;
    background-size: cover !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  body {
    min-height: 100% !important;
    height: 100% !important;
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .mobile {
    padding: 2rem !important;
    background-color: rgb(17, 17, 27, 0.8) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
  }
}

@media (min-width: 1025px) {
  .mobile {
    display: none !important;
  }
}

* {
  color: white;
  font-family: "JetBrainsMono Nerd Font", monospace, sans-serif;
  font-weight: 600;
  font-size: 16px;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #66577e;
  background-image: url("https://cdn.jsdelivr.net/gh/mihasket/dotfiles@master/Wallpaper/wallpaper.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

  display: flex;
  flex-direction: column;
  height: 100vh;
}

header {
  flex-shrink: 0;
}

main {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.homeMainDiv {
  flex: 1;
  display: flex;
  width: 100%;

  height: 100%;
  overflow-y: auto;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-1 {
  flex: 1;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-center-x {
  display: flex;
  justify-content: center;
}

.flex-center-everything {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-100 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-abs-center {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch !important;
}

.display-none {
  display: none !important;
}

.purple {
  color: #cba6f7 !important;
}

.yellow {
  color: #f9e2af !important;
}

.orange {
  color: #fab387 !important;
}

.blue {
  color: #8aadf4 !important;
}

.maroon {
  color: #eba0ac !important;
}

.flamingo {
  color: #f2cdcd !important;
}

.bg-flamingo {
  background-color: #f2cdcd !important;
}

.red {
  color: #f38ba8 !important;
}

.bg-blue {
  background-color: #74c7ec !important;
}

.green {
  color: #a6e3a1 !important;
}

.bg-gray {
  background-color: #4c566a !important;
}

.nord-white {
  color: #eceff4 !important;
}

.p-0 {
  padding: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-2 {
  padding: 8px !important;
}

.p-5 {
  padding: 20px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pl-5 {
  padding-left: 20px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.m-0 {
  margin: 0 !important;
}

.ml-5 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.h-100-p {
  height: 100% !important;
}

.h-lvh {
  height: 100lvh;
}

.w-175px {
  width: 175px !important;
}

.w-100-p {
  width: 100% !important;
}

.w-25-p {
  width: 25% !important;
}

.max-w-50-p {
  max-width: 50% !important;
}

.max-w-80-p {
  max-width: 80% !important;
}

.min-h-0-p {
  min-height: 0 !important;
}

.min-w-0-p {
  min-width: 0 !important;
}

.f-size-4 {
  font-size: 16px !important;
}

.f-size-5 {
  font-size: 20px !important;
}

.f-size-7 {
  font-size: 28px !important;
}

.f-size-10 {
  font-size: 40px !important;
}

.z-1 {
  z-index: 1 !important;
}

.websiteInfo {
  max-width: 800px;
  text-align: justify;
  text-justify: inter-word;
  word-break: keep-all;
  hyphens: none;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre {
  white-space: pre;
}

div,
.modules-left,
.modules-center,
.modules-right {
  font-size: 18px;
}

#window,
.modules-right {
  padding-top: 6px;
  padding-bottom: 6px;
}

#workspaces {
  padding: 0 20px 0 20px;
}

nav a {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  padding: 4px;
  text-decoration: none;
  height: max-content;
}

nav a:link {
  color: #ffffff;
  text-decoration: none;
}

nav a:visited {
  color: #ffffff;
  text-decoration: none;
}

#workspaces a:hover {
  background-color: #2a2d2e;
}

.terminal {
  background-color: rgb(17, 17, 27, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-style: solid;
  border-color: #414749;
  border-radius: 10px;
  margin: 5px;
  padding: 1rem 2rem;

  max-height: 100%;
  overflow-y: auto;
}

a:link {
  color: #f2cdcd;
  text-decoration: none;
}

a:visited {
  color: #f2cdcd;
  text-decoration: none;
}

a:hover {
  color: #c2a5a5;
  text-decoration: underline;
}

.terminal p,
.terminal samp,
.terminal pre,
.terminal a,
.terminal input,
.terminal span,
.terminal li {
  font-size: 22px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blinking-cursor {
  display: inline-block;
  width: 10px;
  height: 1em;
  background-color: white;
  margin-left: 8px;
  animation: blink 1s steps(1) infinite;
  vertical-align: middle;
}

.waybar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tmux {
  padding: 5px 20px;
  border-radius: 20px;
}

.tmux-div {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  background-color: rgb(24, 24, 37, 0.4);
}

.tmux-text {
  color: #45475a;
}

.display-img {
  height: auto;
  max-width: 100%;
  border: 0px solid;
  border-radius: 10px;
}

.project-content {
  display: none;
}

.active {
  display: block;
  margin-left: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#project-area {
  width: 100%;
  background-color: rgb(24, 24, 37, 0.6);
  border-style: solid;
  border-color: #191d2455;
  border-radius: 10px;
}

.nvim {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.projectButton {
  all: unset;
  width: 100%;
  font-size: 20px;
  padding-left: 30px;
}

.projectButton::hover {
  color: blue;
}

.equalizer {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 20px;
  width: 24px;
}

.equalizer span {
  width: 4px;
  height: 100%;
  background: gray;
  animation: bounce 1s infinite ease-in-out;
}

.equalizer span:nth-child(1) {
  animation-delay: 0s;
}
.equalizer span:nth-child(2) {
  animation-delay: 0.2s;
}
.equalizer span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%,
  100% {
    height: 20%;
  }
  50% {
    height: 100%;
  }
}

.contribution-calendar {
  max-width: 750px;
  margin: 0 auto;
  background-color: rgba(17, 17, 27, 0.8);
  padding: 24px;
  border-radius: 8px;
  margin-top: 30px;
}

.calendar-container {
  overflow-x: auto;
  margin-bottom: 16px;
}

.calendar-grid {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  grid-auto-flow: column;
  gap: 3px;
  min-width: 700px;
  padding: 8px;
}

.day {
  width: 11px;
  height: 11px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.1s ease;
}

.intensity-0 {
  background-color: rgb(40, 40, 30);
}

.intensity-1 {
  background-color: #0e4429;
}

.intensity-2 {
  background-color: #006d32;
}

.intensity-3 {
  background-color: #26a641;
}

.intensity-4 {
  background-color: #39d353;
}

input {
  all: unset;
}
