body {
    font-family: 'Montserrat', sans-serif;
    background-color: #030B15;
    font-size: 16px;
    color: #A4B4C3;
}

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

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
    text-transform: capitalize;
}

p {
    margin: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.page-paddings {
    padding: 150px 0px;
}

.page-title h2 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}

.page-title h2>span {
    font-weight: 800;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-title .sub-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.09em;
    display: inline-block;
    margin-bottom: 25px;
}

.page-title>a {
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-title p {
    margin: 4px 0px 0px;
    font-size: 18px;
}

.btn.btn-primary,
.btn.btn-secondory {
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    /* background: #00d094; */
    border-radius: 5px;
    box-shadow: inset 0 0 8px #ffffff !important;
    color: #0e0f0a;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 25px;
    border: 0px;
    outline: 0 !important;
}

.btn.btn-secondory {
    background: #040E18;
    box-shadow: 0px 6px 22px rgba(6, 34, 51, 0.22) !important;
    border-radius: 8px;
    position: relative;
    color: #ffffff;
}

.btn.btn-secondory::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: -2px;
    background: linear-gradient(250deg, #ffffff 0%, #65E297 100%);
    border-radius: 8px;
    transition: all 0.4s ease 0s;
    z-index: -1;
}

.form-group .form-control {
    font-size: 16px;
    color: #fff;
    background: rgb(255 255 255 / 4%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 15px 15px;
    outline: 0;
    box-shadow: none;
}

.form-group .form-control::placeholder {
    color: rgb(255 255 255 / 80%);
}

.table-responsive .table {
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    margin-bottom: 30px;
}

.table thead tr>th {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 20px 15px;
}

table.table tbody tr>td {
    font-size: 16px;
    color: #A4B4C3;
    vertical-align: middle;
    padding: 20px 15px;
    border-color: rgba(255, 255, 255, 0.08);
}

table.table tbody tr:last-child>td {
    border: 0px;
}

table.table tbody tr>td.coin img {
    max-width: 28px;
    margin-right: 8px;
}

.table tbody tr>td>a {
    font-weight: 600;
    color: #fff;
}

table.table tbody tr>td .btn.btn-secondory {
    padding: 10px 25px;
}

.pagination-box nav {
    display: inline-block;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    backdrop-filter: blur(5px);
    padding: 8px;
}

.pagination li.page-item .page-link.previous,
.pagination li.page-item .page-link.next {
    width: auto;
}

.pagination li.page-item .page-link {
    background: transparent;
    border-color: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 8px 15px;
    width: 50px;
    text-align: center;
}

.pagination li.page-item .page-link.active {
    font-weight: 700;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pagination li.page-item .page-link.disable {
    color: rgb(255 255 255 / 50%);
    cursor: no-drop;
}

.header-area {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.header-logo img {
    max-width: 200px;
}

.header-main .nav-item {
    margin-right: 40px;
}

.header-main .nav-item:last-child {
    margin-right: 0px;
}

.header-main .nav-item .nav-link {
    font-size: 18px;
    padding: 0px;
    color: #ffffff;
    font-weight: 600;
}

.header-main .nav-item.active .nav-link,
.header-main .nav-item:hover .nav-link,
.header-main .nav-item .nav-link:focus,
.header-btn .login-text:hover {
    color: #00d094;
}

.header-btn .login-text {
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    color: #fff;
}

section.hero {
    background-image: url(../images/banner_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 215px 0px 50px;
}

section.hero::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.23deg, #030B15 5.68%, rgba(3, 11, 21, 0.42) 81.9%);
    z-index: -1;
}

.banner-content {
    max-width: 850px;
    margin: 0px auto;
}

.banner-content h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    max-width: 850px;
    margin-bottom: 20px;
    text-align: center;
}

.banner-content p {
    color: #ffffff;
    font-size: 18px;
    max-width: 650px;
    margin: 0px auto 40px;
}

.banner-content h1>span {
    font-weight: 800;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content .banner-form {
    margin-bottom: 30px;
}

.banner-form .form-group .form-control {
    border-radius: 60px;
    padding: 20px 185px 20px 25px;
    background: rgb(255 255 255 / 2%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(5 71 113 / 20%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 20px;
}

.banner-form .form-group .form-btn {
    background: transparent;
    border: 0px;
    font-size: 18px;
    color: #6de39d;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px 15px;
}

.hero-valum .volum-item {
    padding: 15px 55px;
    position: relative;
    background: rgb(11 29 51 / 65%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 5px;
    text-transform: capitalize;
    margin: 0px 15px;
}

.volum-item p {
    margin-bottom: 12px;
}

.volum-item h2 {
    margin: 0px;
    font-weight: 600;
    color: #fff;
}

.tranding-assets {
    background-image: url(../images/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.tranding-assets::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.23deg, rgb(3 11 21 / 80%) 5.68%, rgba(3, 11, 21, 0.42) 81.9%);
    z-index: -1;
}

.tranding-assets .tranding-card {
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 15px;
    margin-top: 30px;
}

.tranding-card>h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
    background-color: rgb(255 255 255 / 5%);
    color: #9becbc;
    border-radius: 15px 15px 0px 0px;
    padding: 15px 20px;
}

.tranding-card .tranding-inner {
    padding: 0px 20px;
}

.tranding-inner .tranding-item {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tranding-inner .tranding-item:last-child {
    padding: 20px 0px;
    border-bottom: 0px;
}

.tranding-item .tranding-info {
    width: 31%;
}

.tranding-left h3,
.tranding-info h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1px;
}

.tranding-left span,
.tranding-info span {
    display: block;
    font-size: 14px;
}

.tranding-info span {
    font-weight: 600;
}

.tranding-item .tranding-left {
    padding-left: 55px;
}

.tranding-left img {
    max-width: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.partner-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.partner-wrap ul li {
    width: 20%;
    height: 123px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
}

.partner-wrap ul li img {
    opacity: .5;
    transition: .3s linear;
}

.partner-wrap ul li:hover img {
    opacity: 1;
}

.new-user-area {
    background-image: url(../images/chart_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 1;
}

.new-user-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.23deg, rgb(3 11 21 / 0%) 5.68%, #030b15 81.9%);
    z-index: -1;
}

.new-user-area .user-process {
    margin: 0px -15px;
}

.user-process .process-item {
    width: 25%;
    margin: 60px 15px 0px;
}

.user-process .process-item.mt-100 {
    margin-top: 130px;
}

.process-item .process-ico {
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    margin: 0px auto 15px;
    background-image: url(../images/counting-box-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.process-item .process-ico>span {
    font-size: 30px;
    font-weight: 800;
    color: #030b15;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.process-item p {
    max-width: 240px;
    margin: 10px auto 0px;
}

.new-user-area .user-btn {
    margin-top: 50px;
}

.explorer-area {
    background: radial-gradient(21.09% 21.09% at 50% 58.35%, rgb(102 222 140 / 20%) 0%, #030c15 100%);
}

.explorer-area .explorer-card {
    background-color: #030B15;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 40px 30px;
    margin-top: 30px;
}

.explorer-card h3 {
    margin-bottom: 12px;
}

.explorer-area .explorer-card p {
    margin: 0px;
}

.apps-area .page-title h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.apps-area .page-title p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 580px;
}

.apps-info .apps-ico {
    margin: 0px -8px;
}

.apps-ico a {
    display: block;
    background: linear-gradient(180deg, rgb(255 255 255 / 15%) 0%, rgb(101 226 151 / 15%) 100%);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 15px 20px;
    margin: 0px 8px;
}

.accordion .accordion-item {
    background-color: #030B15;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    margin-top: 30px;
}

.accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    padding: 20px 20px;
    outline: 0;
    box-shadow: none;
}

.accordion .accordion-item .accordion-body {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.accordion .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0px;
}

.accordion-button::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #fff !important;
    font-weight: 900;
}

.journey-card {
    background: rgba(255, 255, 255, 0.02);
    background: linear-gradient(180deg, #ffffff05 0%, #65E29750 100%);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 60px 30px;
    max-width: 650px;
    margin: 0px auto;
}

.user-area {
    background-image: url(../images/banner_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.user-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.23deg, #030B15 5.68%, rgba(3, 11, 21, 0.42) 81.9%);
    z-index: -1;
}

.user-main .nav-tabs {
    border: 0px;
}

.user-main .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 40px;
    line-height: normal;
    color: #fff;
    border: 0px;
}

.user-main .nav-tabs .nav-link.active {
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    box-shadow: inset 0 0 8px #ffffff !important;
    color: #0e0f0a;
}

.user-main .tab-content {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 40px 30px;
    max-width: 650px;
    margin: 40px auto 0px;
}

.user-form .form-group label {
    display: block;
    margin-bottom: 8px;
}

.user-form .form-group {
    margin-bottom: 20px;
}

.form-group.mb-35 {
    margin-bottom: 35px;
}

.user-form .form-group:last-child {
    margin-bottom: 0px;
}

.user-form .form-group .btn.btn-secondory {
    padding: 12px 30px;
    display: block;
    width: 80%;
    margin: 0px auto;
}

.user-form .bottom>a {
    font-weight: 600;
    color: #65e297;
}

.user-form .form-group>a {
    font-weight: 800;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buy-area {
    background-image: url(../images/chart_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 1;
}

.buy-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.23deg, rgb(3 11 21 / 0%) 5.68%, #030b15 81.9%);
    z-index: -1;
}

.buy-form iframe {
    display: block;
    margin: 0px auto;
}

.hyper-dex-swap-widget {
    background: rgb(255 255 255 / 5%);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

/* -- Blog css
-------------------------------------- -- */

.blog-page-wrapper article {
    padding-right: 20px;
    margin-bottom: 60px;
}

.blog-page-wrapper article:last-child {
    margin-bottom: 0px;
}

.news-area article .img-container {
    margin-bottom: 30px;
}

.news-area.blog-page-wrapper article p {
    margin-bottom: 20px;
}

article h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

article h2 a {
    color: #fff;
}

article h2 a:hover {
    color: #ffffff;
}

article .img-container {
    display: block;
    background: rgba(64, 57, 212, 0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4rem;
    overflow: hidden;
}

article img {
    width: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0.8;
}

.blog-page-wrapper article p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.blog-page-wrapper article p:last-child {
    margin-bottom: 0px;
}

.post-info {
    margin-bottom: 30px;
}

.post-info a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    padding-right: 22px;
    margin-right: 17px;
    position: relative;
}

.post-info a:not(:last-child)::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 20px;
    display: block;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
}

.post-info a i {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.post-info a:hover {
    color: #ffffff;
}

.blog-page-aside {
    margin-top: 9px;
    position: sticky;
    top: 40px;
}

.widget {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(5px);
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.widget .media {
    margin-bottom: 30px;
}

.widget .media:last-child {
    margin-bottom: 0px;
}

.widget h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #ffffff;
}

.widget a {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
}

.widget i {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: inherit;
}

.widget.common-widget ul {
    list-style-type: none;
    padding-left: 0;
}

.widget.common-widget ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 18px;
}

.widget.common-widget ul li:last-child {
    margin-bottom: 0px;
}

.widget.common-widget ul a:hover {
    color: #ffffff;
}

.widget .media img {
    display: none;
}

.widget .media h5 a {
    display: block;
    padding-left: 32px;
    position: relative;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.widget .media h5 a:hover {
    color: #ffffff;
}

.widget .media h5 span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #A4B4C3;
    font-weight: 400;
    margin-top: 6px;
}

blockquote {
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border-left: 3px solid #00d094;
    font-size: 1.7rem;
    color: #fff;
    font-style: italic;
    margin-bottom: 30px;
}

blockquote p {
    font-size: 1.7rem;
    line-height: 3rem;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
}

.prev-next {
    padding: 20px 0;
    margin-top: 30px;
    position: relative;
}

.prev-next a {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    text-decoration: none;
}

.prev-next a:hover {
    color: #ffffff;
}

.prev-next a i {
    font-size: 1.1rem;
}

.prev-next a:first-child i {
    margin-right: 5px;
}

.prev-next a:last-child i {
    margin-left: 5px;
}

.prev-next::before,
.prev-next::after {
    content: " ";
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.trade-area.page-paddings {
    background: radial-gradient(21.09% 21.09% at 50% 72%, rgb(102 222 140 / 20%) 0%, #030c15 100%);
}

.crypto-box {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 30px;
    margin-top: 30px;
}

.crypto-box .top {
    margin-bottom: 18px;
}

.crypto-box .top>a {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.crypto-box .top>a>img {
    max-width: 24px;
}

.crypto-box .top span {
    color: #ffffff;
    margin-left: 9px;
}

.crypto-box .top span.unit {
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.crypto-box .price {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

.crypto-box .bottom {
    align-items: center;
    display: flex;
}

.crypto-box .bottom .sale {
    border-radius: 24px;
    background-color: #e54646;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-left: 9px;
    padding: 4px 8px 3px 9px;
}

.crypto-box .bottom .critical {
    background-color: #e54646;
}

.crypto-box .bottom .success {
    background-color: #58bd7d;
}

.market-update {
    background-image: url(../images/chart_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 1;
}

.market-update::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.23deg, rgb(3 11 21 / 0%) 5.68%, #030b15 81.9%);
    z-index: -1;
}

table.table tbody tr>td.up {
    font-weight: 600;
    color: #58bd7d;
}

table.table tbody tr>td.down {
    font-weight: 600;
    color: #d33535;
}

.gift-box {
    font-size: 38px;
    height: 70px;
    width: 70px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    color: #000;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    animation: animate 2s linear infinite;
}

.gift-box:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
}

.gift-box>a {
    color: #000;
}

.gift-box span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: normal;
    margin-top: -8px;
}

@keyframes animate {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.earn-area {
    background: radial-gradient(21.09% 21.09% at 50% 50%, rgb(102 222 140 / 20%) 0%, #030c15 100%);
}

.earn-info .page-title {
    max-width: 700px;
    margin: 0px auto;
}

.earn-info .page-title h2 {
    font-size: 55px;
    margin-bottom: 15px;
}

.earn-info .page-title p {
    font-size: 24px;
    margin-bottom: 15px;
}

.earn-info .page-title p:last-child {
    margin-bottom: 0px;
}

.earn-info .nav-tabs {
    justify-content: center;
    border: 0px;
}

.earn-info .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #A4B4C3;
    border-radius: 30px;
    padding: 8px 22px;
    border: 0px;
}

.earn-info .nav-tabs .nav-link.active {
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    box-shadow: inset 0 0 8px #ffffff !important;
    color: #0e0f0a;
}

.earn-coin-main .earn-coin {
    margin: 0px 60px;
}

.earn-coin h3 {
    font-size: 22px;
    margin: 0px;
}

.earn-coin h2 {
    font-size: 78px;
    font-weight: 600;
    margin: 0px;
    line-height: normal;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rewards-table {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
}

.rewards-table .table {
    background: transparent;
}

.rewards-table thead tr>th {
    font-size: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.rewards-table table.table tbody tr>td {
    font-size: 20px;
}

.rewards-table table.table tbody tr>td img {
    max-width: 34px;
    margin-right: 8px;
    vertical-align: middle;
}

/*----------------------------------------
Stacking Area Css
----------------------------------------*/

.staking-area {
    background: radial-gradient(21.09% 21.09% at 50% 58.35%, rgb(102 222 140 / 20%) 0%, #030c15 100%);
}

.staking-inner {
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.section-bg-headline {
    margin-right: 50px;
    margin-bottom: 30px;
}

.section-bg-headline h2 {
    font-size: 54px;
    line-height: 64px;
}

.stack-time ul li {
    display: inline-block;
    margin: 4px;
}

.stack-time ul {
    display: block;
    margin: -4px -4px 20px;
}

.stack-time ul li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #A4B4C3;
    transition: 0.04s;
    font-weight: 600;
}

.stack-time ul li a:hover,
.stack-time ul li a.active {
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    box-shadow: inset 0 0 8px #ffffff !important;
    color: #0e0f0a;
    font-weight: 600;
}

.stack-time h3 {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.part-stack span {
    width: 24px;
    height: 24px;
    padding: 3px 10px;
    border-radius: 50px;
    background: rgb(0 208 148 / 15%);
    color: #00d094;
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px;
}

.stack-list {
    gap: 15px;
}

.section-bg-btn {
    float: right;
}

.plan-money ul li a {
    font-size: 18px;
    color: #A4B4C3;
    margin-bottom: 15px;
    display: block;
}

.plan-money ul li a span {
    margin: 0px 15px;
    color: #00d094;
}

.footer-area {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 1;
}

.footer-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359.43deg, #0B1D33 11.06%, rgba(11, 29, 51, 0) 99.43%);
    z-index: -1;
}

.footer-scroll-wrap {
    position: relative;
    z-index: 1;
}

.footer-scroll-wrap .scroll-to-target {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #030B15;
    border: 1px solid #1F262F;
    border-radius: 50%;
    font-size: 18px;
    padding: 0 0;
    color: #fff;
    margin: 0 auto;
}

.footer-scroll-wrap .scroll-to-target:hover {
    background: #00C4F4;
    border-color: #00C4F4;
}

.footer-scroll-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #1F262F;
    z-index: -1;
}

.footer-top {
    padding: 55px 0 50px;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget .f-logo {
    margin-bottom: 20px;
    display: block;
}

.footer-content p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 26px;
    color: #A4B4C3;
}

.footer-content .footer-social {
    display: flex;
    align-items: center;
    margin: 0 -7px;
}

.footer-content .footer-social li {
    padding: 0 7px;
}

.footer-content .footer-social li a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #719ED6;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.footer-content .footer-social li a:hover {
    background: #00C4F4;
    border-color: #00C4F4;
}

.footer-widget .fw-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 27px;
    background: linear-gradient(180deg, #ffffff 0%, #65E297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-link ul li {
    margin-bottom: 10px;
}

.footer-link ul li:last-child {
    margin-bottom: 0;
}

.footer-link ul li a {
    font-size: 15px;
    line-height: 20px;
    color: #A4B4C3;
    position: relative;
}

.footer-link ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}

.footer-link ul li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footer-link ul li a:hover {
    color: #fff;
}

.footer-top .row [class*="col-"]:nth-child(2) .footer-widget {
    margin-left: 80px;
}

.footer-top .row [class*="col-"]:nth-child(4) .footer-widget {
    margin-left: 75px;
}

.footer-newsletter p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #A4B4C3;
}

.footer-newsletter form {
    position: relative;
}

.footer-newsletter form input {
    width: 100%;
    border: none;
    background: rgb(118 118 130 / 10%);
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    padding: 18px 80px 18px 20px;
    color: #fff;
    outline: 0;
}

.footer-newsletter form input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.footer-newsletter form button {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 58px;
    background: transparent;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    border: none;
}

.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 6%);
    padding: 27px 0;
}

.copyright-text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -30px;
}

.footer-menu ul li {
    padding: 0 15px;
}

.footer-menu ul li a {
    font-size: 15px;
    color: #A4B4C3;
    font-weight: 500;
}

.footer-menu ul li a:hover {
    color: #fff;
}

/* footer-two */

.footer-area-two .footer-top {
    padding: 70px 40px 65px;
}

.footer-menu-two .navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-menu-two .navigation li {
    margin-right: 60px;
}

.footer-menu-two .navigation li:last-child {
    margin-right: 0;
}

.footer-menu-two .navigation li a {
    color: #030B15;
    font-weight: 500;
    font-size: 16px;
}

.footer-menu-two .navigation li a:hover {
    color: #00C4F4;
}

.footer-area-two .footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-area-two .footer-social ul li {
    margin-right: 40px;
}

.footer-area-two .footer-social ul li:last-child {
    margin-right: 0;
}

.footer-area-two .footer-social ul li a {
    color: #0A142F;
    opacity: .3;
    font-size: 24px;
    line-height: 1;
}

.footer-area-two .footer-social ul li a:hover {
    color: #00C4F4;
    opacity: 1;
}

.footer-area-two .footer-bottom {
    border-top: 1px solid #F0F3F9;
    padding: 40px 40px;
}

.footer-area-two .copyright-text p {
    color: #282F3B;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.footer-area-two .scroll-up .scroll-to-target {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #564DCA;
    padding: 0 0;
    border: none;
    color: #fff;
    font-size: 17px;
    margin: -60px auto 15px;
}

.footer-area-two .scroll-up .scroll-to-target:hover {
    background: #00C4F4;
}

.footer-area-two .scroll-up span {
    display: block;
    color: #0A142F;
    font-size: 14px;
    font-weight: 500;
}

.footer-bottom-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-bottom-menu ul li {
    margin-right: 30px;
}

.footer-bottom-menu ul li:last-child {
    margin-right: 0;
}

.footer-bottom-menu ul li a {
    font-size: 15px;
    color: #0A142F;
    font-weight: 500;
}

.footer-bottom-menu ul li a:hover {
    color: #00C4F4;
}

/* footer-three */

.footer-bg {
    background-image: url(../img/bg/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 120px;
}

.footer-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bg/footer_shape.png);
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 29px;
}

.footer-area-three .footer-top {
    padding: 0 0 50px;
}

.prod-contain-top {
  
    position: relative;
    background-color: #0e475e;
    border-top: 2px solid #B5A058;
    border-left: 2px solid #B5A058;
    border-right: 2px solid #B5A058;
    border-bottom: 2px solid #B5A058;
    padding: 3rem  1rem ;
    
    border-radius: 20px;
    margin-top: 3px;
    z-index: 1;
    min-height: 400px;
    height:max-content ;
    
}

.mui-button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    outline: 0px;
    border: 2px;
    margin-top: 10px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: PoseyTextured;
    line-height: 1.75;
    text-transform: uppercase;
    color: #65E297;
    
    background-color: #000000;
    border-radius: 20px;
    font-weight: 500;
    font-size: 1.3rem;
    padding: 5px;
    min-width: 50px;
    box-shadow: none;
    row-gap: 10px;
  }