@import url("https://use.typekit.net/ckd7xfc.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
.bely-display {
font-family: "bely-display", sans-serif;
font-weight: 400;
font-style: normal;
}
.bely-regular {
font-family: "bely", serif;
font-weight: 400;
font-style: normal;
}
.bely-italic {
font-family: "bely", serif;
font-weight: 400;
font-style: italic;
}
.bely-bold {
font-family: "bely", serif;
font-weight: 700;
font-style: normal;
}
.bely-bold-italic {
font-family: "bely", serif;
font-weight: 700;
font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('../fonts/Montserrat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
 :root {
  color-scheme: light dark;
  --theme-primary: #a37f4e;
  --light-bg: #ebedf1;
  --dark-bg: #222;
  --dark-blue:#041224;
  --light-color: #eee;
  --dark-color: #222;
  --light-border: #ddd;
  --dark-border: #222;
  --light-card-bg: #fff;
  --dark-card-bg: #222;
  --primary-color: #222;
  --bs-tooltip-bg: #222;
  --muted-color: #8c8c8c;  
  --gold-color: #a37f4e;
  --text-color: #222;
  --menu-bg: rgba(8,8,10,.97);
  --text: #fff;
  --text-gray: #ccc;
  --muted: #9ea3aa;
  --ring: rgba(255,255,255,.22);
  --line: rgba(255,255,255,.12);
  --font-primary: "bely-display", sans-serif;
  --font-secondary: "AntonSC-Regular", sans-serif;
  --font-content: "Montserrat-ExtraLight", sans-serif;
  --noise-texture: url(https://i.gyazo.com/a26366e538851a5c569ff648e99b7fd4.png);
  --gif-texture: url(https://64.media.tumblr.com/da60c13b478dda09ab90c27e880983b8/tumblr_nd4pwdPKdc1tun3l0o1_1280.gifv);
  scroll-behavior: auto; 
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    min-height: 100vh;
    font-family: var(--font-content);
    font-size: 16px;
    background: var(--light-bg);
  background-image: var(--noise-texture);
  background-blend-mode: overlay;
  line-height: 1.5;
  /* overflow-x: hidden */
}
.small, small {
	font-size: .8em;
}
section { padding: 200px 0; }

.vh-100-minus-nav { min-height: calc(100vh - 72px); } /* default .navbar height */

.feature-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
}
.sticky-spacer { height:72px; } /* avoids content jump for fixed nav */




.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-family: var(--font-primary);
  word-wrap: normal;
  text-transform: uppercase;
  /* color: var(--primary-color) */
}
h1.header-bold{
	font-size: 10dvw;
}
.h2, h2 {
	font-size: 4.3dvw;
	font-weight: 900;
	line-height: 0.87;
	text-transform: inherit;
	z-index: 9;
	position: relative;
	text-transform: uppercase;
	letter-spacing: -3px;
}
.h5, h5 {
  /*font-size: 1vw;*/
  font-weight: 100;
  line-height: 1;
  font-family: var(--font-subtitle);
  text-transform: capitalize;
}

#keyFocus h5.text-white {
	color: #fff !important;
}
.h2 span, h2 span, .h5 span, h5 span {
  color: var(--primary-color) !important;
}

p {
  /* margin-block: 20px; */
  max-width: 50dvw;
  text-wrap: balance;
}

.header-light {
	font-family: 'Montserrat-ExtraLight', sans-serif;
	font-size: 2vw !important;
	font-weight: 100;
	text-transform: inherit;
	letter-spacing: 0rem;
	color: var(--muted-color);
	line-height: 2.7rem;
}
.header-light-sub {
	font-family: 'Montserrat-ExtraLight', sans-serif;
  font-size: 4.3vw !important;
	font-weight: 100;
}
.header-light-text {
	font-family: 'Montserrat-ExtraLight', sans-serif;
	font-size: 1rem !important;
	font-weight: 100;
	color: var(--muted-color);
}
.header-bold, .bento-title {
	font-family: var(--font-primary);
	font-size: 4.3dvw;
	font-weight: 900;
	text-transform: inherit;
	/* clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%); */
	/* letter-spacing: 1rem; */
	position: relative;
	z-index: 9;
	line-height: 0.87;
	margin-bottom: 20px;
	letter-spacing: -2px;
  text-transform: uppercase;
}
.bento-container .header-bold {
	font-size: 2.4dvw;
}
.header-bold-text {
	font-family: var(--font-primary);
	font-size: 2dvw;
	font-weight: 900;
	text-transform: inherit;
	letter-spacing: 0.034rem;
	line-height: 3.4rem;
	text-transform: uppercase;
}

/* NAVBAR */
/* explicit base size so GSAP has concrete numbers */
#navbar {
  height: 72px;           /* new */
  padding-top: 16px;      /* new */
  padding-bottom: 16px;   /* new */
  transition: height .6s cubic-bezier(.2,.8,.2,1),
              padding .6s cubic-bezier(.2,.8,.2,1),
              background-color .6s cubic-bezier(.2,.8,.2,1);
}

.navbar-slim {
	background: rgba(15, 15, 15, 0.92);
	backdrop-filter: saturate(140%) blur(6px);
	transition: all 0.4s ease;
	background-image: url(../img/bg/gradientFooter.avif);
}
.navbar-brand {
	position: absolute;
	top: 0;
   transition: all 0.4s ease;
}
.navbar-brand img, .mobileNavLabel img {
	width: 250px;
  height: auto;
   transition: all 0.4s ease;
}
#navbar{
  transition: all 0.4s ease;
}
.nav-link.active {
	text-decoration: underline;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link {
	color: #eee;
}
.nav-link:focus, .nav-link:hover {
	color: rgba(185, 185, 185, 0.8);
}
#nav  .navbar-brand.header-bold-text{
	font-family: var(--font-secondary);
	font-size: clamp(1vw, 1vw, 1vw) !important;
	font-weight: 100;
	text-transform: inherit;
	letter-spacing: 0.034rem;
  line-height: 1;
}
.summaryTitle {
	font-family: var(--font-subtitle);
	color: var(--muted-color);
	font-weight: 600;
	font-size: 14px;
	text-align: left;
	margin: 12px;
}
.methodsUsed p {
  padding: 12px 0;
  font-weight: 900;
}

