/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/core.scss ***!
  \*************************************************************************************************************/
html {
  font-size: 62.5%;
}

.fade-in {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #111111;
  color: #cccccc;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}

footer {
  display: flex;
  flex-shrink: 0;
  margin-top: auto;
}

h1, h2, h3, h4 {
  font-family: "MicrogrammaExtD-Bol", sans-serif;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

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

p {
  margin-top: 0;
}

p, span {
  line-height: 1.5;
}

.arrow-icon {
  width: 1.2rem;
  height: auto;
  display: inline-block;
  color: #cccccc;
}

.down-arrow {
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: bottom;
}

.show-on-scroll {
  opacity: 0;
  transition: opacity 1s;
}

.show-on-scroll.is-visible {
  visibility: visible !important;
  opacity: 1;
}

.return-scroll {
  display: flex;
  justify-content: center;
  font-family: "MicrogrammaExtD-Bol", sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #cccccc;
  cursor: pointer;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .return-scroll {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .show-for-small-down {
    display: none;
  }
}

section.work, section.credits, section.bio, section.contact {
  padding: 3rem 1rem 3rem;
}
@media (min-width: 768px) {
  section.work, section.credits, section.bio, section.contact {
    padding: 6rem 1rem;
  }
}

section.projects {
  padding: 1.2rem 1rem 2rem;
}
@media (min-width: 768px) {
  section.projects {
    padding: 3.2rem 1rem 3rem;
  }
}

section.header header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 6em;
  display: flex;
  justify-content: center;
  background-color: #181818;
  border-bottom: 1px solid #515151;
  z-index: 1000;
}
section.header header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
section.header header .header-content h1 {
  font-size: 1.4rem;
  color: #c1d82f;
}
@media (min-width: 768px) {
  section.header header .header-content h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1280px) {
  section.header header .header-content h1 {
    font-size: 2rem;
  }
}
section.header header .header-content h1 span {
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: normal;
  font-size: 0.6em;
  color: #cccccc;
  display: block;
}
@media (min-width: 480px) {
  section.header header .header-content h1 span {
    display: inline;
    border-left: 1px solid #999999;
    padding-left: 0.8rem;
  }
}
section.header header .header-content nav.header-nav {
  display: none;
  justify-content: right;
  align-items: center;
}
@media (min-width: 1024px) {
  section.header header .header-content nav.header-nav {
    display: flex;
  }
}
section.header header .header-content nav.header-nav ul {
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 1rem;
}
section.header header .header-content nav.header-nav ul li a {
  font-size: 1.2rem;
  color: #cccccc;
  text-transform: uppercase;
}
section.header header .header-content nav.header-nav ul li a:hover {
  color: #c1d82f;
}
section.header header .header-content .hamburger-button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  section.header header .header-content .hamburger-button {
    display: none;
  }
}
section.header header .header-content .hamburger-button span {
  display: block;
  width: 2.2rem;
  height: 0.2rem;
  background-color: #cccccc;
  margin: 0.5rem auto;
}
section.header nav.mobile-nav {
  position: fixed;
  top: 5rem;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  background-color: #181818;
  border-bottom: 1px solid #515151;
  width: 100%;
  z-index: 999;
}
section.header nav.mobile-nav.active {
  transform: translateY(0);
}
section.header nav.mobile-nav ul {
  padding: 2rem;
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
}
section.header nav.mobile-nav ul li {
  text-align: right;
}
section.header nav.mobile-nav ul li:not(:first-child) {
  padding-top: 1.4rem;
}
section.header nav.mobile-nav ul li a {
  color: #cccccc;
  font-size: 1.4rem;
}
section.header nav.mobile-nav ul li a:hover {
  color: #c1d82f;
}
section.header .nav-overlay {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 998;
}
section.header .nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

section.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #181818;
  width: 100%;
  border-top: 1px solid #515151;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
section.footer ul.social {
  list-style-type: none;
}
section.footer ul.social li {
  margin-bottom: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
section.footer ul.social g {
  fill: #cccccc;
}
section.footer p {
  font-size: 1.1rem;
  margin: 0;
}

section.slideshow {
  width: auto;
  height: calc(var(--vh, 1vh) * 100 - 6rem);
  position: relative;
  overflow: hidden;
}
section.slideshow .slideshow-container {
  width: auto;
  height: 100%;
  position: relative;
}
section.slideshow .slideshow-container.show-buttons .slideshow-button {
  opacity: 0.7;
  pointer-events: auto;
}
section.slideshow .slideshow-container .slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
section.slideshow .slideshow-container .slide-wrapper.active {
  opacity: 1;
  z-index: 1;
}
@media (orientation: portrait) and (max-width: 480px) and (min-aspect-ratio: 9/19.5) {
  section.slideshow .slideshow-container .slide-wrapper {
    top: 8%;
    height: 92%;
  }
}
section.slideshow .slideshow-container .slide-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (orientation: portrait) and (max-width: 480px) and (min-aspect-ratio: 9/19.5) {
  section.slideshow .slideshow-container .slide-wrapper img {
    height: 80%;
  }
}
section.slideshow .slideshow-container .slide-wrapper .slide-title {
  position: absolute;
  bottom: 10%;
  left: 0;
  color: #cccccc;
  width: fit-content;
  padding: 1rem 0;
  padding-left: 4rem;
  padding-right: 1rem;
  background-color: rgba(17, 17, 17, 0.6);
  border-radius: 0.3rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.6rem;
  text-align: center;
}
@media (orientation: portrait) and (max-width: 480px) and (min-aspect-ratio: 9/19.5) {
  section.slideshow .slideshow-container .slide-wrapper .slide-title {
    position: static;
    width: 100%;
    padding: 0;
    align-items: center;
    height: 12%;
  }
}
@media (min-width: 768px) {
  section.slideshow .slideshow-container .slide-wrapper .slide-title {
    font-size: 2rem;
  }
}
section.slideshow .slideshow-container .slide-wrapper .slide-title p.project-title {
  font-family: "MicrogrammaExtD-Bol", sans-serif;
  letter-spacing: 0.2rem;
  margin: 0;
}
section.slideshow .slideshow-container .slide-wrapper .slide-title p.project-title span {
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 0.9em;
}
section.slideshow .slideshow-container .slide-wrapper .slide-title p.photo-title {
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 0.8em;
  margin: 0;
}
section.slideshow .slideshow-container .slide-wrapper .slideshow-overlay {
  font-family: "MicrogrammaExtD-Bol", sans-serif;
  letter-spacing: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.6);
  border-bottom: 1px solid #515151;
  z-index: 2000;
  text-align: center;
  font-weight: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 1rem 0;
}
section.slideshow .slideshow-container .slide-wrapper .slideshow-overlay .slideshow-overlay-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (orientation: portrait) and (max-width: 480px) and (min-aspect-ratio: 9/19.5) {
  section.slideshow .slideshow-container .slide-wrapper .slideshow-overlay {
    height: 8%;
    border-top: 1px solid #515151;
    padding: 0;
    background-color: #181818;
  }
}
section.slideshow .slideshow-container .slideshow-button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #cccccc;
  border: 2px solid #cccccc;
  background: transparent;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  padding: 0.05rem 0.1rem;
  z-index: 2;
  transition: opacity 0.4s ease;
}
section.slideshow .slideshow-container .slideshow-button.prev {
  left: 2rem;
}
section.slideshow .slideshow-container .slideshow-button.next {
  right: 2rem;
}
section.slideshow .slideshow-container .slideshow-button:hover {
  opacity: 1;
}
section.slideshow .slideshow-container .status-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 10;
}
section.slideshow .slideshow-container .status-overlay.visible {
  opacity: 0.6;
}

