/**
  * Name: Axies | NFT Marketplace HTML Template
  * Version: 1.0.4
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import "ntfs.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "font-awesome.css";
@import "swiper-bundle.min.css";
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import "bootstrap.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* Root
	* Header
	* Site Logo
    * Menu
    * Header Fixed
    * Pagination
    * Footer
    * Scroll Top
    * Widget
*/

/* Reset Browsers
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: radial-gradient(circle at 20% 20%, #1a1d2b 0%, #0b0d14 40%, #05060a 100%);
    color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: 'Urbanist', sans-serif;
    color: var(--primary-color2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #7A798A;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}

/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0.1em 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */

/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size: 14px;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    width: 18px;
    height: 18px;
    margin-right: 11px;
    cursor: pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}

/* Reset search styling */

input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

/* Contact Form 7 */

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select {
    position: relative;
    overflow: hidden;
}

.select::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
    font-size: 14px;
    right: 10px;
    font-weight: 600;
    color: #1F1F2C;
    display: block;
    position: absolute;
    background: 0 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select option {
    font-size: 15px;
    line-height: 24px;
    color: #1F1F2C;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: 1px solid rgba(138, 138, 160, 0.3);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 28px;
    border-radius: 4px;
    padding: 13px 15px;
    width: 100%;
    background: transparent;
    color: #8A8AA0;
}

/* Input focus */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #8A8AA0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #8A8AA0;
}

/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    background-color: var(--primary-color3);
    color: #fff;
    border-radius: 30px;
    padding: 15px 39px;
    border: 1px solid var(--primary-color3);
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* Button hover + focus */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: 1px solid var(--primary-color3);
    color: var(--primary-color3);
    /* background: transparent; */
}

/* Placeholder color */

::-webkit-input-placeholder {
    color: #8A8AA0;
}

:-moz-placeholder {
    color: #8A8AA0;
}

::-moz-placeholder {
    color: #8A8AA0;
    opacity: 1;
}

