body{
    margin: 0px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    position: relative;
    font-family: font-family: 'Inter', sans-serif;;
}
.container{
    max-width: 1442px;
}
p{
    margin: 0px;
}
button:focus, input:focus{
    outline: none;
}
a{
    color: #fff;
}
p{
    color: #4e4e4e;
}
.bg-color{
    background-color: #d22f77;
}
.color{
    color: #4A39AC;
}
.light-color{
    color:#4e4e4e;;
}
.color-white{
    color: #fff;
}
.Amaranth-font{
    font-family: 'Amaranth', sans-serif;
}
.button{
    background-color:#d22f77 ;
    color:#fff;
    border-radius: 40px;
    padding: 8px 25px;
    border: 1px solid #d22f77;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow:0px 0px 10px 0px  rgba(0,0,0,0.3);
}
.button i{
    margin-left: 10px;
    font-size: 18px;
}
.button:hover{
    background-color: #fff;
    color: #d22f77;
}
.card{
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(74, 57, 172, 0.25);
    border-radius: 6px;
    height: 100%;
    border: 0;
}
.card-header{
    border-radius: 20px 20px 0px 0px;
}
.card-footer{
    border-radius: 0px 0px 20px 20px;
}
.card-body{
    padding:0px;
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight:  500;
}
.heading-title{
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}
.primary-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
.opacity-5{
    opacity: 0.5;
}
.primary-emoji{
    font-size: 55px;
}
.heading-title span{
    margin-right: 20px;
}   
@media  (max-width: 992px) {
    .heading-title{
        font-size: 40px;
    }
}
@media  (max-width: 400px) {
    .heading-title{
        font-size: 22px !important;
    }
}
@media  (max-width: 500px) {
    .heading-title{
        font-size: 28px;
    }
}
::placeholder{
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 600;
}
.form-control{
    font-size: 18px;
    font-weight: 600;
    color: #4e4e4e;
}
/*---font-size-----*/
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-25{
    font-size: 25px;
}
.fs-30{
    font-size: 30px;
}
/*------margin----*/
.mt-0{
 margin-top: 0px;
}
.mt-5{
 margin-top: 5px;
}
.mt-10{
 margin-top: 10px;
}
.mt-15{
 margin-top: 15px;
}
.mt-20{
 margin-top: 20px;
}
.mt-25{
 margin-top: 25px;
}
.mt-30{
 margin-top: 30px;
}
.mt-40{
 margin-top: 40px;
}
.mt-50{
 margin-top: 50px;
}


.mb-0{
 margin-bottom: 0px;
}
.mb-5{
 margin-bottom: 5px;
}
.mb-10{
 margin-bottom: 10px;
}
.mb-15{
 margin-bottom: 15px;
}
.mb-20{
 margin-bottom: 20px;
}
.mb-25{
 margin-bottom: 25px;
}
.mb-30{
 margin-bottom: 30px;
}
.mb-40{
 margin-bottom: 40px;
}
.mb-50{
 margin-bottom: 50px;
}

.ml-0{
 margin-left: 0px;
}
.ml-5{
 margin-left: 5px;
}
.ml-10{
 margin-left: 10px;
}
.ml-15{
 margin-left: 15px;
}
.ml-20{
 margin-left: 20px;
}
.ml-25{
 margin-left: 25px;
}
.ml-30{
 margin-left: 30px;
}

.mr-0{
 margin-right: 0px;
}
.mr-5{
 margin-right: 5px;
}
.mr-10{
 margin-right: 10px;
}
.mr-15{
 margin-right: 15px;
}
.mr-20{
 margin-right: 20px;
}
.mr-25{
 margin-right: 25px;
}
.mr-30{
 margin-right: 30px;
}
/*-----padding---*/
.pt-0{
 padding-top: 0px;
}
.pt-5{
 padding-top: 5px;
}
.pt-10{
 padding-top: 10px;
}
.pt-15{
 padding-top: 15px;
}
.pt-20{
 padding-top: 20px;
}
.pt-25{
 padding-top: 25px;
}
.pt-30{
 padding-top: 30px;
}

.pb-0{
 padding-bottom: 0px;
}
.pb-5{
 padding-bottom: 5px;
}
.pb-10{
 padding-bottom: 10px;
}
.pb-15{
 padding-bottom: 15px;
}
.pb-20{
 padding-bottom: 20px;
}
.pb-25{
 padding-bottom: 25px;
}
.pb-30{
 padding-bottom: 30px;
}

.pl-0{
 padding-left: 0px;
}
.pl-5{
 padding-left: 5px;
}
.pl-10{
 padding-left: 10px;
}
.pl-15{
 padding-left: 15px;
}
.pl-20{
 padding-left: 20px;
}
.pl-25{
 padding-left: 25px;
}
.pl-30{
 padding-left: 30px;
}

.pr-0{
 padding-right: 0px;
}
.pr-5{
 padding-right: 5px;
}
.pr-10{
 padding-right: 10px;
}
.pr-15{
 padding-right: 15px;
}
.pr-20{
 padding-right: 20px;
}
.pr-25{
 padding-right: 25px;
}
.pr-30{
 padding-right: 30px;
}

