body{

    margin: 0;
    padding:0;
   font-family: 'rubik';
}
.stars{
  display: flex; align-items: center;
}
.clogo{
  width: 100px;
  height: 30px;
}
.stars1{
  display: flex; align-items: center;justify-content: center;
}
#highlight{
  color:#C0439F;
}


    
.header img{
  width:209px;
  height: 70px;
  margin-left: 5%;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px; 

  transition: 0.3s ease;
  font-family: 'rubik';
  

}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  width: 100%;
  height: 90px;
  transition: color 0.3s ease;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);


}
.header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}
.header a.logo {
  float: left
}

.header a:hover {

  color: rgb(87, 21, 172);
  transform: scale(1.1);
 
}

.header a{
  color: black;
  font-weight: 600;
}
.header a.active {
  
  color: rgb(74, 58, 218);
  font-weight: 600;
}

/* Add this style to hide the .mobile-menu by default */
.mobile-menu {
display: none;
}
.hamburger-menu{
display: none;
}
.btn-partner {
height: 40px;
width: 140px;
margin-right: 5rem;
border-style: none;
cursor: pointer;
background-color:#041B3C;
border-radius: 50px;
color: white;
font-weight: 600;
transition:color 0.3s ease-in-out;
font-family: 'rubik';
}
.btn-partner:hover {
background-color: white;
color: #041B3C;
border: 1px solid #041B3C;
transform: scale(1.1);
}
.brands{
    display: flex;
    flex-direction: row;
    margin-left: 7%;
    margin-right: 7%;
    width: 100%;
    justify-content: space-between;
}

.main{
    display: flex;
    flex-direction: row;
}
.main-left{
    width: 50%;
    height: 650px;
   margin-left: 7%;
    display: flex;
     flex-direction: column;
     justify-content: center;
    letter-spacing: 1px;
    font-weight: 600;
 
  
}
.main-right{
    width: 50%;
    height: 650px;
    margin-right: 7%;
  
    /* text-align: right; */
  display: flex; /* Add this to make the container a flex container */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
  
 
}


.buttons {
  display: flex;
  align-items: center;
  gap: 10px; /* Add some space between the buttons */
  margin-top: 20px; /* Add margin as needed */
}

