.main-product {
  position: relative;
}
.main-product .vectors {
  position: absolute;
  height: 130px;
  width: 80px;
  background: no-repeat url("../img/vectors-p.png");
  z-index: 2;
}
.main-product .vectors.vector-1 {
  background-position: 0 0;
  left: 5px;
  top: 13%;
}
.main-product .vectors.vector-2 {
  background-position: 0 -130px;
  left: 0;
  top: 30%;
}
.main-product .vectors.vector-3 {
  background-position: 0 0;
  left: -20px;
  top: 40%;
}
.main-product .vectors.vector-4 {
  background-position: 0 -262px;
  left: 0;
  top: 52%;
}
.main-product .vectors.vector-5 {
  background-position: 0 -387px;
  left: 0;
  top: 72%;
}
.main-product .vectors.vector-6 {
  background-position: -130px 0;
  left: 0;
  top: 85%;
}
.main-product .vectors.vector-7 {
  background-position: -180px -390px;
  right: 0;
  top: 18%;
}
.main-product .vectors.vector-8 {
  background-position: -180px -259px;
  right: 0;
  top: 45%;
}
.main-product .vectors.vector-9 {
  background-position: -180px -130px;
  right: 0;
  top: 83%;
}
.main-product .banner {
  padding: 7rem 0 8rem;
}
.main-product .banner .txt-banner {
  position: static;
}
.main-product .banner .txt-banner .child-txt {
  width: 50%;
}
.main-product .banner .txt-banner .child-txt .btns-banner #go-catalog {
  height: 45px;
  border-radius: 8px;
  border: 1.5px solid #FFF;
  display: flex;
  align-items: center;
  color: #fff;
}
.main-product .banner .txt-banner .child-txt .btns-banner #go-catalog i {
  margin-right: 10px;
}
.main-product .banner .img-banner {
  width: 50%;
  text-align: left;
}
.main-product .banner .img-banner img {
  object-fit: contain;
}
.main-product .section-feature {
  background: #f9f9f9;
  position: relative;
  padding: 1rem 0;
  z-index: 1;
}
.main-product .section-feature .title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.main-product .section-feature .title em {
  border-radius: 99px;
  background: #D9D7F7;
  background: rgba(53, 167, 255, 0.15);
  color: #35A7FF;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
}
.main-product .section-feature .title h2 {
  margin: 1.3rem 0;
  color: #0D0B2B;
}
.main-product .section-feature .title span {
  color: #475467;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.main-product .section-feature .box-feature {
  border-radius: 32px 32px 8px 32px;
  border: 1px solid #D9D7F7;
  min-height: 300px;
  padding: 2rem;
  display: block;
  background: #F9F9F9;
  cursor: pointer;
  transition: all ease 0.4s;
  margin-bottom: 2rem;
}
.main-product .section-feature .box-feature:hover {
  background: #FFF;
  box-shadow: 0px 9px 15px 0px rgba(7, 18, 35, 0.08);
}
.main-product .section-feature .box-feature:hover h4 {
  color: #35A7FF;
}
.main-product .section-feature .box-feature img {
  margin-bottom: 2rem;
}
.main-product .section-feature .box-feature h4 {
  transition: all ease 0.4s;
  color: #0D0B2B;
  margin-bottom: 15px;
}
.main-product .section-feature .box-feature h6 {
  color: #4337D8;
  margin: 25px 0;
  direction: ltr;
}
.main-product .section-feature .box-feature span {
  color: #475467;
}
.main-product .section-feature .btn-more {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: relative;
}
.main-product .section-feature .btn-more:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 75.52%);
}
.main-product .section-feature .btn-more button {
  border-radius: 8px;
  border: 1px solid rgba(53, 167, 255, 0.1);
  background: rgba(53, 167, 255, 0.1);
  padding: 10px 20px;
  color: #35A7FF;
  display: flex;
  align-items: center;
}
.main-product .section-feature .btn-more button i {
  margin-right: 10px;
}
.main-product .section2 {
  background: #f9f9f9;
  position: relative;
  padding: 1rem 0;
}
.main-product .section2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 236px;
  right: 0;
  bottom: -160px;
  z-index: 1;
  background: center/contain no-repeat url("../img/subtract1.png");
}
.main-product .section2 > .container {
  position: relative;
  z-index: 1;
}
.main-product .section2 .box-p {
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
.main-product .section2 .box-p .img {
  width: 50%;
  text-align: right;
  padding-left: 2rem;
}
.main-product .section2 .box-p .img img {
  max-width: 100%;
}
.main-product .section2 .box-p .text-p {
  width: 50%;
  padding-right: 3rem;
}
.main-product .section2 .box-p .text-p h3 {
  margin-bottom: 1.5rem;
  color: #222;
}
.main-product .section2 .box-p .text-p p {
  color: #475467;
  font-size: 14px;
  text-align: right;
}
.main-product .section2 .box-p:nth-child(even) {
  direction: ltr;
}
.main-product .section2 .box-p:nth-child(even) .text-p {
  padding-right: 0;
  padding-left: 3rem;
}
.main-product .section2 .box-p:nth-child(even) .img {
  padding-left: 0;
  padding-right: 2rem;
}
.main-product .section3 {
  padding: 10rem 0 15rem;
  background: linear-gradient(247deg, rgba(64, 172, 255, 0.5) 1.19%, #35A7FF 94.93%);
  backdrop-filter: blur(100px);
  position: relative;
  overflow: hidden;
}
.main-product .section3:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: 0;
  top: 0;
  background: center/contain no-repeat url("../img/rec1.png");
}
.main-product .section3:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -100px;
  top: -100px;
  background: center/contain no-repeat url("../img/rec2.png");
}
.main-product .section3 .container em {
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 9px 15px 0px rgba(7, 18, 35, 0.08);
  color: #fff;
  padding: 5px 10px;
}
.main-product .section3 .titr {
  color: #fff;
  padding: 15px 0 2rem;
}
.main-product .section3 .customers-sec {
  width: 100%;
  direction: ltr;
  position: static;
}
.main-product .section3 .customers-sec .customer-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 32px 32px 8px 32px;
  background: #FFF;
  padding: 2rem;
  direction: rtl;
}
.main-product .section3 .customers-sec .customer-box p {
  font-size: 14px;
  font-style: normal;
  line-height: 32px;
}
.main-product .section3 .customers-sec .customer-box .txt {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
.main-product .section3 .customers-sec .customer-box .txt img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.main-product .section3 .customers-sec .customer-box .txt > div {
  padding-right: 15px;
}
.main-product .section3 .customers-sec .customer-box .txt > div h4 {
  margin-bottom: 2px;
  font-size: 20px;
}
.main-product .section3 .customers-sec .customer-box .txt > div span {
  color: #3D3D3D;
  font-weight: normal;
  font-size: 16px;
}
.main-product .section3 .owl-nav {
  position: absolute;
  top: 164px;
  display: flex;
  align-items: center;
  z-index: 2;
  left: 40px;
  direction: ltr;
}
.main-product .section3 .owl-nav button {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: all ease 0.4s;
}
.main-product .section3 .owl-nav button:hover {
  opacity: 0.7;
}
.main-product .section3 .owl-nav button:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  color: #000;
}
.main-product .section3 .owl-nav button.owl-prev:before {
  transform: rotate(180deg);
}
.main-product .section4 {
  padding: 1rem 0 6rem;
  background: #f9f9f9;
  position: relative;
}
.main-product .section4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  right: 0;
  top: -203px;
  z-index: 1;
  background: center no-repeat url("../img/subtract2.png");
  background-size: 110%;
}
.main-product .section4 .container {
  position: relative;
  z-index: 1;
}
.main-product .section4 .right-title {
  width: 40%;
  max-width: 100%;
  padding: 0 15px;
}
.main-product .section4 .right-title em {
  border-radius: 99px;
  background: rgba(53, 167, 255, 0.15);
  /* shadow soft */
  box-shadow: 0px 9px 15px 0px rgba(7, 18, 35, 0.08);
  padding: 5px 10px;
  color: #35A7FF;
  margin-bottom: 15px;
  display: inline-block;
}
.main-product .section4 .right-title h4 {
  font-size: 36px;
}
.main-product .section4 .right-title p {
  font-size: 14px;
  font-style: normal;
  line-height: 32px;
}
.main-product .section4 .content {
  width: 60%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.main-product .section4 .content .abs-svg {
  position: absolute;
}
.main-product .section4 .content .video {
  z-index: 1;
}
.main-product .section4 .content .video img {
  width: 100%;
}
.main-product .section5 {
  padding: 3rem 0;
  background: #f9f9f9;
  position: relative;
}
.main-product .section5 .right-title {
  width: 40%;
  max-width: 100%;
  padding: 0 15px;
}
.main-product .section5 .right-title img {
  width: 300px;
}
.main-product .section5 .right-title h4 {
  font-size: 36px;
}
.main-product .section5 .right-title span {
  font-size: 14px;
  font-style: normal;
  line-height: 32px;
  display: block;
  padding: 2rem 0;
}
.main-product .section5 .left-faq {
  width: 60%;
}
.main-product .section5 .left-faq .accordion-item {
  padding: 15px 2rem;
}
.main-product .section5 .left-faq .accordion-item button {
  width: 100%;
  text-align: right;
  background: transparent;
  border: none;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.main-product .section5 .left-faq .accordion-item button i {
  margin-right: auto;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 5px #eee;
  color: #35A7FF;
  font-size: 22px;
  transition: all ease 0.4s;
}
.main-product .section5 .left-faq .accordion-item .accordion-body {
  color: #0D0B2B;
  text-align: right;
  font-size: 14px;
  line-height: 32px;
  display: none;
}
.main-product .section5 .left-faq .accordion-item.active {
  border-radius: 40px 40px 8px 40px;
  background: linear-gradient(262deg, rgba(0, 143, 255, 0.1) -0.89%, rgba(0, 143, 255, 0.05) 101.01%);
}
.main-product .section5 .left-faq .accordion-item.active button i {
  background: #35a7ff;
  transform: rotate(-90deg);
  color: #fff;
}
.main-product .section5 .left-faq .accordion-item.active .accordion-body {
  display: block;
}

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