body {
  margin: 0;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  color: #2A105B;
}

section {
  position: relative;
}

section#section-drone video,
section#section-four video {
  max-width: 100vw;
  max-height: 57vw;
}

/* #textsection-bg__right{
  display:none;
}

#textsection-bg__left{
  display:none;
} */
h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
}

.st-contentwrapper__title {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.justify-content-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

section.st-section {}

.st-contentwrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 80vw;
  padding: 0 10vw;
}

.st-contentwrapper__content {
  max-width: 80vw;
}

.st-contentwrapper__title {
  font-size: 3em;
  font-weight: 800;
}

.absolute-element {
  position: absolute;
  top: 10vh;
  max-width: 80vw;
}

#section-intro .st-contentwrapper {
  background-color: #2a105b85;
}

#section-intro .st-contentwrapper__bgimg {
  background-image: url('../img/textile-factory.jpg');
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}

#section-intro .st-contentwrapper__content h1 {
  font-size: 4em;
  color: #fff;
}

#section-index {
  background-color: #2a105b;
  color: white;
}

.index-item {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 2em;
  position: relative;
  padding-left: 3em;
  line-height: 1;
  cursor: pointer;
  /* transition: all 0.5s ease-out!important; */
}

.index-item:hover {
  color: #42c2d4;
}

.index-item:before {
  color: #EA148B;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  text-align: right;
  width: 1em;
  top: -7px;
}

.index-item[data-index="1"]:before {
  content: '1';
}

.index-item[data-index="2"]:before {
  content: '2';
}

.index-item[data-index="3"]:before {
  content: '3';
}

.index-item[data-index="4"]:before {
  content: '4';
}

.index-item[data-index="5"]:before {
  content: '5';
}

.index-item[data-index="6"]:before {
  content: '6';
}

.index-item[data-index="7"]:before {
  content: '7';
}

.index-item[data-index="8"]:before {
  content: '8';
}

.index-item[data-index="9"]:before {
  content: '9';
}

.index-item[data-index="10"]:before {
  content: '10';
}

#section-one {
  color: #2a105b;
}

#section-one .st-contentwrapper__title {
    position: relative;
    margin-bottom: 10vh;
}

#section-one .st-contentwrapper__content {
    padding-top: 10vh;
}
#section-one .st-contentwrapper__bgimg {
  background-image: url('../img/textile-factory-overlay-two.jpg');
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}

#section-one .content-item {
  background-color: #2a105b1c;
  margin-bottom: 2em;
  margin-top: 2em;
  margin-left: 4em;
  padding: 1em 2em 1em 5.5em;
  min-height: 4em;
  font-size: 24px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.6s cubic-bezier(0.41, 0.01, 0.15, 1.22);
  transform: translateY(2em);
}

#textile-industry-map{
  margin-bottom: 8em;
}

h2#textile-industry-text {
  margin-top:7rem;
    text-align: center;
    font-size: 32px;

}

#section-one .content-item::before {
  content: '';
  width: 175px;
  height: 175px;
  background-size: cover;
  position: absolute;
  left: -3em;
  transition: all 0.6s cubic-bezier(0.41, 0.01, 0.15, 1.22);
  /* transform: scale(.5); */
  transform: scale(0);
  /* transition: all 0.6s cubic-bezier(0.41, 0.01, 0.15, 1.22); */
}

#section-one .content-item[data-circle="textile"]::before {
  background-image: url('../img/textile-circle.png');
}

#section-one .content-item[data-circle="rank"]::before {
  background-image: url('../img/rank-circle.png');
}

#section-one .content-item[data-circle="people"]::before {
  background-image: url('../img/people-circle.png');
}

#section-one .content-item[data-circle="industry"]::before {
  background-image: url('../img/industry-circle.png');
}

#section-two {
  background-color: #2A1F5B;
  color: white;
}

.st-contentwrapper__title::before {
  font-size: 1em;
  position: absolute;
  left: -1.2em;
  top: 0px;
}

.st-contentwrapper__title[data-number="1"]::before {
  content: '1';
  color: #ea148b;
}

.st-contentwrapper__title[data-number="2"]::before {
  content: '2';
  color: #ea148b;
}

.st-contentwrapper__title[data-number="3"]::before {
  content: '3';
  color: #ea148b;
}

.st-contentwrapper__title[data-number="4"]::before {
  content: '4';
  color: #ea148b;
}

.st-contentwrapper__title[data-number="5"]::before {
  content: '5';
  color: #ea148b;
}

.st-contentwrapper__title[data-number="6"]::before {
  content: '6';
  color: #ea148b;
}

.st-contentwrapper__title[data-number="7"]::before {
  content: '7';
  color: #ea148b;
}

