@property --colorStop {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
.page-template-about header {
  position: relative !important;
}
.page-template-about header.up {
  position: sticky !important;
}

header.about {
  background-color: #e6ded6;
  position: relative;
}

/* about  banner */
.agency-banner.about {
  background-color: #e6ded6;
}

.agency-banner.about .page-title {
  color: #141414;
  display: block;
}

/* .agency-banner.about .vector-image img {
    height: 620px;
} */

.agency-banner.about h1 {
  color: #141414;
}

/* .agency-banner.about h1 .color {
    color: #141414B2;
} */

.agency-banner.about h3 {
  color: #141414;
}

.agency-banner.about .content .divider {
  background-color: #141414;
}

.agency-banner.about .contex-wrap {
  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 30px;
}

.agency-banner.about .contex-wrap .col {
  width: 50%;
}

.agency-banner.about .contex-wrap .col p {
  font-family: "ABC Monument Grotesk";
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #141414;
  max-width: 555px;
  width: 100%;
  margin: 20px auto 0;
}

/* about banner ends */

/* innovators */
.innovators {
  position: relative;
  background-color: #141414;
  padding: 118px 0 158px;
  color: #fff;
  --text-color: #fff;
}

.innovators .scroll-text {
  background:
    linear-gradient(
        to top,
        transparent 6%,
        var(--text-color) 103%,
        var(--text-color) 0
      )
      left bottom 25vh / 100vw 30vh fixed no-repeat,
    linear-gradient(to top, transparent 55%, var(--text-color) 0) left bottom
      0vh / 100vw 100vh fixed no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* .innovators .scroll-text{
     animation: textReveal linear forwards;
    animation-timeline: view();
    animation-range: cover contain 25%;
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(
      to right,
      hsl(var(--text)) calc(var(--colorStop) - var(--blur)),
      hsl(var(--text) / 20%) var(--colorStop)
    );
}

@keyframes textReveal {
  to {
    --colorStop: calc(100% + var(--blur));
  }
} */

.textReveal {
  --blur: 3rem;
  font-size: 2rem;
  font-weight: 1000;
  span.inr {
    display: block;
    animation: textReveal ease-in forwards;
    animation-timeline: view();
    animation-range: cover contain 25%;
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(
      to bottom,
      hsl(0deg 0% 0%) calc(var(--colorStop) - var(--blur)),
      hsl(32deg 19% 87% / 0%) var(--colorStop)
    );
    /* background-image: linear-gradient(
      to right,
      hsl(var(--text)) calc(var(--colorStop) - var(--blur)),
      hsl(var(--text) / 20%) var(--colorStop)
    ); */
  }
}

@keyframes textReveal {
  to {
    --colorStop: calc(100% + var(--blur));
  }
}

body {
  --background: 0 0% 8%;
  --text: 32 19% 87%;
  background: hsl(var(--background));
  color: hsl(var(--text));
}

.innovators h2 {
  color: #ededed;
  font-family: "ABC Monument Grotesk";
  font-weight: 400;
  font-size: 64px;
  line-height: 60px;
  letter-spacing: 0;
  word-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0;
}

.innovators h2 .italic {
  padding-right: 12px;
}

.innovators h2 .medium {
  font-weight: 500;
}

.innovators h2 .vc {
  font-family: "Gazpacho";
}

.innovators p {
  font-family: "ABC Monument Grotesk";
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.56px;
  text-align: center;
  text-transform: uppercase;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  word-spacing: 4px;
  color: #ededed;
}

.innovators img {
  display: flex;
  margin: 0 auto 40px;
}

/* innovators ends */

/* culture shaper */
.culture-shaper {
  position: relative;
  background-color: #adb7b4;
  z-index: 1;
  padding: 120px 0;
}

.culture-shaper .container {
  max-width: 100%;
}

.culture-shaper .inner-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 25px;
}

.culture-shaper .inner-wrap .col-left h2 {
  font-family: "ABC Monument Grotesk";
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
  color: #141414;
  letter-spacing: 0;
  text-align: left;
  max-width: 1080px;
  width: 100%;
  /* background: linear-gradient(to top, transparent 6%, var(--text-color) 103%, var(--text-color) 0) left bottom 25vh / 100vw 30vh fixed no-repeat, linear-gradient(to top, transparent 55%, var(--text-color) 0) left bottom 0vh / 100vw 100vh fixed no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    --text-color: #141414; */
}
.culture-shaper .textReveal .inr {
  background-image: linear-gradient(
    to bottom,
    hsl(0 0% 7.8% / 1) calc(var(--colorStop) - var(--blur)),
    hsl(32deg 19% 87% / 0%) var(--colorStop)
  );
}

.culture-shaper .inner-wrap .col-left h2 .italic {
  padding-right: 12px;
}

.culture-shaper .inner-wrap .col-left h2 .vc {
  font-family: "Gazpacho";
}

.culture-shaper .inner-wrap .col-right {
  margin-top: 160px;
}

.culture-shaper h2.btm-txt {
  font-family: "ABC Monument Grotesk";
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
  color: #141414;
  letter-spacing: 0;
  text-align: center;
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
  /* background: linear-gradient(to top, transparent 6%, var(--text-color) 103%, var(--text-color) 0) left bottom 25vh / 100vw 30vh fixed no-repeat, linear-gradient(to top, transparent 55%, var(--text-color) 0) left bottom 0vh / 100vw 100vh fixed no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    --text-color: #141414; */
}

.culture-shaper h2.btm-txt .vc {
  font-family: "Gazpacho";
  font-weight: 500;
  display: block;
}

.culture-shaper .contex-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.culture-shaper .contex-wrap .col-right {
  padding-right: 60px;
}

.culture-shaper .contex-wrap .col-right p {
  font-family: "ABC Monument Grotesk";
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  text-indent: 100px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  word-spacing: 2px;
  max-width: 554px;
  width: 100%;
  margin-left: auto;
  color: #141414;
  /* background: linear-gradient(to top, transparent 6%, var(--text-color) 103%, var(--text-color) 0) left bottom 25vh / 100vw 30vh fixed no-repeat, linear-gradient(to top, transparent 55%, var(--text-color) 0) left bottom 0vh / 100vw 100vh fixed no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    --text-color: #141414; */
}

/* culture shaper ends */

.scroll-fade {
  opacity: 1;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .innovators h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .culture-shaper .inner-wrap .col-left h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .culture-shaper .contex-wrap .col-right {
    padding-right: 0;
    padding-left: 40px;
  }

  .culture-shaper h2.btm-txt {
    font-size: 44px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }

  /* .agency-banner.about .vector-image img {
        height: 440px;
    } */

  .culture-shaper .inner-wrap {
    flex-direction: column;
  }

  .culture-shaper .inner-wrap .col-right {
    display: flex;
    justify-content: end;
  }

  .culture-shaper .contex-wrap .col-left {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .culture-shaper .contex-wrap {
    flex-direction: column;
    align-items: start;
    margin-bottom: 40px;
  }
  /* .agency-banner.about .vector-image img {
        height: 315px;
    } */
}
@media (max-width: 576px) {
  /* .agency-banner.about .vector-image img {
        height: 200px;
    } */
  .culture-shaper img.scroll-item {
    max-width: 167px;
    width: 100%;
  }
  .agency-banner.about .contex-wrap {
    flex-direction: column;
    row-gap: 40px;
  }
  .agency-banner.about .contex-wrap .col {
    width: 100%;
  }
  .agency-banner.about .contex-wrap .col img {
    width: 43px;
  }
  .agency-banner.about .contex-wrap .col.btm img {
    width: 67px;
  }
  .agency-banner.about .contex-wrap .col p {
    font-size: 20px;
    line-height: 24px;
  }
  .innovators {
    padding: 60px 0;
  }
  .innovators h2 {
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -0.96px;
    margin: 20px 0;
  }
  .innovators h2 .italic {
    padding: 0;
  }
  .innovators p {
    font-size: 20px;
    line-height: 24px;
  }
  .culture-shaper {
    padding: 80px 0;
  }
  .culture-shaper .inner-wrap .col-left h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .culture-shaper .contex-wrap .col-right p {
    font-size: 20px;
    line-height: 24px;
  }
  .culture-shaper .contex-wrap .col-right p br {
    display: none;
  }
  .culture-shaper h2.btm-txt {
    font-size: 24px;
    line-height: 24px;
  }
}
/* Responsiveness ends */