.iphoneCard .position-relative {
  margin: 0 auto;
}
.iphone {
  width: auto !important;
  height: 323px;
  z-index: 9;
}

.text-muted { color: var(--text-gray) !important; }
  .tvStatic-container:before, .tvStatic-container:after {
  /* content: "";
  display: flex;
  position: fixed;
  background-image:var(--gif-texture);
  height: 100vh;
  width: 100vw;
  translate:0px 0px;
  background-repeat: no-repeat;
  background-position-y:-20px;
  background-size: cover;
  mix-blend-mode: screen;
  pointer-events: none;
  background-blend-mode: screen;
  opacity: 7%;
  z-index: 9999999; */
}

/* Overlay shell */
.overlay-menu{
  position: fixed; inset: 0; z-index: 6000;
  background: var(--dark-blue);
  opacity: 0; pointer-events: none;
  clip-path: circle(0px at 50% calc(100% - 54px)); /* start at FAB */
  color: var(--text);
}

/* Close button (top-right) */
.overlay-close{
  position: absolute; top: 16px; right: 16px;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--ring); background: transparent; color: var(--text);
  display: grid; place-items: center;
}

/* Overlay layout */
.overlay-grid{
  min-height: 100%; padding: 20px;
  display: grid; gap: 26px; align-items: center;
}
@media (min-width: 992px){
  /* .overlay-grid{ grid-template-columns: 1fr 1fr; } */
}

.overlay-nav{ display: grid; gap: 12px; }
.overlay-link {
	padding: 12px 10px;
	color: var(--text);
	text-decoration: none;
	font-size: 3vw;
	font-weight: 900;
    font-family: var(--font-primary);
  text-transform: uppercase;
}
.overlay-link:hover{ border-color: var(--ring); }

.overlay-media img{ width: 100%; height: auto; border-radius: 12px; display: block; }

/* FAB (bottom-center button) */
.fab-menu {
	position: fixed;
	left: 98.09%;
	top: 17px;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: none;
	background: var(--dark-blue);
	color: var(--text);
	cursor: pointer;
	z-index: 7000;
	display: grid;
	place-items: center;
	gap: 4px;
	box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.fab-icon{ width: 20px; height: 2px; background: var(--text); position: relative; display: block; }
.fab-icon::before, .fab-icon::after{
  content:""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--text);
}
.fab-icon::before{ top: -6px; } .fab-icon::after{ top: 6px; }
.fab-menu[aria-expanded="true"] .fab-icon{ background: transparent; }
.fab-menu[aria-expanded="true"] .fab-icon::before{ top: 0; transform: rotate(45deg); }
.fab-menu[aria-expanded="true"] .fab-icon::after{ top: 0; transform: rotate(-45deg); }

.fab-label{
  /* position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); */
  font-weight: 600; font-size: .8rem; color: var(--muted);
}





/* --------======= START HERO =======------- */
.hero-burger-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 45rem;
	width: 100%;
	z-index: 4;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-burger {
	position: absolute;
	/* top: 60%; */
	left: auto;
	right: 0;
	transform: translateX(-25%) rotate(0deg);
	margin: 0 auto;
	filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.34));
	transition: filter 0.3s ease;
}
.hero-burger-wrapper {
            position: fixed;
            z-index: 1;
        }
/* --- Poof (smoke burst) --- */
.hero-burger-wrapper .poof{
  position:absolute;
  left:50%;
  top:52%;
  transform:translate(-50%,-50%) scale(0);
  width: clamp(160px, 22vw, 320px);
  aspect-ratio: 1;
  pointer-events:none;
  opacity:0;
  border-radius:50%;
  /* soft smoke core */
  background:
    radial-gradient(closest-side, rgba(255,255,255,.9), rgba(255,255,255,.0) 60%),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.35), rgba(255,255,255,0) 40%),
    radial-gradient(circle at 30% 70%, rgba(255,255,255,.25), rgba(255,255,255,0) 45%);
  mix-blend-mode: screen;
  filter: blur(2px) drop-shadow(0 8px 18px rgba(0,0,0,.25));
  background-image: url("../img/abstract-flowing-colorful-violet-purple-gradient-wavy-outline-transparent-free-png.png");
    z-index: 3; /* above burger, below UI */
}

.hero-burger-wrapper .poof::before,
.hero-burger-wrapper .poof::after{
  content:"";
  position:absolute;
  inset:-6%;
  border-radius:50%;
  box-shadow:
    0 0 0 3px rgba(255,255,255,.28) inset,
    0 0 24px rgba(255,255,255,.35) inset;
  opacity:1;
}

.frosted {
  position: relative;
  z-index: 2;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  font-size: 30px;
  padding: 30px;
  box-shadow: 0 7px 43px rgba(43, 43, 43, 0.1);
  box-shadow: inset 0 0 0 300px rgba(255,255,255,0.09);
  border-radius: 10px;
  background: RGBA(221, 221, 237, 10.05);
  background: linear-gradient(118deg, rgba(221, 221, 237, 0.03) 0%, rgba(255, 255, 255, 0.43) 50%, rgba(221, 221, 237, 0.04) 100%);
}        

/* --------======= START BENTO GRID =======------- */
/* ===== Bento Base ===== */
.bento-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr; /* xs: 1 column */
  grid-auto-rows: minmax(100px, auto);
  padding: 1rem;
}

.bento-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.3s ease;
  will-change: transform, opacity;
  z-index: 9;

  /* On small screens, each card spans full width by default */
  grid-column: 1 / -1;
}

/* Typography helpers */
.bento-container .bold, .card-title {
  font-family: var(--font-primary);
  font-size: 1.2rem;
  font-weight: 100;
}