.st-contentwrapper__title[data-number="8"]::before {
  content: '8';
  color: #ea148b;
}

.st-contentwrapper__title[data-number="9"]::before {
  content: '9';
  color: #ea148b;
}

.st-contentwrapper__title[data-number="10"]::before {
  content: '10';
  color: #ea148b;
  left: -1.15em;
}

.hidden {
  opacity: 0;
  -webkit-transition: opacity 0.6s linear;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}

.moved {
  transition: all 0.6s cubic-bezier(0.41, 0.01, 0.15, 1.22);
  transform: translateY(2em);
}

.moved.is-inview {
  transform: translateY(0em);
}

.shrunk {
  transition: all 0.6s cubic-bezier(0.41, 0.01, 0.15, 1.22);
  transform: scale(0);
}

.shrunk.is-inview {
  transform: scale(1);
}

.nav-scroller-circle img {
  width: 35%;
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 6%;
}

.nav-scroller-circle.active {
  width: 150px;
  height: 150px;
  opacity: 1!important;
}

.nav-scroller-circle.active .nav-scroller-circle__inner {
  transform: scale(1.5);
}

.title-content {
  font-size: 24px;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-weight: normal;
  margin-top: 1em;
  line-height: initial;
}

.st-contentwrapper__title {
  line-height: 1;
}

#section-seven-two h2 {
    max-width: 1000px;
    line-height: 1.3;
  margin-top: 3em;

}

.nav-scroller-circle {
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform-origin: top left;
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  color: #2a105b;
  font-family: 'Poppins', sans-serif;
  opacity: 0.75!important;
}

.nav-scroller-circle span {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.nav-scroller-circle.active span {
  opacity: 1;
}

.nav-scroller-circle__inner {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform-origin: top left;
  background-color: white;
}

.hidden.is-inview {
  opacity: 1;
}

.nav-scroller__left {
  min-height: 100vh
}

.nav-scroller__right {
  width: 46vw;
  margin-left: 33vw;
  margin-top: 100vh;
  margin-bottom: 100px;
}

.nav-scroller-text {
  padding-bottom: 75vh;
}

.nav-scroller-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-position: center center;
}

.nav-scroller-bg.active {
  opacity: 1;
}

.nav-scroller-bg[data-navscroll-id='impact-1'] {
  background-image: url('../img/water_background.jpg');
}

.nav-scroller-bg[data-navscroll-id='impact-2'] {
  background-image: url('../img/salt_background.jpg');
}

.nav-scroller-bg[data-navscroll-id='impact-3'] {
  background-image: url('../img/sewage_background.jpg');
}

.nav-scroller-bg__wrapper {
  z-index: -1;
  position: absolute;
}

.textsection-bg__wrapper {
  z-index: -1;
  position: absolute;
}

.nav-scroller-circle img {
  transition: all 0.5s ease-out;
}

.nav-scroller-circle[data-navscroll-id="impact-1"] img {
  margin-top: 24%;
}

.nav-scroller-circle.active[data-navscroll-id="impact-1"] img {
  margin-top: 15%;
}

.nav-scroller-circle[data-navscroll-id="impact-2"] img {
  margin-top: 32%;
}

.nav-scroller-circle.active[data-navscroll-id="impact-2"] img {
  margin-top: 25%;
}

.nav-scroller-circle[data-navscroll-id="impact-3"] img {
  margin-top: 40%;
}

.nav-scroller-circle.active[data-navscroll-id="impact-3"] img {
  margin-top: 33%;
}

.nav-scroller-text h2 {
  font-size: 42px;
  line-height: 1.3;
}

.nav-scroller-text p {
  font-size: 32px;
}

section#section-three {
  background-color: white;
}

/* #section-three video {
  max-width: 75vw;
  width: 1400px;
  height: 80vh;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 10vh;
} */

.video-wrapper {
    width: 75vw;
    height: 100vh;
    position: absolute;
    z-index: -1;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section-three video {
  max-width: 1000px;
  width: 75vw;
  height: 80vh;
  position: relative;
  text-align: center;
}




#section-three .st-contentwrapper__title {
  max-width: 300px;
}

#section-three img {
  position: absolute;
  right: 5em;
  bottom: -2em;
  width: 60vw;
}

/* #section-four .textsection-bg__wrapper img {
  position: absolute;
}

#section-four img#textsection-bg__left {
  top: 38em;
}

#section-four img#textsection-bg__right {
  left: 40vw;
  top: 15em;
} */
#section-four .textsection-content__row {
  display: flex;
}

#section-four #textsection-content__left {
  padding-top: 21em;
  padding-bottom: 10em;
  background-color: white;
}

