@import url("https://cdn.jsdelivr.net/npm/locomotive-scroll@4.1.4/dist/locomotive-scroll.min.css");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* ---------------------------- RESPONSIVE DESIGN --------------------------- */
@media screen and (max-width: 1100px) {
  /* all of our styles for smaller DESKTOP devices will go within this breakpoint */
}
@media screen and (width <= 767px) {
  #home header #nav {
    height: 10vh;
  }
  #home .row .text h5 {
    font-size: clamp(0.8rem, 2vw, 3rem);
  }
  #home #imagery {
    height: 50vh;
    margin-top: 0;
  }
  #home #imagery .img-cards {
    width: 100%;
    height: 50%;
  }
  #home #imagery .img-left h1 {
    font-size: 3.4vw;
  }
  #projects .services .serviceDetails {
    font-size: 4vw;
  }
  #projects .services div h1 {
    font-size: 4vw;
  }
  #projects .skills .set li .fa-brands,
  #projects .skills .set li .fa-solid {
    font-size: 5vw;
  }
  #projects .skills .set li p {
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333;
  }
  #projects .projects-wrap .project-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10%;
  }
  #contact .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .wrapper div.contact-info {
    font-size: clamp(1rem, 3vw, 2rem);
  }
  #contact .wrapper .social-icons {
    font-size: 3vw;
  }
  #contact .wrapper .social-icons .fab {
    font-size: 5vw;
  }
  /* all of our styles for MOBILE devices will go within this breakpoint */
}
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
   */
[type=search]::-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 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Mazius";
  /*Can be any text*/
  src: local("Mazius"), url("/styles/fonts/Mazius Display Extraitalic.otf") format("opentype");
}
@font-face {
  font-family: "Gilroy";
  /*Can be any text*/
  src: local("Gilroy"), url("/styles/fonts/Gilroy-Light.otf") format("opentype");
}
html {
  font-family: "Gilroy";
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  /* basic font size = 10px */
}

.wrapper {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

body {
  background-color: #fcfaf8;
}

#home {
  width: 100%;
  height: 100%;
  background-color: #fcfaf8;
}

header {
  position: relative;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
header #nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  height: 10vh;
}
header #nav a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: clamp(1rem, 3vw, 2rem);
  color: black;
}
header #nav a:hover #line2 {
  width: 0% !important;
}
header #nav a:hover #line1 {
  width: 100% !important;
}
header #nav a .line {
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 1px;
  background-color: #000;
}
header #nav a #line1 {
  left: 0;
  width: 0%;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
header #nav a #line2 {
  right: 0;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.row.one {
  margin-top: 8%;
}

.row.two {
  margin-bottom: 8%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #333;
  line-height: 1.2;
}
.row:nth-child(3) {
  margin-top: 0;
}
.row .text {
  text-transform: uppercase;
  margin-top: 0vw;
}
.row h1 {
  font-size: clamp(3rem, 8vw, 10rem);
  font-weight: 600;
  margin: 0;
}
.row h5 {
  opacity: 0.6;
  font-size: clamp(1rem, 2vw, 3rem);
  font-weight: 500;
  margin: 0;
}
.row svg {
  height: clamp(2rem, 10vw, 10rem);
}
.row path,
.row polyline {
  stroke: #14cf93;
}

#loader {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #111;
  color: #fff;
}
#loader h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 5vw;
  font-weight: 500;
}
#loader #topheading {
  position: relative;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#loader #topheading h5 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 300;
}

.spice {
  font-family: "Mazius";
  font-weight: 100;
  font-style: italic;
  color: #14cf93;
}

#green {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0vh;
  z-index: 9;
  background-color: #14cf93;
}

.reveal .parent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: hidden;
}

.parent .child span {
  display: inline-block;
}

