@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Erode";
  src: url("./fonts/Erode-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal italic;
}
@font-face {
  font-family: "Erode Italic";
  src: url("./fonts/Erode-VariableItalic.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal italic;
}

:root {
  --bg-blue: #1e1e1e;
  --font-h1: clamp(40px, 4vw, 80px);
  --font-h2: clamp(32px, 2.5vw, 60px);
  --font-h3: clamp(24px, 1.5vw, 48px);
  --font-body: clamp(16px, 1.2vw, 21px);
}
html {
  overflow-y: overlay;
}
/* Custom scrollbar */
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-style: normal;
  background: #ede5d3;
  width: 100vw;
  overflow-x: hidden;
}
.no-scroll {
  overflow: hidden !important;
  height: 100vh;
  touch-action: none; /* no touch scroll */
  pointer-events: none; /* block all mouse/touch */
}
.crimson {
  font-family: "Erode";
}
.header {
  position: fixed;
  top: 0;
  padding: 16px 80px;
  width: 100%;
  mix-blend-mode: difference;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  color: #ede5d3;
  font-size: 1.7vw;
  font-family: "Erode", serif;
  transition: transform 0.6s ease;
  transform: translateY(0);
  opacity: 0;
  backdrop-filter: blur(1px);
}
.header-center {
  font-weight: 300;
}
.header.hidden {
  transform: translateY(-100%); /* slide up */
}
#edible,
#ventures {
  position: absolute;
  top: 0%;
  left: -1%;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 12px;
  transform: translateX(-12%);
  z-index: 100;
  font-family: "Erode", serif;
  font-variation-settings: "wght" 500;
}
#ventures {
  justify-content: start;
  left: auto;
  margin-left: 12px;
  margin-right: 0;
  right: -1%;
}
.numbers-container {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  position: absolute;
  width: 28vw;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  margin-left: -1.5%;
}
.header-banner-text {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 55;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 30px;
  padding: 0 40px;
  flex-direction: column;
  padding-bottom: 80px;
  /* mix-blend-mode: difference; */
}
.upper-text {
  font-size: 9vw;
  font-family: "Erode", serif;
  font-variation-settings: "wght" 400;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-transform: none;
  letter-spacing: -10px;
  line-height: 0.8;
  padding-bottom: 23px;

  span {
    font-family: "Erode Italic", serif;
  }
}
.loader-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #313e47;
  z-index: 99;
}
.lower-text {
  overflow: hidden;
  font-size: var(--font-h3);
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.video2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.horizontal-line {
  width: 100%;
  height: 1px;
  background: #ede5d3;
}
.Erode {
  font-family: "Erode";
}
.preloader {
  /* background-color: var(--bg-blue); */
  height: 100vh;
  color: #ede5d3;
  background-color: #313e47;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.opacity-0 {
  /* opacity:   0; */
}
.preloader-text {
  text-align: center;
  transition: all 0.2s;
  /* transform: translateY(30px); */
  /* opacity: 1; */
}
.header-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-video {
  width: 20vw;
  z-index: 2;
  height: 25vh;
}
.header-container {
  align-items: center;
  font-family: "Erode";
  font-weight: bold;
  gap: 48px;
  text-transform: uppercase;
  font-size: 100px;
  margin-right: 5vw;
}
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
}
.main-contaier {
  position: relative;
  z-index: 999;
  background-color: #ede5d3;
}
.numbers {
  font-size: 1.7vw;
}
/* Ticker css  */
:root {
  /* px travelled per second (lower = slower). You can override per-row via data attribute. */
  --px-per-sec: 50;
  --gap: 40px;
  --thumb-w: 300px;
  --thumb-h: 150px;
  --font-size: 32px;
}

* {
  box-sizing: border-box;
}
.item-row {
  margin-top: 60px !important;
}
.ticker {
  overflow: hidden;
  width: 100%;
  padding: 400px 0 50px;
  min-height: 100vh;
  background: #ede5d3;
  display: flex;
  flex-direction: column;
}