#section-four #textsection-content__right {
  padding-top: 10em;
  padding-bottom: 20em;
  background-color: white;
  margin-top: 40em;
}

#section-four .text-section-content__inner {
  font-size: 24px;
}

#section-four .textsection-bg {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 80vw;
  height: 100vh;
}

#section-four .textsection-content {
  /* margin-top: 32vh; */
  margin-bottom: 5em;
}

#section-four .textsection-content .row {
  display: flex;
  font-size: 24px;
  align-items: center;
  padding: 2em 0;
}

#section-four .container-fluid{
  margin:0;
}

/* .three-columns {
    display: flex;
}

.three-columns__col {
    display: flex;
    flex-direction: column;
    flex-basis: 33%;
    padding: 3em;
    text-align: center;
    font-size: 24px;
} */
.info-col {
  text-align: center;
  font-size: 24px;
}

.info-col img {
  margin-bottom: 2em;
}

#section-five .st-contentwrapper__content .content-item {
  margin-top: 1em;
  margin-bottom: 1em;
}

#section-five .st-contentwrapper__content {
  max-width: 40vw;
  margin-left: 40vw;
  display: flex;
  flex-direction: column;
  padding-top: 60vh;
  padding-bottom: 60vh;
  /* min-height: 200vh; */
  justify-content: space-between;
}

.three-columns__col img {
  /* max-width: 200px;
    text-align: center;
    margin: 2em auto; */
}

.three-columns__imagewrapper {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#third-row {
    margin-top: 4em;
    margin-bottom: 4em;
}

.p-0 {
    padding: 0;
}

.info-col span {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    font-size: 32px;
}

#section-four-two .st-contentwrapper {
  min-height: auto;
  padding-bottom: 40vh;
  padding-top: 10vh;
}

#section-five .st-contentwrapper__content .content-item {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  font-size: 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  align-items: center;
}

#section-five .st-contentwrapper__content .content-item span {
  margin-left: 2em;
}

#section-five .title-content {
  max-width: 400px;
}

#section-five .title-content__subcontent {
  margin-top: 1em;
  font-size: 18px;
}

section#section-five {
  background-color: #2A105B;
  color: white;
}

#section-six .st-contentwrapper {
  padding: 10em 0 10em 0!important;
}

.process-row {
  display: flex;
  align-items: center;
  /* min-height: 60vh; */
  padding-top: 6em;
  padding-bottom: 4em;
  position: relative;
}

.process-row.text-left .st-squares.absolute-element {
    left: 0;
    /* transform: rotate(90deg); */
}

.process-row.text-left .st-squares.absolute-element img {
    transform: rotate(
180deg
) scale(1.5);
}

.process-row .st-squares.absolute-element img {
    transform: scale(1.5);
}

#process-row-one .st-squares.absolute-element {
    top: 50%;
    left: 0;
}

#process-row-two .st-squares.absolute-element {
    top: 50%;
    right: 0;
}

#process-row-three .st-squares.absolute-element {
    top: 50%;
    left: 0;
}

#process-row-four .st-squares.absolute-element {
    top: 50%;
    right: 0;
}

.process-row .st-squares.absolute-element {
  top: 0;
}

.process-row h2 {
  line-height: 1.3;
  margin-top: 0.4em;
  margin-bottom: 0.2em;
}

.process-col__onethird {
  flex-basis: 33%;
}

.process-col__twothird {
  flex-basis: 66%;
  height: 100%;
  min-height: 66vh;
  /* margin-bottom: -30vh; */
}

.process-col__twothird img {
  width: 100%;
}

.process-text {
  background-color: #2a105b;
  font-size: 24px;
  padding: 1em;
  color: white;
  max-width: 23vw;
  position: relative;
  z-index: 999;
}

.process-text__left {
  margin-right: -2em;
  float: right;
}

.process-text__right {
  margin-left: -2em;
}

.nav-scroller-bg[data-navscroll-id='result-1'] {
  background-image: url('../img/sewage_background.jpg');
}

.nav-scroller-bg[data-navscroll-id='result-2'] {
  background-image: url('../img/salt_background.jpg');
}

.nav-scroller-bg[data-navscroll-id='result-3'] {
  background-image: url('../img/water_background.jpg');
}

.nav-scroller-bg[data-navscroll-id='result-4'] {
  background-image: url('../img/pollution_background.jpg');
}

#section-seven .nav-scroller-circle {
  margin-top: 2em;
}

.nav-scroller-circle[data-navscroll-id="result-3"] img {
  margin-top: 24%;
}

.nav-scroller-circle.active[data-navscroll-id="result-3"] img {
  margin-top: 15%;
}

.nav-scroller-circle[data-navscroll-id="result-2"] img {
  margin-top: 32%;
}

