/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* 1.1 typography */
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('https://static.igem.wiki/teams/4757/wiki/poppins-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('https://static.igem.wiki/teams/4757/wiki/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('https://static.igem.wiki/teams/4757/wiki/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('https://static.igem.wiki/teams/4757/wiki/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: auto;
  font-family: 'Bauhaus';
  src: url('https://static.igem.wiki/teams/4757/wiki/bauhaus93.ttf') format('truetype');
}

body {
  line-height: 31px;
  font-family: "Poppins";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  background-color: rgb(244, 252, 255) !important;
}

html {
  scroll-behavior: smooth;
}

p, .paragraph {
  font-weight: 300;
  color: #091337;
  font-size: 17px;
  line-height: 31px;
  font-family: "Poppins", sans-serif !important;
}

h1, .h1 {
  color: #091337 !important;
  /*color: rgb(239, 151, 57) !important;*/
  font-family: "Bauhaus" !important;
  font-weight: 600;
  line-height: 1.5;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif !important;
}

/*h1, .h1 {
  font-size: 56px;

  color: #ffffff !important;
  text-shadow: 0px 0px 0 rgb(250,188,2),
             1px 1px 0 rgb(245,183,0),
             2px 2px 0 rgb(240,178,0),
             3px 3px 0 rgb(235,173,0),
             4px 4px 0 rgb(230,168,0),
             5px 5px 0 rgb(225,163,0),
             6px 6px 0 rgb(220,158,0),
             7px 7px 0 rgb(215,153,0),
             8px 8px 0 rgb(210,148,0),
             9px 9px 0 rgb(205,143,0),
             10px 10px  0 rgb(200,138,0),
             11px 11px 10px rgba(0,0,0,0.6),
             11px 11px 1px rgba(0,0,0,0.5),
             0px 0px 10px rgba(0,0,0,.2);

}*/

h2, .h2 {
  font-size: 43px;
}

h3, .h3 {
  font-size: 37px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 13px;
}

.btn {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 12px 20px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-primary {
  border: none !important;
  background-image: linear-gradient(25deg, #F5C845 0%, #F59830 95%);
  color: #091337;
  transition: background 1s ease-out;
}

.btn-primary:active {
  border: none !important;
  background: linear-gradient(25deg, #F59830 0%, #F5C845 95%) !important;
}

.btn-primary:hover {
  background: linear-gradient(205deg, #F59830 0%, #F5C845 95%);
  color: #091337;
}

.btn-secondary {
  background-image: linear-gradient(6deg, #F5C845 0%, #F59830 100%);
  background-color: transparent;
  color: #091337;
}

.btn-secondary:active {
  background: linear-gradient(6deg, #F59830 0%, #F5C845 100%) !important;
}

.btn-secondary:hover {
  background: linear-gradient(186deg, #F59830 0%, #F5C845 100%);
  color: #091337;
}

.btn-lg {
  padding: 15px 85px;
}

body {
  background-color: #f4fcff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #20a5ff;
  color: #fff;
}

::selection {
  background: #20a5ff;
  color: #fff;
}


:root {
  --dark-color: #276F91;
  --light-color: #8ecdeb;
}

.sustainable svg {
  cursor: pointer;
}

#dark1,
#dark2,
#light1 {
  transition: all 0.5s ease;
}

#dark2 {
  transform: translateX(-100%);
}

.sidebar #darkGroup {
  fill: var(--dark-color)
}

.sidebar #lightGroup {
  fill: var(--light-color)
}

.sidebar .sub-sidebar #darkGroup {
  fill: #ff920d;
}

.sidebar .sub-sidebar #lightGroup {
  fill: #fd9e29;
}

.sidebar a:hover #light1 {
  transform: translateX(20%);
}

.sidebar  a:hover #dark1 {
  transform: translateX(40%);
  opacity: 0;
}