/* Utility */
.img-rounded {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

/* Fun stuff */
.figmaTilt:hover { animation: wiggle 0.5s ease-in-out infinite; }
@keyframes wiggle {
  0% { transform: translateY(0) rotate(0); }
  25% { transform: translateY(-3px) rotate(-2deg); }
  50% { transform: translateY(1px) rotate(2deg); }
  75% { transform: translateY(-2px) rotate(-1deg); }
  100% { transform: translateY(0) rotate(0); }
}

/* Positioning fix for the Figma icon */
.box-3 { position: relative; }
.box-3 .icon.fa-figma.position-absolute {
  right: 8%;
  bottom: 8%;
  width: clamp(36px, 12%, 68px);
  transform: rotate(20deg);
  filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.4));
}

.box-4  { 
  background: linear-gradient(180deg, rgb(40,102,44) 0%, rgb(86,128,69) 100%);
  }

  .burgerScrollContainer .box-4 {
    background: linear-gradient(180deg, rgb(40,102,44) 0%, rgb(86,128,69) 100%);
  }

  .lsvScrollContainer .box-4 {
    background: linear-gradient(180deg, #ffc53b 0%, #ffce5d 100%);
  }

   .pinfestScrollContainer .box-4 {
    background: linear-gradient(180deg, #2193b0 0%, #5cdeff 100%);
  }

  .conduentScrollContainer .box-4 {
    background: linear-gradient(180deg, rgb(0, 87, 185) 0%, rgb(0, 140, 255) 100%);
  }

/* Video tile safety (keeps aspect nice on small screens) */
.video-background-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.video-background-container .background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Goal tile contrast */
.box-10 {
  background: #222;
  color: #fff;
}
.box-10 .fa-bullseye { color: #fff; }

/* ===== Bootstrap 5 Breakpoints ===== */

/* >=576px (sm): 2 columns */
@media (min-width: 576px) {
  .bento-container {
    grid-template-columns: repeat(2, 1fr);
  }
  /* full width by default still fine on 2-col; let DOM flow */
}

/* >=768px (md): 3 columns */
@media (min-width: 768px) {
  .bento-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* >=992px (lg): 6 columns — enable the “pro” layout + spans */
@media (min-width: 992px) {
  .bento-container {
    grid-template-columns: repeat(6, 1fr);
  }

  /* Reset default full-span so we can place tiles precisely */
  .bento-box { grid-column: auto; grid-row: auto; }

  .box-1  { grid-column: span 2; grid-row: span 2; }
  .box-2  { grid-column: span 2; }
  .box-3  { grid-column: span 2; }
  .box-4  { grid-column: span 2; grid-row: span 2;
            text-align: center; justify-content: center;
            background: linear-gradient(180deg, rgb(1, 35, 100) 0%, rgb(69, 90, 128) 100%);
  }
  .burgerScrollContainer .box-4  { 
            background: linear-gradient(180deg, rgb(40,102,44) 0%, rgb(86,128,69) 100%);
  }

  .conduentScrollContainer .box-4  { 
            background: linear-gradient(180deg, rgb(0, 87, 185) 0%, rgb(0, 140, 255) 100%);
  }
  
  .box-5  { grid-column: span 2; grid-row: span 1; background: rgba(255,255,255,0.43); }
  .box-6  { grid-column: span 2; grid-row: span 1; }
  .box-7  { grid-column: span 2; grid-row: span 2; background-color: #222; color: #eee; }
  .box-8  { grid-column: span 2; background: rgba(255,255,255,0.43); }
  .box-9  { grid-column: span 2; }
  .box-10 { grid-column: span 4; }
  .box-11 { grid-column: span 2; }
}

/* >=1200px (xl): optional minor tuning if needed */
@media (min-width: 1200px) {
  .bento-container .bold { font-size: 1.25rem; }
}

/* >=1400px (xxl): optional upscale */
@media (min-width: 1400px) {
  .bento-container { gap: 1.25rem; }
}

/* --------======= END BENTO GRID =======------- */




/* --------======= Reseach & Insights =======------- */
/* .area-heading {
	padding: 76px;
} */


/* ---==== Video Background & Hero Animation ====--- */
.video-background-container {
  position: relative;
  /* Essential for positioning child elements */
  width: 100%;
  /*height: 100vh;
  Or a specific height, e.g., 500px */
  overflow: hidden;
  /* Hides any video overflow */;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  /* Centers the video */
  object-fit: contain;
  /* Ensures the video covers the container while maintaining aspect ratio */
  z-index: -1;
  /* Places the video behind other content */;
}

.content-overlay {
  position: relative;
  /* Ensures content appears above the video */
  z-index: 1;
  color: white;
  /* Example styling for overlaid content */
  text-align: center;
  padding: 20px;
}



/* Scroll Down Arrow Animation */
.scroll-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 9999;
  position: relative;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
  opacity: 1;
}
  33.3% {
  opacity: 1;
  transform: translateY(2.28rem);
}
  66.6% {
  opacity: 1;
  transform: translateY(3.12rem);
}
  100% {
  opacity: 0;
  transform: translateY(4.8rem) scale(0.5);
}
}

@keyframes move-chevron {
  25% {
  opacity: 1;
}
  33.3% {
  opacity: 1;
  transform: translateY(2.28rem);
}
  66.6% {
  opacity: 1;
  transform: translateY(3.12rem);
}
  100% {
  opacity: 0;
  transform: translateY(4.8rem) scale(0.5);
}
}

/* Scroll Down Arrow Animation END */



.project-card, .beforeAfter-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  border-radius: 15px;
}
.project-card img, .beforeAfter-card img {
  width: 100%;
  /* height: 70vh;
  */
  display: block;
  margin: 0 auto;
  transform-origin: top center;
  z-index: 9;
  position: relative;
  transition: transform 0.5s ease, object-position 0.5s ease-in-out;
  object-fit: cover;
  object-position: center center;
}
.project-card:hover img, .project-card:hover .card-body {
  transform: scale(1.05);
  object-position: center;
  z-index: 0;
  /*background-image: linear-gradient(to bottom, #eee, #eee, #ccc);
  */
  transition: all 0.7s ease;
  cursor: url('../img/icons/viewProjectNew.png'), auto;
}
#before .beforeAfter-card:hover img {
  transform: scale(1.05);
  object-position: center;
  z-index: 0;
  background-image: linear-gradient(to bottom, #eee, #eee, #ccc);
  transition: all 0.7s ease;
  cursor: url('../img/icons/visitSite.png'), auto;
}
#after .beforeAfter-card:hover img {
  transform: scale(1.05);
  object-position: center;
  z-index: 0;
  background-image: linear-gradient(to bottom, #eee, #eee, #ccc);
  transition: all 0.7s ease;
  cursor: url('../img/icons/newMockup.png'), auto;
}
.modal-xl {
  max-width: 1440px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  text-align: center;
  padding: 1rem;
  z-index: 999;
}
.project-card:hover .overlay, .beforeAfter-card:hover .overlay {
  opacity: 1;
}
.project-title {
	font-size: 1.4vw;
	font-weight: 900;
	margin-bottom: 1.4rem;
	font-family: var(--font-primary);
	line-height: 0.87;
}
.project-description {
	font-size: 14px;
  line-height: 1.5;
}
.project-subtitle {
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.5;
}
.fas {
	color: #222 !important;
}
/* .project-description {
  font-size: 1rem;
  font-weight: 100;
} */
.project-card, .beforeAfter-card {
	/* border-radius: 0; */
	overflow: hidden;
	background: transparent;
	color: var(--text-color);
	padding: 0;
	transition: all 0.4s ease-in-out;
	border: none;
	/* height: 80vh; */
	max-width: 740px;
	border-radius: 20px;
	/* max-height: 400px; */
	opacity: 0.9;
	z-index: 9;
}
.project-card {
  color: #eee;
}
.project-card:hover, .beforeAfter-card:hover {
  border-radius: 0;
  overflow: hidden;
  background: transparent !important;
  padding: 0;
}
.image-wrapper {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
}
/* #page3 #before .image-wrapper, #page3 #after .image-wrapper {
  border-radius: 50%;
} */
.project-card:hover .image-wrapper {
  line-height: 0;
  position: relative;
  overflow: hidden;
  filter: blur(2px);
  transition: all 0.4s ease-in-out;
  /*box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
  */;
}

.image-wrapper img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  transition: all 0.3s ease;
  background-size: contain;
  max-width: 100%;
}
.btn-animate {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.5rem 1.2rem;
  font-weight: 200;
  text-transform: inherit;
  transition: color 0.3s ease-in-out;
}
.btn-animate::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  z-index: 0;
  transition: width 0.3s ease-in-out;
}
.btn-animate span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.3s ease-in-out;
}
.btn-animate:hover {
  color: #000;
}
.btn-animate:hover::before {
  width: 100%;
}
.btn-animate:hover span {
  gap: 0.75rem;
}
.btn-animate i.bi-arrow-right::before {
  color: #fff;
}
.btn-animate:hover i.bi-arrow-right::before {
  color: #000;
}
/* 3. Border Reveal */
.btn-border-reveal {
	background-color: transparent;
	color: var(--primary-color);
	border: 2px solid var(--primary-color);
	position: relative;
	padding: 0.5rem 1.2rem;
	text-decoration: none;
}

