*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[20vh\] {
  margin-bottom: 20vh;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

.mb-\[72px\] {
  margin-bottom: 72px;
}

.mb-\[98px\] {
  margin-bottom: 98px;
}

.ml-\[232px\] {
  margin-left: 232px;
}

.ml-\[280px\] {
  margin-left: 280px;
}

.mr-\[280px\] {
  margin-right: 280px;
}

.mt-\[120px\] {
  margin-top: 120px;
}

.mt-\[170px\] {
  margin-top: 170px;
}

.mt-\[3\.5px\] {
  margin-top: 3.5px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[48px\] {
  margin-top: 48px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[116\.24px\] {
  height: 116.24px;
}

.h-\[35\.5px\] {
  height: 35.5px;
}

.h-\[35px\] {
  height: 35px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[54px\] {
  height: 54px;
}

.min-h-\[45vh\] {
  min-height: 45vh;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[116\.24px\] {
  width: 116.24px;
}

.w-\[13px\] {
  width: 13px;
}

.w-\[17\.5px\] {
  width: 17.5px;
}

.w-\[219px\] {
  width: 219px;
}

.w-\[258px\] {
  width: 258px;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[35\.5px\] {
  width: 35.5px;
}

.w-\[35px\] {
  width: 35px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[611px\] {
  width: 611px;
}

.max-w-\[303\.24px\] {
  max-width: 303.24px;
}

.max-w-\[346px\] {
  max-width: 346px;
}

.max-w-\[462px\] {
  max-width: 462px;
}

.max-w-\[479px\] {
  max-width: 479px;
}

.flex-1 {
  flex: 1 1 0%;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

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

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

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[37\.7px\] {
  gap: 37.7px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[52px\] {
  gap: 52px;
}

.gap-\[5vw\] {
  gap: 5vw;
}

.gap-\[8px\] {
  gap: 8px;
}

.self-end {
  align-self: flex-end;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-\[\#676363\] {
  --tw-border-opacity: 1;
  border-color: rgb(103 99 99 / var(--tw-border-opacity));
}

.bg-accent {
  background-color: var(--accent);
}

.bg-background {
  background-color: var(--background);
}

.bg-transparent {
  background-color: transparent;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[54px\] {
  padding-left: 54px;
  padding-right: 54px;
}

.px-\[58px\] {
  padding-left: 58px;
  padding-right: 58px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-\[11px\] {
  padding-bottom: 11px;
}

.pb-\[16px\] {
  padding-bottom: 16px;
}

.pb-\[176px\] {
  padding-bottom: 176px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[32px\] {
  padding-bottom: 32px;
}

.pb-\[48px\] {
  padding-bottom: 48px;
}

.pb-\[64px\] {
  padding-bottom: 64px;
}

.pb-\[72px\] {
  padding-bottom: 72px;
}

.pb-\[8px\] {
  padding-bottom: 8px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-\[102px\] {
  padding-top: 102px;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[16px\] {
  padding-top: 16px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[32px\] {
  padding-top: 32px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[72px\] {
  padding-top: 72px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[14px\] {
  font-size: 14px;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.text-accent {
  color: var(--accent);
}

.text-grey {
  color: var(--grey);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@font-face{
  font-family: PP Mori Regular;

  src: url(/dist/fonts/PPMori-Regular.otf?v=1.0);
}

@font-face{
  font-family: PP Mori Semi-Bold;

  src: url(/dist/fonts/PPMori-SemiBold.otf?v=1.0);
}

@view-transition{
  navigation: auto;
}

@keyframes fade-back {
  from{
    opacity: 1;
    scale: 1;
  }

  to{
    opacity: 0.5;
    scale: 0.8;
  }
}

@keyframes slide-in {
  from{
    transform: translateX(100%);
    opacity: 0.5;
  }

  to{
    transform: translateX(0);
    opacity: 1;
  }
}

::view-transition-old(root){
  animation: 1s cubic-bezier(0.87, 0, 0.13, 1) both fade-back;
}

::view-transition-new(root){
  animation: 1s cubic-bezier(0.87, 0, 0.13, 1) both slide-in;
}

:root{
  --accent: #5336C6;
  --background: #EFEFEF;
  --text: #000000;
  --grey: #676363;
  --header: PP Mori Semi-Bold;
  --body: PP Mori Regular;
  --line-size: 2px;
}

.dark-theme{
  --accent: #5336C6;
  --text: #EFEFEF;
  /* --background: #000000; */
  --background: #111414;
  --grey: #676363;
  --header: PP Mori Semi-Bold, sans-serif;
  --body: PP Mori Regular, sans-serif;
  --line-size: 2px;
}

:root, .dark-theme{
  transition-property: background-color, color;
  transition: all 0.3s ease;
  transform-origin: left;
}

html{
  scroll-behavior: smooth;
}

body{
  background-color: var(--background);
  color: var(--text);
  padding-inline: 54px;
  padding-top: 32px;
  font-family: var(--body), sans-serif;
  font-size: 15px;
  line-height: 120%;
  line-height: 22.5px;
  @media (max-width:650px) {
    padding-inline: 16px;

    padding-top: 24px;
  }
}

a:hover{
  opacity: 1 !important;
}

h1{
  font-size: clamp(3.5rem, -3.9909rem + 33.2931vw, 9.534375rem);
  font-family: var(--header);
  line-height: 120%;
}

h2{
  font-size: clamp(2.4875rem, 3.6312rem + -5.0833vw, 1.725rem);
  font-family: var(--header);
  line-height:normal;
  @media (max-width:640px) {
    font-family: var(--body);
  }
}

h3{
  font-size: 33.18px;
  line-height: 40px;
}

h5{
  font-size: 23px;
  font-family: var(--body);
}

h6{
  line-height: 30px;
  font-size: clamp(0.9375rem, 0.6116rem + 1.4483vw, 1.2rem);
  @media (max-width:640px) {
    line-height: 22.5px;
  }
}

.header{
  font-size: 56px;
  font-family: var(--header);
}

.line{
  position: relative;
}

.line::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: var(--line-size);
  background-color: var(--accent);
  border-radius: 24px;
  transform: scaleX(0);
  transition: transform 300ms ;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transform-origin: center;
}

.long-line::before{
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  transform-origin: left;
}

.line::before{
  bottom: -8px;
}

.line:hover::before{
  transform: scaleX(1);
}

.contact,
.visit-btn{
  transition: transform 250ms ;
  /* transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1); */
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

.contact:hover,
.visit-btn:hover{
  transform: scale(110%);
}

.contact:focus,
.visit-btn:focus{
  animation: click 250ms;
  animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

@keyframes click {
  0%{
    transform: scale(100%);
  }

  50%{
    transform: scale(90%);
  }

  100%{
    transform: scale(100%);
  }
}

#services-card-wrapper .card{
  position: relative;
}

#services-card-wrapper  .card::before{
  content: '';
  height: 100%;
  width: var(--line-size);
  background-color: var(--grey);
  position: absolute;
  opacity: 30%;
}

@media (max-width:640px) {
  .projects-header{
    flex-direction: column;
    gap: 16px;
  }

  .projects-header h2{
    font-size: 23px;
    font-family: var(--body);
  }

  .projects-header h5{
    font-family: var(--body);
    font-size: 15px;
  }

  .project-wrapper h3{
    font-size: 19.2px;
    font-family: var(--body);
  }
}

.projects-header{
  position: relative;
}

.projects-header::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  width: 100%;
  height: var(--line-size);
  background-color: var(--grey);
  border-radius: 25px;
  opacity: 30%;
}

#selected-projects h2{
  font-family: var(--header);
}

#selected-projects .justify-center h3{
  @media (max-width:550px) {
    font-size: 16px;

    text-align: center;

    text-wrap: nowrap;
  }
}

/* #selected-projects img{
  max-width: 602.08px;
  width: 100%;
  border-radius: 24px;
  @media (max-width:550px) {
    border-radius: 12px;
    width: 156px;
  }
} */

#selected-projects img{
  border-radius: 24px;
}

/* Hero */

@media (max-width:640px) {
  #logo{
    display: none;
  }

  nav ul{
    flex-direction: column;
    gap: 7px;
  }

  #nav-bar{
    margin-bottom: 120px;
  }

  .contact{
    width: 218px;
    height: 54px;
  }
}

@media (max-width:1100px) {
  #process{
    flex-direction: column;
    gap: 72px;
  }

  .temp{
    width: 100%;
  }

  #process h3{
    font-size: 19.2px;
  }

  #process img{
    width: 20px;
  }
}

.accordion::after{
  content: '';
  position: absolute;
  background-color: var(--grey);
  width: 100%;
  height: var(--line-size);
  bottom: -16px;
  opacity: 30%;
  border-radius: 24px;
}

.accordion-content,
.accordion-content-2,
.accordion-content-3,
.accordion-content-4{
  display: none;
}

@media (max-width:1050px) {
  #services-card-wrapper {
    flex-direction: column;
    gap: 49px;
  }
}

#mobile-copyright{
  display: none;
}

@media (max-width:830px) {
  #copyright{
    display: none;
  }

  #mobile-copyright{
    display: flex;
  }

  #cta{
    position: relative;
  }

  #cta::after{
    content: '';
    position: absolute;
    width: 100%;
    background-color: var(--grey);
    height: var(--line-size);
    bottom: 0;
    border-radius: 24px;
    opacity: 30%;
  }
}

@media (max-width:640px) {
  #cta{
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  footer h1{
    text-align: center;
    padding-top: 16px;
    padding-bottom: 32px;
  }

  footer button{
    width: 218px;
    margin-inline: auto;
    margin-bottom: 72px;
  }

  footer{
    padding-top: 0px;
    /* height: 100vh; */
  }
}

footer h1{
  font-size: 56px;
  line-height: 70px;
  @media (max-width:550px) {
    font-size: 33.2px;

    line-height: 40px;
  }
}

/* Styles for projects 1 */

.back-home{
  font-family: var(--header);
}

.details{
  font-family: var(--body);
}

.grey-line::before{
  content: '';
  position: absolute;
  width: 60vw;
  height: var(--line-size);
  background-color: var(--grey);
  bottom: 0;
  border-radius: 50px;
  opacity: 30%;
}

.reviewer-name{
  font-size: 13px;
}

.reviewer-title{
  font-size: 12px;
}

.next{
  padding-left: 58px;
}

#bottom a{
  filter: blur(4px);
  font-size: clamp(2.4875rem, 0.9687rem + 6.75vw, 3.5rem);
  text-wrap: nowrap;
  transition: filter 300ms ease;
}

#bottom a:hover{
  filter: blur(0);
}

@media (max-width:950px) {
  #p-header{
    padding-inline: 16px;
  }

  header .text-grey{
    display: none;
  }

  #p-hero{
    padding-inline: 16px;
    font-size: clamp(3.5rem, 6.95rem + -15.3333vw, 1.2rem);
  }

  #stubborn,
  .p-text {
    margin-inline: 16px;
  }

  .grey-line::before{
    width: 100%;
  }

  #bottom{
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 72px;
    margin-inline: 0;
    margin-inline: 1rem;
  }

  .next{
    padding: 0;
  }

  #bottom a{
    filter: blur(0);
    margin-top: 8px;
  }

  #p-foooter{
    padding-inline: 16px;
    padding-top: 72px;
  }
}

.moonlit-img,
.cagl-img,
.doch-img,
.greenhouse-img{
  position: relative;
}

.moonlit-img::before{
  background: url(/dist/images/moonlit-mma-mockup.png);
}

.cagl-img::before{
  background: url(/dist/images/cagl-mockup-mobile.png);
}

.doch-img::before{
  background: url(/dist/images/doch-mockup-mobile.png);
}

.greenhouse-img::before{
  background: url(/dist/images/nigeria-tourism-mockup.png);
}

.moonlit-img::before,
.cagl-img::before,
.doch-img::before,
.greenhouse-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: center;
  background-size: contain;
  border-radius: 24px;
  opacity: 0;
  transition: opacity 300ms ;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}

.moonlit-img:hover::before,
.cagl-img:hover::before,
.doch-img:hover::before,
.greenhouse-img:hover::before{
  opacity: 1;
}

@media (min-width: 768px) {
  .md\:w-\[73\%\] {
    width: 73%;
  }
}

@media (min-width: 1024px) {
  .lg\:ml-\[85px\] {
    margin-left: 85px;
  }

  .lg\:w-\[73\%\] {
    width: 73%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }
}

