body{

    margin: 0;
    padding:0;
   font-family: 'rubik';
}

.clogo{
  width: 100px;
  height: 30px;
}
    
.header img{
  width: 175px;
  height: 60px;
  margin-left: 5%;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 17px; 
 margin-left: 10px;
  transition: 0.3s ease;
  font-family: 'rubik';
  

}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  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; */
   
  
}

.chips{
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  

 
}
.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: 100%;
    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: 8rem;
    margin-right: 8rem;
    
}

.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 poppins;
  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-plus, .fa-minus{
  float: right;
  margin-right: 1rem;;
  font-size: 16px;
 
}
.fa-plus{
  color: blueviolet;
}
.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: 4.5rem;
  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;
    }
    
    .hamburger-menu {
        display: block;
        margin-left: 1rem;
       font-size: 20px;
       font-weight: bolder;
        color: #5d1bd9;
        background-color: rgba(0,0,0,.05);
        border:0 solid;
       padding:5px;
       width: 25px; 
       height: auto; 
       line-height: 20px; 
       text-align: center;
       border-radius: 5px;
       margin-right: 0.5rem;
    }
    
    .header img {
        width: 120px;
        height: 43px;
        margin-left: 5%;
    }
    
  
    .mobile-menu.active {
        display: flex;
        width: 100%;
        height: 60%;
        top: 10%; 
        text-align: center;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        background-color: #ffffff;
        position: fixed; 
        left: 0;
        z-index: 1000;
       
      
    }
    
    .mobile-link {
        font-family: 'rubik';
        color: black;
        text-align: center;
        padding: 10px;
        font-weight: 600;
        text-decoration: none;
        font-size: 15px;
        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: 60px;
      position: sticky;
      margin:0;
    }







.main{
    display: flex;
    flex-direction: column;
    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:280px;
    height: 330px;
}
.subtitle{
    text-align: center;
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  /* background-image: url(../images/main/footer.png); */
  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: 100%;
  margin: 0;
  text-align: left;

  
}
.sec2{
 
  width: 100%;
  margin: 0;
  text-align: left;

}
.sec3{
  
  width: 100%;
  margin: 0;

}
.sec1 p{
  margin-left: 2rem;
}
.sec2 p{
  margin-left: 2rem;
}
.sec1 h3{
  margin-left: 2rem;
}
.sec2 h3{
  margin-left: 2rem;
}



.footerbuttons {
 
  margin-top: 2rem;
  display: none;
}
.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;
  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: left;
  margin-left: 2rem;
}
.iconss{
  margin-top: 10px;

}
.sec1 p{
  text-align: left;
}
.sec2 p{
  text-align: left;
}

.merchants {
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
}

.mimages {
  margin-bottom: 20px; /* Space between images */
}

.mimages:last-child {
  margin-bottom: 0; /* No margin for the last image */
}

.bimgs{

  width: 100px;
  height:100px



}





}