* {
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
.vv {
  border: 2px solid #f47933;
}

.orangeClass {
  color: #f47933;
}

h1 {
  color: black;
  font-size: 44px;
  font-family: "Red Hat Display";
  font-weight: bold;
}

p {
  font-size: 20px;
  color: #727272;
  font-family: "Source Sans Pro";
}

.VirtualWallet {
  max-width: 350px;
}
.VirtualWallet .vwLogo {
  max-width: 284px;
  width: 100%;
  height: auto;
}
.VirtualWallet .vwLogo img {
  width: 100%;
}

.Tap2Eatpara {
  display: flex;
  height: 100%;
  gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
}

.redButBlack {
  filter: grayscale(1);
  max-width: 1720px;
  height: auto;
}
.redButBlack img {
  width: 100%;
}

.adjustThree {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.adjustThree span {
  display: flex;
  height: 2px;
  width: 100px;
  border: 1px solid #82a137;
  background-color: #82a137;
}

.numberImg {
  width: 100%;
}
.numberImg img {
  max-width: 106px;
  width: 100%;
  height: auto;
}

.recImg {
  max-width: 540px;
  height: auto;
}
.recImg img {
  width: 100%;
}

.greenContainer {
  width: 97%;
  float: right;
  position: relative;
  background-color: #82a137;
}
.greenContainer .container {
  position: relative;
  z-index: 2;
  gap: 45px;
}
.greenContainer .container .greenOne {
  max-width: 427px;
  height: auto;
}
.greenContainer .container .greenOne img {
  width: 100%;
}
.greenContainer .container .first {
  position: relative;
  bottom: 90px;
}
.greenContainer .container .second {
  position: relative;
  bottom: 120px;
}
.greenContainer .container .third {
  position: relative;
  bottom: 70px;
}

.greenContainer::before {
  content: "";
  background-image: url(assets/Ellipse\ 27\ \(1\).png);
  position: absolute;
  max-width: 546px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.greenContainer::after {
  content: url("assets/Group (10).png");
  position: absolute;
  top: 0;
  left: 90%;
}

.footer {
  display: flex;
  position: relative;
  border-bottom: 1px solid #727272;
  justify-content: space-between;
}
.footer .provide {
  width: 30%;
}
.footer .provide p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.footer .newsletter {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.footer .emailINput {
  display: flex;
  align-items: center;
}
.footer input {
  padding: 17px;
  position: relative;
  padding-inline: 38px;
}
.footer .sms {
  position: absolute;
  z-index: 1;
  padding-left: 8px;
}
.footer .arrow {
  position: absolute;
  left: 80%;
}
.footer .links p {
  position: absolute;
  right: 0%;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0b0f18;
}
.footer .links span {
  padding-inline: 10px;
}

.footerEnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #727272;
  font-size: 16px;
}
.footerEnd a {
  color: #727272;
}

@media (max-width: 992px) {
  .fristSection {
    gap: 35px;
  }
  .greenContainer::before {
    display: none;
  }
  .greenContainer::after {
    display: none;
  }
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  p {
    font-size: 18px;
  }
  .fristSection {
    flex-direction: column;
    gap: 20px;
  }
  .fristSection .col-md-4 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .fristSection .VirtualWallet {
    max-width: 202px;
  }
  .recImg {
    max-width: 240px;
  }
  .greenContainer .container .first {
    position: relative;
    bottom: 50px;
  }
  .greenContainer .container .second {
    position: relative;
    bottom: 70px;
  }
  .greenContainer .container .third {
    position: relative;
    bottom: 40px;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer input {
    width: 90%;
  }
  .footer .arrow {
    left: 75%;
  }
  .footer .links p {
    position: relative;
  }
  .emailINput {
    padding-top: 10px;
  }
  .footerEnd {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
  }
  .fristSection .VirtualWallet {
    max-width: 120px;
  }
  .adjustThree span {
    width: 50px;
  }
  .recImg {
    margin: auto;
  }
  .greenContainer .container {
    gap: 10px;
  }
  .greenContainer .container .greenOne {
    max-width: 200px;
  }
  .greenContainer .container .first {
    bottom: 0px;
  }
  .greenContainer .container .second {
    bottom: 0px;
    margin-left: auto;
  }
  .greenContainer .container .third {
    bottom: 0px;
  }
  .footer .links p {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 24px;
  }
  .fristSection {
    gap: 10px;
  }
  .greenContainer .container {
    align-items: center;
  }
  .greenContainer .container .second {
    margin: auto;
  }
}/*# sourceMappingURL=Fifth.css.map */