@import url("https://fonts.googleapis.com/css2?family=Spectral:wght@200;300;400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,100;9..144,200;9..144,300;9..144,400&display=swap");

/*
font-family: 'Urbanist', sans-serif; 
font-family: 'Spectral', serif;
font-family: 'Fraunces', serif;
*/

/* html,
body {
  overflow: hidden;
  background-color: #121212;
} */

.hidden {
  display: none !important;
}

.loader-placehold {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  pointer-events: none;
  background-color: #282627;
  background-color: #2c292a;
  animation: fade-away 0.8s ease 0.5s forwards;
}

@keyframes fade-away {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background-color: #282627;
  background-color: #2c292a;
  text-align: center;
  pointer-events: none;
  display: none;
}

#loader::after {
  content: "";
  z-index: 10000001;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  /* background: linear-gradient(
    100deg,
    rgba(180, 183, 175, 0.1) 5%,
    rgba(197, 200, 193, 0.1)
  ),
  url(https://grainy-gradients.vercel.app/noise.svg);
  opacity: 0.1; */
  /* mix-blend-mode: color-dodge; */
}

.loader-banner-wrapper {
  width: 100%;
  height: 50%;
  /* height: max-content; */
  position: fixed;
  /* display: flex; */
  top: 20%;
  background-color: #333233;
  /* border: 1px solid red; */
}

.loader-banner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  position: relative;
  top: 20%;
  height: 50%;
  background-color: transparent;
  /* border: 1px solid blue; */
}

#loader-logo {
  max-height: 8rem;
  opacity: 0.8;
  margin-top: 2.5rem;
}

#loader-counter {
  font-family: "Fraunces", serif;
  color: #fcfcfc;
  font-weight: 400;
  font-size: 6rem;
  letter-spacing: 2%;
  margin-top: 3rem;
  visibility: hidden;
}

.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.counter {
  position: relative;
  display: flex;
  height: 100px;
  font-size: 100px;
  line-height: 102px;
  clip-path: polygon(0 0, 100% 0, 100% 100px, 0 100px);
  font-weight: 400;
  font-family: "Fraunces", serif;
  color: #fcfcfc;
  font-weight: 400;
  font-size: 6rem;
  letter-spacing: 2%;
}

.counter-1,
.counter-2,
.counter-3 {
  position: relative;
  top: -15px;
}

/* .num1offset1 {
  position: relative;
  right: -25px;
}

.num1offset2 {
  position: relative;
  right: -10px;
} */

.loader-banner > p {
  color: #bababa;
  font-size: 1.2rem;
  font-weight: 300;
  /* letter-spacing: 1px; */
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 3rem;
  margin-top: 0.7rem;
}

.loader-banner::before {
  content: "Product Designer and Developer";
  content: "RAUNAQ";
  /* text-transform: uppercase; */
  letter-spacing: 1.4px;
  font-family: "Fraunces", serif;
  color: #fcfcfc;
  /* color: #bababa; */
  font-size: 1.6rem;
  font-weight: 100;
  position: absolute;
  left: 0.7rem;
  transform: translateY(-55%);
}

.loader-banner::after {
  content: "RAUNAQ";
  content: "Product Designer and Developer";
  font-family: "Fraunces", serif;
  color: #fcfcfc;
  /* color: #bababa; */
  font-size: 1.3rem;
  font-weight: 100;
  position: absolute;
  transform: translateY(45%);
  /* right: 30%; */
  bottom: 0;
  right: 0.7rem;
}

#grain-overlay {
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 100;
  pointer-events: none;
  position: fixed;
  background: linear-gradient(
      100deg,
      rgba(180, 183, 175, 0.1) 5%,
      rgba(197, 200, 193, 0.1)
    ),
    url(https://grainy-gradients.vercel.app/noise.svg);
  opacity: 0.3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #0c0c0c;
  /* background-color: #fcfcfc; */
  font-family: "Urbanist", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --primary-color: #fcfcfc;
  --secondary-color: #bababa;
  --bg-color: #fff;
  --menu-bg: rgba(40, 37, 53, 0.98);
  --glass-bg: rgba(40, 37, 53, 0.5);
  --diff-opacity: 0.9;
  --service-card-grad: radial-gradient(
    at right bottom,
    rgba(40, 37, 53, 0.9),
    rgba(42, 42, 42, 0.3)
  );
  --service-card-opac: 0.9;
  color: var(--primary-color);
}

.light-mode {
  --primary-color: #272727;
  --secondary-color: #696969;
  --secondary-color: #3d3d3d;
  --bg-color: #fff;
  /* --menu-bg:  rgba(210, 202, 218, 0.98); */
  --menu-bg: rgba(178, 168, 183, 0.98);
  --glass-bg: rgba(178, 168, 183, 0.5);
  --diff-opacity: 0.65;
  --service-card-grad: radial-gradient(
    at right bottom,
    rgba(195, 187, 198, 0.9),
    rgba(191, 191, 191, 0.3)
  );
  --service-card-opac: 0.25;
}

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