.error {
    font-size: 16px;
    color: var(--primary-color2);
    margin-bottom: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #8A8AA0;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

/* h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
} */

/* Extra classes
-------------------------------------------------------------- */

.msg-success {
    background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    color: rgb(0 0 0 / 0);
    transition: color .2s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

label.error {
    color: red;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
}

.swiper-button-next:after {
    content: "\f061";
}

.swiper-button-prev:after {
    content: "\f060";
}

.pst-re {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.wrap-inner {
    display: block;
    width: 100%;
}

.center,
.text-center {
    text-align: center;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.pd-0 {
    padding: 0 !important;
}

.mg-t-29 {
    margin-top: 29px;
}

.no-pd-left {
    padding-left: 0;
}

.mg-t-19 {
    margin-top: 19px;
}

.mg-t-7 {
    margin-top: 7px;
}

.mg-t25 {
    margin-top: 25px !important;
}

.mg-t22 {
    margin-top: 22px !important;
}

.mg-t17 {
    margin-top: 17px;
}

.mg-bt-50 {
    margin-bottom: 50px;
}

.mg-bt-18 {
    margin-bottom: 18px;
}

.mg-bt-39 {
    margin-bottom: 39px;
}

.mg-bt-12 {
    margin-bottom: 12px;
}

.mg-bt-60 {
    margin-bottom: 60px;
}

.mg-bt-62 {
    margin-bottom: 62px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-r-12 {
    margin-right: 12px;
}

.mg-bottom-0 {
    margin-bottom: 0;
}

.mg-t16 {
    margin-top: 16px;
}

.mg-bt-32 {
    margin-bottom: 32px !important;
}

.mg-bt-12 {
    margin-bottom: 12px;
}

.mg-bt-2 {
    margin-bottom: 2px;
}

.mg-bt-21 {
    margin-bottom: 21px;
}

.mg-l-39 {
    margin-left: 39px;
}

.mg-bt-31 {
    margin-bottom: 31px;
}

.mg-bt-43 {
    margin-bottom: 43px;
}

.mg-bt-23 {
    margin-bottom: 23px;
}

.mg-bt-16 {
    margin-bottom: 16px !important;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-bt-13 {
    margin-bottom: 13px;
}

.mg-t-24 {
    margin-top: 24px;
}

.mg-t-16 {
    margin-top: 16px;
}

.mg-t9 {
    margin-top: 9px;
}

.mg-t-39 {
    margin-top: 39px;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-5 {
    margin-top: 5px;
}

.mg-t-22 {
    margin-top: 22px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-t-21 {
    margin-top: 21px;
}

.mg-t-37 {
    margin-top: 37px;
}

.mg-t-9 {
    margin-top: -9px;
}

.mg-t-4 {
    margin-top: -4px;
}

.mg-t-2 {
    margin-top: -2px;
}

.mg-t2 {
    margin-top: 2px;
}

.mg-t32 {
    margin-top: 32px;
}

.mg-bt-24 {
    margin-bottom: 24px;
}

.mg-bt-22 {
    margin-bottom: 22px;
}

.mg-bt-17 {
    margin-bottom: 17px;
}

.mg-bt-40 {
    margin-bottom: 40px;
}

.mg-bt-41 {
    margin-bottom: 41px;
}

.mg-bt-44 {
    margin-bottom: 44px;
}

.pad-r-50 {
    padding-right: 50px;
}

.pad-t-23 {
    padding-top: 23px;
}

.pad-t-24 {
    padding-top: 24px;
}

.pad-t-17 {
    padding-top: 17px;
}

.pad-t-20 {
    padding-top: 20px;
}

.pad-t-4 {
    padding-top: 4px;
}

.pad-b-60 {
    padding-bottom: 60px !important;
}

.pad-b-54 {
    padding-bottom: 54px !important;
}

.pad-b-74 {
    padding-bottom: 74px !important;
}

.mg-t-40 {
    margin-top: 40px;
}

.m-t-15 {
    margin-top: -15px;
}

.mg-t-36 {
    margin-top: 36px;
}

.mg-bt-18 {
    margin-bottom: 18px;
}

.pad-l-7 {
    padding-left: 7px;
}

.pad-0-15 {
    padding: 0 15px;
}

.mg-r-3 {
    margin-right: 3px;
}

.mg-r-1 {
    margin-right: 1px;
}

.color-47A432 {
    background-color: #47A432 !important;
}

.color-9835FB {
    background-color: #9835FB !important;
}

.color-DF4949 {
    background-color: #DF4949 !important;
}

.no-box-shadown {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.pad-b-60 {
    padding-bottom: 60px !important;
}

.pad-b-20 {
    padding-bottom: 20px !important;
}

.pad-400 {
    padding: 0 400px;
}

.pad-420 {
    padding: 0 420px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-l-8 {
    margin-left: 10px;
}

.mg-r-8 {
    margin-right: 10px;
}

.mg-t4 {
    margin-top: 4px !important;
}

.mg-t-11 {
    margin-top: 11px !important;
}

.mg-t-12 {
    margin-top: 12px !important;
}

.mg-t-6 {
    margin-top: 6px !important;
}

.mg-t-13 {
    margin-top: 13px !important;
}

.pd-t-20 {
    padding-top: 20px;
}

.pd-15 {
    padding: 0 15px;
}

.bg-style {
    background-color: var(--primary-color5) !important;
}

.bg-style2 {
    background-color: #fff !important;
}

.is_dark .bg-style2 {
    background-color: #1F1F2C !important;
}

.bg-style3 {
    background-color: #f8f8f8 !important;
}

.is_dark .bg-style3 {
    background-color: #1F1F2C !important;
}

.mg-t-3 {
    margin-top: 3px;
}

.m-t-3 {
    margin-top: -3px !important;
}

.mg-t-42 {
    margin-top: 42px;
}

.mg-t-23 {
    margin-top: -23px !important;
}

.mg-bt-11 {
    margin-bottom: 11px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pd-40 {
    padding: 40px;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-17 {
    padding-bottom: 17px !important;
}

.pb-18 {
    padding-bottom: 18px !important;
}

.pb-22 {
    padding-bottom: 22px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-39 {
    padding-bottom: 39px !important;
}

.pb-23 {
    padding-bottom: 23px !important;
}

.mt-29 {
    margin-top: 29px;
}

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

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

.pt-24 {
    padding-top: 24px;
}

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

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

.mg-bt-3 {
    margin-bottom: 3px;
}

.pl-17 {
    padding-left: 17px;
}

.pl-34 {
    padding-left: 34px;
}

.pl-51 {
    padding-left: 51px;
}

.pl-68 {
    padding-left: 68px;
}

.pl-20 {
    padding-left: 20px;
}

.mg-style2 {
    margin-left: -3px;
    margin-right: -3px;
}

#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.color-popup {
    color: var(--primary-color2);
}

/* link style
-------------------------------------------------------------- */

a {
    text-decoration: none;
    color: var(--primary-color2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.1px;
}

a:hover,
a:focus {
    color: var(--primary-color3);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-ecfect,
.exp {
    background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    color: var(--primary-color2);
    transition: color .2s ease-in-out;
}

.hover-ecfect:hover,
.exp:hover {
    color: rgba(0, 0, 0, 0) !important;
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}

.link-style-1 a {
    text-decoration: none;
    color: var(--primary-color4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-style-1 a:hover,
.link-style-1 a:focus {
    color: var(--primary-color3);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Root
-------------------------------------------------------------- */

:root {
    /* color */
    --primary-color: #fff;
    --primary-color2: #1F1F2C;
    --primary-color3: #5142FC;
    --primary-color4: #7A798A;
    --primary-color5: #F8F8F8;
    --primary-color6: #14141F;
    --primary-color7: #F8F8F8;
    --bg-section: #fff;
    --bg-section2: #f8f8f8;
    --primary-color8: #7A798A;
}

.is_dark {
    --primary-color: #343444;
    --primary-color2: #fff;
    --primary-color4: #EBEBEB;
    --primary-color5: #030303;
    --primary-color6: #ffffff;
    --primary-color7: #343444;
    --bg-section: #14141F;
    --bg-section2: #14141F;
    --primary-color8: #fff;
}

/* Header
-------------------------------------------------------------- */

.dark .logo_header {
    width: 135px !important;
    height: 56px !important;
}

header {
    padding-right: 0 !important;
}

.header_1 {
    position: absolute;
    z-index: 100;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item .header_1 {
    position: fixed !important;
    top: 0 !important;
    opacity: 1 !important;
}

.header_1.header_2.style2 {
    height: 104px;
    border: none;
}

.admin_active {
    display: none;
}

.connect-wal .admin_active {
    display: block;
}

.header_1 #main-nav {
    position: absolute;
    left: 26%;
    top: 50%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_1-inner {
    position: relative;
    height: 80px;
}

.header_1 .header_avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9;
    align-items: center;
}

.header_1 .header_avatar .notification {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #34353A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 20px;
}

.header_1 .header_avatar .notification span {
    position: absolute;
    top: -7px;
    right: -4px;
    z-index: 100;
    background-color: #DF4949;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header_1 .header_avatar .avatar {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.header_1 .header_avatar .price {
    padding: 0 10px 0 20px;
    font-size: 16px;
    color: #14141F;
}

.header_1 .header_avatar .avatar_popup {
    position: absolute;
    right: 0;
    padding: 35px 20px 26px 20px;
    top: 53px;
    overflow: hidden;
    border-radius: 10px;
    background: #14141F;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -moz-box-shadow: 0px 3px 16px 0px #2F536D1F;
    -webkit-box-shadow: 0px 3px 16px 0px #2f536d1f;
    box-shadow: 0px 3px 16px 0px #2f536d1f;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    font-size: 16px;
    width: 311px;
    /* display: none; */
}

.header_1 .header_avatar .avatar_popup h4 {
    color: #fff;
}

.header_1 .header_avatar .avatar_popup.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header_1 .header_avatar .avatar_popup p {
    font-size: 14px;
    line-height: 22px;
    color: #EBEBEB;
}

.header_1 .header_avatar .avatar_popup .info p.style {
    font-size: 18px;
    font-weight: bold;
    color: #5142FC;
    margin-top: 6px;
}

.header_1 .header_avatar .avatar_popup .divider {
    width: 100%;
    height: 1px;
    background-color: #3C3C56;
}

.header_1 .header_avatar .avatar_popup .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header_1 .header_avatar .avatar_popup .links>a span {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-left: 12px;
}

.header_1 .header_avatar .avatar_popup .links a {
    color: #183b56;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}

.header_1 .header_avatar .avatar_popup .links a i {
    margin-right: 5px;
    font-size: 20px;
}

.header_1 .header_avatar .avatar_popup .links a:hover {
    color: #566ffe;
}

.header_1 .header__notifications .js-notifications-icon {
    cursor: pointer;
}

.header_1 .header_avatar .avatar_popup .links a i {
    margin-right: 10px;
    font-size: 16px;
}

.space-y-20> :not([hidden])~ :not([hidden]) {
    --cb-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--cb-space-y-reverse)));
    margin-bottom: calc(20px * var(--cb-space-y-reverse));
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.avatar_popup .copy-text span {
    color: #8A8AA0;
}

.avatar_popup .copy-text a {
    color: #fff;
}

/* avatar_popup 2 */

.header_1 .header_avatar .avatar_popup2 {
    position: absolute;
    right: 39%;
    padding: 35px 20px 12px 20px;
    top: 53px;
    overflow: hidden;
    border-radius: 10px;
    background: #14141F;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -moz-box-shadow: 0px 3px 16px 0px #2F536D1F;
    -webkit-box-shadow: 0px 3px 16px 0px #2f536d1f;
    box-shadow: 0px 3px 16px 0px #2f536d1f;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    font-size: 16px;
    width: 311px;
}

.header_1 .header_avatar .avatar_popup2 .show h4 {
    color: #fff;
}

.header_1 .header_avatar .avatar_popup2.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.avatar_popup2 .show {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.avatar_popup2 .show a {
    font-size: 14px;
    line-height: 22px;
    color: #7A798A;
    font-weight: 700;
}

.avatar_popup2 .flat-tabs .menu-tab {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 21px;
}

.avatar_popup2 .flat-tabs .menu-tab li {
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 18px;
    padding: 6px 12px 4px 12px;
}

.avatar_popup2 .flat-tabs .menu-tab li.active,
.avatar_popup2 .flat-tabs .menu-tab li:hover {
    background-color: #343444;
}

.avatar_popup2 .flat-tabs .menu-tab li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
}

.avatar_popup2 .flat-tabs .content-tab .content-inner {
    margin-bottom: 19px;
}

.avatar_popup2 .flat-tabs .content-tab .content-inner .sc-box {
    margin-bottom: 16px;
}

.avatar_popup2 .flat-tabs .content-tab .content-inner .heading {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 17px;
    color: #fff;
}

.avatar_popup2 .flat-tabs .content-tab .content-inner .sc-box .content {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.avatar_popup2 .flat-tabs .content-tab .content-inner .sc-box .content .avatar {
    border-radius: 8px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    min-width: 32px;
    min-height: 32px;
}

.avatar_popup2 .flat-tabs .content-tab .content-inner .sc-box .infor span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}

.avatar_popup2 .flat-tabs .content-tab .content-inner .sc-box .infor p {
    font-size: 14px;
    line-height: 20px;
    color: #EBEBEB;
    margin-top: 6px;
}

.avatar_popup2 .flat-tabs .content-tab .content-inner .sc-box .infor span.fw-7 {
    font-weight: 700;
}

/* Site Logo
-------------------------------------------------------------- */

#site-logo {
    height: 80px;
}

.header_1.header_2.style2 #site-logo {
    height: 104px;
}

.flat-search-btn {
    display: flex;
    padding: 16px 0;
    position: absolute;
    right: 15px;
    top: 0;
    justify-content: end;
    align-items: center;
}

#site-logo-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-logo img,
.main-logo h2 {
    float: left;
}

/* Menu
-------------------------------------------------------------- */

/* Main Nav */

#main-nav ul {
    margin: 0px;
}

#main-nav ul li {
    position: relative;
    list-style: none;
}

#main-nav>ul>li {
    float: left;
    padding: 26px 25px 26px 13px;
}

#main-nav>ul>li>a {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    color: #fff;
    padding-right: 15.5px;
}

#main-nav>.menu>li.menu-item-has-children>a::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Sub Menu */

#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #ffff;
    border-radius: 2px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

#main-nav .sub-menu::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 25px;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    background-color: #fff;
}

#main-nav .right-sub-menu {
    left: auto;
    right: 0;
}

#main-nav .sub-menu li a {
    display: block;
    font-size: 18px;
    color: #14141F;
    padding: 20px;
    font-weight: 700;
}

#main-nav .sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #e1e1e18e;
}

#main-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#main-nav .sub-menu li.current-item a,
#main-nav .sub-menu li a:hover {
    color: var(--primary-color3);
}

#main-nav .sub-menu .sub-menu {
    left: 99%;
    top: -0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: 0 !important;
    visibility: hidden !important;
}

#main-nav .sub-menu .menu-item:hover .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

#main-nav .sub-menu .sub-menu::before {
    display: none;
}

#main-nav>ul>li>a:hover {
    color: #fff;
}

#main-nav>ul>li .sub-menu li {
    position: relative;
}

#main-nav>ul>li .sub-menu li.menu-item-has-children:after {
    right: 20px;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #14141F;
}