.nav-scroller-circle.active[data-navscroll-id="result-2"] img {
  margin-top: 25%;
}

.nav-scroller-circle[data-navscroll-id="result-1"] img {
  margin-top: 40%;
}

.nav-scroller-circle.active[data-navscroll-id="result-1"] img {
  margin-top: 33%;
}

.nav-scroller-circle[data-navscroll-id="result-4"] img {
  margin-top: 38%;
}

.nav-scroller-circle.active[data-navscroll-id="result-4"] img {
  margin-top: 29%;
}

#section-seven-two {
  background-color: #fff;
}

#section-seven-two .st-contentwrapper__bgimg {
  background-image: url('../img/textile-factory-overlay-two.png');
  position: absolute;
  top: 0;
  left: 0;
  height: 130vh;
  width: 100vw;
  z-index: -1;
  opacity: 0.1;
}

#section-seven-two .st-contentwrapper img {
  max-width: 400px;
  margin-top: 1em;
  margin-bottom: 5em;
}

#section-seven-two .st-contentwrapper {
  justify-content: center;
  align-items: center;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

section#section-seven {
  background-color: #2a105b;
  color: white;
}

#section-eight {
  background-color: #42C2D4;
}

#section-eight .title-content {
  max-width: 340px;
}

#section-eight .st-contentwrapper__content {
  max-width: 50vw;
  margin-left: 30vw;
  display: flex;
  flex-direction: column;
  padding-top: 50vh;
  padding-bottom: 50vh;
  justify-content: space-evenly;
}

#section-eight .content-item {
  display: flex;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em;
}

#section-eight .content-item h2 {
  font-size: 32px;
}

#section-eight .content-item p {
  font-size: 24px;
}

#section-eight .content-item img {
  margin-right: 2em;
}

#section-nine {
  background-color: white;
}

#section-nine .st-contentwrapper__content {
  /* display: flex;
    flex-direction: column;
    padding-top: 100vh;
    padding-bottom: 100vh;
    min-height: 200vh;
    justify-content: space-evenly; */
}

#section-nine .st-contentwrapper__left {
  width: 33vw;
  margin-bottom: 10em;
}

#section-nine .st-contentwrapper__title {
  position: relative;
}

#section-nine .st-contentwrapper {
  padding-top: 10vh;
}

#section-nine .st-contentwrapper__content {
  padding-bottom: 10em;
}

.content-item.pilot-site {
  margin-top: 10em;
  background-color: #ffffffba;
  padding: 1em 1em 1em 0;
}

.pilot-site-header {
  display: flex;
  align-items: center;
}

.pilot-site-header__text {
  font-family: 'Poppins', sans-serif;
  margin-left: 1em;
}

.pilot-site-name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.pilot-site-place {
  font-size: 18px;
  color: #ea148b;
}

.pilot-site-content {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.pilot-site-button {
  background-color: #ea148b;
  color: white;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1em;
}

.pilot-site-button img {
  width: 15px;
  margin-left: 0.5em;
  margin-bottom: -1px;
}

section#section-nine .st-contentwrapper__bgimg {
  position: absolute;
  top: 0;
  z-index: -1;
  right: -8vh;
}

section#section-nine .st-contentwrapper__bgimg img {
  width: 115vh;
  margin-right: -1em;
  /* margin-top: -1em; */
}

#footer-one {
  min-height: 56vw;
  /* background-image: url('../img/footer-ship.jpg');
  background-size: cover; */
  position: relative;
  text-align: center;
}

#footer-one .st-contentwrapper__bgimg {
  background-image: url('../img/footer-ship.jpg');
  position: absolute;
  top: 0;
  left: 0;
  height: 56vw;
  width: 100vw;
  background-size: cover;
  z-index: -1;
}

#footer-two {
  min-height: 100vh;
}

#footer-one img {
  /* margin: 0 auto; */
  margin-top: 4em;
}

section#footer-two {
  background-color: #2a105b;
  color: white;
}

.footer-gradient {
  background-color: red;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(42, 16, 91, 1) 100%);
  height: 33vh;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
}

div#footer-left-col {
  /* display: flex; */
  /* flex-direction: column; */
  padding-top: 3em;
}

div#footer-left-col h2 {
  margin-bottom: 0em;
  padding-top: 1em;
}

div#footer-right-col {
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  padding-top: 2em;
}

div#footer-right-col>div {
  /* margin-bottom: 1em; */
}

div#footer-right-col>div {
  margin-bottom: 0.5em;
}

div#footer-right-col a {
  color: #e6007e;
}

section#section-ten {
  background-color: #2a105b;
  color: white;
}

#section-ten .st-contentwrapper {
  padding: 10vh 10vw;
}