.sidebar  a:hover #dark2 {
  transform: translateX(0%);
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #008dec;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-lg {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 575px) {
  .section-lg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.section-title {
  margin-bottom: 30px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-primary {
  background: #008dec !important;
}

.bg-gray {
  background: #f2f3f5;
}

.text-primary {
  color: #008dec !important;
}

.text-dark {
  color: #091337 !important;
}

.text-purple {
  color: #9491ff !important;
}

.text-color {
  color: #4d546f;
}

.primary-shadow {
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.border-blue {
  border-color: #dcebf4 !important;
}

.shadow-primary {
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.facebook {
  color: #334bff;
}

.twitter {
  color: #45d9f0;
}

.linkedin {
  color: #1b91ff;
}

.black {
  color: #000;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  text-align: justify;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.translate-y-150 {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}

@media (max-width: 575px) {
  .translate-y-150 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.left-right-animation {
  animation: left_right 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@keyframes left_right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.up-down-animation {
  animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes up_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.zindex-1 {
  z-index: 1;
}

.navbar-menu-box{
  border-radius: 50px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #091337;
}

.navigation {
  transition: .3s ease;
}

.navbar {
  transition: .3s ease;
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 20px;
  }
}

.nav-bg {
  background-color:  #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}

.nav-bg .navbar {
  padding: 10px 0; /* Adjusted padding to reduce navbar height */
}

.nav-item {
  padding: 20px 10px;
}

@media (max-width: 991px) {
  .nav-item {
    padding: 0;
  }
}


/* dropdown bar added */

.navbar .navbar-nav li.dropdown .dropdown-menu {
  box-shadow: 0 0.5em 3em rgba(0, 0, 0, 0.25);
  margin-top: 0;
  width: 98%;
  left: 1%;
  border-radius: 50;
  font-size: 1.125em;
  line-height: 1.2;
  padding: 1.25rem;
}

.navbar-collapse .flex-shrink-0 {
  max-width: 100%;
}

li.dropdown .dropdown-link-wrapper .dropdown-icon-wrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 2.5em;
  color: #272f3c;
}


li.dropdown .dropdown-menu {
  box-shadow: 0 0.5em 3em rgba(0, 0, 0, 0.25);
  margin-top: 0;
  width: 98%;
  left: 1%;
  border-radius: 50;
  font-size: 1.125em;
  line-height: 1.2;
  padding: 1.25rem;
}

.navbar-collapse .flex-shrink-0 {
  max-width: 100%;
}

/* Bootstrap overrides */
.dropdown-item:hover {
  background-color: inherit !important;
}

li.dropdown .dropdown-link-wrapper .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  color:  #272f3c;
}

.navbar .navbar-nav li.dropdown .dropdown-link-wrapper .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  color: inherit;
}

.text-navbar-muted {
  font-size: 0.7em;
  opacity: 0.4;
  padding-left: 25px;
  margin-bottom: 0px;
}

.navbar .navbar-nav li.dropdown .dropdown-link-wrapper {
  font-size: 0.9375em;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  text-align: left;
}


.navbar a.dropdown-toggle::after {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar a.show.dropdown-toggle::after {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);

  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-nav li.dropdown .dropdown-link-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}

.navbar .navbar-nav li.dropdown .dropdown-link-wrapper a:hover {
  color: #f89938;
}

.dropdown-link-wrapper:hover {
  color: #f89938;
}

.navbar .navbar-nav li.dropdown .dropdown-link-wrapper .dropdown-icon-wrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 2.5em;
  color: #152e54;
}

.navbar
  .navbar-nav
  li.dropdown
  .dropdown-link-wrapper
  a:hover
  .dropdown-icon-wrapper {
  color: #f89938;
}

.navbar .navbar-nav li.dropdown .dropdown-link-wrapper .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  color: inherit;
}

.dropdown-item {

  padding-right: 0;
  margin-bottom: 0;
}


/* dropdown animations */
.dropdown-slide-in {
  -webkit-animation-name: dropdown-slide-in;
  animation-name: dropdown-slide-in;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes dropdown-slide-in {
  0% {
    -o-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -o-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes dropdown-slide-in {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}


/*  */



.hero-section {
  padding-top: 250px;
  padding-bottom: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;

}

.banner-image {
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-bg-1 {
  position: absolute;
  left: 30px;
  top: 200px;
}

@media (max-width: 767px) {
  .hero-bg-1 {
    display: none;
  }
}

.hero-bg-2 {
  position: absolute;
  top: 50%;
  left: 20%;
}

@media (max-width: 767px) {
  .hero-bg-2 {
    display: none;
  }
}

.hero-bg-3 {
  position: absolute;
  bottom: 0%;
  left: 10%;
}

@media (max-width: 767px) {
  .hero-bg-3 {
    display: none;
  }
}

.hero-bg-4 {
  top: 210px;
  right: 40%;
  position: absolute;
}

@media (max-width: 767px) {
  .hero-bg-4 {
    display: none;
  }
}

.hero-bg-5 {
  position: absolute;
  top: 250px;
  right: 17%;
}

@media (max-width: 767px) {
  .hero-bg-5 {
    display: none;
  }
}

.hero-bg-6 {
  position: absolute;
  right: 10%;
  bottom: 20%;
}

@media (max-width: 767px) {
  .hero-bg-6 {
    display: none;
  }
}

.hero-bg-7 {
  position: absolute;
  left: 20%;
  bottom: -17%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-7 {
    display: none;
  }
}

.hero-bg-8 {
  position: absolute;
  bottom: -30%;
  right: 50%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-8 {
    display: none;
  }
}

.hero-bg-9 {
  position: absolute;
  right: 20%;
  bottom: -10%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bg-9 {
    display: none;
  }
}

.feature {
  position: relative;
}

.feature-item h4 {
  line-height: 1;
}

.feature-item p {
  line-height: 25px;
}

.feature-item:hover .feature-icon {
  box-shadow: 0px 18px 43px 0px rgba(0, 141, 236, 0.21);
}

.feature-bg-1 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .feature-bg-1 {
    display: none;
  }
}

.feature-bg-2 {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .feature-bg-2 {
    display: none;
  }
}

.feature-icon {
  display: inline-block;
  height: 90px;
  width: 90px;
  border-radius: 5px;
  color: #fff;
  font-size: 45px;
  line-height: 90px;
  background: #008dec;
  box-shadow: 0px 18px 25px 0px rgba(0, 141, 236, 0.1);
  text-align: center;
  transition: .2s ease;
}

.seo {
  position: relative;
  overflow: visible;
}

.seo-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 1200px) {
  .seo-bg {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .seo-bg {
    max-width: 400px;
  }
}

.seo-bg-shape-1 {
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .seo-bg-shape-1 {
    display: none;
  }
}

.seo-bg-shape-2 {
  position: absolute;
  right: 2%;
  top: 40%;
  z-index: -1;
}

@media (max-width: 767px) {
  .seo-bg-shape-2 {
    display: none;
  }
}

.seo-bg-shape-3 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .seo-bg-shape-3 {
    display: none;
  }
}

.service {
  position: relative;
  overflow: visible;
}

.service-list li {
  margin-bottom: 30px;
  color: #4d546f;
}

.service-list li i {
  margin-right: 20px;
  color: #4d546f;
}

.service-bg {
  position: absolute;
  right: 0;
  top: -10%;
  z-index: -1;
}

@media (max-width: 1200px) {
  .service-bg {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .service-bg {
    max-width: 400px;
    top: 0;
  }
}

.service-bg-shape-1 {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-shape-1 {
    display: none;
  }
}

.service-bg-shape-2 {
  position: absolute;
  left: 40%;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-shape-2 {
    display: none;
  }
}

.team {
  overflow: visible;
  position: relative;
}

.team-slider {
  overflow: hidden;
  padding-bottom: 100px;
}

.team-slider .slick-list {
  overflow: visible;
}

.team-slider .slick-arrow {
  border: 0;
  background: transparent;
  color: #008dec;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 25px;
}

.team-slider .slick-arrow.slick-disabled {
  color: #86ceff;
}

.team-slider .prevArrow {
  left: 10px;
}

.team-slider .nextArrow {
  left: 50px;
}

.team-member {
  padding: 30px 45px;
  background: #fff;
  box-shadow: 0px 23px 43px 0px rgba(172, 189, 199, 0.49);
  margin: 0 20px;
}

@media (max-width: 1200px) {
  .team-member {
    padding: 30px;
  }
}

.team-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.team-bg-shape-1 {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-1 {
    display: none;
  }
}

.team-bg-shape-2 {
  position: absolute;
  top: 100px;
  right: -5px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-2 {
    display: none;
  }
}

.team-bg-shape-3 {
  position: absolute;
  bottom: 20%;
  right: 40%;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-3 {
    display: none;
  }
}

.team-bg-shape-4 {
  position: absolute;
  bottom: 20%;
  right: 180px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team-bg-shape-4 {
    display: none;
  }
}

.pricing {
  position: relative;
  overflow: visible;
}

.pricing-table {
  padding: 50px 35px 30px;
  transition: .2s ease;
}

@media (max-width: 1200px) {
  .pricing-table {
    padding: 30px 20px;
  }
}

.pricing-table h1 {
  font-size: 65px;
}

.pricing-table h1 span {
  font-size: 20px;
  vertical-align: top;
  line-height: 65px;
  margin-right: 5px;
}

.pricing-table:hover {
  box-shadow: 0px 59px 43px 0px rgba(216, 233, 243, 0.3);
}

.pricing-table.table-1 {
  background-image: linear-gradient(59deg, #d5fc71 0%, #64feab 95%);
}

.pricing-table.table-2 {
  background-image: linear-gradient(59deg, #06ffdf 0%, #42dbef 95%);
}

.pricing-table.table-3 {
  background-image: linear-gradient(59deg, #0bfce0 0%, #c5fd78 95%);
}

.pricing-btn {
  font-size: 25px;
  font-weight: 700;
  color: #091337;
}

@media (max-width: 1200px) {
  .pricing-btn {
    padding: 5px;
  }
}

.pricing-btn:hover {
  color: #008dec;
}

.pricing-bg-shape-1 {
  position: absolute;
  left: 30%;
  top: 100px;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-bg-shape-1 {
    display: none;
  }
}

.pricing-bg-shape-2 {
  position: absolute;
  right: 10%;
  top: 110px;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-bg-shape-2 {
    display: none;
  }
}

.pricing-bg-shape-3 {
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .pricing-bg-shape-3 {
    display: none;
  }
}

.newsletter {
  position: relative;
}

.newsletter-form {
  height: 85px;
  width: 100%;
  padding: 0 40px;
  border: 0;
  background: #fff;
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
  border-radius: 5px;
}

.newsletter-form:focus {
  outline: 0;
  box-shadow: 0;
}

.newsletter-btn {
  position: absolute;
  height: 100%;
  background: #8986ff;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .newsletter-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.newsletter-bg-shape {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .newsletter-bg-shape {
    display: none;
  }
}

.banner-over {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;

}

.citation {
  font-size: 12px !important;
}

.footer {
  background-size: cover;
  background-repeat: no-repeat;
}

.footer > * > h3 {
  font-family: "Poppins", sans-serif !important;
}

.footer-section {
  margin-top: -500px;
  padding-top: 500px;
  padding-bottom: 100px;
}

.footer-menu a {
  color: #091337;
  display: block;
  padding: 15px;
  font-weight: 400;
}

.social-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.social-icon li {
  margin: 0 12px;
}

.social-icon li a {
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 5px;
  line-height: 45px;
  display: block;
  text-align: center;
}

.client-logo-slider img {
  transition: .2s ease;
}

.client-logo-slider a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* service page */
.service-bg-image {
  background-size: containe;
  background-repeat: no-repeat;
  background-position: center 400px;
}

.service-bg-1 {
  position: absolute;
  left: 50px;
  top: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-1 {
    display: none;
  }
}

.service-bg-2 {
  position: absolute;
  right: 50px;
  top: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-2 {
    display: none;
  }
}

.service-bg-3 {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-3 {
    display: none;
  }
}

.service-bg-4 {
  position: absolute;
  left: 50px;
  bottom: 30%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-4 {
    display: none;
  }
}

.service-bg-5 {
  position: absolute;
  left: 10%;
  bottom: 5%;
  z-index: -1;
}

@media (max-width: 767px) {
  .service-bg-5 {
    display: none;
  }
}

.about {
  position: relative;
  overflow: visible;
}

.about-video {
  position: relative;
}

.about-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-bg-1 {
  position: absolute;
  left: 30%;
  top: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-1 {
    display: none;
  }
}

.about-bg-2 {
  position: absolute;
  top: 30%;
  right: 40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-2 {
    display: none;
  }
}

.about-bg-3 {
  position: absolute;
  bottom: 20%;
  left: 30px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-3 {
    display: none;
  }
}

.about-bg-4 {
  position: absolute;
  top: 20%;
  left: 40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-4 {
    display: none;
  }
}

.about-bg-5 {
  position: absolute;
  bottom: 10%;
  right: 40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-5 {
    display: none;
  }
}

.about-bg-6 {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-bg-6 {
    display: none;
  }
}

.play-btn {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  color: #fff;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  background: #7aff91;
  display: inline-block;
  transition: .2s ease;
  box-shadow: 0px 23px 43px 0px rgba(94, 254, 198, 0.3);
}

.play-btn:hover {
  color: #fff;
  font-size: 30px;
}

.product {
  position: relative;
  overflow: visible;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.about-bg {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}

.form-control {
  height: 65px;
  width: 100%;
  background: #f7fafc;
}

.form-control:focus {
  border-color: #008dec;
  box-shadow: none;
}

textarea.form-control {
  height: 157px;
}

.contact-bg {
  background-color: #f3f7fb;
}

.round-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.round-icon.green {
  background: #e0fef4;
  color: #00f7a7;
}

.round-icon.blue {
  background: #e0f1ff;
  color: #008cff;
}

.round-icon.orange {
  background: #fff1e0;
  color: #ff8b00;
}

.contact {
  position: relative;
}

.contact-bg-1 {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-1 {
    display: none;
  }
}

.contact-bg-2 {
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-2 {
    display: none;
  }
}

.contact-bg-3 {
  position: absolute;
  top: 10%;
  left: 40%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-3 {
    display: none;
  }
}

.contact-bg-4 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-4 {
    display: none;
  }
}

.contact-bg-5 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-bg-5 {
    display: none;
  }
}

ul {
  font-weight: 300;
  color: #4d546f;
  font-size: 17px;
  line-height: 31px;
  font-family: "Poppins", sans-serif !important;
}

li {
  font-weight: 300;
  color: #4d546f;
  font-size: 17px;
  line-height: 31px;
  font-family: "Poppins", sans-serif !important;
}

.bpoints {
  font-weight: 300;
  color: #4d546f;
  font-size: 17px;
  line-height: 31px;
  font-family: "Poppins", sans-serif !important;
}

.sidebar {
  width: 250px;
  position: sticky;
  top: 150px;
  right: 1750px;
  height: 300px;
}

@media (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

#progress-container {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 8px;
  left: 0;
}

#progress-bar {
  height: 8px;
  background: #afe4fd;
  width: 0%;
}

#progress-gif {
  position: absolute;
  top: -18px;  /* Adjust based on half the height of the gif minus half the height of the progress bar. */
  right: -20px;  /* This shifts the GIF to the left, so it sits on the edge of the progress bar. Adjust as needed. */
  width: 40px; /* Adjust to your desired size. */
  height: 40px; /* Adjust to maintain the GIF's aspect ratio. */
  z-index: 100000;
}

.sidebar-header {
  margin-left: 10px;
  position: relative;
  left: 10px;
}
.sidebar-links a {
  position: relative;
  top: 10px;
  left: 10px;
  padding: 0px 8px 6px 10px;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  display: block;
}

.sidebar-links a:hover {
  color: #4f97ba;
}

.sidebar-links a.active {
  font-weight: 600;
}

.sidebar h4 {
  font-size: 20pt;
}

.description {
  position: relative;
  width: auto;
  margin-top: -300px;
  margin-bottom: 300px;
  margin-left: 300px;
}

@media (max-width: 767px) {
  .description {
    position: relative;
    top: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

.ds-1 {
  text-align: justify;
}

.vl {
  border-top: 2px solid black;
  width: 30px;
  position: relative;
  top: 0px;
  left: 0px;
  margin-left: 3px;
  top: 0;
}

.description-container {
  margin-left: 100px;
  margin-right: 50px;
  margin-bottom: -300px;
  position: relative;
  margin-top:-300px
}

@media (max-width: 767px) {
  .description-container {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -130px;
  }
}

@media (max-width: 460px) {
  .description-container {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: -90px;
    font-size: 10px;
  }
}

.description-paragraph {
  text-align: justify;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .description-paragraph {
    font-size: 16px;
    line-height: 30px;
  }
}

.quote {
  text-align: center;
  font-style: italic;
}

@media (max-width: 767px) {
  .quote {
    font-size: 16px;
    line-height: 30px;
  }
}

.description-section-left {
  display: flex;
  text-align: left;
  justify-content: left;
}

.description-section-right {
  display: flex;
  text-align: right;
  justify-content: right;
}

@media (max-width: 767px) {
  .description-section-right {
    font-size: 25px;
  }

  .description-section-left {
    font-size: 25px;
  }
}



.hero-description {
  padding-top: 250px;

   /*  this is where the magic happens:  */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;

  /* dimensions are important, ensure it is tall enough to scroll */
  min-height: 100vh;

  /* you are free to lay out the container items with flexbox or whatever means you wish */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .hero-description {
    background-position: top center;
    background-size: auto;
  }
}
.hero-description h1 {
  position: relative;
  font-size: 100px;
  top: -150px;
}


@media (max-width: 767px) {
  .hero-description h1 {
    font-size: 70px;
  }
}

@media (max-width: 420px) {
  .hero-description h1 {
    font-size: 30px;
  }
}

/** Sustainable**/
.break-line {
  background-color: transparent;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  border-radius: 1px;
  border-width: 1px;
  width: 95%;
  opacity: 0.9;
}

.all-seccenter {
  position: relative;
  text-align: center;
}

.all-center {
  animation-name: appear_dry;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}


@keyframes appear_dry {
  from {
    top: 50px;
  }
  to {
    top: 0px;
  }
}

.sdg-pre-chart {
  width: 100%;

}

.block-text {
  text-align: justify !important;
  text-align-last: left !important;
}

.card.sdg-12 {
  background-color: transparent !important;
  border: 0px solid #003 !important;
  border-radius: 25px 25px 25px 25px !important;
  transition-delay: 400ms;
  margin: 4rem;
}

.card.sdg-12:hover > img {
  transform: translate(7px,-7px);
}

.card.sdg-11 {
  background-color: transparent !important;
  border: 0px solid #003 !important;
  border-radius: 25px 25px 25px 25px !important;
  transition-delay: 200ms;
  margin: 4rem;
}

.card.sdg-11:hover > img {
  transform: translate(7px,-7px);
}

.card.sdg-9 {
  background-color: transparent !important;
  border: 0px solid #003 !important;
  border-radius: 25px 25px 25px 25px !important;
  margin: 4rem;
}

.card.sdg-9:hover > img {
  transform: translate(7px,-7px);
}

.card.sdg-13 {
  background-color: transparent !important;
  border: 0px solid #003 !important;
  border-radius: 25px 25px 25px 25px !important;
  transition-delay: 600ms;
  margin: 4rem;
}

.card.sdg-13:hover > img {
  transform: translate(7px,-7px);
}

.stagger {
  opacity: 0;
  filter:blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
}

.stagger-active {
  opacity: 1;
  filter:blur(0);
  transform: translateX(0);
}


.sticky-at-top {
  position: fixed;
  top: 100px; /* oder die Höhe Ihrer originalen Navbar */
  width: 100%;
  z-index: 1000;
  padding-right: 30px !important;
}



.sdg-extendable .card-img-bottom {
  width: 200px; /* Adjust as per your design */
  height: 200px; /* Keeping width and height the same to maintain the square shape */
  object-fit: cover; /* Ensures that your image covers the area without distorting the aspect ratio */
  margin: 0 auto; /* Centering the image horizontally */
  margin-bottom: 10px;
}

.sdg-extendable {
  margin-left: -3%;
  margin-right: 3%;
}

.flex-card-container {
  display: flex;
  justify-content: space-between;
  align-items: start; /* aligns items to the start of the flex container */
  height:75px;
}

/* Optional: Add some space between the cards when they stack on smaller screens */
@media (max-width: 576px) {
  .sdg-extendable .card {
      margin-bottom: 15px;
  }
}

.sdg-extendable .learn-more {
  display: inline-block;
  border-radius: 10px;
  background-color: #FD9D24; /** change to sdg colour**/;
  box-shadow: 0px 0px 2px 2px #FD9D24; /** change to sdg colour**/;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 10px;
}

.row-height-400 {
  height: 400px;
}

.sdg-shape-left {
  display: flex;
  height: 100%;
  width: 80%;
  overflow: hidden;
  border-radius: 10px 150px 150px 10px;
  -webkit-border-radius: 10px 150px 150px 10px;
  -moz-border-radius: 10px 150px 150px 10px;
  z-index: 5;
  padding-right: 0px;
  background:#003;
}

.sdg-shape-right {
  display: flex;
  justify-self: right;
  height: 100%;
  width: 80%;
  overflow: hidden;
  border-radius: 150px 10px 10px 150px;
  -webkit-border-radius: 150px 10px 10px 150px;
  -moz-border-radius: 150px 10px 10px 150px;
  z-index: 5;
  padding-left: 0px;
  background:#003;
}

.sdg-bg1 {
  background-image: url('https://static.igem.wiki/teams/4757/wiki/plastic-bottles-image.jpg');
  background-size: cover;     /* Das Bild wird so skaliert, dass es den Container ausfüllt, ohne das Seitenverhältnis zu verändern. */
  background-position: center; /* Das Bild wird zentriert. */
  background-repeat: no-repeat; /* Das Bild wird nicht wiederholt. */
  width: 110%;  /* Breite des Containers festlegen. */
  height: 100%; /* Höhe des Containers festlegen. */
}

.sdg-bg2 {
  background-image: url('https://static.igem.wiki/teams/4757/wiki/beach-dirty-image.jpg');
  background-size: cover;     /* Das Bild wird so skaliert, dass es den Container ausfüllt, ohne das Seitenverhältnis zu verändern. */
  background-position: center; /* Das Bild wird zentriert. */
  background-repeat: no-repeat; /* Das Bild wird nicht wiederholt. */
  width: 110%;  /* Breite des Containers festlegen. */
  height: 100%; /* Höhe des Containers festlegen. */
}

.sdg-bg3 {
  background-image: url('https://static.igem.wiki/teams/4757/wiki/plastic-waste-image.jpg');
  background-size: cover;     /* Das Bild wird so skaliert, dass es den Container ausfüllt, ohne das Seitenverhältnis zu verändern. */
  background-position: center; /* Das Bild wird zentriert. */
  background-repeat: no-repeat; /* Das Bild wird nicht wiederholt. */
  width: 110%;  /* Breite des Containers festlegen. */
  height: 100%; /* Höhe des Containers festlegen. */
}

.clickable-img {
  transition: transform 0.3s ease;
}

.sdg_img {
  width: 200px;
  height: 200px;
}

.sdg_img-small {
  width: 130px;
  height: 130px;
}

.sdg_img-smol {
  width: 100px;
  height: 100px;
}

.img-container-sdg .sdg_img {
  width: 180px;
  height: 180px;
  margin-right: 0px !important;
}

.img-container-sdg .sdg_img-bottom {
  width: 400px;
  height: 400px;
  box-shadow: inset 3px 3px 10px #000000;
  margin-right: 0px !important;
  padding: 3em !important;
}

.img-active {
  transform: scale(1.1);
}

.info-content {
  background-color: rgba(255,255,255, 0.4) !important;
}
/*
.sustainable #info1 {
  border: 5px solid #BF8B2E;
  border-radius: 2em;
  background-color: rgba(191, 139, 46, 0.8); /* #BF8B2E at 40% opacity
  opacity: 0.6;
  transition: opacity 1.5s ease-out; /* 0.5s duration, ease-in-out timing function
}

.sustainable #info2 {
  border: 5px solid #FD9D24;
  border-radius: 2em;
  background-color: rgba(253, 157, 36, 0.8); /* #FD9D24 at 40% opacity
  opacity: 0.6;
  transition: opacity 1.5s ease-out; /* 0.5s duration, ease-in-out timing function
}

.sustainable #info3 {
  border: 5px solid #FD6925;
  border-radius: 2em;
  background-color: rgba(253, 105, 37, 0.8); /* #FD6925 at 40% opacity
  opacity: 0.6;
  transition: opacity 1.5s ease-out; /* 0.5s duration, ease-in-out timing function
}

.sustainable #info4 {
  border: 5px solid #3F7E44;
  border-radius: 2em;
  background-color: rgba(63, 126, 68, 0.8); /* #3F7E44 at 40% opacity
  opacity: 0.6;
  transition: opacity 1.5s ease-out; /* 0.5s duration, ease-in-out timing function
}

*/

.sustainable #info1.show {
  opacity: 1;
  display: block;
}
.sustainable #info2.show {
  opacity: 1;
  display: block;
}
.sustainable #info3.show {
  opacity: 1;
  display: block;
}
.sustainable #info4.show {
  opacity: 1;
  display: block;
}

.sustainable .intro-sdg {
  margin-left: 10%;
  margin-right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro-sdg h2 {
  font-size: 3rem !important;
}

.sustainable .controller{
  width: 70%;
  margin-right: 10%;
  margin-left: 14.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sustainable .home-seccenter {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.sustainable .animation-center {
  animation-name: appear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.sustainable .spotlight-shape {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 70%;
  margin: 1em 7.5%;

}

.spotlight-shape .spotlight-text {
  height: 190px;
  width: 90%;
  margin-left: 5%;
}

.sustainable .spotlight {
  background-color: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
}

.spotlight-shape .spotlight-header {
  padding-top: 1em;
  padding-left: 1.5em;
  margin: 0;
}

#info3 .shape-right {
  display: flex;
  height: 30px;
  width: 80%;
  overflow: hidden;
  border-radius: 25px 5px 5px 25px;
  background-color: #FD6925;
  align-items: center;
}

.shape-right .shape-text {
  height: 25px;
  width: 90%;
  margin-right: 5%;
}

.speech-bubble-ds {
  background: #78c897;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  box-shadow: 4px 4px 0 #4b8c44;
  font-size: 1.2rem;
  line-height: 1.3;
  max-width: 80%;
  padding: 15px;
  position: relative;

  p {
    margin-bottom: 5px;

    :last-of-type {
      margin-bottom: 0;
    }
  }
}

.speech-bubble-ds__arrow {
  border-left: 21px solid transparent;
  border-top: 20px solid #4b8c44;
  bottom: -25px;
  position: absolute;
  right: 35px;

  &::before {
    border-left: 23px solid transparent;
    border-top: 23px solid #a7a7a7;
    bottom: 2px;
    content: "";
    position: absolute;
    right: 5px;
  }
  &::after {
    border-left: 21px solid transparent;
    border-top: 21px solid #78c897;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
  }
}

.feedback-container {
  position: relative; /* Establishes a positioning context for children */
  display: inline-block; /* Conforms to the size of the content */
  width: auto;
  max-width: 80%;
  margin: 1em 10%;
}

.feedback-shape {
  background-color: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  position: absolute; /* Allows positioning relative to .feedback-container */
  top: -28px; /* Aligns the top of .feedback-shape with the top of .feedback-container */
  left: 15%; /* Centers .feedback-shape horizontally relative to .feedback-container */
  transform: translate(-50%, -10%); /* Centers .feedback-shape vertically and horizontally */
}

.feedback-shape h5 {
  padding: 0.75em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin: 0;
}

.feedback-text {
  background-color: #8ecdeb;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
}

.feedback-text span {
  padding: 1em;
  display: block;
  padding-top: 2em;
}

.eingerückt-learning {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 80%;
  margin: 1em 10% 1em 20%;
}

.eingerückt-learning .arrow {
  position: absolute;
  top: -20px;
  left: -90px;
  width: 10px;
  height: 100px;
  background-color: black;
  border-radius: 5px 5px 0 0;
}

.eingerückt-learning .arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 60px;
  background-color: black;
  border-radius: 0 0 5px 0;
  transform-origin: bottom left;
  transform: rotate(90deg);
}

/* Arrowhead */
.eingerückt-learning .arrow::before {
  content: '';
  position: absolute;
  bottom: -15px; /* Adjust this as per your design */
  left: 57px; /* Adjust this to center the triangle relative to the stem */
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 20px solid black; /* Adjust this as per your design */
  transform: rotate(90deg);
}

.learning-container {
  position: relative; /* Establishes a positioning context for children */
  display: inline-block; /* Conforms to the size of the content */
  width: auto;
  max-width: 80%;
  margin: 1em 0% 1em 2.5%;
}

.learning-shape {
  background-color: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  position: absolute; /* Allows positioning relative to .feedback-container */
  top: -18px; /* Aligns the top of .feedback-shape with the top of .feedback-container */
  left: 25%; /* Centers .feedback-shape horizontally relative to .feedback-container */
  transform: translate(-50%, -18%); /* Centers .feedback-shape vertically and horizontally */
}

.learning-shape h5 {
  padding: 0.75em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin: 0;
}

.learning-text {
  background-color: #cfe9f5;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  padding: 1em;
}
.learning-text span {
  padding: 1em;
  display: block;
  padding-top: 2em;
}


.sustainable .special {
  background-color: #88c7e5;
  border-radius: 100px;
  width: 60%;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 0px 15px 15px #88c7e5;
}

.sustainable .stakeholder-logo {
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  width: auto;
  height: auto;
  overflow: hidden;
}

#info3 .stakeholder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 25px;
  padding: 25px;
}

.sustainable details {
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 80%;
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 5px;
  margin-left: 10%;
}
.sustainable details .summary-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sustainable details:hover {
  cursor: pointer;
}
.sustainable details .summary-content {
  border-top: 1px solid #e2e8f0;
  cursor: default;
  padding: 1em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px;
}
.sustainable details summary {
  list-style: none;
  padding: 1em;
}
.sustainable details summary:focus {
  outline: none;
}
.sustainable details summary:hover .summary-chevron-up svg {
  opacity: 1;
}
.sustainable  details .summary-chevron-up svg {
  opacity: 0.5;
}
.sustainable details .summary-chevron-up,
.sustainable details .summary-chevron-down {
  pointer-events: none;
  position: absolute;
  top: 19px;
  right: 1em;
  background: #ffffff;
}
.sustainable details .summary-chevron-up svg,
.sustainable details .summary-chevron-down svg {
  display: block;
}
.sustainable details summary::-webkit-details-marker {
  display: none;
}

.sustainable .kenya-img {
  width: 120%;
  height: 120%;
}

#kenya .circle-crop {
  width: 250px;  /* oder die gewünschte Breite */
  height: 150px; /* oder die gewünschte Höhe  */
  border-radius: 15px 15px 15px 15px; /* macht das Bild kreisförmig */
  overflow: hidden;  /* versteckt alles, was außerhalb des Kreises liegt */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustainable .china-img {
  margin-top: 125px;
  width: 130%;
  height: 180%;
}

#china .circle-crop {
  width: 250px;  /* oder die gewünschte Breite */
  height: 150px; /* oder die gewünschte Höhe  */
  border-radius: 15px 15px 15px 15px; /* macht das Bild kreisförmig */
  overflow: hidden;  /* versteckt alles, was außerhalb des Kreises liegt */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustainable .columbia-img {
  margin-top: 25px;
  width: 220%;
  height: 250%;
}

#columbia .circle-crop {
  width: 250px;  /* oder die gewünschte Breite */
  height: 150px; /* oder die gewünschte Höhe  */
  border-radius: 15px 15px 15px 15px; /* macht das Bild kreisförmig */
  overflow: hidden;  /* versteckt alles, was außerhalb des Kreises liegt */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustainable .vietnam-img {
  margin-top: 145px;
  margin-left: 80px;
  width: 220%;
  height: 250%;
}

#vietnam .circle-crop {
  width: 250px;  /* oder die gewünschte Breite */
  height: 150px; /* oder die gewünschte Höhe  */
  border-radius: 15px 15px 15px 15px; /* macht das Bild kreisförmig */
  overflow: hidden;  /* versteckt alles, was außerhalb des Kreises liegt */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustainable .laos-img {
  width: 180%;
  height: 180%;
}

#laos .circle-crop {
  width: 80%;  /* oder die gewünschte Breite */
  height: 150px; /* oder die gewünschte Höhe  */
  border-radius: 15px 15px 15px 15px; /* macht das Bild kreisförmig */
  overflow: hidden;  /* versteckt alles, was außerhalb des Kreises liegt */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:10%;
}

.sustainable .malaysia-img {
  width: 180%;
  height: 180%;
}

#malaysia .circle-crop {
  width: 250px;  /* oder die gewünschte Breite */
  height: 150px; /* oder die gewünschte Höhe  */
  border-radius: 15px 15px 15px 15px; /* macht das Bild kreisförmig */
  overflow: hidden;  /* versteckt alles, was außerhalb des Kreises liegt */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustainable .header-globe {
  display: flex;
  justify-content: space-between;
}

.modal-dialog {
  width: 80% !important;
  max-width: 80% !important;
}

.modal .kopf-modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-body strong {
  color: #ff920d;
}

.modal-body h6 {
  display: inline-block;
  border-radius: 10px;
  background-color: #88c7e5; /** change to sdg colour**/;
  box-shadow: 0px 0px 2px 2px #88c7e5; /** change to sdg colour**/;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 10px;
}

#sdg-china .modal-china-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sdg-china .img-container {
  width: 35%;
  overflow: hidden;
}

#sdg-laos .modal-laos-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sdg-malaysia .modal-malaysia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learnings-gps .shape {
  background-color: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  border: 2px solid grey;
  width:47.5%;
}
.learnings-gps .shape2 {
  background-color: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  border: 2px solid grey;
  width:80%;
}

