@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	font-family: 'Gilroy';
	font-weight: 400;
	color: #202124;
	font-size: 12px;
	background: #2F343A;padding-bottom: 70px;
}

ul,
li,
ol,
p {
	margin: 0;
	padding: 0;
}

a {
	color: #202124;
	text-decoration: none;
	transition: all ease 0.4s !important;
}

img {
	max-width: 100%;
}

a:hover {
	color: #3b8af2;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
}
.btn.btn-primary {
    border: none;
    background: linear-gradient(to right, #F09819 0%, #F8C125 100%);
    color: #000;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: 2px 30px;
}
.grdient_color {
    background: linear-gradient(93.82deg, #F09819 1.69%, #F8C125 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.grdient_color1 {
    background: linear-gradient(91.38deg, #FF9700 1.03%, rgba(180, 62, 235, 0.89) 48.76%, #F8CD54 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.32);
}
#headerArea {
    background: #2F343A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 10px 0;
}
.payment_card{background: url(../images/card-bg.png) no-repeat; background-size: 100% 100%; border-radius: 15px; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); color: #fff;border-top: 1px solid #fada8080;
    border-left: 1px solid #fada8080;
    padding: 20px; display: flex; justify-content: space-between; margin: 15px 0 0;}
#headerArea h2{ font-size: 32px; }
.dashboard_card{ position: relative;  border-radius: 20px; margin: 30px 0;}
.dashboard_card img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
}.left_text img {
    margin: 25px 0 10px;
}
.right_text p,.left_text p {
    font-weight: 600;
}.card-number {
    font-weight: 600;
    font-size: 16px;
}.right_text h2 {
    color: #F8C125;
    margin: 40px 0 10px;
    font-size: 39px;
    font-weight: 600;
}
.dashboard_card:before{ position: absolute; content: "";background: rgba(0, 0, 0, 0.48); width: 100%; height: 100%;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  border-radius: 20px; top: 0; left: 0;}
.dashboard_card_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 20px;
    left: 0;
    padding: 20px;
}
.dashboard_card_inner h3{font-size: 30px;
    font-weight: 700;}
    .dashboard_card_inner a.btn.btn-primary {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background-color: #1E2630;
    display: flex;
    height: 73px;
    text-align: center;
    padding: 20px 0;
    transition: transform 350ms ease!important;
}#footer-bar a {
    color: #6E6E6E;
    position: relative;
    flex: 1 1 auto;
}#footer-bar a span.nav-text {
    position: relative;
    z-index: 2;
    display: block;
    font-weight: 500;
    font-size: 8px;
}