/*=============== GOOGLE FONTS ===============*/
/*=============== VARIABLES CSS ===============*/
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: #14cf93;
  --title-color: hsl(0, 0%, 15%);
  --text-color: hsl(0, 0%, 35%);
  --body-color: hsl(0, 0%, 95%);
  --container-color: hsl(0, 0%, 100%);
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --responsive-nav: clamp(1rem, 3vw, 2rem);
  --h2-font-size: 1.25rem;
  --small-font-size: .813rem;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1120px) {
  :root {
    --h2-font-size: 1.5rem;
    --small-font-size: .875rem;
  }
}
/*=============== BASE ===============*/
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*=============== CARD ===============*/
.container {
  display: grid;
  place-items: center;
  margin-inline: 1.5rem;
  padding-block: 5rem;
}

.card__container {
  display: grid;
  row-gap: 3.5rem;
}

.card__article {
  position: relative;
  overflow: hidden;
}

.card__img {
  width: 328px;
  border-radius: 1.5rem;
}

.card__data {
  width: 280px;
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 8px 24px hsla(0, 0%, 0%, 0.15);
          box-shadow: 0 8px 24px hsla(0, 0%, 0%, 0.15);
  border-radius: 1rem;
  position: absolute;
  bottom: -9rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  opacity: 0;
  -webkit-transition: opacity 1s 1s;
  transition: opacity 1s 1s;
}

.card__description {
  display: block;
  font-size: var(--responsive-nav);
  margin-bottom: 0.25rem;
}

.card__title {
  font-size: var(--responsive-nav);
  font-weight: 500;
  color: var(--title-color);
}

.card__button {
  text-decoration: none;
  font-size: var(--responsive-nav);
  font-weight: 500;
  color: var(--first-color);
}

.card__button:hover {
  text-decoration: underline;
}

/* Naming animations in hover */
.card__article:hover .card__data {
  -webkit-animation: show-data 1s forwards;
          animation: show-data 1s forwards;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.card__article:hover {
  -webkit-animation: remove-overflow 2s forwards;
          animation: remove-overflow 2s forwards;
}

.card__article:not(:hover) {
  -webkit-animation: show-overflow 2s forwards;
          animation: show-overflow 2s forwards;
}

.card__article:not(:hover) .card__data {
  -webkit-animation: remove-data 1s forwards;
          animation: remove-data 1s forwards;
}

/* Card animation */
@-webkit-keyframes show-data {
  50% {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    -webkit-transform: translateY(-7rem);
            transform: translateY(-7rem);
  }
}
@keyframes show-data {
  50% {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    -webkit-transform: translateY(-7rem);
            transform: translateY(-7rem);
  }
}
@-webkit-keyframes remove-overflow {
  to {
    overflow: initial;
  }
}
@keyframes remove-overflow {
  to {
    overflow: initial;
  }
}
@-webkit-keyframes remove-data {
  0% {
    -webkit-transform: translateY(-7rem);
            transform: translateY(-7rem);
  }
  50% {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@keyframes remove-data {
  0% {
    -webkit-transform: translateY(-7rem);
            transform: translateY(-7rem);
  }
  50% {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@-webkit-keyframes show-overflow {
  0% {
    overflow: initial;
    pointer-events: none;
  }
  50% {
    overflow: hidden;
  }
}
@keyframes show-overflow {
  0% {
    overflow: initial;
    pointer-events: none;
  }
  50% {
    overflow: hidden;
  }
}
/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1rem;
  }
  .card__data {
    width: 250px;
    padding: 1rem;
  }
}
/* For medium devices */
@media screen and (min-width: 768px) {
  .card__container {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
/* For large devices */
@media screen and (min-width: 1120px) {
  .container {
    height: auto;
    width: 100%;
  }
  .card__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .card__img {
    width: 348px;
  }
  .card__data {
    width: 316px;
    padding-inline: 2.5rem;
  }
}
#projects {
  -webkit-transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 2s;
  margin-top: 15%;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}
#projects::before {
  content: " ";
  display: block;
  top: -75px;
  position: absolute;
  width: 100%;
  height: 150px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-image: url("../../assets/rip.f6d7c4dd.svg");
  background-size: cover;
}
#projects .projects-wrap {
  padding-bottom: 10%;
}
#projects .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Align items in the center */
}
#projects .skills .set {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#projects .skills .set li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%; /* Adjust the width as needed */
  text-align: center;
  margin: 10px;
  font-size: 1.2vw;
}
#projects .skills .set li i {
  font-size: 2vw;
  color: #a2a2a2;
}
#projects .skills .set li p {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 1.5vw;
  color: #a2a2a2;
  margin-top: 5px;
}