.dg.ac,
.board-close {
  display: none;
}

canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: -1;
  transition: 1s ease all;
}

.main-wrapper {
  max-width: 1500px;
  /* overflow: hidden; */
}

.hide {
  opacity: 0 !important;
}

.nav-container {
  width: 100%;
  max-width: 2000px;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  padding-bottom: 0;
  z-index: 1000001;
  mix-blend-mode: difference;
  opacity: var(--diff-opacity);
}

.nav-name > a {
  color: #d9d9d9;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.nav-logo {
  position: absolute;
  top: 5px;
  left: 50%;
  flex: 1;
  transform: translateX(-50%);
  /* transform-origin: center; */
  cursor: pointer;
}

.show-nav-logo {
  opacity: 0;
  animation: show-nav-logo 1s ease forwards;
  animation-delay: 1s;
}

@keyframes show-nav-logo {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
  }
}

.logo {
  /* Used this for logo shrink animation */
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) scale(10%) translateY(-100%);
  /* YO THE BELOW GAVE US LIGHT MODE */
  /* transform: scale(1000); */
  mix-blend-mode: difference;
  user-select: none;
}

.nav-btns {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.nav-btn {
  display: flex;
  align-items: center;
  /* position: fixed;
  top: 1rem; */
  color: #d9d9d9;
  font-size: 1.4rem;
  /* background-color: rgba(40, 37, 53, 0.5); */
  border: 1px solid #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10000;
}

.nav-btn:hover {
  background-color: rgba(40, 37, 53, 0.9);
}

.waves-wrapper {
  /* right: 9rem; */
  aspect-ratio: 1;
  padding: 5px;
  border-radius: 50%;
}

.menu-btn-wrapper {
  /* right: 1rem; */
  gap: 0.5rem;
  padding: 3px 1rem;
  border-radius: 3rem;
  transition: all 0.3s ease;
}

.menu-btn-wrapper:hover #menu-btn-bgr-icon,
.menu-btn-wrapper #menu-btn-icon {
  display: none;
}
.menu-btn-wrapper:hover #menu-btn-icon {
  display: inline;
}

/* NEW MENU CSS: */
.menu-overlay {
  width: 100%;
  padding: 2rem;
  background-color: rgba(40, 37, 53, 1);
  background-color: rgba(40, 37, 53, 0.98);
  background-color: var(--menu-bg);
  /* pointer-events: none; */
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  position: fixed;
  top: 0;
  z-index: 100000;
}

.menu-overlay::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(
      100deg,
      rgba(180, 183, 175, 0.1) 5%,
      rgba(197, 200, 193, 0.1)
    ),
    url(https://grainy-gradients.vercel.app/noise.svg);
  opacity: 0.2;
  z-index: 10000000000;
}

.menu-cols {
  display: flex;
  max-width: 2000px;
  margin: 0 auto;
  margin-top: 3rem;
}

.menu-cols > div {
  flex: 1;
  padding: 1rem 0;
}

/* .menu-col {
  flex-grow: 1;
}

.menu-links {
  flex-grow: 2;
} */

.menu-media {
  width: 80%;
  height: 150px;
  /* background-color: #696969; */
}

.menu-media-wrapper {
  height: 150px;
  object-fit: contain;
  /* background-image: url("https://i.scdn.co/image/ab67616d0000b27352f194d02c39909d1b284799"); */
  background-size: contain;
}

.menu-media-wrapper > img {
  /* width: 100%; */
  object-fit: contain;
  height: 150px;
  height: 250px;
  /* background-color: #696969; */
}

.menu-media-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--secondary-color);
  margin-top: 5px;
}

.menu-media-details > p > span {
  font-size: 1.2rem;
}

.menu-link {
  position: relative;
  width: max-content;
  cursor: pointer;
  margin-bottom: 1rem;
}

.menu-link:last-of-type {
  margin-bottom: 2.5rem;
}

.menu-link > a {
  font-size: 2.5rem;
  color: var(--secondary-color);
  text-decoration: none;
  font-family: "Fraunces", serif;
  font-weight: 200 !important;
}

.menu-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: 0.3s all ease;
}

.menu-link:hover:after {
  width: 100%;
}

/* .menu-cta-btn {
  position: relative;
  font-size: 1.5rem;
  margin: 2rem 0;
  border: 1px solid var(--secondary-color);
  width: max-content;
  padding: 1rem 2.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}  */

/* .menu-cta-btnE {
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  margin: 2rem 0;
  text-decoration: none;
  border: 1px solid var(--secondary-color);
  width: max-content;
  padding: 0.8rem 2.5rem;
  border-radius: 0.3rem;
  color: var(--secondary-color);
  transition: 0.3s all ease;
  font-weight: 200 !important; 
} */

