/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "DIN";
  src: url("../assets/fonts/D-DIN.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-condensed-bold";
  src: url("../assets/fonts/D-DINCondensed-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-bold";
  src: url("../assets/fonts/D-DIN-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sauce";
  src: url("../assets/fonts/open-sauce-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sauce-italic";
  src: url("../assets/fonts/open-sauce-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
  background-color: black;
}

* {
  color: #7e7b7b;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0.2em 0;
  font-family: "DIN-condensed-bold";
  line-height: 0.8em;
}

h1 {
  color: #7e7b7b;
}
@media (min-width: 1024px) {
  h1 {
    font-size: clamp(15.5rem, 2.026rem + 21.053vw, 20rem);
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: clamp(20rem, 0.274rem + 23.105vw, 28rem);
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 28rem;
  }
}

.p-sm {
  font-size: 0.8em;
}

h2 {
  font-family: "DIN-condensed-bold";
  line-height: 1em;
  font-size: 15rem;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  h2 {
    font-size: clamp(8rem, 2.012rem + 9.357vw, 10rem);
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: clamp(10rem, 0.112rem + 11.573vw, 14rem);
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 14rem;
  }
}

h5 {
  font-family: "DIN";
  font-size: 3rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  h4 {
    font-size: clamp(4.5rem, 0.009rem + 7.018vw, 6rem);
  }
}
@media (min-width: 1366px) {
  h4 {
    font-size: clamp(6rem, -0.18rem + 7.233vw, 8.5rem);
  }
}
@media (min-width: 1920px) {
  h4 {
    font-size: 8.5rem;
  }
}

p {
  font-family: "open-sauce-italic";
}
@media (min-width: 1024px) {
  p {
    font-size: clamp(0.8rem, 0.201rem + 0.936vw, 1rem);
  }
}
@media (min-width: 1366px) {
  p {
    font-size: clamp(1rem, 0.258rem + 0.868vw, 1.3rem);
  }
}
@media (min-width: 1920px) {
  p {
    font-size: 1.3rem;
  }
}

.hvr-sweep-to-top {
  border-radius: 2rem;
  padding: 0.5rem;
  letter-spacing: 0.2em;
  font-family: "open-sauce-italic";
  overflow: hidden;
  border: solid 2px #ececec;
  background-color: transparent;
}
.hvr-sweep-to-top::before {
  background-color: #c7912c;
}

.hr-span {
  min-height: 1px;
  border-top: solid 1px #ececec;
  margin: 0 auto;
  width: 90%;
  display: block;
  transform: scaleX(0);
}

.hero {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.hero header {
  display: flex;
  height: 2rem;
  width: inherit;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(1rem, -0.143rem + 1.786vw, 2rem);
  padding: 0 3rem;
}
.hero header .position {
  flex-grow: 0.6;
}
.hero header .contact {
  padding-right: 0;
}
.hero main {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.hero main h1 {
  display: flex;
  margin: 0;
}
.hero main h1 span {
  margin-right: -0.07em;
}
.hero main h1 span:hover {
  color: #ececec;
}
.hero main .span-about {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ececec;
}
.hero main .title__top {
  gap: 0.1em;
}
.hero main .title__bottom {
  display: flex;
  align-items: center;
  gap: 1em;
}
.hero main .title__bottom aside {
  padding: 0;
}
@media (min-width: 1024px) {
  .hero main .title__bottom aside {
    padding: 0 1em;
  }
}
.hero main .title__bottom aside p {
  word-spacing: 0.4em;
  margin: 0;
}
.hero main .title__bottom aside .scroll__down {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.projects {
  display: flex;
  flex-direction: column;
}
.projects article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4.5em;
}
.projects article h2 {
  margin: 0;
}
.projects article h2:hover {
  color: #c7912c;
  transition: all ease 0.1s;
}
.projects header {
  padding: 0 3rem;
  font-weight: bold;
  margin-left: 2.5rem;
}
.projects header span {
  font-size: 1.5em;
  font-family: "DIN-condensed-bold";
}
.projects header .even {
  text-align: right;
  margin-right: 2.5rem;
}

.technologies {
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1rem;
}
.technologies article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.technologies article .tech_img_container {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10%;
}
.technologies article .tech_img_container .img_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.technologies article .tech_img_container .img_container img {
  height: clamp(3rem, 0.714rem + 3.571vw, 5rem);
  filter: grayscale(1);
}
.technologies article .tech_img_container .img_container img:hover {
  filter: none;
  transform: scale(1.2);
  transition: all ease 0.3s;
}

.contact {
  text-align: center;
  padding: 1rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: clamp(5rem, 1.571rem + 5.357vw, 8rem);
}
.contact .contact__marquee {
  display: flex;
  flex-direction: column;
}
.contact .contact__marquee .marquee__inner {
  display: inline-flex;
}
.contact .contact__marquee .marquee__inner span {
  margin-right: 2rem;
}
.contact .contact__marquee .marquee__inner span:hover {
  color: #c7912c;
  transition: all ease 0.1s;
}
.contact footer {
  display: flex;
  justify-content: space-between;
}
.contact .contact__email {
  font-size: 200%;
}
.contact .contact__buttons {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  gap: 2em;
}
.contact .contact__buttons button {
  padding: 0.8em;
}/*# sourceMappingURL=styles.css.map */