html {
  overflow-x: hidden;
}
body {
  font-family: "GTWalsheim", sans-serif;
  overflow-x: hidden;
  background-color: white;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

#header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

#headerImg img {
    width: 117px;
    height: auto;
}

#downloadBtn a {
  font-family: "GTWalsheim Bold", sans-serif;
  background-color: #FF5353;
  border-radius: 100px;
  font-weight: bold;
  font-size: 20px;
  padding: 16px 32px;
  color: white;
}

#downloadBtn a:hover {
  background-color: #F78A3C;
  cursor: pointer;
}

#textfirst {
  color: red;
}

#mainimg {
  width: 100%;
  background-size: cover;

/*   &:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, black, black);
    opacity: .6;
  } */

}

#main {
  position: relative;
  display: flex;
  flex-direction: column;
}

#main .text {
  position: fixed;
  top: 16rem;
  left: 0;
  width: 100%;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  z-index: 3;
  cursor: pointer;
  padding: 0 3.2rem;
  opacity: 0;
}

#main .text button {
  width: 100%;
}

#main .text button:after, #main .text button:before {
  display: none;
}

#main .text img {
  width: 100%;
}

#main .text .line {
  position: relative;
  background: #000000;
  height: 1px;
  margin-left: -4rem;
  margin-right: -9999rem;
  z-index: 99;
  display: none;
}

.quote, #mainTitle {
  font-family: "GTWalsheim", sans-serif;
  position: relative;
  text-align: center;          /*text-transform: uppercase;*/
  z-index: 100;
}

#firstTitle, #secondTitle {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 96px;
  font-weight: 600;
  color: white;
}

.quote {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  margin-left: 120px;
  margin-right: 120px;
}

.quote p {
  margin: 0;
}

#firstTitle, #secondTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  color: white;
  text-transform: uppercase;
  z-index: 100;
}

#firstTitle {
  transform: translate(-50%, -50%);
}

#secondTitle {

  /*transform: translateX(1000px);*/
  transform: translate(-50%, -50%);
}

.hide {
  display: none;
}

#container {
  position: relative;
  text-align: center;
}

/*Numbers part*/
.stats {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
  margin-bottom: 120px;
}

.statsPart {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.statsNum {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 84px;
}

.statsText {
  font-size: 24px;
}

.oneColumn {
  position: relative;
  display: flex;
  z-index: 100;
  padding: 40px 200px 160px;
  font-size: 36px;
  line-height: 40px;
}

#introText, #introTextFirst {
  z-index: 100;
}

#introTextFirst {
  margin: 200px 200px 120px;
}

#introText {
  margin: 120px 200px;
}

.mixBlock {
  display: flex;
  flex-direction: column;
}

.mixBlockBold {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 600;
}

.mixBlockDesc {
  padding: 48px 24px 24px;
  margin-left: 120px;
  font-size: 24px;
  line-height: 40px;
}

#midTextBold {
  padding-top: 60px;
}

#mainSlogan {
  font-weight: 600;
}

#units {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 100;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
  justify-content: space-between;
}

#leftSide, #rightSide {
  display: flex;
  flex-direction: column;
}

#rightSide {
  padding-top: 240px;
}

#program, #programIntro {
  display: flex;
  flex-direction: column;
}

#events, #eventsIntro {
  display: flex;
  flex-direction: column;
}

#cowork, #coworkIntro {
  display: flex;
  flex-direction: column;
}

#loop, #loopIntro {
  display: flex;
  flex-direction: column;
}

.threeNums {
  display: flex;
  flex-direction: row;
  column-gap: 32px;
  padding-top: 150px;
}

#program, #cowork, #events, #loop {
  align-items: center;
}

#programIntro, #coworkIntro, #eventsIntro, #loopIntro {
  width: 500px;
  text-align: center;
}

#programIntro, #eventsIntro {
  transform: translateX(-700px);
}

#coworkIntro, #loopIntro {
  transform: translateX(700px);
}

#first {
  transform: translateX(-700px);
}

#second {
  transform: translateX(1400px);
}

