/* GLOBAL MIXINS */
/* FONTS */
/* GLOBAL FUNCTIONS */
/* ACCESSIBILITY */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* RECAPTCHA */
@media screen and (max-width: 1150px) {
  .captcha-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

/* TYMBRELBOX GALLERY */
.blockBodyScroll * {
  container: unset !important;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

* {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: 0.125rem solid #fd6817;
}

.wrapper {
  max-width: 103.125rem;
  width: calc(100% - 5rem);
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wrapper {
    width: calc(100% - 2.5rem);
  }
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #232323;
}
@media screen and (max-width: 31.25rem) {
  body {
    font-size: 0.9375rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 100%;
}

figure {
  margin: 0;
}

.link-primary, nav ul li a,
button {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  padding: 0.9375rem 1.875rem;
  border: 0.0625rem transparent solid;
}
.link-primary:hover, nav ul li a:hover, .link-primary:focus, nav ul li a:focus,
button:hover,
button:focus {
  background: #000000;
  border: 0.0625rem #ffffff solid;
  text-decoration: underline;
  text-decoration-color: #fd6817;
  text-underline-offset: 0.3125rem;
  text-decoration-thickness: 0.125rem;
}

button {
  cursor: pointer;
}

.link-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  color: #ffffff;
  text-decoration: none;
  padding: 0.9375rem 0 0;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.09375rem;
  text-transform: capitalize;
}
.link-text:hover, .link-text:focus {
  color: #fe8f54;
}

ul {
  list-style: none;
}

p, .contactDetails a {
  font-weight: 300;
  line-height: 1.875rem;
  letter-spacing: 0.04375rem;
}
p.leadin, .contactDetails a.leadin {
  font-size: 1.3125rem;
  font-weight: 400;
}
@media screen and (max-width: 31.25rem) {
  p.leadin, .contactDetails a.leadin {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
.contact h3,
.eachProject .projectDescription h3,
.eachSkill p,
.eachSkill .contactDetails a,
.contactDetails .eachSkill a,
h5 {
  font-weight: 600;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.125rem;
  line-height: 3.125rem;
}

h2,
.greeting {
  font-family: "Poppins", sans-serif;
  font-size: 4.6875rem;
}

@media (max-width: 768px) {
  h2,
  .greeting {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 31.25rem) {
  h2,
  .greeting {
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.375rem;
    line-height: 1.7;
  }
}
section h2,
footer h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1.25rem;
  position: relative;
}
@media screen and (max-width: 31.25rem) {
  section h2,
  footer h2 {
    font-size: 2rem;
  }
}
section h2:after,
footer h2:after {
  content: "";
  width: 7.5rem;
  height: 0.125rem;
  background: #fd6817;
  display: inline-block;
}

@media screen and (min-width: 421px) {
  .h2side:after {
    position: relative;
    bottom: 0.75rem;
    margin-left: 1.875rem;
    right: 0;
  }
}
@media screen and (max-width: 420px) {
  .h2side {
    margin-bottom: 1.25rem !important;
  }
  .h2side:after {
    position: absolute;
    bottom: -1.25rem;
    left: 0;
  }
}

.h2center {
  margin-bottom: 4.375rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .h2center {
    margin-bottom: 3.125rem;
  }
}
.h2center:after {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
}

h4, .contact h3, .eachProject .projectDescription h3, .eachSkill p, .eachSkill .contactDetails a, .contactDetails .eachSkill a {
  font-family: "Poppins", sans-serif;
  font-size: 1.4375rem;
}
@media screen and (max-width: 31.25rem) {
  h4, .contact h3, .eachProject .projectDescription h3, .eachSkill p, .eachSkill .contactDetails a, .contactDetails .eachSkill a {
    font-size: 1.25rem;
  }
}

.greeting {
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
}

/* Main Header background */
.indexHeader {
  background-color: #333333;
  min-height: 53.4375rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .indexHeader {
    min-height: 43.75rem;
  }
}

header {
  position: relative;
}
header > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
  z-index: 1;
}
header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, #232323 95%);
  z-index: 2;
}

.headerText {
  display: flex;
  position: relative;
  z-index: 3;
}
.headerText h1 {
  margin: 1.375rem 0 2.9375rem;
}

.headings {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8.75rem 3.75rem 10.3125rem 0;
  width: calc((100% - 5rem) / 3 * 2 + 2.5rem);
  position: relative;
}
.headings:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 5rem) / 3 * 2 + 2.5rem + 50vw);
  height: 100%;
  background-color: rgba(174, 75, 21, 0.8);
}
@media screen and (max-width: 1366px) {
  .headings {
    padding: 5rem 2.5rem 6.5625rem 0;
  }
}
@media screen and (max-width: 950px) {
  .headings {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .headings {
    padding: 3.75rem 1.25rem 5.3125rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 21.875rem) {
  .headings {
    padding: 2.5rem 1.25rem 2.8125rem 0;
    margin-left: 0;
  }
}
.headings > * {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .headings .greeting:before {
    content: "";
    height: 0.125rem;
    background: #ffffff;
    display: inline-block;
    width: 7.5rem;
    position: relative;
    bottom: 1.625rem;
    left: 0;
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 769px) {
  .headings > *:not(.greeting) {
    margin-left: 9.375rem;
  }
}
.headings .readMore a:before {
  position: absolute;
  content: "";
  height: 0.125rem;
  bottom: -0.625rem;
  left: 0;
  width: 45%;
  background: #fd6817;
}
.headings .readMore a:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  font-size: 1rem;
  padding-left: 1.5625rem;
  position: relative;
  top: 0.0625rem;
}
@media screen and (max-width: 48rem) {
  .headings .readMore a:after {
    padding-left: 1.25rem;
  }
}
.headings .readMore a:hover, .headings .readMore a:focus {
  color: #ffffff;
}
.headings .readMore a:hover:after, .headings .readMore a:focus:after {
  animation: vertical-shaking 1s infinite;
}

@keyframes vertical-shaking {
  0% {
    transform: translateY(0.3125rem);
  }
  50% {
    transform: translateY(-0.375rem);
  }
  100% {
    transform: translateY(0.3125rem);
  }
}
header nav {
  padding-top: 1.25rem;
}

header nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 4;
}

.activeNav {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  text-decoration-thickness: 0.125rem;
  text-decoration-color: #fd6817;
}

#menuToggle {
  display: none;
}