.head-seg {
  display:flex;
  justify-content: start;
}

.table-img-text {
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
  margin-left: 15%;
  margin-right: auto;
}

.sustainable-div {
  position: relative;
  width: auto;
  margin-top: -300px;
  margin-bottom: 300px;
  margin-left: 350px;
  margin-right: 5%;
}

/** Sustainable End **/

/** Human-Practices **/
.human-practices-container {
  margin-left: 100px;
  margin-right: 50px;
  position: relative;
  margin-top: -300px;
}

.hp-pre-chart1 {
  position: relative;
  width: auto;
  margin-top: -300px;
  margin-left: 350px;
  margin-right: 5%;
}

.hp-pre-chart2 {
  position: relative;
  width: auto;
  margin-bottom: 300px;
  margin-left: 350px;
  margin-right: 5%;
}

.hp-img-text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
}

@media (max-width: 767px) {
  .human-practices-container {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -130px;
  }
}

@media (max-width: 460px) {
  .human-practices-container {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: -90px;
    font-size: 10px;
  }
}

.human-practices-container .header-hp {
  display: flex;
  justify-content: space-between;
}

.human-practices-container .header-container {
  border: 3px solid #88c7e5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.human-practices-container .Overview {
  width: 60%;
  text-align: justify;
  text-align-last: left;
}

