*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',Arial,Helvetica,sans-serif;
}

ul{
    list-style-type: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: whitesmoke;
  padding: 0px 100px;
}

.navbar .logo {
  width: 20px;
}

.navbar .nav-links {
  display: flex;
  gap: 50px;
}

.navbar .nav-links a {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.navbar .nav-links a:hover{
  color: rgba(33, 128, 223, 0.974);
}

.navbar .login-btn {
  padding: 5px 10px;
}

.container6 {
  width: 60%;
  display: flex;
  padding: 20px 10px;
  margin-left: 20%;
  justify-content: space-between;
}

.left {
  width: 50%;
}

.right {

  border-radius: 30px;
}

.grow{
  margin: 0%;
  font-size: 55px;
  font-weight: bolder;
}

.pe {
  font-size: 55px;
  color: rgba(33, 128, 223, 0.974);
  margin: 0%;
}

.subtitle {
  font-size: 18px;
  color: gray;
}

.button {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #ddd;
  border-radius: 50px;
  text-decoration: none;
  color: black;
}

.btn {
  border: 1px solid black;
  outline: none;
  display: space-between;
  padding: 1px 7px;
  margin: 0px 0px 0px 15px;
  border-radius: 50px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.active, .btn:hover {
  background-color: #666;
  color: white;
}

.section{
  font-family: Arial, sans-serif;
  font-size: larger;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 472px;
  margin: 0;
}

.container1 {
  text-align: center;
}

.stat1 {
  animation: fadeIn 5s;
  display: inline-block;
  margin: 20px;
}

.stat1-icon {

  font-size: 50px;
}

.stat1-data {
  font-size: 24px;
  font-weight: bold;
}

.stat1-label {
  font-size: 18px;
}

.stat2 {
  animation: fadeIn 7s;
  display: inline-block;
  margin: 20px;
}

.stat2-icon {

  font-size: 50px;
}

.stat2-data {
  font-size: 24px;
  font-weight: bold;
}

.stat2-label {
  font-size: 18px;
}

.stat3 {
  animation: fadeIn 9s;
  display: inline-block;
  margin: 20px;
}

.stat3-icon {

  font-size: 50px;
}

.stat3-data {
  font-size: 24px;
  font-weight: bold;
}

.stat3-label {
  font-size: 18px;
}

.stat4 {
  animation: fadeIn 11s;
  display: inline-block;
  margin: 20px;
}

.stat4-icon {

  font-size: 50px;
}

.stat4-data {
  font-size: 24px;
  font-weight: bold;
}

.stat4-label {
  font-size: 18px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.container2 {
  padding: 0px 140px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.merchant{
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  padding: 20px;
  border-radius: 10px;
}
.image {
  flex: 50%;
}
.text {
  flex: 50%;
}
.button {
  background-color: white;
  font-weight:bolder;
  border: none;
  color: rgba(33, 128, 223, 0.974);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.container8 {
  background-color: whitesmoke;
  border-radius: 20px;
  width: 60%;
  display: flex;
  padding: 20px 10px;
  margin-left: 20%;
  justify-content: space-between;
}
.container8:hover{
  transition: 1s;
  transform:scale(1.1);
}
.left8 {
  width: 20%;
}
.right8 {
  width: 50%;
}
.title8 {
  font-size: 24px;
  font-weight: bold;
}
.text8 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bolder;
}
.last8{
  margin-top: 30px;
  font-size: 18px;
}
.icon8 {
  color: rgba(33, 128, 223, 0.974);
  background-color: whitesmoke;
  border: none;
}


.why{
  font-size: x-large;
  padding: 80px;
  align-items:center;
  justify-content: space-between;
}

.container7 {
  background-color: whitesmoke;
  border-radius: 20px;
  width: 60%;
  display: flex;
  padding: 20px 10px;
  margin-left: 20%;
  justify-content: space-between;
}

.container7:hover{
  transition: 1s;
  transform:scale(1.1);
}

.right7 {
  margin-top: 10%;
  width: 50%;
}

.left7 {
  border-radius: 20px;
}

h2{
  margin: 0%;
  font-weight: bolder;
}

.merchantblue{
background-color: rgba(0, 191, 255, 0.166);
}

.offerings{
padding: 40px;
font-size: x-large;
}

h1{
  padding: 10px;
}

.container4 {
  background-color: white;
  width: 400px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  padding: 5px;
}
.button4 {
  padding: 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  background-color:white;
  margin: 10px 2px;
  cursor: pointer;
  border: white;
  border-radius: 15px;
  flex-grow: 1;
}

.button4:hover {
  transition: 1s;
  background-color: rgba(33, 128, 223, 0.974);
}

.container5 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.story {
  text-align: center;
  margin: 20px;
}

.story img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}


.container3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.card {
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  padding: 10px;
  width: 30%;
}
.date {
  font-size: 0.8em;
  color: #888;
}
.title {
  font-weight: bold;
  margin: 10px 0;
}
.description {
  margin: 10px 0;
}
.button3 {
  font-weight:bolder;
  background-color: white;
  border: none;
  color: rgba(33, 128, 223, 0.974);
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
}

.viewmore{
  display: inline-block;
  justify-content: center;
  cursor: pointer;
}

footer {
    
    background-color: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
  }

  .logo {
    width: 40%;
  }

  .logo p {
    margin-top: 20px;
  }

  .download {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .groups {
    width: 40%;
    display: flex;
    justify-content: space-between;
  }

  .groups h3 {
    margin-bottom: 20px;
  }

  .groups ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .copyright{
    color:gray;
    clear:both;
    display:block;
    width: 100%;               
  }