/*
Google Fonts
*/
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Space+Grotesk:wght@300..700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background-color: rgba(177, 37, 37, 0.4);
  border-radius: 4px; }

html {
  overflow-x: hidden; }

body {
  background-color: #121212;
  color: #EBEBE8;
  font-family: "Space Grotesk", sans-serif;
  padding-top: 4rem;
  width: 100vw;
  overflow-x: hidden; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem; }
  .container__large {
    max-width: 1400px; }
    .container__large.tester {
      min-width: calc(1400px - 2.5rem); }
  .container__medium {
    max-width: 1000px; }
    .container__medium.tester {
      min-width: calc(1000px - 2.5rem); }
  .container__small {
    max-width: 872px; }
    .container__small.tester {
      min-width: calc(872px - 2.5rem); }
  .container.tester {
    position: fixed;
    border-left: 1px solid red;
    border-right: 1px solid red;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
    pointer-events: none;
    top: 0;
    z-index: 9999;
    padding: 0; }

.full-width {
  width: 100%; }

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

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

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

.space-between {
  justify-content: space-between; }

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

a {
  color: #EBEBE8;
  text-decoration: none; }

p {
  color: #8c8c8c;
  font-size: 1rem;
  line-height: 1.4rem; }
  p.text-sm {
    font-size: .875rem;
    line-height: 1.25rem; }
  p.text-lg {
    font-size: 1.125rem;
    line-height: 1.625rem; }

h1 {
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: .75rem; }
  @media (max-width: 968px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem; }
  @media (max-width: 968px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.125rem;
  line-height: 1.75rem; }

ul {
  padding: 0px 17px; }

