@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,500;1,14..32,500&display=swap");
h1, .h1 {
  font-size: 16px;
}
body {
  font-size: 16px;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 12rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x));
  padding-left: calc(var(--bs-gutter-x));
}
@media only screen and (max-width: 1399.98px) {
  .container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 6.4rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 5.6rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 4.8rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .container, .container-fluid, .container-fluid-header, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 1.6rem;
  }
}
.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
}
@media only screen and (min-width: 1920px) {
  .container-fluid {
    --bs-gutter-x: 2.4rem;
    max-width: 1800px;
  }
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body.using-mouse :focus {
  outline: none;
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body p {
  margin: 0;
}
.grecaptcha-badge {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.error-100 {
  color: #dc3545;
}
.bg-error-100 {
  background-color: #dc3545;
}
.error-60 {
  color: #ea858f;
}
.bg-error-60 {
  background-color: #ea858f;
}
.error-20 {
  color: #f8d6da;
}
.bg-error-20 {
  background-color: #f8d6da;
}
.warning-100 {
  color: #ffc107;
}
.bg-warning-100 {
  background-color: #ffc107;
}
.warning-60 {
  color: #ffda6a;
}
.bg-warning-60 {
  background-color: #ffda6a;
}
.warning-20 {
  color: #fff3cd;
}
.bg-warning-20 {
  background-color: #fff3cd;
}
.success-100 {
  color: #28a745;
}
.bg-success-100 {
  background-color: #28a745;
}
.success-60 {
  color: #7eca8f;
}
.bg-success-60 {
  background-color: #7eca8f;
}
.success-20 {
  color: #d4edda;
}
.bg-success-20 {
  background-color: #d4edda;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
sup {
  font-size: 60%;
  margin-right: 0.5rem;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  /* Initially hidden */
  background: rgba(0, 0, 0, 0.6);
  /* Dark overlay */
  z-index: 1000;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
}
.modal__form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__form-wrapper {
  width: 500px;
  background-color: #f9f9f9;
}
html {
  height: 100%;
}
.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.login-box .user-box {
  position: relative;
}
.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}
.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}
.login-box .user-box input:focus ~ label, .login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}
.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
}
body {
  background-color: #f9f9f9;
}
.type-wrapper {
  margin: 0 auto;
}
.type {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
}
/* 🔒 The mask that hides overflow */
.line-mask {
  overflow: hidden;
  display: block;
}
/* 🧠 The line itself that slides up */
.page-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  z-index: 9999;
  transition: all 1s ease;
  opacity: 1;
  visibility: visible;
}
.page-load.fade-out {
  opacity: 0;
  visibility: hidden;
}
.page-load .logo-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
  /* default for centering */
}
.page-load .logo-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}
.page-load #animated-stroke {
  fill: none;
  stroke: #000;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw 3s ease-out forwards;
}
.page-load #animated-fill {
  fill: transparent;
  animation: fillIn 0.6s ease forwards;
  animation-delay: 3s;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn {
  to {
    fill: black;
  }
}
header {
  padding: 1.5rem 0 0;
  /* Stroke animation */
  /* Fill animation */
}
header .header-wrapper svg {
  width: 55px;
  height: auto;
  display: block;
}
header #animated-stroke {
  fill: none;
  stroke: #000;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw 3s ease-out forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
header #animated-fill {
  fill: transparent;
  animation: fillIn 0.6s ease forwards;
  animation-delay: 3s;
}
@keyframes fillIn {
  to {
    fill: black;
  }
}
header a {
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  padding: 1.5rem 3rem;
  border-radius: 0.4rem;
  position: relative;
  font-weight: 600;
}
header a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
header a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s;
  z-index: -1;
}
header a:hover {
  color: #fff;
}
header a:hover::before {
  width: 100%;
}
header .contact {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero {
  height: 50vh;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.hero p {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .hero p {
    font-size: 18px;
  }
}
.project a {
  text-decoration: none;
  color: unset;
}
.project__column {
  padding: 2rem;
  background-color: #f2f2f2;
  border-radius: 0.8rem;
  transition: 0.3s all ease-in-out;
  margin: 0 0 30px;
}
.project__column:hover {
  border-radius: 3rem;
}
.project__column:hover .project__image {
  border-radius: 1.5rem;
}
.project__column:hover .project__image img {
  transform: scale(1.02);
}
.project__image {
  border-radius: 0.4rem;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.project__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  border-radius: 0.4rem;
  display: block;
  transition: 0.7s all ease-in-out;
}
.project__title {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.project__title p:nth-child(2) {
  opacity: 0.5;
}
.project .reveal {
  opacity: 0;
  transform: translateY(100px);
}
footer {
  padding: 3rem 0;
}
@media only screen and (max-width: 991px) {
  footer .row {
    flex-direction: column-reverse;
  }
}
footer p {
  opacity: 0.5;
}
footer .email {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  footer .email {
    text-align: left;
    margin-bottom: 0.8rem;
  }
}
footer .email a {
  color: unset;
  text-decoration: none;
  position: relative;
}
footer .email a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  width: 0;
  background-color: #404040;
  transition: 0.3s all ease-in-out;
}
footer .email a:hover::before {
  width: 100%;
}
.split {
  margin-bottom: 200px;
}
/*# sourceMappingURL=main.css.map */