.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 40px;
}
.container.small {
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 540px;
    padding: 0 30px;
  }
}
.container.container_small {
  max-width: 1200px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .container.container_small {
    max-width: 860px;
  }
}
@media (max-width: 768px) {
  .container.container_small {
    max-width: 600px;
  }
}
@media (max-width: 576px) {
  .container.container_small {
    max-width: 400px;
  }
}

/* JetBrains Mono - Regular */
@font-face {
  font-display: swap;
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jetbrains_mono_medium.woff2") format("woff2");
}
/* JetBrains Mono - Bold */
@font-face {
  font-display: swap;
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/jetbrains_mono_bold.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material_symbols.woff2) format("woff2");
}
.material_symbols {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: hsl(188, 87%, 8%);
  background-image: radial-gradient(at 80% 0%, hsl(189, 80%, 6%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(4, 8%, 4%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(240, 60%, 11%) 0px, transparent 50%);
  background-attachment: fixed;
  font-family: "JetBrains Mono", monospace;
}

#main {
  margin-bottom: 80px;
}

#header {
  padding-top: 80px;
}
#header .logo_wrapper {
  text-align: left;
}
#header .logo_wrapper a {
  display: inline-block;
}
#header .logo_wrapper a img {
  width: 300px;
}
#header .grid_wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
@media (max-width: 992px) {
  #header .grid_wrapper {
    display: block;
  }
}
#header .name_job_wrapper {
  display: block;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#header .name_job_wrapper .name h1 {
  font-size: 3rem;
  margin: 0;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(256deg, #6a95e0, #9db4dc, #cedfd1, #cedfd1, #6ae083);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  #header .name_job_wrapper .name h1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #header .name_job_wrapper .name h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  #header .name_job_wrapper .name h1 {
    font-size: 3.2rem;
  }
}
#header .name_job_wrapper .job {
  font-size: 1.6rem;
  padding: 40px 40px 40px 40px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(rgba(117, 117, 117, 0.11), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(rgba(117, 117, 117, 0.11), rgba(0, 0, 0, 0));
  box-sizing: border-box;
  display: inline-block;
  border-top: 3px solid rgba(255, 255, 255, 0.2823529412);
}
@media (max-width: 992px) {
  #header .name_job_wrapper .job {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #header .name_job_wrapper .job {
    font-size: 1.2rem;
  }
}
#header .name_job_wrapper .job span {
  font-weight: 700;
  color: transparent;
  background: linear-gradient(120deg, #6ae07b, rgba(255, 255, 255, 0.5019607843), #ffffff, rgba(255, 255, 255, 0.5019607843), #6ae07b, #6ae07b);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  animation: shine 3s linear infinite;
}
#header .coding_graphic {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: visible;
  padding: 20px;
  box-sizing: border-box;
}
#header .coding_graphic svg {
  width: 400px;
  filter: drop-shadow(0.6rem 0.6rem 5rem rgba(255, 255, 255, 0.3));
  -webkit-filter: drop-shadow(0.6rem 0.6rem 5rem rgba(255, 255, 255, 0.3));
  animation: float 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  #header .coding_graphic svg {
    width: 100%;
  }
}
#header .coding_graphic svg #shadow-element stop:first-child {
  animation: gradientShadowOne 2s infinite;
}
#header .coding_graphic svg #shadow-element stop:last-child {
  animation: gradientShadowTwo 2s infinite;
}
#header .coding_graphic svg #background-two-element stop:first-child {
  animation: backgroundTwoFirst 2s infinite;
}
#header .coding_graphic svg #background-two-element stop:last-child {
  animation: backgroundTwoSecond 2s infinite;
}
#header .coding_graphic svg #menu-item-one {
  animation: switch-color 1s infinite;
  animation-delay: 0s;
}
#header .coding_graphic svg #menu-item-two {
  animation: switch-color 1s infinite;
  animation-delay: 0.4s;
}
#header .coding_graphic svg #menu-item-three {
  animation: switch-color 1s infinite;
  animation-delay: 0.8s;
}
#header .coding_graphic svg #menu-item-four {
  animation: switch-color 1s infinite;
  animation-delay: 1.2s;
}
#header .coding_graphic svg #menu-item-five {
  animation: switch-color 1s infinite;
  animation-delay: 1.6s;
}
#header .coding_graphic svg #menu-item-six {
  animation: switch-color-yellow 2s infinite;
  animation-delay: 3s;
}
#header .coding_graphic svg #code-block-middle stop {
  animation: fade 1s infinite;
  animation-delay: 0s;
}
#header .coding_graphic svg #terminal-line-two stop {
  animation: fade 2s infinite;
  animation-delay: 0s;
}
#header .coding_graphic svg #temrinal-line-three stop {
  animation: fade 1s infinite;
  animation-delay: 1s;
}
#header .coding_graphic svg #terminal-line-four stop {
  animation: fade 1s infinite;
  animation-delay: 1.5s;
}
#header .coding_graphic svg #terminal-line-five stop {
  animation: fade 0.5s infinite;
  animation-delay: 0s;
}