.services {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services .o-ui-arrow {
  width: auto;
  stroke: rgba(65, 65, 65, 0.3);
}
.services h1 {
  font-size: 2.4vw;
  letter-spacing: 1px;
  font-weight: 500;
  color: #333;
}

.serviceDetails {
  display: block;
  font-size: 2vw;
  color: #a2a2a2;
  text-transform: uppercase;
  margin-bottom: 25px;
}

hr {
  border: none;
  height: 1px;
  width: 80%;
  background-color: rgba(65, 65, 65, 0.3);
  margin: 15vh 0 0vh 12%;
}

.workrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.workrow h1 {
  color: #333;
  font-size: clamp(3rem, 4vw, 3.5rem);
  font-weight: 600;
}
.workrow .o-ui-arrow {
  width: 20%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  stroke: rgba(65, 65, 65, 0.3);
}

#showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0 5vw;
}
#showcase .cnt {
  border-radius: 50px;
  width: 55%;
  overflow: hidden;
}
#showcase .cnt img {
  -webkit-transition: -webkit-filter cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: -webkit-filter cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: filter cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: filter cubic-bezier(0.19, 1, 0.22, 1) 2s, -webkit-filter cubic-bezier(0.19, 1, 0.22, 1) 2s;
  width: 100%;
}
#showcase .cnt1 {
  width: 55%;
}
#showcase .cnt2 {
  width: 28%;
}
#showcase .cnt3 {
  width: 55%;
  -webkit-transform: translate(35%);
          transform: translate(35%);
}

#about {
  -webkit-transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 2s;
  transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 2s;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15%;
  width: 100%;
  min-height: 20vh;
  background-color: #fcfaf8;
}
#about::before {
  content: " ";
  display: block;
  top: -50px;
  position: absolute;
  width: 100%;
  height: 100px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("../../assets/rip.f6d7c4dd.svg");
  background-size: cover;
}
#about .about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#about .about-title h1 {
  font-size: 5vw;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
  margin: 5vh 0vh;
}
#about .about-title .seperator {
  border: none;
  height: 1px;
  width: 83%;
  background-color: rgba(65, 65, 65, 0.3);
  margin: 12vh 0 0vh 0%;
}
#about .about-title p {
  font-size: clamp(1rem, 3vw, 2rem);
}
#about .about-title img {
  width: 10%;
  margin: 2vw;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  /* Optional: Preserve the original aspect ratio */
  -webkit-transform-origin: center;
          transform-origin: center;
}
#about div {
  font-size: 2.4vw;
  letter-spacing: 1px;
  font-weight: 500;
  color: #333;
  padding: 0vw 5vw;
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 10% 5vw;
  gap: 10%;
  background-color: #fcfaf8;
}
#contact .contact-info {
  font-size: 2vw;
  color: #a2a2a2;
}
#contact .contact-info h3 {
  text-transform: uppercase;
}
#contact .form-container {
  width: 100%;
  text-align: center;
}
#contact .form-container input {
  border: 1px solid #fcfaf8;
  font-size: clamp(1rem, 3vw, 2rem);
  -webkit-box-shadow: 2px 2px 2.5px rgba(0, 0, 0, 0.26);
          box-shadow: 2px 2px 2.5px rgba(0, 0, 0, 0.26);
  width: 100%;
  padding: 1vw;
  margin: 1vw;
  border-radius: 10px;
}
#contact .form-container textarea {
  border: 1px solid #fcfaf8;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  width: 100%;
  font-size: clamp(1rem, 3vw, 2rem);
  margin: 1vw;
  padding: 1vw;
}
#contact .form-container button {
  font-size: clamp(1rem, 3vw, 2rem);
  padding: 5px 10px;
  color: #333;
  border: 1px solid #fcfaf8;
  -webkit-box-shadow: 2px 2px 2.5px rgba(0, 0, 0, 0.26);
          box-shadow: 2px 2px 2.5px rgba(0, 0, 0, 0.26);
  border-radius: 4px;
}
#contact .form-container button:hover {
  background-color: #14cf93;
  color: #fcfaf8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#contact .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5%;
}
#contact .social-icons i {
  font-size: 2.5vw;
  color: rgba(65, 65, 65, 0.3);
}
#contact .social-icons i:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #14cf93;
}

