/* *******************************************************************************************************************************************/
/* RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* **********************************************************************************************************************************************/
/* Utilities */
body {
  font-family: "DIN Pro", Arial, Helvetica, sans-serif;
}
.h-100 {
  height: 100vh;
}
.has-scroll-smooth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.smooth-scroll {
  overflow-y: auto !important;
}
.section {
  overflow: auto;
}
/* **********************************************************************************************************************************************/
/* Landing Section */
.has-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.has-lines .is-lines {
  width: 25%;
  height: 100%;
  border-left: 1px solid #eaeaea;
  opacity: 0.5;
  position: relative;
}
.has-lines .is-lines .moving-lines {
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  left: 0;
  width: 1px;
  height: 100px;
  opacity: 0.5;
  background-color: #1a1a1a;
}
.section-landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-landing .section-flex {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.section-landing .section-flex #logo .logo-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.section-landing .section-flex #logo .logo-box .reveal-box {
  bottom: 0;
}
.section-landing .section-flex #logo img {
  height: 100px;
  margin: 0 auto;
}
.section-landing .section-flex h4 {
  margin: 20px 0 0 0;
  color: #1a1a1a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.5rem;
  overflow: hidden;
}
.section-landing .section-flex h4 span {
  display: inline-block;
  transform: translateY(100px);
}
.section-landing .section-flex .scroll {
  font-size: 16px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 500%);
}

.is-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  opacity: 0;
}