.content-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    width: auto;
    margin-left: 250px;
    margin-right: 5%;
}

.additional-info {
    width: 50%;
    position: relative;
}

.svg-flowchart-container {
  max-width: 50% !important;
}

.flowchart-svg {
  width: 100% !important; /* Scale the SVG to fit the container's width */
  object-fit: scale-down;
  margin-top: 10%;
}

.overlap-add-info {
  overflow: hidden;
  width: 95%;
  height: 180px;
  margin-right: 2.5%;
  margin-left: 2.5%;
}

.overlap-add-info-3 {
  overflow: hidden;
  width: 95%;
  height: 250px;
  margin-right: 2.5%;
  margin-left: 2.5%;
}

.recycling-container {
  border: 2px solid #009;
  border-radius: 25px;
  background-color: #009;
}

.recycling-container .leftpart {
  width: 50%;
  float: left;
  padding: 10px;
  text-align: justify;
  text-align-last: left;
}

.recycling-container .rightpart {
  width: 50%;
  float: right;
  padding: 10px;
  text-align: justify;
  text-align-last: left;
}
.recycling-container-text {
  text-align: justify;
  text-align-last: left;
}

.additional-info .summary-chevron-up svg {
  opacity: 0.5;
}
.additional-info .summary-chevron-up,
.additional-info .summary-chevron-down {
  pointer-events: none;
  position: absolute;
  top: 19px;
  right: 1em;
}
.additional-info .summary-chevron-up svg,
.additional-info .summary-chevron-down svg {
  display: block;
}