#main-nav>ul>li .sub-menu li a {
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

#main-nav>ul>li .sub-menu li a:hover,
#main-nav>ul>li .sub-menu li.current-item a {
    padding-left: 35px;
}

#main-nav>ul>li .sub-menu li a:hover::after,
#main-nav>ul>li .sub-menu li.current-item a:after {
    width: 12px;
}

#main-nav>ul>li .sub-menu li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--primary-color3);
    left: 15px;
    top: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Mobile Menu */

#main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    background-color: var(--primary-color);
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);
}

.is_dark #main-nav-mobi {
    background-color: #14141F;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 20%);
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding: 0;
    border-top: 1px solid rgba(138, 138, 160, 0.3);
    position: relative;
}

#main-nav-mobi ul>li>a {
    color: var(--primary-color2);
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    padding: 0 15px;
    font-weight: 500;
}

#main-nav-mobi ul li:first-child {
    border-top: 0px;
}

#main-nav-mobi ul li>ul>li:first-child {
    border-top: 1px solid rgba(138, 138, 160, 0.3);
}

#main-nav-mobi ul>li.current-menu-item>a {
    color: var(--primary-color3);
}

.is_dark #main-nav-mobi ul>li.current-menu-item>a {
    background: linear-gradient(216.56deg, #E250E5 5.32%, #4B50E6 94.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#main-nav-mobi .current-item>a,
#main-nav-mobi ul>li>a:hover {
    color: var(--primary-color3);
}

.is_dark #main-nav-mobi .current-item>a,
.is_dark #main-nav-mobi ul>li>a:hover {
    background: linear-gradient(216.56deg, #E250E5 5.32%, #4B50E6 94.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#main-nav-mobi .sub-menu .menu-item a {
    margin-left: 15px;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-family: "FontAwesome";
    line-height: 48px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    width: 48px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    color: var(--primary-color2);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
    color: var(--primary-color3);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
    background: linear-gradient(216.56deg, #E250E5 5.32%, #4B50E6 94.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#main-nav-mobi .menu-item-has-children .arrow.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\f107";
}

#main-nav-mobi ul ul li {
    background-color: var(--primary-color);
    border-top: 1px solid rgba(138, 138, 160, 0.3);
}

.is_dark #main-nav-mobi ul ul li {
    background-color: #14141F;
}

/* Search icon */

#site-header .header-search-icon {
    display: block;
    font-size: 14px;
    line-height: 100px;
}

.opacity_0 {
    opacity: 0;
}

/* Search Form */

.header-search {
    position: relative;
    margin-right: 36px;
    padding: 14px 0;
}

.header-search .show-search svg {
    opacity: 1;
}

.top-search.show {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
}

.top-search {
    position: absolute;
    right: -16px;
    top: 130%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    background: none;
    color: #14141F;
    border-radius: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    border: none;
    border-radius: 30px;
    line-height: 20px;
    padding: 15px 15px;
    background: transparent;
}

.search-submit:hover {
    border: none;
    color: #fff;
}

.search-form {
    position: relative;
}

.search-form .search-field:focus,
.search-form .search-field {
    background: #F8F8F8;
    color: #14141F;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    line-height: 23px;
    padding: 13px 50px 13px 15px;
}

.search-form .search-field::placeholder {
    color: #14141F;
    line-height: 23px;
    font-size: 16px;
}

.icon-fl-search-filled {
    color: #14141F;
}

/* Mobile Menu Button */

.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    float: right;
    top: 50%;
    right: 15px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.tf-button-submit:hover {
    opacity: .9;
    color: #fff;
}

.is_dark .tf-button-submit:hover {
    color: #fff;
}

/* Header Fixed */

.header_1.is-fixed {
    position: fixed;
    top: -161px;
    left: 0;
    width: 100%;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
    z-index: 9999;
    background: linear-gradient(227.3deg, #8A208C 0%, #181B81 100.84%);
    border: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.is_dark .header_1.header_2.style.is-fixed,
.is_dark .header_1.is-fixed {
    background: #14141F;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
}

.header_1.is-fixed .mode_switcher {
    display: none;
}

.header_1.header_2.is-fixed .mode_switcher {
    display: inline-flex;
}

.header_1.is-fixed.is-small {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header_admin.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
    z-index: 9999;
    background-color: rgb(81 66 252 / 93%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header_1.is-fixed .search-form .search-field:focus,
.header_1.is-fixed .search-form .search-field {
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgb(47 47 47 / 30%);
}

.header_1.is-fixed .search-form .search-field:focus,
.header_1.is-fixed .search-form .search-field,
.header_1.is-fixed .search-form .search-field::placeholder,
.header_1.is-fixed .search-submit {
    color: #14141F;
}

/* Pagination
-------------------------------------------------------------- */

.themesflat-pagination {
    margin: 32px 30px;
}

.themesflat-pagination ul {
    margin: 0px;
    position: relative;
}

.themesflat-pagination ul li {
    display: inline-block;
    padding: 0px;
    margin-right: 7px;
}

.themesflat-pagination ul li .page-numbers {
    display: inline-block;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #787878;
    text-align: center;
    width: 29px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid var(--primary-color4);
    line-height: 30px;
}

.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.themesflat-pagination ul li .next,
.themesflat-pagination ul li .prev {
    font-size: 14px;
    font-weight: 700;
    color: #878787;
}

.themesflat-pagination ul li .next:hover,
.themesflat-pagination ul li .prev:hover {
    color: var(--primary-color);
}

/* Footer
-------------------------------------------------------------- */

#footer {
    padding: 80px 0 80px;
    background-color: #fff;
}

#footer.style-2 {
    background-color: #ffffff;
}

.is_dark #footer {
    background-color: #0D0D11;
}

/* Scroll Top
-------------------------------------------------------------- */

#scroll-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    z-index: 1;
    right: 14px;
    bottom: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden;
}

#scroll-top.show {
    right: 15px;
    opacity: 1;
    visibility: visible;
}

#scroll-top:before,
#scroll-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#scroll-top:before {
    z-index: -1;
    background-color: var(--primary-color3);
}

.is_dark #scroll-top:before {
    z-index: -1;
    background-color: #fff;
}

#scroll-top:after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.is_dark #scroll-top:after {
    color: #5142FC;
}

#scroll-top:hover {
    transform: translateY(-7%);
}

/* Widget
-------------------------------------------------------------- */

.widget p,
.widget .title-widget {
    color: var(--primary-color2);
}

.fl-dark .widget p,
.fl-dark .widget .title-widget {
    color: var(--primary-color);
}

#footer .widget p {
    font-size: 14px;
    line-height: 22px;
}

.side-bar .widget p {
    font-size: 15px;
}

#footer .title-widget {
    line-height: 26px;
}

#side-bar .title-widget {
    line-height: 30px;
    margin-bottom: 20px;
}

#side-bar .title-widget.style-2 {
    line-height: 26px;
    margin-bottom: 14px;
}

#side-bar .widget {
    margin-bottom: 40px;
}

#side-bar .widget.mgbt-24 {
    margin-bottom: 24px;
}

.sc-widget.style-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

#side-bar.style-2 {
    padding-left: 50px;
}

#side-bar .widget.mgbt-0 {
    margin-bottom: 0;
}

#side-bar.style-3 {
    padding-right: 55px;
}

.sub-title.small {
    font-size: 14px;
    line-height: 22px;
}

.sub-title.style-2 {
    margin-bottom: 40px;
}

/*widget-logo*/

.widget-logo .logo-footer a {
    color: var(--primary-color3);
}

.widget-logo .logo-footer a {
    font-size: 36px;
    font-weight: bold;
}

.widget-logo .logo-footer {
    margin-bottom: 13px;
}

.widget-logo .sub-widget-logo {
    padding-right: 35px;
    margin-bottom: 26px;
}