.is-bottom {
  filter: grayscale(1);
  /* filter: blur(4px);
  opacity: 0.75; */
  /* -webkit-mask-image: url(../img/mask.png);
  mask-image: url(../img/mask.png);
  -webkit-mask-size: 70%;
  mask-size: 70%;
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat; */
}
.is-stagger-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.is-stagger-image {
  position: absolute;
  width: 225px;
  height: auto;
  display: inline-block;
}
.is-stagger-image:nth-last-of-type(1) {
  top: 20px;
  left: 0;
}
.is-stagger-image:nth-last-of-type(2) {
  top: 60px;
  left: 33%;
}
.is-stagger-image:nth-last-of-type(3) {
  top: 40px;
  left: 66%;
}
.is-stagger-image:nth-last-of-type(4) {
  top: 50%;
  right: 10%;
}
.is-stagger-image:nth-last-of-type(5) {
  bottom: 20px;
  right: 33%;
}
.is-stagger-image:nth-last-of-type(6) {
  bottom: 60px;
  right: 66%;
}
.is-stagger-image:nth-last-of-type(7) {
  bottom: 20px;
  left: -10%;
}
.animation-wrap .section {
  min-height: auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.overlaying-flow {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.overlaying-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlaying-flow img {
  height: 192px;
  margin-bottom: 5px;
  /* opacity: 0.2; */
}

.overlaying-flow h2 {
  margin: 20px 0 40px 0;
  color: #1a1a1a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.5rem;
  overflow: hidden;
}
.fow-black h2 {
  color: #fff;
}
.overlaying-flow p {
  width: 60%;
  text-align: center;
}
.overlaying-flow .scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.fow-black {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.fow-black p {
  color: #fff;
  font-size: 22px;
  position: absolute;
  bottom: 80px;
  width: 40%;
}
/* *******************************************************************************************************************************************/
/* Hotizontal Scrolling Section */
.block-anim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: lightgoldenrodyellow;
}

.horizontal-sections {
  position: relative;
  overflow-x: hidden;
}
.horizontal-sections .pin-wrap,
.horizontal-sections .animation-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100vh;
}

.section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100vw;
  flex: 0 0 100vw;
}
.horizontal-2 .section {
  flex: 0 0 100vw;
}
/* *************************************************************************************************************/
/* Long Vertical Scrolling Section 1 */
.vertical-section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.vertical-section-1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  height: 300vh;
}
.vertical-section-1 .long-image {
  width: 25%;
  height: 100vh;
  transform: scale(0.75);
}
.vertical-section-1 .long-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vertical-section-1 .square-image {
  width: 40%;
  height: 100vh;
  transform: scale(0.75);
}
.vertical-section-1 .square-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vertical-section-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.vertical-section-2 .scrolling-up-content {
  width: 30%;
}
.spacer {
  height: 100vh;
  background-color: transparent;
  width: 100%;
}
.scrolling-up-content {
  padding-right: 50px;
}
.scrolling-up-content .who-what-img-content {
  position: relative;
  padding-right: 50px;
}
.scrolling-up-content .who-what-img-content img {
  max-width: 100%;
  height: auto;
}
.scrolling-up-content .who-what-img-content h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 7rem;
  font-weight: 800;
  z-index: -1;
  text-align: right;
  line-height: 0.75;
}
.scrolling-up-content .who-what-img-content h4 span {
  font-size: 9rem;
}
.scrolling-up-content p {
  margin-top: 40px;
}
.is-switching-image {
  min-height: 100vh;
}
.pos1 {
}
.pos2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.switch-image-section {
  position: relative;
  height: 100vh;
  width: 100%;
}
.switch-in-image {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 100%);
}
.switch-in-image .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  background: rgb(206, 201, 212);
  background: linear-gradient(
    180deg,
    rgba(206, 201, 212, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.switch-in-image .hover-text h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fafafa;
  margin-bottom: 40px;
}

.switch-in-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.left-top {
  width: 40vh;
  height: 40vh;
  left: 20vw;
  top: 47vh;
  opacity: 0;
  z-index: 5;
}
.left-bottom {
  left: 17vw;
  top: 95vh;
  opacity: 0;
  z-index: 4;
}
.right-top {
  left: 80vw;
  top: 43vh;
  opacity: 0;
  z-index: 3;
}
.right-bottom {
  opacity: 0;
  left: 83vw;
  top: 90vh;
  z-index: 2;
}
.center-center {
  width: 500px;
  height: 600px;
  opacity: 0;
  z-index: 1;
}

/* New Horizontal Scrolling Sections */
.item {
  width: 100vw;
  height: 99vh;
}

.sectionLeftAndRight .section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

section.afterHorizontal {
  margin-top: -100vh;
}
.intro-1 {
  width: 100%;
  padding: 20px 90px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.intro-1 .intro1-content {
  margin-left: 25px;
}
.intro-1 .intro1-content h2 {
  font-size: 7.5vw;
  margin-left: -15%;
  position: relative;
  z-index: 0;
}
.intro-1 .intro1-content h2 span {
  display: block;
}
.intro-1 .intro1-content p {
  font-size: 17px;
  line-height: 1.8;
  /* width: 85%; */
  margin-left: 15%;
  margin-top: 30px;
}
.intro-2 {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-2 h4 {
  font-size: 64px;
  margin-bottom: 25px;
}
.intro-2 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  width: 75%;
  text-align: center;
}
.logo-faded {
  opacity: 0.05;
  z-index: 3;
  margin-bottom: 40px;
}
.logo-faded img {
  max-width: 700px;
  height: auto;
  display: block;
}

/* Make Plyr video in What We Believe section fully visible and large */
.belief-video-wrap {
  opacity: 1;
  width: min(50vw, 820px);
  margin: 0 auto 40px;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
.belief-video-player {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  pointer-events: auto;
}
.belief-video-wrap .plyr {
  width: 100%;
}
.intro-3 {
  display: flex;
  flex-direction: row;
}

/* Additional - Who Wat */
.section-2 {
  /* height: calc(300vh + 32px + 16px); */
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-columns: 40% 60%;
}
.section-2 .textquote {
  font-size: 5vmin;
  padding: 16px 16px 0 16px;
}
.section-2 .text-quote .cite {
  display: block;
}
.section-2 .images-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 8px;
  gap: 8px;
  margin-top: 16px;
}
.section-2 .images-container img {
  width: 100%;
  max-height: 75vh;
  height: 100%;
  align-self: stretch;
  object-fit: cover;
}
.contebts h2 {
  font-size: 56px;
  font-weight: 700;
}
.contebts p {
  font-size: 18px;
  line-height: 1.8;
}

/* ADDED CSS */
.sticky-image {
  display: flex;
  height: 100vh;
}
.sticky-image .image-wrapper {
  width: 50%;
}
.sticky-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(200px);
  opacity: 0;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}
.sticky-image .image-wrapper .is-animated {
  opacity: 1;
  transform: translateY(0);
}
.data-scrolling-text {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.data-scrolling-text .text-wrapper {
  width: 40%;
  margin-left: auto;
  padding: 20px 50px;
}
.data-scrolling-text .text-wrapper h2 {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 40px;
  transform: rotateX(90deg);
  transform-origin: center;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.data-scrolling-text .text-wrapper p {
  font-size: 18px;
  line-height: 1.8;
  transform: rotateX(90deg);
  transform-origin: center;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.data-scrolling-text .text-wrapper h2.is-animated,
.data-scrolling-text .text-wrapper p.is-animated {
  opacity: 1;
  transform: rotateX(0deg);
}

.believe {
  padding: 30px 90px;
  text-align: right;
}
.believe .b-content {
  width: 45%;
  margin-left: auto;
}
.believe .b-content h2 {
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 40px;
}
.believe .b-content p {
  font-size: 18px;
  line-height: 1.8;
}

.bg-dark {
  background-color: #1a1a1a;
}
.wedo {
  padding: 30px 90px;
}
.wedo .wd-content {
  width: 45%;
  /* margin-left: auto; */
}
.wedo .wd-content h2 {
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 40px;
  text-align: left;
  color: #fff;
}
.wedo .wd-content p {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  color: #fff;
}

.sticky-sections {
  height: 100vh;
}

.service-wrapper {
  height: 500vh;
}
.services-images {
  width: calc(20% - 15px);
  height: 450px;
}
.services-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.introduction {
  height: 100vh;
  width: 100vw;
  background: green;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

/* .about-section {
  background-color: #cec9d4;
} */
.text-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 20px;
}
.text-wrapper h1 {
  font-size: 8.5vw;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.text-wrapper h1 span {
  display: block;
  transform: rotateX(-80deg);
  opacity: 0;
  transition: all 1s ease-in-out;
}
.text-wrapper h1 span:last-of-type {
  opacity: 0;
}
.text-wrapper h1 span:first-of-type {
  transition-delay: 0.4s;
}
.text-wrapper h1 span:nth-of-type(2) {
  transition-delay: 0.5s;
}
.text-wrapper h1 span:last-of-type {
  opacity: 0;
  transition-delay: 0.6s;
  color: #cec9d4;
}
.is-inview span {
  transform: rotateX(0) !important;
  opacity: 1 !important;
}
.is-inview span:last-of-type {
  color: #e5e5e5;
}

.text-wrapper small {
  width: 0;
  display: block;
  height: 1px;
  background: #eaeaea;
  margin-top: 75px;
}
.is-inview small {
  width: 100%;
  transition: all 1s ease-in-out;
  transition-delay: 0.8s;
}

.about-text-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.about-text-content .about-tc {
  width: 70%;
  padding-left: 75px;
}
.about-text-content .about-tc h4 {
  font-size: 64px;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(95px);
  transition: all 1s ease-in-out;
  transition-delay: 0.4s;
}
.about-text-content .about-tc p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(95px);
  transition: all 1s ease-in-out;
  transition-delay: 0.6s;
}
.about-text-content .about-tc p:last-of-type {
  transition-delay: 0.8s;
}
.about-text-content .about-tc.is-inview h4,
.about-text-content .about-tc.is-inview p {
  transform: translateY(0);
  opacity: 1;
}
.bg-white .scroller,
.bg-dark .scroller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  z-index: 99;
}
.bg-white .scroller img,
.bg-dark .scroller img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.14;
}
.bg-dark .scroller img {
  filter: invert(1);
}

.services-list {
  height: 125vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}
.services-list .service-left,
.services-list .service-right,
.services-list .service-center {
  width: calc(33.33% - 15px);
  height: 100%;
}
.services-list .services-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50%;
}
.services-list .services-item .services-item-image {
  height: 100%;
}
.services-list .services-item:nth-of-type(1) {
  top: 40px;
  left: 45px;
}
.services-list .services-item img {
  width: 100%;
  height: 85%;
  object-fit: contain;
  object-position: center;
}
.flex-start {
  justify-content: flex-start;
}

.project-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.project-box .project-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: calc(50% - 25px);
}
.project-box .project-item .project-image {
  padding: 20px;
}
.project-box .project-item .project-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.project-box .project-item .project-title {
  width: 30%;
}
.project-box .project-item .project-title h3 {
  font-size: 24px;
}