#hp-landfill .modal-img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  margin-left:5%;
  border: 5px solid #ffffff;
   border-radius: 15px;
}

#hp-mechanical .modal-img {
  width: 100%;
  object-fit: cover;
  margin-left:5%;
  border: 5px solid #ffffff;
   border-radius: 15px;
}


#hp-chemical .modal-img {
  width: 100%;
  object-fit: cover;
  margin-left:5%;
  border: 5px solid #ffffff;
   border-radius: 15px;
}

#hp-incineration .modal-img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  border: 5px solid #ffffff;
  border-radius: 15px;
}

#hp-landfill .hp-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:2em;
}
#hp-mechanical .hp-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:2em;
}

#hp-chemical .hp-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:2em;
}

#hp-landfill .modal-pro-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:2em;
}

#hp-incineration .modal-pro-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:2em;
}

#hp-mechanical .modal-shape {
  background-color: #007;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
}

#hp-chemical .modal-shape {
  background-color: #007;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;

}

.human-practices .svg-container {
  width: 100%;
  height: 100%; /* Set the width of the container as a percentage of its parent or viewport */
}

.gps-container .svg-container {
  width: 100%;
  height: 100%; /* Set the width of the container as a percentage of its parent or viewport */
  margin-left: 10%;
}

.scaled-svg {
  width: 100% !important; /* Scale the SVG to fit the container's width */
  height: auto !important; /* Maintain aspect ratio */
}

