.aboutBanner .banner {
  position: relative;
}
.aboutBanner .banner .imgbanner {
  border-radius: 25px;
}
.aboutBanner .banner .desc {
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 50%;
  background-color: #f2f0ed;
  border-bottom-right-radius: 25px;
  display: inline-block;
}
.aboutBanner .banner .desc .leftcurve_border {
  position: absolute;
  left: auto;
  right: -25px;
  top: 0;
  transform: rotate(180deg);
}
.aboutBanner .banner .desc .leftcurve_border2 {
  position: absolute;
  left: 0px;
  bottom: -25px;
  transform: rotate(180deg);
}

.about_us_main {
  padding: 80px 0;
}
.about_us_main .content .founderabout {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.about_us_main .content .founderabout .img {
  position: relative;
  width: 200px;
}
.about_us_main .content .founderabout .img img {
  width: 200px;
  display: flex;
  border-radius: 25px;
}
.about_us_main .content .founderabout .img .arrow {
  content: "";
  border-bottom: 32px solid transparent;
  border-left: 28px solid #171613;
  position: absolute;
  left: auto;
  right: 46px;
  bottom: -32px;
  z-index: 11;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.about_us_main .content .founderabout p {
  padding-right: 30px;
  font-size: 19px;
  line-height: 24px;
  color: #171613;
  font-weight: 500;
  margin-bottom: 15px;
}
.about_us_main .content .notfounder {
  background-color: #171613;
  padding: 50px;
  border-radius: 25px;
}
.about_us_main .content .notfounder p {
  color: #f2f0ed;
}
.about_us_main .content .notfounder .desc {
  position: relative;
  width: 100%;
  padding-right: 40%;
  margin-bottom: 20px;
}
.about_us_main .content .notfounder .desc .titledesc {
  display: flex;
  align-items: center;
  background-color: #f2f0ed;
  padding: 20px;
  height: 100%;
  width: 40%;
  position: absolute;
  left: auto;
  right: calc(0% - 50px);
  top: -51px;
  border-bottom-left-radius: 20px;
}
.about_us_main .content .notfounder .desc .titledesc .arrow {
  content: "";
  border-top: 32px solid transparent;
  border-right: 28px solid #171613;
  position: absolute;
  left: auto;
  right: 20%;
  bottom: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.about_us_main .content .notfounder .desc .titledesc .leftcurve_border {
  width: 26px;
  height: 26px;
  display: inline-flex;
  position: absolute;
  left: -25px;
  top: 0;
  transform: rotate(270deg);
}
.about_us_main .content .notfounder .desc .titledesc .leftcurve_border2 {
  width: 26px;
  height: 26px;
  display: inline-flex;
  position: absolute;
  left: auto;
  right: 0px;
  bottom: -25px;
  transform: rotate(270deg);
}
.about_us_main .content h3.founder {
  padding-left: 23px;
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #171613;
}
.about_us_main .content h3.founder::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #F29428;
  position: absolute;
  left: 0;
  top: 15px;
}
@media (max-width: 768px) {
  .about_us_main {
    padding: 60px 0;
  }
  .about_us_main .content h3.founder {
    font-size: 24px;
    line-height: 33px;
    padding-right: 10px;
  }
  .about_us_main .content .founderabout {
    flex-direction: column;
  }
  .about_us_main .content .founderabout p {
    padding: 0;
  }
  .about_us_main .content .founderabout .img {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .about_us_main .content .founderabout .img img {
    width: 50%;
  }
  .about_us_main .content .notfounder {
    padding: 60px 15px 15px;
  }
  .about_us_main .content .notfounder .desc {
    padding-right: 0;
  }
  .about_us_main .content .notfounder .desc .titledesc {
    height: 0;
    width: calc(50% + 15px);
    top: -60px;
    right: auto;
    left: 50%;
  }
  .about_us_main .content .notfounder .desc .titledesc .arrow {
    display: none;
  }
}

.why_choose .secondtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 40px;
}
.why_choose .secondtitle img {
  margin-left: 15px;
}
.why_choose .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}
.why_choose .content .why_choose_banner {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.why_choose .content .why_choose_banner .big {
  border-radius: 25px;
  display: flex;
  width: 100%;
}
.why_choose .content .why_choose_banner .square10 {
  width: 50%;
}
.why_choose .content .why_choose_banner .leftcurve_border {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(100% - 25px);
}
.why_choose .content .why_choose_banner_desc {
  width: 100%;
  padding-left: calc(50% + 50px);
}
.why_choose .content .why_choose_banner_desc h6 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: #171613;
  margin-bottom: 5px;
}
.why_choose .content .sixpoints {
  border-top-left-radius: 25px;
  padding: 30px 20px;
  width: 75%;
  position: relative;
  left: 25%;
  z-index: 1;
  background-color: #f2f0ed;
}
.why_choose .content .sixpoints .inside {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 10px;
}
.why_choose .content .sixpoints .leftcurve_border2 {
  position: absolute;
  left: calc(33.33% - 24px);
  top: -25px;
}
.why_choose .content .sixpoints .box {
  display: flex;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.why_choose .content .sixpoints .box .ic {
  display: inline-block;
  transition: all 0.3s linear;
}
.why_choose .content .sixpoints .box .desc {
  padding-left: 15px;
}
.why_choose .content .sixpoints .box .desc h6 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #171613;
  margin-bottom: 5px;
}
.why_choose .content .sixpoints .box .desc p {
  font-size: 12px;
  line-height: 14px;
  color: #595959;
}
.why_choose .content .sixpoints .box:hover {
  background-color: #F29428;
  transition: all 0.3s linear;
}
.why_choose .content .sixpoints .box:hover .ic {
  filter: brightness(1) invert(1);
  transition: all 0.1s linear;
}
.why_choose .content .sixpoints .box:hover .desc h6 {
  color: #f2f0ed;
}
.why_choose .content .sixpoints .box:hover .desc p {
  color: #f2f0ed;
}
@media (min-width: 1200px) {
  .why_choose .content .why_choose_banner_desc {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .why_choose .content .why_choose_banner_desc {
    padding-left: calc(50% + 30px);
  }
  .why_choose .content .why_choose_banner_desc h6 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 992px) {
  .why_choose .content .why_choose_banner {
    position: relative;
  }
  .why_choose .content .why_choose_banner .leftcurve_border {
    display: none;
  }
  .why_choose .content .why_choose_banner_desc {
    padding-left: 30px;
    width: 50%;
  }
  .why_choose .content .sixpoints {
    width: 100%;
    left: 0;
    padding: 20px 0;
  }
  .why_choose .content .sixpoints .leftcurve_border2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .why_choose .content {
    display: flex;
    flex-direction: column;
  }
  .why_choose .content .why_choose_banner {
    width: 100%;
  }
  .why_choose .content .why_choose_banner_desc {
    width: 100%;
    padding: 20px 0 0;
  }
  .why_choose .content .sixpoints {
    position: relative;
    left: 0;
    width: 100%;
    padding: 30px 0 0;
  }
  .why_choose .content .sixpoints .inside {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .why_choose .secondtitle {
    margin-bottom: 20px;
  }
  .why_choose .secondtitle img {
    width: 28px;
    height: 28px;
  }
}

.sincelastseens {
  background-color: #171613;
  padding: 80px 0 0;
  margin: 80px 0;
  position: relative;
}
.sincelastseens h1 {
  position: relative;
  padding-right: 25%;
  margin-bottom: 60px;
  -webkit-text-stroke: 0.5px #fff;
  font-size: 4vw;
  line-height: 1;
  color: transparent;
  font-family: "NeueHaasDisplay-Bold", sans-serif;
  font-weight: 700;
}
.sincelastseens h1 .arrow-rt-bt {
  position: absolute;
  left: 78%;
  top: 0;
  width: 4vw;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sincelastseens .lastseens {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.sincelastseens .lastseens .counts {
  position: relative;
  padding-bottom: 120px;
}
.sincelastseens .lastseens .counts span {
  font-family: "Figtree", sans-serif;
  font-size: 6vw;
  line-height: 1;
  font-weight: 700;
  color: #B8DBDF;
}
.sincelastseens .lastseens .counts small {
  font-family: "Figtree", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #B8DBDF;
  font-size: 6vw;
}
.sincelastseens .lastseens .counts p {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
}
.sincelastseens .lastseens .counts .plain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f2f0ed;
  border-top-left-radius: 25px;
}
.sincelastseens .lastseens .counts .plain .leftcurve_border {
  position: absolute;
  left: -25px;
  bottom: 0;
  top: auto;
}
.sincelastseens .counternumbers {
  position: relative;
}
.sincelastseens .plain {
  width: 25%;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background-color: #f2f0ed;
  border-top-left-radius: 25px;
}
.sincelastseens .plain .leftcurve_border2 {
  position: absolute;
  left: auto;
  right: 0;
  top: -25px;
}
@media (max-width: 767px) {
  .sincelastseens {
    margin: 60px 0;
  }
  .sincelastseens h1 {
    font-size: 8vw;
  }
  .sincelastseens h1 .arrow-rt-bt {
    width: 6vw;
    top: 5px;
  }
  .sincelastseens .counternumbers .plain {
    display: none;
  }
  .sincelastseens .lastseens {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sincelastseens .lastseens .counts {
    padding-bottom: 50px;
  }
  .sincelastseens .lastseens .counts:last-child {
    display: none;
  }
  .sincelastseens .lastseens .counts p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
  }
  .sincelastseens .lastseens .counts span {
    font-size: 11vw;
    margin-bottom: 10px;
    display: inline-block;
  }
  .sincelastseens .lastseens .counts small {
    font-size: 12vw;
  }
}

.meet {
  padding: 0 0 80px;
}
.meet .titlesec p {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #727FFF;
}
.meet .meetprofiles {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.meet .meetprofiles .boxmain {
  border-radius: 15px;
  overflow: hidden;
  width: calc(20% - 25px);
  display: flex;
  flex-direction: column;
}
.meet .meetprofiles .h10 {
  width: 100%;
  height: 10px;
  display: block;
}
.meet .meetprofiles .h20 {
  width: 100%;
  height: 20px;
  display: block;
}
.meet .meetprofiles .h50 {
  width: 100%;
  height: 50px;
  display: block;
}
.meet .meetprofiles .box {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  background-color: #D9D9D9;
  cursor: pointer;
}
.meet .meetprofiles .box img {
  transition: all 0.3s linear;
  filter: grayscale(1);
}
.meet .meetprofiles .box .desc {
  background-color: #171613;
  text-align: center;
}
.meet .meetprofiles .box .desc h6 {
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #f2f0ed;
  padding: 5px 10px;
  background-color: #F29428;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.meet .meetprofiles .box .desc p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 12px;
  line-height: 16px;
  color: #f2f0ed;
  padding: 5px 10px;
}
.meet .meetprofiles .box:hover img {
  transition: all 0.3s linear;
  filter: grayscale(0);
}
.meet .meetprofiles .box:hover .desc h6 {
  transition: all 0.3s linear;
  background-color: #c83b2e;
}
@media (max-width: 767px) {
  .meet {
    padding: 0 0 40px;
  }
  .meet .titlesec p {
    font-size: 24px;
    line-height: 28px;
  }
  .meet .titlesec .secondtitle {
    display: flex;
    align-items: center;
  }
  .meet .titlesec .secondtitle img {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
  .meet .meetprofiles .box {
    margin-bottom: 0;
    border-radius: 10px;
  }
  .meet .meetprofiles .box .desc h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .meet .meetprofiles .box .desc h6, .meet .meetprofiles .box .desc p {
    height: 30px;
  }
  .meet .meetprofiles .box .desc p {
    font-size: 11px;
    line-height: 14px;
  }
  .meet .meetprofiles .owl-stage {
    padding-left: 0 !important;
  }
  .meet .meetprofiles .owl-stage .owl-stage-outer {
    overflow: visible;
  }
}/*# sourceMappingURL=about.css.map */