section.work .work-title {
  width: 100%;
  text-align: center;
}
section.work .work-title h2 {
  font-size: 1.8rem;
  position: relative;
  display: inline;
}
@media (min-width: 768px) {
  section.work .work-title h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  section.work .work-title h2 {
    font-size: 2.8rem;
  }
}
section.work .work-title h2::before {
  content: " ";
  width: 6rem;
  height: 0.2rem;
  background-color: #515151;
  position: absolute;
  left: -7.5rem;
  top: 50%;
}
section.work .work-title h2::after {
  content: " ";
  width: 6rem;
  height: 0.2rem;
  background-color: #515151;
  position: absolute;
  margin-left: 1rem;
  top: 50%;
}
section.work .featured-work {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.work .featured-work:not(:first-child) {
  margin-top: 4rem;
}
section.work .featured-work .show-title {
  font-size: 1.4rem;
}
@media (min-width: 480px) {
  section.work .featured-work .show-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  section.work .featured-work .show-title {
    font-size: 2rem;
  }
}
section.work .featured-work .show-title h2 {
  font-size: 1em;
  text-align: center;
}
section.work .featured-work .show-title p.note {
  font-size: 0.65em;
  margin: 0;
  color: #c1d82f;
  text-align: center;
}
section.work .featured-work p.project-description {
  font-size: 1.1rem;
  padding: 0 1rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  section.work .featured-work p.project-description {
    font-size: 1.4rem;
  }
}
section.work .featured-work .thumb-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
section.work .featured-work .thumb-container .thumb a {
  display: grid;
  grid-template-columns: 1fr;
}
section.work .featured-work .thumb-container .thumb a:hover .img-wrapper img {
  transform: scale(1.05);
}
section.work .featured-work .thumb-container .thumb a:hover .overlay {
  opacity: 1;
}
section.work .featured-work .thumb-container .thumb a .img-wrapper, section.work .featured-work .thumb-container .thumb a .overlay {
  backface-visibility: hidden;
  transform: translateZ(0);
}
section.work .featured-work .thumb-container .thumb a .img-wrapper {
  width: 100%;
  overflow: hidden;
  grid-area: 1/1;
}
section.work .featured-work .thumb-container .thumb a .img-wrapper .img-border {
  border: 1px solid #515151;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0.3rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  section.work .featured-work .thumb-container .thumb a .img-wrapper .img-border {
    padding: 0.5rem;
  }
}
section.work .featured-work .thumb-container .thumb a .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
}
section.work .featured-work .thumb-container .thumb a .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  z-index: 1000;
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
section.work .featured-work .thumb-container .thumb a .overlay .overlay-content {
  color: #cccccc;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  section.work .featured-work .thumb-container .thumb a .overlay .overlay-content {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  section.work .featured-work .thumb-container .thumb a .overlay .overlay-content {
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px) {
  section.work .featured-work .thumb-container .thumb a .overlay .overlay-content {
    font-size: 1.6rem;
  }
}
@media (min-width: 1440px) {
  section.work .featured-work .thumb-container .thumb a .overlay .overlay-content {
    font-size: 1.8rem;
  }
}
section.work .featured-work .thumb-container .thumb a .overlay .overlay-content .overlay-title {
  font-family: "MicrogrammaExtD-Bol", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 1em;
  text-transform: uppercase;
}
section.work .featured-work .thumb-container .thumb a .overlay .overlay-content .overlay-subtitle, section.work .featured-work .thumb-container .thumb a .overlay .overlay-content .overlay-type, section.work .featured-work .thumb-container .thumb a .overlay .overlay-content .overlay-company {
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 0.7em;
  text-transform: uppercase;
}
section.work .featured-work .thumb-container .thumb a .overlay .overlay-content p {
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: none;
}
section.work .featured-work .thumb-container .thumb a .overlay .overlay-content p.click-for-more {
  font-size: 0.8em;
}
section.work .featured-work .thumb-container .thumb a .overlay .overlay-content div.show-award {
  margin-top: 0.5rem;
}
section.work .featured-work .thumb-container .thumb a .overlay .overlay-content div.show-award p {
  font-size: 0.8em;
  margin: 0;
  line-height: 1.1;
}
@media (min-width: 768px) {
  section.work .featured-work .thumb-container.other {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.work .featured-work .thumb-container.other .thumb a:hover .img-wrapper img {
  transform: scale(1.05);
}
section.work .featured-work .thumb-container.other .thumb a:hover .overlay {
  opacity: 1;
}
section.work .featured-work .thumb-container.other .thumb a .img-wrapper {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  section.work .featured-work .thumb-container.other .thumb a .img-wrapper {
    grid-area: 1/1;
  }
}
section.work .featured-work .thumb-container.other .thumb a .overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 1000;
  position: static;
  grid-area: auto;
  background: transparent;
}
@media (min-width: 768px) {
  section.work .featured-work .thumb-container.other .thumb a .overlay {
    grid-area: 1/1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content {
    font-size: 0.8rem;
  }
}
section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content .overlay-title {
  margin-top: 0.5rem;
}
section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content p.click-for-more {
  display: none;
}
@media (min-width: 768px) {
  section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content p.click-for-more {
    display: block;
  }
}
section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content .overlay-subtitle, section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content .overlay-type, section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content .overlay-company {
  font-size: 0.8em;
}
section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content div.show-award {
  margin-top: 0.2rem;
}
@media (min-width: 768px) {
  section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content div.show-award {
    margin-top: 0.5rem;
  }
}
section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content div.show-award p {
  font-size: 0.9em;
  margin: 0;
  line-height: 1.1;
}
@media (min-width: 768px) {
  section.work .featured-work .thumb-container.other .thumb a .overlay .overlay-content div.show-award p {
    font-size: 0.8em;
  }
}

section.credits {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.credits .credits-container h2.credits-heading {
  border-bottom: 1px solid #515151;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  section.credits .credits-container h2.credits-heading {
    font-size: 1.8rem;
  }
}
section.credits .credits-container h2.credits-heading:not(:first-child) {
  margin-top: 5rem;
}
section.credits .project {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  section.credits .project {
    font-size: 1.6rem;
  }
}
section.credits .project:not(:first-child) {
  margin-top: 2rem;
}
section.credits .project h2.show-title {
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
section.credits .project h2.show-title span {
  font-weight: 400;
  font-size: 0.8em;
}
section.credits .project h2.company {
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  section.credits .project h2.company {
    display: inline;
  }
}
section.credits .project h2.role-type {
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-size: 0.8em;
  color: #c1d82f;
  text-transform: uppercase;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  section.credits .project h2.role-type {
    display: inline;
  }
}
section.credits .project h2.role-type span.role-name {
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-size: 1.1em;
  text-transform: none;
  color: #cccccc;
}
section.credits .project p.show-award {
  font-size: 0.8em;
  margin: 0;
  padding-left: 1rem;
}
section.credits .project p.show-award::before {
  content: "*";
}

section.bio {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
section.bio .bio-container {
  width: fit-content;
}
section.bio .bio-container .bio-photo {
  max-width: 15rem;
  float: left;
  margin: 1rem 2rem 1rem 0;
  object-fit: contain;
  object-position: center center;
}
section.bio .bio-container .bio-text {
  max-width: 80rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  section.bio .bio-container .bio-text {
    font-size: 1.6rem;
  }
}
section.bio .bio-container .bio-text p {
  font-family: inherit;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
section.bio .bio-container .bio-text span.bio-name {
  font-size: 1.2em;
  font-weight: 600;
}

section.contact {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contact .contact-container {
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  section.contact .contact-container {
    font-size: 1.6rem;
  }
}
section.contact .contact-container p.contact-heading {
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 1.2em;
  color: #c1d82f;
  text-transform: uppercase;
}
section.contact .contact-container p.contact-heading:not(:first-child) {
  margin-top: 2rem;
}
section.contact .contact-container h2 {
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: none;
}
section.contact .contact-container p {
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  font-size: 1.1em;
  margin: 0;
}

section.projects {
  margin: 0 auto;
  background-color: #111111;
}
section.projects .page-title {
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (min-width: 768px) {
  section.projects .page-title {
    height: 6rem;
  }
}
section.projects .page-title h2 {
  font-size: 1.2rem;
  width: 90%;
  text-align: center;
}
section.projects .page-title h2 span {
  font-family: "MicrogrammaExtD-Med", sans-serif;
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) {
  section.projects .page-title h2 {
    text-align: left;
    font-size: 1.6em;
  }
}
section.projects .project-container {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 1024px) {
  section.projects .project-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.projects .project-container .photo {
  display: flex;
  flex-direction: column;
}
section.projects .project-container .photo-wrapper img {
  height: auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
section.projects .project-container .photo-wrapper .details {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  height: 6rem;
  padding-left: 0.4rem;
  color: #999999;
}
section.projects .project-container .photo-wrapper .details p {
  margin-top: 0.1rem;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
}
section.projects .project-container .photo-wrapper .details p.title, section.projects .project-container .photo-wrapper .details p.project-title {
  font-family: "MicrogrammaExtD-Bol", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  section.projects .project-container .photo-wrapper .details p.title, section.projects .project-container .photo-wrapper .details p.project-title {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
}
section.projects .project-container .photo-wrapper .details p.title span, section.projects .project-container .photo-wrapper .details p.project-title span {
  font-family: "Raleway", sans-serif;
  letter-spacing: normal;
  padding-right: 0.6em;
  text-transform: none;
}
section.projects .project-container .photo-wrapper .details p.counter {
  font-family: "MicrogrammaExtD-Bol", sans-serif;
  letter-spacing: 0.2rem;
  flex-shrink: 0;
  font-size: 0.8em;
  text-transform: uppercase;
}
section.projects .project-container .photo-wrapper .details p.counter span {
  font-size: 0.8em;
}
section.projects .project-container .photo-group {
  position: relative;
  display: flex;
  flex-direction: column;
}
section.projects .project-container .photo-group .group-wrapper {
  position: relative;
  overflow: hidden;
}
section.projects .project-container .photo-group .group-wrapper .group-photo {
  position: relative;
  display: none;
}
section.projects .project-container .photo-group .group-wrapper .group-photo.active {
  display: block;
}
section.projects .project-container .photo-group .group-wrapper .nav-dots {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}
section.projects .project-container .photo-group .group-wrapper .nav-dots .dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
section.projects .project-container .photo-group .group-wrapper .nav-dots .dot.active {
  background-color: rgb(255, 255, 255);
}
section.projects .project-container .photo-group .group-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  position: absolute;
  top: calc(50% - 5rem);
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
section.projects .project-container .photo-group .group-controls button {
  background: none;
  border: none;
  font-size: 1rem;
  color: #999999;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
section.projects .project-container .photo-group .group-controls button:hover {
  opacity: 0.7;
}

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