#third {
  transform: translateX(700px);
}

#programDetailsNum {
  display: flex;
  flex-direction: row;
  column-gap: 48px;
  width: 600px;
  justify-content: center;
  padding-top: 60px;
  padding-left: 80px;
}

#programQuote {
  font-size: 36px;
  line-height: 40px;
  padding: 0 120px;
  text-align: center;
}

#programMoreNumbers {
  display: flex;
  flex-direction: row;
  padding: 120px 120px 0;
  width: 100%;
}

#programMoreNumbersLeft {
  display: flex;
  flex-direction: column;
  width: 50%;
}

#programMoreNumbersLeftTop div {
  padding-left: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

#programMoreNumbersLeftBottom div {
  padding-left: 300px;
  display: flex;
  flex-direction: column;
  margin-top: -40px;
  align-items: center;
  width: fit-content;
}

#programMoreNumbersRight div {
  padding-left: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.smallTitle {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
}

.threeColumns {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
  column-gap: 80px;
  padding: 0 120px 120px;    /*background-color: rgba(246, 169, 116, 0.7);*/
}

.taglineDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  row-gap: 30px;
}

.tagline {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.colorTagline {
  font-size: 46px;
}

.description {
  font-size: 20px;
  line-height: 28px;
}

.descriptionBold {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

#leonPhoto {
  width: 500px;
}

/*Gallery*/
#galleryBlock {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#leftGallery, #rightGallery {
  display: flex;
  flex-direction: column;
  width: 48%;
  row-gap: 40px;
}

#rightGallery {
  margin-top: 120px;
}

/*Business Units section*/
#impactTitle {
  width: 100%;
  text-align: center;
  padding-bottom: 120px;
}

#businessUnits {
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}

#programDetails, #coworkingDetails, #eventsDetails, #loopDetails, #globalDetails {
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}

#programDetailsIntro, #eventsDetailsIntro, #globalDetailsIntro {
  justify-content: flex-end;
}

#coworkingDetailsIntro, #loopDetailsIntro {
  justify-content: flex-start;
}

.detailsIntro {
  height: 820px;
  display: flex;
  flex-direction: row;
}

#programIntroText, #eventsIntroText, #globalIntroText {
  background-image: url("https://berlin.impacthub.net/wp-content/uploads/2025/09/shape2-0.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1.6;
  width: 35%;
}

#programIntroText {
  padding-left: 160px;
  padding-top: 200px;
}

#eventsIntroText {
  padding-left: 160px;
  padding-top: 200px;
}

#globalIntroText {
  padding-left: 160px;
  padding-top: 200px;
}

#coworkingIntroText, #loopIntroText {
  background-image: url("https://berlin.impacthub.net/wp-content/uploads/2025/09/shape2-0-0.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1.6;
  width: 35%;
}

#coworkingIntroText {
/*   padding-left: 200px; */
  padding-top: 200px;
}

#loopIntroText {
  padding-left: 180px;
  padding-top: 160px;
}

.introTextDetails {
  display: flex;
  flex-direction: column;
  padding-left: 140px;
  padding-top: 160px;
}

.introTextDetails div {
  font-size: 20px;
  line-height: 24px;
  width: 70%;
}

.introTextDetails h3 {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-top:0;
}

.introPhotoDetails {
  width: 50%;
}

#loopIntroPhoto {
  width: 50%;
}

#loopIntroPhoto img {
  max-height: 100%;
  max-width: 100%;
}

.introPhotoDetails img {
  max-height: 100%;
  max-width: 100%;
  padding-top: 140px;
}

.detailsIntroNumberBlock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 120px 120px;
}

.detailsIntroNumber {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  width: 20%;
}

.detailsNumber {
  font-size: 96px;
  line-height: 100px;
}