.btn {
  padding: 10px 20px;
  background-color: #5d1bd9;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn:hover {
  background-color: #4b15aa;
}
.title{
    font-size: 42px;
    font-weight: 700;
    color:#041B3C;
    letter-spacing: 1.5px;
    margin-left:  0;
    margin-right: 5rem;
}  
.subtitle{
    margin: 0;
    color: #34495E;
    font-size: 20px;
    font-weight: 400;
}
.main-left p{
    font-family: 'rubik';
}
#howitworks{
  padding-top: 60px;
}
.main-image{
    width: 600px;
    height: 600px;
    display: block;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: block;
    animation-name: up-down;
   animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

   
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.ftr-image{
    width: 500px;
    height: 500px;
    display: block;
    margin: auto;
    justify-content: center;
}

.ftr{
    display: flex;
    flex-direction: row;
    margin-top: 4rem;
}
.ftr-left{
    width: 50%;
    margin-left: 7%;
    height:500px;
    margin-top: 2rem;
   
}
.ftr-right{
    width:50%;
    margin-right:7%;
    height:500px;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center; 
    letter-spacing: 1px;
    /* background-color: grey; */
   
  
}
.ftr2-image{
  width: 500px;
  height: 500px;
  display: block;
  margin: auto;
  justify-content: center;
}

.ftr2{
  display: flex;
  flex-direction: row;
  margin-top: 4rem;
}
.ftr2-left{
  width: 50%;
  margin-left: 7%;
  height:500px;
  margin-top: 2rem;
 
}
.ftr2-right{
  width:50%;
  margin-right:7%;
  height:500px;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center; 
  letter-spacing: 1px;
  /* background-color: grey; */
 

}

.chips{
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  width: 100%;
  

 
}
.chipcard{
  display:flex;
  flex-direction: row;
 
 
}
.chipcard2{
  display:flex;
  flex-direction: row;

}
.chipcard-left{
  width: 70%;
  justify-content: center;
  align-items: center;  
  margin: auto;
}
.chipcard-left p{
  text-align: center;
  margin-left: 1rem;
}
.chipcard2-left p{
  text-align: center;
  margin-left: 1rem;
}

.chipcard-right p{
  margin-top: 2rem;
}
.chipcard2-right p{
  margin-top: 2rem;
}
.chipcard-right{
  width: 30%;
  text-align: center;
  justify-content: center;
  align-items: center;

}
.chipcard2-left{
  width: 70%;
  justify-content: center;
  align-items: center;  
  margin: auto;

}
.chipcard2-right{
  width: 30%;
  text-align: center;
  
}

.chips-left{
  width: 60%;
  margin-left: 7%;
  height:500px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  margin-top: 1rem;


 
}
.chips-right{
  width:40%;
  margin-right:7%;
  height:500px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center; 
  letter-spacing: 1px;
 

 
}
.chipcard{
  width:80%;
height:120px;
margin-top: 2rem;
background-color: #F2F3F5;
border-radius: 10px;
font-size: 14px;
font-family: 'rubik';



}
.chipcard2{
  width:80%;
height:120px;
margin-top: 2rem;
margin-left: 7rem;
background-color: #F2F3F5;
border-radius: 10px;
font-size: 14px;
font-family: 'rubik';


}

.ftr-left2{
    width: 50%;
    margin-left: 7%;
    height:500px;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center; 
    letter-spacing: 1px;


 
  
}
.ftr-right2{
    width:50%;
    margin-right:7%;
    height:500px;
   
    margin-top: 4rem;
    
}
.ftr-title{
    margin-left: 2rem;
    font-family: 'rubik';
    font-size: 36px;
    font-weight: 500;
    color: #041B3C;
   

}
.ftr-title2{
   
    font-family: 'rubik';
    font-size: 36px;
    font-weight: 500;
    color: #041B3C;

}
.ftr-subtitle{
    margin-left: 2rem;
    font-size: 22px;
    font-family: 'rubik';
    font-weight: 400;
    color: #34495E;
    margin-bottom: 1rem;
    margin-top: 0;
}
.ftr-mini{
  margin-left: 2rem;
  font-family: 'rubik';
  font-size: 16px;
  font-weight: 400;
  color: #34495E;
}
.ftr-mini2{
  
  font-family: 'rubik';
  font-size: 16px;
  font-weight: 400;
  color: #34495E;
 
}
.ftr-subtitle2{
   
    font-size: 22px;
    font-family: 'rubik';
    font-weight: 400;
    color: #34495E;
    margin-top: 0;
}

.footer {
    position: relative;
    width: 100%;
    height: 380px;
    background-image: url(../images/main/footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
  }
  
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 27, 60, 0.9); /* Adjust the opacity value and color as needed */
  

  }
  .sec1{
    width:30%;
    text-align:center;
    z-index: 1;
    margin-top:10px;
  font-family: 'rubik';  
  }
  .sec1 p{
    color: white;
    font-family: 'rubik';
  
  }
  .footer h3 {
    color: #ffffff;
    opacity: 1;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    margin-top: 4rem;
    
  
  }
  .sec2{
    width:30%;
    text-align:center;
    z-index: 1;
    margin-top:10px;
    font-family: 'rubik';
  }
  .sec2 p{
    color:white;
   
  }
  .sec3{
    width:40%;
    text-align:left;
    z-index: 1;
    margin-top:10px;
    margin-left: 4rem;
    font-family: 'rubik';
  }
  
.social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
  
  }
  .social-icons a{
  text-decoration: none;
  }
  
  
  .icon {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  
  .facebook {
    background-color: #3b5998;
    font-size: 20px;
  }
  
  .instagram {
    background-color: #e4405f;
    font-size: 20px;
  }
  
  .twitter {
    background-color: #1da1f2;
    font-size: 20px;
  }
  
  .youtube {
    background-color: #c4302b;
    font-size: 20px;
  }
  .tiktok{
    background-color: #000000;
    font-size: 20px;
  }
  

  .footerbuttons {
    justify-content: center;
  
    margin-top: 2rem;
  }
  .footerbuttons1 {
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }
  
  .fbuttons {
    display: inline-block; 
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    margin: 5px;
    transition: background-color 0.3s ease;
    font-family: 'rubik';
    font-weight: 400;
  }

  
  .fbuttons:hover {
    background-color: #5d1bd9;
    color: #fff;
  }
  
  .fbutton-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
  }