a.btn {
  color: #fafafa;
  background-color: #b12525;
  padding: .75rem 2rem;
  border-radius: 0.5rem;
  display: flex;
  font-weight: 600;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: .15s; }
  a.btn:hover {
    background-color: #871c1c; }

.uppercase {
  text-transform: uppercase; }

.accent-color {
  color: #b12525; }

.font-bold {
  font-weight: 700; }

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem; }

.text-muted {
  color: #8c8c8c; }

.font-mono {
  font-family: "JetBrains Mono", monospace; }

.text-gradient {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg, #d22d2d, #931f1f); }

.section__padding {
  padding: 6rem 0; }

.devider {
  display: block;
  width: 4rem;
  height: .25rem;
  background-color: #b12525; }

footer {
  padding: 2rem 0;
  text-align: center;
  border-top: solid 1px #2e2e2e; }

header {
  height: 4rem;
  background-color: #121212cc;
  backdrop-filter: blur(12px);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border: solid 1px #2e2e2e;
  z-index: 999; }
  header .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  header .logo {
    width: auto; }
    header .logo a {
      font-size: 1.5rem; }
    header .logo img {
      height: 100%;
      width: auto;
      object-fit: contain; }
  header nav {
    position: relative; }
    header nav .hamburger {
      display: none;
      cursor: pointer;
      width: 2rem;
      height: 2rem;
      position: relative; }
      header nav .hamburger svg {
        fill: #8c8c8c;
        width: 2rem;
        height: 2rem;
        transition: opacity 0.25s ease, transform 0.25s ease, fill 0.25s ease; }
      header nav .hamburger .close {
        position: absolute;
        inset: 0;
        opacity: 0;
        transform: scale(0.7) rotate(-90deg); }
      header nav .hamburger .open {
        opacity: 1;
        transform: scale(1) rotate(0); }
      header nav .hamburger:hover svg {
        fill: #b12525; }
      header nav .hamburger.is-open .open {
        opacity: 0;
        transform: scale(0.7) rotate(90deg); }
      header nav .hamburger.is-open .close {
        opacity: 1;
        transform: scale(1) rotate(0); }
      @media (max-width: 768px) {
        header nav .hamburger {
          display: block; } }
    header nav ul {
      list-style-type: none;
      display: flex;
      gap: 1.5rem;
      transition: all 0.3s ease; }
      @media (max-width: 768px) {
        header nav ul {
          position: absolute;
          top: 2.8rem;
          right: -1.25rem;
          background-color: #121212cc;
          backdrop-filter: blur(12px);
          border: solid 1px #2e2e2e;
          flex-direction: column;
          width: 100vw;
          padding: 1rem;
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transform: translateY(-0.75rem) scale(0.98);
          transform-origin: top center;
          transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease; }
          header nav ul.active {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0) scale(1); } }
      header nav ul li a {
        font-weight: 500;
        transition: color 0.3s ease;
        color: #8c8c8c;
        font-size: .875rem; }
        header nav ul li a:hover {
          color: #b12525; }

@media (max-width: 768px) {
  body.menu-open {
    overflow: hidden; } }
section.hero {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(36, 36, 36, 0.5), #121212);
  border-bottom: solid 1px #2e2e2e; }
  @media (max-width: 968px) {
    section.hero .container {
      justify-content: center; } }
  section.hero .left,
  section.hero .center,
  section.hero .right {
    width: calc((100% / 2) - (380px / 2) - 3rem);
    display: flex;
    align-items: center; }
  section.hero .left {
    text-align: right;
    display: flex;
    justify-content: flex-end; }
  section.hero .center {
    width: 380px;
    aspect-ratio: 1 / 1; }
    @media (max-width: 968px) {
      section.hero .center {
        width: 300px; } }
    @media (max-width: 468px) {
      section.hero .center {
        width: 100%;
        aspect-ratio: 1 / 1; } }
    section.hero .center .circle {
      width: 380px;
      height: 380px;
      border-radius: 50%;
      background-color: #b12525;
      overflow: hidden;
      box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(177, 37, 37, 0.4) 0px 0px 60px -15px; }
      @media (max-width: 968px) {
        section.hero .center .circle {
          width: 100%;
          height: 100%; } }
      @media (max-width: 968px) {
        section.hero .center .circle {
          width: 100%;
          height: 100%; } }
      section.hero .center .circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; }
  section.hero .right {
    text-align: left; }
  section.hero .hero-text {
    max-width: 24rem; }
  section.hero h2 {
    line-height: 1;
    font-size: 3rem; }
  section.hero .full-width {
    width: 100%;
    margin-top: -1.5rem; }
    section.hero .full-width h1 {
      margin-bottom: .75rem;
      text-align: center; }
  @media (max-width: 968px) {
    section.hero .left,
    section.hero .right {
      display: none; } }

#about .title-section {
  margin-bottom: 4rem; }
#about .about-text {
  margin-bottom: 4rem; }
#about .cards-wrap {
  margin-top: 3rem; }
  #about .cards-wrap .card {
    width: calc((100% / 3) - 1rem);
    padding: 1.5rem;
    background-color: #1a1a1a;
    border: solid 1px #2e2e2e;
    border-radius: .5rem; }
    #about .cards-wrap .card .card-icon {
      background-color: rgba(177, 37, 37, 0.1);
      width: 3rem;
      height: 3rem;
      border-radius: .5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #b12525;
      margin-bottom: 1rem; }
    #about .cards-wrap .card h3 {
      margin-bottom: .5rem; }
    #about .cards-wrap .card:hover {
      border-color: rgba(177, 37, 37, 0.4); }
    @media (max-width: 768px) {
      #about .cards-wrap .card {
        width: 100%;
        margin-bottom: 1rem; } }

#experience {
  background-color: rgba(36, 36, 36, 0.3); }
  #experience__wrap {
    position: relative; }
  #experience .line {
    width: 1px;
    background-color: #2e2e2e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.5rem;
    height: 100%; }
  #experience .title-section {
    margin-bottom: 4rem; }
  #experience .experience-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    z-index: 1; }
    #experience .experience-wrap .experience-item {
      display: flex;
      gap: 1.5rem;
      z-index: 5; }
      #experience .experience-wrap .experience-item__icon {
        width: 3rem;
        height: 3rem;
        border-radius: 100%;
        background-color: rgba(177, 37, 37, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #b12525; }
      #experience .experience-wrap .experience-item__content {
        width: calc(100% - 3rem - 1.5rem);
        padding: 1.25rem;
        border: solid 1px #2e2e2e;
        border-radius: 0.5rem;
        background-color: #1a1a1a; }
        #experience .experience-wrap .experience-item__content h3 {
          margin-bottom: .25rem; }
        #experience .experience-wrap .experience-item__content p {
          margin-bottom: .25rem; }
        #experience .experience-wrap .experience-item__content .text-muted {
          color: #8c8c8c;
          font-size: .875rem; }
      #experience .experience-wrap .experience-item:hover .experience-item__content {
        border-color: rgba(177, 37, 37, 0.4); }

