/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");
@import url("../css/font.css");

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
  background: #FAFAFA;
}


a, a:hover {
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

main {
  padding: 90px 0 0;
}

/*Banner section*/
.wd-as-banner {
  /* height: 550px; */
  padding: 50px 0 ;
  background: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.wd-left-content {
  padding: 0 30px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.wd-as-ban-text {
  font-family: "Gilroy";
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.wd-as-ban-title {
  font-family: "Gilroy";
  font-size: 50px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.wd-as-ban-line {
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
}
.banner-img img{
  object-fit: contain;
}
.banner-img {
  text-align: center;
  margin-bottom: -125px;
}

.wd-key-featues {
  padding: 80px 0;
}

.grp_btn {
  display: flex;
  gap: 15px;
}

.grp_btn img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}

.wd-as-stepbx {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.step-circle {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 8px solid rgba(250, 250, 250, 1);
  background: linear-gradient(180deg, #FF572F 0%, #FFC545 100%);
  font-size: 34px;
  font-weight: 500;
  z-index: 11;
}
.step-circle img {
  height: 42px;
  width: 42px;
  object-fit: contain;
}
.step-box {
  min-height: 235px;
  border-radius: 10px;
  border: 1px solid rgba(216, 216, 216, 0.44);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  padding: 70px 10px 15px;
  margin-top: -45px;
  /* background: rgba(255, 255, 255, 1); */
  border-top: none;
  text-align: center;
}

.step-box {
  margin-bottom: 20px;
}

.wd-as-features {
  margin-top: 40px;
}

.wd-as-title {
  text-align: center;
}

.wd-as-titletxt {
  font-family: "Gilroy";
  font-size: 41px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
}

.wd-as-titletag {
  font-family: "Lato";
  font-size: 24px;
  font-weight: 400;
  color: rgba(25, 32, 76, 1);
}

.step-box h4 {
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
}

.step-box p {
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

/*How it works*/
.wd-how-it-works {
  padding: 60px 0;
  background: linear-gradient(0deg, rgb(255 197 69 / 0.1), rgb(255 197 69 / 0.1));
}
.wd-mobile-img {
  margin-top: 40px;
}
.custom-container {
  /* padding: 0 50px; */
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.wd-mobile-img img {
  /* box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); */
  height: 623px;
  width: 100%;
  object-fit: contain;
}

.wd-as-steps {
  text-align: center;
}

.wd-step-number {
  font-family: "Gilroy";
  font-size: 26px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}

.wd-step-title {
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 800;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0;
}
.wd-step-descp{
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 500;
  color:#2F284F;
}

/*QRScanner Section*/
.wd-as-qr {
  padding: 80px 0;
}
.wd-as-scan-title{
  font-family:"Gilroy";
font-size: 40px;
font-weight: 800;
line-height: 60px;
color: rgba(0, 0, 0, 1);
margin-bottom: 20px;
}
.wd-app-mobview img {
  height: 526px;
}
.wd-as-qrcode img {
  height: 171px;
  object-fit: contain;
}
.wd-as-appstore a{
  display: inline-block;
}
.wd-as-appstore img {
  height: 70px;
  object-fit: contain;
  margin-bottom: 20px;
}

.wd-as-scantxt {
    font-family: "Gilroy";
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.8);
}
/*----Terms and condition*/
.terms{
  padding: 50px 0 30px;
}
.term_bx {
    margin-bottom: 18px;
}
.term_bx h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.12px;
    text-align: left;
    margin-bottom: 8px;
}
.term_bx p, .term_bx ul li {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: 6px;
}
.term_bx p a{
  color: #f1a409;
}