.bottom{
    height: 100px;
    width: 100%; 
    background-color:#041B3C; 
    text-align: center;
     display: flex; 
     justify-content: center;
      align-items: center;
}
.bottom p{
    color: white;
    font-size: 14px;
    font-family: 'rubik';
}
.secure{
    width: fit-content;
    background-color:#041B3C ;
    height:620px;
    margin-top: 5rem;
 
}
.stitle{
  color: white;
  font-weight: 700;
  font-size: 44px;
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
  /* margin-top: 4rem; */
  
   
}
.scard{
    width: 100%;
    display: flex;
    flex-direction: row;
    height:300px;
    background-color: #041B3C;
    margin-top: 2rem;
}
.scard-left{
    width: 50%;
    margin-left: 15%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 0.5px solid rgb(156, 151, 151);
 

    
    
}
.scard-right{
    width: 50%;
    margin-right: 15%;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* border-left: 0.5px solid rgb(5, 38, 100); */
  

 

}
.picon{
    margin-top: 2rem;
}
.sicon{
    margin-top: 2rem;
}
.sctitle{
    color:white;
    font-family: 'rubik';
    font-weight: 500;
    font-size: 32px;

}
.scsubtitle{
    color: white;
    font-family: 'rubik';
    font-weight: 400;
    margin-left: 6rem;
    margin-right: 6rem;
    
}

.ltitle{
  color:#041B3C;
  font-family: 'rubik';
  font-size: 40px;
  text-align: center;
   margin-left: 15%;
   margin-right: 15%;
   font-weight: 600;

}
.lsubtitle{
  color:#041B3C;
  font-family: 'rubik';
  font-size: 22px;
  text-align: center;
   font-weight: 400;
}
.lbuttons{
  text-align: center;
  margin-top: 2.5rem;
}

.button-container {
  display: flex;
  flex-direction: row;
  /* margin-left: 4rem; */
  margin-top: 2rem;
}

.mainbutton{
  text-align: left;
  justify-content: left;
  margin: 0;
  margin-top: 3rem;
  margin-left:  0;
    margin-right: 13rem;
  font-family: 'rubik';
  font-weight: 400;
}
.faq-qa-container{
  width: 100%;
  margin: auto 0;

}
.faq-qa-content{
  margin: 2rem ;
  font: 16px rubik;
  border: .5px solid rgba(0, 0, 0, 0.134);
  padding: 0 2rem;
  margin-left: 25%;
  margin-right: 25%;
  font-family: 'rubik';
}
.faq-question{
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.134);
  padding: 15px 0;
  font: bold 14px rubik;
}
.fa-chevron-down, .fa-chevron-up{
  float: right;
  margin-right: 1rem;
  font-size: 16px;
 
}
.fa-chevron-down{
  color:#041B3C;
}
.fa-chevron-up{
  color:#041B3C;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-family: 'rubik';

  color:#7c7c7c;
  transition: max-height 0.5s ease;
  line-height: 26px;
}

.faq-answer.active {
  max-height: 220px; 
}

.mmbuttons{
  display: flex;
  flex-direction: row;
}
.merchants{
  display: flex;
  flex-direction: row;
  width: calc(100% - 10%);
  margin: 0 5%;

  height: 100px;
 
  margin-top: 3rem;
  justify-content: space-between;
  align-items: center;
}
.tractions{
  display: flex;
  flex-direction: row;
  height: 200px;
  margin-top: 6rem;
}
.tractions-left{
  width: 60%;

  margin-left: 7%;
}
.tractions-left h2{
  text-align: center;
  color: #041B3C;
  font-family: 'rubik';
  font-weight: 600;
}
.tractions-right{
  width: 40%;

  margin-right: 7%;
  text-align: center;
 
  justify-content: center;
  align-items: center;
}
.stats{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}
.stats1{
  width: 30%;
  text-align: center;
  justify-content: center;
 
}
.stats2{
  width: 35%;
  text-align: center;
  justify-content: center;
  border-left: 1px solid rgb(163, 156, 156);

}
.stats3{
  width: 35%;
  text-align: center;
  justify-content: center;
  border-left: 1px solid rgb(163, 156, 156);

}

