* {
  box-sizing: border-box;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --bg-primary: #ffffff;
  --bg-secondary: #f0f0f0;
  --text-primary: #000000;
  --text-secondary: #333333;
  --text-tertiary: #666666;
  --text-hint: #999999;
  --border-color: #eaeaea;
}

html {
  height: -webkit-fill-available;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  background: #F8F8FF;
  font-size: 14px;
  margin: 0;
  padding: 100px 20px !important;
  display: grid;
  place-items: center;
  color: var(--text-primary);
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  background-image: url("./assets/pxfuel.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

p {
  margin: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
  outline: none;
  color: var(--text-primary);
  overflow-wrap: break-word;
}

button {
  outline: none;
  cursor: pointer;
  outline-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button:focus,
button > .focus {
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

::-moz-selection {
  color: var(--text-primary);
  background: var(--bg-secondary);
}

::selection {
  color: var(--text-primary);
  background: var(--bg-secondary);
}

.flex {
  display: flex;
}

.grid {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.place-center {
  place-items: center;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflow-hidden {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.container {
  max-width: 660px;
  padding: 20px;
  box-shadow: inset 0 1px 0 0px rgba(249, 249, 249, 0.2392156863), inset 0 1px 0 0px rgba(151, 151, 151, 0), inset 0 0px 0 1px rgba(255, 255, 255, 0.3490196078);
  background: linear-gradient(170deg, rgba(229, 229, 229, 0.85), rgba(221, 221, 221, 0.5));
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  transition: -webkit-backdrop-filter 0.3s cubic-bezier(0, 0, 0, 0.9);
  transition: backdrop-filter 0.3s cubic-bezier(0, 0, 0, 0.9);
  transition: backdrop-filter 0.3s cubic-bezier(0, 0, 0, 0.9), -webkit-backdrop-filter 0.3s cubic-bezier(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 12px;
}

.hero-section .hero-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-primary);
}
.hero-section .hero-subtitle {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 300;
  color: var(--text-tertiary);
}
.hero-section .hero-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text-secondary);
}
.hero-section .hero-img {
  width: 90px;
  height: 90px;
}

.work-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.work-section .work-card {
  padding: 20px;
  width: 100%;
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
}
.work-section .work-card .card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
}
.work-section .work-card .card-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-secondary);
}
.work-section .work-card .card-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-link);
}
.work-section .work-card .card-img {
  width: 64px;
  height: 64px;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: var(--white);
}
.footer-social .star {
  font-size: 20px;
}
.footer-social .social-icons a {
  width: 30px;
  height: 30px;
}/*# sourceMappingURL=style.css.map */