/*-----------------------------------------AboutUs styles-----------------------------------------*/
.container#about-us-landing {
  max-width: 2285px;
}
.main-navigation.menu-icon .container {
  padding-right: 0;
  padding-left: 0;
}
#about-us-landing .landing-background {
  background-image: url("../img/about_us_landing_bg.webp");
}
.video-background {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 84vh;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.video-background iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
#about-us-landing .scroll-below-bg {
  background-color: #3b312f;
  width: 100%;
  margin-top: -10.417vw;
  z-index: -1;
  height: clamp(300px, 30vh, 600px);
  /* Center and scale the image nicely */
}

#about-us-landing .scroll-below-mouse {
  margin-top: 10.417vw;
}

#about-us-landing .about-us-text-mask {
  width: 8.5vw;
  max-width: 180px;
  opacity: 1;
  position: absolute;
  left: 2vw;
  bottom: -229px;
  z-index: 9999;
}
#about-us-landing .about-us-center-column .blurred-rectangle {
  position: relative;
  margin-top: 20vh;
  width: 100%;
  height: 80%;
  padding: 4rem;
  border: 1px solid #ffffff00;
  opacity: 1;
  backdrop-filter: blur(30px) brightness(80%);
  -webkit-backdrop-filter: blur(30px) brightness(80%);
  border-radius: 40px;
  box-shadow: 0px 0px 20px #00000029;
}
#about-us-landing .about-us-center-column .blurred-rectangle .text-rectangle {
  text-align: center;
  padding-top: 97px;
  text-shadow: 0px 6px 6px #00000029;
  opacity: 1;
}

#about-us-landing
  .about-us-center-column
  .blurred-rectangle
  .text-rectangle
  .text-big {
  text-align: center;
  font: normal normal bold 6.5rem/6rem Montserrat;
  letter-spacing: 0.54px;
  color: #ffffff;
  text-shadow: 0px 6px 6px #00000029;
  opacity: 1;
}
#about-us-landing
  .about-us-center-column
  .blurred-rectangle
  .text-rectangle
  .text-small {
  text-align: center;
  font-size: 3rem;
  font-weight: medium;
  letter-spacing: 0.29px;
  color: #ffffff;
  text-shadow: 0px 6px 6px #00000029;
  opacity: 1;
}
#about-us-landing .meet-bg {
  width: 100%;
  background: transparent linear-gradient(335deg, #d2322a 0%, #7e84a3 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}
#about-us-landing .meet-bg .meet-text-mask {
  padding-top: 137px;
}
#about-us-landing .founder-text {
  position: absolute;
  margin-top: -65px;
}
#about-us-landing .founder-text p {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
#about-us-landing .founder-sub-text p {
  font-size: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
#about-us-landing .founder-section {
  padding-top: 180px;
}
#about-us-landing .founder-section.last {
  margin-bottom: 6vw;
}
#about-us-landing .founder-section:first-child {
  padding-top: 80px;
}
#about-us-landing .investor-text {
  padding-top: 150px;
}

#about-us-landing .desc-card {
  width: 100%;
  height: 90%;
  padding: 20px;
  border: 1px solid #ffffff00;
  opacity: 1;
  border-radius: 40px;
  box-shadow: 0px 0px 20px #00000029;
  backdrop-filter: blur(30px) brightness(115%);
  -webkit-backdrop-filter: blur(30px) brightness(115%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.desc-card.left {
  margin-left: 79px;
  margin-right: -31px;
}
.founder-img img.main-img {
  width: 23.281vw;
  height: auto;
  max-width: 520px;
}
#about-us-landing .description {
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font: normal normal normal 2.2rem/2.7rem Montserrat;
}
#about-us-landing .description br {
  margin-bottom: 15px;
}

#about-us-landing .about-name {
  text-align: left;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