.detailsNumberText {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.twoColumnText {
  display: flex;
  flex-direction: row;
  padding: 0 120px 60px;
  justify-content: space-between;
  column-gap: 120px;
    font-size: 20px;
    line-height: 28px;
}

.highlightedText {
    font-family: "GTWalsheim Bold", sans-serif;
  font-weight: bold;
}

.twoColumnTextLeft, .twoColumnTextRight {
  width: 45%;
}

.detailsIntroNumberBlockDouble {
  display: flex;
  flex-direction: column;
}

.detailsIntroNumberBlockSecond {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding:0 120px 120px;
}

#firstStats {
  z-index: 100;
}

#secondNumberCoworking {
  display: flex;
  flex-direction: row;
  padding:0 120px 120px;
  justify-content: space-evenly;
}

#eventsNumbersIntro {
  display: flex;
  flex-direction: row;
  padding: 60px 120px 120px;
  justify-content: space-evenly;
}

.introNumbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 120px;
}

#introNumbersOne {
  padding: 20px 120px 40px;
}

#introNumbersTwo {
  padding-bottom: 40px;
}

.detailsQuoteRightContainer {
  display: flex;
  justify-content: flex-end;
}

.detailsQuoteRight, .detailsQuoteLeft {
  width: 40%;
  font-size: 24px;
  line-height: 28px;
}

.detailsQuoteRight {
  margin-right: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detailsQuoteLeft {
  margin-left: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quoteAuthor {
  font-family: "GTWalsheim Bold", sans-serif;
  font-weight: bold;
}

#detailsQuoteRightProgram, #detailsQuoteRightEvents, 
#detailsQuoteRightGlobal {
  background-image: url('https://berlin.impacthub.net/wp-content/uploads/2025/09/shape3-5.png');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1.6;
}

#detailsQuoteRightProgram {
  width: 55%;
/*   padding: 120px; */
 align-items: center;
}

#detailsQuoteRightEvents {
  font-size: 24px;
  line-height: 28px;
  width: 55%;
/*   padding: 160px 120px 120px; */
  align-items: center;
}

#detailsQuoteRightGlobal {
  width: 70%;
  align-items: center;
}

#eventsQuoteText, #loopQuoteText {
  width: 60%;
}
#programQuoteTextOne {
  width: 70%;
    padding-right: 64px;
}

#programQuoteTextTwo {
    width: 60%;
    margin-left: -100px;
}

#coworkingQuoteText {
  margin-left: -200px;
  width: 60%;
}
#loopQuoteText {
  margin-left: -150px;
}

#globalQuoteText {
  width: 70%;
  margin-left: -100px;
}

#globalTitle {
    width: 80%;
}

#detailsQuoteLeftProgram {
/*   height: 340px;
  padding: 120px; */
  width: 55%;
  background-image: url('https://berlin.impacthub.net/wp-content/uploads/2025/09/shape1-5.png');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1.6;
  align-items:center;
}

#detailsQuoteLeftCoworking {
/*   height: 500px;
  width: auto;
  padding: 120px; */
  background-image: url('https://berlin.impacthub.net/wp-content/uploads/2025/09/shape1-5.png');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1.6;
  width: 80%;
  align-items: center;
}

.goalsBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}

.goalsTitle {
  text-align: center;
  width: 50%;
  font-family: "GTWalsheim", sans-serif;
  font-size: 32px;
}

.goalsLogo {
  display: flex;
  flex-direction: row;
  width: 100%;
  column-gap: 10%;
  justify-content: center;
  padding-top: 40px;
}

.goalsImg {
  width: 15%;
}

.goalsImg img {
  width: 100%;
}

.programGoals, .eventsGoals, .loopGoals, .coworkingGoals {
  transform: scale(0);
}

#highlightsTitle {
  text-align: center;
}

#highlightsSection {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 64px;
  margin: 80px 120px;
}

#highlightsSection .col {
  position: relative;
  font-family: "GTWalsheim", sans-serif;
  width: 32%;
  border-radius: 30px;
  border: 1px solid;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

#highlightsSection .col:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease-in-out;
}

.hlImg {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.col h3 {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: black;
}

.col p {
  font-family: "GTWalsheim Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: black;
  margin-top:0;    /*margin-bottom: 16px;*/
}

.hlContent {
  padding:0 20px 30px;
  font-size: 20px;
  line-height: 28px;
}

#thanksPart {
  display: flex;
}