.skills .title-section {
  margin-bottom: 4rem; }
.skills__items {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem; }
  @media (max-width: 768px) {
    .skills__items {
      margin: unset; } }
.skills__item {
  width: calc((100% / 4) - 2rem);
  border: solid 1px #2e2e2e;
  border-radius: 0.5rem;
  background-color: #1a1a1a;
  padding: 1.25rem;
  margin: 1rem; }
  .skills__item__icon {
    color: #b12525;
    margin-bottom: 0.75rem; }
    .skills__item__icon svg {
      height: 1.75rem;
      width: auto; }
      .skills__item__icon svg.fontawesome {
        fill: #b12525; }
  @media (max-width: 968px) {
    .skills__item {
      width: calc((100% / 3) - 2rem); } }
  @media (max-width: 768px) {
    .skills__item {
      width: calc((100% / 2) - .5rem);
      margin: .25rem; } }
.skills__intro {
  margin: 0 1.25rem; }
  .skills__intro:not(:first-child) {
    margin-top: 2rem; }

.work {
  background-color: rgba(36, 36, 36, 0.3); }
  .work .title-section {
    margin-bottom: 4rem; }
  .work__items {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem; }
    @media (max-width: 768px) {
      .work__items {
        margin: unset; } }
  .work__item {
    width: calc((100% / 3) - 2rem);
    border: solid 1px #2e2e2e;
    border-radius: 0.5rem;
    background-color: #1a1a1a;
    margin: 1rem; }
    .work__item__image {
      width: 100%;
      height: 12rem;
      border-radius: 0.5rem 0.5rem 0 0;
      overflow: hidden; }
      .work__item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.5rem 0.5rem 0 0; }
    .work__item__content {
      padding: 1.25rem; }
      .work__item__content .link {
        display: inline-block;
        margin-top: 0.75rem;
        color: #b12525;
        border: solid 2px #b12525;
        padding: 0.25rem 0.75rem;
        border-radius: 0.25rem;
        font-size: 0.875rem;
        font-weight: 700;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
        cursor: pointer; }
        .work__item__content .link:hover {
          background-color: #b12525;
          color: #EBEBE8; }
    .work__item__tags {
      display: flex;
      justify-content: space-between; }
      .work__item__tags .tag {
        background-color: rgba(177, 37, 37, 0.1);
        color: #b12525;
        padding: 0.25rem 0.75rem;
        border-radius: 0.25rem;
        font-size: 0.875rem;
        white-space: nowrap; }
    .work__item h3 {
      margin-bottom: .5rem; }
    .work__item:hover {
      border-color: rgba(177, 37, 37, 0.4); }
    @media (max-width: 968px) {
      .work__item {
        width: calc((100% / 2) - 2rem); } }
    @media (max-width: 768px) {
      .work__item {
        width: 100%;
        margin: 0 0 1rem 0; } }

.contact .title-section {
  margin-bottom: 2.5rem; }
.contact .btn {
  margin-top: 2.5rem; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
  opacity: 0; }
  @media (max-width: 468px) {
    .popup {
      padding: 1rem; } }
  .popup.is-open {
    display: flex;
    animation: popupFadeIn 0.25s ease forwards; }
  .popup__content {
    background-color: #1a1a1a;
    padding: 2rem;
    border: solid 1px #2e2e2e;
    border-radius: 0.5rem;
    position: relative;
    width: calc(100% - 2.5rem);
    padding: 4rem;
    max-height: 90vh;
    overflow-y: auto; }
    @media (max-width: 468px) {
      .popup__content {
        width: 100%;
        max-height: calc(100vh - 2rem);
        padding: 3.5rem 1.25rem 1.25rem; } }
  .popup__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #b12525;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2; }
    .popup__close svg {
      width: 1.5rem;
      height: 1.5rem;
      fill: #EBEBE8; }
    .popup__close:hover {
      color: rgba(177, 37, 37, 0.8); }
  .popup .post_content p {
    margin-bottom: 1rem;
    color: #EBEBE8; }
    .popup .post_content p:last-child {
      margin-bottom: 0; }
  .popup .post_content ul {
    margin-bottom: 1rem; }
  .popup .post_content .popup__project-button {
    margin-top: 1rem;
    display: inline-flex; }
  .popup__title {
    margin-bottom: 1.25rem;
    color: #EBEBE8; }

@keyframes popupFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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