/* Banner Styles */
.banner {
  background-color: #f0f0f0;
  padding-top: 5%;
  padding-bottom: 25%;
  min-height: 500px;
}

.banner-content {
  max-width: 50%;
  text-align: left;
}

.banner-content h1 {
  font-size: clamp(3rem, 7vw, 8rem);
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.cta-button {
  text-align: center;
  display: inline-block;
  padding: 12px 20px;
  background-color: #14cf93;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: clamp(1rem, 3vw, 3rem);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.cta-button:hover {
  background-color: black;
}

/* Content Section Styles */
.content {
  position: relative;
  padding: 10% 0;
}

.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 80vh; /* Ensure the container has at least the viewport height */
}

.main-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  font-size: clamp(1rem, 3vw, 4rem);
}

.text-column h2 {
  text-transform: capitalize;
  font-size: clamp(1rem, 3vw, 4rem);
}

.sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  top: 100px; /* Adjust the value to your preference */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; /* Allow the sidebar to expand with its content */
  margin-top: 100px; /* Ensure space between sidebar and text */
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 3%;
}

.sidebar p {
  font-size: clamp(0.5rem, 3vw, 2rem);
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
}

.column {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column h2 {
  margin: 0;
  font-size: 20px;
}

.column button {
  padding: 10px 20px;
  background-color: #14cf93;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column button i {
  margin-left: 5px;
}

.column h3 {
  margin: 0;
  font-size: 16px;
}

.slider {
  position: relative;
  max-width: 100%;
  margin-top: 15%; /* Adjust the value to your preference */
  margin-bottom: 45%; /* Adjust the value to your preference */
  z-index: 1; /* Ensure the gallery is above other elements */
}

.slider-images {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; /* Take up full width of the container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.slider-images img {
  width: 100%; /* Take up full width of the container */
  height: auto; /* Maintain aspect ratio */
  -o-object-fit: cover;
     object-fit: cover; /* Ensure images cover the container */
}

.prev, .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
  font-size: clamp(2rem, 3vw, 6rem); /* Adjust the size as needed */
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.column h2 {
  padding-top: 7%;
}
.column i {
  margin-left: 5%;
  font-size: 2vw;
  padding-right: 5%;
}

.circle-image {
  margin-top: 5%;
  width: 80px; /* Adjust the size as needed */
  height: 80px; /* Adjust the size as needed */
  border-radius: 50%; /* Makes the image circular */
  -o-object-fit: cover;
     object-fit: cover; /* Ensure the image covers the entire circle */
}

/* Make the image responsive */
@media (max-width: 768px) {
  .circle-image {
    width: 50px; /* Adjust the size as needed for smaller screens */
    height: 50px; /* Adjust the size as needed for smaller screens */
  }
}
li {
  margin-bottom: 10px; /* Adding spacing between list items */
}

li::marker {
  color: #14cf93; /* Changing the color of the list item dot */
}

.icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.icon-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
  border: 1px solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.icon-column i {
  font-size: 3rem;
  font-weight: bolder;
}

footer {
  background-color: #a2a2a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0; /* Replace height with padding */
}

footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px; /* Slightly reduced gap */
}

footer p {
  color: #fcfaf8;
  text-align: center;
  letter-spacing: 0.5px; /* Slightly reduced letter spacing */
  margin: 0;
  font-size: clamp(0.9rem, 2.5vw, 1.5rem); /* Reduced font size range */
  line-height: 1.3; /* Slightly reduced line height */
}

footer a:hover {
  color: red;
}

footer .up-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 25px; /* Slightly reduced icon size */
  height: auto;
}