.human-practices-container details {
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 5px;
}
.human-practices-container details .summary-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.human-practices-container details:hover {
  cursor: pointer;
}
.human-practices-container details .summary-content {
  border-top: 1px solid #e2e8f0;
  cursor: default;
  padding: 1em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px;
}
.human-practices-container details summary {
  list-style: none;
  padding: 1em;
}
.human-practices-container details summary:focus {
  outline: none;
}
.human-practices-container details summary:hover .summary-chevron-up svg {
  opacity: 1;
}
.human-practices-container details .summary-chevron-up svg {
  opacity: 0.5;
}
.human-practices-container .summary-chevron-up,
.human-practices-container .summary-chevron-down {
  pointer-events: none;
  position: absolute;
  top: 19px;
  right: 1em;
  background: #ffffff;
}
.human-practices-container .summary-chevron-up svg,
.human-practices-container .summary-chevron-down svg {
  display: block;
}
.human-practices-container summary::-webkit-details-marker {
  display: none;
}

.add-info-shape {
  background-color: #afe4fd;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  padding: 20px 15px;
  width: 100%;
  margin-left: 2.5%;
}

.add-info-shape .between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img-add-info {
  width: 95%;
  height: 100;
  object-fit: cover;
}

.img-add-info-plastic {
  width: 100%;
}

.img-add-info-3 {
  width: 100%;
}

.img-add-info-besuch {
  width: 60%;
  object-fit: cover;
}

.img-add-info-warehouse {
  width: 70%;
  object-fit: cover;
}



.quote-container {
  background-color: #007;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
}

.human-practices-container p {
  font-size: 0.7vw !important;
  line-height: normal;
  color: black;
}

.human-practices-container strong {
  font-weight: 500 !important;
}
/** Human-Practices End **/

.attributions {
  position: relative;
  width: 100%;
  top: -300px;
}