.tractions-right h4{
  color: #041B3C;
  font-family: 'rubik';
  font-weight: 500;
}
.simgs{
  width:30px;
  height: 30px;
}
.simgs1{
  width:15px;
  height: 15px;
}
.simgs2{
  width:20px;
  height: 20px;
  margin-left: 1rem;
}
.securebutton{
  text-align: center;
  color:#041B3C;
  margin-top: 3rem;
  cursor: pointer;
  
  

}
.learnbutton{
  text-align: left;
  margin-left: 2rem;
}
.learnbutton2{
  text-align: left;

}

.learnbutton button{
  color:white ;
  background-color: #041B3C;
  border-radius: 30px;
  border-style: none;
  width: 110px;
  height: 35px;
  font-family: 'rubik';
  font-weight: 600;
  margin-top: 2rem;
  
}
.learnbutton2 button{
  color:white ;
  background-color: #041B3C;
  border-radius: 30px;
  border-style: none;
  width: 110px;
  height: 35px;
  font-family: 'rubik';
  font-weight: 600;
  margin-top: 2rem;
}
.securebutton button{
  color: #041B3C;
  background-color: white;
  border-radius: 30px;
  border-style: none;
  width: 110px;
  height: 35px;
  font-family: 'rubik';
  font-weight: 600;
}
@media screen and (max-width: 767px) {
    body {
    margin: 0;
    padding: 0;
    }

    .header-right {
        display: none;
    }
    
     .lsubtitle{
        font-size:16px;
        padding: 0 15px;
    }
    
    .hamburger-menu {
        display: block;
        margin-left: 1rem;
       font-size:25px;
       font-weight: bolder;
        color: #5d1bd9;
        background-color: rgba(0,0,0,.05);
        border:0 solid;
       padding:5px;
       width: 30px; 
       height: 25px; 
       line-height: 25px; 
       text-align: center;
       border-radius: 5px;
       margin-right: 0.5rem;
    }
    
    .header img {
        width: 167px;
        height: 56px;
        margin-left: 2.5%;
    }
    
  
    .mobile-menu.active {
        display: flex;
        width: 100%;
        height: 23%;
        top: 8%; 
        text-align: center;
        flex-direction: column;
        /* justify-content: space-around; */
        align-items: center;
        background-color: #ffffff;
        position: fixed; 
        left: 0;
        z-index: 1000;
       
      
    }

    .header a{
      padding: 10px;
      color:#2e3237;
  font-weight:400;
  font-size:16px;
    }
    
    .mobile-link {
        font-family: 'rubik';
        color: black;
        text-align: center;
        padding: 10px;
        font-weight: 600;
        text-decoration: none;
        font-size: 16px;
        display: block;
        
    }
    
    .mobile-menu .btn-partner {
        margin: 0;
        height: 40px;
        width: 140px;
        border-style: none;
        cursor: pointer;
        background-color: #7106a3;
        border-radius: 10px;
        color: white;
        font-weight: 600;
        transition: color 0.3s ease-in-out;
    }
    
    .mobile-menu .btn-partner:hover {
        background-color: black;
        color: white;
        transform: scale(1.1);
    }
    .header{
      width:100%;
      height: 90px;
      position: sticky;
      margin:0;
    }

    .ftr-subtitle2{
      font-size: 16px;
    }





.main{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}
.main-left{
    width: 100%;
    height: auto;
    justify-content: center;
    /* padding-left: 10px;
    padding-right: 10px; */
    margin-left: 0;
    /* margin-top: 2rem; */
  
   
}
.title{
    font-size: 28px;
    margin-top: 2rem;
    text-align: center;
    margin-right: 3%;
    margin-left: 3%;
 
}
.subtitle{
  font-size: 16px;
  margin-left: 3%;
  margin-right: 3%;
 
  text-align: center;
 
}


.main-right{
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 2rem;
  

}
.main-image{
    width:330px;
    height: 360px;
}
.subtitle{
    text-align: center;
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  color: white;
  margin-top: 4rem;
 
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}

.sec1{
  color:white;
  width: fit-content;
  margin: 0;
  text-align: center;
  width: 100%;
}
.sec2{
  width: 100%;
  margin: 0;
  text-align: center;
}
.sec3{
  
  width: 100%;
  margin: 0;
  text-align: center;

}



.footerbuttons {
 
  margin-top: 2rem;
  display: none;
}
.social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  justify-content: center;
}
.social-icons a{
text-decoration: none;
}


