@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  background: radial-gradient(125% 125% at 50% 90%, #06090e 40%, #111111 100%);
  transition: background 1s;
}

h1 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.75px;
  color: #FFFFFF;
}

h2 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #FFFFFF;
}

.p1 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  color: #AAAAAA;
}

.p3 {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.7;
  color: #AAAAAA;
}

.button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 16px;
}
.button a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}

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

.line {
  border-bottom: 0.5px solid rgba(68, 68, 68, 0.5);
}

.highlight {
  color: #ffffff;
  font-weight: 200;
}

.container {
  margin: auto;
  padding: 0 24px;
  max-width: 800px;
}

.header .nav {
  padding: 40px 0;
}
.header .nav .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav a img {
  height: 40px;
}
.header .nav img {
  width: 48px;
}

.navigation {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
}
.navigation a {
  display: flex;
  align-items: center;
}
.navigation img {
  margin-right: 4px;
  height: 24px;
}

.landing {
  width: 100%;
  padding: 60px 0;
}
.landing .about-title .aboutlink {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: transform 250ms ease;
}
.landing .about-title .aboutlink .arrowButton {
  padding-left: 8px;
  right: 0;
  height: 28px;
}
.landing .about-title .aboutlink .arrowButton img {
  height: 28px;
}
.landing .about-title .aboutlink:hover {
  transform: translateY(-5px);
}
.landing .about-title .tagline {
  padding-top: 16px;
}
.landing .about-title .tagline .p1 {
  font-weight: 300;
}
.landing .about-title .tagline .p1 span {
  font-style: italic;
  font-weight: 200;
}
.landing .about-title .tagline .p1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.landing .about-title .link-with-image {
  position: relative;
  display: inline-block;
}
.landing .social {
  padding-top: 32px;
}
.landing .social .links {
  margin-top: 12px;
}

.projects {
  padding: 40px 0;
}
.projects .heading {
  display: flex;
  justify-content: space-between;
}
.projects .heading .display {
  display: none;
}
.projects #projects-container {
  padding-top: 16px;
}
.projects #projects-container .project-summary {
  display: block;
  padding-bottom: 24px;
  transition: transform 250ms ease;
}
.projects #projects-container .project-summary .project-link {
  display: flex;
  justify-content: space-between;
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
}
.projects #projects-container .project-summary:hover {
  transform: translateX(5px);
}
.projects .view-all {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: auto;
  padding-top: 24px;
}
.projects .view-all img {
  width: 28px;
  height: 28px;
}

.archive {
  padding: 40px 0;
}
.archive .flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.archive .p1 {
  padding-top: 4px;
}