@media (max-width: 767px) {
  .attributions {
    position: relative;
    top: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .attributions-container {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -130px;
  }
}

@media (max-width: 460px) {
  .attributions-container {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: -90px;
    font-size: 10px;
  }
}

.hero-attributions {
  padding-top: 250px;

    /*  this is where the magic happens:  */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;

  /* dimensions are important, ensure it is tall enough to scroll */
  min-height: 100vh;

  /* you are free to lay out the container items with flexbox or whatever means you wish */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .hero-attributions {
    background-position: top center;
    background-size: auto;
  }
}
.hero-attributions h1 {
  position: relative;
  font-size: 100px;
  top: -150px;
}


@media (max-width: 767px) {
  .hero-attributions h1 {
    font-size: 70px;
  }
}

@media (max-width: 420px) {
  .hero-attributions h1 {
    font-size: 30px;
  }
}
/** attributions end **/



.overflow {
  position: relative;
  top: -200px;
}

@media (max-width: 767px) {
  .overflow {
    position: relative;
    top: -130px;
  }
}

@media (max-width: 450px) {
  .overflow {
    position: relative;
    top: -93px;
  }
}

@media (max-width: 380px) {
  .overflow {
    position: relative;
    top: -85px;
  }
}

@media (max-width: 320px) {
  .overflow {
    position: relative;
    top: -72px;
  }
}

.overflow img {
  display: block;
  width: 100%;
  height: auto;
}

.des-con {
  -webkit-font-smoothing: antialiased;
}

.description-left {
  position: relative;
  left: -100px;
}

@media (max-width: 767px) {
  .description-left {
    position: relative;
    left: -50px;
  }
}

@media (max-width: 480px) {
  .description-left {
    position: relative;
    left: -5px;
  }
}

.description-right {
  position: relative;
  right: -100px;
}

@media (max-width: 767px) {
  .description-right {
    position: relative;
    right: -50px;
  }
}

@media (max-width: 460px) {
  .description-right {
    position: relative;
    right: -5px;
  }
}


.animation-left {
  -webkit-animation: slide-right .5s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}


.sidebar-active {
  font-weight: bold;
}

.dropup-menu {
  display: none;
}

@media (max-width: 767px) {
  .dropup-menu {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
  }
  .dropbtn {
    background-color: white;
    color: white;
    height: 60px;
    width: 60px;
    border-radius: 50%;
  }

  .dropup-content {
    display: none;
    position: absolute;
    right: 5px;
    background-color: white;
    min-width: 160px;
    bottom: 60px;
    border-radius: 10%;
    z-index: 1;
  }

  .dropup-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropup-content a:hover {
    background-color: #ccc;
    border-radius: 10%;
  }

  .dropup-menu:hover .dropup-content {
    display: block;
  }

  .dropup-menu:hover .dropbtn {
    background-color: #2980B9;
  }

  .arrow {
    border-bottom: 4px solid #000;
    border-right: 4px solid #000;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: right;
  }
}

.animation-right{-webkit-animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-left .5s cubic-bezier(.25,.46,.45,.94) both}
 @-webkit-keyframes slide-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100px);transform:translateX(100px)}}@keyframes slide-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100px);transform:translateX(100px)}}
 @-webkit-keyframes slide-left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100px);transform:translateX(-100px)}}@keyframes slide-left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100px);transform:translateX(-100px)}}

 @media (max-width: 767px) {
  @-webkit-keyframes slide-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(50px);transform:translateX(50px)}}@keyframes slide-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(50px);transform:translateX(50px)}}
  @-webkit-keyframes slide-left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50px);transform:translateX(-50px)}}@keyframes slide-left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50px);transform:translateX(-50px)}}
 }

 @media (max-width: 460px) {
  @-webkit-keyframes slide-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(5px);transform:translateX(5px)}}@keyframes slide-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(5px);transform:translateX(5px)}}
  @-webkit-keyframes slide-left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}}@keyframes slide-left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-5px);transform:translateX(-5x)}}
 }
 /*# sourceMappingURL=maps/style.css.map */

.itemize {
  list-style: circle;
  font-size: 17px;
}

@media (max-width: 767px) {
  .itemize {
    font-size: 16px;
  }
}

.jumper {
  position: relative;
  top: -105px;
}

@media (max-width: 460px) {
  .jumper {
    position: relative;
    top: -125px;
  }
}

.description img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  height: auto;
}

.footer-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.footer-contact {

  position: relative;
}

.lincences {
  justify-content: center;
  text-align: center;
}

.lincences {
  justify-content: center;
  text-align: center;
}


/* Home page */

.awards-in-modal-img {
  height: 50px !important;
}

.scroll {
	margin: auto;
	width: 60px;
	height: 60px;
	border: 2px solid #333;
	border-radius: 50%;
	position: relative;
  top: 85vh;
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;

}

.scroll::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}

@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

.counter {
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  height: 300px;
}

@media (max-width: 1000px) {
  .counter {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}

.number p {
  position: relative;
  top: 110px;
  display: block;
  text-align: center;
  font-size: 120px;
  color: #091337;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .number p {
    font-size: 50px;
  }
}

.number-text p {
  position: relative;
  top: 180px;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #091337;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .number-text p {
    font-size: 17px;
    line-height: 1.3;
  }
}

.home-content {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 100px;
  text-align: justify;
}


.home-content img {
  width: 100%;
  height: auto;
  margin: 35px;
  border-radius: 40px;
  background: #e0e0e0;
}

.home-secleft {
  display: flex;
  align-items: center;
  position: relative;
  left: 0px;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 1000px) {
  .home-secleft {
    display: block;
  }
}

.home-secright {
  display: flex;
  align-items: center;
  position: relative;
  right: 0px;
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 1000px) {
  .home-secright {
    display: block;
  }
}

.homepage .home-seccenter {
  position: relative;
  text-align: center;
  border-radius: 52px;
  background: #f4fcff;
  margin-bottom: 100px;
}