.icon {
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
}

.facebook {
  background-color: #3b5998;
  font-size: 20px;
  margin-left: 20px;
}

.instagram {
  background-color: #e4405f;
  font-size: 20px;
}

.twitter {
  background-color: #1da1f2;
  font-size: 20px;
}

.youtube {
  background-color: #c4302b;
  font-size: 20px;
}
.footerbuttons {
  display: flex;
  flex-direction: column;
  align-items: center;

}


.fbuttons {
 
  align-items: center;
  text-decoration: none;
  color: #000; /* Change color to your preference */
  margin-bottom: 10px; /* Add spacing between the buttons */
  background-color: #000;
  width: 60%;
 
  border-radius: 5px;
  color: white;
  justify-content: center;
  text-align: center;

}

.fbutton-icon {
  width: 30px; /* Adjust the icon width as needed */
  height: 30px; /* Adjust the icon height as needed */
  margin-right: 10px; /* Add spacing between the icon and text */
}
.underline1 {
  display: inline-block;
  position: relative;
}

.underline1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* Adjust the value to position the underline */
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

#und{
  text-align: center;
  /* margin-left: 2rem; */
}
.iconss{
  margin-top: 10px;

}
.sec1 p{
  text-align: center;
}
.sec2 p{
  text-align: center;
}

.merchants {
  width: 50%;
  /* flex-direction: column; */
  /* align-items: center; */
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}

.mimages {
  margin-bottom: 20px; /* Space between images */
}

.mimages:last-child {
  margin-bottom: 0; /* No margin for the last image */
}

.bimgs{

  width: 100px;
  height:100px

}
.tractions{
  display: flex;
  flex-direction: column;
  height: 400px;
  margin-top: 6rem;
}


.stats{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.tractions-left{
  font-size: 18px;
  width: 100%;
  margin-left: 0;
}
.stats1{
  width: 100%;
  text-align: center;
  justify-content: center;
 
}
.stats2{
  width: 100%;
  text-align: center;
  justify-content: center;
  border-left: 0px solid rgb(255, 255, 255);
 
}
.stats3{
  width: 100%;
  text-align: center;
  justify-content: center;
  border-left: 0px solid rgb(255, 255, 255);
 
}
.tractions-right{
  width: 100%;
  height: auto;


  text-align: center;
 
  justify-content: center;
  align-items: center;
}


.faq-qa-container{
  width: 100%;
  margin: auto 0;
}
.faq-head{
  font: 550 20px rubik;
}
.faq-sub-head{
  font: bolder 40px rubik;
}
.faq-text{
  font: 310 17px rubik;
  margin: 1rem 0;
  line-height: 27px;
}
.faq-qa-content{
  margin: 1rem ;
  font: 16px rubik;
  border-top: 1px solid rgba(0, 0, 0, 0.134);
  padding: 0 10px;
}
.faq-question{
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.134);
  padding: 15px 0;
  font: bold 14px rubik;
}
.fa-chevron-down, .fa-chevron-up{
  float: right;
  margin-right: 5px;
  font-size: 16px;
}
.fa-chevron-down{
  color:#041B3C;
}
.fa-chevron-up{
  color:#041B3C;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  /* border: 0px solid #ccc; */
  color:#7c7c7c;
  transition: max-height 0.5s ease;
  line-height: 26px;
}

.faq-answer.active {
  max-height: 220px; /* Adjust the height as needed */
}