.btn-border-reveal::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
  z-index: -1;
}

.btn-border-reveal:hover::after {
  width: 100%;
}

.btn-border-reveal:hover {
  color: white;
}
.btn-border-reveal img {
      position: relative;
      top: 33%;
      right: 5px;

    }
.btn-border-reveal img.icon.hoverIcon {
  z-index: 9999999;
  mix-blend-mode: divide;
  position: absolute;
      top: 25%;
      right: 10px;
  opacity: 0; /* Hidden by default */
      transition: opacity 0.5s ease-in-out; /* Smooth fade */
}
.btn-border-reveal:hover img.icon.hoverIcon {
  mix-blend-mode: divide;
  z-index: 9999999;
  position: absolute;
      top: 25%;
      right: 10px;
  opacity: 1; /* Show on hover */
}
@property --glow-deg {
  syntax: "<angle>";
  inherits: true;
  initial-value: -90deg;
}

/* the colors don't need to be registed */
@property --clr-1 {
  syntax: "<color>";
  inherits: true;
  initial-value: #a37f4e;
}

@property --clr-2 {
  syntax: "<color>";
  inherits: true;
  initial-value: #eee;
}

@property --clr-3 {
  syntax: "<color>";
  inherits: true;
  initial-value: #e8b269;
}

@property --clr-4 {
  syntax: "<color>";
  inherits: true;
  initial-value: #eee;
}