#section-ten .st-contentwrapper__title {
  position: relative;
  max-width: 400px;
}

#section-ten h2 {
  font-size: 32px;
}

#section-ten p {
  font-size: 24px;
}

#section-one .is-inview .content-item::before {
  transform: scale(1);
}

#section-one .is-inview .content-item {
  transform: translateY(0em);
}

div#second-row img {
  margin: 0 auto;
  display: block;
}

#st-nav {
  width: 5em;
  height: 5em;
  position: fixed;
  z-index: 1000;
  top: 2em;
  right: 2em;
  background-color: #4AC2D7;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.6s linear;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
}

#st-nav:hover {
  opacity: 1;
}

#st-nav-sidebar {
  min-width: 50vw;
  z-index: 999;
  position: fixed;
  background-color: #4AC2D7;
  transition: all 0.6s cubic-bezier(0.41, 0.01, 0.15, 1.00);
  right: 0;
  top: 0;
  height: 100vh;
  transform: translateX(55vw);
}

#st-nav-sidebar.open {
  transform: translateX(0);
}

#section-ten .container {
  padding: 3em 0;
}

div#obp-row img{
  padding-top: 3em;  max-height: 90vh;
}

.legend {
  display: flex;
  margin-bottom: 0.4em;
}

#legend-pilot .legend-color {
  background-color: #e5087e;
}

#legend-partner .legend-color {
  background-color: #9F99C2;
}

.legend-color {
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
}

.st-squares img {
  width: 50vw;
  opacity: 0.05;
}

.st-squares.absolute-element {
  right: -10vw;
  top: 40vh;
}

#st-nav-sidebar .index-item {
  font-size: 24px;
  margin-bottom: 1em;
  transition: all 0.3s ease-in-out;
}

#st-nav-sidebar .index-item:hover {
  color: #EA148B;
}

.st-nav-sidebar__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 4em;
}

#st-nav-sidebar .index-item:before {
  color: white;
}

#st-nav.open {
  box-shadow: whitesmoke;
  box-shadow: 0px 6px 20px 0px #2a105b4a;
}

#st-nav .hamburger {
  margin-top: 0.3em;
}

#st-nav .hamburger.is-active .hamburger-inner,
#st-nav .hamburger.is-active .hamburger-inner:after,
#st-nav .hamburger.is-active .hamburger-inner:before {
  background-color: white;
}

#st-nav .hamburger-inner,
#st-nav .hamburger-inner:after,
#st-nav .hamburger-inner:before {
  background-color: white;
}

#st-mediakit {
  height: 2.5em;
  padding: 0em 1.25em;
  line-height: 1;
  background-color: #ea148b;
  margin-left: 1em;
  border-radius: 5rem;
  /* opacity: 0.5; */
  transition: opacity 0.6s linear;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
  align-items: center;
  text-decoration: none;
}

#st-mediakit span {
  font-size: 16px;
  /* margin-top: 0.3em; */
}

#st-mediakit img {
  width: 50%;
  margin-bottom: 0.6em;
}

#st-mediakit:hover {
  opacity: 1;
}

#st-bottom-nav {
    display: flex;
    position: fixed;
    right: 2em;
    bottom: 2em;
    z-index: 1000;
    align-items: flex-end;
}

#st-lang {
  height: 2.5em;
  padding: 0em 1.25em;
  background-color: #2a1f5b;
  border-radius: 5rem;
  /* opacity: 0.5; */
  transition: opacity 0.6s linear;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
  align-items: center;
  text-decoration: none;
}

#st-lang span {
  font-size: 16px;
  /* margin-top: 0.1em; */
  /* line-height: 1.2; */
}

#st-lang img {
  width: 50%;
  margin-bottom: 0.6em;
}

#st-lang:hover {
  opacity: 1;
}


.drone-video-wrapper {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

#section-four .st-contentwrapper {
    position: relative;
    padding-top: 57vw;
}

#section-four .st-contentwrapper__title {
    position: relative;
}

video#drone-video {
    opacity: 1;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}

video#drone-video.hide-video {
    opacity: 0;
}


