@font-face {
  font-family: "MierA";
  src: url("./fonts/MierA-Black.woff2") format("woff2"),
    url("./fonts/MierA-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MierA";
  src: url("./fonts/MierA-ExtraBold.woff2") format("woff2"),
    url("./fonts/MierA-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "MierA";
  src: url("./fonts/MierA-Demi.woff2") format("woff2"),
    url("./fonts/MierA-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "MierA";
  src: url("./fonts/MierA-Regular.woff2") format("woff2"),
    url("./fonts/MierA-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

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

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

/* FORMS */
[hidden] {
  display: none;
}

button,
input,
select,
textarea {
  background: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

input[type="search"],
input[type="email"],
input[type="text"] {
  -webkit-appearance: initial;
}

button,
label {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  html,
  html * {
    cursor: none !important;
  }
}

#cursor {
  position: fixed;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  pointer-events: none;
  opacity: 0;
  z-index: 100000;
}
#cursor span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
#cursor > span > span {
  background: #554b5a;
  border-radius: 50%;
  transform: scale(0.25);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#cursor.initialized {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hover #cursor > span > span {
  transform: scale(1);
}
.hide-cursor #cursor.initialized {
  opacity: 0;
}
@supports (mix-blend-mode: difference) {
  #cursor {
    mix-blend-mode: difference;
  }
  #cursor > span > span {
    background: #554b5a;
  }
}

#cursor-follower {
  position: fixed;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  pointer-events: none;
  opacity: 0;
  z-index: 100000;
}
#cursor-follower span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
#cursor-follower > span > span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #554b5a;
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@supports (mix-blend-mode: difference) {
  #cursor-follower {
    mix-blend-mode: difference;
  }
  #cursor-follower > span > span {
    border: 1px solid #f0f0f0;
  }
}
#cursor-follower.initialized {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hover #cursor-follower > span > span {
  opacity: 0;
  transform: scale(0.6667);
}
.hide-cursor #cursor-follower.initialized {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  #cursor,
  #cursor-follower {
    display: none;
  }
}

#scroller {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#scroller .scrollbar-track {
  display: none !important;
}
#scroller .scroll-content {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.test,
.glitch {
  position: relative;
  display: inline-block;
}
.test .fx,
.glitch .fx {
  pointer-events: none;
  user-select: none;
  background-color: #222222;
  opacity: 0;
}
.test .fx,
.test .fx > span,
.glitch .fx,
.glitch .fx > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.test .fx1,
.test .fx3,
.glitch .fx1,
.glitch .fx3 {
  left: 1px;
  text-shadow: -1px 0 red;
}
.test .fx2,
.glitch .fx2 {
  left: -1px;
  text-shadow: 1px 0 blue;
}

::-moz-selection {
  background: #222222;
  color: #f0f0f0;
  text-shadow: none;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #f0f0f0;
}

::selection {
  background: #222222;
  color: #f0f0f0;
  text-shadow: none;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #f0f0f0;
}

body,
html {
  background: #f0f0f0;
  width: 100%;
  height: 100%;
  font-family: "MierA", sans-serif;
  font-size: 14px;
  position: relative;
}

body.introduction {
  overflow: hidden;
  background-color: #222222;
}

.title {
  position: absolute;
  top: -1000%;
  left: -1000%;
}

#canvas-wrapper {
  position: relative;
  width: 100%;
  height: 500vh;
  overflow: hidden;
}
#canvas-wrapper h1 {
  position: absolute;
  top: -100%;
}

#canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

#canvas-gradient {
  visibility: hidden;
}

h1 {
  color: #222222;
  font-size: 460px;
  line-height: 1;
  font-weight: 800;
  text-transform: none;
}

h2 {
  color: #554b5a;
  font-size: 100px;
  line-height: 1;
  font-weight: 800;
  text-transform: none;
  white-space: nowrap;
  margin: 0 0 30px;
}

.content {
  position: relative;
  z-index: 2;
  padding: 800vh 0 0;
  overflow: hidden;
}
.content ul {
  list-style: none;
}
.content ul li:last-child h2 {
  margin-bottom: 0;
}

.works {
  min-height: 100vh;
  padding: 0 6.25vw 50vh;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .works {
    padding: 0 6.25vw 50vh;
  }
}
@media only screen and (max-width: 600px) {
  .works {
    padding: 0 10px 50vh;
  }
}
.works-list {
  transform-origin: 0 50%;
}