@property --clr-5 {
  syntax: "<color>";
  inherits: true;
  initial-value: #a37f4e;
}
.glowing-border {
	--gradient-glow: var(--clr-1), var(--clr-2), var(--clr-3), var(--clr-4), var(--clr-5), var(--clr-1);
	/* margin-block: 3rem; */
	/* padding: 8rem 3rem; */
	/* max-width: 90ch; */
	border: 4px solid transparent;
	/* border-left: 0; */
	border-radius: 20px;
	background: linear-gradient(#eee, #eee) padding-box, conic-gradient(from var(--glow-deg), var(--gradient-glow)) border-box;
	position: relative;
	isolation: isolate;
	animation: glow 10s infinite linear;
	min-height: 240px;
	max-height: 500px;
}

@keyframes glow {
  100% {
    --glow-deg: 270deg;
  }
}
.glowing-border.img {
	overflow: hidden;
}
.glowing-border::before,
.glowing-border::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.glowing-border::before {
  z-index: -1;
  background: #eee;
  inset: 0.5rem;
  scale: 1.2 1;
  transform-origin: right;
  filter: blur(var(--glow-size, 1rem));
}

.glowing-border::after {
  z-index: -2;
  inset: -1.5rem;
  background: conic-gradient(from var(--glow-deg), var(--gradient-glow));
  filter: blur(var(--glow-size, 1rem));
  opacity: var(--glow-intensity, 0.125);
}

.glowing-border.right {
  margin-inline-start: auto;
  border-radius: 100vw 0 0 100vw;
  border: 14px solid transparent;
  border-right: 0;

  &::before {
    transform-origin: left;
  }
}
.btn-solid {
	position: relative;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	background-color: var(--gold-color);
	color: #fff;
	border: 1px solid var(--gold-color);
	padding: 0.5rem 1.2rem;
	font-weight: 200;
	text-transform: inherit;
	transition: color 0.3s ease-in-out;
	font-size: 18px;
}
.btn-solid::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #eee;
  z-index: 0;
  transition: width 0.3s ease-in-out;
}
.btn-solid span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.3s ease-in-out;
}
a.btn-solid:hover {
  color: light-dark(var(--light-bg), var(--dark-bg));
  opacity: 1 !important;
}
.btn-solid:hover::before {
  width: 100%;
}
.btn-solid:hover span {
  gap: 0.75rem;
}
.btn-solid i.bi-arrow-right::before {
  color: light-dark(var(--dark-bg), var(--light-bg));
}
.btn-solid:hover i.bi-arrow-right::before {
  color: light-dark(var(--light-bg), var(--dark-bg));
}
.btn-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
  color: var(--text-color);
  border: 1px solid var(--primary-color);
  padding: 0.5rem 1.2rem;
  font-weight: 200;
  text-transform: inherit;
  transition: color 0.3s ease-in-out;
}
.btn-outline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--primary-color);
  z-index: 0;
  transition: width 0.3s ease-in-out;
}
.btn-outline span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: gap 0.3s ease-in-out;
}
a.btn-outline:hover {
  color: light-dark(var(--dark-bg), var(--light-bg));
  opacity: 1 !important;
}
.btn-outline:hover::before {
  width: 100%;
}
.btn-outline:hover span {
  gap: 0.75rem;
}
.btn-outline i.bi-arrow-right::before {
  color: var(--text-color);
}
.btn-outline:hover i.bi-arrow-right::before {
  color: light-dark(var(--dark-bg), var(--light-bg));
}
@media (max-width: 767.98px) {
  .project-card, .beforeAfter-card {
	height: 50vh;
}
 
  .project-subtitle {
	font-size: 0.8rem;
	margin-bottom: 0;
}
.project-card, .beforeAfter-card {
	height: 55vh !important;
}
.header-light {
	font-size: 3.4vw !important;
}
}



/* Optional: prevent accidental layout shifts while menu is open */
body.menu-open{ overflow: hidden; }

.page1 {
    position: relative;
    width: 100%;
    height: 100vh;
    /* background: #0044aa; */
    background: var(--light-color);
    color: var(--dark-color);
}

.page1 .content {
    width: 100%;
    height: 100vh;
}

nav {
    position: relative;
    width: 100%;
    /* height: 5rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem;
    z-index: 1;
}

nav .logo {
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
}

.navigation {
    display: flex;
    gap: 6rem;
    padding-right: 3rem;
}

nav a {
    text-decoration: none;
    color: var(--light-color);
    text-transform: uppercase;
    font-size: 1.1rem;
}

#menuIcon i {
    font-size: 1.8rem;
}

.landing-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 5rem);
}

.landing-container .bottom {
	position: absolute;
	width: 100%;
	height: 80vh;
	bottom: 0;
	padding: 3rem;
	top: 34%;
}

.landing-container .bottom .one {
    display: flex;
    justify-content: space-between;
}

.box {
    position: absolute;
    width: 10.4rem;
    height: 19.9rem;
    background: #222;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

#bgVideo {
    position: absolute;
    width: 100vw;
    height: 100%;
    mix-blend-mode: overlay;
    clip-path: inset(34% 46% 34% 46%);
    top: 20%;
    transition: 0.5s;
    object-fit: cover;
    z-index: 0;
}

.bottom .one .left {
    width: 40%;
}

.one .left h5 {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 300;
	position: relative;
	left: 60%;
	bottom: -25%;
	line-height: 0rem;
}

.one .left h1 {
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-size: 7rem;
	font-weight: 300;
	line-height: 8rem;
	position: relative;
	left: 75%;
	bottom: 0;
	line-height: 0.9;
	letter-spacing: -3px;
}

.one .left p {
	font-size: 1.1rem;
	line-height: 1.5rem;
	position: relative;
	left: -200%;
	bottom: 0;
	text-wrap: balance;
}
.btn-solid {
	color: #222;
}
#lastText, .moreText {
	position: relative;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	text-transform: uppercase;
	color: #eee;
}

#lastText a, .moreText a {
    color: #eee;
    text-decoration: none;
}
#lastText a:hover, .moreText a:hover {
    color: #aaa;
}

#lastText .button, .moreText .button {
  display: inline-block;
  opacity: 1;
  color: white;
  text-decoration: none;
}

#lastText .div-block-3, .moreText .div-block-3 {
  height: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

#lastText h3, .moreText h3 {
	font-size: 2.5rem;
	font-weight: 200;
	letter-spacing: 0.4rem;
	margin-bottom: 0;
    display: inline;
}

#lastText i, .moreText i {
    font-size: 2rem;
}
.footer-social .hoverStack {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: 1em;
  line-height: 1;
}
.footer-social h3 {
  margin: 0;
  line-height: 1;
}
.footer-copyright {
	font-size: 12px;
	color: #31454f;
}
.bottom .one .right {
    position: relative;
    width: 15rem;
    height: 15rem;
    left: 20%;
    border: 3px solid var(--light-color);
    border-radius: 20px;
    overflow: hidden;
}

.right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.landing-container .bottom .two {
    display: flex;
    justify-content: space-between;
    align-items: end;
    /* margin-top: 7rem;
    bottom: -100px;
    position: relative; */
}

.two .left {
    position: relative;
    width: 23%;
}

.bottom .two .left h3 {
    font-size: 1.3rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid var(--light-color);
}

.bottom .two .left ul {
    margin-top: 0.4rem;
    font-size: 0.9rem;
}

.bottom .two .left ul li {
	color: var(--light-color);
	background: transparent;
	text-align: center;
}

.two a {
    font-weight: 400;
    /* padding-right: 7rem; */
    letter-spacing: 0.5rem;
    color: var(--light-color);
    text-decoration: none;
    text-transform: uppercase;
}

