/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.animate__delay-half-s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.color-scheme-bright {
  color: #66fcf1;
}

.color-scheme-dark {
  color: #45a29e;
}

#about {
  background-color: #0b0c10;
  padding: 100px 0px;
  color: #fff;
}

.about-us-card {
  position: relative;
  width: 500px;
  height: 100%;
  margin: 0px auto;
  text-align: left;
}

.about-us-card-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 200px;
  width: 410px;
  background-color: #1f2833;
}

.about-us-card-description > .accent-line {
  position: absolute;
  top: 50px;
  left: 0px;
  height: 10px;
  width: 50px;
  background-color: #66fcf1;
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 0% 50%);
}

.about-us-card-description > .cofounder {
  position: absolute;
  font-size: 16pt;
  top: 80px;
  left: 71px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.about-us-card-description > .name {
  position: absolute;
  font-size: 20pt;
  top: 35px;
  left: 70px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.about-us-card-description > .title {
  position: absolute;
  top: 105px;
  left: 72px;
  font-size: 16pt;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.about-us-img {
  width: 100%;
  max-width: 100vw;
  text-align: left;
  transition: all 0.2s linear;
}

.about-us-img:hover {
  box-shadow: #66fcf1 0px 6px 14px;
}

.about-us-separator {
  background-color: #66fcf1;
  height: 5px !important;
  width: 50%;
  text-align: center;
  margin: 0px auto;
}

.about-us-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .about-us-card-description {
    height: 150px;
  }
  .about-us-card-description > .accent-line {
    top: 40px;
    width: 40px;
  }
  .about-us-card-description > .cofounder {
    top: 70px;
    left: 51px;
  }
  .about-us-card-description > .name {
    top: 30px;
    left: 50px;
    font-size: 16pt;
  }
  .about-us-card-description > .title {
    top: 95px;
    left: 52px;
    font-size: 16pt;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .about-us-card-description {
    height: 150px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .about-wrapper {
    margin: 0 230px;
  }
}
@media only screen and (min-width: 1800px) {
  .about-wrapper {
    margin: 0 350px;
  }
}

/*# sourceMappingURL=about.css.map */
