body {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2.2px;
}

.nav-item .nav-link {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.skill-item, .filter-item, .project-filter-wrapper {
  font-family: "Roboto Mono", monospace;
}

/* Root */
.btn-primary,
.btn,
:not(.btn-check) + .btn {
  background-color: #fa792b;
  border: none;
  margin-right: 10px;
  outline: none;
}
.btn-primary:hover, .btn-primary:active,
.btn:hover,
.btn:active,
:not(.btn-check) + .btn:hover,
:not(.btn-check) + .btn:active {
  background-color: #da6923;
  border: none;
}

a {
  color: #ffffff;
}
a:hover, a:active {
  border: none;
}

/* Projects Buttons */
.filter-item {
  position: relative;
}
.filter-item::after {
  color: rgba(255, 255, 255, 0.55);
  content: "/";
  font-size: 14px;
  position: absolute;
  right: 3px;
  top: 0;
}
.filter-item:last-child::after {
  content: "";
}

.btn-filter {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  margin-right: 15px;
  text-decoration: underline;
}
.btn-filter.is-filtered {
  color: #008b8b;
}

.project-filter-wrapper {
  font-size: 13px;
}

/* Footer socials btn */
.footer-link:hover, .footer-link:active {
  color: #026e6e;
}

footer {
  background-color: #008b8b;
}
footer .footer-logo {
  margin-bottom: 10px;
  width: 150px;
}
footer .footer-socials-wrapper {
  padding-left: 0;
  list-style: none;
}
footer .footer-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 24px;
}
footer .footer-link:hover {
  color: #c7fdfd;
}

.offcanvas-title {
  width: 150px;
}
.offcanvas-title img {
  width: 100%;
}

.navbar.navbar-blur {
  background-color: rgba(33, 37, 41, 0.7) !important;
}
.navbar.navbar-blur::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(6px);
  z-index: -1; /* stay behind navbar content */
}
.navbar .nav-brand-logo {
  transition: all 0.3s ease-in-out;
  width: 198px;
}
.navbar .nav-brand-logo.is-scrolled {
  width: 130px;
}

.bg-dark,
.border-bottom,
.bg-transparent {
  transition: all 0.3s ease-in-out;
}

.nav-link.active {
  box-shadow: inset 0 -4px 0 0 #026e6e;
}
.nav-link:hover {
  box-shadow: inset 0 -4px 0 0 #026e6e;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.navbar-expand-md .navbar-nav .nav-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.show {
  color: #008b8b;
}

.nav-socials-wrapper {
  border-top: var(--bs-border-width) solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  flex-flow: row;
  margin-top: 1rem;
}
.nav-socials-wrapper .nav-link {
  font-size: 34px;
  padding: 0 10px;
}
.nav-socials-wrapper .nav-link:hover, .nav-socials-wrapper .nav-link.active {
  box-shadow: none;
}
.nav-socials-wrapper .nav-item {
  margin-top: 1rem;
}