.menu-cta-btn {
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  text-decoration: none;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 0.3rem;
  padding: 0.8rem 2.5rem;
  transition: 0.3s all ease;
  font-weight: 200 !important;
  opacity: 1 !important;
}

.menu-cta-btn:hover {
  background-color: rgba(18, 18, 18, 0.9);
  background-color: var(--secondary-color);
  transition: all 0.3s ease;
  color: var(--menu-bg);
}

.menu-footer {
  display: flex;
  flex-direction: column;
  color: var(--secondary-color);
  align-items: center;
}

.menu-divider {
  width: 80%;
  left: 0;
  height: 1px;
  background-color: var(--secondary-color);
  margin: 1rem 0;
}

.menu-footer-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 2000px;
  font-size: 1.2rem;
}

.menu-slogan {
  font-family: "Fraunces", serif;
  font-weight: 200 !important;
}

.menu-footer-socials {
  display: flex;
  gap: 1rem;
}

.menu-footer-socials > a {
  color: var(--secondary-color);
  text-decoration: none;
}

@media (max-width: 900px) {
  .menu-overlay {
    height: 100vh;
  }
  .menu-cols {
    display: block;
  }

  .menu-media {
    width: 100%;
  }

  .menu-media-wrapper {
    height: 125px !important;
    background-size: contain;
  }

  .menu-media-details {
    flex-direction: column;
    align-items: end;
  }

  .menu-media-details > p > span {
    font-size: 1rem;
  }

  .menu-links {
    margin-top: 1rem;
  }

  .menu-link a {
    font-size: 2.5rem;
  }
}

/* OLD MENU CSS: */
.menu-screen {
  height: 100vh;
  width: 100%;
  background-color: #0c0c0c;
  background-color: green;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  background-color: rgba(40, 37, 53, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  text-align: center;
}

.menu-item > h4 {
  font-size: 2rem;
  color: #d9d9d9;
  font-weight: 300;
  cursor: pointer;
  padding: 1rem;
  transition: all 0.3s ease;
}

.show-menu {
  animation: showMenu 0.3s ease no-repeat;
}

.hide-menu {
  top: -100vh;
  animation: hideMenu 0.3s ease no-repeat;
}

@keyframes showMenu {
  from {
    top: -100vh;
  }

  to {
    top: 0;
  }
}

@keyframes hideMenu {
  from {
    top: 0;
  }

  to {
    top: -100vh;
  }
}

.menu-item > h4::before {
  content: "[ ";
  color: transparent;
}

.menu-item > h4:after {
  content: " ]";
  color: transparent;
}

.menu-item:hover > h4::before {
  content: "[ ";
  color: #d9d9d9;
}

.menu-item:hover > h4:after {
  content: " ]";
  color: #d9d9d9;
}

.active-item > h4 {
  font-weight: 800;
}

.menu-screen > img {
  /* transform: rotate(90deg); */
  position: absolute;
  /* left: -1.5rem; */
  /* left: 1px; */
  opacity: 0.1;
  height: 70%;
  z-index: -1;
}

.hide-btn {
  display: none !important;
  transition: all 2s ease 2s;
}

/* .hero-section {
  min-height: 100vh;
  position: fixed;
} */

.hero-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  mix-blend-mode: difference;
  position: relative; /* add position relative */
}

.hero-logo-container {
  position: absolute;
  top: 18%;
  top: calc(50% - 10rem);
  transform: translateY(-50%);
  width: 50%;
  max-width: 400px;
}

.hero-logo-container > img {
  mix-blend-mode: difference;
  opacity: var(--diff-opacity);
  width: 70%;
  width: 100%;
  max-width: 500px;
  filter: drop-shadow(0 0 10px rgba(100, 69, 100, 0.8));
}

.hero-wrapper > h2 {
  color: #fcfcfc;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 1rem;
  margin-top: 3rem;
}

.hero-wrapper > h3 {
  color: #bababa;
  font-size: 1.2rem;
  margin-top: 0.7rem;
  font-weight: 300;
  /* text-transform: uppercase; */
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 1rem;
}

.about-section {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  background-color: var(--menu-bg);
  width: 80%;
  width: 98%;
  border-radius: 1rem;
  overflow: hidden;
}

/* .about-section::before {
  content: "";
  background-image: url("./assets/full-logo-purple.png");
  background-size: cover;
  position: absolute;
  height: 30rem;
  width: 30rem;
  left: -20%;
  top: 0;
  opacity: 0.6;
} */

.about-section-logo {
  position: absolute;
  /* top: 50%; */
  top: 0;
  left: 0;
  z-index: -1;
  float: left;
}