@media only screen and (max-width: 1240px) {
  body {
    font-size: 14px;
  }

  .index-item {
    font-size: 24px;
  }

  #section-one .content-item {
    font-size: 20px;
    padding: 1rem 2rem 1rem 5.5rem;
  }

  #section-one .content-item::before {
    width: 125px;
    height: 125px;
  }

  .nav-scroller-text h2 {
    font-size: 32px;
  }

  .nav-scroller-text p {
    font-size: 24px;
  }

  .title-content {
    font-size: 20px;
  }

  #section-four .textsection-content .row {
    font-size: 20px;
  }

  .process-text {
    font-size: 20px;
    max-width: 25vw;
  }

  .pilot-site-content {
    font-size: 20px;
  }

  #section-ten p {
    font-size: 20px;
  }

  #section-ten h2 {
    font-size: 28px;
  }

  div#footer-right-col {
    font-size: 32px;
  }

  #section-index .container {
    padding-top: 200px;
    padding-bottom: 140px;
  }

  #section-one .container {
    /* padding-top: 200px;
    padding-bottom: 140px; */
  }

  #section-one .st-contentwrapper__bgimg {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  section#section-four-two .row>div {
    padding-bottom: 3em;
  }

  #section-five .title-content {
    max-width: 300px;
  }

  #section-five .st-contentwrapper__content .content-item span {
    margin-left: 1em;
    line-height: 1.2;
  }

  #section-five .st-contentwrapper__content .content-item img {
    width: 6em;
  }

  #section-eight .title-content {
    max-width: 300px;
  }

  #section-eight .content-item img {
    width: 10rem;
  }

  #section-eight .content-item {
    flex-direction: column;
    align-items: flex-start;
  }

  #section-eight .st-contentwrapper__content {
    margin-left: 40vw;
    max-width: 40vw;
  }

  #section-eight .content-item h2 {
    margin-bottom: 0;
  }

  #section-eight .content-item p {
    margin-top: 0.2em;
  }
  .video-wrapper {
    width: 50vw;
    height: 100%;
}
  #section-three video {
    /* top: -10vh; */
    max-width: 50vw;
    height: unset;
}

#section-three .st-contentwrapper {
    min-height: 55vh;
}
.info-col span {
    font-size: 24px;
}

.info-col img {
    width: 65%;
    margin-bottom: 0;
}
#section-seven-two h2 {
    font-size: 32px;
}
#section-seven-two .st-contentwrapper img {
    max-width: 300px;
}
#section-ten p iframe {
    max-width: 100%;
}
}

@media only screen and (max-width: 1024px) {
  #section-five .st-contentwrapper__content .content-item span {
    line-height: 1.2;
    text-align: center;
    margin-top: 1em;
    margin-left: 0;
  }

  #section-index .container {
    padding-top: 5em;
    padding-bottom: 7.5em;
  }

  #st-nav-sidebar {
    min-width: 90vw;
    max-width: 90vw;
    transform: translateX(100vw);
  }

  .st-nav-sidebar__inner {
    padding-left: 2em;
  }

  #section-intro .st-contentwrapper__title img {
    max-width: 300px;
  }

  #section-one .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .st-contentwrapper {
    padding: 0px 5vw;
    width: 90vw;
  }

  .st-contentwrapper__title::before {
    position: initial;
    display: block;
  }

  .nav-scroller-circle {
    display: none;
  }

  .nav-scroller__right {
    width: 100%;
    margin-left: 0;
    margin-top: 16em;
  }

  .nav-scroller-text {
    padding-bottom: 10vh;
  }

  #section-three img {
    bottom: 0;
    width: 80vw;
    left: 10vw;
    max-width: 400px;
  }

  #section-four .textsection-content .container,  #section-four .textsection-content .container-fluid
   {
    width: 80vw;
  }

  #section-four .textsection-content .col-12 {
    margin-bottom: 2em;
  }

  #section-four-two .container {
    width: 80vw;
  }

  #section-five .st-contentwrapper__content {
    margin-left: 0vw;
  }

  #section-five .st-contentwrapper__content .content-item {
    margin-top: 2em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .process-text {
    max-width: 80vw;
    margin-right: 0;
    margin-left: 0;
    color: #2a105b;
    background-color: white;
  }

  .process-col__onethird {
    flex-basis: 100%;
  }

  .process-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 3em;
    padding-bottom: 0px;
  }

  .process-col__twothird {
    flex-basis: 100%;
    min-height: auto;
  }

  #section-eight .st-contentwrapper__content {
    margin-left: 0vw;
    max-width: 80vw;
  }

  #section-nine .st-contentwrapper__left {
    width: 90vw;
  }

  #section-eight .title-content {
    max-width: 90vw;
  }

  #section-five .title-content {
    max-width: 90vw;
  }

  .st-contentwrapper__title.absolute-element {
    position: initial;
    font-size: 2.5em;
    margin-bottom: 0!important;
  }
  h2#textile-industry-text {
    margin-top: 2rem;
}
  #section-index .st-contentwrapper__title {
    margin-top: 10vh;
}

  #section-ten .container {
    width: 90vw;
  }

  #section-ten .st-contentwrapper {
    padding: 0 5vw;
  }

  #section-ten .container img {
    max-width: 90vw;
    margin: 0 auto;
    display: block;
  }

  #section-ten .container iframe {
    max-width: 90vw;
  }

  #section-four .textsection-content {
    margin-top: 5em;
    margin-bottom: 0px;
  }

  #section-four-two .st-contentwrapper {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  #section-five .st-contentwrapper__content {
    padding-top: 100px;
    padding-bottom: 120px;
    max-width: 90vw;
  }

  #section-six .st-contentwrapper {
    padding: 0 0 100px 0 !important;
  }

  #section-eight .st-contentwrapper__content {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .content-item.pilot-site {
    margin-top: 100px;
  }

  #section-nine .st-contentwrapper__left {
    margin-bottom: 120px;
  }

  #section-nine .st-contentwrapper__content {
    padding-bottom: 0;
  }

  #section-ten .container {
    padding: 100px 0;
  }

  .hidden {
    opacity: 1;
  }

  .moved {
    transform: translateY(0em);
  }

  #section-four .textsection-content .row {
    padding: 0 0 4em 0;
  }

  #section-intro .st-contentwrapper__bgimg {
    height: 100%;
  }

  #st-mediakit {
    /* transform: scale(0.75);
    top: 7em; */
  }

  #st-nav {
    transform: scale(0.75);
    transform-origin: top right;
  }
  #section-intro .st-contentwrapper {
    padding: 0px 5vw;
}