@keyframes shine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}
@keyframes text-shadow-color-change {
  0% {
    text-shadow: 2px -2px 0 rgba(255, 255, 255, 0.9882352941), 2px -2px 28px #759c7a;
  }
  25% {
    text-shadow: 2px -2px 0 rgba(255, 255, 255, 0.9882352941), 2px -2px 14px #7694c0;
  }
  50% {
    text-shadow: 2px -2px 0 rgba(255, 255, 255, 0.9882352941), 2px -2px 20px #ae78e4;
  }
  100% {
    text-shadow: 2px -2px 0 rgba(255, 255, 255, 0.9882352941), 2px -2px 14px #759c7a;
  }
}
@keyframes float-mini {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fade {
  0%, 100% {
    stop-opacity: 0;
  }
  50% {
    stop-opacity: 1;
  }
}
@keyframes gradientShadowOne {
  0% {
    stop-color: rgb(0, 31, 43);
  }
  50% {
    stop-color: #1c4558;
  }
  100% {
    stop-color: rgb(0, 31, 43);
  }
}
@keyframes gradientShadowTwo {
  0% {
    stop-color: rgb(46, 27, 54);
  }
  50% {
    stop-color: #231b04;
  }
  100% {
    stop-color: rgb(46, 27, 54);
  }
}
@keyframes backgroundTwoFirst {
  0% {
    stop-color: rgb(209, 204, 128);
  }
  50% {
    stop-color: #1F63BC;
  }
  100% {
    stop-color: rgb(209, 204, 128);
  }
}
@keyframes backgroundTwoSecond {
  0% {
    stop-color: rgb(91, 31, 188);
  }
  50% {
    stop-color: #466937;
  }
  100% {
    stop-color: rgb(91, 31, 188);
  }
}
@keyframes switch-color {
  0%, 100% {
    fill: #333333;
  }
  50% {
    fill: #f1f1f1;
  }
}
@keyframes switch-color-yellow {
  0%, 100% {
    fill: #333333;
  }
  50% {
    fill: #1190ff;
  }
}
.intro_wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(auto, auto);
  align-items: center;
  border-radius: 20px;
  border: 6px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  gap: 20px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.15);
}
.intro_wrapper .cli_wrapper {
  height: auto;
  font-size: 3rem;
  font-weight: 700;
  display: block;
  color: #6cd464;
  width: 100%;
  margin: auto;
}
.intro_wrapper .cli_wrapper #cli_static {
  margin-left: 10px;
  font-family: "JetBrains Mono", monospace;
  font-variant-ligatures: none;
  color: rgba(255, 255, 255, 0.8);
}
.intro_wrapper .cli_wrapper #cli_text {
  font-family: "JetBrains Mono", monospace;
  font-variant-ligatures: none;
}
.intro_wrapper .cli_wrapper #cli_cursor {
  display: inline-block;
  position: relative;
  height: 4px;
  width: 16px;
  left: 10px;
  font-family: "JetBrains Mono", monospace;
  font-variant-ligatures: none;
  background-color: #6cd464;
}
.intro_wrapper .cli_wrapper #cli_cursor.hidden {
  opacity: 0;
}
.intro_wrapper #cli_icon .material_symbols {
  font-size: 50px;
  color: #6cd464;
}
.intro_wrapper #cli_icon #confirm_icon {
  display: block;
}
.intro_wrapper #cli_icon #confirm_icon.hdn {
  display: none;
}
.intro_wrapper #cli_icon #cli_loader {
  visibility: visible;
  opacity: 1;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
  animation: cli-loader-animation 0.5s linear infinite;
}
.intro_wrapper #cli_icon #cli_loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 6px solid;
  border-color: #6cd464 transparent;
}
.intro_wrapper #cli_icon #cli_loader.hdn {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 992px) {
  .intro_wrapper .cli_wrapper {
    font-size: 30px;
  }
  .intro_wrapper .cli_wrapper #cli_cursor {
    height: 4px;
    width: 14px;
  }
  .intro_wrapper #cli_icon .material_symbols {
    font-size: 40px;
  }
  .intro_wrapper #cli_icon #cli_loader {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
  .intro_wrapper #cli_icon #cli_loader::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #6cd464 transparent;
  }
}
@media (max-width: 768px) {
  .intro_wrapper .cli_wrapper {
    font-size: 20px;
  }
  .intro_wrapper .cli_wrapper #cli_cursor {
    height: 4px;
    width: 14px;
  }
  .intro_wrapper #cli_cursor .material_symbols {
    font-size: 40px;
  }
  .intro_wrapper #cli_cursor #cli_loader {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
  .intro_wrapper #cli_cursor #cli_loader::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #6cd464 transparent;
  }
}
@media (max-width: 576px) {
  .intro_wrapper {
    grid-gap: 10px;
    padding: 16px 10px;
    position: relative;
  }
  .intro_wrapper .cli_wrapper {
    font-size: 16px;
    overflow: hidden;
  }
  .intro_wrapper .cli_wrapper #cli_cursor {
    height: 2px;
    width: 12px;
    display: none;
  }
  .intro_wrapper #cli_icon {
    display: grid;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
  }
  .intro_wrapper #cli_icon .material_symbols {
    font-size: 30px;
  }
  .intro_wrapper #cli_icon #cli_loader {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0.4);
  }
  .intro_wrapper #cli_icon #cli_loader::after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #6cd464 transparent;
  }
}
@keyframes cli-loader-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#introduction {
  padding: 40px;
  margin-top: 80px;
  border-radius: 20px;
  border: 6px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 576px) {
  #introduction {
    padding: 20px;
  }
}
#introduction .section_title {
  font-size: 1.6rem;
}
#introduction .section_title h2 {
  margin: 0;
  font-weight: 700;
  background: -webkit-linear-gradient(120deg, #6ae07b, #aed4ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  #introduction .section_title h2 {
    font-size: 1.4rem;
    text-align: center;
  }
}
#introduction .introduction_content {
  margin-top: 40px;
  background: -webkit-linear-gradient(#c7edcd, #638489);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#introduction p {
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  #introduction p {
    font-size: 1.2rem;
  }
}
#introduction p:first-of-type {
  margin-top: 0;
}
#introduction p:last-of-type {
  margin-bottom: 0;
}

