@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400&family=IBM+Plex+Serif:wght@400;500;700&family=Rubik:wght@400;500&display=swap");
body {
  /*background: linear-gradient(180deg, #F4F7FA 0%, rgba(252, 252, 252, 0) 100%);*/
  background-color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
.herotitle {
  font-family: "IBM Plex Serif", serif;
}
a,
.highlight {
  color: #23a4ec;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-40 {
  font-size: 40px;
}
.lh-25 {
  line-height: 25px;
}
.lh-32 {
  line-height: 32px;
}
.lh-42 {
  line-height: 42px;
}
.lh-58 {
  line-height: 58px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
section {
  padding: 5rem 0;
  position: relative;
}
header {
  background: #fff;
  position: relative;
}

footer {
  background: #f8f8f8;
  border-bottom: 4px solid #23a4ec;
  padding-top: 1rem;
  color: #fff;
}
footer a {
  color: #fff;
}
section.hero {
  padding: 0px;
  border-top: 1px solid #0000001a;
  overflow: hidden;
}
.txt-black {
  color: #000;
}
.txt-white {
  color: #fff;
}
.txt-grey {
  color: #00000099;
}
.orange-border {
  border: 1px solid #f1b966;
  border-radius: 10px;
}
.blue-border {
  border: 1px solid #38a0ff;
  border-radius: 10px;
}
.logosection {
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 1;
}
.hero .container:before {
  content: "";
  background-image: url(../images/hero-lines.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 540px;
  top: 0;
  left: -7%;
  background-position: top left;
}
.hero:after {
  content: "";
  background-image: url(../images/hero-waves.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 540px;
  top: -15%;
  right: 0%;
  background-position: top right;
}
.hero .company-logo {
  border-radius: 50px;
  border: 1px solid #eee;
  padding: 10px 5px;
  width: calc(100% - 350px);
  display: inline-flex;
}
.hero .company-logo img {
  height: 18px;
}
.herotitle {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.polygon {
  background-image: url(../images/polygon-bg-1.svg);
  width: 365px;
  padding: 30px 20px;
  margin: 25px auto;
  background-position: center center;
}
.polygon-inner {
  background-image: url(../images/polygon-bg-2.png);
  width: 315px;
  height: 358px;
  margin: auto;
  background-position: center center;
  padding: 90px 30px;
  text-align: center;
}
.polygon-text {
  font-family: "Archivo", sans-serif;
}
.wecare .card {
  margin-bottom: 2rem;
  border-radius: 15px;
  border: 2px solid #b5d7ff;
  min-height: 160px;
}
.wecare .card .card-body img {
  height: 120px;
}
.whyjoinus .card {
  border: none;
  background: none;
}
.company-logo {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}
.btn-primary {
  background-color: #23a4ec;
  border-color: #23a4ec;
  padding: 12px 25px;
}
.looking-wrapper {
  background-image: url(../images/young-lady.png);
  background-size: contain;
  background-position: center center;
  min-height: 445px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.looking-text {
  padding: 0px 50px;
  color: #fff;
  max-width: 480px;
}
.linkedin {
  border: 2px solid #e1e1e1;
  padding: 10px 35px;
  border-radius: 50px;
  display: inline-block;
}
.our-investor {
  width: 0;
  min-width: 420px;
  margin: 0 auto;
  border: 1px solid #e1e1e1;
  padding: 15px 25px;
  border-radius: 10px;
}
.supported-companies {
  max-width: 700px;
  margin: 0 auto;
}
.copyrights {
  background-color: #000;
}
.map {
  margin-bottom: -10px;
}
.flow-box {
  flex-direction: row;
}
.flow-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.wecare {
  background: linear-gradient(180deg, #ecfcff 0%, #ffffff 34.37%);
  padding-bottom: 0;
}
.conn-bottom-line {
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-bottom: -175px;
}
.conn-bottom-line img {
  top: -300px;
  position: absolute;
  left: 0;
  right: 300px;
  margin: 0 auto;
}

.whyjoinus .container,
.wecare-bg .container {
  position: relative;
}

.rec-line {
  position: relative;
}
.rec-line img {
  position: absolute;
  right: 25px;
  top: -165px;
}
.hide-lg {
  display: none;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
  .hide-lg {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .wecare:after {
    content: "";
    background-image: url(../images/circle-line-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 768px;
    width: 224px;
    position: absolute;
    top: 0%;
    right: 0;
  }
  .wecare:before {
    content: "";
    background-image: url(../images/plus-overlay.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 503px;
    width: 231px;
    position: absolute;
    bottom: 25%;
    left: 0;
  }

  .justin:before {
    content: "";
    background-image: url(../images/circle-line-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 768px;
    width: 224px;
    position: absolute;
    top: 25%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .justin:after {
    content: "";
    background-image: url(../images/plus-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 491px;
    width: 192px;
    position: absolute;
    top: 20%;
    right: 0;
  }
  .polygon-text:after {
    content: "";
    background-image: url(../images/red-lines.png);
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-position: 85% center;
  }
  .flow-box {
    border: 2px solid #b5d7ff;
    border-radius: 10px;
  }
  .wecare-bg .container:before {
    content: "";
    background-image: url(../images/circle-line-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 200px;
    width: 70px;
    position: absolute;
    bottom: -90px;
    left: 25px;
  }
  .whyjoinus .container:before {
    content: "";
    background-image: url(../images/conn-bottom-line.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    position: absolute;
    width: 1247px;
    height: 370px;
    bottom: -100px;
    right: 100px;
  }
  .whyjoinus .container:after {
    content: "";
    background-image: url(../images/circle-line-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 200px;
    width: 70px;
    position: absolute;
    bottom: -40px;
    left: 60px;
  }
  .looking-wrapper:before {
    content: "";
    background-image: url(../images/blue-lines-younglady.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 60px;
    width: 145px;
    position: absolute;
    bottom: 25px;
    left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  section {
    padding: 2rem 0;
  }
  .hero .container:before,
  .hero .container:after,
  header:after,
  .herotitle:before {
    display: none;
  }
  .polygon,
  .polygon-inner {
    background: none;
    width: auto;
    height: auto;
    padding: 0px;
  }
  .herotitle {
    padding-bottom: 1rem;
    padding-top: 0rem;
    margin-top: 0rem;
  }
  .hero .company-logo {
    width: calc(100% - 210px);
  }
  .fs-40 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .herosecton {
    padding: 1rem 2rem;
    min-height: auto;
  }
  .polygon-inner .fs-20 {
    font-size: 14px;
  }
  .herotitle {
    font-size: 26px;
    line-height: 45px;
  }
  .flow-wrap > div {
    flex-basis: 0;
    flex-grow: 1;
    flex: 1;
    min-width: 0;
  }
  .flow-wrap img {
    width: 70px;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  .company-logo {
    flex-direction: column;
  }
  .company-logo li {
    margin: 15px auto;
  }
  .logosection {
    padding-top: 1rem;
  }
  div.logo {
    width: 30%;
  }
  .joinus {
    width: 70%;
  }
  .logo img {
    width: 100%;
  }
  .joinus img {
    width: 120px;
  }
  .joinus .btn-primary {
    padding: 5px 15px;
    font-size: 14px;
  }
  .hero .company-logo {
    width: 100%;
    flex-direction: row;
  }
  .hero .company-logo li {
    margin: 0px auto;
  }
  .herosecton {
    text-align: center;
    min-height: auto;
    padding-bottom: 2rem;
  }
  .hero .container:before,
  .hero .container:after,
  header:after,
  .herotitle:before {
    display: none;
  }
  .wc-icon {
    width: 45%;
  }
  .wc-text {
    width: 55%;
  }
  .wecare .card .card-body img {
    height: auto;
    width: 100%;
  }
  .fs-16 {
    font-size: 14px;
  }
  .lh-32 {
    line-height: 24px;
  }
  .lh-42 {
    line-height: 32px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .lh-58 {
    line-height: 45px;
  }
  .fs-40 {
    font-size: 26px;
  }
  h1 {
    font-size: 32px;
    line-height: 50px;
  }
  .flow-wrap {
    flex-direction: column;
    align-items: center;
  }
  .our-investor {
    min-width: 320px;
    border: none;
    padding: 0;
  }
  .our-investor img {
    margin-bottom: 1rem;
  }
  .looking-wrapper {
    min-height: inherit;
  }
  .looking-text {
    padding: 10px 65px 10px 30px;
    width: 100%;
  }
  .looking-text h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .flow-wrap > div {
    margin-bottom: 1rem;
  }
  .flow4 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 20px;
  }
  .flow4 > * {
    display: inline-flex;
    flex: 1;
  }
  .flow4 p:first-child {
    text-align: right;
  }
  .flow4 p:last-child {
    text-align: left;
  }
  .flow4 > img {
    transform: rotate(90deg);
    width: 70px;
    height: 25px;
  }
  .flow2 {
    position: relative;
    padding-bottom: 20px;
    z-index: 2;
  }
  .flow2 p {
    background-color: #fff;
  }
  .flow2 img {
    transform: rotate(90deg);
    height: 25px;
    width: 90px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: -1;
  }
}
.logosection-blogs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.navbar-parent {
  width: 100%;
  margin-left: auto;
}
.link-a {
  color: #000;
  text-decoration: none;
}
.link-a :hover {
  text-decoration: none;
  color: #000;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg-footer-black {
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 33 / var(--tw-bg-opacity));
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.opacity-60 {
  opacity: 0.6;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.max-w-md {
  max-width: 28rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.flex {
  display: flex;
}
.sm\:flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
