@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Epilogue:wght@600&display=swap");
:root { --color-text-color: #2D2D2D; --color-grey-color-dark: #7C7C7C; --color-background-color: #F6F6F6; --theme: 'light'; }

@media (prefers-color-scheme: dark) { :root { --color-text-color: #F6F6F6; --color-grey-color-dark: #A5A5A5; --color-background-color: #2D2D2D; --theme: 'dark'; } }

/** Reset some basic elements */
body, h1, h2, h3, h4, p, blockquote, pre, hr, dl, dd, ol, figure { margin: 0; padding: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 600; }

h1 { font-size: 3.99375rem; line-height: 74px; }

@media screen and (min-width: 768px) { h1 { font-size: 6.01875rem; line-height: 110px; } }

h2 { font-size: 1.96875rem; line-height: 48px; }

h3 { font-size: 1.51875rem; line-height: 36px; }

h4 { font-size: 1.2375rem; line-height: 30px; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content p, .post-content a, .post-content li { margin-bottom: 1.5rem; }

a { text-decoration: none; color: var(--color-text-color); }

.small-uppercase { font-size: 0.875rem; color: var(--color-grey-color-dark); text-transform: uppercase; font-weight: 600; }

.small-body { font-size: 0.875rem; color: var(--color-grey-color-dark); }

/* Float */
.float { display: inline-block; transition-duration: 0.3s; transition-property: transform; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.float:hover { transform: translateY(-5px); color: var(--color-text-color); }

/** Basic styling */
body { font-family: "DM Sans", sans-serif; color: var(--color-text-color); background-color: var(--color-background-color); display: flex; min-height: 100vh; flex-direction: column; font-size: 1.125rem; max-width: 1000px; margin: auto; }

img { border-radius: 32px; }

.main-wrapper { max-width: 1000px; margin: auto; }

.content-wrapper, .footer-wrapper { display: flex; flex-direction: column; justify-content: center; padding: 1.5rem 1rem; gap: 1rem; }

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

.post-content { margin-bottom: 2rem; }

.post-content a { text-decoration: underline; }

/** navbar */
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 1rem; gap: 1rem; }

.hamburger { display: none; }

.bar { display: block; width: 25px; height: 3px; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: var(--color-text-color); }

.nav-menu { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 0; }

.nav-menu li { list-style-type: none; margin: 0; }

.nav-item { margin-left: 5rem; }

.nav-link { font-size: 1.6rem; font-weight: 400; color: #475569; }

.nav-link:hover { color: #482ff7; }

.nav-logo { font-size: 0.875rem; text-transform: uppercase; font-weight: 600; }

@media only screen and (max-width: 768px) { ul.nav-menu { position: fixed; left: -120%; top: 5rem; flex-direction: column; justify-content: flex-start; background-color: var(--color-background-color); width: 100%; height: 100%; border-radius: 10px; text-align: center; transition: 0.3s; z-index: 9; padding: 0; margin: 0; } .nav-menu.active { left: 0; } .nav-item { margin: 2.5rem 0; } .hamburger { display: block; cursor: pointer; } .hamburger.active .bar:nth-child(2) { opacity: 0; } .hamburger.active .bar:nth-child(1) { -webkit-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg); } .hamburger.active .bar:nth-child(3) { -webkit-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg); } }

/** hero */
.hero-wrapper { position: relative; }

svg.puzzle-piece { position: absolute; z-index: -1; width: 115.76px; height: 117.11px; right: 10%; top: 50%; animation: rotate-animation 10s infinite linear; }

@keyframes rotate-animation { 0% { transform: rotate(0deg); }
  50% { transform: rotate(180deg); }
  100% { transform: rotate(360deg); } }

@media screen and (min-width: 768px) { svg.puzzle-piece { z-index: 1; right: 15%; top: 22%; animation: none; transition: transform , 2s; } }

svg.puzzle-piece:hover { transform: rotate(180deg); }

/** footer */
footer .footer-links { display: flex; flex-direction: row; align-items: flex-start; padding: 0px; gap: 1rem; }

/** Posts Galery8 */
.post-wrapper { margin-left: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: space-around; gap: 2rem; padding: 0; }

.post-wrapper > li { width: 100%; display: flex; flex-direction: column; align-items: flex-start; }

@media screen and (min-width: 768px) { .post-wrapper li { width: 48%; } }

.post-wrapper .img-wrapper { display: flex; overflow: hidden; border-radius: 32px; }

.post-wrapper .img-wrapper img { object-fit: cover; transition: transform 0.5s, filter 0.5s ease-in-out; transform-origin: center center; filter: brightness(95%); }

.post-wrapper .img-wrapper img:hover { filter: brightness(100%); transform: scale(1.1); }

img { width: 100%; }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #eef; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

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