.about-text {
  position: sticky;
  display: inline-block;
  top: 2.5rem;
  /* top: 30%; */
  text-align: left;
  z-index: 1000;
  color: #fcfcfc;
  mix-blend-mode: difference;
  margin-top: 10rem;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

/* .about-text::after {
  content: "";
  background-image: url("./assets/happy-sun\ \(3\).png");
  background-size: cover;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
} */

.about-text > h3 {
  /* font-size: 5vw; */
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  letter-spacing: -0.01em;
}

.happy-sun > img {
  /* width: 5%; */
  width: 5rem;
  z-index: 10001;
}

.about-text > h4 {
  font-size: 2rem;
  color: #bababa;
  font-weight: 500;
  /* letter-spacing: -0.5px;
  letter-spacing: -0.05em; */
}

.about-text > h4:last-of-type {
  font-size: 1.7rem;
  font-weight: 300;
  /* letter-spacing: -0.5px;
  letter-spacing: -0.05em; */
  margin-top: 0.3rem;
}

.based-in {
  display: flex;
  align-items: center;
  gap: 3px;
}

.venn-diag {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  /* mix-blend-mode: difference; */
  /* filter: (180deg) invert(1) */
}

.about-text-brief {
  color: #bababa;
  font-size: 1.2rem;
  margin-top: 0.7rem;
  font-weight: 300;
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
  /* letter-spacing: 0.05em; */
  text-align: center;
  margin: 0.3rem auto 5rem;
  max-width: 650px;
  text-align: right;
  padding: 1rem;
  mix-blend-mode: difference;
  letter-spacing: 0.5px;
}

.about-section > img {
  top: 0;
  /* object-fit: cover; */
  margin-top: 15rem;
  margin-top: 5rem;
  /* border-radius: 5px; */
}

.page {
  height: 100vh;
  color: #fcfcfc;
  border: 1px solid white;
  border-radius: 1.5rem;
  margin: 5rem 1rem;
  background-color: #121212cc;
  background-color: rgba(61, 56, 77, 0.5);
  margin-bottom: 20rem;
  backdrop-filter: blur(2rem) sepia(40%);
  text-align: center;
}

.main {
  height: 80vh;
  width: 90vw;
  background-color: rgba(61, 56, 77, 0.5);
  margin-top: 3rem;
  /* backdrop-filter: blur(2.5rem) sepia(40%); */
  /* backdrop-filter: sepia(40%); */
  z-index: 10;
}

.projects-page-container > div {
  margin-bottom: 2rem;
}

.projects-section {
  margin-top: 12rem;
  margin-bottom: 5rem;
}

.heading {
  /* font-size: 5vw; */
  font-size: 5rem;
  font-weight: 500;
  font-weight: 300;
  color: #fcfcfc;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 5rem;
  font-family: "Fraunces", serif;
  font-weight: 200 !important;
}

.glass-frame {
  border: 1px solid #3d3d3d;
  background-color: #181818;
  background-color: rgba(61, 56, 77, 0.5);
  background-color: var(--glass-bg);
  backdrop-filter: blur(2rem) sepia(40%);
  z-index: 1000;
}

.glass {
  border: 0.5px solid #696969;
  overflow: hidden;
  color: #fcfcfc;
  background-color: rgba(61, 56, 77, 0.5);
  background-color: rgba(40, 37, 53, 0.5);
  background-color: var(--glass-bg);
  transition: all ease 0.6s;
  position: relative;
  z-index: 10;
}

.glass::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      100deg,
      rgba(180, 183, 175, 0.1) 5%,
      rgba(197, 200, 193, 0.1)
    ),
    url(https://grainy-gradients.vercel.app/noise.svg);
  opacity: 0.3;
  pointer-events: none;
}

.glass:hover {
  border: 0.5px solid #939393;
  cursor: pointer;
  /* background-color: rgba(119, 81, 114, 0.5); */
  /* background: radial-gradient(
    at center top,
    rgba(222, 167, 236, 0.5),
    rgba(43, 43, 43, 0.1)
  ); */
}

.purple-hover:hover {
  background: radial-gradient(
    at center top,
    rgba(169, 99, 223, 0.5),
    rgba(43, 43, 43, 0.1)
  );
}

.green-hover:hover {
  background: radial-gradient(
    at center top,
    rgba(167, 236, 176, 0.5),
    rgba(43, 43, 43, 0.1)
  );
}

.blue-hover:hover {
  background: radial-gradient(
    at center top,
    rgba(96, 196, 236, 0.5),
    rgba(43, 43, 43, 0.1)
  );
}

.pink-hover:hover {
  background: radial-gradient(
    at center top,
    rgba(222, 167, 236, 0.5),
    rgba(43, 43, 43, 0.1)
  );
}

.maroon-hover:hover {
  background: radial-gradient(
    at center top,
    rgba(124, 34, 16, 0.5),
    rgba(43, 43, 43, 0.1)
  );
}

.orange-hover:hover {
  background: radial-gradient(
    at center top,
    rgba(223, 141, 25, 0.5),
    rgba(43, 43, 43, 0.1)
  );
}