#thanksQuote {
  margin-bottom:0;
}

#thanksText {
  width: 700px;
  display: flex;
  flex-direction: column;
  margin: 120px 0 0 200px;
  z-index: 100;
}

#thanksImg {
  position: relative;
  right: 100px;
}

#thanksImg img {
  width: 800px;
}

#thanksTextDesc {
  width: 600px;
}

#lastQuote {
  margin-top: 180px;
  font-size: 64px;
  line-height: 70px;
}

#ctasSection {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 64px;
  margin: 80px 120px;
}

#ctasSection .col {
  font-family: "GTWalsheim", sans-serif;
  width: 18%;
  border: solid 3px;
  border-radius: 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.top, .bottom {
  display: flex;
  flex-direction: column;
}

.bottom {
  justify-content: space-between;
  height: 100%;
  font-size: 20px;
  line-height: 24px;
}

.bottom p {
  font-size: 20px;
  line-height: 24px;
  color: black;
}

.icon {
  width: 50px;
  height: auto;
}

.ctaButtons {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  row-gap: 16px;
}

.ctaBtn {
  font-family: "GTWalsheim Bold", sans-serif;
  background-color: #FF5353;
  padding: 16px 24px 18px 24px;
  border: none;
  border-radius: 100px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

.ctaBtn a:visited, .ctaBtn a {
	color:white;
}

.ctaBtn:hover {
  background-color: #F78A3C;
}

#footer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 120px;
  margin-bottom: 40px;
}

#footer img {
  width: 10%;
}

@media screen and (min-width: 1600px) {
    .detailsIntro {
        height: 1000px;
    }
    
    .introTextDetails h3 {
        font-size: 54px;
        line-height: 60px;
    }
    
    .introTextDetails div {
        font-size: 24px;
        line-height: 32px;
    } 
}

/*responsive*/
@media screen and (min-width:768px) {
  #main #shape {
    position: absolute;/*     top: -10%;
        left: -20%; */
    transform: translateX(350px) rotate(6deg);
    width: 50%;
    height: auto;
    overflow: visible;
    opacity: 0;
  }
}

@media screen and (min-width:768px) {
  #main .text {
    top: 16rem;
    padding: 0 5.5rem;
  }
}

@media screen and (min-width:960px) {
  #main .text .line {
    display: block;
  }
}

@media screen and (max-width: 960px) {  
  #shape {
    display: none;
  }
	
  #header {
    padding: 16px;
  }
  
  #downloadBtn a {
    font-size: 14px;
    padding: 8px 16px;
  }

  #firstTitle, #secondTitle {
    font-size: 48px;
    margin-top: -20px;
  }

  .introNumbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }

  .detailsIntroNumber {
    width: auto;
    row-gap:0;
  }
  
  #introTextFirst {
    margin: 0;
  }
  
  #introText {
  margin: 0;  
  }

  .mixBlock {
    padding: 40px 16px;
  }

  .mixBlockBold {
    font-size: 40px;
    line-height: 44px;
  }

  .mixBlockDesc {
    font-size: 18px;
    line-height: 24px;
    padding: 48px 0;
    margin-left:0;
  }
  
  #midTextBold {
    padding-top: 0;
  }

  .threeColumns {
    flex-direction: column;
    padding: 0 16px 40px;
  }

  .taglineDiv {
    width: 100%;
  }

  #leonPhoto {
    width: 100%;
  }
  
  #first {
    transform: translateX(-100%);
  }

  #second {
    transform: translateX(100%);
  }

  #third {
    transform: translateX(-100%);
  }
  
  #midTextThree {
    padding-bottom:0;
  }
  
  .quote {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin-left: 16px;
    margin-right: 16px;
  }
  
  #introText {
    margin: 0;
  }

  #impactTitle {
    padding-bottom: 0;
  }

  #programDetails, #coworkingDetails, #eventsDetails, #loopDetails, #globalDetails {
    margin-bottom: 0;
  }

  .detailsIntro {
    height: auto;
	  margin-top: 60px;
  }

  #programDetailsIntro, #eventsDetailsIntro, #globalDetailsIntro {
    flex-direction: column;
  }

  #coworkingDetailsIntro, #loopDetailsIntro {
    flex-direction: column-reverse;
  }
  