/*------======================banner-section====================================
--==============================================================*/
.banner-section{
    background-image: url(../img/header-img.png);
    width: 100%;
    height: 98vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 120px 0px;
    display: flex;
    align-items: end;
    /*background-attachment: fixed;*/
}
.banner-section h1{
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    color: #fff !important;
    border-left: 9px solid #4A39AC;
    padding-left: 17px;
}
/*====================barcode-scanner-section==============*/
.barcode-scanner-section .mt-top{
    margin-top: 35px;
    margin-bottom: 40px;
}
.banner-section .banner-playstore{
    margin-top: 58px;
    display: inline-block;
}
.barcode-scanner-section .card .card-body p{
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    transition: all 0.5s;
    z-index: 1;
    position: relative;
    }
.barcode-scanner-section .card .card-body .card-img {
    overflow: hidden;
    width: 100%;
    border-bottom: 6px solid #A49DCD;
    border-radius: 0px;
}
.barcode-scanner-section .banner-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
     color: #000000;
     margin-bottom: 0px;
     margin-left: -50px;
}
.barcode-scanner-section .main-banner-title{
    display: flex;
    align-items: center;
}
.barcode-scanner-section .card{
    position: relative;
    overflow: hidden;
}
.barcode-scanner-section .card:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.5s ;
    visibility: hidden;
}
.barcode-scanner-section .card:hover:before{
    opacity: 1;
    visibility: visible;
}
.card-box{
    transition: all 0.5s;
    padding: 30px 30px 16px 30px;
}
.barcode-scanner-section .card:hover .card-box{
    background-color: #4A39AC;
}
.barcode-scanner-section .card:hover .card-box p{
    color: #fff;
}
/*--------------featuresscanner-box ------------*/
.features-section {
    position: relative;
    width: 100%;
    margin-top: 78px;
}
.features-section .featuresscanner-box{
    padding-left: 58px;
}
.features-section .featuresscanner-box  .scanner-data{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;

}
.features-section .featuresscanner-box  .scanner-data .data-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.features-section .featuresscanner-box  .scanner-data .round {
    display: flex;
    line-height: 19px;
}
.features-section .featuresscanner-box  .scanner-data .round span{
    width: 5px;
    height: 5px;
    background-color: #000;
    display: inline-block;
    border-radius: 10px;
    margin-right: 10px;
    line-height: 19px;
}
.features-section .scanner-title h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-top: 10px;
}
.scanner-image{
    position: relative;
    width: 100%;
}
.scanner-image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 89%;
   left: 50%;
    bottom: -66px;
    background: #4A39AC;
    opacity: 0.1;
    margin-left: -560px;
    z-index: -1;
}
/*-------------download-data-------*/
.download-section {
    width: 100%;
    height: 124px;
    background: #F4F2FF;
     display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 110px;
}
.download-section .download-data{
    width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.download-section .download-data h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0px;
    margin-right: 15px;
}
.footer-section{
    min-height: 37px;
    background: #4A39AC;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer-section .footer-box p{
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
/*------------slider-section----------------*/
.slider-section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/slider-bg.png);
    min-height: 752px;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-section:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #202020;
    opacity: 0.5;
}
/*==============================*/
.main  .swiper-container .swiper-wrapper .swiper-slide .card-image {
  background: #ffffff;
  border: none;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
.main .swiper-container .swiper-wrapper .swiper-slide .card-image img {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .swiper-container .swiper-pagination-bullet {
  opacity: 0.8;
  background: #252a32;
}
.main .swiper-container .swiper-pagination-bullet-active {
  background: #ffffff;
}
.main .swiper-container .swiper-button-next,
.main .swiper-container .swiper-button-prev {
  background-image: none;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: 0;
  margin-top: -1rem;
  border: 2px soli #000 !important;
}
.main .swiper-container .swiper-button-next .arrow-icon,
.main .swiper-container .swiper-button-prev .arrow-icon {
  font-size:50px;
  color: #ffffff;

}
.swiper-button-next{
    border-right: 2px solid#B9B4DB;
     border-top: 2px solid#B9B4DB;
    border-bottom: 2px solid#B9B4DB;
    width: 73px;
    height: 66px;
    text-align: center;
    line-height: 81px;
    right: 11.5%;
}
.swiper-button-prev{
    border-left: 2px solid#B9B4DB;
    border-top: 2px solid#B9B4DB;
    border-bottom: 2px solid#B9B4DB;
    width: 73px;
    height: 66px;
    text-align: center;
    line-height: 81px;
    left: 11.5%;
}
.slider-section .swiper-slide-prev{
    position: relative;
   /* height: 500px;
    overflow: hidden;*/
}
.slider-section .swiper-slide-prev:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #202020;
    opacity: 0.5;
    z-index: 1;
}
.slider-section .swiper-slide-next{
    position: relative;
 /*   height: 500px;
    overflow: hidden;*/
}
.slider-section .swiper-slide-next:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #202020;
    opacity: 0.5;
    z-index: 1;
}
.swiper-slide-active{
    z-index: 5;
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);
}
.swiper-slide.swiper-slide-prev{
    height: 500px;
    overflow: hidden;
}
.swiper-slide.swiper-slide-next{
    height: 500px;
    overflow: hidden;
}
.swiper-container .swiper-wrapper{
    display: flex;
    align-items: center;
}
.swiper-slide.swiper-slide-active{
    height: auto;
    height: 100%;
}