.project-card-wrapper {
  /* width: 90vw; */
  max-width: 1500px;
  height: 100%;
  border-radius: 1.5rem;
  margin: auto;
  padding: 1rem;
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
}

.project-card-content {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  padding: 2rem;
  padding-bottom: 0;
  /* transition: all ease 0.6s; */
}

/* .project-card-content:hover {
  background-color: rgba(119, 81, 114, 0.5);
  background: radial-gradient(
    at center top,
    rgba(222, 167, 236, 0.5),
    rgba(43, 43, 43, 0.1)
  );
} */

.full-img {
  width: 100% !important;
}

.project-card-text {
  width: 100%;
  /* padding: 0 3rem; */
  /* margin: 2rem 0; */
  margin-bottom: 4rem;
}

.project-card-text > h3 {
  font-weight: 400;
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 0.3rem;
  position: relative;
  color: var(--primary-color);
  /* font-family: 'Fraunces', serif;
    font-weight: 300; */
    letter-spacing: 0.02em;
}

.project-card-description {
  font-weight: 300;
  letter-spacing: 0.7px;
  letter-spacing: 0.035em;
  font-size: 1.2rem;
  margin: 0;
  color: var(--primary-color);
}

.project-btn-container {
  margin-top: 1rem;
}

.project-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  padding: 0.5rem;
  border-radius: 50%;
  min-width: 4rem;
  aspect-ratio: 1;
  background-color: transparent;
  color: #fcfcfc;
  color: var(--secondary-color);
  color: var(--primary-color);
  border: 0.8px solid #696969;
  z-index: 1000000;
  transition: all 0.1s ease;
  cursor: pointer;
  margin-left: 0.7rem;
  text-decoration: none !important;
}

.project-card-content:hover .project-link-btn {
  border: 0.5px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #bababa22;
}

.project-card-content:hover .project-link-arrow {
  border: 0.5px solid var(--primary-color);
  background-color: #bababa22;
  transform: rotate(-35deg);
}

.project-link-btn .fa-github {
  /* width: 2rem; */
  font-size: 1.5rem;
}

.project-card-tags {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  color: var(--primary-color);
  color: black;
  /* font-family: 'Fraunces', serif; */
}

.project-card-tags > span {
  /* font-family: "Spectral", "Times New Roman", Times, serif; */
  color: #d9d9d9;
  color: var(--secondary-color);
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 2px 10px;
  border-radius: 3rem;
  margin-right: 7px;
  margin-bottom: 5px;
  border: 0.5px solid #939393;
  border: 0.5px solid var(--secondary-color);
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.project-card-tools {
  color: #d9d9d9;
  color: var(--secondary-color);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.1125rem;
  letter-spacing: 0.05em;
  letter-spacing: 0.03em;
  margin-top: -0.3rem;
  margin-bottom: 1.2rem;
  /* text-transform: uppercase; */
}

.project-card-content > img {
  width: 80%;
  margin: 0;
  transition: all ease 0.2s;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  /*border: 1px solid #939393;
  */
  position: relative;
  z-index: 1000;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}

.project-card-content:hover img {
  transform: scale(1.01);
}

.full-width-project {
  width: 100%;
  max-width: 1500px;
  padding: 0 1rem;
  margin: 0 auto;
}

.two-projects {
  display: grid;
  width: 100%;
  max-width: 1500px;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
  margin: 2rem auto;
  margin-top: 1.5rem;
  padding: 0 1rem;
}

.flipped {
  grid-template-columns: 4fr 3fr;
}

@media only screen and (max-width: 777px) {
  .two-projects {
    /* grid-template-rows: 1fr 1fr; */
    grid-template-columns: 1fr;
  }

  .menu-slogan {
    visibility: hidden;
  }

  .project-card-wrapper {
    width: 100%;
  }

  .project-card-content {
    padding: 1rem;
    padding-bottom: 0;
  }

  .project-card-content > img {
    width: 98%;
    /* max-height: 50vh; */
  }

  .about-text > h3 {
    font-size: 3rem;
    font-weight: 500;
  }

  .happy-sun > img {
    width: 2rem;
  }

  .about-text > h4 {
    font-size: 1.2rem;
  }

  .about-text > h4:last-of-type {
    font-size: 1.2rem;
  }
}

.awards-section {
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 5rem;
  color: #fcfcfc;
  color: var(--primary-color);
  max-width: 1500px;
}

.award-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 1.3rem 1rem;
  /* border-top: 0.5px solid #d9d9d9; */
  border-bottom: 0.5px solid #d9d9d9;
  border-bottom: 0.5px solid #696969;
}

.award-title > h4 {
  font-size: 1.5rem;
  font-weight: 400;
}

.award-title > p {
  font-size: 1.1rem;
  font-weight: 300;
  color: #bababa;
  color: var(--secondary-color);
}

.award-details {
  flex-grow: 1;
  text-align: right;
}