/* widget-social */

.widget-social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.widget-social.style-1 a {
    background-color: #EBEBEB;
    color: #7A798A;
}

.is_dark .widget-social.style-1 a {
    background-color: #343444;
    color: #ffffff;
}

.widget-social.style-1 a:hover {
    color: var(--primary-color);
    background-color: var(--primary-color3);
}

.is_dark .widget-social.style-1 a:hover {
    color: #ffffff;
    background-color: var(--primary-color3);
}

.widget-social.style-1 ul li {
    margin-right: 12px;
}

.widget-social.style-1 ul li:last-child {
    margin-right: 0;
}

.widget-social.style-1 ul li a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 21px;
}

.widget-social.style-1 ul li.style-2 a {
    font-size: 22px;
}

.widget-social.style-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.widget-social.style-2 .title-widget {
    line-height: 26px;
    margin-right: 17px;
}

.widget-social.style-2 ul {
    margin-right: 3px;
}

.widget-social.style-2 ul li {
    margin-left: 12px;
}

.widget-social.style-2 ul li:first-child {
    margin-left: 0px;
}

.widget-social.style-2 ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #7A798A;
}

.widget-social.style-2 ul li a:hover {
    color: var(--primary-color3);
}

.is_dark .widget-social.style-2 ul li a:hover {
    color: #fff;
}

.widget-social.style-3 ul li a {
    background-color: #fff;
    color: #14141F;
}

.widget-social.style-3 ul li a:hover {
    color: #fff;
    background-color: #5142FC;
}

.widget-social.style-3 ul li {
    margin-right: 12px;
}

.widget-social.style-3 ul li:last-child {
    margin-right: 0;
}

.widget-social.style-3 ul li a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 25px;
}

.widget-social.style-3 ul li.style-2 a {
    font-size: 22px;
}

/* widget-menu */

.widget-menu {
    padding-top: 18px;
}

.widget-menu.style-1 {
    padding-left: 30px;
}

.widget-menu.style-2 {
    padding-left: 38px;
}

.widget-menu.fl-st-3 {
    padding-left: 33px;
}

.widget-menu .title-widget {
    margin-bottom: 24px;
}

.widget-menu ul li {
    margin-bottom: 14px;
}

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

.widget-menu ul li a {
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

.widget-menu ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    background: var(--primary-color3);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-menu ul li a:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* widget-subcribe */

.widget-subcribe {
    padding-top: 17px;
    padding-left: 20px;
}

.widget-subcribe .title-widget {
    margin-bottom: 25px;
}

.widget-subcribe .sub-widget-subcribe {
    padding-right: 5px;
    margin-bottom: 23px;
}

.widget-subcribe .form-subcribe form {
    position: relative;
}

.widget-subcribe .form-subcribe input {
    border-radius: 10px;
    background: #F8F8F8;
    width: 100%;
    padding: 13px 50px 12px 22px;
    font-size: 14px;
    border: 1px solid rgba(138, 138, 160, 0.3);
}

.is_dark .widget-subcribe .form-subcribe input {
    background: transparent;
}

.widget-subcribe .form-subcribe input:focus {
    border: 1px solid #5142FC;
}

.widget-subcribe .form-subcribe input {
    border: 1px solid rgba(138, 138, 160, 0.3);
}

.widget-subcribe .form-subcribe input::placeholder {
    font-size: 14px;
    white-space: nowrap;
    max-width: 70%;
    overflow: hidden;
}

.widget-subcribe .form-subcribe button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary-color3);
    font-size: 21px;
    padding: 15px 18px 14px 19px;
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-subcribe .form-subcribe button .icon-fl-send {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-subcribe .form-subcribe button:hover .icon-fl-send {
    color: #fff;
}

.widget-subcribe .form-subcribe button:hover {
    opacity: .9;
}

/* widget-recent-post */

.box-recent-post,
.widget-recent-post ul li.box-recent-post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 12px 8px 8px;
    border-radius: 6px;
    cursor: default;
    box-shadow: 0px 2px 6px 0px rgb(47 47 47 / 10%);
}

.is_dark .widget-recent-post ul li.box-recent-post {
    background: #343444;
}

.widget-recent-post ul li.box-recent-post {
    margin-bottom: 16px;
}

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

.box-recent-post .box-feature img {
    width: 47px;
    height: 44px;
    border-radius: 6px;
    object-fit: cover;
}

.box-recent-post .box-content {
    padding-left: 10px;
    width: 86%;
}

.box-recent-post .box-content span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.box-recent-post .box-content .title-recent-post {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.box-recent-post .box-content .sub-recent-post,
.box-recent-post .box-content .day-recent-post {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: #7A798A;
}

.box-recent-post .box-content .day-recent-post:hover {
    color: var(--primary-color3);
}

/* widget-tag */

.widget-tag.style-1 {
    margin-right: -5px;
}

.widget-tag ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.widget-tag.style-1 ul li {
    margin-right: 12px;
    margin-bottom: 13px;
}

.widget-tag a.box-widget-tag {
    line-height: 38px;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-tag a.box-widget-tag {
    box-shadow: 0px 2px 6px 0px rgb(47 83 109 / 10%);
    background-color: var(--primary-color);
}

.widget-tag a.box-widget-tag:hover {
    background-color: var(--primary-color3);
    color: #fff;
}

.fl-dark .widget-tag a.box-widget-tag {
    background-color: #343444;
}

.fl-dark .widget-tag a.box-widget-tag:hover {
    background-color: var(--primary-color3);
    color: var(--primary-color);
}

.fl-dark .widget-tag a.box-widget-tag {
    background-color: #343444;
}

.fl-dark .widget-tag a.box-widget-tag:hover {
    background-color: var(--primary-color3);
    color: var(--primary-color);
}

.widget-tag.style-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.widget-tag.style-2 .title-widget {
    line-height: 26px;
    margin-right: 15px;
}

.widget-tag.style-2 ul li {
    margin-right: 6px;
}

.widget-tag.style-2 ul li::after {
    content: ',';
}

.widget-tag.style-2 ul li:last-child::after {
    content: '';
}

.widget-tag.style-2 ul li a {
    font-size: 18px;
    line-height: 28px;
}

.widget-tag.style-2 ul li a {
    color: #7A798A;
}

.widget-tag.style-2 ul li a:hover {
    color: var(--primary-color3);
}

.is_dark .widget-tag.style-2 ul li a:hover {
    color: #fff;
}

/* widget-search */

.widget-search form {
    position: relative;
}

.widget-search input {
    border-radius: 10px;
    background: transparent;
    width: 100%;
    padding: 10px 70px 8px 19px;
    font-size: 13px;
    border: 1px solid rgba(138, 138, 160, 0.3);
}

.widget-search input.style-2 {
    padding: 14px 70px 12px 19px;
    font-size: 14px;
}

.widget-search input.style-2::placeholder {
    letter-spacing: 0px;
}

.widget-search input:focus {
    border: 1px solid rgba(52, 52, 68, 1);
    background: 343444;
}

.widget-search input::placeholder {
    font-size: 14px;
    letter-spacing: -0.5px;
}

.widget-search button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary-color3);
    font-size: 17px;
    padding: 12.5px 22px;
    border: none;
    color: #fff;
}

.widget-search button.style-2 {
    padding: 16.5px 22px;
}

.widget-search button i {
    color: #fff;
}

/* widget-filter */

.widget-filter ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.widget-filter.style-2 ul li {
    margin-right: 12px;
    margin-bottom: 13px;
}