.bottom .two .left ul li a i {
	font-size: 1.7rem;
}

.bottom .two .right {
    position: relative;
    width: 15rem;
    height: 15rem;
    left: 20%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* ---==== Work Section ====--- */
#work {
	background: transparent;
}
/* #work h2 {
	color: #222;
	opacity: 1;
	font-size: 2rem;
	margin: 0;
	max-width: fit-content;
} */
#work h3 {
    font-family: 'Bely-Display', sans-serif;
	color: #222;
  opacity: 1;
  font-size: 2rem;
  margin-bottom: 10px;
}
#work h5, #work .work-item {
	opacity: 1;
	z-index: 2;
	overflow: hidden;
	text-decoration: none;
}
#work .outline-text-webkit {
	-webkit-text-stroke: 1px #eee;
}
#work .project-description {
	color: #6c757d !important;
	margin-bottom: 0;
}
#work .list-group {
	width: 100%;
	max-width: 80vw;
	margin: 0 auto;
}
#work .list-group-item {
	padding: 25px;
	color: var(--dark-color);
	background-color: transparent;
	border: var(--bs-list-group-border-width) solid rgba(0, 0, 0, 0.13);
	border-width: 0 0 var(--bs-list-group-border-width);
	transition: all 0.4s ease-in-out;
}
#work .list-group-item:hover {
	background: rgba(0, 0, 0, 0.034);
}

#work .workImg {
  position: absolute;
  width: 100vw;
  height: auto;
  object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}
#work .work-item img {
  max-width: 340px;
  border-radius: 50%;
  transition: filter 0.3s ease;
  mix-blend-mode: screen;
  pointer-events: none;
}
#work.scotch-container a:hover:before, .scotch-container a:hover:before{
  content: "";
  display: flex;
  position: absolute;
  /* background-image:var(--gif-texture); */
  height: 100vh;
  width: 100vw;
  translate:0px 0px;
  background-repeat: no-repeat;
  background-position-y:-40px;
  background-size: cover;
  mix-blend-mode: screen;
  pointer-events: none;
  background-blend-mode: screen;
  opacity: 7%;
  z-index: 9999999;
}
#work .list-group:has(li:hover) li:not(:hover) {
  filter: blur(4px)
}
#work ul.list-group.list-group-flush li:last-child {
  border-bottom: none !important;
}

/* Tunable var */
.cardProject { --blur-amount: 6px; }

/* Smooth in both directions */
.cardProject .card-project { 
  transition: filter .5s ease;
  filter: none;
}

/* Preferred path (modern browsers inc. your Firefox 144): parent reacts only when a child is hovered */
@supports(selector(:has(*))) {
  .cardProject:has(.card-project:hover) .card-project {
    filter: blur(var(--blur-amount));
  }
  .cardProject:has(.card-project:hover) .card-project:hover {
    filter: none;
  }
}

/* Fallback path (older browsers): blur only non-hovered siblings */
@supports not (selector(:has(*))) {
  .cardProject:hover .card-project:not(:hover) { 
    filter: blur(var(--blur-amount));
  }
  .cardProject:hover .card-project:hover { 
    filter: none;
  }
}

/* Last-resort safety override in case something else declared filter later */
.cardProject .card-project.is-active,
.cardProject:has(.card-project:hover) .card-project:hover {
  filter: none !important;
}

.cardProject:has(.card-project:hover) .card-project .card {
  filter: blur(var(--blur-amt));
}
.cardProject:has(.card-project:hover) .card-project:hover .card {
  filter: none;
}




/* ---==== Client Section ====--- */
#clients {
	background: #071a33;
}
#clients img {
	filter: brightness(0%) invert(50%);
}
/* .page1, .page2, .page3{
    width: 100%;
    height: 100vh;
} */

#page2, #page3, #page4, #page5, #page6, #page7, #page8, #findings {
	z-index: 9;
	position: relative;
}


/* ---==== Client Section About ====--- */
#about #page1 {
    background-color: #00050c;
    background: url("../img/bg/charlieBrown.avif");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 3px 4px 1px rgba(0,0,0,0.43);
    height: 100dvh;
}

#page5.imageAboutFocus {
	background: url("../img/projects/frankPattys/focus.webp");
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}

#about #page3 {
    background-color: #00050c;
    background: url("../img/projects/cloudGray.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 3px 4px 1px rgba(0,0,0,0.43);
}
.timeline {
	position: relative;
	margin: auto;
	padding: 40px 0;
	max-width: 1200px;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  left: 50.1%;
  margin-left: -3px;
}
.timeline-element {
  padding: 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline-element::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: #eee;
	border: 2px solid var(--gold-color);
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}
.timeline-dates {
	color: var(--muted-color);
}
.left {
  left: 0;
}
.rightSide {
  left: 50%;
}
.rightSide::after {
  left: -13px;
}
.timeline .content {
	background: rgba(255, 255, 255, 0.027);
  padding: 25px 50px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  z-index: 9;
  position: relative;
	border: none;
}
.timeline .content h3 {
  color: var(--text-color);
}
.timeline .content h5 {
  color: var(--text-color);
}

/* ---==== Client Section Frank Patty Focus ====--- */
#projectFrankPattys #page1 {
    background-color: #00050c;
    background: url("../img/projects/frankPattys/hero.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 3px 4px 1px rgba(0,0,0,0.43);
    height: 100dvh;
}

#page5.imageFrankPattyFocus {
	background: url("../img/projects/frankPattys/focus.webp");
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}

#projectFrankPattys #page3 {
    background-color: #00050c;
    background: url("../img/projects/cloudGray.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 3px 4px 1px rgba(0,0,0,0.43);
}

.btn.btn-light {
	text-shadow: none;
	border-radius: 0;
	border: 1px solid #222;
}

/* ---==== Client Section Conduent Focus ====--- */

#projectConduent #page1 {
	background-color: #00050c;
	background: url("../img/projects/conduent/hero.avif");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	text-shadow: 3px 4px 1px rgba(0,0,0,0.43);
	height: 100dvh;
}