.award-details > h4 {
  font-size: 1.3rem;
  font-weight: 400;
}
.award-details > p {
  font-size: 1.1rem;
  font-weight: 300;
  color: #bababa;
  color: var(--secondary-color);
}

.old-services-section {
  margin: 0 auto;
  margin-top: 12rem;
  margin-bottom: 5rem;
  color: #fcfcfc;
  color: var(--primary-color);
  max-width: 1300px;
}

.old-services-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* gap: 0.7rem; */
}

.old-services-section h5 {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.old-service-box {
  padding: 1rem;
  border: 0.5px solid #d9d9d9;
  border: 0.5px solid #696969;
  border-radius: 0.3rem;
  min-height: 15rem;
  margin: 0.4rem;
  /* aspect-ratio: 1/0.7; */
}

.old-service-box > h4 {
  font-size: 1.4rem;
  font-weight: 400;
}

.services-section {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 3rem;
  max-width: 1500px;
  padding: 1rem;
}

.services-section-copy {
  text-align: left;
}

.services-section-copy > h2 {
  margin-bottom: 1rem;
  text-align: left;
}

.services-section-copy > p {
  font-size: 1.3rem;
  letter-spacing: 0.7px;
  font-weight: 300;
  margin-bottom: 4.5rem;
}

.services-cta-btns {
  display: flex;
  gap: 0.7rem;
}

#service-secondary-btn {
  cursor: pointer;
}

#service-cta-btn {
  color: var(--menu-bg);
  font-weight: 500;
  padding: 5px 1.4rem;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  gap: 1rem;
  gap: 0.6rem;
  transition: all ease-out 200ms;
}

#service-cta-btn:hover {
  gap: 1rem;
}

.services-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.services-cards-col {
  margin-top: -1rem;
}

.services-cards-col-2{
  margin-top: -3rem;
}

.service-card {
  position: relative;
  border: 0.5px solid #696969;
  margin: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  padding: 0.8rem;
  aspect-ratio: 1;
  border-radius: 5px;
  overflow: hidden;
  background: var(--service-card-grad);
}

.service-card-demographic {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--secondary-color);
  margin-bottom: 0.5rem;
  margin-bottom: 0.7rem;
}

.service-card-name {
  font-family: "Fraunces", serif;
  font-weight: 200;
  font-size: 1.9rem;
  line-height: 2.1rem;
}

.service-card-copy {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.8px;
  font-size: 1.1rem;
  color: var(--primary-color);
  margin-top: 2.5rem;
  margin-top: 2.7rem;
  max-width: 80%;
}

.service-card-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 55%;
  transform: translate(10%, 10%);
  opacity: 0.9;
  mix-blend-mode: difference;
  pointer-events: none;
  /* light mode: */
  /* opacity: 0.3; */
  opacity: var(--service-card-opac);
}

@media only screen and (max-width: 1200px) {
  .services-section {
    grid-template-columns: 3fr 5fr;
  }

  .service-card-name {
    font-size: 1.5rem;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
    margin-top: -0.2rem;
  }

  .service-card-copy {
    margin-top: 2.5rem;
    font-size: 1.05rem;
    max-width: 85%;
  }
}

@media only screen and (max-width: 1200px) {
  .services-section {
    grid-template-columns: 1fr;
  }

  .services-cards-container {
    margin-top: 2.5rem;
  }

  .service-card-copy {
    margin-top: 2.5rem;
    font-size: 1.05rem;
    max-width: 80%;
  }

  .service-card {
    aspect-ratio: 5/3;
  }

  .service-card-icon {
    height: 55%;
    right: 0;
  }
}

@media only screen and (max-width: 777px) {
  .services-cards-container {
    grid-template-columns: 1fr;
  }

  .service-card {
    aspect-ratio: 5/3;
  }

  .service-card-icon {
    height: 65%;
    right: 0;
  }

  .services-cards-col {
    margin-top: 0rem;
  }
  
  .services-cards-col-2{
    margin-top: -0.5rem;
  }

  .service-card-copy {
    margin-top: 1.5rem;
  }
}

.bottom-row {
  /* display: grid; */
  grid-template-columns: 2fr 2fr;
  gap: 1rem;
}

.personal {
  width: 80%;
}

.marquee {
  position: relative;
  background: rgb(38, 27, 47);
  color: white;
  padding: 0.3rem 0;
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
  overflow: hidden;
  margin: 10px 0;
}

.marquee_inner {
  display: flex;
  width: fit-content;
  flex: auto;
  flex-direction: row;
}

.marquee_part {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 4px;
}

.arrow {
  width: 60px;
  height: 80px;
  margin: 0 2em;
  transform: rotate(-60deg);
  transition: all 1s cubic-bezier(0.075, 0.8, 0.165, 1);
}

.arrow.active {
  transform: rotate(120deg);
  transition: all 1s cubic-bezier(0.075, 0.8, 0.165, 1);
}

.contact-section {
  min-height: 100vh;
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  position: relative;
}

