.about-us-title-h2{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8225;
	margin: 20px 0;
}

.abt-container {
  height: 600vh;
  width: 100%;
  background: #f8f6f2;
  margin: auto;
  margin-bottom: 15%;
  z-index: 6;
}

.about-main {
  position: relative;
  z-index: 3;
}

.about-big-title {
  font-size: 4rem;
  font-weight: bold;
}

.about-small-title {
  margin: auto;
}

.about-text {
  margin: auto;
}

.about-vertical {
  display: flex;
  flex-flow: column nowrap;
  /* justify-content: space-between; */
  /* padding: 0 2em; */
}

.about-horizontal {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  /* padding: 1em 0; */
  text-align: left;
}

.about-horizontal-align-left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  /* padding: 0 2em; */
  text-align: left;
}

.about-horizontal-align-right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: baseline;
  padding: 0 2em;
  text-align: left;
}

.about-img-box {
  display: flex;
  justify-content: center;
  align-content: center;
  width: auto;
  margin: auto;
}

.about-img {
  border-radius: 1rem;
  margin: 10em 0;
}

.about-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: #f8f6f2;
}

.about-big-text {
  font-weight: 900;
  font-size: 2.2rem;
  width: auto;
}

.about-small-text {
  font-size: 0.9rem;
  font-weight: 500;
  width: auto;
  color: black;
}

.about-red-btn {
  background-color: #e63812;
  color: white !important;
  font-weight: bold;
  border-radius: 0.6em;
  display: flex;
  transition: all 0.1s ease-in-out;
  transform-origin: center center;
  font-size: 0.9rem;
  cursor: pointer;
  line-height: 3.2rem;
  justify-content: center;
  width: 246px;
  text-align: center;
}

.about-red-btn:hover {
  box-shadow: 0 0 0 0.3rem #e63812;
  transition: all 0.1s ease-in-out;
  transform-origin: center center;
}

.circle {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  position: absolute;
  z-index: 2 !important;
}
.svgContainer.one-bottom {
  height: 200vh;
  width: 100%;
  left: -68vw;
  top: -53vh;
  z-index: 2;
}
.svgContainer.two-bottom {
  animation: bubbleFloat 40s infinite linear;
  right: 5vw;
  top: -7vh;
  width: 35vh;
  height: 35vh;
  z-index: 2;
}
.svgContainer.three-bottom {
  animation: tightBubbleFloat 23s infinite linear;
  left: 10vw;
  bottom: -10vh;
  width: 33vh;
  height: 33vh;
  z-index: 2;
}



@media (max-width: 800px) {
	.about-us-title-h2{
		font-size: 1.5rem;
		font-weight: bold;
		margin: 10px 0;
	}
}



.about-us-learn-more-section > *:not(svg) {
  z-index: 5;
}

.about-us-logo-desktop {
  position: fixed;
  right: 2rem;
  z-index: 6;
  top: 88vh;
}

.about-us-logo-desktop path {
  fill: black;
}

.logo-mobile {
  display: none;
}

.about-us-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background-color: #ece5d9; /*#f8f6f2;*/
  padding: 130px;
  padding-top: 10rem;
  z-index: 1;
}

.about-us-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10%;
  z-index: 3;
}

.about-us-learn-more-section {
  height: 750px;
  background-color: #daeaf0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 -130px -130px -130px;
  padding: 130px;
  z-index: 3;
  display: none;
}

svg {
  z-index: 2;
}

.about-us-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 48%;
}

.about-us-img {
  border-radius: 10px;
  margin-bottom: 2.3rem;
  z-index: 6;
}

.about-us-title {
  font-weight: bold;
  font-size: 4.66rem;
  margin-top: 4rem;
  margin-bottom: 0;
  width: 100%;
  max-width: none;
}

.about-us-title-p {
  font-size: 1rem;
  font-weight: 400 !important;
  width: auto;
  max-width: 100%;
  color: black;
  line-height: 1.5625rem;
}

.about-us-header {
  font-weight: 900;
  /*font-size: 2rem;*/
  font-size: 2.2rem;
  color: black;
  margin-bottom: 15px;
  margin-top: 2rem;
  line-height: 1.5;
}
@media (max-width: 800px) {
	  .about-us-header {
	    font-size: 1.9rem;
	  }
}

.about-us-text {
  font-size: 0.9rem;
  font-weight: Regular;
  color: black;
  margin-bottom: 0.9rem;
  line-height: 1.6;
  max-width: 100%;
}

/* red button */
.about-us-button-red {
  background-color: var(--red);
  color: white !important;
  width: 11.8em;
  height: 3.5em;
  font-weight: bold;
  border-radius: 0.8em;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  transform-origin: center center;
  line-height: 3.4em;
  text-align: center;
  margin: 1em 0;
  padding-top: 0.05rem;
  font-size: 1.2rem;
}