#page5.imageConduentFocus {
	background: url("../img/projects/conduent/focusBg.webp");
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}

#page5 .list-group-item {
	color: #222;
	background: #fff;
	padding: 5px 15px;
	margin: 10px;
	border-radius: 50px;
}



/* ---==== Client Section LSV Focus ====--- */
#projectLSV #page1 {
    background-color: #00050c;
    background: url("../img/projects/LSV/focus.avif");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 3px 4px 1px rgba(0,0,0,0.43);
    height: 100dvh;
}

#page5.imageLSVFocus {
	background: url("../img/projects/LSV/focus.webp");
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}

#projectLSV #page3 {
    background-color: #00050c;
    background: url("../img/projects/cloudGray.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 3px 4px 1px rgba(0,0,0,0.43);
}



/* ---==== Client Section Pinfest Focus ====--- */
#projectPinfest #page1 {
    background-color: #00050c;
    background: url("../img/projects/Pinfest/hero.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 3px 4px 1px rgba(0,0,0,0.43);
    height: 100dvh;
}

#page5.imagePinfestFocus {
	background: url("../img/projects/Pinfest/focus.webp");
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}

#projectPinfest #page3 {
    background-color: #00050c;
    background: url("../img/projects/cloudGray.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 3px 4px 1px rgba(0,0,0,0.43);
}







.listContainer li {
	margin-bottom: 16px;
}

.strip{
    width: 1400%;
    /* for smooth animation */
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 3s;
}

.page2 h1{
    color: #ffffff;
    font-family: newFont;
    font-size: 10.5rem;
    line-height: 12rem;
    pointer-events: none;
}

h1 span{
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}

/* all odd element. 2n -> 2, 4 all the right's */
.strip:nth-child(2n){
    margin-left: -100%;
}
/* .page2 img {
	filter: grayscale(100%) brightness(100%);
} */




/* ---==== Footer ====--- */
.footer-social ul li a {
  z-index: 9999;
  position: relative;
}
ul.social-icons li {
	margin: 0 10px;
	display: flex;
	justify-content: center;
}
ul.social-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.header-social ul.social-icons li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-decoration: none;
	color: inherit;
	position: relative;
}
ul.social-icons li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
ul.social-icons li a i {
  font-size: 34px;
  pointer-events: none;
}
.header-social ul.social-icons li a i {
  font-size: 18px;
  pointer-events: none;
}
.footer-bold {
	color: #090909 !important;
	font-size: 17vw;
	bottom: -430px;
	position: absolute;
}

#footer {
	background: #00050c;
  background-image: url("../img/bg/gradientFooter.avif");
  background-size: cover;;
	color: #eee;
  height: 100dvh;
}
#footer h2 {
	font-size: 7rem;
}




/* ---==== Global Styles ====--- */
.custom-text-shadow, .custom-text-shadow-lite {
	border-radius: 50px;
	padding: 5px 12px;
	display: inline-block;
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(1px);
}

.card.desktopCard, .card.ipadCard, .card.iphoneCard {
  background: transparent;
  border: none;
}
.custom-bg-shadow {
	background: rgba(255, 255, 255, 0.027);
	padding: 25px 50px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	z-index: 9;
	position: relative;
}

.custom-text-shadow {
	background: rgba(255, 255, 255, 0.027);
}

.custom-text-shadow-lite {
	background: rgba(0, 0, 0, 0.027);
}

.colorGradient {
	position: absolute;
	width: 300px;
	height: 300px;
	top: -1100px;
	left: 1500px;
	z-index: 0;
	opacity: 0.7;
	opacity: 1;
	filter: blur(0px);
	transform: rotate(67.9997deg);
	translate: none;
	rotate: none;
	scale: none;
}

.about-box {
	padding: 70px !important;
	overflow: hidden;
	background: #071a33;
	max-width: 70dvw;
	margin: 0 auto;
}
/* .about-box {
  width: 50vw; 
  height: 50vh;
  background-color: #ff6347;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.5); 
  transform-origin: center center;
  will-change: transform; 
} */
.tiny-title {
  font-size: 12px;
}
@media (max-width: 768px) {
  .about-box {
	padding: 40px !important;
	width: 100dvw !important;
	max-width: 100%;
	margin: 0 !important;
}
  .about-box ul li p {
    font-size: 12px;
    text-wrap: balance;
  }
}







/* ---==== Media Queries ====--- */


@media screen and (max-width: 992px) {
  .navbar-brand {
	position: relative;
	top: 0;
}
.glowing-border {
	min-height: 140px;
	max-height: 300px;
}
.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: rgba(255, 255, 255, 0.65);
	background-color: transparent;
	border: var(--bs-border-width) solid rgba(255, 255, 255, 0.15);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
	position: fixed !important;
	top: 20px;
	right: 20px;
}
.offcanvas #logo {
	width: 150px !important;
} 
    .one .left h1 {
    font-size: 3.4rem;
    line-height: 7rem;
    left: 0%;
    bottom: 40%;
    }
    .one .left h5 {
    left: 0%;
    bottom: 38%;
    }
    .one .left p {
    left: -200%;
    bottom: 50%;
    }
    #lastText h3, .moreText h3 {
	font-size: 1.7rem;
    display: inline;
}
#lastText i, .moreText i {
	font-size: 1.4rem;
}
    .landing-container .bottom .two {
	flex-direction: column;
    margin-top: 7rem;
    align-items: center;
}
    .bottom .one .left, .bottom .two .left {
    width: 100%;
}
    .bottom .one .right, .bottom .two .right {
    display: none;
}
.two a {
	padding-right: 0rem;
}
/* .two ul li a {
	padding-right: 5rem;
} */
.two a h3 {
	letter-spacing: 0;
}
#work .list-group-item {
	padding: 20px 0;
	margin-top: 5px;
}
#work h3 {
	/* font-size: 1.2rem; */
	margin-top: 15px;
}
#work .btn-border-reveal {
	margin-top: 15px;
}
.fab-menu {
	position: fixed;
	left: 80%;
	top: 10px;
	transform: translateX(-50%);
	/* width: 100vw; */
	height: 43px;
	border-radius: 50%;
	border: none;
	background: linear-gradient(180deg,#1e1f23,#15161a);
	color: var(--text);
	cursor: pointer;
	z-index: 7000;
	display: grid;
	place-items: center;
	gap: 4px;
	box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.overlay-link {
	font-size: 7vw;
}
.page2 h1 {
	color: #eee;
	font-family: newFont;
	font-size: 1.7rem;
	line-height: 12rem;
	pointer-events: none;
}
.page2 img {
	width: 76px;
}
#footer h2 {
	font-size: 3rem;
}
#footer h3 {
	font-size: 1rem;
}
.btn-border-reveal i {
  display: none;
}
.project-title {
	font-size: 2.4vw;
	line-height: 1.2;
	margin-top: 20px;
}
}