.widget-filter a.box-widget-filter i {
    margin-right: 8px;
    color: var(--primary-color3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.is_dark .widget-filter a.box-widget-filter i {
    color: #fff;
}

.widget-filter a.box-widget-filter.active i,
.widget-filter a.box-widget-filter:hover i {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-filter a.box-widget-filter {
    line-height: 38px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color2);
}

.widget-filter a.box-widget-filter {
    box-shadow: 0px 2px 6px 0px rgb(47 83 109 / 10%);
    background-color: var(--primary-color);
}

.widget-filter a.box-widget-filter.active,
.widget-filter a.box-widget-filter:hover {
    background-color: var(--primary-color3);
    color: #ffffff;
}

.widget-filter .btn-filter {
    color: var(--primary-color3);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.widget-filter .btn-filter:hover {
    color: var(--primary-color3);
}

.widget-filter.style-1 .header-widget-filter {
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.widget-filter.style-1 form label {
    line-height: 26px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    padding-left: 40px;
}

.widget-filter.style-1 form label.mgbt-none {
    margin-bottom: 0;
}

.widget-filter.style-1 input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    margin-right: 0px;
}

.widget-filter .btn-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-color: transparent;
    border-radius: 8px;
}

.widget-filter .btn-checkbox {
    border: 1px solid #7A798A;
}

.fl-dark .widget-filter .btn-checkbox {
    border: 1px solid #343444;
}

.widget-filter.style-1 form label input:checked~.btn-checkbox {
    background-color: var(--primary-color3);
    border: 1px solid var(--primary-color3);
}

.widget-filter .btn-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.widget-filter.style-1 form label input:checked~.btn-checkbox:after {
    display: block;
}

.widget-filter .btn-checkbox:after {
    content: "\e921";
    font-family: 'nfts';
    left: 6px;
    top: 2px;
    color: #fff;
}

/* widget-category */

.widget-category.boder-bt {
    border-bottom: 1px solid #EBEBEB;
}

.is-dark .widget-category.boder-bt {
    border-bottom: 1px solid #343444;
}

.widget-category form label {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    letter-spacing: -0.5px;
}

.widget-category form label.mgbt-none {
    margin-bottom: 0;
}

.widget-category input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    margin-right: 0px;
}

.widget-category form label input:checked~.btn-checkbox {
    background-color: var(--primary-color3);
    border: 1px solid var(--primary-color3);
}

.widget-category .btn-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.widget-category form label input:checked~.btn-checkbox:after {
    display: block;
}

.widget-category .btn-checkbox:after {
    content: "\e921";
    font-family: 'nfts';
    font-size: 10px;
    left: 2px;
    top: 0px;
    color: #fff;
}

/* --------------widget-filter-----------*/

.widget-filter a i {
    margin-right: 8px;
}

.fl-dark .widget-filter a.box-widget-filter {
    background-color: #343444;
}

.fl-dark .widget-filter a.box-widget-filter:hover {
    background: var(--primary-color3);
    color: var(--primary-color);
}

.widget-filter .btn-filter.style-2 {
    padding-top: 5px;
}

.fl-dark .widget-filter .btn-filter:hover {
    color: var(--primary-color);
}

.widget-filter.style-1 form label input:checked~.btn-checkbox {
    background-color: var(--primary-color3);
    border: 1px solid var(--primary-color3);
}

.widget-filter .btn-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.widget-filter.style-1 form label input:checked~.btn-checkbox:after {
    display: block;
}

.widget-filter .btn-checkbox:after {
    content: "\e921";
    font-family: 'nfts';
    left: 6px;
    top: 2px;
    color: #fff;
}

/* widget-category */

.widget-category.boder-bt {
    border-bottom: 1px solid #EBEBEB;
}

.is_dark .widget-category.boder-bt {
    border-color: #343444;
}

.widget-category .title-wg-category {
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}

.widget-category .title-wg-category i {
    font-size: 7px;
    padding-top: 9px;
    font-weight: 600;
}

.widget-category .title-widget {
    line-height: 26px;
}

.widget-category form {
    margin-bottom: 23px;
}

.widget-category input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    margin-right: 0px;
}

.widget-category .btn-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-radius: 4px;
}

.widget-category .btn-checkbox {
    border: 1px solid #7A798A;
}

.widget-category form label input:checked~.btn-checkbox {
    background-color: var(--primary-color3);
    border: 1px solid var(--primary-color3);
}

.widget-category form label input:checked~.btn-checkbox:after {
    display: block;
}

.fl-item {
    display: none;
}

.fl-item2 {
    display: none;
}

.fl-item3 {
    display: none;
}

span.type {
    margin: 0 auto;
    width: 200px;
    margin-top: 100px;
}

span.type::after {
    content: '|';
    display: inline;
    animation: blink 0.7s infinite;
}

.is_dark span.type::after {
    color: #fff;
}

/*Removes cursor that comes with typed.js*/

.typed-cursor {
    opacity: 0;
    display: none;
}

/*Custom cursor animation*/

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sc-button span i {
    margin-right: 8px;
    font-size: 16px;
}

/* 🚫 Remove theme's default button icons (the square boxes) */
.sc-button::before,
.sc-button span::before {
    content: none !important;
    display: none !important;
}

/* Remove broken theme arrow icons */
.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}

/* Style the round buttons (keep same design) */
.swiper-button-next,
.swiper-button-prev {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

/* Add proper arrow icons */
.swiper-button-next::before,
.swiper-button-prev::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Right arrow */
.swiper-button-next::before {
    content: "\f105";
    /* chevron-right */
}

/* Left arrow */
.swiper-button-prev::before {
    content: "\f104";
    /* chevron-left */
}

/* Remove broken icon in subscribe button */
.subscribe button::before,
.subscribe button::after {
    content: none !important;
    display: none !important;
}

#scroll-top,
.subscribe button {
    display: flex;
    align-items: center;
    justify-content: center;
}

#scroll-top i,
.subscribe button i {
    color: #fff;
    font-size: 16px;
}

.top-bar {
    background: #111;
    color: #aaa;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #222;
}

.hero::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 60%);
    top: -200px;
    left: -200px;
    z-index: 0;
}

header {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.6);
}

.trust-section {
    text-align: center;
    padding: 80px 20px;
    background: #0a0a0a;
}

.trust-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: auto;
}

.trust-box {
    background: #111;
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s;
    border: 1px solid #222;
}

.trust-box:hover {
    transform: translateY(-5px);
    border-color: #444;
}

.trust-box i {
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
}

.stats-section {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 70px 20px;
    background: #000;
    text-align: center;
}

.stat h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.stat p {
    color: #aaa;
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 60%);
    top: -200px;
    left: -200px;
    animation: glowMove 8s ease-in-out infinite alternate;
    z-index: 0;
}

.hero::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 60%);
    bottom: -200px;
    right: -200px;
    animation: glowMove 10s ease-in-out infinite alternate-reverse;
    z-index: 0;
}

@keyframes glowMove {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(40px);
    }
}

/* Make hero content stay above glow */
.hero>* {
    position: relative;
    z-index: 1;
}

header {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer {
    background: #0a0a0a;
    padding: 60px 20px 30px;
    text-align: center;
    border-top: 1px solid #111;
}

.footer-logo {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    margin: 0 15px;
    color: #aaa;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-copy {
    color: #666;
    font-size: 14px;
}

.process-section {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(to bottom, #0a0a0a, #000);
    overflow: hidden;
}

/* Glow background effect */
.process-section::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(120, 119, 198, 0.15), transparent 60%);
    top: -200px;
    left: -200px;
    z-index: 0;
}

.process-section::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 0, 150, 0.10), transparent 60%);
    bottom: -200px;
    right: -200px;
    z-index: 0;
}

/* Make content sit above glow */
.process-section>* {
    position: relative;
    z-index: 1;
}

.process-section .feature-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 30px;
    transition: all 0.3s ease;
    backdrop-filter: blur(6px);
}

.process-section .feature-box:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 25px rgba(120, 119, 198, 0.2);
}

.process-section .feature-box i {
    font-size: 28px;
    margin-bottom: 15px;
}

.subscribe {
    margin-top: 80px;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.subscribe input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

.subscribe button {
    background: linear-gradient(135deg, #5b5bff, #7a00ff);
    border: none;
    box-shadow: 0 0 15px rgba(122, 0, 255, 0.5);
}

section {
    background: transparent !important;
}

.trust-section,
.stats-section,
.process-section,
.subscribe-area {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 70px 40px;
    margin: 80px auto;
    max-width: 1200px;
}

.trust-box,
.stat,
.feature-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    transition: 0.3s ease;
}

.trust-box:hover,
.stat:hover,
.feature-box:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 25px rgba(120, 119, 198, 0.25);
}

