.main-about .banner-top .main-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 42%;
}
.main-about .banner-top .vector2 {
  width: 50%;
  position: absolute;
}
.main-about .banner-top .vector1 {
  position: absolute;
}
.main-about .banner-top .txt {
  width: 50%;
  z-index: 1;
  position: relative;
}
.main-about .banner-top .txt h1 {
  text-align: right;
  padding: 2rem 0;
}
.main-about .banner-top .txt p {
  color: #DADADA;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}

.title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.title em {
  border-radius: 99px;
  background: #D9D7F7;
  box-shadow: 0 9px 15px 0 rgba(7, 18, 35, 0.08);
  color: #4337D8;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
}
.title h2 {
  margin: 2rem 0;
  color: #0D0B2B;
}
.title span {
  color: #475467;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}

.vector {
  width: 80px;
  height: 100px;
  position: absolute;
  right: 0;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .vector {
    display: none;
  }
}
.vector.vector-s-1 {
  top: 20%;
  background-image: url("../img/sec1-2.png");
}
.vector.vector-s-2 {
  top: 50%;
  background-image: url("../img/sec1-1-a.png");
}
.vector.vector-s-3 {
  top: 80%;
  background-image: url("../img/i2.png");
}
.vector.vector-s-4 {
  left: 0;
  right: auto;
  top: 30%;
  background-image: url("../img/sec1-3.png");
  background-position: left;
}
.vector.vector-s-6 {
  left: 0;
  bottom: 0;
  background-image: url("../img/sec1-2.png");
}

.section1 {
  z-index: 1;
  position: relative;
  background: #f9f9f9;
  padding: 2rem 0;
}
.section1 .box-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.section1 .box-1 .right-box {
  width: 70%;
  padding: 0 2rem;
}
.section1 .box-1 .right-box h4 {
  margin-bottom: 2rem;
}
.section1 .box-1 .right-box p {
  color: #475467;
  text-align: right;
  font-size: 14px;
}
.section1 .box-1 .left-box {
  width: 30%;
}
.section1 .box-1 .left-box img {
  width: 100%;
}

.section2 {
  background: center no-repeat url("../img/about/sec2.png");
  background-size: 100%;
  text-align: center;
  position: relative;
  color: #fff;
}
.section2:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100px;
  top: 50%;
  height: 100px;
  background: right/contain no-repeat url("../img/about/vector2.png");
}
.section2 .svg1 {
  filter: drop-shadow(30px 10px 0px #8e88ea);
  width: 100%;
}
@media (min-width: 1500px) {
  .section2 .svg1 {
    width: 100%;
    height: 280px;
  }
}
.section2 .svg2 {
  filter: drop-shadow(31px -9px 0px #8e88ea);
}
@media (min-width: 1500px) {
  .section2 .svg2 {
    width: 100%;
    height: 400px;
  }
}
.section2 em {
  margin: 6rem auto 0;
  border-radius: 99px;
  background: linear-gradient(84deg, #FFEC44 -5.82%, #FFF744 100%);
  box-shadow: 0 9px 15px 0px rgba(7, 18, 35, 0.08);
  padding: 5px 8px;
  color: #4337D8;
  text-align: center;
  font-size: 16px;
}
.section2 h3 {
  width: 100%;
  margin: 2rem 0;
}
.section2 p {
  color: #D9D7F7;
  text-align: center;
  font-size: 16px;
  padding: 0 35px;
}

.section3 {
  position: relative;
  background: #F9F9F9;
  padding: 3rem 0;
}
.section3 .right-values {
  width: 45%;
  padding: 0 10px;
}
.section3 .right-values em {
  border-radius: 99px;
  background: #D9D7F7;
  padding: 3px 10px;
  color: #4337D8;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 9px 15px 0 rgba(7, 18, 35, 0.08);
}
.section3 .right-values h3 {
  color: #0D0B2B;
  text-align: right;
  font-size: 36px;
  margin: 1.5rem 0;
  line-height: normal;
  max-width: 400px;
}
.section3 .right-values p {
  color: #101828;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 32px;
}
.section3 .left-values {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
}
.section3 .left-values .box-val {
  width: calc(40% - 20px);
  margin: 10px;
  height: 232px;
  border-radius: 48px;
  background: #E7E7E7;
  text-align: center;
  overflow: hidden;
}
.section3 .left-values .box-val img{
  max-width: 100%;
  max-height: 100%;
}
.section3 .left-values .box-val:first-child, .section3 .left-values .box-val:last-child {
  width: calc(60% - 20px);
}

.section4 {
  position: relative;
  padding: 3rem 0;
}
.section4 svg {
  position: absolute;
  left: 0;
  top: 3rem;
}
.owl-customer{
  direction: ltr;
}
.section4 .customer-box {
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
  margin: 10px;
  border-radius: 32px 32px 8px 32px;
  background: #fff;
  padding: 2rem;
  direction: rtl;
}
.section4 .customer-box p {
  font-size: 14px;
  font-style: normal;
  line-height: 32px;
}
.section4 .customer-box .txt {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
.section4 .customer-box .txt img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.section4 .customer-box .txt > div {
  padding-right: 15px;
}
.section4 .customer-box .txt > div h4 {
  margin-bottom: 2px;
  font-size: 20px;
}
.section4 .customer-box .txt > div span {
  color: #3D3D3D;
  font-weight: normal;
  font-size: 16px;
}

@media (max-width: 576px) {
  .main-about .banner-top .txt{
    width: 100%;
  }
  .banner-top {
    flex-wrap: wrap;
    padding: 2rem 0 0;
  }
  .banner-top .vector1 {
    position: fixed;
    width: 250px;
    top: 0;
    right: 0;
    display: none;
  }
  .main-about .banner-top .vector2{
    display: none;
  }
  .banner-top .main-img {
    width: 100%;
    position: static;
  }
  .banner-top .svg-wave {
    height: 60px;
    bottom: 0;
    z-index: 2;
    width: 110%;
    background-position: bottom;
    position: relative;
    background-size: cover;
  }
  .banner-top .txt {
    width: 100%;
  }
  .banner-top .txt h1 {
    font-size: 22px;
    margin-bottom: 0;
    padding: 10px;
  }
  .banner-top .txt p {
    font-size: 14px;
  }

  .section1 {
    padding: 10px;
  }
  .section1 h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .section1 span {
    font-size: 16px;
  }
  .section1 .box-1 .right-box {
    width: 100%;
    padding: 0 15px;
    order: 1;
  }
  .section1 .box-1 .right-box h4 {
    margin-bottom: 1rem;
    font-size: 20px;
  }
  .section1 .box-1 .left-box {
    width: 100%;
    padding: 10px 0;
    order: 2;
  }

  .section2 {
    background: linear-gradient(111deg, #4337D8 5.68%, #6165D7 92.68%);
  }
  .section2 em {
    margin-top: 15px;
  }
  .section2 h3 {
    font-size: 22px;
    margin: 15px 5px;
  }
  .section2 .svg2 {
    height: 100px;
    width: 100%;
  }

  .section3 .right-values {
    width: 100%;
  }
  .section3 .left-values {
    width: 100%;
  }
  .section3 .left-values .box-val {
    width: calc(50% - 10px) !important;
    height: 150px;
    margin: 5px;

  }

  .section4 svg {
    display: none;
  }
  .section4 .title {
    padding: 10px;
    margin-bottom: 0;
  }
  .section4 .title em {
    font-size: 12px;
  }
  .section4 .title h2 {
    font-size: 22px;
  }
  .section4 .customer-box {
    width: 100%;
    padding: 10px;
  }
  .section4 .customer-box p {
    font-size: 13px;
  }
  .section4 .customer-box .txt {
    margin-bottom: 10px;
  }
  .section4 .customer-box .txt > div h4 {
    font-size: 16px;
  }
  .section4 .customer-box .txt > div span {
    font-size: 14px;
  }
}

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