.overlaying-flow ul {
  margin-top: 20px;
}
#footerSection .overlaying-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footerSection .overlaying-flow ul li p {
  width: 100%;
  font-size: 18px;
  margin: 25px 0;
}
.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.social-links li p a {
  display: inline-block;
  margin: 10px 15px;
  font-size: 24px;
}
.fow-black p,
.fow-black a {
  color: #fff !important;
}
#footerSection .fow-black {
  overflow: hidden;
}

#footerSection .fow-black p {
  position: static;
}
a {
  text-decoration: none;
}
.white-space {
  flex: 0 0 150px;
}
.white-space2 {
  flex: 0 0 5px;
}
.about-content-section {
  position: relative;
  flex: 0 0 75vw;
}
#about-section {
  overflow: visible;
}
#about-section:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -300px;
  width: 500px;
  height: 500px;
  background-image: url("../img/a3c370380dbaae768ee4f1a193c80a65.png");
  background-size: contain;
  background-position: center;
}
*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.section {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.has-hero-image {
  align-items: flex-end;
}
.intro-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px;
}
.intro-end-text {
  width: 40%;
  padding-right: 40px;
  padding-bottom: 70px;
}
.intro-end-text h4 {
  font-size: 64px;
  margin-bottom: 25px;
}
.intro-end-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
.intro-end-image {
  width: 60%;
}
.intro-end-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .horizontal-sections .pin-wrap,
  .horizontal-sections .animation-wrap {
    display: block;
    text-align: center;
  }
  .section-amin {
    display: block;
  }
  .fow-black {
    position: static;
    clip-path: none;
    display: none;
  }
  .overlaying-flow h2 {
    font-size: 2rem;
  }
  .white-space {
    display: none;
  }
  #about-section:after {
    width: 100%;
    height: 500px;
    right: 0;
    background-repeat: no-repeat;
  }
  #about-section {
    overflow: hidden;
    min-height: auto;
    height: auto;
    margin-top: 90px;
  }
  .horizontal-sections .pin-wrap,
  .horizontal-sections .animation-wrap {
    height: auto;
  }
  .text-wrapper {
    display: block;
    height: 80vh;
  }
  .text-wrapper h1 span,
  .text-wrapper h1 span:last-of-type {
    opacity: 1;
    transform: none;
  }
  .animation-wrap .section {
    height: auto;
    width: auto;
  }
  .smooth-scroll {
    overflow: hidden;
  }
  .about-text-content .about-tc h4,
  .about-text-content .about-tc p {
    opacity: 1;
    transform: none;
  }
  .about-text-content {
    display: block;
  }
  .about-text-content .about-tc {
    width: auto;
    padding: 0;
    padding: 0 20px;
  }
  .about-text-content .about-tc h4,
  .intro-2 h4,
  .intro-end-text h4 {
    font-size: 32px;
  }
  .logo-faded {
    margin-top: 90px;
  }
  .logo-faded img {
    max-width: 100%;
  }
  .belief-video-wrap {
    width: min(92vw, 820px);
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .intro-end {
    display: block;
  }
  .intro-end-text {
    width: auto;
    padding: 0;
  }
  .has-hero-image {
    padding: 60px 0;
  }
  .intro-end-image {
    width: auto;
  }
  .intro-end {
    padding: 0 15px;
  }
  .switch-image-section {
    height: auto;
    padding: 0 15px;
    width: auto;
  }
  .switch-in-image {
    position: static;
    transform: none;
    opacity: 1;
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }
  .intro-1 {
    width: auto;
    padding: 0 15px;
    flex-direction: column;
  }
  .hero-image img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .intro-1 .intro1-content,
  .intro-1 .intro1-content h2 {
    margin: 0;
  }
  .intro-1 .intro1-content h2 span {
    display: inline-block;
    margin-right: 10px;
  }
  .intro-1 .intro1-content p {
    margin-left: 0;
  }
  .project-box {
    flex-wrap: wrap;
  }
  .project-box .project-item {
    width: 100%;
    align-items: center;
  }
  .project-box .project-item .project-title {
    width: 75%;
  }
  .overlaying-flow {
    text-align: center;
  }
  .fow-black {
    display: none !important;
  }
}
