|
|
@@ -0,0 +1,447 @@ |
|
|
|
body, |
|
|
|
html{ |
|
|
|
height:100%; |
|
|
|
background:#eaeaea; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Landing */ |
|
|
|
|
|
|
|
|
|
|
|
.landing_bg{ |
|
|
|
background:#eaeaea; |
|
|
|
padding:0px 20px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.h-20{ |
|
|
|
height:20%; |
|
|
|
} |
|
|
|
|
|
|
|
.h-80{ |
|
|
|
height:80%; |
|
|
|
} |
|
|
|
|
|
|
|
.logo{ |
|
|
|
margin: 0px 0px 20px 0px; |
|
|
|
} |
|
|
|
.logo img{ |
|
|
|
height:130px; |
|
|
|
padding:15px 0px; |
|
|
|
margin-bottom:20px; |
|
|
|
} |
|
|
|
|
|
|
|
.logo p{ |
|
|
|
font-size:22px; |
|
|
|
font-weight: 400; |
|
|
|
font-family: 'Nunito Sans', sans-serif; |
|
|
|
color:#000; |
|
|
|
margin:0px; |
|
|
|
padding:0px; |
|
|
|
line-height:27px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.category_height .category_box, |
|
|
|
.category_view .category_box{ |
|
|
|
padding-bottom:20px; |
|
|
|
} |
|
|
|
|
|
|
|
.category_view .category_box .column_box .col_box_data img { |
|
|
|
height:auto; |
|
|
|
width:100%; |
|
|
|
border-radius: 15px; |
|
|
|
margin-bottom:0px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.category_view .category_box .column_box .col_box_data img.trans_bg{ |
|
|
|
position:absolute; |
|
|
|
z-index:3; |
|
|
|
} |
|
|
|
|
|
|
|
.price_badge{ |
|
|
|
position: absolute; |
|
|
|
color: #fff; |
|
|
|
right: 0; |
|
|
|
font-size:20px; |
|
|
|
z-index:4; |
|
|
|
} |
|
|
|
|
|
|
|
.price_badge img{ |
|
|
|
width:75px !important; |
|
|
|
border-top-left-radius:0px !important; |
|
|
|
border-bottom-right-radius:0px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.price_badge span{ |
|
|
|
position: absolute; |
|
|
|
top: 30%; |
|
|
|
left: 65%; |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
|
|
|
|
font-size: 18px; |
|
|
|
font-weight: 400; |
|
|
|
font-family: 'Nunito Sans', sans-serif; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.category_view .category_box .column_box .col_box_data p { |
|
|
|
font-size: 15px; |
|
|
|
margin: 0px; |
|
|
|
padding: 0px; |
|
|
|
font-weight: 400; |
|
|
|
color: #fff; |
|
|
|
position: absolute; |
|
|
|
z-index: 5; |
|
|
|
bottom: 0; |
|
|
|
width: 100%; |
|
|
|
font-size: 20px; |
|
|
|
font-family: 'Nunito Sans', sans-serif; |
|
|
|
} |
|
|
|
|
|
|
|
.category_view .category_box:nth-child(even){ |
|
|
|
padding-left:10px; |
|
|
|
padding-right:0px; |
|
|
|
} |
|
|
|
|
|
|
|
.category_view .category_box:nth-child(odd){ |
|
|
|
padding-left:0px; |
|
|
|
padding-right:10px; |
|
|
|
} |
|
|
|
|
|
|
|
.category_height .category_box:nth-child(1){ |
|
|
|
padding-left:0px; |
|
|
|
padding-right:10px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.category_height .category_box:nth-child(2){ |
|
|
|
padding-left:10px; |
|
|
|
padding-right:0px; |
|
|
|
} |
|
|
|
|
|
|
|
.category_height .category_box:nth-child(3){ |
|
|
|
padding-left:0px; |
|
|
|
padding-right:10px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.category_height .category_box:nth-child(4){ |
|
|
|
padding-left:10px; |
|
|
|
padding-right:0px; |
|
|
|
} |
|
|
|
|
|
|
|
.category_height .category_box:nth-child(5){ |
|
|
|
padding-left:5px; |
|
|
|
padding-right:5px; |
|
|
|
margin-left:25%; |
|
|
|
} |
|
|
|
|
|
|
|
.category_box{ |
|
|
|
height:33.33%; |
|
|
|
} |
|
|
|
|
|
|
|
.category_box .column_box{ |
|
|
|
height:100%; |
|
|
|
width:100%; |
|
|
|
background:#fff; |
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); |
|
|
|
border-radius:15px; |
|
|
|
padding:20px; |
|
|
|
display:table; |
|
|
|
vertical-align:middle; |
|
|
|
} |
|
|
|
|
|
|
|
.category_box .column_box .col_box_data{ |
|
|
|
display:table-cell; |
|
|
|
vertical-align:middle; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
|
|
|
|
.category_box .column_box .col_box_data img { |
|
|
|
height: 90px; |
|
|
|
width: 90px; |
|
|
|
margin-bottom:10px; |
|
|
|
} |
|
|
|
|
|
|
|
.category_box .column_box .col_box_data p{ |
|
|
|
font-size:20px; |
|
|
|
margin:0px; |
|
|
|
padding:0px; |
|
|
|
font-weight:600; |
|
|
|
color:#161114; |
|
|
|
} |
|
|
|
|
|
|
|
/* End Landing */ |
|
|
|
|
|
|
|
|
|
|
|
/* Other */ |
|
|
|
|
|
|
|
|
|
|
|
.inner_bg{ |
|
|
|
background:#eaeaea; |
|
|
|
padding:0px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar_mobile{ |
|
|
|
height: 100px; |
|
|
|
background: #f49e05; |
|
|
|
position: fixed; |
|
|
|
color: #000; |
|
|
|
display: table; |
|
|
|
float: left; |
|
|
|
width: 100%; |
|
|
|
font-family: 'Barlow Condensed', sans-serif; |
|
|
|
font-weight:500; |
|
|
|
font-size: 36px; |
|
|
|
z-index: 10; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar_mobile p { |
|
|
|
display: table-cell; |
|
|
|
vertical-align: middle; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar_mobile span.backarrow{ |
|
|
|
position:absolute; |
|
|
|
width:40px; |
|
|
|
height:40px; |
|
|
|
top:30px; |
|
|
|
left:20px; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar_mobile span.backarrow img{ |
|
|
|
width:40px; |
|
|
|
height:40px; |
|
|
|
vertical-align:top; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.data_content{ |
|
|
|
padding:120px 20px 20px 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.data_content h1{ |
|
|
|
font-family:'Nunito Sans', sans-serif; |
|
|
|
font-size:36px; |
|
|
|
font-weight:600; |
|
|
|
color:#000; |
|
|
|
padding:0px; |
|
|
|
line-height:45px; |
|
|
|
width:100%; |
|
|
|
} |
|
|
|
|
|
|
|
.data_content .category_view h1{ |
|
|
|
margin:0px 0px 20px 0px; |
|
|
|
} |
|
|
|
|
|
|
|
.data_content .scan h1{ |
|
|
|
margin:20px 0px 20px 0px; |
|
|
|
} |
|
|
|
|
|
|
|
.data_content .payment h1{ |
|
|
|
margin:0px 0px 20px 0px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.data_content .payment h1.success{ |
|
|
|
color:#1d8a0e; |
|
|
|
font-weight:700; |
|
|
|
margin:20px 0px 20px 0px; |
|
|
|
} |
|
|
|
|
|
|
|
.data_content h1 span{ |
|
|
|
font-weight:700; |
|
|
|
} |
|
|
|
|
|
|
|
.data_content h2{ |
|
|
|
font-family: 'Nunito Sans', sans-serif; |
|
|
|
font-size:36px; |
|
|
|
font-weight:600; |
|
|
|
color:#000; |
|
|
|
padding:0px; |
|
|
|
line-height:40px; |
|
|
|
width:100%; |
|
|
|
} |
|
|
|
|
|
|
|
.data_content .scan h2{ |
|
|
|
margin:0px 0px 20px 0px; |
|
|
|
} |
|
|
|
|
|
|
|
.qr_box{ |
|
|
|
width: 280px; |
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); |
|
|
|
border-radius: 10px; |
|
|
|
padding: 15px; |
|
|
|
background: #fff; |
|
|
|
margin:0px auto 20px auto; |
|
|
|
} |
|
|
|
|
|
|
|
.loader_box { |
|
|
|
width: 200px; |
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); |
|
|
|
border-radius: 10px; |
|
|
|
padding: 15px; |
|
|
|
background: #fff; |
|
|
|
margin: 0px auto 20px auto; |
|
|
|
height: 300px; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.loader_box .handle{ |
|
|
|
position:absolute; |
|
|
|
width:50px; |
|
|
|
height:100px; |
|
|
|
border:solid 6px #350f12; |
|
|
|
right:-50px; |
|
|
|
top:30px; |
|
|
|
border-top-right-radius:35px; |
|
|
|
border-bottom-right-radius:35px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.loader_box img{ |
|
|
|
width:100%; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.qr_box img{ |
|
|
|
width:100%; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.data_content h4{ |
|
|
|
font-family: 'Nunito Sans', sans-serif; |
|
|
|
font-size:25px; |
|
|
|
font-weight:600; |
|
|
|
color:#000; |
|
|
|
padding:0px; |
|
|
|
line-height:30px; |
|
|
|
width:100%; |
|
|
|
} |
|
|
|
|
|
|
|
.data_content .scan h4{ |
|
|
|
margin:0px 0px 20px 0px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.upi_box{ |
|
|
|
width:21.25%; |
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); |
|
|
|
border-radius: 10px; |
|
|
|
padding: 10px; |
|
|
|
background: #fff; |
|
|
|
display: inline-block; |
|
|
|
float: left; |
|
|
|
margin-right:5%; |
|
|
|
} |
|
|
|
|
|
|
|
.scan .upi_box:nth-last-child(1){ |
|
|
|
margin-right:0%; |
|
|
|
} |
|
|
|
|
|
|
|
.upi_box img{ |
|
|
|
width:100%; |
|
|
|
} |
|
|
|
|
|
|
|
.mb-10{ |
|
|
|
margin-bottom:10px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.loading_gif{ |
|
|
|
margin:20px 0px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.box .percent { |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
top: 0; |
|
|
|
z-index: 3; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
display: -webkit-box; |
|
|
|
display: flex; |
|
|
|
display: -webkit-flex; |
|
|
|
-webkit-box-align: center; |
|
|
|
align-items: center; |
|
|
|
-webkit-box-pack: center; |
|
|
|
justify-content: center; |
|
|
|
color:#010400; |
|
|
|
font-size: 64px; |
|
|
|
} |
|
|
|
|
|
|
|
.box { |
|
|
|
height:300px; |
|
|
|
width:200px; |
|
|
|
position: absolute; |
|
|
|
top: 50%; |
|
|
|
left: 50%; |
|
|
|
-webkit-transform: translate(-50%, -50%); |
|
|
|
transform: translate(-50%, -50%); |
|
|
|
background: #eaeaea; |
|
|
|
border-radius:15px; |
|
|
|
overflow: hidden; |
|
|
|
border-top-left-radius:5px; |
|
|
|
border-top-right-radius:5px; |
|
|
|
border:solid 6px #eaeaea; |
|
|
|
border-top:solid 6px transparent; |
|
|
|
box-shadow:0 0 0 6px #350f12, 0px 20px 35px rgba(0,0,0,0.5); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.box .water { |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
top: 0; |
|
|
|
z-index: 2; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
-webkit-transform: translate(0, 100%); |
|
|
|
transform: translate(0, 100%); |
|
|
|
background: #f49e05; |
|
|
|
-webkit-transition: all .3s; |
|
|
|
transition: all .3s; |
|
|
|
} |
|
|
|
|
|
|
|
.box .water_wave { |
|
|
|
width: 200%; |
|
|
|
position: absolute; |
|
|
|
bottom: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.box .water_wave_back { |
|
|
|
right: 0; |
|
|
|
fill: #f6cb7d; |
|
|
|
-webkit-animation: wave-back 1.4s infinite linear; |
|
|
|
animation: wave-back 1.4s infinite linear; |
|
|
|
} |
|
|
|
|
|
|
|
.box .water_wave_front { |
|
|
|
left: 0; |
|
|
|
fill:#f49e05; |
|
|
|
margin-bottom: -1px; |
|
|
|
-webkit-animation: wave-front .7s infinite linear; |
|
|
|
animation: wave-front .7s infinite linear; |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes wave-front { |
|
|
|
100% { |
|
|
|
transform: translate(-50%, 0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes wave-back { |
|
|
|
100% { |
|
|
|
transform: translate(50%, 0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|