.showreel {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.showreel .framer {
  position: relative;
}

.aboutme {
  padding: 80px 0;
}
.aboutme .grid-container {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 80px;
}
.aboutme .grid-item .circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(90% 90% at 50% 50%, rgba(0, 0, 0, 0) 40%, #212631 100%);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: transform 250ms ease;
}
.aboutme .grid-item .circle .p1 {
  font-size: 18px;
  font-weight: 400;
  color: #AAAAAA;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.aboutme .grid-item .circle:hover {
  transform: scale(1.05);
}
.aboutme .grid-item .accordion {
  overflow: hidden;
}
.aboutme .grid-item .accordion-item + .accordion-item {
  border-top: 0.5px solid rgba(68, 68, 68, 0.5);
}
.aboutme .grid-item .accordion-header {
  padding: 16px 0;
}
.aboutme .grid-item .accordion-button {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.aboutme .grid-item .accordion-button img {
  width: 24px;
  height: 24px;
}
.aboutme .grid-item .accordion-button .material-icons {
  transition: transform 0.2s ease;
}
.aboutme .grid-item .accordion-button[aria-expanded=true] .material-icons {
  transform: rotate(180deg);
}
.aboutme .grid-item .accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  color: #AAAAAA;
}
.aboutme .grid-item .accordion-panel.open {
  max-height: 200px;
  padding: 0px 0 24px 0;
}

.blogs {
  padding: 40px 0;
}
.blogs .blog_title {
  padding-bottom: 24px;
}
.blogs .blog {
  padding-left: 24px;
  margin-bottom: 32px;
  border-left: 0.5px solid rgba(104, 104, 104, 0.5);
}
.blogs .blog .ReadMore {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
}
.blogs .blog .ReadMore img {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.blogs .blog h1 {
  padding-bottom: 4px;
  line-height: 1.5;
}
.blogs .blog .p1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer {
  padding-top: 40px;
}
.footer .aboutlink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.footer .aboutlink .arrowButton {
  margin-left: 8px;
  height: 24px;
}
.footer .aboutlink .arrowButton img {
  height: 24px;
}
.footer .copyright {
  padding-top: 8px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .copyright .p3 {
  max-width: 80%;
}
.footer .copyright #theme-toggle {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 1s;
}
.footer .version {
  padding: 8px 0 40px 0;
}
.footer .version .p3 {
  color: rgb(77, 77, 77);
}

::-webkit-scrollbar {
  display: none;
}

.flair {
  width: 16px;
  height: 16px;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  border-radius: 100%;
  background-color: #ffffff;
}

body.aboutme-page .image_container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
body.aboutme-page .selfpotrait {
  position: absolute;
  width: 100%;
  height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.aboutme-page .header {
  padding-top: 40px;
}
body.aboutme-page .empowering {
  padding: 40px 0;
}
body.aboutme-page .empowering .logo {
  width: 48px;
  height: 48px;
  padding-bottom: 24px;
}
body.aboutme-page .empowering .p1 {
  padding-top: 24px;
}
body.aboutme-page .empowering .contact {
  padding-top: 40px;
}
body.aboutme-page .empowering .contact button {
  padding: 16px 24px;
  background-color: transparent;
  border: 1px solid rgba(68, 68, 68, 0.5);
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
body.aboutme-page .empowering .contact button:hover {
  background-color: #1d1d1d;
}
body.aboutme-page .resume {
  padding: 40px 0;
}
body.aboutme-page .resume .flex {
  position: relative;
}
body.aboutme-page .resume .flex .circle {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background: radial-gradient(90% 90% at 50% 50%, #06090e 37%, #212631 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: transform 250ms;
}
body.aboutme-page .resume .flex .circle .p1 {
  font-size: 18px;
  font-weight: 400;
  color: #AAAAAA;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.aboutme-page .resume .flex .circle:hover {
  transform: scale(1.05);
}
body.aboutme-page .resume .flex .line {
  display: block;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 0.5px solid rgba(68, 68, 68, 0.25);
  z-index: -1;
}
body.aboutme-page .logo_section {
  padding: 40px 0;
}
body.aboutme-page .logo_section img {
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
}
body.aboutme-page .logo_section .p1 {
  padding-top: 8px;
}

body.project-page .project-content .project-title {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 32px;
  padding-bottom: 4px;
}
body.project-page .project-content .description {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #FFFFFF;
  padding: 8px 0;
}
body.project-page .project-content .grid-container {
  padding: 8px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
body.project-page .project-content .grid-container .grid-item .bold {
  font-weight: 400;
  color: #ffffff;
}
body.project-page .project-content .grid-container .grid-item .size {
  font-weight: 200;
}
body.project-page .project-content section {
  padding: 40px 0;
}
body.project-page .project-content section .title {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  padding-bottom: 8px;
}
body.project-page .project-content section .p1 {
  padding-bottom: 32px;
}
body.project-page .project-content section img {
  width: 100%;
  padding-bottom: 32px;
}
body.project-page .project-content section .p2 {
  color: #ffffff;
  padding-top: 4px;
}
body.project-page .project-content section ul {
  list-style: disc inside;
  padding: 4px 0 4px 0;
}
body.project-page .project-content section li {
  padding: 4px 0;
}
body.project-page .project-content section span {
  color: #ffffff;
}
body.project-page .project-content .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio (9 / 16 * 100) */
}
body.project-page .project-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.project-page .project-content .divider {
  padding-bottom: 80px;
}
body.project-page .project-content .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));
  gap: 8px;
  padding-bottom: 40px;
}
body.project-page .project-content .gallery-grid .gallery-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 0;
}
body.project-page .project-content .web-link-grid {
  padding-bottom: 40px;
}
body.project-page .project-content .web-link-grid .web-link {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  text-decoration: none;
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding: 16px 24px;
  margin: 12px 0;
}
body.project-page .project-content .web-link-grid .web-link:hover {
  background-color: #1d1d1d;
}
body.project-page .project-content .web-link-grid .web-link .project-arrow {
  width: 24px;
  padding-bottom: 0;
}
body.project-page .next-case {
  text-align: center;
}
body.project-page .next-case h1 {
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
body.project-page .next-case h2 {
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}
body.project-page .next-case .half-circle {
  margin: auto;
  margin-top: 40px;
  width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  background: radial-gradient(100% 100% at 50% 90%, rgba(0, 0, 0, 0) 40%, #072607 100%);
}

body.allProjects-page .projects {
  padding: 20px 0;
}

body.archive-page .archive-head {
  padding-top: 24px;
}
body.archive-page .archive-head .p1 {
  padding-top: 8px;
}
body.archive-page .archive-gallery {
  padding: 40px 0;
}
body.archive-page .archive-gallery .archive-grid {
  display: grid;
  grid-template-columns: repeat(1);
  grid-auto-flow: row dense;
  gap: 8px;
}
body.archive-page .archive-gallery .archive-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}

body.error {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
body.error .oops {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 100;
  font-size: 200px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
}
body.error p {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  color: #AAAAAA;
  padding: 16px 0;
}
body.error .aboutlink {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  padding: 24px 0;
}
body.error .aboutlink .arrowButton {
  margin-left: 8px;
  height: 24px;
}
body.error .aboutlink .arrowButton img {
  height: 24px;
}

@media (min-width: 769px) {
  .aboutme {
    padding: 150px 0 80px 0;
  }
  .aboutme .grid-container {
    grid-gap: 150px;
  }
  .aboutme .grid-item .circle {
    width: 350px;
    height: 350px;
  }
  body.archive-page .archive-gallery .archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(16, 1fr);
    width: 100%;
  }
  body.archive-page .archive-gallery .archive-grid .area1 {
    grid-area: 1/1/3/3;
  }
  body.archive-page .archive-gallery .archive-grid .area2 {
    grid-area: 1/3/2/4;
  }
  body.archive-page .archive-gallery .archive-grid .area3 {
    grid-area: 2/3/3/4;
  }
  body.archive-page .archive-gallery .archive-grid .area4 {
    grid-area: 3/2/5/4;
  }
  body.archive-page .archive-gallery .archive-grid .area5 {
    grid-area: 3/1/4/2;
  }
  body.archive-page .archive-gallery .archive-grid .area6 {
    grid-area: 4/1/5/2;
  }
  body.archive-page .archive-gallery .archive-grid .area7 {
    grid-area: 5/1/7/3;
  }
  body.archive-page .archive-gallery .archive-grid .area8 {
    grid-area: 5/3/6/4;
  }
  body.archive-page .archive-gallery .archive-grid .area9 {
    grid-area: 6/3/7/4;
  }
  body.archive-page .archive-gallery .archive-grid .area10 {
    grid-area: 7/2/9/4;
  }
  body.archive-page .archive-gallery .archive-grid .area11 {
    grid-area: 7/1/8/2;
  }
  body.archive-page .archive-gallery .archive-grid .area12 {
    grid-area: 8/1/9/2;
  }
  body.archive-page .archive-gallery .archive-grid .area13 {
    grid-area: 9/1/11/3;
  }
  body.archive-page .archive-gallery .archive-grid .area14 {
    grid-area: 9/3/10/4;
  }
  body.archive-page .archive-gallery .archive-grid .area15 {
    grid-area: 10/3/11/4;
  }
  body.archive-page .archive-gallery .archive-grid .area16 {
    grid-area: 11/2/13/4;
  }
  body.archive-page .archive-gallery .archive-grid .area17 {
    grid-area: 11/1/12/2;
  }
  body.archive-page .archive-gallery .archive-grid .area18 {
    grid-area: 12/1/13/2;
  }
  body.archive-page .archive-gallery .archive-grid .area19 {
    grid-area: 13/1/15/3;
  }
  body.archive-page .archive-gallery .archive-grid .area20 {
    grid-area: 13/3/14/4;
  }
  body.archive-page .archive-gallery .archive-grid .area21 {
    grid-area: 14/3/15/4;
  }
  body.archive-page .archive-gallery .archive-grid .area22 {
    grid-area: 15/2/17/4;
  }
  body.archive-page .archive-gallery .archive-grid .area23 {
    grid-area: 15/1/16/2;
  }
  body.archive-page .archive-gallery .archive-grid .area24 {
    grid-area: 16/1/17/2;
  }
  body.aboutme-page .resume {
    padding: 150px 0 80px 0;
  }
  body.aboutme-page .resume .flex .circle {
    width: 350px;
    height: 350px;
  }
  body.project-page .project-content .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body.project-page .project-content .grid-container .grid-item {
    padding: 16px 0;
  }
  body.project-page .project-content .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
body.light-mode {
  background: radial-gradient(125% 125% at 50% 90%, #E0E4EB 40%, #ffffff 100%);
  transition: background 1s;
}
body.light-mode h1 {
  color: #0A0E15;
  font-weight: 600;
}
body.light-mode h2 {
  color: #373f4e;
}
body.light-mode .p1 {
  color: #373f4e;
  font-weight: 400;
}
body.light-mode .p3 {
  color: #373f4e;
}
body.light-mode .button a {
  color: #0A0E15;
  font-weight: 600;
}
body.light-mode .line {
  border-bottom: 0.5px solid rgba(126, 126, 126, 0.5);
}
body.light-mode .highlight {
  color: #373f4e;
  font-weight: 600;
}
body.light-mode .landing .about-title .tagline .p1 a {
  color: #0A0E15;
  font-weight: 600;
}
body.light-mode #projects-container .project-summary .project-link {
  color: #0A0E15;
  font-weight: 600;
}
body.light-mode .aboutme .grid-item .circle {
  background: radial-gradient(90% 90% at 50% 50%, #E0E4EB 37%, #c0c0c0 100%);
}
body.light-mode .aboutme .grid-item .circle .p1 {
  color: #373f4e;
}
body.light-mode .aboutme .grid-item .accordion-button {
  color: #0A0E15;
}
body.light-mode .aboutme .grid-item .accordion-panel {
  color: #37404F;
}
body.light-mode .flair {
  background-color: #373f4e;
}

body.aboutme-page.light-mode .resume .flex .circle {
  background: radial-gradient(90% 90% at 50% 50%, #E0E4EB 37%, #c0c0c0 100%);
}
body.aboutme-page.light-mode .resume .flex .p1 {
  color: #373f4e;
}

body.project-page.light-mode .project-content .project-title {
  color: #0A0E15;
}
body.project-page.light-mode .project-content .description {
  color: #0A0E15;
}
body.project-page.light-mode .project-content .grid-container .grid-item .bold {
  color: #0A0E15;
}
body.project-page.light-mode .project-content section .title {
  color: #0A0E15;
}
body.project-page.light-mode .project-content section span {
  color: #0A0E15;
}
body.project-page.light-mode .project-content section .p2 {
  color: #0A0E15;
}
body.project-page.light-mode .project-content .web-link-grid .web-link {
  color: #0A0E15;
  border: 1px solid #0A0E15;
}
body.project-page.light-mode .project-content .web-link-grid .web-link:hover {
  background-color: rgba(151, 151, 151, 0.1);
}
body.project-page.light-mode .next-case .half-circle {
  background: radial-gradient(100% 100% at 50% 90%, rgba(0, 0, 0, 0) 40%, #c0c0c0 100%);
}/*# sourceMappingURL=style.css.map */