/*   #programIntroText, #coworkingIntroText, #eventsIntroText, #loopIntroText, #globalIntroText {
    width: 100%;
  min-height: 400px;
  } */

  .introTextDetails {
    padding-left: 40px;
    padding-top: 80px;
  }

  .introTextDetails h3 {
    font-size: 24px;
  }

  .introTextDetails div {
    font-size: 18px;
    line-height: 24px;
  }
  
  .introPhotoDetails {
    width: 100%;
  }

  .introPhotoDetails img {
    padding-top: 16px;
  }

  .detailsIntroNumberBlock, .detailsIntroNumberBlockSecond, #secondNumberCoworking, #eventsNumbersIntro {
    flex-direction: column;
    row-gap: 28px;
  }
  
  #secondNumberCoworking {
    padding-bottom: 40px;
  }

  #eventsNumbersIntro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .detailsIntroNumberBlock {
    padding: 40px 16px 28px;
  }

  .detailsIntroNumberBlockSecond {
    padding: 0 16px 40px;
  }

  .twoColumnText {
    flex-direction: column;
    padding: 20px 16px;
  }
  
  .twoColumnTextLeft, .twoColumnTextRight {
    width: 100%;
  }
  
  .detailsQuoteRight, .detailsQuoteLeft {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    padding: 40px;
  }
	
	#detailsQuoteRightEvents {
		font-size: 20px;
		line-height: 28px;
	}

  .detailsQuoteRight {
    margin-right: 0;
  }

  .detailsQuoteLeft {
    margin-left: 0;
  }

  .detailsQuoteRightContainer {
    justify-content: center;
  }

  .goalsBlock {
    padding-left: 16px;
    padding-right: 16px;
  }

  .goalsTitle {
    width: 100%;
	font-size: 24px;
	line-height: 28px;
  }
  
  .goalsLogo {
    padding-top:0;
  }
  
  .goalsImg {
    width: 25%;
  }
  
  #highlightsSection {
    margin: 0;
    flex-direction: column;
    padding: 16px;
  }
  
  #highlightsSection .col {
    width: 100%;
  }
  
  #lastQuote {
  font-size: 32px;
    line-height: 36px;
  }
  
  #ctasSection {
    margin: 0;
    flex-direction: column;
    padding: 40px 16px 0;
    row-gap: 24px;
  }
  
  #ctasSection .col {
    width: auto;
  }

  #cta1 .bottom, #cta2 .bottom {
    row-gap: 16px;
  }
  
  #footer img {
    width: 50%;
  }
  
  #galleryBlock {
    margin-top: 40px;
  }
  
#detailsQuoteRightProgram, #detailsQuoteLeftProgram, #detailsQuoteRightEvents {
    width: 100%;
    padding: 16px;
    background-size: auto;
    background-position: center;
  }

  #programQuoteTextOne, #programQuoteTextTwo, #coworkingQuoteText, #eventsQuoteText, #loopQuoteText, #globalQuoteText {
    width: 90%;
    padding-right:0;
    margin-left:0;
  }
  
  #detailsQuoteLeftCoworking, #detailsQuoteRightGlobal {
    width: 90%;
    padding: 16px;
     background-size: 500%;
    background-position: center;
  }

 #programIntroText, #coworkingIntroText, #eventsIntroText, #loopIntroText, #globalIntroText {
	 background-image: none;
	background-size: auto;
    background-position: center;
    padding: 0 16px 16px;
	 width: 90%;
}
	
	#programIntroText, #eventsIntroText, #globalIntroText, #coworkingIntroText, #loopIntroText {
		background-size: cover;
	}
	
	
	.introTextDetails div {
		width:100%;
	}

}