.homepage .animation-center {
  animation-name: appear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.homepage h2 {
  font-weight: 600;
}

@media (max-width: 768px) {
  .homepage {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@keyframes appear {
  from {
    box-shadow:  0px 0px 5px #a4a4a4,
             -0px -0px 5px #ffffff;
    top: 50px;
  }
  to {
    box-shadow:  22px 22px 46px #a4a4a4,
             -22px -22px 46px #ffffff;
    top: 0px;
  }
}

.home-content .home-seccenter h2 {
  font-size: 70px;
  padding: 30px;
}

.home-content .home-seccenter p {
  margin-left: 75px;
  margin-right: 75px;
}

.home-content .home-seccenter img {
  width: 70%;
  height: auto;
}

.home-secmore h2 {
  position: relative;
  text-align: center;
}


.fabrikgif {
  margin-top: -800px;
}

.fabrikgif img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: auto;
  padding-left: 17px;
}

.home-secmore-icons {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.special-icon img {
  height: 100px;
  width: auto;
  background-color: transparent;
  border-radius: 0px;

}

.special-icon {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  background: rgb(244, 252, 255);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  margin: 25px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box {
  width: auto;
  height: auto;
  border-radius: 20px;
  margin: 20px;
  box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0,0,0,0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
}

.icon-box:hover .special-icon {
  transform: translateY(-30px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.footer-contact {
  position: relative;
}

.lincences {
  justify-content: center;
  text-align: center;
}

.lincences {
  justify-content: center;
  text-align: center;
}

.sponsors {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
  background-color: transparent;
}

.sponsors-img {
  filter: none;
  background-color: transparent;
  /*background-color: gray;*/
  padding-left: 15%;
  padding-right: 15%;
  width: 200px;
  transition: transform .2s;
  /* Animation */
  height: auto;
  margin: 0;
  z-index: 10;
}


.sponsors-img:hover {
  transform: scale(1.5);
}
/* EDUCATION */
.education-page details {
  font-size: 23px;
  font-weight: bold;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  margin-bottom: 5px;
}
.education-page details .summary-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.education-page details:hover {
  cursor: pointer;
}
.education-page details .summary-content {
  border-top: 1px solid #e2e8f0;
  cursor: default;
  padding: 1em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px;
}
.education-page details summary {
  list-style: none;
  padding: 1em;
}
.education-page details summary:focus {
  outline: none;
}
.education-page details summary:hover .summary-chevron-up svg {
  opacity: 1;
}
.education-page details .summary-chevron-up svg {
  opacity: 0.5;
}
.education-page details .summary-chevron-up,
.education-page details .summary-chevron-down {
  pointer-events: none;
  position: absolute;
  top: 19px;
  right: 1em;
  background: #ffffff;
}
.education-page details .summary-chevron-up svg,
.education-page details .summary-chevron-down svg {
  display: block;
}
.education-page details summary::-webkit-details-marker {
  display: none;
}
/* Experiments page*/
.experiment-section details {
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  margin-bottom: 5px;
}
.experiment-section details .summary-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.experiment-section details:hover {
  cursor: pointer;
}
.experiment-section details .summary-content {
  border-top: 1px solid #e2e8f0;
  cursor: default;
  padding: 1em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px;
}
.experiment-section details summary {
  list-style: none;
  padding: 1em;
}
.experiment-section details summary:focus {
  outline: none;
}
.experiment-section details summary:hover .summary-chevron-up svg {
  opacity: 1;
}
.experiment-section details .summary-chevron-up svg {
  opacity: 0.5;
}
.experiment-section details .summary-chevron-up,
.experiment-section details .summary-chevron-down {
  pointer-events: none;
  position: absolute;
  top: 19px;
  right: 1em;
  background: #ffffff;
}
.experiment-section details .summary-chevron-up svg,
.experiment-section details .summary-chevron-down svg {
  display: block;
}
.experiment-section details summary::-webkit-details-marker {
  display: none;
}

.experiment-section {
  margin-bottom: 70px;
}

.experiment-bullets {
  list-style-type: circle;
}

.experiment-bullets li {
  font-size: 15px;
}

.experiment-content {
  margin-left: 20px;
  margin-right: 20px;
}

.experiment-content h5 {
  margin-top: 5px;
}

.sequence {
  display: inline;
}

.sequence:hover {
  text-decoration: underline;
  font-weight: 550;
}

.sequence-wrap {
  word-wrap: break-word;
  max-width: 1px;
}

.experiment-section th, td{
  padding: 10px;
}

.circular-map {
  padding-left: 15%;
}

.individual-ring:hover > * {
  font-weight: 900;
}

.individual-ring:hover > * > * {
  font-weight: 900;
}

.individual-ring:hover > * > * > * {
  font-weight: 900;
}

.individual-ring:hover > * > * > * > *{
  font-weight: 900;
}

textPath:hover {
  font-weight: 900;
}

.tab-pane {
  padding: 3em;
  background-color: white;
  border-color: #dee2e6 #dee2e6 #fff !important;
  border-width: 1px !important;
}

.tabs-nav-links-below > h3 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.nav-link.tabs-nav-links-below.active {
  color: rgb(255,255,255) !important;
  background-color: #0062cc !important;
}

.cite_abstract {
  color: #7d7d80;
}

.cite-2 {
  color: #7d7d80;
}

.sub-sidebar {
  padding-left: 32px !important;
}


.resources-section details {
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  margin-bottom: 5px;
}
.resources-section details .summary-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resources-section details:hover {
  cursor: pointer;
}
.resources-section details .summary-content {
  border-top: 1px solid #e2e8f0;
  cursor: default;
  padding: 1em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px;
}
.resources-section details summary {
  list-style: none;
  padding: 1em;
}
.resources-section details summary:focus {
  outline: none;
}
.resources-section details summary:hover .summary-chevron-up svg {
  opacity: 1;
}
.resources-section details .summary-chevron-up svg {
  opacity: 0.5;
}
.resources-section details .summary-chevron-up,
.resources-section details .summary-chevron-down {
  pointer-events: none;
  position: absolute;
  top: 19px;
  right: 1em;
  background: #ffffff;
}
.resources-section details .summary-chevron-up svg,
.resources-section details .summary-chevron-down svg {
  display: block;
}
.resources-section details summary::-webkit-details-marker {
  display: none;
}

.name-front-team {
  margin-top: 10px;
}

.stakeholder-img {
  object-fit: contain !important;
}

.tabs-nav-links-below:hover {
  background-color: rgba(0, 98, 204, 0.2);
}

.tabs-nav-links-below:hover > * {
  color: white;
}

.last-section {
  margin-bottom: 200px;
}

.inner-circle-hp {
  width: 200px !important;
  height: 200px !important;
  border-radius: 50%;
  background-color: red;
  z-index: 3 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 50%;
  margin-bottom: 50%;

}


.outer-circle-hp {
  width: 300px !important;
  height: 300px !important;
  border-radius: 50%;
  background-color: blue;
  z-index: 2 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 50%;
  margin-bottom: 50%;
  display: flex;
  align-items: center;

}

.outer-outer-circle-hp
{
  width: 700px !important;
  height: 700px !important;
  border-radius: 50%;
  background-color: red;
  z-index: 1 !important;
  display: flex;
  align-items: center;

}



/*
id="landfill-outer"
class="landfill-outer-background"

id="landfill-inner"
class="landfill-inner-background"

id="mechanical-inner"
class="mechanical-inner-background"

id="export-inner"
class="export-inner-background"

*/



#landfill-outer:hover ~ #landfill-inner, #export-outer:hover ~ #export-inner, #mechanical-inner:hover, #landfill-outer:hover ~ #landfill-inner, #landfill-inner:hover, #thermal-inner:hover, #chemical-inner:hover, #thermal-inner:hover, #export-inner:hover, #mechanical-outer:hover ~ #mechanical-inner, #thermal-outer:hover ~ #thermal-inner, #chemical-outer:hover ~ #chemical-inner {
  filter: drop-shadow(15px 15px 15px rgba(212, 212, 108,0.5));
  transform: translate(-25px,15px);
  transition: 0.3s ease-in-out;
}

/*mechanical-outer-associated */

.model-overview-table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  font-family: "Poppins", sans-serif !important;
  text-align: left;
}

.model-overview-table > tr > td {
  padding: 1em;
  text-align: left;
}

/* Results page start*/
.results figcaption {
  font-size: 13px;
  font-style: italic;
  line-height: 1.25;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.results li {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 13px;
  font-style: italic;
  line-height: 1.25;
  color: #212529;
}

.results ol {
  list-style-type: upper-latin;
}

.results p {
  text-align: justify;
  font-size: 15px;
  line-height: 1.5;
}

/* Results page end*/




/* Model page start*/
.model {
  position: relative;
  width: auto;
  margin-top: -300px;
  margin-bottom: 300px;
  margin-left: 300px;
}

.model-equation {
  margin-top: 3em !important;
  margin-bottom: 3em;
}

.model-equation > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.rounded-container-model {
  /*margin-left: -5em;*/
  position: relative;
  text-align: center;
  border-radius: 52px;
  background: #ffffff;
  padding: 30px;
  margin-bottom: 100px;

  animation-name: appear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
/* Model page end */


.engineering-cycle-img {
  padding: 2em;
}



/* Contribution page start */

.contribution-section details {
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  margin-bottom: 5px;
}
.contribution-section details .summary-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.contribution-section details:hover {
  cursor: pointer;
}
.contribution-section details .summary-content {
  border-top: 1px solid #e2e8f0;
  cursor: default;
  padding: 1em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px;
}
.contribution-section details summary {
  list-style: none;
  padding: 3em;
}
.contribution-section details summary:focus {
  outline: none;
}
.contribution-section details summary:hover .summary-chevron-up svg {
  opacity: 1;
}
.contribution-section details .summary-chevron-up svg {
  opacity: 0.5;
}
.contribution-section details .summary-chevron-up,
.contribution-section details .summary-chevron-down {
  pointer-events: none;
  position: absolute;
  top: 19px;
  right: 1em;
  background: #ffffff;
}
.contribution-section details .summary-chevron-up svg,
.contribution-section details .summary-chevron-down svg {
  display: block;
}
.contribution-section details summary::-webkit-details-marker {
  display: none;
}

.contribution-section {
  margin-bottom: 70px;
}
/* Contribution page end */

/* Awards*/
.award-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 70px;
}

.award-section img {
  width: auto;
  height: 150px;
  margin-left: 30px;
  margin-right: 30px;
}

.award-section h3 {
  font-weight: bold;
}

.carousel-item img {
  max-width: 100%;
  border-radius: 50px;
}

/* Award Section end */

/* Parts section start */

.parts-page-table > * > tr {
  vertical-align: top;
}

.parts-page-table > * > tr > td {
  padding-right: 2em;
}

.parts-page-table > * > tr > th {
  padding-right: 2em;
  padding-left: 10px
}



/* Parts section end */
