* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSansCondensed-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*Soft POS Css Start*/
.softpos-hero-section{
  padding: 56px 0px;
}

.softpos-hero-main{
  display: flex;
  align-items: flex-end;
  gap: 32px;
}

.softpos-hero-content{
  max-width: 581px;
  flex: 1;
}

.softpos-content-box h1{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 76px;
  line-height: 88px;
  letter-spacing: -0.03em;
  color: #141414;
  margin-bottom: 24px;
}

.softpos-content-box p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 30px;
}

.softpos-hero-image {
    overflow: hidden;
    border-radius: 15px;
    flex: 1;
}

.softpos-hero-image img {
    width: 100%;
}

.softpos-content-box .btn-primary{
  display: flex;
  align-items: center;
  padding: 14px 20px;
  gap: 8px;
  background: #8E1B3E;
  box-shadow: 0px 1px 2px rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #FFFFFF;
}

.softpos-content-box .btn-primary:focus,
.softpos-content-box .btn-primary:hover,
.softpos-content-box .btn-primary:focus:active{
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background: #fec82e;
  color: #121212;
  box-shadow: 0px 1px 2px rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
}

.softpos-content-box .btn-primary:focus svg path,
.softpos-content-box .btn-primary:hover svg path,
.softpos-content-box .btn-primary:focus:active svg path{
  stroke: #121212;
}

.accept-payment-main{
  padding: 104px 0px 56px 0px;
}

.accept-p-title h4{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #141414;
  text-align: center;
  margin-bottom: 24px;
}

.accept-p-title p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 0px;
}

.sadad-soft-wrapper{
  display: flex;
  align-items: center;
  padding: 56px 0px;
}

.sadad-soft-image{
  flex: 1;
}

.sadad-soft-content{
  flex: 1;
  padding: 0px 56px;
}

.sadad-soft-content h6{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #141414;
  margin-bottom: 24px;
}

.sadad-soft-para{
  max-width: 476px;
}

.sadad-soft-para p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 24px;
}

.upg-collection-main{
  padding: 56px 0px;
}

.upg-collection-main .chooseus-box{
  padding-top: 56px;
}

.upg-collection-main .choose-us-inner{
  display: flex;
  flex-wrap: wrap;
  column-gap: 174px;
}

.upg-collection-main .chooseus-card{
  display: flex;
  align-items: stretch;
  padding: 24px;
  gap: 24px;
  flex: 0 0 calc(50% - 87px);
  margin-bottom: 56px;
}

.upg-collection-main .chooseus-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: #F0F1F3;
  border-radius: 6.18221px;
  flex-shrink: 0;
}

.upg-collection-main .chooseus-content h5{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 24px;
}

.upg-collection-main .chooseus-content p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 0px;
}

.howit-work-wrap{
  padding: 56px 0px;
}

.howit-work-box{
  padding-top: 56px;
  display: flex;
  gap: 24px;
}

.howit-work-items{
  flex: 1;
}

.howit-work-image{
  margin-bottom: 16px;
}

.howit-work-image img{
  width: 100%;
}

.howit-work-content h1{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 88px;
  line-height: 88px;
  letter-spacing: -0.03em;
  color: #F0F1F3;
}

.howit-work-content p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 0px;
}

.payment-logo-wrap{
  padding: 56px 0px;
}

.payment-logo-box{
  display: flex;
  align-items: center;
  column-gap: 108px;
  padding: 80px 0px 80px 56px;
  isolation: isolate;
  height: 322px;
  background: #F0F1F3;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.payment-logo-box::before{
  content: '';
  background: url('../images/logo-bg-pattern.png');
  background-size: contain;
  display: inline-block;
  height: 547px;
  width: 547px;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: 0;
}

.paymrnt-logo-title{
  max-width: 403px;
}

.payment-logo-wrapper{
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}

.payment-logo-slider{
  padding: 8px 0px;
  display: inline-block;
  animation: 30s slide infinite linear;
}

.payment-logo-slider img{
  margin: 0px 24px;
}

.payment-logo-wrapper:hover .payment-logo-slider{
  animation-play-state: paused;
}

@keyframes slide{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-100%);
  }
}

.paymrnt-logo-title h5{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #141414;
}

.merchant-p-sol-wrap{
  background-color: #FFFFFF;
  padding: 56px 0px 64px 0px;
}

.merchant-p-title h4{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #141414;
  margin-bottom: 24px;
}

.merchant-p-title p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 16px;
}

.merchant-sol-image{
  text-align: center;
  padding-top: 64px;
}

.accept-payment-wrap{
  padding: 56px 0px;
}

.benifit-box-main{
  padding-top: 56px;
  display: flex;
}

.benifit-box{
  padding: 24px;
  display: flex;
  gap: 24px;
  flex: 1;
}

.benifi-box-line{
  margin: 0px 32px;
  height: auto;
  width: 1px;
  background-color: #F0F1F3;
}

.benifit-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: #F0F1F3;
  border-radius: 6.18221px;
  flex-shrink: 0;
}

.benifit-content h5{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #141414;
  margin-bottom: 8px;
}

.benfit-listing{
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.benfit-listing:last-child{
  margin-bottom: 0px;
}

.benifit-list-content h6{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 8px;
}

.benifit-list-content p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 0px;
}

.softp-service-wrap{
  background-color: #FFFFFF;
  padding: 56px 0px;
}

.softp-service-title h4{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #141414;
  margin-bottom: 88px;
}

.softp-service-box{
  padding-top: 56px;
  display: flex;
  gap: 58.95px;
}

.softp-service-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  position: relative;
  flex: 1;
}

.softp-service-list::after{
  content: '';
  background: url('../images/odd-arrow.svg') no-repeat;
  width: 211px;
  height: 30px;
  position: absolute;
  right: -128px;
}

.softp-service-box .softp-service-list:last-child::after{
  display: none;
}

.softp-service-box .softp-service-list:nth-child(even)::after{
  background: url('../images/even-arrow.svg') no-repeat; 
  top: 68px;
}

.softp-service-icon{
  width: 96px;
  height: 96px;
  background: #F0F1F3;
  border-radius: 6.18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.softp-service-content h6{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #141414;
  margin-bottom: 8px;
}

.softp-service-content p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #141414;
}

/*Soft POS Css End*/


/* Footer Code Css Start */
footer{
  background-color: #FAFBFD;
  padding: 0px !important;
}

.footer-menu-wrap{
  padding: 24px 0px;
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}

.footer-menu-list{
  flex: 1;
}

.footer-menu-box{
  margin-bottom: 32px;
}

.footer-menu-box h6{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #8E1B3E;
  margin-bottom: 8px;
}

.footer-menu-box ul{
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.footer-menu-box ul li a{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 8px;
  display: inline-block;
}

.footer-menu-box ul li a:hover,
.footer-menu-box ul li a:focus{
  color: #8E1B3E;
}

.footer-card-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.footer-social-wrap ul{
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  gap: 12px;
}

.footer-social-wrap ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  width: 32px;
  height: 32px;
  background: #F4E8EC;
  border-radius: 50px;
}

.footer-social-wrap ul li a span{
  display: inline-flex;
}

.footer-card-wrap ul{
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  gap: 6px;
}

.footer-card-wrap ul li a{
  display: inline-block;
}

.f-card-second{
  margin-bottom: 0px;
  padding-bottom: 24px;
  border-bottom: 1px solid #9CA3AF;
}

.footer-copy-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy-main .f-copy-text p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 0px;
}

.f-copy-app ul{
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 0px;
}
/* Footer Code Css End */