header {
    background: rgba(10, 12, 18, 0.6) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

p {
    color: #bfc7d5;
}

h1,
h2,
h3,
h4,
h5 {
    color: #ffffff;
}

/* ===== FORCE HERO BACKGROUND OVERRIDE ===== */

.flat-slider,
.flat-title-page,
.page-title,
.slider,
.home-hero,
.section-slider,
#hero,
.hero-section {
    background: transparent !important;
    background-color: transparent !important;
}



/* === GLOBAL BACKGROUND UPGRADE === */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: radial-gradient(circle at 20% 20%, #1a1f3a 0%, #0d0f1c 40%, #05060a 100%);
    color: #ffffff;
}

/* Make major sections transparent so gradient shows */
section,
.hero,
.features,
.wallet-section,
.subscribe-section,
footer {
    background: transparent !important;
}

/* Soft glass effect for content blocks */
.section-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

/* ================= GENERAL BACKGROUND ================= */
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(180deg, #0d1117 0%, #0a0f1c 100%);
    color: white;
}

/* ================= SECURITY SECTION ================= */
.security-section {
    padding: 100px 8%;
    background: linear-gradient(180deg, #0d1117 0%, #0a0f1c 100%);
    color: #fff;
}

.security-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 70px;
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.security-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.security-card:hover {
    transform: translateY(-8px);
    border-color: rgba(120, 119, 255, 0.6);
    box-shadow: 0 10px 40px rgba(120, 119, 255, 0.15);
}

.security-card i {
    font-size: 38px;
    margin-bottom: 20px;
    color: #7c7bff;
}

.security-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.security-card p {
    font-size: 15px;
    color: #b8c1ec;
    line-height: 1.6;
}

/* ================= STATS SECTION ================= */
.stats-section {
    padding: 90px 8%;
    background: #0a0f1c;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.stat-box {
    background: linear-gradient(145deg, rgba(124, 123, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(124, 123, 255, 0.15);
    border-radius: 18px;
    padding: 35px;
    text-align: center;
    transition: 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(124, 123, 255, 0.15);
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: #9aa4d6;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ===== CRYPTO INSIGHTS (COMPACT DASHBOARD STYLE) ===== */

.crypto-insights {
    padding: 50px 15px;
    background: transparent;
    /* uses your site background */
}

.crypto-insights .container {
    max-width: 1150px;
    margin: auto;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    gap: 15px;
}

.section-header h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.section-header p {
    font-size: 13px;
    color: #9ca3af;
}

/* Grid tighter like cryptorank */
.insight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
}

/* Cards */
.crypto-insights .card {
    background: #111827;
    border-radius: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: none;
}

/* Make Hot Activities wider like original */
.crypto-insights .card.hot {
    grid-column: span 2;
}

/* Headings inside cards */
.crypto-insights h3 {
    font-size: 13px;
    font-weight: 600;
    color: #cbd5e1;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.badge {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 12px;
    background: #1f2937;
    color: #9ca3af;
}

.badge.blue {
    background: #1d4ed8;
    color: white;
}

.big-number {
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 8px;
}

.down {
    color: #ef4444;
    font-size: 12px;
}

/* Mini charts thinner */
.chart-placeholder {
    height: 40px;
    border-radius: 6px;
    opacity: 0.6;
}

.chart-placeholder.red {
    background: linear-gradient(90deg, #7f1d1d, #dc2626);
}

.chart-placeholder.orange {
    background: linear-gradient(90deg, #78350f, #f97316);
}

/* Bar chart smaller */
.bar-chart {
    display: flex;
    gap: 4px;
    align-items: flex-end;
    height: 55px;
    margin-top: 6px;
}

.bar-chart div {
    flex: 1;
    background: #3b82f6;
    border-radius: 3px;
}

/* Fear & Greed smaller */
.gauge-value {
    font-size: 26px;
    font-weight: 700;
    margin-top: 6px;
}

.gauge span {
    font-size: 12px;
    color: #9ca3af;
}

/* Hot activities compact */
.hot-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 12px;
}

.tag {
    background: #2563eb;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 4px;
    margin-left: 4px;
}

.tag.light {
    background: #374151;
}

.raised {
    font-size: 12px;
}

/* Altcoin index tighter */
.altcoin-score {
    font-size: 18px;
    font-weight: 600;
}

.altcoin-score span {
    font-size: 11px;
    color: #9ca3af;
}

.altcoin-bar {
    height: 6px;
    background: #1f2937;
    border-radius: 20px;
    margin: 6px 0;
}

.progress {
    height: 100%;
    background: linear-gradient(90deg, #f97316, #22c55e);
    border-radius: 20px;
}

.labels {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #9ca3af;
}

.small-stat {
    font-size: 13px;
    margin: 4px 0;
}

.market-dashboard {
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
}

.md-container {
    max-width: 1200px;
    margin: auto;
}

.md-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.md-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.md-header p {
    font-size: 13px;
    color: #94a3b8;
}

.md-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.md-card {
    background: #0b1220;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 16px;
    color: #fff;
    transition: 0.2s;
}

.md-card:hover {
    transform: translateY(-4px);
    border-color: #2563eb;
}

.span-2 {
    grid-column: span 2;
}

.center {
    text-align: center;
}

.md-card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.badge {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 20px;
    background: #1e293b;
    color: #cbd5e1;
}

.badge.blue {
    background: #1d4ed8;
    color: #fff;
}

.md-big {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.down {
    color: #ef4444;
    font-size: 12px;
}

.bars {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 50px;
}

.bars div {
    flex: 1;
    background: #3b82f6;
    border-radius: 3px;
}

.fear-value {
    font-size: 30px;
    font-weight: 700;
    color: #f97316;
}

.fear-label {
    font-size: 12px;
    color: #94a3b8;
}

.hot-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 10px;
}

.alt-score {
    font-size: 20px;
    font-weight: 600;
}

.alt-score span {
    font-size: 12px;
    color: #94a3b8;
}

.progress-bar {
    height: 6px;
    background: #1e293b;
    border-radius: 20px;
    margin-top: 8px;
}

.progress-bar div {
    height: 100%;
    background: linear-gradient(90deg, #f97316, #22c55e);
    border-radius: 20px;
}

.small {
    font-size: 13px;
    margin-top: 5px;
}

.mini-chart {
    width: 100%;
    height: 50px;
}

.mini-chart.orange {
    filter: hue-rotate(40deg);
}

@media(max-width:992px) {
    .md-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:600px) {
    .md-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== SCROLLING MARKET TICKER ===== */
.top-market-bar {
    background: #0d0f14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #cbd5e1;
}

.ticker-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ticker {
    display: inline-block;
    padding-left: 100%;
    animation: ticker-scroll 35s linear infinite;
}

.ticker span {
    display: inline-block;
    margin-right: 40px;
}

.ticker strong {
    color: #fff;
    font-weight: 600;
    margin-left: 4px;
}

.ticker em {
    font-style: normal;
    margin-left: 6px;
    font-size: 12px;
}

.up {
    color: #22c55e;
}

.down {
    color: #ef4444;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Pause on hover */
.top-market-bar:hover .ticker {
    animation-play-state: paused;
}

/* ===== WALLET TOOLS GRID ===== */

.wallet-tools {
    padding: 90px 20px;
}

.wt-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.wt-header h2 {
    font-size: 32px;
    margin-bottom: 8px;
}

.wt-header p {
    color: #94a3b8;
    margin-bottom: 40px;
}

.wt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* CARD */
.wt-card {
    background: #11131a;
    border-radius: 16px;
    padding: 28px 18px;
    text-decoration: none;
    color: #cbd5e1;
    transition: .25s ease;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.wt-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
    background: #151822;
    color: #fff;
}

.wt-card i {
    font-size: 28px;
    margin-bottom: 14px;
    color: #6c5ce7;
}

.wt-card h4 {
    margin-bottom: 6px;
    font-size: 16px;
}

.wt-card p {
    font-size: 13px;
    color: #94a3b8;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    .wt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wt-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== FEATURED SECTION ===== */
.featured-section {
    padding: 90px 20px;
}

.fs-container {
    max-width: 1200px;
    margin: auto;
}

.fs-header {
    text-align: center;
    margin-bottom: 50px;
}

.fs-header h2 {
    font-size: 30px;
    margin-bottom: 8px;
}

.fs-header p {
    color: #94a3b8;
}

.fs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.fs-card {
    background: #11131a;
    border-radius: 16px;
    padding: 26px 20px;
    text-decoration: none;
    color: #cbd5e1;
    transition: all .25s ease;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.fs-card:hover {
    transform: translateY(-6px);
    background: #151822;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.fs-card i {
    font-size: 28px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #5142fc, #00c2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fs-card h4 {
    margin-bottom: 6px;
    font-size: 16px;
}

.fs-card p {
    font-size: 13px;
    color: #94a3b8;
}

/* Responsive */
@media (max-width: 992px) {
    .fs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .fs-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== FIX HUGE EMPTY SPACE IN WALLET SERVICES SECTION ===== */

.wallet-tools {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    min-height: auto !important;
    height: auto !important;
}

/* Remove forced vertical centering that stretches the section */
.wallet-tools .container,
.wallet-tools .row,
.wallet-tools .col,
.wallet-tools .wallet-box,
.wallet-tools .wallet-wrapper {
    min-height: auto !important;
    height: auto !important;
}

/* If flexbox is stretching it, stop it */
.wallet-tools {
    display: block !important;
}

/* ===== APP PROMO SECTION ===== */
.app-promo {
    background: linear-gradient(135deg, #0f172a, #111827);
    padding: 80px 20px;
    color: #fff;
}

.app-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.app-left {
    flex: 1;
}

.app-left h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.app-left p {
    color: #94a3b8;
    margin-bottom: 20px;
}

.app-features span {
    display: inline-block;
    margin-right: 18px;
    color: #cbd5e1;
    font-size: 14px;
}

.store-buttons {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    transition: 0.2s;
}

.store-btn i {
    font-size: 22px;
}

.store-btn.apple {
    background: #000;
}

.store-btn.google {
    background: #1a73e8;
}

.store-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.app-right {
    flex: 1;
    text-align: center;
}

.app-right img {
    max-width: 380px;
    width: 100%;
}

/* ===== SECURITY POPUP OVERLAY ===== */
.app-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.app-popup-box {
    background: #ffffff;
    border-radius: 16px;
    max-width: 720px;
    width: 100%;
    padding: 35px;
    position: relative;
    animation: popupFade .3s ease;
}

@keyframes popupFade {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    color: #334155;
}

.popup-content {
    display: flex;
    gap: 25px;
    align-items: center;
}

.security-icon {
    font-size: 80px;
    color: #16c784;
    background: #e9f9f1;
    padding: 25px;
    border-radius: 50%;
}

.popup-left h2 {
    color: #0f172a;
    margin-bottom: 10px;
}

.popup-left p {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.secure-btn {
    margin-top: 15px;
    padding: 10px 18px;
    background: #16c784;
    border: none;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.secure-btn:hover {
    background: #13a96b;
}

/* Mobile */
@media(max-width: 600px) {
    .popup-content {
        flex-direction: column;
        text-align: center;
    }
}

/* ===== MOBILE POPUP OPTIMIZATION ===== */
@media (max-width: 600px) {

    .app-popup-box {
        padding: 20px;
        border-radius: 14px;
    }

    .popup-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .popup-left h2 {
        font-size: 20px;
    }

    .popup-left p {
        font-size: 13px;
    }

    .security-icon {
        font-size: 55px;
        padding: 18px;
    }

    .secure-btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    .popup-close {
        font-size: 20px;
        top: 8px;
        right: 12px;
    }
}

/* ===== SECURITY SCROLLING HEADER BAR ===== */
.security-ticker {
    width: 100%;
    background: #0f172a;
    color: #cbd5e1;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.security-track {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding-left: 100%;
    animation: securityScroll 40s linear infinite;
}

.security-track span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.security-track i {
    color: #16c784;
    /* green security icon */
    font-size: 12px;
}

.sep {
    color: #334155;
}

@keyframes securityScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Pause on hover */
.security-ticker:hover .security-track {
    animation-play-state: paused;
}

/* ===== TRUE MOBILE WALLET FIX ===== */
@media screen and (max-width: 768px) {

    /* Force container full width */
    #wallets_list .themesflat-container,
    #wallets_list .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Reset bootstrap row */
    #wallets_list .row {
        margin: 0 !important;
    }

    /* 2 wallets per row */
    #wallets_list .col-xl-3,
    #wallets_list .col-lg-4,
    #wallets_list .col-md-6,
    #wallets_list .col-sm-6 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 6px !important;
    }

    /* Smaller wallet cards */
    #wallets_list .sc-author-box {
        padding: 10px 8px !important;
        border-radius: 10px !important;
        text-align: center !important;
    }

    /* Smaller wallet icons */
    #wallets_list .author-avatar img {
        width: 26px !important;
        height: 26px !important;
    }

    /* Smaller wallet name */
    #wallets_list .author-infor h5 {
        font-size: 11.5px !important;
        margin: 0 !important;
    }

    /* Smaller wallet text */
    #wallets_list .author-infor span {
        font-size: 9.5px !important;
        opacity: 0.75;
    }
}

/* ===== FORCE NEW WALLET DESIGN ===== */

#wallets_list {
    padding: 60px 15px;
    background: linear-gradient(180deg, #0d1117 0%, #0b0f14 100%);
}

#wallets_list .themesflat-container {
    max-width: 1100px;
    margin: 0 auto;
}

#wallets_list .wallets-header {
    text-align: center;
    margin-bottom: 35px;
}

#wallets_list .wallets-header h2 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 6px;
}

#wallets_list .wallets-header p {
    font-size: 14px;
    color: #9ca3af;
}

/* GRID LAYOUT */
#wallets_list .row {
    display: flex;
    flex-wrap: wrap;
}

#wallets_list .col-xl-3,
#wallets_list .col-lg-4,
#wallets_list .col-md-6,
#wallets_list .col-sm-6 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    padding: 10px;
}

/* CARD STYLE */
#wallets_list .sc-author-box {
    background: #161b22 !important;
    border-radius: 14px !important;
    padding: 16px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: all .25s ease;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

#wallets_list .sc-author-box:hover {
    transform: translateY(-4px);
    border-color: rgba(81, 66, 252, .6) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}

/* ICON */
#wallets_list .author-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

/* TEXT */
#wallets_list .author-infor h5 {
    font-size: 14px;
    margin-bottom: 2px;
}

#wallets_list .author-infor span {
    font-size: 12px;
    color: #9ca3af;
}