.work {
  position: relative;
  margin: 0 0 5vw;
  user-select: none;
}
@media only screen and (max-width: 1024px) {
  .work {
    margin: 0 0 100px;
  }
  .work:last-child {
    margin: 0;
  }
}
.work a {
  color: #554b5a;
  user-select: none;
}
.work-title {
  margin: 0;
  font-size: 5.2083vw;
  line-height: 1.25;
  font-weight: 900;
  display: inline-block;
  position: relative;
  user-select: none;
}
@media only screen and (max-width: 1024px) {
  .work-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .work-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .work-title {
    font-size: 35px;
  }
}
@supports (-webkit-text-stroke-width: 1px) {
  .work-title .stroke {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #554b5a;
  }
}
.work-title .fill {
  position: absolute;
  top: 0;
  right: 0;
}
.work-info {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  user-select: none;
  font: normal 400 14px/1.6667 "MierA", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .work-info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .work-info {
    font-size: 12px;
  }
}
.work-awards,
.work-date {
  font-weight: 800;
}

.about {
  height: auto;
  padding: 25vh 6.25vw 0 39.6%;
  position: relative;
  user-select: none;
}
@media only screen and (max-width: 1024px) {
  .about {
    padding-top: 0;
    padding-left: 25vw;
  }
}
@media only screen and (max-width: 600px) {
  .about {
    padding-right: 13px;
    padding-left: calc(20vw - 13px);
  }
}
.about-inner,
.about-subinner {
  position: relative;
  width: 100%;
}
.about-title {
  position: relative;
  left: -1000%;
  top: 0;
  font: normal 900 45px/60px "MierA", sans-serif;
}
.about p,
.about h2,
.about h3,
.about a {
  color: #f0f0f0;
}
.about-intro {
  font: normal 600 45px/1.3333 "MierA", sans-serif;
  padding: 0 0 10vh;
}
@media only screen and (max-width: 1440px) {
  .about-intro {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-intro {
    font-size: 25px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-intro {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .about-intro {
    font-size: 18px;
  }
}
.about-intro p {
  margin: 0 0 70px;
}
@media only screen and (max-width: 1440px) {
  .about-intro p {
    margin: 0 0 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-intro p {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .about-intro p {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .about-intro p {
    font-size: 18px;
    margin: 0 0 28px;
    z-index: -1 !important;
    position: relative;
  }
  .get-notified {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .get-notified .about-end-mail-wrapper input[type="email"] {
    width: 100%;
    margin-top: 5px;
    padding: 7px;
  }
  .get-notified .about-end-mail-wrapper input[type="email"]::placeholder {
    font-size: 1rem;
  }
}
.about-intro p:last-child {
  margin: 0;
}
.about .link {
  color: #f0f0f0;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.about .link:hover {
  opacity: 0.5;
}
.about-end {
  height: 50vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.about-end-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.about-end-mail,
.about-end-mail-wrapper,
.about-end-title {
  white-space: normal;
  font: normal 600 30px/1.3333 "MierA", sans-serif;
  color: #f0f0f0;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .about-end-mail,
  .about-end-mail-wrapper,
  .about-end-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-end-mail,
  .about-end-mail-wrapper,
  .about-end-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-end-mail,
  .about-end-mail-wrapper,
  .about-end-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .about-end-mail,
  .about-end-mail-wrapper,
  .about-end-title {
    font-size: 16px;
  }
}
.about-end-mail-wrapper {
  width: 100%;
}
.about-end-mail {
  text-transform: none;
  text-decoration: none;
  pointer-events: none;
}
.about-end-socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin: 5px 0 0;
  position: relative;
  padding: 5px 0 0;
}
.about-end-socials hr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #f0f0f0;
  transform-origin: 0 50%;
  transform: scaleX(0);
}

.hr-line {
  margin-bottom: 2rem;
}

.hr-line hr {
  width: 100%;
  height: 5px;
  background: #f0f0f0;
}

@media only screen and (max-width: 1440px) {
  .about-end-socials hr {
    height: 4px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-end-socials hr {
    height: 3px;
  }
}
.about-end-socials a {
  font: normal 600 30px/1.3333 "MierA", sans-serif;
  text-transform: none;
  text-decoration: none;
  padding: 0;
  margin: 10px 0 10px 15px;
  display: block;
  overflow: hidden;
}
.about-end-socials a span {
  display: block;
}
@media only screen and (max-width: 1440px) {
  .about-end-socials a {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-end-socials a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-end-socials a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .about-end-socials a {
    font-size: 16px;
  }
}
.about-notices {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: flex-end;
  color: #f0f0f0;
  font: normal 400 14px/1.3333 "MierA", sans-serif;
  padding: 0 0 10px;
}
@media only screen and (max-width: 600px) {
  .about-notices {
    font-size: 10px;
  }
}
.about-notices .link {
  pointer-events: auto;
}

.striped {
  display: inline;
  text-decoration: none;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: left 63%;
}

.get-notified {
  margin-top: 8rem;
  padding-bottom: 6rem;
}

.get-notified .about-end-title {
  padding-bottom: 8px;
  position: relative;
}

.get-notified .about-end-mail-wrapper input[type="email"] {
  padding: 1rem;
  border: 1px solid silver;
  border-radius: 10px;
  width: 500px;
  font: normal 600 16px/1.3333 "MierA", sans-serif;
}
.get-notified .about-end-mail-wrapper input[type="email"]::placeholder {
  color: #f0f0f0;
  font: normal 400 16px/1.3333 "MierA", sans-serif;
}

.get-notified .about-end-mail-wrapper input[type="submit"] {
  border: 1px solid silver;
  padding: 9px 15px;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer !important;
  font: normal 400 16px/1.3333 "MierA", sans-serif;
}

.about-end .about-end-inner {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 600px) {
  .get-notified {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
  .get-notified .about-end-mail-wrapper input[type="email"] {
    width: 100%;
    margin-top: 5px;
    padding: 7px;
  }
  .get-notified .about-end-mail-wrapper input[type="email"]::placeholder {
    font-size: 1rem;
  }
  .about-end .about-end-inner {
    margin-bottom: 0rem;
  }
  .about-end {
    height: 200px !important;
  }
  .get-notified .about-end-mail-wrapper input[type="submit"] {
    font-size: 14px;
    padding: 6px 10px;
    margin-top: 5px;
  }
}

/* PopUp Css  */
.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  cursor: pointer;
  color: #554b5a;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  background: #554b5a;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 30px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
}

.close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup {
  position: fixed;
  top: 50%;
  left: 25%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #f0f0f0;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 600px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09),
    0px 11px 12px 7px rgba(0, 0, 0, 0.02);
  -moz-transition: all 120ms;
  -webkit-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
  z-index: 1000;
  padding: 25px;
  color: #554b5a;
}

@media screen and (max-width: 1000px) {
  .popup {
    width: 100%;
    left: 50%;
    transform: translateX(-57%) translateY(-50%);
  }
}

.popup-header {
  text-transform: uppercase;
  font: normal 700 24px / 1.3333 "MierA", sans-serif;
}

.popup-body {
  padding: 25px 0;
}
.popup-body form {
  display: grid;
  gap: 10px;
}
.popup-body form input,
.popup-body form select {
  font: normal 400 16px / 1.3333 "MierA", sans-serif;
  color: #554b5a;
  border-bottom: 1px solid #554b5a;
  padding: 10px 5px;
}
.popup-body form input::placeholder,
.popup-body form select::placeholder {
  font: normal 400 16px / 1.3333 "MierA", sans-serif;
  color: #554b5a;
}
.popup-footer input#quote-submit {
  border: 1px solid #554b5a;
  margin-top: 2rem;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  color: #554b5a;
}

.button.toggle {
  white-space: normal;
  /* font:
    normal 600 24px/1.3333 "MierA",
    sans-serif;
  color: #f0f0f0; */
  cursor: pointer;
  transition: all 120ms ease-in;
}

.button.toggle i {
  font-size: 16px;
  position: relative;
  top: -7px;
}

/* .button:hover {
  box-shadow: 1px 3px 5px #e9e9e9;
  transform: translateY(-1px);
} */

.button:active,
.button:visited {
  transform: translateY(1px);
  outline: none;
  box-shadow: 1px 2px 3px #f5f5f5;
}

.loader {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

/* .about-end-mail-wrapper{display: none !important;} */

@media only screen and (max-width: 600px) {
  .button.toggle {
    font: normal 600 16px / 1.3333 "MierA", sans-serif;
  }
  .popup-header {
    font: normal 700 20px / 1.3333 "MierA", sans-serif;
  }
  .button.toggle i {
    font-size: 10px;
  }
}