.about-us-button-red:hover {
  box-shadow: 0 0 0 0.3rem #e63812;
  transition: all 0.1s ease-in-out;
  transform-origin: center center;
}

/* out button */
.about-us-button-out {
  background-color: transparent;
  color: black !important;
  width: 11.8em;
  height: 3.4em;
  font-weight: bold;
  border-radius: 0.8em;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  transform-origin: center center;
  line-height: 3.4em;
  text-align: center;
  margin: 1em 0;
  border: 0.1em black solid;
  padding-top: 0.05rem;
  font-size: 1.2rem;
}

.about-us-button-out:hover {
  box-shadow: 0 0 0 0.2rem black;
  transition: all 0.1s ease-in-out;
  color: white !important;
  transform-origin: center center;
  background-color: black;
  opacity: 1;
}

.yellowed {
  background-color: black !important;
  color: white !important;
}
.yellowed:hover {
  box-shadow: 0 0 0 0.3rem var(--yellow) !important;
  background-color: var(--yellow) !important;
  color: black !important;
}

.hide-on-desktop {
  display: none;
}

.hide-on-mobile {
  display: block;
}

.about-us-award-icons {
  width: 100%;
  display: flex;
  margin: 2rem 0;
  flex-direction: row;
  filter: brightness(0);
}

.about-us-award-icons img {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .about-us-logo-desktop {
    display: none;
  }

  .logo-mobile {
    width: 100%;
    display: flex;
    top: 25px;
    left: 5px;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 6;
  }

  .logo-mobile path {
    fill: black;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .about-us-container {
    padding: 130px 35px;
  }

  .about-us-section {
    flex-direction: column;
  }

  .about-us-content {
    width: 100%;
  }

  .about-us-title {
    font-size: 2.9rem;
    line-height: 1.2;
  }

  .about-us-title,
  .about-us-header {
    margin-bottom: 10px;
  }

  .about-us-img {
    margin: 20px 0;
  }

  .about-us-button-red,
  .about-us-button-out {
    width: auto;
    min-height: 3.4em;
  }

  .about-us-learn-more-section {
    height: 600px;
  }
}

@media (min-width: 1900px) {
  .about-us-text {
    max-width: fit-content;
  }

  .about-us-header {
    font-size: 2.8rem;
  }

  .about-us-container {
    padding: 150px;
  }
  .about-us-learn-more-section {
    margin: 0 -150px -150px -150px;
  }
}

/* Bubbles */

.inspiration-section-svg-big-white-1 {
  animation: driftAround;
  animation-duration: 150s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  height: 190vh;
  width: 167vw;
  left: -55vw;
  top: -99vh;
  position: absolute;
}

/* floating bubbles */

.about-us-section-svg-big-white-2 {
  animation: driftAround;
  animation-duration: 100s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  height: 227vh;
  width: 158vw;
  left: 16vw;
  top: -74vh;
  position: absolute;
}

.about-us-section-svg-big-white-3 {
  animation: driftAround;
  animation-duration: 180s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  height: 197vh;
  width: 160vw;
  left: -82vw;
  top: 220vh;
  position: absolute;
  z-index: 1;
}

.about-us-section-svg-round-light-1 {
  animation: tightBubbleFloat;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  right: 45vw;
  top: 199vh;
  width: 35vh;
  height: 35vh;
  position: absolute;
}

.about-us-section-svg-round-light-2 {
  animation: tightBubbleFloat;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  right: 41vw;
  top: 477vh;
  z-index: 2;
  width: 114vh;
  height: 36vh;
  position: absolute;
}

.about-us-section-svg-round-dark-1 {
  animation: bubbleFloat;
  animation-duration: 49s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  height: 35vh;
  width: 126vw;
  left: -29vw;
  top: 77vh;
  position: absolute;
  z-index: 2;
}

.about-us-learn-more-section-svg-round-dark-1 {
  animation: bubbleFloat;
  animation-duration: 49s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  height: 35vh;
  width: 126vw;
  left: -29vw;
  bottom: 10vh;
  position: absolute;
  z-index: 2;
}

.about-us-learn-more-section-svg-round-light-1 {
  animation: tightBubbleFloat;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  right: 41vw;
  bottom: 17vh;
  z-index: 2;
  width: 114vh;
  height: 36vh;
  position: absolute;
}

.about-us-section-svg-round-dark-2 {
  animation-name: bubbleFloat;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-play-state: running;
  right: 72vw;
  top: 240vh;
  width: 68vh;
  height: 37vh;
  position: absolute;
  z-index: 2;
}

.about-us-section-svg-round-dark-3 {
  animation-name: tightBubbleFloat;
  animation-duration: 35s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-play-state: running;
  right: 4vw;
  bottom: -22vh;
  width: 38vh;
  height: 43vh;
  position: absolute;
}

.about-us-scroll-arrow {
  opacity: 1;
}