nav ul {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  nav ul {
    gap: 0.625rem;
  }
  footer nav ul {
    gap: 0.125rem;
    flex-wrap: wrap;
  }
}
nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.14375rem;
  min-width: 9.375rem;
  display: block;
  text-align: center;
}
footer nav ul li a {
  font-size: 1rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: auto;
}
@media screen and (max-width: 1024px) {
  nav ul li a {
    min-width: 7.5rem;
  }
}

html.mobileNavOpen {
  overflow: hidden;
}
html.mobileNavOpen body {
  position: fixed;
  top: var(--menu-scroll-offset);
  left: 0;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 950px) {
  header nav.headerMenuDrop {
    position: absolute;
    top: 0;
    z-index: 100;
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
    padding: 0.75rem 1.25rem;
    background: #232323;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.2);
  }
  .headerMenuDrop.menuEnhanced:not(.menuOpen) {
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
  }
  .headerMenuDrop.menuEnhanced:not(.menuOpen) #menuToggle {
    position: fixed;
    top: max(0.75rem, env(safe-area-inset-top));
    right: max(0.75rem, env(safe-area-inset-right));
    background: rgba(35, 35, 35, 0.5);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  }
  .headerMenuDrop #menuToggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 2.5rem;
    min-width: 2.6875rem;
    flex-shrink: 0;
    margin-left: auto;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.375rem;
    background: transparent;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
  }
  .headerMenuDrop.menuOpen {
    position: fixed;
    inset: 0;
    z-index: 100;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    padding-top: max(0.75rem, env(safe-area-inset-top));
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  }
  .headerMenuDrop.menuOpen ul.mobileSubMenu {
    flex: 1;
    min-height: 0;
    max-height: none;
    justify-content: flex-start;
  }
  .headerMenuDrop.menuOpen ul.mobileSubMenu li {
    flex-shrink: 0;
    width: 100%;
    max-width: 30rem;
    margin-inline: auto;
  }
  .headerMenuDrop.menuOpen ul.mobileSubMenu li:first-child {
    margin-top: auto;
  }
  .headerMenuDrop.menuOpen ul.mobileSubMenu li:last-child {
    margin-bottom: auto;
  }
  .headerMenuDrop.menuEnhanced #menuToggle {
    display: flex;
  }
  .headerMenuDrop .menuIcon {
    position: relative;
    width: 1.375rem;
    height: 1rem;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }
  .headerMenuDrop .menuIcon::before, .headerMenuDrop .menuIcon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: translateY(-50%);
  }
  .headerMenuDrop.menuOpen .menuIcon {
    border-color: transparent;
  }
  .headerMenuDrop.menuOpen .menuIcon::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .headerMenuDrop.menuOpen .menuIcon::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .headerMenuDrop ul.mobileSubMenu {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0.75rem 0 3.75rem;
    max-height: calc(100vh - 4.625rem);
    max-height: calc(100dvh - 4.625rem);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .headerMenuDrop.menuEnhanced ul.mobileSubMenu {
    display: none;
  }
  .headerMenuDrop.menuEnhanced.menuOpen ul.mobileSubMenu {
    display: flex;
  }
  .headerMenuDrop .mobileSubMenu li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .headerMenuDrop .mobileSubMenu li a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 3.625rem;
    padding: 0.875rem 1rem;
    color: #ffffff;
    font-size: 1.125rem;
    letter-spacing: 0.075rem;
    text-align: center;
    justify-content: center;
    border: 0;
    border-radius: 0.25rem;
  }
  .headerMenuDrop .mobileSubMenu li a:hover {
    background: #383838;
  }
  .headerMenuDrop #menuToggle:focus-visible,
  .headerMenuDrop .mobileSubMenu a:focus-visible {
    outline: 3px solid #fd6817;
    outline-offset: -3px;
    background: #383838;
  }
}
.aboutSection {
  padding: 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .aboutSection {
    padding: 1.25rem 0 3.75rem;
  }
}