/* TABLET */
@media (max-width: 992px) {

    #wallets_list .col-xl-3,
    #wallets_list .col-lg-4 {
        width: 33.33%;
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

/* MOBILE */
@media (max-width: 768px) {

    #wallets_list .col-xl-3,
    #wallets_list .col-lg-4,
    #wallets_list .col-md-6,
    #wallets_list .col-sm-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    #wallets_list .sc-author-box {
        flex-direction: column;
        text-align: center;
        padding: 12px 8px !important;
    }

    #wallets_list .author-avatar img {
        width: 30px;
        height: 30px;
    }

    #wallets_list .author-infor h5 {
        font-size: 12px;
    }

    #wallets_list .author-infor span {
        font-size: 10px;
    }
}

/* ===== SOFT GLOW BACKGROUND ===== */
#wallets_list {
    position: relative;
    overflow: hidden;
}

#wallets_list::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle at center, rgba(81, 66, 252, 0.15), transparent 70%);
    top: -200px;
    left: -200px;
    z-index: 0;
}

#wallets_list::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at center, rgba(0, 200, 255, 0.12), transparent 70%);
    bottom: -200px;
    right: -200px;
    z-index: 0;
}

/* Keep content above glow */
#wallets_list .themesflat-container {
    position: relative;
    z-index: 1;
}

/* ===== WALLET CARD GLOW EFFECT ===== */
#wallets_list .sc-author-box:hover {
    box-shadow: 0 0 0 1px rgba(81, 66, 252, 0.4),
        0 8px 25px rgba(81, 66, 252, 0.25),
        0 0 35px rgba(0, 200, 255, 0.15);
}

/* ===== ICON GLOW BADGE ===== */
#wallets_list .author-avatar {
    background: linear-gradient(145deg, #1a1f2b, #121622);
    padding: 6px;
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.03);
}

/* ===== FIX SECTION HIDING UNDER STICKY HEADER ===== */
#wallets_list {
    padding-top: 120px;
    /* pushes content below header */
}

/* On smaller screens header is usually taller */
@media (max-width: 768px) {
    #wallets_list {
        padding-top: 140px;
    }
}

