* {
  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;
}



/*Smart Store Css Start*/
.smart-store-banner{
  padding: 56px 0px;
}

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

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

.ss-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;
}

.ss-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;
}

.common-icon-action{
  margin-top: 24px;
}

.common-icon-action .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;
}

.common-icon-action .btn-primary:hover,
.common-icon-action .btn-primary:focus,
.common-icon-action .btn-primary:focus:active{
  display: flex;
  align-items: center;
  padding: 14px 20px;
  gap: 8px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #FFFFFF;
}

.common-icon-action .btn-primary span{
  display: inline-flex;
}

.ss-hero-image{
  flex: 1;
}

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

.service-link-wrapper{
  padding: 56px 0px;
}

.ss-link-title h4{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #141414;
  margin-bottom: 0px;
}

.ss-link-wrap{
  display: flex;
  gap: 32px;
  padding-top: 56px;
}

.ss-link-card{
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.ss-link-image{
  padding: 16px;
}

.ss-link-image img{
  width: 100%;
}

.ss-link-content{
  padding: 0px 16px;
}

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

.ss-link-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: 24px;
}

.web-store-wrapper{
  padding: 56px 0px;
}

.web-store-listing{
  padding-top: 56px;
}

.web-store-wrap{
  display: flex;
  gap: 32px;
}

.web-store-box{
  padding: 24px;
  display: flex;
  gap: 24px;
  flex: 1;
  margin-bottom: 56px;
}

.web-store-wrap:last-child .web-store-box{
  margin-bottom: 0px;
}

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

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

.business-type-wrapper{
  padding: 56px 0px;
}

.business-type-box{
  display: flex;
  padding: 80px 56px;
  isolation: isolate;
  background: #E3E6EA;
  border-radius: 16px;
  overflow: hidden;
  gap: 54px;
  position: relative;
}

.business-type-detail{
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F1F3;
}

.business-type-content{
  max-width: 549px;
}

.business-type-detail h4{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #141414;
  margin-bottom: 40px;
}
.business-type-detail 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: 40px;
}

.business-type-pricing{
  padding-top: 40px;
}

.business-type-pricing h4{
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #141414;
  margin-bottom: 4px;
}

.business-type-pricing 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;
}

.business-type-action .btn-secondary-square{
  display: flex;
  padding: 10px 16px;
  gap: 8px;
  background: #FAF3F5;
  border-radius: 10px;
  margin-top: 40px;
  color: #8E1B3E;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  border: 0px;
  outline: 0;
}

.business-type-action .btn-secondary-square:focus,
.business-type-action .btn-secondary-square:hover,
.business-type-action .btn-secondary-square:active,
.business-type-action .btn-secondary-square:focus:active{
  border: 0px;
  padding: 10px 16px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  outline: 0;
  background-color: #8E1B3E;
  color: #FFFFFF;
}

.business-type-action .btn-secondary-square:focus svg path,
.business-type-action .btn-secondary-square:hover svg path,
.business-type-action .btn-secondary-square:active svg path,
.business-type-action .btn-secondary-square:focus:active svg path{ 
  stroke: #FFFFFF;
}

.business-type-img{
  position: absolute;
  bottom: -5px;
  right: -10px;
}

.business-type-img img{
  width: 100%;
}

/*Smart Store 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 */