.contact-section > h4 {
  font-size: 3rem;
  font-weight: 300;
  /* letter-spacing: 2px; */
  color: var(--primary-color);
}

.contact-section > img {
  position: absolute;
  z-index: -1;
  width: 50%;
  opacity: 60%;
  transform: scale(1, -1);
  filter: hue-rotate(30%);
  /* max-width: 15rem; */
}

.cta-btn {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  font-size: 1.1rem;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0.8rem 2.5rem;
  padding: 7px 1.4rem;
  border-radius: 0.3rem;
  border: 0.5px solid #696969;
  transition: 0.3s all ease;
  border-radius: 3rem;
}

.cta-btn:hover {
  color: var(--menu-bg);
  background-color: var(--secondary-color);
}

#contact-cta-btn {
  color: var(--menu-bg);
  background-color: var(--secondary-color);
}

.footer-section {
  /* min-height: 50vh; */
  width: 100%;
  max-width: 1500px;
  mix-blend-mode: difference;
  color: #d9d9d9;
  opacity: var(--diff-opacity);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  margin-bottom: 3rem;
}

.footer-logo {
  position: relative;
  /* overflow: hidden; */
  width: max-content;
  height: calc(max-content + 5rem);
}

.footer-logo > p {
  color: #d9d9d9;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  letter-spacing: 0.05em;
}

.footer-img {
  height: 100%;
  max-height: 150px;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
  margin: 1rem 0;
}

.footer-img:hover {
  /* height: 101%; */
  /* max-height: 216px; */
  /* margin: 0.5rem; */
  cursor: pointer;
  rotate: 3deg;
}

.footer-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
  height: max-content;
  align-self: self-end;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-links > h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-link {
  font-size: 1.2rem;
  text-decoration: none;
  color: #d9d9d9;
  opacity: 0.7;
  position: relative;
}

.footer-link::after {
  content: "";
  position: absolute;
  /* display: block; */
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d9d9d9;
  transition: 0.4s all ease;
}

.footer-link:hover:after {
  width: 100%;
}

.footer-links > a > span {
  font-size: 1rem;
}

.footer-divider {
  width: 100%;
  left: 0;
  height: 1px;
  background-color: var(--secondary-color);
  /* margin: 1rem 0; */
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.footer-notes > p:last-child {
  opacity: 0.75;
}

@media only screen and (max-width: 500px) {
  /* .waves-wrapper > span {
    opacity: 0.9;
  } */

  .counter {
    font-size: 4rem;
  }

  .loader-banner-wrapper {
    height: 65%;
    top: 10%;
  }

  .loader-banner {
    height: 65%;
    top: 10%;
  }

  .nav-name > a {
    font-size: 1.1rem;
  }

  .nav-btn {
    font-size: 1.1rem;
  }

  .menu-btn-wrapper {
    padding: 3px 0.8rem;
  }

  .menu-btn-wrapper > p {
    display: none;
  }

  #menu-btn-bgr-icon {
    display: none;
  }

  #menu-btn-icon {
    display: inline !important;
  }

  .heading {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .two-projects {
    padding: 0 0.5rem;
  }

  .full-width-project {
    padding: 0 0.5rem;
  }

  .project-card-text > h3 {
    /* letter-spacing: 1.3px; */
    font-size: 1.7rem;
  }

  .project-card-description {
    /* letter-spacing: 0.7px; */
    font-size: 1rem;
  }

  .about-text {
    top: 5rem;
  }

  .venn-diag {
    display: block;
    margin: 0 auto;
    width: 75%;
    /* mix-blend-mode: difference; */
    /* filter: (180deg) invert(1) */
  }

  .about-text > h3 {
    font-size: 2rem;
  }

  .about-text > h4 {
    font-size: 1rem;
  }

  .about-text > h4:last-of-type {
    font-size: 1rem;
  }

  .about-text-brief {
    font-size: 1rem;
    /* letter-spacing: 0.5px; */
  }

  .services-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bottom-row {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-box {
    width: 95%;
    margin: 0.5rem auto;
  }

  .footer-img {
    height: 100%;
    max-height: 100px;
  }

  .footer-bottom-row {
    flex-direction: column;
    gap: 5px;
    opacity: 0.7;
  }
}

.spacer-section {
  margin-top: 8rem;
  min-height: 100vh;
}

.secondary-font {
  font-family: "Fraunces", serif;
  font-weight: 200 !important;
}

.contact-pg-container {
  /* min-height: 80vh; */
  /* max-width: 100%; */
  width: 80%;
  max-width: 1300px;
  margin: 1rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  /* mix-blend-mode: difference; */
}

.contact-pg-title {
  background-color: #7c7c7c10;
  background-color: #202020e0;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding: 2rem;
}

.contact-pg-title > h2 {
  font-size: 3rem;
  /* font-weight: 100 !important; */
}

.contact-pg-title > p {
  font-weight: 200;
  color: var(--secondary-color);
  margin-bottom: 5rem !important;
}

.contact-pg-form-wrapper {
  background-color: #494949e9;
  padding: 1.5rem 1rem;
  padding: 2rem;
}

.contact-pg-form-wrapper > h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.contact-form-field {
  display: flex;
  flex-direction: column;
}

.contact-form-field > label {
  margin-bottom: 5px;
}

.contact-form-field > input,
.contact-form-field > textarea {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0.5rem;
  font-size: 1.1rem;
  /* font-weight: 200; */
  margin-bottom: 1rem;
  max-width: 600px;
  color: var(--primary-color);
}

.contact-form-field > textarea {
  /* height: 3rem; */
  /* font-weight: 400 !important; */
  font-size: 1.1rem;
  font-family: "Urbanist", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#contact-form-submit-btn {
  font-size: 1.1rem;
  color: var(--menu-bg);
  text-decoration: none;
  padding: 0.5rem 2.5rem;
  border-radius: 0.3rem;
  border: 0.5px solid #696969;
  transition: 0.3s all ease;
  background-color: transparent;
  background-color: var(--secondary-color);
  cursor: pointer;
}

#contact-form-submit-btn:hover {
  color: var(--secondary-color);
  background-color: var(--menu-bg);
}