.benefits-btns {
  flex-direction: column;
  align-items: center;
  margin: 1rem 0;
}

.benefit-btn {
  width: 100%;
  margin-bottom: 1rem;
}
.ltitle{
  color:#041B3C;
  font-family: 'rubik';
  font-size: 24px;
  text-align: center;
   margin-left: 1%;
   margin-right: 1%;
   font-weight: 600;

}
.simgs{
  width:15px;
  height: 15px;
  justify-content: center;
  display: block;
}
.stars{
  justify-content: center;
  display: flex;
  margin: auto;
}



.chips{
  display: flex;
  flex-direction: column;
  margin-top:20rem;
  width: 100%;
}


.chipcard-left{
  width: 100%;
  justify-content: center;
  align-items: center;  
  margin: auto;
  margin-left: 0;
  margin-right: 0;
}
.chipcard-left p{
  text-align: center;
  margin-left: 1rem;
}
.chipcard2-left p{
  text-align: center;
  margin-left: 1rem;
}

.chipcard-right p{
  margin-top: 2rem;
}
.chipcard2-right p{
  margin-top: 2rem;
}
.chipcard-right{
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;

}
.chipcard2-left{
  width: 100%;
  justify-content: center;
  align-items: center;  
 

}
.chipcard2-right{
  width: 100%;
  text-align: center;
  
}

.chips-left{
  width: 100%;
  height:500px;
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;

}
.chips-right{
  width:100%;
 margin-left: 0;
 margin-right: 0;
  height:200px;
  display: flex;
  flex-direction: column;

  justify-content: center; 
  letter-spacing: 1px;

 
}

.chips-right .ftr-title{
  font-size: 25px;
  text-align: center;
  margin: 0;
}
.chips-right .ftr-subtitle{
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  margin: 0;
  margin-top: 10px;
}
.chipcard{
  width:90%;
height:280px;
margin-top: 2rem;
background-color: #F2F3F5;
border-radius: 10px;
font-size: 14px;
font-family: 'rubik';
margin-left: 0;
margin-right: 0;



}
.chipcard2{
  width:90%;
height:280px;
margin-top: 2rem;
margin-left: 0;
margin-right: 0;
background-color: #F2F3F5;
border-radius: 10px;
font-size: 14px;
font-family: 'rubik';



}
#howitworks{
  padding: 0;
  width: 100%;
  height: fit-content;
}
  .howitworks-title{    
     height: 80px;      
     margin: 0 !important;    
  }
  .ftr-title2{
      font-size:26px;
  }
  .ftr-title{
    font-size:19px;
}

  .ftr{
      margin: auto ;     
      display: flex;
      flex-direction: column;
      height: fit-content;
      width: 100%;  
  }
  .ftr2{
      margin: auto ;
      /* border: 2px solid black; */
      display: flex;
      flex-direction: column-reverse;
      height: fit-content;
      width: 100%;  
  }
  .ftr-left,.ftr-left2{
      width: 85%;      
      height: fit-content;
      margin: auto;
  }
  .ftr-image{     
      /* margin-top: 0; */
      width: 100%;
      height: 100%;
      margin: auto;
      margin-top: 1rem;
  }
  .ftr-right, .ftr-right2{
      width: 85%;
      margin: auto;
      height: fit-content;
  }
 .learnbutton2{
  text-align: center;
  margin: 1rem auto;
 }
 .learnbutton2 button {
  margin: auto ;
 }
 .secure {
  border: 2px solid white;
  height: fit-content;
  padding: 2rem 0;
 }
 .scard{
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
 }
 .stitle{
  font-size: 40px;
  margin: auto 1rem;
 }
 .scard-left{
  width: 90%;
  margin: auto;
  border: none;
  padding-bottom: 2rem;
  border-bottom: 0.5px solid rgb(156, 151, 151);
 }
 .scard-right{
  width :90%;
  margin: auto;
 }
 .scsubtitle{
  margin: auto;
  width: 80%;
 }
 .merchants{

width: 100%;
height: fit-content;
 }
 .mimages{
  margin: 1rem;
 }
 .bimgs{
  width: 100%;
  height:100%;
 }


}