@media screen and (min-width: 576px) {
  .nav-socials-wrapper {
    border: 0;
    border-left: var(--bs-border-width) solid rgba(255, 255, 255, 0.25);
    margin-top: 0;
  }
  .nav-socials-wrapper .nav-link {
    font-size: 23px;
    padding: 0 10px;
  }
  .nav-socials-wrapper .nav-item {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .desktop-main-nav {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.accordion-item .accordion-content {
  max-height: 0;
  overflow: auto;
  scrollbar-color: transparent transparent;
  transition: max-height 0.3s ease-out;
}
.accordion-item .accordion-link-button {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  flex-wrap: wrap;
  letter-spacing: normal;
  line-height: 1;
  padding: 15px 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.accordion-item .accordion-link-button::after {
  background-repeat: no-repeat;
  content: "\f077";
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: 13px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg);
}
.accordion-item .accordion-link-button.active::after {
  transform: rotate(0deg);
}

::before, ::after {
  font-family: "FontAwesome";
}

.dark-theme {
  background-color: #1a191d;
  color: #ffffff;
}

img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

/* Scroll to each section */
main section {
  scroll-margin-top: 100px;
}

.title-with-line::after {
  border-bottom: 3px solid #008b8b;
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 60px;
}

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

.skills-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.skill-item {
  margin-bottom: 12px;
  margin-right: 10px;
  padding: 5px 8px;
}

.code-style {
  background-color: #666666;
  border-radius: 8px;
  font-size: 14px;
}

/* Hero Banner */
.hero-banner {
  background: url(../assets/images/hero-banner-background.jpg) center center;
  background-color: #b3b3b3;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 44vw;
  min-height: 800px;
  position: relative;
}
.hero-banner::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hero-banner .hero-image {
  display: flex;
  justify-content: center;
}
.hero-banner .hero-image-container {
  border-radius: 20%;
  overflow: hidden;
  width: 80%;
}
.hero-banner .hero-text-wrapper {
  align-content: end;
  z-index: 999;
}
.hero-banner .hero-banner .hero-title {
  font-size: 8vw;
  font-weight: 700;
}
.hero-banner .hero-banner .hero-subtitle {
  font-weight: 500;
}

/* About Me -- Skills */
.get-to-know-me-wrapper {
  background: #008b8b;
}

.about-me-item {
  margin-bottom: 10px;
  text-align: left;
}

.my-skills-wrapper {
  background: #026e6e;
}
.my-skills-wrapper .skill-accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.my-skills-wrapper .skill-accordion:last-child {
  border-bottom: 0;
}
.my-skills-wrapper .skill-accordion__heading {
  margin-bottom: 0;
}
.my-skills-wrapper .skill-accordion__link {
  padding-left: 0;
  padding-right: 0;
}
.my-skills-wrapper .skill-accordion .code-style {
  mix-blend-mode: hard-light;
}

/* Projects section */
.projects-wrapper {
  background-color: rgba(136, 136, 136, 0.05);
}

.project-filter-wrapper {
  align-items: center;
}

.project-list-filter {
  list-style: none;
  margin-bottom: 0;
  overflow: scroll;
  padding: 10px 0;
}

.btn-filter {
  position: relative;
  text-align: left;
  width: max-content;
}
.btn-filter .cards-count {
  background-color: #fa792b;
  border-radius: 50%;
  color: #ffffff;
  font-size: 9px;
  height: 15px;
  position: absolute;
  text-align: center;
  top: -5px;
  right: -5px;
  width: 15px;
}

.project-skills-wrapper .skill-item {
  font-size: 12px;
  margin-right: 4px;
  padding: 5px 8px;
}
.project-skills-wrapper + .buttons-wrapper {
  border-top: 1px solid #495057;
}

.projects-list-container .col {
  margin-top: 0;
}
.projects-list-container .card {
  margin-top: var(--bs-gutter-y);
}
.projects-list-container .card .card-body {
  display: flex;
  flex-flow: column;
}
.projects-list-container .card:has(.buttons-wrapper) .card-body {
  justify-content: space-between;
}
.projects-list-container .card {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* Hidden when filtered out */
}
.projects-list-container .card.hide {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

.card-image-wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 101%;
  margin-bottom: 0.5em;
  position: relative;
  width: 100%;
}
.card-image-wrapper::after {
  content: "";
  display: block;
  height: auto;
  left: auto;
  padding-bottom: 75%;
  top: auto;
  width: 100%;
}

.card-project-image {
  aspect-ratio: 4/3;
  transition: transform 0.3s ease-in-out;
}
.card-project-image:hover {
  transform: scale(1.03);
}

/* Experience section */
.experience-info-accordion {
  border-bottom: 1px solid #026e6e;
}
.experience-info-accordion__heading {
  align-items: center;
  background-color: #008b8b;
  display: flex;
  margin-bottom: 0;
}
.experience-info-accordion__position {
  margin-bottom: 10px;
  width: 95%;
}
.experience-info-accordion__link {
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 0;
}
.experience-info-accordion__period {
  font-size: 14px;
  margin-right: 25px;
}
.experience-info-accordion__body {
  background-color: #1f2525;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.experience-info-accordion__company-logo {
  width: 180px;
}
.experience-info-accordion__location {
  margin-bottom: 10px;
}
.experience-info-accordion__location .location-item {
  margin-right: 15px;
  margin-bottom: 12px;
}
.experience-info-accordion__location .city,
.experience-info-accordion__location .compnay-link {
  display: flex;
}
.experience-info-accordion__location .city::before {
  content: "\f3c5";
  color: #008b8b;
  margin-right: 8px;
}
.experience-info-accordion__location .company-link::before {
  content: "\f35d";
  color: #008b8b;
  margin-right: 8px;
}
.experience-info-accordion__content {
  padding: 20px;
}
.experience-info-accordion__text-wrapper .stack-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.experience-info-accordion__text-wrapper .stack-list__item {
  background: #008b8b;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 5px 8px;
}

/* Background Section */
.education-wrapper {
  background-color: #026e6e;
}

.education-list {
  list-style: none;
  margin: 0;
  position: relative;
  padding: 0;
}
.education-list::before {
  background: rgba(255, 255, 255, 0.55);
  content: "";
  height: 100%;
  left: 10px;
  position: absolute;
  top: 0;
  width: 2px;
}
.education-list .education-list-item {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.education-list .education-list-item__period {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}
.education-list .education-list-item__title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.3rem;
}
.education-list .education-list-item__institute {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  margin: 0;
}
.education-list .timeline-dot {
  background: #008b8b;
  border-radius: 50%;
  border: 2px solid #008b8b;
  box-shadow: 0 0 0 6px #026e6e;
  height: 12px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 12px;
}
.education-list .education-content {
  display: flex;
  flex-direction: column;
}

.recommendations-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.recommendations-wrapper .recommendation-content::before {
  content: "\f10e";
  color: rgba(255, 255, 255, 0.55);
  font-size: 50px;
}
.recommendations-wrapper .recommendation-item {
  align-content: center;
  background-color: #008b8b;
  padding-left: 15px;
  padding-right: 15px;
}
.recommendations-wrapper .recommendation-item:nth-child(2) {
  background-color: rgb(0, 164.5, 164.5);
}
.recommendations-wrapper .recommendation-item:nth-child(3) {
  background-color: #00bebe;
}
.recommendations-wrapper .recommendation-item__name {
  font-size: 17px;
  letter-spacing: normal;
  margin: 20px 0 0;
}
.recommendations-wrapper .recommendation-item__text {
  margin-bottom: 0;
}
.recommendations-wrapper .recommendation-item__position, .recommendations-wrapper .recommendation-item__company-link {
  color: rgba(255, 255, 255, 0.55);
}

/* Media queries */
@media screen and (min-width: 576px) {
  .hero-banner .hero-text-wrapper {
    align-content: center;
  }
  .hero-banner .hero-banner {
    min-height: 580px;
  }
  .hero-banner .hero-image-container {
    width: 50%;
  }
  .project-list-filter {
    align-items: center;
    overflow: unset;
    padding: 0;
  }
  .experience-info-accordion__company-logo {
    align-self: center;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .responsive-content {
    text-align: left;
  }
  .hero-banner .hero-image-container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .get-to-know-me-wrapper,
  .my-skills-wrapper,
  .education-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .recommendations-wrapper .recommendation-item {
    padding-left: 5%;
    padding-right: 5%;
  }
  .experience-info-accordion__position {
    margin-bottom: 0;
    width: fit-content;
  }
  .experience-info-accordion__company-logo {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .hero-banner .hero-image-container {
    width: 80%;
  }
  .experience-info-accordion__company-logo {
    width: 60%;
  }
}

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