#tech_stack {
  margin-top: 80px;
  padding: 40px;
  border-radius: 20px;
  background-color: transparent;
  display: inline-block;
  border: 6px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  #tech_stack {
    padding: 20px;
  }
}
#tech_stack .section_title {
  font-size: 1.6rem;
}
#tech_stack .section_title h2 {
  margin: 0;
  font-weight: 700;
  background: -webkit-linear-gradient(120deg, #6ae07b, #aed4ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  #tech_stack .section_title h2 {
    font-size: 1.4rem;
    text-align: center;
  }
}
#tech_stack .tech_stack {
  width: 100%;
  max-width: 90vw;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem 0;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-top: 40px;
}
#tech_stack .tech_stack .items_slider .inner {
  display: flex;
  width: max-content;
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: var(--direction);
  animation-duration: var(--duration);
}
#tech_stack .tech_stack .items_slider .stack_item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d4a5b;
  font-size: 1rem;
  background: -webkit-linear-gradient(rgba(238, 238, 238, 0.0705882353), rgba(177, 203, 235, 0.1294117647));
  border-radius: 0.4rem;
  padding: 0.7rem 1rem;
  margin-right: 1rem;
}
#tech_stack .tech_stack .items_slider .stack_item .stack_icon {
  width: 24px;
  height: 24px;
  stroke: rgba(255, 255, 255, 0.7) !important;
  fill: rgba(255, 255, 255, 0.7) !important;
}
#tech_stack .tech_stack .items_slider .stack_item svg {
  fill: rgba(255, 255, 255, 0.7) !important;
}
#tech_stack .tech_stack .items_slider .stack_item path {
  fill: rgba(255, 255, 255, 0.7) !important;
}
#tech_stack .tech_stack .items_slider .stack_item circle {
  fill: transparent !important;
  stroke: none;
}
#tech_stack .tech_stack .items_slider .stack_item span {
  color: #6ae07b;
}
#tech_stack .tech_stack .fade {
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.1));
  position: absolute;
  inset: 0;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#certifications {
  margin-top: 80px;
  padding: 40px;
  border-radius: 20px;
  background-color: transparent;
  display: inline-block;
  border: 6px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  #certifications {
    padding: 20px;
  }
}
#certifications .section_title {
  font-size: 1.6rem;
}
#certifications .section_title h2 {
  margin: 0;
  font-weight: 700;
  background: -webkit-linear-gradient(120deg, #6ae07b, #aed4ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  #certifications .section_title h2 {
    font-size: 1.4rem;
    text-align: center;
  }
}
#certifications .certifications_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  #certifications .certifications_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  #certifications .certifications_wrapper {
    grid-template-columns: 1fr;
  }
}
#certifications .certifications_wrapper .cert_item a {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  box-sizing: border-box;
}
#certifications .certifications_wrapper .cert_item a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 576px) {
  #certifications .certifications_wrapper .cert_item a {
    display: block;
    text-align: center;
  }
  #certifications .certifications_wrapper .cert_item a img {
    margin-bottom: 20px;
  }
}
#certifications .certifications_wrapper .cert_item a img {
  width: 80px;
}
#certifications .certifications_wrapper .cert_item a .info .code {
  display: block;
  font-weight: 700;
  color: #6ae07b;
}