.ticker_uppersection p {
  margin: 0;
  width: 40%;
  font-size: var(--font-body);
}
.ticker_uppersection {
  margin-inline: 80px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: left;
  font-weight: 300;
  color: #252e35;
}
.ticker_line {
  width: calc(100% - 580px);
  display: flex;
  align-items: center;
}
.ticker_line_inner {
  width: 0%;
  height: 0.5px;
  background: #252e35;
}
.ticker_uppersection .text-end {
}
.steps-text .row {
  margin-top: 20px;
}
.group {
  display: grid;
  /* gap: 12px; */
  margin-top: 400px;
}

.row {
  display: block;
  overflow: hidden;
  position: relative;
  will-change: transform;
  --px-per-sec-row: var(--px-per-sec);
  margin-top: 36px;
}

/* The track that contains original + cloned items */
.row .track:hover {
  animation-play-state: paused !important;
}
.row .track {
  display: flex;
  gap: 90px;
  align-items: center;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
}

/* items */
.item {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 90px;
  color: #313e47;
  font-weight: 400;
  letter-spacing: 0px;
  flex: 0 0 auto;
  font-size: var(--font-h3);
  white-space: nowrap;
  margin-right: 0;
  font-family: "Erode Italic", serif;
}
.item:hover {
  .thumb {
    background-size: 100% !important;
  }
}
.item:nth-child(even) {
  /* flex-direction: column-reverse; */
}
/* thumbnail box */
.thumb {
  width: var(--thumb-w);
  height: var(--thumb-h);
  background: #b2a7a7;
  background-position: center !important;
  background-size: 110% !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease;
}
.exp .thumb {
  background: url(https://s3.nyuct.com/edible/img/food-exp.jpg);
}
.spaces .thumb {
  background: url(https://s3.nyuct.com/edible/img/spaces-2.jpg);
}
.culture .thumb {
  background: url(https://s3.nyuct.com/edible/img/culture.jpg);
}
.design .thumb {
  background: url(https://s3.nyuct.com/edible/img/development-2.jpg);
}
.revival .thumb {
  background: url(https://s3.nyuct.com/edible/img/revival.jpg);
}
.brands .thumb {
  background: url(https://s3.nyuct.com/edible/img/brands.jpg);
}
.restaurants .thumb {
  background: url(https://s3.nyuct.com/edible/img/restaurants.jpg);
}
.economics .thumb {
  background: url(https://s3.nyuct.com/edible/img/economics.jpg);
}
.sourcing .thumb {
  background: url(https://s3.nyuct.com/edible/img/sourcing.jpg);
}
.chefs .thumb {
  background: url(https://s3.nyuct.com/edible/img/chefs-2.jpg);
}
.recipes .thumb {
  background: url(https://s3.nyuct.com/edible/img/recipes.png);
}
.innovation .thumb {
  background: url(https://s3.nyuct.com/edible/img/innovation.jpg);
}
.makers .thumb {
  background: url(https://s3.nyuct.com/edible/ticker/MAKERS.webp);
}
.kitchen .thumb {
  background: url(https://s3.nyuct.com/edible/img/kitchen.jpg);
}
.growers .thumb {
  background: url(https://s3.nyuct.com/edible/ticker/GROWERS.webp);
}
.services .thumb {
  background: url(https://s3.nyuct.com/edible/ticker/SERVICES.webp);
}
.communities .thumb {
  background: url(https://s3.nyuct.com/edible/img/communities.JPG);
}

/* animation applied via inline styles from JS (per-row @keyframes) */
/* pause on hover */
/* .row:hover .track,
.row.pause .track {
  animation-play-state: paused !important;
} */
.row:hover {
  .thumb {
    /* border-radius: 10px;
    transition: border-radius 3s; */
  }
}

/* responsive tweaks */
@media (max-width: 700px) {
  :root {
    --font-size: 22px;
    --thumb-w: 110px;
    --thumb-h: 56px;
    --gap: 24px;
    --px-per-sec: 30;
  }
}

.business_tool {
  background: #ede5d3;
  padding-top: 20px;
  padding-bottom: 100px;
}

.business_tool_line {
  text-align: center;
  height: 400px;
  /* margin: 48px 0; */
}

.business_tool_line_inner {
  margin: 0 auto;
  width: 1px;
  height: 0%;
  background: #000;
}

.business_tool_text {
  padding-block: 40px;
  text-align: center;
  font-size: var(--font-h1);
  color: #313e47;
  font-weight: 400;
  margin-bottom: 15vh;
  letter-spacing: -2.4px;
  line-height: 0.9;
  .char {
    font-family: "Erode", serif;
  }
  p {
    margin: 0;
    .char {
      font-family: "Erode Italic", serif !important;
    }
  }
}

.concept_img,
.design_img,
.development_img,
.launch_img {
  height: 40vh;
  width: 25vw;
  background: url(https://s3.nyuct.com/edible/img/concept-2.jpg);
  background-position: top !important;
  background-size: 110% !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s linear;
}
.concept_img:hover,
.design_img:hover,
.development_img:hover,
.launch_img:hover {
  background-size: 100% !important;
}
.business_tool_inner_two {
  z-index: 1;
}
.business_text {
  font-size: var(--font-h2);
  font-family: "Erode Italic", serif;
  text-align: left;
  color: #313e47;
  margin-top: 10px;
  font-weight: 400;
  padding-left: 40px;
}

.business_tool_inner {
  position: relative;
  min-height: 100vh;
}

.business_concept {
  top: 80px;
  left: 0px;
  position: absolute;
  z-index: 2;
  text-align: center;
}

.business_design {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: calc(30%);
}

.design_img {
  width: 25vw;
  height: 30vh;
  background: url(https://s3.nyuct.com/edible/img/design-3.jpg);
}

.business_development {
  position: absolute;
  z-index: 2;
  bottom: 80px;
  right: calc(30%);
}

.development_img {
  width: 25vw;
  height: 30vh;
  background: url(https://s3.nyuct.com/edible/img/design.jpg);
}

.business_launch {
  position: absolute;
  z-index: 2;
  bottom: 80px;
  right: 0px;
}

.launch_img {
  width: 25vw;
  height: 40vh;
  background: url(https://s3.nyuct.com/edible/four-stages/LAUNCH.webp);
}
.gradient-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
}
.business_tool_inner_two {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 80px;
  font-size: var(--font-body);
}

.business_tool_inner_two_first {
  width: 37%;
  margin-left: auto;
  display: flex;
  opacity: 0;
  padding-top: calc(5vh);

  .business_tool_inner_text {
    width: 60%;
  }
}
.business_tool_inner_text {
  width: 100%;
}
.business_tool_inner_text_anim {
  width: 35% !important;
  font-size: var(--font-body);
}
.business_tool_inner_line {
  width: 45%;
  height: 1px;
  margin-top: 10px;
  /* clip-path: inset(0 0 0 0); */
  background: #000;
}
.text-right {
  text-align: right;
}
.mt-48 {
  margin-top: 48px;
}
.business_tool_inner_two_second {
  width: 40%;
  margin-right: auto;
  display: flex;
  font-weight: 300;
  gap: 32px;
  padding-bottom: calc(5vh);
}
.business_tool_inner_three_second {
  width: 100%;
  margin-right: auto;
  display: flex;
  font-weight: 300;
  gap: 32px;
}
.business_tool_inner_two_first .business_tool_inner_line {
  margin-top: 5px;
  width: 65%;
}
.business_tool_inner_two_first .business_tool_inner_text {
}
.venture_tranform-div {
  width: 100vw;
  height: 100vh;
  background: #313e47;
}
.venture_tranform-div1 {
  width: 100vw;
  height: 100vh;
  background: #313e47;
  padding: 40px 80px 0;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;

  .d-flex {
    gap: 24px;
    align-items: end;
    justify-content: space-between;
  }
}
.text_venture_tranform1 {
  width: 50%;
}
.venture_tranform-div1 .text_venture_tranform {
  color: #ede5d3;
  font-family: "Erode", serif;
  font-size: var(--font-h2);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2px;

  span {
    font-family: "Erode Italic", serif;
  }
}
.venture_tranform-div1 .venture_tranform-img-container {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.venture_tranform {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.venture_tranform-img video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.venture_tranform_line {
  width: 20%;
  margin-bottom: 10px;
}
.venture_tranform_line_inner {
  height: 1px;
  background: #ede5d3;
}
.venture_tranform-img {
  margin-bottom: 40px;
  width: 17vw;
  aspect-ratio: 1;
  background: #000;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.venture_tranform-img1 {
  /* left: 0%; */
  background: url(https://s3.nyuct.com/edible/img/transform-img-1.png);
}

.venture_tranform-img2 {
  /* left: 25%; */
  /* transform: translateX(10%); */
  background: url(https://s3.nyuct.com/edible/img/transform-img-2.png);
}

.venture_tranform-img3 {
  /* right: 25%; */
  /* transform: translateX(-10%); */
  background: url(https://s3.nyuct.com/edible/img/transform-img-3.png);
}

.venture_tranform-img4 {
  background: url(https://s3.nyuct.com/edible/img/transform-img-4.png);
}

/* steps css  */
.steps_heading .steps_heading_inner {
  font-weight: 400;
  color: #313e47;
  font-size: var(--font-h1);
  font-family: "Erode";
  gap: 26px;
  justify-content: center;
  line-height: 0.9;
  letter-spacing: -4.4px;
}
.steps_heading_inner span {
  font-family: "Erode Italic", serif;
}
.steps_heading {
  text-align: center;

  .text-black {
    justify-content: center;
  }
}
.steps_boxes {
  border-top: 1px solid #000;
}
.steps_innersection {
  padding: 200px 80px;
}
.step_box {
  max-width: 1400px;
  margin: 0 auto !important;
  padding: 40px 0px 30px;
  height: 100%;
  max-height: 160px;
  justify-content: space-evenly;
  transition: all 1s;
  align-items: start;
}

.step_box.step_opened {
  height: 100%;
  max-height: 100vh;

  .steps-text-img {
    opacity: 1;
  }
}

.step_box:hover {
  height: 100%;
  max-height: 100vh;

  .steps-text-img {
    opacity: 1;
  }
}

.step_number {
  font-size: var(--font-h2);
  text-transform: uppercase;
  font-family: "Erode italic";
  font-weight: normal;
  color: #313e47;
  line-height: 0.5;
}

.step_title {
  font-size: var(--font-h3);
  font-weight: 500;
  color: #313e47;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.steps-text {
  font-size: var(--font-body);
}
.steps-text-show {
  margin-bottom: 40px;
}
.steps-line {
  padding-top: 15px;
}
.steps-line-animation {
  width: 0%;
  height: 1px;
  background: #000;
  transition: all 0.5s;
}
.step_box:hover .steps-line-animation {
  width: 100%;
}
.steps-text-container {
  color: #313e47;
  font-family: "Fira Sans";
  line-height: 1.2;
}
.steps-text ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
  line-height: 1.2;
  color: #313e47;
}
.steps-text-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.left-side .steps-text-img {
  height: 25vh;
}
.right-side .steps-text-img {
  height: 40vh;
}
.h-40 {
  height: 40vh !important;
}
.h-25 {
  height: 25vh !important;
}
.text-12 {
  font-size: 0.8vw;
}
.steps-text .left-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.steps-img {
  width: 40%;
}
.image-text {
  width: 60%;
}
.steps-text .right-side {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.steps-text-img {
  width: 100%;
  margin-right: 20px;
  transition: all 1.5s;
  opacity: 0;
}
.image-banner img {
  width: 100%;
  padding: 100px 0 60px;
}
.trace-oval {
  position: relative;
  justify-content: center;
}
.trace-oval svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-63%, -45%);
  max-width: 11%;
}
.step_box:hover .steps-text-img {
  opacity: 1;
}
.venture_tranform1 {
  padding-bottom: 100px;
  margin-top: -200px;
  background: #313e47;
}
.bg-darkblue {
  background: #313e47;
}
.bridge-the-gap {
  padding: 0px 0 100px;
  padding-bottom: 0;
}

.bridge-the-gap-section {
  position: relative;
  display: flex;
  width: max-content;
}
.mt-40 {
  margin-top: -40vh;
}
.bridge-the-gap-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bridge-the-gap-sticky {
  width: 100vw;
  margin: 50px auto 0px !important;
  /* position: sticky; */
  /* left: 0px; */
  justify-content: space-evenly;
}
.bridge-the-gap-sticky .justify-between {
  background-color: #ede5d3;
  margin-inline: 56px;
  padding: 0 24px;
  height: 100%;
  width: 100%;
}
.bridge-the-gap-img {
  width: 100%;
  height: 100%;
  background: grey;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.community-img {
  background: url(https://s3.nyuct.com/edible/img/communities-2.JPG);
}
.community-img-1 {
  background: url(https://s3.nyuct.com/edible/img/maker-1.JPG);
}
.community-img-2 {
  background: url(https://s3.nyuct.com/edible/img/makers-2.JPG);
}
.hospitality-img-3 {
  background: url(https://s3.nyuct.com/edible/img/hospitality-3.png);
}
.hospitality-img-1 {
  background: url(https://s3.nyuct.com/edible/img/hospitality-1.png);
}
.hospitality-img-2 {
  background: url(https://s3.nyuct.com/edible/img/hospitality-2.png);
}
.architect-img-3 {
  background: url(https://s3.nyuct.com/edible/img/architect-3.png);
}
.architect-img-1 {
  background: url(https://s3.nyuct.com/edible/img/architect-1.png);
}
.architect-img-2 {
  background: url(https://s3.nyuct.com/edible/img/architect-2.png);
}
.development-img-1 {
  background: url(https://s3.nyuct.com/edible/img/development-img-1.png);
}
.development-img-2 {
  background: url(https://s3.nyuct.com/edible/img/development-img-2.png);
}
.development-img-3 {
  background: url(https://s3.nyuct.com/edible/img/development-img-3.png);
}
.venture-design-img-1 {
  background: url(https://s3.nyuct.com/edible/img/venture-designer-1.png);
}
.venture-design-img-2 {
  background: url(https://s3.nyuct.com/edible/img/venture-designer-2.png);
}
.bridge-the-gap-img-right {
  height: 100%;
}

.bridge-title-sticky.opacity-0 {
  opacity: 0;
}

.bridge-title-sticky.opacity-5 {
  opacity: 0;
}
.bridge-title-sticky.opacity-1 {
  opacity: 1;
}
.bridge-the-gap-sticky-title {
  margin: 0 !important;
  width: 100%;
}
.bridge-the-gap-footer {
  margin-inline: 56px;
  padding: 0 24px;
  font-size: 12vw;
  justify-content: center;
  color: #313e47;
  gap: 32px;
  font-family: "Erode", serif;
  font-weight: 300;
  line-height: 1.2;
}
.d-flex {
  display: flex;
}
.bridge-the-gap-span {
  display: inline-block;
  /* width: 30%; */
  /* height: 10px; */
}

.section_footer {
  /* min-height: 100vh; */
}
/* bridge the gap updated css  */
.bridge-title-sticky {
  padding: 0;
  font-size: var(--font-h3);
  font-weight: 500;
  color: #313e47;
  padding: 0;
  font-weight: 500;
  color: #313e47;
  text-transform: uppercase;
}
.bridge-the-gap-sticky-title {
  padding: 0 80px;
  justify-content: space-between;
}
.slide-left-container {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
}
.slide-container {
  /* padding-top: 30px; */
}
.bridge-the-gap-text-container {
  position: relative;
}
.reveal-left {
  overflow: hidden; /* optional but safe */
  will-change: clip-path; /* smoother animation */
}
.hidden-text div {
}
.hidden-text {
  /* position: absolute; */
  /* bottom: 60px; */
  /* right: 40px; */
  /* z-index: -1; */
  width: 100%;
  padding-top: 50px;
  color: #ede5d3;
}
.reveal-image {
  z-index: 3;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-image: url("https://s3.nyuct.com/edible/img/left-to-rt-1.jpg");
}
.hidden-text .business_tool_inner_line {
  width: 60%;
  background: #ede5d3;
  clip-path: inset(0 100% 0 0);
}
.hidden-text .business_tool_inner_text {
  width: 40%;
}
.fade-in-img-2 {
  z-index: 2;
}
.fade-in-img-3 {
  z-index: 1;
}
.fade-in-img-4 {
  z-index: 0;
}

/* bridge the gap updated css  */
/* left to right section  */
.text-banner-section {
  overflow: hidden;
  background-color: #313e47;
  padding-bottom: 200px;
  margin-bottom: 100px;
  margin-top: -20px;
}
.text-banner-image-flex {
  display: flex;
  gap: 30px;
  overflow: hidden;
}
.expand-img {
  width: 20%;
  height: 100%;
  min-height: 60vh;
  max-height: 60vh;
  background-image: var(--bg-img);
  background-size: cover !important;
  object-fit: cover;
  overflow: hidden;
}
.expand-img.full {
  width: 60%;
}
.team-header {
  font-weight: 400;
  color: #313e47;
  font-size: var(--font-h1);
  font-family: "Erode";
  gap: 26px;
  justify-content: center;
  line-height: 0.9;
  letter-spacing: -4.4px;

  span {
    font-family: "Erode Italic", serif;
  }
}
.text-banner-image {
  position: relative;
  height: 100vh;
  width: 100%;
  position: absolute;
}
.fade-in-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fade-in-img-5 {
  z-index: -1;
  width: 40%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-banner-text .text-banner-text-0 {
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  font-size: 10vw;
  font-family: "Erode", serif;
  font-variation-settings: "wght" 400;
  overflow: hidden;
  text-transform: none;
  letter-spacing: -10px;
  line-height: 0.8;
  padding-bottom: 50px;

  span {
    font-family: "Erode Italic", serif;
  }
}
.text-banner-text p {
  opacity: 0;
  margin: 0;
  width: max-content;
  text-align: left;
  margin-left: 0;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.text-banner-text {
  padding: 40px 80px;
  z-index: 9;
  color: #ede5d3;
  font-family: "Erode", serif;
  font-size: var(--font-h2);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -3px;
  min-height: 30vh;
}
.slide-container p {
  width: 50%;
  margin: 0;
  text-align: right;
  font-weight: 300;
  margin-left: auto;
  font-size: var(--font-body);
}
.slide-container h2 {
  /* width: 60%; */
  font-weight: 300;
  font-size: var(--font-body);
  margin: 0;
}
.slide-container .d-flex {
  gap: 24px;
  width: 93%;
  height: 100%;
}
.bridge-left-cont {
  width: 75%;
}
.bridge-right-cont {
  width: 25%;
}
.development-container .bridge-left-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
}
.hospitality-mid-container {
  height: 100%;
}
.architecture-container .bridge-left-cont {
  gap: 12px;
}
.development-container .bridge-right-cont {
  width: 30%;
}
.development-third-cont .bridge-the-gap-img {
  height: 100%;
}
.development-container .bridge-the-gap-text h2 {
  padding: 12px;
}
.hospitality-mid-container {
  height: 100%;
}
.hospitality-container .bridge-left-cont p {
  width: 80%;
  margin-left: auto;
  text-align: right;
}
.hospitality-container .bridge-right-cont .bridge-the-gap-img {
  height: 100%;
}
.hospitality-container p {
  padding-right: 0 !important;
}
.hospitality-container .bridge-left-cont {
  gap: 12px;
}
.makers-container .bridge-the-gap-img-right.d-flex .bridge-the-gap-img {
  height: 100%;
}
.makers-container .bridge-the-gap-text h2 {
  padding: 0;
}
.architecture-container .bridge-left-cont .bridge-the-gap-img {
}
.makers-container .bridge-left-cont {
  gap: 24px;
}
.development-container p {
  margin-left: 0;
  width: 100%;
  padding-right: 12px;
  text-align: left;
}
.bridge-the-gap-img-right.d-flex {
  flex-direction: column;
  justify-content: space-evenly;
}
.architecture-container .bridge-the-gap-img-right.d-flex {
  justify-content: start;
}
.venture-designer-container .bridge-the-gap-img-right {
  height: 35vh;
}
.venture-designer-container .bridge-left-cont {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.venture-designer-container .bridge-right-cont {
  width: 50%;
  flex-direction: column;
  gap: 30px;
}
.venture-designer-container p {
  margin-left: 0;
  width: 100%;
  text-align: left;
}
.venture-designer-container .bridge-the-gap-img {
  height: 40vh;
}
/* left to right section  */

footer {
  padding: 0 100px;
  background: #171f24;
  color: #ede5d3;

  a {
    text-decoration: none;
    color: #ede5d3;
  }
  ul {
    padding: 0 !important;
  }
  li {
    list-style: none;
  }
}

.bridge-the-gap-sticky-line {
  height: 1px;
  background: #000;
  margin: 10px 80px;
  max-width: 1400px;
  width: 20%;
}

.footer__nav {
  padding-bottom: 6em;
  display: flex;
  justify-content: center;
}

.footer__meta {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 4fr 4fr 3fr;
  grid-auto-columns: 1fr;
  padding-top: 2em;
  padding-bottom: 2em;
  display: grid;
}

/***************************************************
 * Generated by SVG Artista on 12/11/2025, 6:29:24 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
/* Shared keyframes */
@keyframes svgFill {
  0% {
    fill: transparent;
  }

  100% {
    fill: #eae3d2;
  }
}

/* Base animation for all svg-elem classes */
[class*="svg-elem-"] {
  animation: svgFill 10s infinite reverse linear;
}

/* Sequential delays */
.svg-elem-1 {
  animation-delay: 0.8s;
}

.svg-elem-2 {
  animation-delay: 0.9s;
}

.svg-elem-3 {
  animation-delay: 1s;
}

.svg-elem-4 {
  animation-delay: 1.1s;
}

.svg-elem-5 {
  animation-delay: 1.2s;
}

.svg-elem-6 {
  animation-delay: 1.3s;
}

.svg-elem-7 {
  animation-delay: 1.4s;
}

.svg-elem-8 {
  animation-delay: 1.5s;
}

.svg-elem-9 {
  animation-delay: 1.6s;
}

.svg-elem-10 {
  animation-delay: 1.7s;
}

.svg-elem-11 {
  animation-delay: 1.8s;
}

.svg-elem-12 {
  animation-delay: 1.9s;
}

.svg-elem-13 {
  animation-delay: 2s;
}

.svg-elem-14 {
  animation-delay: 2.1s;
}

.svg-elem-15 {
  animation-delay: 2.2s;
}

.svg-elem-16 {
  animation-delay: 2.3s;
}

.svg-elem-17 {
  animation-delay: 2.4s;
}

.svg-elem-18 {
  animation-delay: 2.5s;
}

.svg-elem-19 {
  animation-delay: 2.6s;
}

.svg-elem-20 {
  animation-delay: 2.7s;
}

.svg-elem-21 {
  animation-delay: 2.8s;
}

.svg-elem-22 {
  animation-delay: 2.9s;
}

.svg-elem-23 {
  animation-delay: 3s;
}

.svg-elem-24 {
  animation-delay: 3.1s;
}

.svg-elem-25 {
  animation-delay: 3.2s;
}

.svg-elem-26 {
  animation-delay: 3.3s;
}

.svg-elem-27 {
  animation-delay: 3.4s;
}

.svg-elem-28 {
  animation-delay: 3.5s;
}

.svg-elem-29 {
  animation-delay: 3.6s;
}

.svg-elem-30 {
  animation-delay: 3.7s;
}

.svg-elem-31 {
  animation-delay: 3.8s;
}

.svg-elem-32 {
  animation-delay: 3.9s;
}

.u-text-darkgray {
  color: #565657;
}
.u-mb-2 {
  margin-bottom: 20px;
}
.footer-nav__item {
  color: #ede5d3;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}
.footer__meta {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 4fr 4fr 3fr;
  grid-auto-columns: 1fr;
  padding-top: 2em;
  padding-bottom: 2em;
  display: grid;
}

.footer-bottom {
  display: flex;
  padding-bottom: 100px;
  align-items: center;
  gap: 40px;
  font-size: var(--font-body);
}
.footer_line {
  width: 100%;
  height: 0.5px;
  background: #eae3d2;
}
.menu {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 1000;
  mix-blend-mode: difference;
  background-color: #313e47;
  border-radius: 30px 0 0 30px;
}
