@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background: #eeeeee;
  color: rgb(80, 80, 80);
}
nav {
  background: none;
  width: 100%;
  padding-top: 1.5px;
  border-bottom: 3px solid #fff;
  position: fixed;
  z-index: 200;
}
nav:after {
  content: "";
  clear: both;
  display: table;
}
nav .logo {
  float: left;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 30px;
  text-decoration: none;
}
nav .menubar {
  right: 10px;
}
nav ul {
  float: right;
  list-style: none;
  position: fixed;
}
nav ul li {
  float: left;
  display: inline-block;
  margin: 0 5px;
}
nav ul li a {
  color: #cccccc;
  text-decoration: none;
  line-height: 70px;
  font-size: 18px;
  padding: 10px 15px;
}
nav ul li a:hover {
  border-bottom: 3px solid #fff;
  border-radius: 2px;
}
nav ul li a:hover {
  color: #fff;
}
nav ul ul li a {
  color: #41678b;
}
nav ul ul li a:hover {
  color: #1d283b;
  border-bottom: none;
}
nav ul ul {
  position: absolute;
  margin-top: 3px;
  border-top: 3px solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s;
}
nav ul ul ul {
  border-top: none;
}
nav ul li ul {
  transition: all 0.3s ease 0.1s;
}
nav ul li ul ul {
  transition: none;
}
nav ul li:hover > ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
}
nav ul ul li {
  background: #fff;
  position: relative;
  margin: 0px;
  width: 180px;
  float: none;
  display: list-item;
}
nav ul ul .iconlist {
  width: 50px;
  padding-left: 2.5px;
}
nav ul ul .cornerA {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
}
nav ul ul .cornerB {
  border-bottom-left-radius: 15px;
  box-shadow: -7.5px 15px 25px rgba(0, 0, 0, 0.05);
}
nav ul ul .cornerC {
  border-top-right-radius: 15px;
}
nav ul ul li a {
  line-height: 50px;
}
nav ul ul ul li {
  position: relative;
  top: -70px;
  left: 180px;
}
.fa-chevron-right {
  margin-left: 40px;
  font-size: 15px;
}
.fa-plus {
  margin-left: 10px;
}
.mobile {
  display: none;
}
.show,
.icon,
input {
  display: none;
}
/* scrolling-active */
.scrolling-active {
  background: #fff;
  box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
}
.scrolling-active .logo {
  color: #1d283b;
}
.scrolling-active .bar .icon {
  color: #1d283b;
}
.scrolling-active ul li a {
  color: #41678b;
}
.scrolling-active ul li a:hover {
  color: #1d283b;
  border-bottom: 3px solid #9c241e;
}
.scrolling-active ul ul a:hover {
  border-bottom: none;
}
.scrolling-active ul ul {
  border-top: 3px solid #41678b;
}
/* startpage */
.hero,
.heroStartpage {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.gradient::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;

  background: linear-gradient(
    to bottom,
    rgba(22, 17, 11, 0.25) 0,
    rgba(22, 17, 11, 0.15) 20%,
    rgba(22, 17, 11, 0) 40%,
    rgba(22, 17, 11, 0) 60%,
    rgba(22, 17, 11, 0.25) 80%,
    rgba(22, 17, 11, 0.4) 100%
  );
}
.text-wrapper {
  text-align: center;
}
.headline {
  color: #fff;
  font-size: 4rem;
}
.sub-headline {
  color: #fff;
  margin: 0 30px;
  text-transform: uppercase;
  animation: pulse 1s ease-in-out forwards 3s;
  opacity: 0;
}
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  background: #84000c;
}
/* crowdfunding-buttons */
.cfButton1 {
  position: absolute;
  top: 13%;
  left: -1%;
  z-index: 180;
}
.cfButton2 {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  background: #5dd382;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.3s ease-in;
}
.cfButton2 span {
  color: #fff;
}
.cfButton2:hover {
  background: #b0d4bb;
}
/* logo-animation */
.logoBox {
  width: 460px;
  height: 400px;
}
#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: rgba(0, 0, 0, 0);
  animation: fill 1s ease forwards 2.8s;
}
.st3 {
  animation: logo-rotation 20s linear infinite;
  transform-origin: center;
}
.st2 {
  animation: fill 1.6s ease forwards 2.6s;
}
.st0:nth-child(1) {
  stroke-dasharray: 989.231;
  stroke-dashoffset: 989.231;
  animation: logo-animation 3s ease forwards 0.3s;
}
.st0:nth-child(2) {
  stroke-dasharray: 1142.517;
  stroke-dashoffset: 1142.517;
  animation: logo-animation 3s ease forwards 0.6s;
}
.st0:nth-child(3) {
  stroke-dasharray: 486;
  stroke-dashoffset: 486;
  animation: logo-animation 3s ease forwards 0.9s;
}
.st0:nth-child(4) {
  stroke-dasharray: 488.343;
  stroke-dashoffset: 488.343;
  animation: logo-animation 3s ease forwards 1.2s;
}
.st0:nth-child(5) {
  stroke-dasharray: 1156.941;
  stroke-dashoffset: 1156.941;
  animation: logo-animation 3s ease forwards 1.5s;
}
.st0:nth-child(6) {
  stroke-dasharray: 777.37;
  stroke-dashoffset: 777.37;
  animation: logo-animation 3s ease forwards 1.8s;
}
.st1:nth-child(1) {
  stroke-dasharray: 2271.082;
  stroke-dashoffset: 2271.082;
  animation: logo-animation 3s ease forwards 1s;
  opacity: 0;
}
.st1:nth-child(2) {
  stroke-dasharray: 2271.71;
  stroke-dashoffset: -2271.71;
  animation: logo-animation 3.2s ease forwards 1s;
  opacity: 0;
}
.st1:nth-child(3) {
  stroke-dasharray: 2271.082;
  stroke-dashoffset: 2271.082;
  animation: logo-animation 3.2s ease forwards 1.2s;
  opacity: 0;
}
@keyframes logo-animation {
  1% {
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes logo-rotation {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes fill {
  to {
    fill: white;
  }
}
@keyframes pulse {
  from {
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  60% {
    opacity: 1;
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* scroll-down-button */
.scroll-down {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.scroll-down:hover {
  opacity: 0.5;
}
.scroll-down {
  padding-top: 10px;
}
.scroll-down span {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: sdbtn 2s infinite;
}
@keyframes sdbtn {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
/* infoBlock */
.mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  overflow: hidden;
}
.infoBlock {
  position: absolute;
  bottom: -120px;
  left: -50px;
}
.square {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.square span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  transition: 0.5s;
  animation: animate 8s linear infinite;
  background: rgba(255, 255, 255, 0.8);
}
.square span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  transition: 0.5s;
  animation: animate 6s linear infinite;
  background: rgba(255, 255, 255, 0.6);
}
.square span:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  transition: 0.5s;
  animation: animate 12s linear infinite;
  background: rgba(255, 255, 255, 0.8);
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.infoContent {
  position: relative;
  padding: 40px 60px;
  text-align: center;
  transition: 0.5s;
  z-index: 100;
  margin-bottom: 100px;
  margin-left: 15px;
}
.infoContent h4 {
  margin-bottom: 15px;
  color: #9b241e;
}
.infoContent p {
  font-size: 14px;
}
.infoContent a {
  text-decoration: none;
  color: #9b241e;
  transition: 0.5s;
  padding: 0 2px;
}
.infoContent a:hover {
  color: #d4b1b1;
}
/* infoSlider */
.infoSlider {
  position: fixed;
  top: 85%;
  left: -730px;
  z-index: 120;
  animation: slide-in 15s forwards ease-in-out;
  animation-delay: 6s;
}
.sliderBar {
  display: flex;
  justify-content: center;
  width: 730px;
  background: #505561;
  border-radius: 0 80px 80px 0;
  color: #dddddd;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sliderBar .sliderContent p {
  font-size: 12px;
}
.sliderBar .sliderContent h3 {
  font-size: 15px;
}
.sliderContent {
  width: 640px;
}
.sliderContent a {
  text-decoration: none;
  color: #ff7c7c;
  transition: 0.5s;
}
.sliderContent a:hover {
  color: #ff7c7c9c;
}
.sliderBar .sliderButton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  background: #9b241e;
  border-radius: 50%;
  color: #dddddd;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.sliderBar .sliderButton:hover {
  background: #fff;
  color: rgb(80, 80, 80);
}
.sliderBar .sliderButton .fa {
  font-size: 35px;
}
@keyframes slide-in {
  0% {
    left: -730px;
  }
  9% {
    left: 0;
  }
  91% {
    left: 0;
  }
  100% {
    left: -730px;
  }
}
.displayNone {
  display: none;
}
/* fade-in */
.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
.fade-in.appear {
  opacity: 1;
}
/* Textboxen */
.contentSection {
  padding-top: 70px;
  margin-top: -70px;
}
.block-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
}
.double-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 1140px;
  margin: 0 auto;
}
.module-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}
.block {
  padding: 30px 50px;
  margin: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.025);
  max-width: 1100px;
  width: 100%;
}
.internBlock {
  padding: 30px 50px;
  background: #ffffff;
  margin: 40px 0;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  max-width: 1100px;
  width: 100%;
}
.internBlock2 {
  padding: 30px 50px;
  background: #ffffff;
  margin: 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  max-width: 1100px;
  width: 100%;
}
.box-title {
  font-size: 28px;
  padding-bottom: 5px;
}
.box-line {
  margin: 0 0 35px -15px;
  width: 200px;
  height: 4px;
  background: #9b241e;
  border-radius: 2px;
}
.block a {
  text-decoration: none;
  color: #c12330;
  transition: 0.5s;
}
.block a:hover {
  color: #d4b1b1;
}
.block ol,
.block ul {
  padding-left: 20px;
}
.supporter-images {
  width: 70%;
  max-width: 400px;
}
/* module-box */
.container-cards {
  position: relative;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container-cards .card {
  position: relative;
  width: 240px;
  height: 200px;
  background: #fff;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}
.container-cards .card .circle {
  position: relative;
  width: 100%;
  height: 100%;
  background: #9b241e;
  clip-path: circle(160px at center 0);
  text-align: center;
}
.container-cards .card .circle h2 {
  color: #fff;
  font-size: 4.5rem;
  padding: 20px 0;
}
.container-cards .card .content {
  position: absolute;
  height: 200px;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  padding: 20px;
  text-align: center;
}
.container-cards .card .content p {
  color: #666;
}
.container-cards .card .content a {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  background: #9b241e;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 35px;
  transition: 0.3s ease-in;
}
.container-cards .card .content a:hover {
  background: #d4b1b1;
}
.container-cards .card .content h1 {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.container-cards .card .content .module-line {
  margin: auto;
  width: 160px;
  height: 6px;
  background: #9b241e;
  border-radius: 6px;
}
/* image-box */
.imageBoxes {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 20px 20px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.members-list li {
  list-style: none;
}
.members-list {
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.025);
}
.member {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.03);
}
.member-img {
  width: 50%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.member-img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.member-img:hover img {
  transform: scale(1.1);
}
.member-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
.member-info button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: none;
  border: 2px solid rgb(80, 80, 80);
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  margin: 0 7px;
  display: none;
}
.nameButton {
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-info p {
  font-size: 13px;
  font-style: italic;
}
.member-info h3 {
  font-style: bold;
  font-size: 22px;
  margin: 4px 0;
}
.member-info span {
  font-size: 18px;
  display: none;
}
.nameline {
  width: 50%;
  height: 4px;
  background: #9b241e;
  border-radius: 2px;
  margin-bottom: 10px;
}
.roundtop {
  border-top-left-radius: 10px;
}
.roundbottomleft {
  border-bottom-left-radius: 10px;
}
.member-img:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* footer */
.container {
  max-width: 1180px;
  margin: auto;
  padding: 0 40px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.footer {
  background-color: #24262b;
  padding: 70px 0;
  margin-top: 60px;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col ul {
  list-style: none;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: -7.5px;
  bottom: -10px;
  background-color: #9b241e;
  height: 2px;
  box-sizing: border-box;
  width: 75px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #cccccc;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

.box-content {
  display: flex;
  align-content: center;
}
.box-content2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;

}
.box-content img {
  border-radius: 5px;
  margin-right: 30px;
  width: 200px;
  height: 200px;
}
.box-content2 img {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}