#projects {
  margin-top: 80px;
  padding: 40px;
  border-radius: 20px;
  background-color: transparent;
  display: inline-block;
  border: 6px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  #projects {
    padding: 20px;
  }
}
#projects .section_title {
  font-size: 1.6rem;
}
#projects .section_title h2 {
  margin: 0;
  font-weight: 700;
  background: -webkit-linear-gradient(120deg, #6ae07b, #aed4ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  #projects .section_title h2 {
    font-size: 1.4rem;
    text-align: center;
  }
}
#projects .project_items {
  margin-top: 40px;
}
#projects .project_items .project_item .project_info_wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 40px;
  align-items: start;
}
@media (max-width: 992px) {
  #projects .project_items .project_item .project_info_wrapper {
    grid-template-columns: 1fr;
  }
}
#projects .project_items .project_item a {
  font-size: 1.8rem;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  #projects .project_items .project_item a {
    font-size: 1.2rem;
  }
  #projects .project_items .project_item a span {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}
#projects .project_items .project_item a:hover {
  background: rgba(255, 255, 255, 0.15);
}
#projects .project_items .project_item a span.url {
  font-size: 1rem;
  color: #6ae07b;
  display: block;
}
#projects .project_items .project_item .project_info .description {
  font-size: 1.5rem;
  background: -webkit-linear-gradient(#c7edcd, #638489);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  #projects .project_items .project_item .project_info .description {
    font-size: 1.2rem;
  }
}
#projects .project_items .project_item .project_key_points {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#projects .project_items .project_item .project_key_points span {
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 576px) {
  #projects .project_items .project_item .project_key_points span {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
}
#projects .project_items .project_item_splitter hr {
  border-top: 6px solid rgba(255, 255, 255, 0.1);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 40px 0;
}

#imprint {
  margin-top: 80px;
  padding: 40px;
  border-radius: 20px;
  background-color: transparent;
  display: inline-block;
  border: 6px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  #imprint {
    padding: 20px;
  }
}
#imprint .section_title {
  font-size: 1.6rem;
}
#imprint .section_title h2 {
  margin: 0;
  font-weight: 700;
  background: -webkit-linear-gradient(120deg, #6ae07b, #aed4ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  #imprint .section_title h2 {
    font-size: 1.4rem;
    text-align: center;
  }
}
#imprint .imprint_content {
  font-size: 1.4rem;
  background: -webkit-linear-gradient(#c7edcd, #638489);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  #imprint .imprint_content {
    font-size: 1.2rem;
  }
}

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