.nav-scroller-text::before {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    background-color: white;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom:2em;
    background-size: 50%;
}
.nav-scroller-text[data-navscroll-id="impact-1"]::before,
.nav-scroller-text[data-navscroll-id="result-3"]::before  {
    background-image: url(../img/drop.svg);
}
.nav-scroller-text[data-navscroll-id="impact-2"]::before,
.nav-scroller-text[data-navscroll-id="result-2"]::before  {
    background-image: url(../img/salt-shaker.svg);
}
.nav-scroller-text[data-navscroll-id="impact-3"]::before,
.nav-scroller-text[data-navscroll-id="result-1"]::before {
    background-image: url(../img/wave.svg);
}
.nav-scroller-text[data-navscroll-id="result-4"]::before {
    background-image: url(../img/cloud.svg);
}
body {
    max-width: 100vw;
    overflow-x: hidden;
}
#section-three .st-contentwrapper__title {
    margin-top: 10vh;
    position: initial;
    z-index: 1;
}

#section-three video {
    /* top: 0;
    max-width: 100vw;
    height: 45vw;
    z-index: 0;
    position: initial;
    margin-top: 4em;
    width: 100vw;
    margin-left: -10vw;
    transform: scale(1.5); */
    max-width: 100%;
    width: 100%;
}
#section-index .st-contentwrapper__title {
    margin-top: 10vh;
}

h2#textile-industry-text {
    margin-top: 2rem;
}

.video-wrapper {
    position: initial;
    width: 90vw;
    display: inherit;
    z-index: 0;
    margin-bottom: 4em;
    margin-top: 1em;
}
.st-contentwrapper__title {
    font-size: 2.5em;
}
.st-contentwrapper__title {
    font-size: 2.5em;
}

.nav-scroller-text h2 {
    font-size: 24px;
}

.nav-scroller-text p {
    font-size: 18px;
}
#section-four .st-contentwrapper__title {
    margin-top: 10vh;
}.info-col img {
    max-width: 200px;
}
div#third-row {
    margin-top: 0;
    margin-bottom: 0;
}
.three-columns__imagewrapper {
    height: auto;
    margin-bottom: 1em;
    margin-top: 1em;
}

#section-six .st-contentwrapper__title.absolute-element {
    margin-top: 10vh;
}

.process-row {
    margin-top: 0em;
}

#section-seven-two h2 {
    font-size: 24px;
}

#section-eight .st-contentwrapper__title.absolute-element {
    margin-top: 10vh;
}

#section-ten .st-contentwrapper__title {
    margin-top: 10vh;
}

#section-ten .container {
    padding: 0em 0 7em 0;
}

#section-five .st-contentwrapper__title.absolute-element {
    margin-top: 10vh;
}


}

@media only screen and (max-width: 576px) {
  #section-intro .st-contentwrapper__content h1 {
      font-size: 3em;
  }
  #st-nav {
    top: 1em;
    right: 1em;
  }
  #st-mediakit span, #st-lang span  {
    font-size: 13px;
    line-height:0.5;
  }

  #st-mediakit, #st-lang {
      height: 2em;
  }

  #st-bottom-nav {
      right: 1em;
      bottom: 1em;
  }
  .index-item {
    font-size: 18px;
  }
  #section-one .content-item::before {
    width: 100px;
    height: 100px;
}

