@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);
.btn {
  font-size: 14px;
  color: #B91B1B;
  padding: 0.75rem 1.2rem;
  border-radius: 0;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-outline-primary {
  border-color: #B91B1B;
}
.btn-outline-primary:active:focus {
  box-shadow: none;
}
.btn-outline-primary:hover {
  border-color: #B91B1B;
  background-color: #B91B1B;
}
.btn-outline-primary:focus {
  box-shadow: none;
  outline: none;
}

.on-scroll {
  background-color: #ffffff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
  transition: 0.5s;
}
.on-scroll .navbar-nav .nav-item .nav-link {
  color: #303030;
}
.on-scroll .navbar-nav .nav-item .btn {
  color: #B91B1B;
}
.on-scroll .navbar-nav .nav-item .btn-outline-primary {
  border-color: #B91B1B;
}
.on-scroll .navbar-nav .nav-item .btn-outline-primary:hover {
  border-color: #B91B1B;
  color: #ffffff;
}

.form-control::-webkit-input-placeholder {
  color: #303030;
  font-size: 14px;
}

.wrapper-main .right-background-img img {
  width: 25%;
  margin-top: -200px;
  right: 0;
  position: absolute;
  z-index: -99;
}
.wrapper-main .service-left-bg img {
  width: 35%;
  margin-top: -650px;
  left: 0;
  position: absolute;
  z-index: -99;
}
.wrapper-main .showcase {
  margin-bottom: 1050px;
}
.wrapper-main .showcase .video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-main .showcase .video-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.wrapper-main .showcase .bg-text {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 99;
}
.wrapper-main .showcase .bg-text .video-title {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 16px;
  color: #ffffff;
  font-size: 55px;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.wrapper-main .showcase .bg-text .video-sub {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 20px;
  /* ADD CURSOR */
  /* ANIMATION */
}
.wrapper-main .showcase .bg-text .video-sub .txt-type > .txt {
  border-right: 0.08rem solid #fff;
  padding-right: 2px;
  /* Animating the cursor */
  -webkit-animation: blink 0.6s infinite;
          animation: blink 0.6s infinite;
}
@-webkit-keyframes blink {
  0% {
    border-right: 0.08rem solid white;
  }
  100% {
    border-right: 0.08rem solid rgba(255, 255, 255, 0.2);
  }
}
@keyframes blink {
  0% {
    border-right: 0.08rem solid white;
  }
  100% {
    border-right: 0.08rem solid rgba(255, 255, 255, 0.2);
  }
}
.wrapper-main .showcase .bg-text .btn-block .btn-primary {
  background-color: #B91B1B;
  color: #ffffff;
  font-size: 13px;
  border-color: transparent;
}
.wrapper-main .showcase .bg-text .btn-block .btn-primary:hover {
  background-image: linear-gradient(to right, #B91B1B 0%, #000000 5%, #B91B1B 100%);
  background-position: right center;
  transition: 0.7s;
  background-size: 200% auto;
}
.wrapper-main .feature-1 {
  padding: 150px 0 80px;
}
.wrapper-main .feature-1 .home-left-bg img {
  position: absolute;
  left: 0;
  z-index: -99;
  margin-top: -80px;
  width: 25%;
}
.wrapper-main .feature-1 .red-title {
  padding-top: 45px;
}
.wrapper-main .feature-1 .feature-title {
  letter-spacing: 2px;
  line-height: 52px;
  font-size: 42px;
}
.wrapper-main .feature-1 .req-demo .input-group .form-control:focus {
  border-color: #BFBEBE;
  box-shadow: none;
}
.wrapper-main .feature-1 .req-demo .input-group .input-group-text {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  background: #B91B1B;
  border-color: #B91B1B;
  border-radius: 2px;
  cursor: pointer;
}
.wrapper-main .feature-1 .req-demo .input-group .input-group-text:hover {
  background-image: linear-gradient(to right, #B91B1B 0%, #000000 5%, #B91B1B 100%);
  background-position: right center;
  transition: 0.7s;
  background-size: 200% auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.wrapper-main .feature-1 .image-block img {
  width: 100%;
}
.wrapper-main .feature-2 {
  padding: 80px 0;
}
.wrapper-main .feature-2 .bg-choose_1 {
  width: 15px;
  height: 26px;
  background: url(/images/why-choose.png?e6dbc8cecd4600aac57bc9d9b9f0bc6b) -10px -10px;
}
.wrapper-main .feature-2 .bg-choose_2 {
  width: 17px;
  height: 17px;
  background: url(/images/why-choose.png?e6dbc8cecd4600aac57bc9d9b9f0bc6b) -45px -10px;
}
.wrapper-main .feature-2 .bg-choose_3 {
  width: 15px;
  height: 18px;
  background: url(/images/why-choose.png?e6dbc8cecd4600aac57bc9d9b9f0bc6b) -82px -10px;
}
.wrapper-main .feature-2 .why-choose .icon-title {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
.wrapper-main .feature-2 .why-choose .icon-title span {
  color: #000000;
}
.wrapper-main .feature-2 .why-choose .para {
  color: #919191;
  font-size: 14px;
  padding-right: 32px;
}
.wrapper-main .feature-2 .home-left-bg img {
  position: absolute;
  left: 0;
  z-index: -99;
  margin-top: -100px;
  width: 25%;
}
.wrapper-main .feature-2 .red-title {
  font-size: 16px;
  font-weight: 500;
  color: #B91B1B;
  padding-top: 45px;
}
.wrapper-main .feature-2 .feature-title {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 16px;
  letter-spacing: 2px;
  line-height: 52px;
  font-size: 42px;
}
.wrapper-main .feature-2 .feature-text {
  color: #919191;
  font-size: 14px;
  padding-right: 32px;
}
.wrapper-main .feature-2 .image-block img {
  width: 100%;
}
.wrapper-main .feature-2 .section-product .product-item .card .product-icon img {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.wrapper-main .feature-2 .section-product .product-item .card .card-body {
  height: 200px;
  z-index: 10;
}
.wrapper-main .feature-2 .section-product .product-item .card .card-body .card-title {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05rem;
  padding-bottom: 15px;
  color: #757575;
}
.wrapper-main .feature-2 .section-product .product-item .card .card-body .card-text {
  font-size: 13px;
  font-weight: 500;
  color: #757575;
  letter-spacing: 0.025rem;
  color: #757575;
}
.wrapper-main .feature-2 .section-product .product-item .card .btn-block {
  z-index: 10;
  margin: 20px 10px 40px 40px;
}
.wrapper-main .feature-2 .section-product .product-item .card .btn-block .btn-primary {
  background-color: #B91B1B;
  color: #ffffff;
  font-size: 13px;
  border-color: transparent;
}
.wrapper-main .feature-2 .section-product .product-item .card .btn-block .btn-primary:hover {
  background-image: linear-gradient(to right, #B91B1B 0%, #000000 5%, #B91B1B 100%);
  background-position: right center;
  transition: 0.7s;
  background-size: 200% auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.wrapper-main .feature-3 {
  padding-bottom: 70px;
}
.wrapper-main .feature-3 .section-header {
  padding: 70px 0 40px;
}
.wrapper-main .feature-3 .section-header .red-title {
  font-size: 16px;
  font-weight: 500;
  color: #B91B1B;
  text-align: center;
}
.wrapper-main .feature-3 .section-header .main-title-center {
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  padding: 150px 0 80px;
  text-align: center;
  padding: 5px 0;
}
.wrapper-main .feature-3 .section-content .scope-block .scope-item {
  margin-bottom: 30px;
}
.wrapper-main .feature-3 .section-content .scope-block .scope-item .card {
  background-color: #303030;
}
.wrapper-main .feature-3 .section-content .scope-block .scope-item .card .icon-img img {
  width: 30%;
  padding: 10px;
  margin-left: -20px;
  margin-top: -25px;
}
.wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body {
  padding: 10px 36px 30px;
  height: 225px;
}
.wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-title {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05rem;
  padding-bottom: 15px;
  color: #ffffff;
  line-height: 24px;
}
.wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-text {
  font-size: 13px;
  font-weight: 500;
  color: #757575;
  letter-spacing: 0.025rem;
  color: #ffffff;
}
.wrapper-main .feature-3 .section-content .testimonial {
  padding-bottom: 100px;
}
.wrapper-main .feature-3 .section-content .testimonial .item .card .testi-image img {
  width: 10%;
}
.wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .testi-title {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 16px;
  font-size: 22px;
  padding-bottom: 0;
}
.wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .testi-role {
  font-size: 18px;
  color: #757575;
  color: #919191;
  font-size: 17px;
}
.wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .testi-company {
  font-size: 18px;
  color: #757575;
  color: #303030;
  font-size: 17px;
}
.wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .card-text {
  color: #919191;
  font-size: 14px;
  padding-right: 32px;
  padding-right: 0;
}
.wrapper-main .feature-3 .section-content .client-box img {
  max-width: 220px;
}
.wrapper-main .merchant-network {
  padding-bottom: 180px;
  background: #000000;
  background: linear-gradient(0deg, black 0%, #929292 100%);
}
.wrapper-main .merchant-network .section-header {
  padding: 70px 0 40px;
}
.wrapper-main .merchant-network .section-header .main-title-center {
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  padding: 150px 0 80px;
  text-align: center;
  padding: 5px 0;
  color: #ffffff;
  letter-spacing: 2px;
}
.wrapper-main .merchant-network .section-header .feature-text {
  color: #919191;
  font-size: 14px;
  padding-right: 32px;
  color: #ffffff;
  padding: 0 230px;
}
.wrapper-main .merchant-network .section-header .btn-primary {
  background-color: #B91B1B;
  color: #ffffff;
  font-size: 13px;
  border-color: transparent;
}
.wrapper-main .merchant-network .section-header .btn-primary:hover {
  background-image: linear-gradient(to right, #B91B1B 0%, #000000 5%, #B91B1B 100%);
  background-position: right center;
  transition: 0.7s;
  background-size: 200% auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 1880.98px) {
  .wrapper-main .showcase {
    margin-bottom: 950px;
  }
  .wrapper-main .showcase .video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper-main .showcase .video-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
  }
  .wrapper-main .showcase .bg-text {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .wrapper-main .showcase .bg-text .video-title {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 16px;
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 20px;
  }
  .wrapper-main .showcase .bg-text .video-sub {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 20px;
    /* ADD CURSOR */
    /* ANIMATION */
  }
  .wrapper-main .showcase .bg-text .video-sub .txt-type > .txt {
    border-right: 0.08rem solid #fff;
    padding-right: 2px;
    /* Animating the cursor */
    -webkit-animation: blink 0.6s infinite;
            animation: blink 0.6s infinite;
  }
  @-webkit-keyframes blink {
    0% {
      border-right: 0.08rem solid white;
    }
    100% {
      border-right: 0.08rem solid rgba(255, 255, 255, 0.2);
    }
  }
  @keyframes blink {
    0% {
      border-right: 0.08rem solid white;
    }
    100% {
      border-right: 0.08rem solid rgba(255, 255, 255, 0.2);
    }
  }
  .wrapper-main .showcase .bg-text .btn-block .btn-primary {
    background-color: #B91B1B;
    color: #ffffff;
    font-size: 13px;
    border-color: transparent;
  }
  .wrapper-main .showcase .bg-text .btn-block .btn-primary:hover {
    background-image: linear-gradient(to right, #B91B1B 0%, #000000 5%, #B91B1B 100%);
    background-position: right center;
    transition: 0.7s;
    background-size: 200% auto;
  }
}
@media (max-width: 1399.98px) {
  .wrapper-main .showcase {
    margin-bottom: 750px;
  }
  .wrapper-main .feature-3 {
    padding-bottom: 50px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body {
    height: 260px;
  }
  .wrapper-main .feature-2 .section-product {
    padding-bottom: 50px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body {
    height: 225px;
  }
}
@media (max-width: 1199.98px) {
  .wrapper-main .feature-1 {
    padding-bottom: 15px;
  }
  .wrapper-main .feature-1 .red-title {
    padding-top: 25px;
  }
  .wrapper-main .feature-1 .feature-title {
    letter-spacing: 1px;
    line-height: 42px;
    font-size: 32px;
  }
  .wrapper-main .feature-2 {
    padding: 60px 0 15px;
  }
  .wrapper-main .feature-2 .image-block img {
    width: 100%;
  }
  .wrapper-main .feature-2 .red-title {
    padding-top: 25px;
  }
  .wrapper-main .feature-2 .feature-title {
    letter-spacing: 1px;
    line-height: 42px;
    font-size: 32px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body {
    height: 250px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-text {
    font-size: 12px;
  }
  .wrapper-main .feature-3 {
    padding-bottom: 0px;
  }
  .wrapper-main .feature-3 .section-header {
    padding: 60px 0 15px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body {
    height: 260px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-text {
    font-size: 12px;
  }
  .wrapper-main .feature-3 .section-content .client-box img {
    width: 60%;
  }
  .wrapper-main .merchant-network .section-header .feature-text {
    font-size: 12px;
    padding: 0px 120px;
  }
}
@media (max-width: 991.98px) {
  .wrapper-main .showcase {
    margin-bottom: 780px;
  }
  .wrapper-main .showcase .video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper-main .showcase .video-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: rgba(0, 0, 0, 0.45);
  }
  .wrapper-main .showcase .bg-text {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .wrapper-main .showcase .bg-text .video-title {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 16px;
    color: #ffffff;
    font-size: 32px;
    padding-bottom: 15px;
  }
  .wrapper-main .showcase .bg-text .video-sub {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 12px;
    /* ADD CURSOR */
    /* ANIMATION */
  }
  .wrapper-main .showcase .bg-text .video-sub .txt-type > .txt {
    border-right: 0.08rem solid #fff;
    padding-right: 2px;
    /* Animating the cursor */
    -webkit-animation: blink 0.6s infinite;
            animation: blink 0.6s infinite;
  }
  @-webkit-keyframes blink {
    0% {
      border-right: 0.08rem solid white;
    }
    100% {
      border-right: 0.08rem solid rgba(255, 255, 255, 0.2);
    }
  }
  @keyframes blink {
    0% {
      border-right: 0.08rem solid white;
    }
    100% {
      border-right: 0.08rem solid rgba(255, 255, 255, 0.2);
    }
  }
  .wrapper-main .showcase .bg-text .btn-block .btn-primary {
    background-color: #B91B1B;
    color: #ffffff;
    font-size: 13px;
    border-color: transparent;
  }
  .wrapper-main .showcase .bg-text .btn-block .btn-primary:hover {
    background-image: linear-gradient(to right, #B91B1B 0%, #000000 5%, #B91B1B 100%);
    background-position: right center;
    transition: 0.7s;
    background-size: 200% auto;
  }
  .wrapper-main .feature-1 .req-demo .input-group .form-control {
    height: 42px;
    font-size: 12px;
  }
  .wrapper-main .feature-1 .req-demo .input-group .input-group-text {
    height: 42px;
    font-size: 12px;
  }
  .wrapper-main .feature-2 {
    padding: 60px 0 15px;
  }
  .wrapper-main .feature-2 .image-block img {
    width: 100%;
  }
  .wrapper-main .feature-2 .red-title {
    padding-top: 25px;
  }
  .wrapper-main .feature-2 .feature-title {
    letter-spacing: 1px;
    line-height: 42px;
    font-size: 32px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body {
    height: 250px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-title {
    padding-bottom: 5px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-text {
    font-size: 12px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .btn-block {
    margin: 20px 10px 30px 25px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body {
    height: 260px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-title {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-text {
    font-size: 11px;
  }
  .wrapper-main .feature-3 .section-content .testimonial {
    padding-bottom: 100px;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .testi-image img {
    width: 15%;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .testi-title {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 16px;
    font-size: 22px;
    padding-bottom: 0;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .testi-role {
    font-size: 18px;
    color: #757575;
    color: #919191;
    font-size: 17px;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .testi-company {
    font-size: 18px;
    color: #757575;
    color: #303030;
    font-size: 17px;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .card-text {
    color: #919191;
    font-size: 14px;
    padding-right: 32px;
    padding-right: 0;
  }
  .wrapper-main .merchant-network .section-header .feature-text {
    font-size: 12px;
    padding: 0px 50px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-main .showcase {
    margin-bottom: 500px;
  }
  .wrapper-main .showcase .video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper-main .showcase .video-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: rgba(0, 0, 0, 0.45);
  }
  .wrapper-main .showcase .bg-text {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .wrapper-main .showcase .bg-text .video-title {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 16px;
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 15px;
  }
  .wrapper-main .showcase .bg-text .video-sub {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 12px;
    /* ADD CURSOR */
    /* ANIMATION */
  }
  .wrapper-main .showcase .bg-text .video-sub .txt-type > .txt {
    border-right: 0.08rem solid #fff;
    padding-right: 2px;
    /* Animating the cursor */
    -webkit-animation: blink 0.6s infinite;
            animation: blink 0.6s infinite;
  }
  @-webkit-keyframes blink {
    0% {
      border-right: 0.08rem solid white;
    }
    100% {
      border-right: 0.08rem solid rgba(255, 255, 255, 0.2);
    }
  }
  @keyframes blink {
    0% {
      border-right: 0.08rem solid white;
    }
    100% {
      border-right: 0.08rem solid rgba(255, 255, 255, 0.2);
    }
  }
  .wrapper-main .showcase .bg-text .btn-block .btn-primary {
    background-color: #B91B1B;
    color: #ffffff;
    font-size: 13px;
    border-color: transparent;
  }
  .wrapper-main .showcase .bg-text .btn-block .btn-primary:hover {
    background-image: linear-gradient(to right, #B91B1B 0%, #000000 5%, #B91B1B 100%);
    background-position: right center;
    transition: 0.7s;
    background-size: 200% auto;
  }
  .wrapper-main .feature-1 {
    padding: 110px 0 30px;
  }
  .wrapper-main .feature-1 .red-title {
    padding-top: 25px;
  }
  .wrapper-main .feature-1 .feature-title {
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 24px;
  }
  .wrapper-main .feature-1 .req-demo .input-group .form-control {
    height: 42px;
    font-size: 12px;
  }
  .wrapper-main .feature-1 .req-demo .input-group .input-group-text {
    height: 42px;
    font-size: 12px;
  }
  .wrapper-main .feature-2 {
    padding: 15px 0 30px;
  }
  .wrapper-main .feature-2 .image-block img {
    width: 100%;
  }
  .wrapper-main .feature-2 .red-title {
    padding-top: 25px;
  }
  .wrapper-main .feature-2 .feature-title {
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 24px;
  }
  .wrapper-main .feature-2 .feature-text {
    padding-right: 0;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body {
    height: 225px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-title {
    padding-bottom: 5px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-text {
    font-size: 12px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .btn-block {
    margin: 20px 10px 30px 16px;
  }
  .wrapper-main .feature-3 .section-header .main-title-center {
    font-size: 30px;
    padding: 0;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .icon-img img {
    width: 40%;
  }
  .wrapper-main .feature-3 .section-content .testimonial {
    padding-bottom: 100px;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .testi-image img {
    width: 25% !important;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .testi-title {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 16px;
    font-size: 18px;
    padding-bottom: 0;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .testi-role {
    font-size: 18px;
    color: #757575;
    color: #919191;
    font-size: 16px;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .testi-company {
    font-size: 18px;
    color: #757575;
    color: #303030;
    font-size: 16px;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .card-text {
    color: #919191;
    font-size: 14px;
    padding-right: 32px;
    padding-right: 0;
  }
  .wrapper-main .merchant-network .section-header {
    padding: 70px 0px 0px;
  }
  .wrapper-main .merchant-network .section-header .main-title-center {
    font-size: 30px;
  }
  .wrapper-main .merchant-network .section-header .feature-text {
    font-size: 12px;
    padding: 0;
  }
  .wrapper-main .owl-carousel .owl-nav {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .wrapper-main .feature-2 .section-product {
    padding-bottom: 30px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .product-icon img {
    width: 60%;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body {
    height: 280px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-title {
    padding-bottom: 5px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-text {
    font-size: 12px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .icon-img img {
    width: 40%;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body {
    height: 230px;
    padding: 10px 25px 30px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-text {
    font-size: 11px;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .card-text {
    color: #919191;
    font-size: 14px;
    padding-right: 32px;
    font-size: 13px;
    padding-right: 0;
  }
}
@media (max-width: 470.98px) {
  .wrapper-main .feature-2 .section-product {
    padding-bottom: 30px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body {
    height: 280px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-title {
    padding-bottom: 5px;
    font-size: 13px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-text {
    font-size: 11px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .icon-img img {
    width: 50%;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body {
    height: 260px;
    padding: 10px 15px 30px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-text {
    font-size: 11px;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .testi-image img {
    width: 25% !important;
  }
  .wrapper-main .feature-3 .section-content .testimonial .item .card .card-body .card-text {
    color: #919191;
    font-size: 14px;
    padding-right: 32px;
    font-size: 12px;
    padding-right: 0;
  }
}
@media (max-width: 400.98px) {
  .wrapper-main .showcase .bg-text .video-title {
    font-size: 44px;
    margin-top: -100px;
  }
  .wrapper-main .feature-2 .section-product {
    padding-bottom: 30px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body {
    height: 265px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-title {
    padding-bottom: 5px;
    font-size: 13px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-text {
    font-size: 10px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .btn-block .btn-primary {
    font-size: 11px;
    margin-top: 15px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body {
    height: 280px;
    padding: 10px 10px 30px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-title {
    font-size: 13px;
    padding-bottom: 5px;
    line-height: 18px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-text {
    font-size: 11px;
  }
}
@media (max-width: 342.98px) {
  .wrapper-main .feature-2 .section-product {
    padding-bottom: 30px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body {
    height: 310px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-title {
    padding-bottom: 5px;
    font-size: 13px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .card-body .card-text {
    font-size: 10px;
  }
  .wrapper-main .feature-2 .section-product .product-item .card .btn-block .btn-primary {
    font-size: 11px;
    margin-top: 15px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .icon-img img {
    width: 55%;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body {
    height: 280px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-title {
    font-size: 12px;
  }
  .wrapper-main .feature-3 .section-content .scope-block .scope-item .card .card-body .card-text {
    font-size: 10px;
  }
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #B91B1B;
}

.owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  width: 100% !important;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
  color: #cccccc;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: none;
  color: #BFBEBE;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  color: #cccccc;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: none;
  color: #BFBEBE;
}