.linkedin-link {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 16%;
}
.linkedin img {
  width: 6vw;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 30%;
  }

  #about-us-landing .about-us-text-mask {
    width: 16.5vw;
    bottom: -86px;
  }

  #about-us-landing .about-us-center-column .blurred-rectangle {
    margin-left: 0px;
    margin-top: 8vh;
    margin-right: 0px;
    padding: 20px;
    width: 100%;
    height: 90%;
  }

  #about-us-landing .about-us-center-column .blurred-rectangle .text-rectangle {
    padding-top: 0px;
  }

  #about-us-landing .meet-bg .meet-text-mask {
    padding-top: 20px;
  }
  #about-us-landing .meet-bg .meet-text-mask img {
    width: 80%;
  }
  #about-us-landing .founder-text p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  #about-us-landing .founder-text {
    position: absolute;
    margin-top: -17px;
  }
  #about-us-landing .founder-sub-text p {
    font-size: 9px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  #about-us-landing .founder-image {
    padding-left: 0px;
    width: 50%;
    justify-content: center !important;
  }
  #about-us-landing .founder-image.left img.main-img {
    padding-left: 0px;
    width: 50%;
  }
  #about-us-landing .founder-section {
    padding-top: 10px;
  }
  #about-us-landing .about-name {
    text-align: center;
  }
  .desc-card.left {
    margin-left: 0px;
    margin-right: 0px;
  }
  .founder-img img.main-img.main-img {
    width: 39.281vw;
    height: auto;
    margin-bottom: 8vw;
  }
  #about-us-landing .investor-text {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .desc-card.left {
    margin-left: 0px;
    margin-right: 0px;
  }
  .founder-img img.main-img {
    width: 39.281vw;
    height: auto;
    margin-bottom: 8vw;
  }
}
@media only screen and (min-width: 500px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  html {
    font-size: 40%;
  }
  #about-us-landing .about-us-center-column .blurred-rectangle .text-rectangle {
    padding-top: 0px;
  }

  #about-us-landing .meet-bg .meet-text-mask {
    padding-top: 20px;
  }
  #about-us-landing .meet-bg .meet-text-mask img {
    width: 80%;
  }
  #about-us-landing .founder-text p {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  #about-us-landing .founder-text {
    position: absolute;
    margin-top: -30px;
  }
  #about-us-landing .founder-sub-text p {
    font-size: 12px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  #about-us-landing .founder-image {
    padding-left: 0px;
    justify-content: center !important;
  }
  #about-us-landing .founder-section {
    padding-top: 20px;
  }

  #about-us-landing .about-name {
    text-align: center;
  }

  #about-us-landing .investor-text {
    padding-top: 70px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  html {
    font-size: 45%;
  }
  #about-us-landing .about-us-center-column .blurred-rectangle .text-rectangle {
    padding-top: 0px;
  }

  #about-us-landing .meet-bg .meet-text-mask {
    padding-top: 20px;
  }
  #about-us-landing .meet-bg .meet-text-mask img {
    width: 80%;
  }
  #about-us-landing .founder-text p {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  #about-us-landing .founder-text {
    position: absolute;
    margin-top: -30px;
  }
  #about-us-landing .founder-sub-text p {
    font-size: 12px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  #about-us-landing .founder-image {
    padding-left: 0px;
    justify-content: center !important;
  }
  #about-us-landing .founder-section {
    padding-top: 20px;
  }

  #about-us-landing .investor-text {
    padding-top: 70px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  html {
    font-size: 45%;
  }

  .linkedin-link {
    bottom: 6%;
  }
  .linkedin img {
    width: 3.385vw;
  }
  .linkedin img.right {
    margin-left: 50%;
  }
  #about-us-landing .about-us-center-column .blurred-rectangle .text-rectangle {
    text-align: center;
    padding-top: 12px;
    text-shadow: 0px 6px 6px #00000029;
    opacity: 1;
  }
  #about-us-landing .about-name {
    text-align: left;
  }
  #about-us-landing .founder-section {
    padding-top: 80px;
  }
  #about-us-landing .founder-text {
    position: absolute;
    margin-top: -42px;
  }
  #about-us-landing .founder-text p {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }

  #about-us-landing .meet-bg .meet-text-mask img {
    width: 54%;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  html {
    font-size: 50%;
  }

  #about-us-landing .about-us-center-column .blurred-rectangle .text-rectangle {
    text-align: center;
    padding-top: 12px;
    text-shadow: 0px 6px 6px #00000029;
    opacity: 1;
  }
  #about-us-landing .founder-section {
    padding-top: 120px;
  }
  #about-us-landing .founder-text {
    position: absolute;
    margin-top: -42px;
  }
  #about-us-landing .founder-text p {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }

  #about-us-landing .meet-bg .meet-text-mask img {
    width: 54%;
  }
}

@media only screen and (min-width: 1366px) {
  html {
    font-size: 50%;
  }

  #about-us-landing .about-us-center-column .blurred-rectangle .text-rectangle {
    text-align: center;
    padding-top: 12px;
    text-shadow: 0px 6px 6px #00000029;
    opacity: 1;
  }
  #about-us-landing .founder-section {
    padding-top: 120px;
  }
  #about-us-landing .founder-text {
    position: absolute;
    margin-top: -42px;
  }
  #about-us-landing .founder-text p {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  #about-us-landing .founder-image.left img.main-img {
    height: 435px;
    width: 90%;
    padding-left: 206px;
  }

  #about-us-landing .meet-bg .meet-text-mask img {
    width: 54%;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 65%;
  }
  #about-us-landing .about-us-center-column .blurred-rectangle .text-rectangle {
    text-align: center;
    padding-top: 12px;
    text-shadow: 0px 6px 6px #00000029;
    opacity: 1;
  }
  #about-us-landing
    .about-us-center-column
    .blurred-rectangle
    .text-rectangle
    .text-big {
    font: normal normal bold 7.5rem/7rem Montserrat;
  }
  #about-us-landing
    .about-us-center-column
    .blurred-rectangle
    .text-rectangle
    .text-small {
    font-size: 4rem;
  }
  #about-us-landing .founder-section {
    padding-top: 120px;
  }
  #about-us-landing .founder-text {
    position: absolute;
    margin-top: -42px;
  }
  #about-us-landing .founder-text p {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }

  #about-us-landing .meet-bg .meet-text-mask img {
    width: 54%;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
  #about-us-landing .about-us-center-column .blurred-rectangle .text-rectangle {
    text-align: center;
    padding-top: 97px;
    text-shadow: 0px 6px 6px #00000029;
    opacity: 1;
  }
  #about-us-landing .meet-bg .meet-text-mask {
    padding-top: 137px;
  }
  #about-us-landing .founder-text {
    position: absolute;
    margin-top: -65px;
  }
  #about-us-landing .founder-text p {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  #about-us-landing .founder-sub-text p {
    font-size: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    font: italic normal 300 22px/27px Montserrat;
  }
  #about-us-landing .founder-section {
    padding-top: 180px;
  }
  #about-us-landing .founder-section:first-child {
    padding-top: 80px;
  }
  #about-us-landing .investor-text {
    padding-top: 150px;
  }

  
}
@media screen and (min-width: 3440px) {
  html {
    font-size: 14px;
  }
  #about-us-landing .founder-text {
    margin-top: -96px;
  }
  #about-us-landing .founder-text p {
    font-size: 81px;
  }
  #about-us-landing .founder-sub-text p {
    font-size: 35px;
  }
}
@media (min-aspect-ratio: 16/9) {
  .video-background1 iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 44.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background1 iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
