/* Inter-And-Yeseva-font-family */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding, 100px);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

:root {
  --primary-color: #00137F !important;
  --secondary-color: #e57627 !important;
  --dark-color: #1a1a1a;
  --brown-color: #583e29;
  --info-color: #5bc0de;
  --success-color: #5cb85c;
  --light: #686868;
}

/* colors */

p {
  color: #8c8c8c;
}

.bg-light {
  background-color: #999 !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-brown {
  background-color: var(--brown-color);
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.bg-info {
  background-color: var(--info-color) !important;
}

.text-light {
  color: #686868 !important;
}

.text-light-dark {
  color: var(--light-dark-text);
}

.text-warning {
  color: var(--warning) !important;
}

.bg-warning {
  background-color: var(--warning) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

/* Font-styling */
.fs-6 {
  font-size: 16px !important;
}
.fs-4 {
  font-size: 14px !important;
}

/* Keyframes-start */
@keyframes loader {
  0% {
    background-position: 100% center;
  }

  50% {
    background-position: 0 center;
  }

  100% {
    background-position: 100% center;
  }
}

@keyframes click {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes rotation {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scanning {
  0% {
    width: 0;
  }

  35% {
    width: 100%;
  }

  75% {
    width: 0;
  }

  100% {
    width: 50%;
  }
}

@keyframes toching {
  0% {
    transform: translate(77px, 77px);
  }

  60% {
    transform: translate(0, 0);
  }

  60% {
    transform: scale(1);
    opacity: 1;
  }

  75% {
    transform: scale(0.8);
  }

  85% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(0.8);
    opacity: 1;
  }
}
@keyframes moveone {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes movescnd {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes movethrd {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(-150%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes movebtnscnd {
  0% {
    transform: translateX(-56.5%);
  }

  50% {
    transform: translateX(-80%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes movebtnone {
  0% {
    transform: translateX(56.5%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes Movex {
  0% {
    transform: translateX(-85px);
  }

  25% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes Move_x {
  0% {
    transform: translateX(-89px);
  }

  25% {
    transform: translateX(-50px);
  }

  75% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(50px);
  }
}
@keyframes Move_x1 {
  0% {
    transform: translateX(-92px);
  }

  25% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes movetop {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes Slideleft {
  0% {
    transform: translateX(-89px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* Custom styles*/
.rounded-bottom {
  border-radius: 0px 0px 12px 12px !important;
}
/* Header-css */
.header-top {
  left: 0;
  background: #fff;
  max-width: 100%;
  transition: 0.25s ease 0;
  -moz-transition: 0.25s ease 0;
  -ms-transition: 0.25s ease 0;
  -o-transition: 0.25s ease 0;
  -webkit-transition: 0.25s ease 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 100;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  top: -500px;
  padding: 5px 0px;
}
header.active .header-top {
  top: 0 !important;
}
.btn-get_started {
  padding: 15px 40px;
}
.navigation li a {
  padding: 20px;
  color: #797979;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.navigation li a.active:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  border-radius: 3px;
  height: 3px;
  background: var(--primary-color);
  content: "";
}
.navigation li a.hover {
  border-bottom: 3px solid var(--primary-color);
}
.navigation {
  visibility: hidden;
}
.animation .navigation {
  visibility: visible;
}
/* Banner-css */
.banner-item-card {
  padding: 100px 0px;
}
.banner-start h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0 auto 25px 0;
  width: 100%;
  background: linear-gradient(
    to left,
    #00137F 0%,
    #00137F 42.5%,
    #a1adb8 50%,
    #00137F 57.5%,
    #00137F 100%
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-position: 100% center;
  animation: loader 10s ease infinite reverse;
}
.banner-start h1 {
  color: white;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -2.5px;
  margin-bottom: 20px;
  animation: movetop 0.5s linear;
}
.banner-start p {
  font-size: 20px;
  color: white;
  animation: movetop 0.8s linear;
}
.sign_title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}

.form-control,
.form-control:focus {
  background: #2b2b2b;
  font-size: 13px;
  padding: 14px 12px 15px;
  color: #cecece;
  border: 2px solid #2b2b2b;
  box-shadow: none;
  border-radius: 10px;
}
::-webkit-input-placeholder {
  color: #757575 !important;
}

::-moz-placeholder {
  color: #757575 !important;
}

::-ms-placeholder {
  color: #757575 !important;
}

::placeholder {
  color: #757575 !important;
}

#parallax-section {
  background-image: url(../images/banner_2x.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
}
.banner-parrallax-image.banner-animate {
  transform: perspective(1640px) scaleZ(0.5) rotateX(-60deg);
}

.animation-scroll.active {
  transform: none;
}
.scanner-animation .animation-scroll.active {
  transform: translate(-158.5px,0);
}
.banner-parrallax-image {
  background: #583e29;
  position: relative;
  max-width: 1169px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 52px 0 20px;
  transition: all 0.8s linear;
  background: url("../../assets/images/banner_product_img_bg_2x.png");
  background-size: 1169px auto;
  background-repeat: no-repeat;
  position: relative;
  top: -85px;
}
.banner-parrallax-image video {
  max-width: 1126px;
  width: 100%;
  transition: all 0.8s linear;
  border-radius: 12px;
  box-sizing: border-box;
}
.banner-item-card h1 {
  margin-bottom: 50px;
  padding-left: 50px;
  max-width: 1100px;
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2px;
}
.banner-card {
  position: relative;
  padding: 50px;
  background: #242424;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0 10px;
}
.banner-card h5 {
  font-size: 36px;
  color: white;
  font-weight: 600;
  margin: 20px 0px 10px 0px;
}
.banner-card p {
  color: #c1c1c1;
  font-size: 18px;
  margin-bottom: 0;
}

.animation-scroll.active .banner-card.banner-card1 {
  animation: moveone 1s ease-out;
}
.animation-scroll.active .banner-card.banner-card2 {
  animation: movescnd 1.2s ease-out;
}
.animation-scroll.active .banner-card.banner-card3 {
  animation: movethrd 1.4s ease-out;
}

/* highlighted-section */
.highlighted-section {
  background-color: #f5f5f5 !important;
  background: url("../../assets/images/bg-noise.png");
  background-size: auto;
  position: relative;
  padding: 120px 0;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.highlighted-section .discover_text {
  font-size: 56px;
  font-weight: 600;
  color: black;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}

.left_side_text .title_label {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}
.left_side_text h3 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2px;
}
.left_side_text h3 {
  max-width: 70%;
}
.left_side_text p {
  color: #333;
  font-size: 20px;
}
.left_side_text {
  max-width: 479px;
  width: 100%;
  margin-left: 10%;
}
.hightlight-inner-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1560px) {
  .right_side_sec {
    max-width: calc(100% - 579px);
  }
}
.right_side_sec {
  box-shadow: 0 20px 40px 0 rgba(8, 33, 73, 0.1);
  border: 8px solid #000;
  border-radius: 30px;
  position: relative;
  display: flex;
  margin-left: 85px;
  justify-content: center;
  align-items: center;
}
.animation-scroll.active .popup_box {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
.right_side_sec {
  background: url("../../assets/images/stock.jpg");
  height: 600px;
  width: 100%;
}
.right_side_sec .popup_box {
  background: url("../../assets/images/addstock.jpg");
  background-size: cover;
}
.right_side_sec:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #333;
  opacity: 0.5;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 22px;
}
@media (max-width: 1560px) {
  .popup_box {
    height: 30%;
    width: 35%;
    border-radius: 4px;
  }
}
.popup_box {
  position: absolute;
  height: 290px;
  width: 320px;
  border-radius: 10px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s linear;
  transform: scale(0.5) translate(200%, 100%);
}

/* Mobile-tab-css */
.mobile-main-tab-section {
  max-width: 900px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.mobile-main-tab-section .title_label {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}
.mobile-main-tab-section h3 {
  max-width: 580px;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -2px;
}
.mobile-main-tab-section p {
  color: #333;
  font-size: 20px;
}

.mobile-tab-section {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  padding-bottom: 120px;
  margin: 60px auto 0;
}

.mobile-tab-section ul {
  display: flex;
  align-items: baseline;
  position: absolute;
  height: 100%;
  left: 475px;
  top: 50px;
  transition: all 60s linear;
}

.mobile-tab-section ul li {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin: 0 30px;
  border: 8px solid #000;
  display: block;
  height: 574px;
  width: 288px;
  overflow: hidden;
}

.mobile-tab-section ul li picture {
  height: 100%;
  width: 100%;
}

.mobile-tab-section picture,
.mobile-tab-section img,
.mobile-tab-section source {
  border-radius: 22px;
}

.mobile-tab-section ul:last-child {
  left: 2295px;
}

.mobile-tab-section ul {
  left: 0;
  animation: rotation 30s linear infinite reverse;
}

.mobile-tab-section ul:last-child {
  left: 1820px;
}
.mobile-door {
  max-width: 380px;
  width: 100%;
  background: #000;
  height: 800px;
  position: relative;
  left: 0;
}

.mobile-door:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: #f5f5f5;
  transition: all 1s linear;
  transform-origin: 0 100%;
  z-index: 1;
}

.mobile-tab-section.zz_animated .mobile-door:before {
  transform: perspective(600px) scaleZ(0.5) rotateY(35deg);
}

.mobile-door:after {
  content: "";
  position: absolute;
  right: -128px;
  bottom: -10px;
  height: 128px;
  width: 256px;
  background: #f5f5f5;
  transform-origin: 64% 66%;
  transform: rotate(-45deg);
}
 .app_store {
  background-position: -489px -1px;
}

 .play_store {
  background-position: -279px -1px;
}

.app_link {
  height: 57px;
  width: 190px;
  display: inline-block;
  margin: 0 15px;
}

.dark_section {
  position: relative;
  padding-top: 0;
  background: #1a1a1a;
}
.mobile-tab-section .mobile-door:before {
  transform: perspective(600px) scaleZ(0.5) rotateY(35deg);
}
.mobile-door:before {
  background: #f5f5f5 url("../../assets/images/bg-noise.png");
}

/* Vendor-css */
.Vendor-section {
  margin: 0 auto;
}
.Vendor-section .right_side_sec {
  right: 0px;
  margin-left: -85px;
}
.Vendor-section .left_side_text {
  margin-left: 0%;
  max-width: 580px;
}
.Vendor-section .left_side_text p {
  max-width: 70%;
}
.Vendor-section .popup_box {
  background: url(//);
  background-size: cover;
}
@media (max-width: 1560px) {
  .Vendor-section .popup_box {
    width: 18%;
    height: 21%;
  }
}
.Vendor-section .popup_box {
  width: 340px;
  height: 314px;
  top: 18%;
  right: 58%;
  transform: translate(0, -32%);
}
.left_side_sec {
  background: url("../../assets/images/vendors.jpg");
  height: 700px;
  width: 58%;
}
.Vendor-section .popup_box {
  background: url("../../assets/images/vendorpayout.jpg");
  background-size: cover;
}

/* Scanner-css */
.scnr_anim_sec {
  position: relative;
  background: var(--primary-color);
}
.scnr_outer_container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 120px 0;
}
.scnr_outer_container_bg {
  background: url('../../assets/images/scan.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media (max-width: 1920px){
.scnr_outer_container_bg {
  max-width: unset;
}
}
.scnr_outer_container_bg {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 50%;
  top: 0;
  max-width: 925px;
}
@media (max-width: 1560px){
.scnr_container {
    max-width: 1200px !important;
}
}
@media (max-width: 1560px){
.scnr_side_text_wrap {
    max-width: 30% !important;
}
}
.scanner-section h3 {
  font: 48px/1.1 var(--zf-primary-bold);
  letter-spacing: -2px;
}
.scanner-section .title_label {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}
.scanner-section h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
}
.scanner-section p{
  font-size: 20px;
  color: white;
}
.scnr_side_text_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 395px;
  width: 100%;
  margin-bottom: 0;
}
.scnr_anim {
  position: relative;
  max-width: 50%;
  width: 100%;
}
.scanner_section {
  display: inline-flex;
  margin: auto;
  transition: all 1s linear;
  position: relative;
  transform: translate(-158.5px,0);
}
 .sec_2 {
  background: url('../../assets/images/mobile.png');
  background-size: auto 626px;
}
.scanner_inners_sec.freeze {
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.scanner_inners_sec {
  position: relative;
  width: 297px;
  height: 647px;
  border: 10px solid #000;
  border-radius: 47px;
  transition: all 1s linear;
}
.animation-scroll.active .sec_2.active:after {
  background: url('../../assets/images/mobile1.png');
  background-position: 0 32.5px;
  background-repeat: no-repeat;
  background-size: auto 626px;
}
.animation-scroll.active .sec_2.active:after {
  content: "";
  position: absolute;
  left: -3px;
  bottom: -5%;
  width: 50%;
  height: 110%;
  z-index: 1;
  border-right: 5px solid #fff;
  transition: all 1s linear;
  animation: scanning 3s ease-in-out;
}
.sec_3 {
  background: url('../../assets/images/mobile.png');
}
.sec_3, .zz_anim.z_box_anim3 {
  z-index: 0;
}
.sec_3.active:after {
  bottom: 370px;
  opacity: 1;
}
.sec_3:after {
  background: url('../../assets/images/mobile.png');
}
.sec_3:after {
  content: "";
  position: absolute;
  left: 0;
  height: 34px;
  width: 297px;
  bottom: 313px;
  transition: all 2s ease;
  opacity: 0;
}
.scnr_side_text_wrap {
    max-width: 430px;
    width: 100%;
    color: #fff;
}
.scnr_container {
    position: relative;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

/* Report-section */
.more_highlight_sec,
.report_section,
 .door_container:before {
  background: #f5f5f5 url("../../assets/images/bg-noise.png");
}
.report_section {
  position: relative;
  padding: 160px 0 120px;
  max-width: 100;
  width: 100%;
  margin: 0 auto;
}
.report_sec_bg {
  background: url("../../assets/images/itemwisesales.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}
.report_sec_bg {
  position: absolute;
  right: -12%;
  top: 160px;
  height: calc(100% - 288px);
  width: 55%;
  z-index: 0;
}
.report_inner_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.report_text_wrap {
  max-width: 520px;
  width: 100%;
  padding: 60px 0 20px;
}
.report_text_wrap .title_label {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}
.report_text_wrap h3 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2px;
}
.report_text_wrap p {
  font-size: 20px;
}
.animation-scroll.active .report-img_1 {
  -webkit-animation: slide-up 0.4s ease-in-out;
  animation: slide-up 0.4s ease-in-out;
}
.animation-scroll.active .report-img_2 {
  -webkit-animation: slide-up 0.6s ease-in-out;
  animation: slide-up 0.6s ease-in-out;
}
.side_text_wrap p,
.report_img_section picture:last-child {
  margin-bottom: 0;
}
.animation-scroll.active .report-img_3 {
  -webkit-animation: slide-up 0.8s ease-in-out;
  animation: slide-up 0.8s ease-in-out;
}
.report_img_section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -20px;
}
.report_img_section picture {
  box-shadow: 0 14px 30px 0 rgba(38, 52, 73, 0.14);
  margin: 20px;
  border-radius: 12px;
}
picture {
  display: inline-block;
}

/* Pricing-section-css */

.pricing_h1 .pricing_line1 {
  transform: translateX(0px);
}

.pricing_h1 .pricing_line2 {
  transform: translateX(50px);
}

.pricing_h1 .pricing_line3 {
  transform: translateX(0px);
}
.pricing_h1 .pricing_line1,
.pricing_h1 .pricing_line2,
.pricing_h1 .pricing_line3 {
  animation: Slideleft 0.5s linear;
}
.pricing_h1.zz_animated .pricing_line1,
.pricing_h1.zz_animated .pricing_line2,
.pricing_h1.zz_animated .pricing_line3 {
  animation: Slideleft 0.5s linear;
}

.month_prcng {
  display: flex;
  justify-content: center;
}
.pricing_h1.zz_animated .pricing_line2 {
  transform: translateX(50px);
}
.pricing_sec {
  position: relative;
  padding: 120px 0;
  background: #1a1a1a;
  color: #fff;
}
.pricing_inr {
  position: relative;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
.pricing_sec .pricing_h1,
.pricing_sec .pricing_h1 span {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -2px;
}
.pricing_sec .pricing_h1 {
  max-width: 675px;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.price_box_outer {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.toggle_section {
  position: absolute;
  right: 50px;
  top: 30px;
  width: max-content;
  display: flex;
  align-items: center;
}
.pricing_sec .price_division {
  color: #c1c1c1;
  font-size: 16px;
}

.price_division.active {
  color: #fff;
}
.price_box {
  max-width: 315px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  color: #000;
  text-align: center;
  margin: 0 12px;
}
.save {
  text-align: right;
  width: 100%;
  position: absolute;
  right: -30px;
  top: -10px;
}
.arrow {
  text-align: right;
  width: 50px;
  position: absolute;
  right: 0px;
  top: 30px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1a1a;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
  border: 2px solid var(--primary-color);
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--primary-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.toggle-btn {
  position: absolute;
  top: 20px;
  right: 10px;
  display: flex;
  align-items: center;
}
.price_box h4 {
  font-size: 26px;
  font-weight: 700;
}
.price .price_amount {
  font-size: 51px;
  color: var(--primary-color);
  font-weight: 700;
}
.pricing_sec .cta-btn {
  background: #000;
  border-radius: 64px;
  border-color: #000;
  padding: 15px 25px;
  max-width: fit-content;
  margin-top: 25px;
  color: white;
  text-decoration: none;
}
.act-btn {
  padding: 20px 30px;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  border-radius: 35px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 255px;
  width: 100%;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.price .price_sympol {
  font-size: 26px;
  margin-bottom: 3.5px;
}
.pb_top {
  padding: 30px;
  min-height: 268px;
  box-sizing: border-box;
}
.pb_bottom {
  padding: 35px 30px;
  background: #f6f6f6;
  border-radius: 0 0 16px 16px;
  margin: 0;
}
.pricing_sec .pb_list {
  position: relative;
  font-size: 15px;
  margin-bottom: 17px;
  text-align: left;
  padding-left: 0px;
  font-weight: 500;
}
.rt:after {
  background-position: -86.5px -5px;
}
.pb_list:after {
  background-size: 105.5px auto;
}
.pricing_sec .pb_list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 12px;
  width: 12px;
}

/* Why*/
.exp_sec_container {
  position: relative;
}
.exp_list_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  transition: 0.5s ease-in-out;
}
.exp_list_container li {
  max-width: 50%;
  width: 100%;
  padding: 120px 0;
  min-height: 540px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.animation-scroll.active .exp_list_container {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.exp_list_container li.heading {
  background: #000;
  color: white;
}
.exp_list_container li.bg-white {
  background: #fff;
}
.exp_list_container li div {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.exp_sec p {
  font-size: 20px;
}
.frst_container h2 {
  font-size: 36px !important;
}
.frst_container .exp_list_container li.heading p {
  color: white;
}
.exp_list_container li h2,
.exp_list_container li h2 span {
  font-size: 56px;
  color: #fff;
}

.frst_container .exp_list_container li h2,
.frst_container .exp_list_container li h2 span {
  color: black;
}
.exp_list_container li h2 {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.exp_list_container li h4 {
  font-size: 36px;
  margin-bottom: 20px;
  max-width: 350px;
  font-weight: 600;
}
.exp_sec {
  position: sticky;
  width: 100%;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  background-color: white;
}
.footer-bottom {
  position: relative;
  background: #161717;
  color: #fff;
  padding: 120px 0;
  z-index: 4;
}
.footer-bottom_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.zh_banner_section h4 {
  font-size: 48px;
  letter-spacing: -2px;
}
.footer-bottom p {
  color: #c1c1c1;
}
.act-btn {
  padding: 20px 30px;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  border-radius: 35px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 255px;
  width: 100%;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.footer-bottom_container h3 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -2px;
}
.copyright {
  border-top: 1px solid #373737;
}
.footer-bottom_container p {
  color: #c1c1c1;
  margin-bottom: 40px;
  font-size: 20px;
}




@media (min-width: 1201px) and (max-width: 1366px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 768px) and (max-width: 991px) {

  .banner-start, .header {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
  .banner-start h1 {
    font-size: 48px;
}
.banner-start p {
  margin-bottom: 50px;
}
#parallax-section {
  height: 500px !important;
  background-size: contain;
}
.banner-parrallax-image {
  top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  margin-top: -50px;
}
.bg-brown{
  padding: 20px;
}
.banner-item-card h1 {
  font-size: 34px;
  text-align: center;
  padding: 20px;
}
.banner-card{
  padding: 30px;
}
.banner-card h5 {
  font-size: 24px;
}
.highlighted-section .discover_text {
  font-size: 42px;
  margin-bottom: 50px;
}
.hightlight-inner-section {
  flex-direction: column;
  padding: 20px;
}
.left_side_text {
  max-width: 100%;
  margin: 0;
  text-align: center;
}
.left_side_text h3 {
  max-width: 100%;
  padding: 0px;
}
.right_side_sec {
  max-width: 100%;
  margin: 0;
  padding: 0px;
  height: 250px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.popup_box {
  position: absolute;
  height: 120px;
  width: 200px;
}
#Mobile{
  padding-top: 50px;
}
.mobile-door {
  max-width: 100px;
  height: 445px;
}
.mobile-tab-section .mobile-door:before {
  transform: perspective(600px) scaleZ(0.5) rotateY(55deg);
}
.mobile-tab-section ul li {
  height: 322px;
  width: 162px;
  border-radius: 20px;
}
.Vendor-section .right_side_sec {
  margin-left: 0;
  order: 2;
}
.Vendor-section .popup_box {
  width: 140px;
  height: 114px;
  top: 30%;
  right: 30.4%;
}
.Vendor-section .left_side_text p {
  max-width: 100%;
  padding-bottom: 50px;
}
.mobile-tab-section {
  padding-bottom: 0px;
}
.left_side_text h3 {
  font-size: 34px;
}
.mobile-main-tab-section h3 {
  font-size: 34px;
}
.scnr_outer_container_bg {
  display: none;
}
.scnr_side_text_wrap {
  max-width: 100% !important;
}
.scnr_outer_container {
  padding: 120px 20px;
}
.scanner-section h3 {
  font-size: 34px;
  text-align: center;
}
.scanner-section .title_label, .scanner-section p, .report_text_wrap .title_label, .report_text_wrap p{
  text-align: center;
}
.scnr_container {
  flex-direction: column;
}
.scnr_anim {
  max-width: 40%;
  width: 100%;
  margin-top: 20px;
}
.report_text_wrap {
  max-width: 100%;
  padding: 60px 50px 30px;
}
.scanner-animation .animation-scroll.active {
  transform: translate(0);
}
.report_sec_bg{
  display: none;
}
.report_text_wrap .zh_banner_section h4, .report_text_wrap h3 {
  font-size: 32px;
  padding: 20px;
  text-align: center;
}
.report_img_section {
  margin: 0 0 0 0px;
  justify-content: center;
}
.report_img_section picture img {
  width: 100%;
  object-fit: contain;
  text-align: center;
  height: 100%;
}
.pricing_sec .pricing_h1, .pricing_sec .pricing_h1 span {
  font-size: 42px;
}
.price_box_outer {
  flex-direction: column;
}
.price_box {
  max-width: 100%;
  margin: 30px 0px 0px 0px;
}
.pricing_sec{
  padding: 20px;
}
.pricing_h1 .pricing_line2 {
  transform: translateX(20px);
}
.save {
  right: 0px;
}
.toggle-btn {
  right: 30px;
}
.exp_list_container li h2, .exp_list_container li h2 span {
  font-size: 42px;
}
.exp_list_container li {
  max-width: 100%;
  text-align: center;
  padding: 50px 20px;
  background-color: white;
  margin: 20px;
  border-radius: 15px;
  min-height: auto;
}
.exp_list_container li h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.frst_container h2 {
  font-size: 24px !important;
  text-align: left;
  font-weight: 600;
}
.exp_sec {
  position: unset;
  background-color: #000;
  padding-bottom: 50px;
}
.exp_sec p {
  text-align: left;
}
.exp_list_container li.heading {
  background: white;
  color: #000;
}
.top_fold .exp_list_container li.heading{
  background: transparent;
  color: #fff;
}
.top_fold .exp_list_container li.bg-whitee{
  background: #fff;
  color: #000;
}
.frst_container .exp_list_container li.heading p {
  color: #333;
}
.footer-bottom_container h3 {
  font-size: 34px;
  font-weight: 600;
  padding: 20px;
}
.footer-bottom_container p{
  padding: 20px;
}
.header-top{
  display: none;
}
.report_section {
  padding: 0px 0 120px;
}
.highlighted-section {
  padding: 50px 0;
}

}

@media (max-width: 767px){
  .banner-start, .header {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
  .banner-start h1 {
    font-size: 48px;
}
.banner-start p {
  margin-bottom: 50px;
}
#parallax-section {
  height: 250px !important;
  background-size: contain;
}
.banner-parrallax-image {
  top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  margin-top: -50px;
}
.bg-brown{
  padding: 20px;
}
.banner-item-card h1 {
  font-size: 34px;
  text-align: center;
  padding: 20px;
}
.banner-card{
  padding: 30px;
}
.banner-card h5 {
  font-size: 24px;
}
.highlighted-section .discover_text {
  font-size: 42px;
  margin-bottom: 50px;
}
.hightlight-inner-section {
  flex-direction: column;
  padding: 20px;
}
.left_side_text {
  max-width: 100%;
  margin: 0;
  text-align: center;
}
.left_side_text h3 {
  max-width: 100%;
  padding: 0px;
}
.right_side_sec {
  max-width: 100%;
  margin: 0;
  padding: 0px;
  height: 250px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.popup_box {
  position: absolute;
  height: 120px;
  width: 200px;
}
#Mobile{
  padding-top: 50px;
}
.mobile-door {
  max-width: 100px;
  height: 445px;
}
.mobile-tab-section .mobile-door:before {
  transform: perspective(600px) scaleZ(0.5) rotateY(55deg);
}
.mobile-tab-section ul li {
  height: 322px;
  width: 162px;
  border-radius: 20px;
}
.Vendor-section .right_side_sec {
  margin-left: 0;
  order: 2;
}
.Vendor-section .popup_box {
  width: 140px;
  height: 114px;
  top: 30%;
  right: 30.4%;
}
.Vendor-section .left_side_text p {
  max-width: 100%;
  padding-bottom: 50px;
}
.mobile-tab-section {
  padding-bottom: 0px;
}
.left_side_text h3 {
  font-size: 34px;
}
.mobile-main-tab-section h3 {
  font-size: 34px;
}
.scnr_outer_container_bg {
  display: none;
}
.scnr_side_text_wrap {
  max-width: 100% !important;
}
.scnr_outer_container {
  padding: 120px 20px;
}
.scanner-section h3 {
  font-size: 34px;
  text-align: center;
}
.scanner-section .title_label, .scanner-section p, .report_text_wrap .title_label, .report_text_wrap p{
  text-align: center;
}
.scnr_container {
  flex-direction: column;
}
.scnr_anim {
  max-width: 80%;
  width: 100%;
  margin-top: 20px;
}
.scanner-animation .animation-scroll.active {
  transform: translate(0);
}
.report_sec_bg{
  display: none;
}
.report_text_wrap .zh_banner_section h4, .report_text_wrap h3 {
  font-size: 32px;
  padding: 20px;
  text-align: center;
}
.report_img_section {
  margin: 0 0 0 0px;
}
.report_img_section picture img {
  width: 100%;
  object-fit: contain;
  text-align: center;
  height: 100%;
}
.pricing_sec .pricing_h1, .pricing_sec .pricing_h1 span {
  font-size: 42px;
}
.price_box_outer {
  flex-direction: column;
}
.price_box {
  max-width: 100%;
  margin: 30px 0px 0px 0px;
}
.pricing_sec{
  padding: 20px;
}
.pricing_h1 .pricing_line2 {
  transform: translateX(20px);
}
.save {
  right: 0px;
}
.toggle-btn {
  right: 30px;
}
.exp_list_container li h2, .exp_list_container li h2 span {
  font-size: 42px;
}
.exp_list_container li {
  max-width: 100%;
  text-align: center;
  padding: 50px 20px;
  background-color: white;
  margin: 20px;
  border-radius: 15px;
  min-height: auto;
}
.exp_list_container li h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.frst_container h2 {
  font-size: 24px !important;
  text-align: left;
  font-weight: 600;
}
.exp_sec {
  position: unset;
  background-color: #000;
  padding-bottom: 50px;
}
.exp_sec p {
  text-align: left;
}
.exp_list_container li.heading {
  background: white;
  color: #000;
}
.top_fold .exp_list_container li.heading{
  background: transparent;
  color: #fff;
}
.top_fold .exp_list_container li.bg-whitee{
  background: #fff;
  color: #000;
}
.frst_container .exp_list_container li.heading p {
  color: #333;
}
.footer-bottom_container h3 {
  font-size: 34px;
  font-weight: 600;
  padding: 20px;
}
.footer-bottom_container p{
  padding: 20px;
}
.header-top{
  display: none;
}
.report_section {
  padding: 0px 0 120px;
}
.highlighted-section {
  padding: 50px 0;
}
.play-store-icon{
  margin: 0 auto;
}
}
.has-error .checkbox, .file .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #dc3545;
}
#termpolicy-error{
    color: #dc3545;
}
.has-error .form-control {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
}