/* Only hide reveal targets inside opt-in roots */
[data-reveal-root] .gsap-reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(12px);
}
/* [data-reveal-root] .gsap-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
} */


@media screen and (max-width: 768px) {
  #work .work-item img {
	max-width: 100dvw;
	border-radius: 10%;
}
#work .list-group-item {
	padding: 20px 0;
	margin-top: 5px;
	text-align: center;
}
.header-bold, .bento-title, h2, .bento-container .header-bold {
	font-size: 7dvw;
	letter-spacing: 0px;
}
h2.header-bold {
	font-size: 9dvw;
}
.custom-bg-shadow {
	padding: 10px;
}
p {
	max-width: 100dvw;
}
.btn-border-reveal i {
  display: inline-block;
}
 .project-title {
	font-size: 5dvw;
  line-height: 1.2;
}
.navbar-brand img, .mobileNavLabel img {
	width: 90px !important;
	height: auto;
	max-width: 150px;
}
}



/* ---==== Overrides ====--- */

/* --- SAFETY PATCHES --- */

/* A. Progressive enhancement: show by default.
   JS will set them to hidden before animating in. */
.bento-box {
  opacity: 1 !important;
  transform: none;
}

/* B. A fixed wrapper that can accidentally “sit” over the page.
   Make the shell ignore pointer/scroll input unless you need clicks inside. */
.hero-burger-wrapper {
  pointer-events: none; /* allows page to scroll underneath */
}

/* If you have interactive elements inside it, re-enable locally: */
.hero-burger-wrapper .poof,
.hero-burger-wrapper .hero-burger,
.hero-burger-wrapper [data-accepts-pointer] {
  pointer-events: auto;
}

/* C. Belt-and-suspenders: if an overlay or mobile menu failed to close,
   kill the scroll lock on load (JS adds the class, JS will remove it too). */
body.menu-open {
  /* keep as-is for the real overlay, but JS will strip the class on load */
  overflow: hidden;
}


/* ===== Dynamic Navbar ===== */
  html, body {
    overflow-x: hidden;
  }
  :root {
    --oc-duration: .55s;
    --oc-ease: cubic-bezier(.2,.8,.2,1);
  }

  /* NAVBAR */

  /* FULLSCREEN MOBILE MENU */
  .offcanvas-top.offcanvas-full {
    height: 100vh !important;
    border: 0;
    background: rgba(18,18,22,.78);
    color: #fff;
    backdrop-filter: blur(12px) saturate(140%);
    /* Slow + smooth built-in slide */
    transition: transform var(--oc-duration) var(--oc-ease) !important;
  }

  /* Backdrop: slow fade + moodier bg */
  .offcanvas-backdrop.fade {
    background: radial-gradient(1200px 800px at 50% -10%, rgba(20,20,30,.55), rgba(0,0,0,.85));
    transition: opacity calc(var(--oc-duration) * .75) var(--oc-ease);
  }
  .offcanvas-backdrop.show { opacity: 1; }

  /* Staggered link animation (CSS-only) */
  .menu-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: clamp(1.8rem, 6.5vw, 2.6rem);
    letter-spacing: .01em;
    opacity: 0;
    transform: translateY(18px) scale(.98);
    transition:
      opacity .5s var(--oc-ease),
      transform .5s var(--oc-ease);
  }
  /* When offcanvas is open, animate links in with delays */
  body:has(#mobileNav.show) .menu-link { opacity: 1; transform: none; }
  body:has(#mobileNav.show) .menu-link:nth-child(1) { transition-delay: .08s; }
  body:has(#mobileNav.show) .menu-link:nth-child(2) { transition-delay: .16s; }
  body:has(#mobileNav.show) .menu-link:nth-child(3) { transition-delay: .24s; }
  body:has(#mobileNav.show) .menu-link:nth-child(4) { transition-delay: .32s; }

  .menu-rule { opacity: .18; }

  /* Hamburger: 3 bars -> X (CSS-only using :has) */
  .navbar-toggler {
    width: 44px; height: 36px; border: 0; position: relative;
  }
  .navbar-toggler .bar {
    position: absolute; left: 9px; right: 9px; height: 2px; background: currentColor;
    transition: transform .28s ease, opacity .2s ease, top .28s ease;
  }
  .navbar-toggler .bar:nth-child(1) { top: 10px; }
  .navbar-toggler .bar:nth-child(2) { top: 17px; }
  .navbar-toggler .bar:nth-child(3) { top: 24px; }

  /* When the offcanvas is open, morph bars to an X */
  body:has(#mobileNav.show) .navbar-toggler .bar:nth-child(1) { top: 17px; transform: rotate(45deg); }
  body:has(#mobileNav.show) .navbar-toggler .bar:nth-child(2) { opacity: 0; }
  body:has(#mobileNav.show) .navbar-toggler .bar:nth-child(3) { top: 17px; transform: rotate(-45deg); }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .offcanvas-top.offcanvas-full,
    .offcanvas-backdrop.fade,
    .menu-link,
    .navbar-toggler .bar { transition: none !important; }
  }

.parallaxIMG {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


  .hero-burger-wrapper {
            position: fixed;
            z-index: 1;
        }

.hero-burger-wrapper { transform-origin: center; will-change: transform; }