#section-one .content-item {
    font-size: 16px;
    padding: 1rem 1rem 1rem 4.5rem;
}
h2#textile-industry-text {
    font-size: 24px;
    margin-top: 0;
}
#textile-industry-map {
    margin-bottom: 6em;
}
.nav-scroller-text::before {
    height: 100px;
    width: 100px;
}
#section-four .textsection-content .row#first-row {
    flex-direction: column-reverse;
}
#process-row-one, #process-row-three {
    flex-direction: column-reverse;
}
.pilot-site-header {
    flex-direction: column;
    /* display: flex; */
    align-items: flex-start;
}

.pilot-site-header img {
    margin-bottom: 1em;
}

.pilot-site-header__text {
    margin-left: 0;
}
.footer-gradient {
    height: 7em;
}
#footer-one img {
    margin-top: 2em;
    max-width: 75%;
}
#section-intro .st-contentwrapper__title img {
    max-width: 75vw;
}
#section-five .st-contentwrapper__content {
    padding-top: 2em;
    padding-bottom: 6em;
}
#section-eight .st-contentwrapper__content{
    padding-top: 2em;
    padding-bottom: 6em;
}
#section-five .st-contentwrapper__content .content-item {
    margin-top: 1em;
}
#st-nav-sidebar .index-item {
    font-size: 16px;
}
.nav-scroller__right {
    margin-bottom: 0em;
}

#section-four .textsection-content .row#first-row {
    padding-bottom: 1em;
}

div#second-row img {
    max-width: 140px;
}
#section-four .textsection-content .row {
    padding-bottom: 0em;
}
#section-four .textsection-content .container-fluid {
    padding-bottom: 3em;
}
.info-col span {
    font-size: 20px;
}

}

#eu-wrapper {
    background-color: #ffffff26;
    display: flex;
    padding: 0.5em;
    max-width: 500px;
    align-items: center;
    margin-top: 3em;
    margin-right: 2em;
}

#eu-wrapper img {
    margin-right: 0.5em;
}

#eu-wrapper span {
    display: inline-table;
}

div#footer-credits {
    margin-top: 2em;
    opacity: 0.5;
}

div#footer-credits a {
    color: white;
    text-decoration: none;
}

div#footer-credits a:hover {
    text-decoration: underline;
}

div#footer-right-col {
    line-height: 1.3;
}
section#section-schema,
#section-six {
    background-color: #EBEAF3;
}

section#section-schema img,
#section-six img#schema-img {
    max-width: 1200px;
    margin: 0 auto;
}

section#section-schema .st-contentwrapper {justify-content: center;}

.scroll-arrows {
  position: relative;
  /**/
  position: absolute;
  top: 50%;
  left: 50%;
  /**/
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.scroll-arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 26.6666666667px solid rgba(234, 20, 139, 0.7);
  border-bottom: 26.6666666667px solid rgba(234, 20, 139, 0.7);
  transform: translate(26.6666666667px, 106.6666666667px) rotate(-45deg);
  animation: scroll-arrows 3s linear infinite;
}
.scroll-arrows:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 26.6666666667px solid rgba(234, 20, 139, 0.7);
  border-bottom: 26.6666666667px solid rgba(234, 20, 139, 0.7);
  transform: translate(53.3333333333px, 0px) rotate(-45deg);
  animation: scroll-arrows 3s linear infinite -1.5s;
}

@keyframes scroll-arrows {
  0% {
    border-left: 26.6666666667px solid rgba(234, 20, 139, 0);
    border-bottom: 26.6666666667px solid rgba(234, 20, 139, 0);
    transform: translate(-13.3333333333px, -53.3333333333px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 26.6666666667px solid rgba(234, 20, 139, 0);
    border-bottom: 26.6666666667px solid rgba(234, 20, 139, 0);
  }
  50% {
    border-left: 26.6666666667px solid rgba(234, 20, 139, 0.7);
    border-bottom: 26.6666666667px solid rgba(234, 20, 139, 0.7);
    transform: translate(-13.3333333333px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 26.6666666667px solid rgba(234, 20, 139, 0);
    border-bottom: 26.6666666667px solid rgba(234, 20, 139, 0);
    transform: translate(-13.3333333333px, 53.3333333333px) rotate(-45deg);
  }
}

#st-scrolldown-wrapper{
    position: absolute;
    bottom: 6em;
    left: 10vw;
    z-index: 998;

}

#st-scrolldown {
    width: 11em;
    height: 11em;
    transform: scale(0.66);
    transform-origin: bottom left;
}

#section-four-anchor-link {
  padding: 2em;
}

#footer-social {
    margin-top: 1em;
}

#footer-social > span {
    margin-bottom: 0.34em;
    display: block;
}

.social-media-icons > a:first-of-type {
    margin-right: 0.3em;
}