/* contact page responsiveness: */
@media only screen and (max-width: 900px) {
  .contact-pg-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 95%;
    margin: 0.5rem;
    margin-top: 8rem;
    margin-bottom: 5rem;
  }
}

#grain-overlay {
  height: 100vh;
  width: 100vw;
  height: 400%;
  width: 400%;
  top: 0;
  top: -5rem;
  z-index: 100;
  pointer-events: none;
  position: fixed;
  background: linear-gradient(
      100deg,
      rgba(180, 183, 175, 0.1) 5%,
      rgba(197, 200, 193, 0.1)
    ),
    url(https://grainy-gradients.vercel.app/noise.svg);
  animation: noiseAnimation 8s steps(8) alternate-reverse infinite;

  opacity: 0.3;
}

#grainz-overlay {
  /* animation: noiseAnimation 7.6s steps(8) infinite;
  animation: noiseAnimation 8s steps(8) infinite; */
  animation: noiseAnimation 8s steps(8) alternate-reverse infinite;
  /* background: transparent url("./assets/noise.webp") 0 0; */
  background: linear-gradient(
      100deg,
      rgba(180, 183, 175, 0.1) 5%,
      rgba(197, 200, 193, 0.1)
    ),
    url("./assets/noise.webp");
  /* border: 3px solid red; */
  bottom: -5rem;
  height: 400%;
  left: -5rem;
  opacity: 0.6;
  pointer-events: none;
  position: fixed;
  right: -5rem;
  top: -5rem;
  width: 400%;
  border: 3px solid red;
  z-index: 1000000000;
}

@keyframes noiseAnimationx {
  0% {
    transform: translateX(0, 0);
  }
  10% {
    transform: translate(-100px, 100px);
  }
  20% {
    transform: translate(100px, -100px);
  }
  30% {
    transform: translate(-100px, 100px);
  }
  40% {
    transform: translate(100px, -100px);
  }
  50% {
    transform: translate(-100px, 100px);
  }
  60% {
    transform: translate(-100px, -100px);
  }
  70% {
    transform: translateY(50px, 100px);
  }
  80% {
    transform: translate(100px, -100px);
  }
  90% {
    transform: translateY(100px);
  }
  to {
    transform: translate(-100px, 100px);
  }
}

@keyframes noiseAnimation {
  0% {
    transform: translateX(0, 0);
  }
  10% {
    transform: translate(-100px, -100px);
  }
  20% {
    transform: translate(50px, 50px);
  }
  30% {
    transform: translate(-100px, 50px);
  }
  40% {
    transform: translate(50px, -150px);
  }
  50% {
    transform: translate(-100px, 50px);
  }
  60% {
    transform: translate(-200px, -100px);
  }
  70% {
    transform: translate(50px, 50px);
  }
  80% {
    transform: translate(50px, -150px);
  }
  90% {
    transform: translate(-150px, -150px);
  }
  to {
    transform: translate(-50px, 50px);
  }
}

@keyframes noiseAnimation-OG {
  0% {
    transform: translateX(0, 0);
  }
  10% {
    transform: translate(-100px, 100px);
  }
  20% {
    transform: translate(150px, -100px);
  }
  30% {
    transform: translate(-100px, 100px);
  }
  40% {
    transform: translate(100px, -150px);
  }
  50% {
    transform: translate(-100px, 200px);
  }
  60% {
    transform: translate(-200px, -100px);
  }
  70% {
    transform: translateY(50px, 100px);
  }
  80% {
    transform: translate(100px, -150px);
  }
  90% {
    transform: translateY(200px);
  }
  to {
    transform: translate(-100px, 100px);
  }
}
