.logo {
  margin-bottom: 3rem;
}

.menuSection {
  margin-right: -4rem;
}

.page {
  min-height: 100vh;
  overflow-x: hidden;
}

.contentSection {
  height: 75vh;
  width: 100%;
  background-color: var(--yellow);
  display: none;
  position: relative;
  z-index: 3;
}

.swipeDownSection {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 75vh;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 1;
}

.swipeDownYellow {
  width: 33%;
  height: 75vh;
  background-color: var(--yellow);
  position: fixed;
  top: -75vh;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.middleThird {
  width: 34%;
  margin-left: 33%;
  z-index: 3;
}

.endThird {
  margin-left: 67%;
  z-index: 4;
}

.borderLine {
  width: 100%;
  height: 2px;
  background-color: var(--black);
  position: relative;
  margin-left: -100%;
}

.aboutTitle {
  text-align: center;
  height: 8vh;
  opacity: 0;
  scale: 0.8;
}

.aboutTitle h1 {
  font-size: 8rem;
  font-weight: 300;
}

.content {
  height: 75vh;
}

.spacer {
  min-height: 17vh;
}

.aboutSplit {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 50vh;
}

.aboutLeft {
  display: flex;
  flex-direction: column;
  height: 50vh;
  width: 60%;
  max-width: 60%;
  padding: 0 6rem;
  align-items: center;
  justify-content: center;
}

.aboutText1,
.aboutText2 {
  opacity: 0;
  scale: 0.9;
}

.aboutRight {
  display: flex;
  flex-direction: column;
  height: 50vh;
  width: 40%;
  max-width: 40%;
  align-items: center;
  justify-content: flex-end;
}

.content p,
.aboutText2 p {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 300;
}

.aboutImage,
.aboutButtons {
  opacity: 0;
  scale: 0.9;
}

.aboutImage img {
  max-width: 540px;
  border: 2px solid var(--black);
  margin-bottom: -15vh;
}

.aboutSection2 {
  display: flex;
  flex-direction: row;
}

.aboutText2 {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding: 6rem;
  align-items: center;
}

.aboutSection2Right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aboutButtons {
  padding: 4rem;
  background-color: var(--pink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 6rem;
  border: 2px solid var(--black);
  box-shadow: -6px 6px var(--black);
  margin-top: 4rem;
}

.aboutButtons .btn {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .aboutTitle h1 {
    font-size: 4rem;
    font-size: clamp(4rem, 2.23rem + 4.658vw, 7rem);
  }
  .aboutTitle {
    height: inherit;
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
  .spacer {
    display: none;
  }
  .contentSection,
  .content {
    height: inherit;
    min-height: 100vh;
    width: inherit;
  }
  .contentSection {
    padding: 2rem 2rem 4rem 2rem;
  }
  .swipeDownYellow,
  .middleThird,
  .endThird {
    height: 100vh;
    width: 100%;
    border-bottom: 2px solid var(--black);
    top: -100vh;
    min-width: 100%;
    margin-left: 0;
  }
  .swipeDownSection {
    width: 100%;
    height: 100vh;
  }
  .middleThird {
    background-color: var(--pink);
  }
  .startThird {
    background-color: var(--blue);
  }
  .aboutLeft,
  .aboutSplit,
  .aboutRight {
    height: inherit;
    width: 100%;
    flex-direction: column;
  }
  .aboutLeft {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .content p,
  .aboutText2 p {
    font-size: 1.6rem;
    font-size: clamp(1.6rem, 1.492rem + 0.482vw, 1.8rem);
    font-weight: 400;
    line-height: 2.2rem;
    line-height: clamp(2.2rem, 2.092rem + 0.482vw, 2.4rem);
  }
  .aboutRight {
    max-width: 100%;
  }
  .aboutImage {
    position: relative;
  }
  .aboutImage img {
    width: 100%;
    margin-bottom: 0;
    max-width: 480px;
  }
  .aboutSection2 {
    flex-direction: column;
  }
  .aboutText2 {
    width: inherit;
    padding: 4rem 2rem 2rem 2rem;
  }
  .mobileButton {
    opacity: 0;
    scale: 0;
  }
  .aboutSection2Right {
    width: inherit;
    margin: 0 auto;
  }
  .aboutButtons {
    padding: 4rem 2rem 2rem 2rem;
    margin-top: 0;
    margin-bottom: 6rem;
  }
  .aboutSplit,
  .aboutSection2 {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1536px) {
  .aboutImage img {
    max-width: 360px;
    max-width: clamp(36rem, 20rem + 15.625vw, 44rem);
  }
  .content p,
  .aboutText2 p {
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 1rem + 0.781vw, 2.2rem);
    line-height: 2.6rem;
    line-height: clamp(2.4rem, 1.2rem + 1.172vw, 3rem);
  }
  .aboutLeft {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-left: clamp(4rem, 0rem + 3.906vw, 6rem);
    padding-right: clamp(4rem, 8rem + -3.906vw, 2rem);
  }
  .aboutButtons {
    margin-right: 1rem;
    margin-right: clamp(1rem, 3rem + -1.953vw, 0rem);
    padding: 2rem;
    padding: clamp(2rem, -6rem + 7.813vw, 6rem);
  }
  .aboutTitle h1 {
    font-size: 6rem;
    font-size: clamp(6rem, 4rem + 1.953vw, 7rem);
  }
}