/* ===== Security Popup ===== */
.sec-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sec-box {
    background: linear-gradient(145deg, #111827, #0b1220);
    border-radius: 16px;
    padding: 30px 25px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    position: relative;
    animation: secFade .35s ease;
}

.sec-icon {
    font-size: 42px;
    margin-bottom: 10px;
}

.sec-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.sec-box p {
    font-size: 14px;
    opacity: .8;
    margin-bottom: 20px;
    line-height: 1.6;
}

.sec-btn {
    background: #2563ff;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
}

.sec-btn:hover {
    background: #1d4ed8;
}

.sec-close {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    opacity: .6;
}

.sec-close:hover {
    opacity: 1;
}

@keyframes secFade {
    from {
        transform: translateY(15px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Mobile */
@media(max-width:480px) {
    .sec-box {
        padding: 25px 18px;
    }
}

.sec-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
}

.sec-btn {
    background: #2563ff;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Wallet Logo Container */
.sc-author-box .author-avatar {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    border-radius: 16px;
    padding: 10px;
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.04);
}

/* Wallet Logos */
.sc-author-box .author-avatar img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

.sc-author-box:hover .author-avatar {
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.4),
        0 6px 18px rgba(37, 99, 255, 0.25);
    transform: translateY(-2px);
    transition: all .3s ease;
}

.sc-author-box .author-avatar img {
    display: block;
    margin: auto;
}

/* REMOVE all small blue overlay icons on wallet logos */
.wallet-badge,
.wallet-icon-badge,
.badge,
.icon-badge,
.wallet-card .badge,
.wallet-card .wallet-badge,
.wallet-card .wallet-icon-badge {
    display: none !important;
}

/* ===== SECURITY TICKER ===== */
.security-ticker {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #0d1117, #111827);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    position: relative;
}

.security-track {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
    animation: scrollTicker 25s linear infinite;
}

.security-track span {
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.security-track i {
    color: #22c55e;
    /* green security vibe */
    font-size: 14px;
}

.security-track .sep {
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
}

/* Smooth infinite scroll */
@keyframes scrollTicker {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Pause on hover (feels premium) */
.security-ticker:hover .security-track {
    animation-play-state: paused;
}

/* Mobile tweaks */
@media (max-width: 600px) {
    .security-track span {
        font-size: 12px;
    }
}

.wallet-modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}

.wallet-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    background: none;
    border: none;
    opacity: 0.6;
}

.wallet-close:hover {
    opacity: 1;
}

.wallet-main-icon {
    width: 60px;
    height: 60px;
}

.wallet-btn {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.wallet-btn img {
    width: 28px;
    height: 28px;
}

.wallet-btn:hover {
    border-color: #4f46e5;
    background: #f9fafb;
    transform: translateY(-2px);
}

.wallet-status {
    color: #6b7280;
}

.wallet-error {
    background: #fee2e2;
    color: #b91c1c;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
}

.wallet-security {
    font-size: 13px;
    color: #6b7280;
}

/* ============================= */
/* 📱 MOBILE RESPONSIVE STYLES  */
/* ============================= */

@media (max-width: 768px) {

    /* General Layout */
    .themesflat-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Hero Sections */
    .hero {
        padding: 100px 15px 50px !important;
    }

    /* Grid Sections (Trust / Docs / Support boxes) */
    .trust-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .trust-box {
        width: 100% !important;
        padding: 25px !important;
    }

    /* Stats Section */
    .stats-section {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .stat h2 {
        font-size: 28px;
    }

    /* Forms (Support Page) */
    .support-form input,
    .support-form select,
    .support-form textarea {
        width: 100%;
        padding: 14px;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .support-form button {
        width: 100%;
        padding: 14px;
        font-size: 16px;
    }

    /* Footer */
    .footer-container {
        text-align: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

}

/* ================= MOBILE FIXES ================= */
@media screen and (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    /* Containers */
    .themesflat-container,
    .fs-container,
    .md-container,
    .wt-container {
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* HERO SECTION */
    .wrap-heading h1 {
        font-size: 26px !important;
        line-height: 1.3;
    }

    .wrap-heading h2 {
        font-size: 20px !important;
    }

    .sub-heading {
        font-size: 14px !important;
    }

    /* GRID SECTIONS STACK */
    .wt-grid,
    .fs-grid,
    .md-grid,
    .security-grid,
    .stats-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
    }

    /* CARDS FULL WIDTH */
    .wt-card,
    .fs-card,
    .md-card,
    .security-card,
    .stat-box {
        width: 100% !important;
    }

    /* MARKET DASHBOARD SPANS RESET */
    .md-card.span-2 {
        grid-column: span 1 !important;
    }

    /* HEADER FIX */
    #site-header-inner {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px;
    }

    /* BUTTON FIX */
    .sc-btn-top a {
        width: 100%;
        text-align: center;
    }

    /* FOOTER STACK */
    .footer-links {
        flex-direction: column !important;
        gap: 10px;
        text-align: center;
    }

}

/* Prevent horizontal shifting */
body {
    overflow-x: hidden;
}

@media (max-width: 768px) {

    .wallet-services,
    .wt-container,
    .wt-grid {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box;
    }

    .wt-card {
        width: 100% !important;
    }

}

/* Fix Wallet Services alignment on mobile */
@media (max-width: 768px) {

    .wallet-services,
    .wt-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box;
    }

    .wt-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        /* THIS centers the cards */
        gap: 20px;
    }

    .wt-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

}

html,
body {
    overflow-x: hidden;
}

/* ===== FIX WALLET SERVICES MOBILE ALIGNMENT ===== */
@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
    }

    .wallet-services,
    .wt-container,
    .themesflat-container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box;
    }

    .wt-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 20px;
    }

    .wt-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

}

.verify-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.verify-box {
    background: #0f172a;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    width: 90%;
    max-width: 400px;
}

.countdown {
    font-size: 32px;
    font-weight: bold;
    margin-top: 15px;
    color: #4f46e5;
}

/* Back To Top Button */
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    background: #5142fc;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top:hover {
    transform: translateY(-3px);
    background: #3c32c9;
}

/* ===== Search Bar Fix ===== */
.search-box,
.search-field {
    position: relative;
}

.search-field input {
    width: 100%;
    padding: 12px 45px 12px 18px;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 14px;
}

.search-submit {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-submit svg {
    width: 18px;
    height: 18px;
    color: #666;
    transition: color 0.2s ease;
}

.search-submit:hover svg {
    color: #5142fc;
    /* your theme color */
}

/* ===== ERROR PAGE ===== */
.error-section {
    min-height: 100vh;
    /* full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: radial-gradient(circle at center, #0f172a 0%, #0b1220 60%, #070d18 100%);
}


.error-box {
    max-width: 520px;
    width: 100%;
    background: linear-gradient(145deg, #0f172a, #111827);
    padding: 40px 30px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.5),
        0 0 25px rgba(59, 130, 246, 0.15);
    /* blue glow */
    position: relative;
}

.error-icon {
    font-size: 42px;
    color: #f59e0b;
    margin-bottom: 15px;
}

.error-box h1 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 15px;
}

.error-message {
    color: #f87171;
    font-size: 14px;
    margin-bottom: 10px;
}

.error-help {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.error-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-retry,
.btn-home {
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-retry {
    background: #f59e0b;
    color: #111;
}

.btn-retry:hover {
    background: #fbbf24;
}

.btn-home {
    background: #2563eb;
    color: #fff;
}

.btn-home:hover {
    background: #3b82f6;
}

.error-icon {
    font-size: 44px;
    color: #f59e0b;
    margin-bottom: 15px;
    animation: pulseGlow 2s infinite ease-in-out;
}

/* Glow pulse animation */
@keyframes pulseGlow {
    0% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(245, 158, 11, 0.4);
    }

    50% {
        transform: scale(1.1);
        text-shadow: 0 0 20px rgba(245, 158, 11, 0.9);
    }

    100% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(245, 158, 11, 0.4);
    }
}

.btn-retry:hover {
    background: #fbbf24;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.7);
}

.btn-home:hover {
    background: #3b82f6;
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.7);
}

/* Wallet tip box */
.wallet-tip {
    margin: 15px 0 20px;
    padding: 10px 14px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 6px;
    color: #93c5fd;
    font-size: 13px;
}

/* Copy button */
.copy-error {
    margin-top: 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #cbd5e1;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}

.copy-error:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* === Left Slide RPC Alert === */
.rpc-alert {
    position: fixed;
    top: 30px;
    left: -420px;
    /* hidden off screen */
    width: 360px;
    background: linear-gradient(135deg, #0f172a, #111827);
    color: #e5e7eb;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 4px solid #f59e0b;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
    z-index: 9999;
    transition: left 0.5s ease;
    font-size: 13px;
    line-height: 1.6;
}

.rpc-alert.show {
    left: 20px;
    /* slides into view */
}

.rpc-alert-header {
    padding: 12px 14px;
    font-weight: 600;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rpc-alert-body {
    padding: 14px;
    color: #cbd5e1;
}

.rpc-close {
    cursor: pointer;
    font-size: 16px;
    color: #f87171;
}