.aboutSectionImgText {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .aboutSectionImgText {
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutSectionImgText .aboutText {
    width: 100%;
  }
  .aboutSectionImgText .aboutImg {
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
}

.aboutText {
  width: calc(65% - 5rem);
  display: flex;
  flex-direction: column;
}
.aboutText h3 {
  margin: 0 0 0.625rem;
}
.aboutText p, .aboutText .contactDetails a, .contactDetails .aboutText a {
  padding-top: 1.25rem;
}

.aboutImg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 3.125rem;
}
@media screen and (min-width: 769px) {
  .aboutImg {
    padding-top: 2.1875rem;
  }
}
.aboutImg img {
  margin: -3.75rem 0 0 3.75rem;
  width: 20.625rem;
}

.box {
  width: 20.625rem;
  height: 30rem;
}

.box1 {
  border: 1.25rem solid;
  border-image-source: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 15%, rgba(35, 35, 35, 0.3));
  border-image-slice: 1;
}

@media (max-width: 1280px) {
  .aboutText {
    width: calc(65% - 2.5rem);
    padding-top: 0;
  }
  .aboutImg img {
    margin: -3.125rem 0 0 2.1875rem;
  }
}
@media (max-width: 500px) {
  .aboutSection {
    padding: 2.5rem 0;
  }
  .box {
    width: 12.5rem;
    height: 17.5rem;
  }
  .box1 {
    border: 0.625rem solid;
    border-image-source: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 35%, rgba(35, 35, 35, 0.3));
    border-image-slice: 1;
  }
}
.section2 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 1451px) {
  .section2:after, .section2:before {
    content: "";
    display: block;
    border-width: 1.25rem 0 1.25rem 1.25rem;
    border-style: solid;
    border-image-slice: 1;
    position: absolute;
    right: 0;
    opacity: 0.6;
  }
  .section2:after {
    width: 5%;
    height: calc(30% + 12.5rem);
    border-image-source: linear-gradient(-135deg, #ffffff 15%, #fd6817);
    z-index: 3;
    top: -5rem;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1024px) {
  .section2:after {
    width: 3.75rem;
    height: 15rem;
  }
}
@media screen and (min-width: 1451px) {
  .section2:before {
    top: 0;
    width: calc(5% + 3.75rem);
    height: 30%;
    border-image-source: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 35%, rgba(35, 35, 35, 0.3));
    z-index: 2;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1024px) {
  .section2:before {
    width: 6.25rem;
    height: 11.25rem;
  }
}

.skills {
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6.25rem 1.25rem;
}
@media screen and (max-width: 1450px) {
  .skills {
    padding: 2.5rem 1.25rem 3.75rem;
  }
}
@media screen and (max-width: 530px) {
  .skills {
    padding-bottom: 2.5rem;
  }
}
.skills figure {
  width: 7.5rem;
  margin: 0;
  height: 50%;
  display: flex;
  justify-content: center;
}
.skills figure img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.skills p, .skills .contactDetails a, .contactDetails .skills a {
  margin-top: 0.9375rem;
  max-width: 8.75rem;
}
@media screen and (max-width: 350px) {
  .skills p, .skills .contactDetails a, .contactDetails .skills a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1451px) {
  .skills:after, .skills:before {
    content: "";
    display: block;
    border-width: 1.25rem 1.25rem 1.25rem 0;
    border-style: solid;
    border-image-slice: 1;
    position: absolute;
    left: 0;
    opacity: 0.6;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1190px) {
  .skills:after, .skills:before {
    display: none;
  }
}
@media screen and (min-width: 1451px) {
  .skills:after {
    width: 5%;
    height: 30%;
    border-image-source: linear-gradient(-135deg, #fd6817 15%, #ffffff);
    z-index: 3;
    bottom: 3.125rem;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1024px) {
  .skills:after {
    width: 3.125rem;
    height: 7.5rem;
  }
}
@media screen and (min-width: 1451px) {
  .skills:before {
    width: calc(5% + 5rem);
    height: calc(30% + 5rem);
    border-image-source: linear-gradient(135deg, rgba(35, 35, 35, 0.3) 1%, rgba(255, 255, 255, 0.5));
    z-index: 2;
    bottom: 6.875rem;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1024px) {
  .skills:before {
    width: 6.875rem;
    height: 11.25rem;
  }
}

.skillSets {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .skillSets {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .skillSets:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 600px) {
  .skillSets {
    row-gap: 1.25rem;
    column-gap: 0.3125rem;
  }
  .skillSets:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 350px) {
  .skillSets {
    gap: 0.625rem;
  }
  .skillSets:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

.eachSkill {
  display: flex;
  flex-direction: column;
  width: calc(25% - 0.5rem);
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .eachSkill {
    width: calc(50% - 0.3125rem);
  }
}

@keyframes animateSkills {
  10%, 90% {
    transform: translate3d(-0.625rem, 0, 0);
  }
  20%, 80% {
    transform: translate3d(0.125rem, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2.5rem, 0, 0);
  }
  40%, 60% {
    transform: translate3d(0.25rem, 0, 0);
  }
}
.eachSkill figure:hover,
.eachSkill figure:focus {
  animation: animateSkills 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 62.5rem;
}

.filter {
  filter: invert(47%) sepia(87%) saturate(4487%) hue-rotate(4deg) brightness(94%) contrast(94%);
}

.filterWhite {
  filter: brightness(0) invert(1);
}

.skills {
  padding: 6.25rem 2.5rem 2.5rem;
}
@media screen and (max-width: 1450px) {
  .skills {
    padding-bottom: 0;
  }
}
.skills .h2center {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 31.25rem) {
  .skills .h2center {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .skills {
    padding: 3.75rem 1.25rem 0;
  }
}

.skillGroups {
  position: relative;
  z-index: 4;
  display: grid;
}

.skillGroup {
  display: grid;
  grid-template-columns: 10.625rem minmax(0, 1fr);
  column-gap: 2.5rem;
  align-items: start;
  padding: 2.5rem 0;
}
.skillGroup:last-child {
  padding-bottom: 0;
}
.skillGroup h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
  line-height: 1.35;
  letter-spacing: 0.025rem;
}
.skillGroup:nth-child(1) .skillNumber {
  background-position: center 0%;
}
.skillGroup:nth-child(2) .skillNumber {
  background-position: center 33.3333333333%;
}
.skillGroup:nth-child(3) .skillNumber {
  background-position: center 66.6666666666%;
}
.skillGroup:nth-child(4) .skillNumber {
  background-position: center 99.9999999999%;
}
@media screen and (max-width: 768px) {
  .skillGroup {
    grid-template-columns: 6.25rem minmax(0, 1fr);
    column-gap: 1.5rem;
    padding: 1.875rem 0;
  }
  .skillGroup h3 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 500px) {
  .skillGroup {
    grid-template-columns: 1fr;
    gap: 1.125rem;
  }
}

.skillNumber {
  grid-row: span 2;
  display: block;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-size: 8.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.08em;
  padding-right: 0.08em;
  color: #fd6817;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .skillNumber {
    background-image: linear-gradient(to bottom, #ffffff, #fd6817);
    background-size: 100% 400%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .skillNumber {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 500px) {
  .skillNumber {
    grid-row: auto;
    font-size: 5rem;
  }
}

.skillTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  min-width: 0;
}
.skillTags span {
  display: inline-block;
  max-width: 100%;
  padding: 0.5rem 0.8125rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 500px) {
  .skillTags {
    gap: 0.5rem;
  }
  .skillTags span {
    padding: 0.375rem 0.625rem;
    font-size: 0.875rem;
  }
}

.section3 {
  padding: 6.25rem 0 3.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section3.wrapper {
    width: 100%;
  }
}
.section3 > h3 {
  margin-bottom: 2.5rem;
}
.section3 .h2center {
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  .section3 .h2center {
    margin-bottom: 4.375rem;
  }
}

.row-3,
.row-4,
.row-8 {
  display: flex;
  flex-direction: column;
}

.projectList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.75rem;
}

.projectListFirst {
  margin-bottom: 3.75rem;
}

.eachProject {
  position: relative;
  min-width: 0;
  text-align: center;
  background: rgba(51, 51, 51, 0.97);
  flex-grow: 1;
  overflow: hidden;
}
.eachProject > figure {
  width: 100%;
  overflow: hidden;
}
.eachProject > figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: top;
  transition: transform 0.4s ease;
}
.eachProject .projectDescription {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 2.1875rem 1.875rem;
}
@media screen and (max-width: 1450px) {
  .eachProject .projectDescription {
    padding: 2.1875rem 1.25rem;
  }
}
.eachProject .projectDescription h3 {
  max-width: 100%;
  line-height: 1.5;
}
.eachProject .projectDescription .readMoreProject {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 50rem;
  min-width: 0;
  margin-top: 1.25rem;
}
.eachProject .projectDescription .readMoreProject p + p, .eachProject .projectDescription .readMoreProject .contactDetails a + p, .contactDetails .eachProject .projectDescription .readMoreProject a + p, .eachProject .projectDescription .readMoreProject .contactDetails p + a, .contactDetails .eachProject .projectDescription .readMoreProject p + a, .eachProject .projectDescription .readMoreProject .contactDetails a + a, .contactDetails .eachProject .projectDescription .readMoreProject a + a {
  margin-top: 0.9375rem;
}
.eachProject .projectDescription .readMoreProject figure {
  margin: 1.25rem auto 0;
  max-width: 100%;
}
.eachProject .projectDescription .readMoreProject figure img {
  height: auto;
  max-height: none;
}
.eachProject .projectDescription .featuresList {
  text-align: left;
  margin: 1.25rem auto 1.4375rem;
}
.eachProject .projectDescription .featuresList li {
  font-weight: 300;
  line-height: 1.6;
}
.eachProject .projectDescription .featuresList li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #fd6817;
  padding-right: 1.25rem;
}
.eachProject .projectDescription .featuresList li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.eachProject .projectDescription .linksToProjects {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.eachProject .projectDescription .linksToProjects a {
  color: #fd6817;
  font-weight: 700;
  text-underline-offset: 7px;
  text-decoration-color: #ffffff;
}
.eachProject .projectDescription .linksToProjects a:hover, .eachProject .projectDescription .linksToProjects a:focus {
  color: #ffffff;
}
.eachProject .projectDescription .programsUsed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem 1.125rem;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  color: #fd6817;
  font-weight: 700;
}
@media screen and (max-width: 31.25rem) {
  .eachProject .projectDescription .programsUsed {
    font-size: 0.9375rem;
  }
}
.eachProject .readMore {
  display: none;
  margin-top: 0.625rem;
}
.eachProject .readMore .link-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  padding: 0.3125rem;
  border: 0;
}
.eachProject .readMore .link-text:after {
  content: "";
  width: 2.5rem;
  height: 0.125rem;
  background-color: #fd6817;
  margin-left: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
.eachProject .projectReveal {
  display: contents;
}
.eachProject .linksToProjects {
  margin-top: 1.5rem !important;
  font-size: 1rem;
}
.eachProject {
  --project-caption-height: 8.75rem;
  display: grid;
}
.eachProject > figure {
  grid-area: 1/1;
  position: relative;
  width: 100%;
}
.eachProject > figure img {
  height: calc(100% - var(--project-caption-height));
  transition: all 0.5s ease;
}
.eachProject .projectDescription {
  grid-area: 1/1;
  position: relative;
  z-index: 1;
  background: rgba(51, 51, 51, 0.97);
  justify-content: flex-start;
  padding-top: 2.1875rem;
  transform: translateY(calc(100% - var(--project-caption-height)));
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.eachProject .projectDescription .projectReveal {
  display: grid;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  visibility: hidden;
  transition: grid-template-rows 0.65s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.65s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.65s;
}
.eachProject .projectDescription .readMoreProject {
  min-height: 0;
  overflow: hidden;
  margin: -1.125rem auto 0;
  opacity: 0;
  transform: translateY(1.875rem);
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s ease;
}
.eachProject .readMore {
  display: block;
  transition: opacity 0.3s ease;
}
.eachProject:hover img, .eachProject:focus-within img {
  height: 100%;
}
.eachProject:hover .projectDescription, .eachProject:focus-within .projectDescription {
  transform: translateY(0);
}
.eachProject:hover .projectDescription .projectReveal, .eachProject:focus-within .projectDescription .projectReveal {
  grid-template-rows: 1fr;
  visibility: visible;
  transition-delay: 0s;
}
.eachProject:hover .projectDescription .readMoreProject, .eachProject:focus-within .projectDescription .readMoreProject {
  opacity: 1;
  transform: translateY(0);
}
.eachProject:hover .readMore, .eachProject:focus-within .readMore {
  opacity: 0;
}
.eachProject:hover > figure img, .eachProject:focus-within > figure img {
  transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce) {
  .eachProject > figure img,
  .eachProject .readMore,
  .eachProject .projectDescription,
  .eachProject .projectDescription .projectReveal,
  .eachProject .projectDescription .readMoreProject {
    transition: none;
  }
}

.footerBackground {
  position: relative;
}
.footerBackground > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: difference;
}
.footerBackground > *:not(:first-child) {
  z-index: 2;
  position: relative;
}
.footerBackground:after {
  content: "";
  display: block;
  position: absolute;
  top: -3.125rem;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(#232323 30%, transparent);
  z-index: 1;
}

footer {
  padding: 6.25rem 0 1.25rem;
}
@media screen and (max-width: 1450px) {
  footer {
    padding: 3.75rem 0 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  footer {
    padding: 5rem 0 1.25rem;
  }
}

.contact {
  display: flex;
  justify-content: space-between;
  margin: 6.25rem auto 0;
  gap: 3.75rem;
}
@media screen and (max-width: 1450px) {
  .contact {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 950px) {
  .contact {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .contact {
    margin-top: 3.75rem;
  }
}
.contact .contactInfo {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2.5rem 0.625rem;
  flex-basis: 33.33%;
  background-color: rgba(51, 51, 51, 0.9);
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .contact .contactInfo {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .contact .contactInfo {
    flex-basis: 100%;
  }
}
.contact figure {
  width: 2.5rem;
  margin-bottom: 1.25rem;
}
.contact h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.contact p, .contact .contactDetails a, .contactDetails .contact a {
  font-size: 1rem;
}

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

.copyright {
  background-color: rgba(51, 51, 51, 0.7);
}
.copyright p, .copyright .contactDetails a, .contactDetails .copyright a {
  font-size: 0.875rem;
  margin: 0;
  text-align: center;
  padding: 0 1.25rem;
}
.copyright .copyrightBorder {
  max-width: 93.75rem;
  width: 95%;
  margin: 0 auto;
  border-width: 0.125rem 0 0;
  border-style: solid;
  border-color: #fd6817;
  padding: 0.3125rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.projectsHeader a:hover, .projectsHeader a:focus,
.footerBackground a:hover,
.footerBackground a:focus {
  border: 0.0625rem solid #fd6817;
}

.icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 7.5rem 0 6.25rem;
  row-gap: 1.25rem;
  column-gap: 0.125rem;
}
.icons li {
  padding: 0.15625rem 0;
}
.icons li a {
  padding: 1.25rem 0.9375rem 0.625rem;
  border: 0.1875rem solid transparent;
}
.icons i {
  font-size: 1.25rem;
  color: #fd6817;
}

.icons a:hover i,
.icons a:focus-within i {
  color: #fd6817;
}

.icons a:hover,
.icons a:focus {
  border-width: 0.1875rem;
  border-style: solid;
  border-color: transparent transparent #fd6817 transparent;
  background-color: transparent;
}

footer nav a {
  font-size: 1rem;
}

form {
  padding: 0 0 2.5rem;
  max-width: 62.5rem;
  margin: 0 auto;
}

footer h3 {
  text-align: center;
}

.inputFields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

input,
textarea {
  padding: 1.25rem 1.25rem 1.25rem 0.625rem;
  background: transparent;
  color: #ffffff;
  border: 0;
  position: relative;
  background-image: linear-gradient(#a7a7a7, #a7a7a7);
  background-size: 100% 0.125rem;
  background-position: bottom center;
  background-repeat: no-repeat;
}
input:hover, input:focus,
textarea:hover,
textarea:focus {
  background-image: linear-gradient(#fd6817, #fd6817);
}
input:focus,
textarea:focus {
  outline: 0.0625rem solid #a7a7a7;
}

textarea {
  height: 12.5rem;
  resize: none;
  width: calc(100% - 0.625rem);
}

label {
  padding-top: 1.25rem;
  color: #fd6817;
  display: block;
  margin-right: 0.3125rem;
}

.textareaInput {
  display: flex;
  justify-content: space-between;
}

.requiredFields {
  display: flex;
}
.requiredFields input {
  width: calc(100% - 0.625rem);
}

input::placeholder,
textarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 600;
}

.requiredFields,
input[type=tel] {
  margin-bottom: 1.25rem;
  width: calc(33.3333333333% - 1.875rem);
}
@media screen and (max-width: 768px) {
  .requiredFields,
  input[type=tel] {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}

.submitButton {
  display: flex;
  justify-content: center;
}

.submit {
  margin-top: 5rem;
  margin-bottom: 0.625rem;
  padding: 0.9375rem 2.8125rem;
  background-color: #ae4b15;
  border: 0.1875rem solid transparent;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .submit {
    margin-top: 3.125rem;
  }
}

.submitButton button:hover, .submitButton button:focus {
  border: 0.1875rem solid #fd6817;
  text-decoration: underline;
  text-decoration-color: #fd6817;
  text-underline-offset: 0.4375rem;
  text-decoration-thickness: 0.125rem;
}

input:focus,
textarea:focus {
  background-color: rgba(35, 35, 35, 0.8);
}

.skipLink {
  position: fixed;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 1000;
  padding: 0.625rem 1.25rem;
  color: #fff;
  background: #232323;
  transform: translateY(-200%);
}
.skipLink:focus {
  transform: translateY(0);
}

.formHint {
  margin-bottom: 1.25rem;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.portfolioSection {
  width: 100%;
  max-width: none;
}

.portfolioSlider {
  --portfolio-inset: calc(100% - (100% - 103.125rem) / 2 - 103.125rem);
  margin-left: var(--portfolio-inset);
  visibility: visible;
}
@media screen and (max-width: 108.125rem) {
  .portfolioSlider {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 40rem) {
  .portfolioSlider {
    margin-left: 1.25rem !important;
    width: calc(100% - 1.25rem) !important;
  }
}
@media screen and (max-width: 500px) {
  .portfolioSlider {
    margin-inline: 1.25rem !important;
    width: calc(100% - 2.5rem) !important;
  }
}
.portfolioSlider .splide__list {
  flex-wrap: nowrap;
}
.portfolioSlider .splide__slide {
  display: flex;
  flex-shrink: 0;
  width: 28.75rem;
}
.portfolioSlider .eachProject {
  width: 100%;
  flex-grow: 0;
}
.portfolioSlider:not(.is-initialized) .splide__track {
  overflow-x: auto;
}
.portfolioSlider:not(.is-initialized) .splide__list {
  gap: 2.5rem;
}
.portfolioSlider:not(.is-initialized) .portfolioArrows {
  display: none;
}
.portfolioSlider .portfolioArrows {
  margin: 0;
}
.portfolioSlider .splide__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0;
  border: 1px solid #ae4b15;
  border-radius: 50%;
  background: #ae4b15;
  color: #fff;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  position: absolute;
  right: 2.5rem;
  top: calc(50% - 1.875rem);
}
@media screen and (max-width: 1024px) {
  .portfolioSlider .splide__arrow {
    right: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .portfolioSlider .splide__arrow {
    transform: unset;
    bottom: -3.125rem;
    top: auto;
    z-index: 3;
    right: calc(50% - 2.8125rem);
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.portfolioSlider .splide__arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (max-width: 500px) {
  .portfolioSlider .splide__arrow svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.portfolioSlider .splide__arrow:hover {
  background: #fd6817;
  color: #232323;
  border-color: #fd6817;
}
.portfolioSlider .splide__arrow:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
.portfolioSlider .splide__arrow:active {
  transform: translateY(0);
}
@media screen and (min-width: 501px) {
  .portfolioSlider .splide__arrow--prev {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .portfolioSlider .splide__arrow--prev {
    right: auto;
    left: calc(50% - 2.8125rem);
  }
}
@media (max-width: 950px) {
  .portfolioSlider .splide__slide {
    width: 22.5rem;
  }
  .portfolioSlider:not(.is-initialized) .splide__list {
    gap: 1.5rem;
  }
}
@media (max-width: 500px) {
  .portfolioSlider .splide__slide {
    width: 17.5rem;
  }
  .portfolioSlider:not(.is-initialized) .splide__list {
    gap: 1rem;
  }
}

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