/**
  * Name: Open9 | NFT Marketplace HTML Template
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "../icon/icon.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animation.css";
@import "animate.min.css";
@import "swiper-bundle.min.css"; 
@import "bootstrap.css";

:root {
    --white-color: #FFFFFF;
    --text-color: #1f1f2c;
    --gray-bg: #23232359;
    --dark-bg: #000000;
    --golden-color: #e8ad49;
    --dark-golden: #955925;
    --gradient-color: linear-gradient(150.56deg, #e8ad49 5.32%, #955925 94.32%);
    --background-color: rgba(255, 255, 255, 0.05);
}

/* 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: #000000;
    line-height: 1;
    padding: 0 !important;
   top: 0 !important;
}

body.background-white {
    background-color: #fff;
}

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: 'Manrope', sans-serif;
    color: #fff;
    -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: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.53);
}

.all-h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 800;
}

.all-h4 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 10px;
}

.f-weight-400 {
    color: var(--golden-color);
    font-weight: 400;
}

.gray-bg {
    background: #23232359;
}

.dark-bg {
    background: #000000;
}

.discover-item {
    padding: 70px 0px 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.discover-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/banner/banner2.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(30px);
    z-index: -1;
    opacity: 0.5;
}

/* .discover-item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(0.41deg, #161616 19.48%, #000000 -13.62%, rgb(1 3 20) 267.11% 267.11%);
    height: 53%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(30px);
    z-index: -1;
      opacity: 0.5;  
} */

.counter .heading-section {
    display: block;
}

.sec-title {
    position: relative;
    display: inline-block;
    font-size: 11px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 25px 3px 25px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: var(--golden-color);
    background: #d99e421f;
    border-radius: 100px;
    border: 1px solid var(--golden-color);
}

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

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

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

.btn-link:focus,
.btn-link:hover,
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;
}

svg,
svg path {
    -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;
}

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

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

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

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;
}

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.53), rgba(255, 255, 255, 0.53));
    /* 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: 20px;
    height: 20px;
    margin-right: 10px;
    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
}

textarea.style-1,
input.style-1 {
    background-color: #232323 !important;
}

.search.search-submit {
    position: absolute;
    right: 18px;
    top: 1px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

/* Contact Form 7 */
fieldset {
    margin-bottom: 30px;
    width: 100%;
}

form label {
    color: #FFF;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 16px;
}

.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: 'icomoon';
    content: '\e914';
    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 {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    font-weight: 700;
    box-shadow: none;
    line-height: 20px;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    background: transparent;
    color: #fff;
}

select option {
    padding: 15px 26px;
    line-height: 24px;
    color: #1F1F2C;
    background-color: #ffffff;
}

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: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    background: #161616;
    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: none;
    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: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Azeret Mono';
    color: rgba(255, 255, 255, 0.53);
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    background-color: rgba(221, 242, 71, 1);
    color: rgba(22, 22, 22, 1);
    border-radius: 14px;
    padding: 10px;
    height: 50px;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

button.style-1,
input.style-1[type="button"],
input.style-1[type="reset"],
input.style-1[type="submit"] {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: rgba(221, 242, 71, 1);
    background-color: rgba(22, 22, 22, 1);
    border-radius: 14px;
    padding: 10px;
    height: 50px;
    border: none;
    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: none;
    background-color: rgba(22, 22, 22, 1);
    color: rgba(221, 242, 71, 1);
}

button.style-1:hover,
input.style-1[type="button"]:hover,
input.style-1[type="reset"]:hover,
input.style-1[type="submit"]:hover,
button.style-1:focus,
input.style-1[type="button"]:focus,
input.style-1[type="reset"]:focus,
input.style-1[type="submit"]:focus {
    outline: 0;
    border: none;
    color: rgba(22, 22, 22, 1);
    background-color: rgba(221, 242, 71, 1);
}

.btn-submit button[type="submit"]:hover {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

.btn-submit button.active {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

textarea {
    height: 180px;
}

input.style-2 {
    padding: 14px 26px;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* 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: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

/* 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: #ff0000;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.position-unset {
    position: unset;
}

.flex {
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

.flex-grow {
    flex-grow: 1;
}

.gap30 {
    gap: 30px;
}

.gap4 {
    gap: 4px;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-end {
    text-align: end;
}

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

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.pl-2-5 {
    padding-left: 2.5px;
}

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

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

.pt-40 {
    /* padding-top: 22px; */
}

.pb-16 {
    padding-bottom: 16px;
}

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

.pb-30 {
    padding-bottom: 30px;
}

.pb-38 {
    padding-bottom: 38px;
}

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

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

.pb-80 {
    padding-bottom: 80px;
}

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

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

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

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

.mr-30 {
    margin-right: 30px;
}

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

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

.mb-20 {
    margin-bottom: 20px !important;
}

.mr-20 {
    margin-right: 20px;
}

.mt-18 {
    margin-top: 18px !important;
}

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

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

.mr-16 {
    margin-right: 16px;
}

.mr-10 {
    margin-right: 10px;
}

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

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

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

.tf-color {
    color: #DDF247 !important;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.mw-667 {
    max-width: 667px !important;
}

.w242 {
    width: 242.5px;
}

.rotateZ90 {
    transform: rotateZ(90deg);
}

.fl-item-1,
.fl-item {
    display: none;
}

.opacity-01 {
    opacity: 0.1;
}

.no-bg {
    background: none !important;
}

.capitalize {
    text-transform: capitalize;
}

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

/* link style
-------------------------------------------------------------- */
a {
    text-decoration: none;
    color: #fff;
    -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;
}

a:hover,
a:focus {
    color: var(--white-color);
    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;
}

/* Header
-------------------------------------------------------------- */
.header_1 {
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 5px 0px;
    border: none;
    padding-right: 0 !important;
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 5px 0px #58585887;
    /* background: #00000000; */
}

#logo_header {
    width: 100px;
    border-radius: 100px;
    border: 1px solid #58585887;
}

#site-logo {
    /* height: 57px; */
}

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

.flat-wallet {
    display: flex;
    align-items: center;
}

.canvas {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.canvas span,
.canvas::before,
.canvas::after {
    position: absolute;
    content: "";
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    right: 2.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.canvas span {
    width: 25px;
    top: 50%;
}

.canvas::after {
    width: 13px;
    top: 75%;
}

.canvas::before {
    width: 19px;
    top: 25%;
}

.canvas.style-1 span,
.canvas.style-1::before {
    background-color: rgba(22, 22, 22, 1);
}

.canvas.style-1::after {
    background-color: rgba(221, 242, 71, 1);
}

.header-search.style-1 .show-search {
    color: #000;
}

.header-search>a.active .icon-search::before {
    content: url(../images/close.svg);
}

.header-search .show-search {
    font-size: 20px;
    line-height: 44px;
}

.header-search .top-search {
    position: absolute;
    top: 50px;
    right: 0;
    min-width: 240px;
    display: none;
    -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;
}

.header-search .top-search.active {
    display: block;
}

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

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

#main-nav>ul>li {
    float: left;
    padding: 0px 15px;
    cursor: pointer;
}

#main-nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#main-nav>ul>li.menu-item-has-children>a {
    padding-right: 18px;
}

#main-nav>.menu>li.menu-item-has-children>a::after {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 300;
    opacity: 0.3;
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -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;
}

#main-nav>ul>li:hover>a,
#main-nav>.menu>li:hover>a::after,
#main-nav>.menu>li.current-menu-item>a::after {
    color: var(--golden-color);
    opacity: 1;
}

#main-nav>ul>li.current-menu-item>a {
    color: var(--golden-color);
    /* font-weight: 800; */
}

/* sub-menu */
#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    padding: 15px 0;
    background-color: #000000;
    border-radius: 7px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -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 li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 12px 36px;
    font-weight: 500;
}

#main-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -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: #DDF247;
}

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

#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 .nav-sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -40% !important;
    left: 100%;
    background-color: #000000;
    z-index: 20;
    transition: ease-out 0.3s;
    min-width: 240px;
    border: 1px solid #161616;
    border-radius: 8px;
    text-align: start;
    padding: 15px 0;
}

#main-nav .sub-menu li:hover .nav-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all;
}

#main-nav .sub-menu li.has-item a {
    position: relative;
}

#main-nav .sub-menu li.has-item>a::before {
    position: absolute;
    content: '\e912';
    font-family: 'icomoon';
    right: 36px;
}

/* style-white */
.header_1.style-white {
    background: #fff;
}

.header_1.style-white .tf-button {
    background-color: #DEE8E8;
}

.header_1.style-white .tf-button:hover {
    background-color: #DDF247;
}

.header_1.style-white #main-nav>ul>li>a {
    color: #161616;
}

.header_1.style-white #main-nav>.menu>li.current-menu-item>a::after,
.header_1.style-white #main-nav>.menu>li:hover>a::after,
.header_1.style-white #main-nav>ul>li:hover>a {
    color: #161616;
}

.header_1.style-white.is-fixed {
    background-color: #fff;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
}

/* header-full */
.header_1.header-full {
    height: 98px !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.08);
}

.header_1.header-full .container-fluid {
    padding: 20px 33px 21px 50px;
}

.header_1.header-full #main-nav {
    left: 19.2%;
}

.header_1.header-full .widget-search input {
    width: 580px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search input::placeholder {
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search button {
    height: 44px;
    font-size: 18px;
    padding: 10px 0;
}

.header_1.header-full #wallet-header a {
    background: #DEE8E8;
}

.header_1.header-full #wallet-header a:hover {
    background: #DDF247;
}

/* Mobile Menu Button */
.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    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;
}

.header_1.style-white .mobile-button::before,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button span {
    background-color: #161616;
}

.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);
}

/* footer */
#footer {
    position: relative;
    padding: 50px 0 0px;
    background: #232323;
    overflow: hidden;
    z-index: 1;
}

/* #footer::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/banner/banner2.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(20px);
    z-index: -1;
    opacity: 0.5;
} */
#footer .widget {
    margin-right: 55px;
}

#footer .title-widget {
    line-height: 25px;
    margin-bottom: 25px;
}

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

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

.widget-menu ul li a {
    font-size: 14px;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 15px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: var(--golden-color);
    background: #d99e421f;
    border-radius: 100px;
    border: 1px dashed var(--golden-color);
}

.widget-menu ul li a:hover {
    color: var(--white-color);
    border: 1px dashed var(--white-color);
    background: #00000000;
}

.background-white .widget-menu ul li a:after {
    background: rgba(22, 22, 22, 1);
}

/* .widget-menu ul li a::after {
    content           : '';
    width             : 0;
    height            : 1px;
    position          : absolute;
    background        : #DDF247;
    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-social */
.widget-social ul li {
    margin-right: 5px;
}

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

.widget-social ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background: var(--gradient-color);
}

.widget-social a:hover {
    color: #fff;
}

.widget-social .icon-facebook:hover {
    background-color: rgba(24, 119, 242, 1) !important;
}

.widget-social .icon-twitter:hover {
    background-color: rgb(29, 155, 240) !important;
}

.widget-social .icon-vt:hover {
    background-color: #5865f2 !important;
}

.widget-social .icon-tiktok:hover {
    background-color: black !important;
}

.widget-social .icon-youtube:hover {
    background-color: #c00 !important;
}

.widget-social .icon-linkedin2:hover {
    background-color: #0a66c2 !important;
}

.widget-social .icon-instagram:hover {
    background-color: #C13584 !important;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: CENTER;
    color: rgba(255, 255, 255, 0.53);
}
#footer::before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   background: url(../images/banner/banner2.jpg);
   height: 100%;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   filter: blur(30px);
   z-index: -1;
   opacity: 0.5;
}
#footer::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 55px;
    width: 100%;
    height: 2px;
    background: rgb(255 255 255 / 8%);
}

.footer-bottom p {
    color: #fff;
    font-size: 16px;
}

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

.footer-bottom ul li a {
    color: #fff;
    font-size: 16px;
}

.footer-bottom ul li a:hover {
    color: var(--golden-color);
}

/* style-1 */
.footer-bottom.style-1 {
    margin-top: 0;
}

.footer-bottom.style-1 .widget-social ul li {
    margin-left: 0;
}

.footer-bottom.style-1 .widget-social ul li a {
    color: #fff;
}

/* bg-white */
#footer.bg-white {
    background-color: #fff;
}

#footer.bg-white .widget {
    margin-right: 80px;
}

#footer.bg-white .icon-vt:before,
#footer.bg-white .widget-menu ul li a,
#footer.bg-white .title-widget {
    color: rgba(22, 22, 22, 1);
}

#footer.bg-white .widget-social ul li a {
    color: rgba(22, 22, 22, 1);
    background-color: rgba(22, 22, 22, 0.05);
}

#footer.bg-white a.icon-vt:hover:before,
#footer.bg-white .widget-social ul li a:hover {
    color: #fff !important;
}

#footer.bg-white .footer-bottom {
    border-color: rgba(22, 22, 22, 0.08);
}

#footer.bg-white .footer-bottom ul li a,
#footer.bg-white .footer-bottom p {
    color: #161616;
    font-size: 12px;
    line-height: 19px;
}

/* heading-section */
.heading-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.heading-section .tf-title {
    /* font-size: 32px; */
    /* font-weight: 800; */
    /* line-height: 44px; */
    text-transform: capitalize;
    /* z-index: 10; */
}

.heading-section a {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    -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;
    position: relative;
}

.heading-section a i {
    padding: 4px;
    margin-left: 3px;
    font-size: 10px;
    border-radius: 20px;
    border-color: transparent;
    background: none;
}

.heading-section a::after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    right: 0;
    content: '';
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    -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;
}

.heading-section a:hover::after {
    width: 107%;
}

.background-white .heading-section a,
.background-white .heading-section .tf-title {
    color: #161616;
}

.background-white .heading-section a::after {
    background-color: rgba(22, 22, 22, 0.10);
}

/* section-menu-left */
.section-menu-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #232323;
    width: 281px;
    padding: 40px 0px;
    z-index: 30;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.section-menu-left>.wrap-bottom {
    position: fixed;
    bottom: 49px;
    width: 281px;
    padding: 0 30px;
}

.section-menu-left .list-menu,
.section-menu-left .box-logo {
    padding: 0 30px;
}

.section-menu-left .connect {
    padding: 26px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .connect a {
    width: 100%;
}

.tf-button.style-1.type-1 {
    background-color: rgba(255, 255, 255, 0.05);
    color: #DEE8E8;
}

.tf-button.style-1.type-1:hover {
    background-color: #DDF247;
    color: #161616;
}

.section-menu-left .list-menu>ul>li {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.section-menu-left .list-menu>ul>li:last-child {
    margin-bottom: 0;
}

.section-menu-left .list-menu>ul>li>a {
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 13px 10px 11px 44px;
    border-radius: 12px;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

.section-menu-left .list-menu>ul>li>a i {
    font-size: 18px;
    padding: 2px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.section-menu-left .list-menu>ul>li>a i::before {
    color: rgba(255, 255, 255, 0.4);
    -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;

}

.section-menu-left .list-menu>ul>li.active>a i::before,
.section-menu-left .list-menu>ul>li>a:hover i::before {
    color: rgba(22, 22, 22, 1);
}

.section-menu-left .list-menu li.active>a,
.section-menu-left .list-menu>ul>li>a:hover {
    box-shadow: 0px 4px 20px 0px rgba(221, 242, 71, 0.30);
    color: #161616;
    background: #DDF247;
}

.section-menu-left .list-menu>ul>li.has-item>a::before {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 22px;
    -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;
}

.section-menu-left .list-menu>ul>li.has-item.active>a::before {
    transform: rotate(180deg);
}

.section-menu-left .list-menu>ul>li.language img {
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #D0D0D1;
    background-color: #161616;
}

.section-menu-left .list-menu ul.sub-item {
    display: none;
    margin-top: 19px;
    margin-bottom: 17px;
    padding-left: 22px;
    margin-left: 21px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .list-menu li ul.sub-item.active {
    display: block;
}

.section-menu-left .list-menu ul.sub-item li {
    margin-bottom: 28px;
    padding-left: 16px;
    position: relative;
}

.section-menu-left .list-menu ul.sub-item li:last-child {
    margin-bottom: 0px;
}

.section-menu-left .list-menu ul.sub-item li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9DADC;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.section-menu-left .list-menu ul.sub-item li a {
    color: rgba(255, 255, 255, 0.4);
}

.section-menu-left .list-menu ul.sub-item li:hover::before {
    background-color: #DDF247;
}

.section-menu-left .list-menu ul.sub-item li:hover a {
    color: #DDF247;
}

.section-menu-left .language ul.sub-item {
    position: absolute;
    background-color: #161616;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding-left: 0px;
    border-radius: 10px;
}

.section-menu-left .language ul.sub-item li {
    padding: 12px 8px 10px 43px;
    margin-bottom: 0;
    cursor: pointer;
}

.section-menu-left .language ul.sub-item li::before {
    display: none;
}

.section-menu-left .menu-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: fixed;
    bottom: 39px;
    width: 281px;
}

.section-menu-left .bottom p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
    font-family: 'Azeret Mono';
    font-weight: 400;
    line-height: 19px;
    padding: 0 30px;
}

.section-menu-left .create {
    padding: 26px 30.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .create a.tf-button {
    width: 100%;
    background-color: #DEE8E8;
    color: #161616;
    cursor: pointer;
}

.section-menu-left .create a.tf-button.active {
    color: #161616;
    background-color: #DDF247;
}

.section-menu-left .content h6 {
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 9px;
}

.section-menu-left ul.menu-tab li {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
    padding: 12px 30px 12px 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -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;
}

.section-menu-left ul.menu-tab li::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 6px;
    height: 24px;
    content: "";
    top: 50%;
    left: 0;
    background-color: #DDF247;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    -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;
}

.section-menu-left ul.menu-tab li.active:before,
.section-menu-left ul.menu-tab li:hover:before {
    opacity: 1;
    visibility: visible;
}

.section-menu-left ul.menu-tab li.active,
.section-menu-left ul.menu-tab li:hover {
    color: #DDF247;
}

.section-menu-left ul.menu-tab li svg {
    -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;
    position: absolute;
    left: 30px;
}

.section-menu-left ul.menu-tab li.active svg:first-child,
.section-menu-left ul.menu-tab li svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:first-child {
    opacity: 0;
    visibility: hidden;
}

.section-menu-left ul.menu-tab li.active svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:last-child {
    opacity: 1;
    visibility: visible;
}

/* canvas */
.canvas-nav-wrap .overlay-canvas-nav {
    cursor: url(../images/close.svg), auto;
    content: '';
    position: fixed;
    right: 0%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    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;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
    opacity: 1;
    visibility: visible;
}

.canvas-nav-wrap.active .overlay-canvas-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.canvas-nav-wrap .inner-canvas-nav {
    width: 340px;
    height: 100%;
    top: 0;
    right: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -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;
}

.canvas-nav-wrap .inner-canvas-nav::-webkit-scrollbar {
    width: 0px;
}

.canvas-nav-wrap.active .inner-canvas-nav {
    right: 0;
}

.inner-canvas-nav .side-bar {
    padding: 30px;
    position: relative;
}

.inner-canvas-nav .side-bar .canvas-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* mobile header */
/* ------------------------------------ */
.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg), auto;
    content: '';
    position: fixed;
    left: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    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;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: max-content;
    top: 0;
    height: 100vh;
    left: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -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;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
    transition-delay: 0.3s;
}

.inner-mobile-nav {
    padding: 30px 25px;
    position: relative;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* menu-mobile-menu */
#menu-mobile-menu {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
}

#menu-mobile-menu li.current-menu-item>a,
#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a {
    color: var(--golden-color);
}

#menu-mobile-menu li.menu-item-has-children-mobile>a::after {
    content: '\e914';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -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;
}

#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding-left: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}


/*Header fixed
-------------------------------- */
.header_1.is-fixed {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    /* box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05); */
    z-index: 9999;
    /* background: #161616; */
    border: none;
    opacity: 1;
    -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.is-small {
    top: 0;
    box-shadow: 1px 1px 5px 0px rgb(88 88 88 / 53%);
    background: #0000004d;
    backdrop-filter: blur(10px);
    padding: 5px 0px;
}

.header_1.is-fixed.is-small .themesflat-container {
    /* padding: 10px 0px; */
}

.wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* preload */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.preload-container .bar {
    width: 10px;
    height: 70px;
    background: transparent;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    animation: loader 1.2s linear infinite;
}

.preload-container .bar1 {
    animation-delay: 0.1s;
}

.preload-container .bar2 {
    animation-delay: 0.2s;
}

.preload-container .bar3 {
    animation-delay: 0.3s;
}

.preload-container .bar4 {
    animation-delay: 0.4s;
}

.preload-container .bar5 {
    animation-delay: 0.5s;
}

.preload-container .bar6 {
    animation-delay: 0.6s;
}

.preload-container .bar7 {
    animation-delay: 0.7s;
}

.preload-container .bar8 {
    animation-delay: 0.8s;
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #000;
}

.progress-wrap::after {
    position: absolute;
    content: '\e911';
    font-family: 'icomoon';
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 900;
    color: var(--golden-color);
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: var(--golden-color);
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}


/* cursor
------------------------------------------------------ */
/* .tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #DDF247;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #DDF247;
    opacity: .3
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #DDF247;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: .5;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out
}

.tf-mouse-outer.mouse-hover {
    opacity: 0
}

body.background-white .tf-mouse-inner {
    background-color: rgba(22, 22, 22, 1);
}

body.background-white .tf-mouse-outer {
    border-color: rgba(22, 22, 22, 1);
} */

.flat-pages-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/banner/banner2.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* rotate: -180deg; */
    filter: blur(30px);
    z-index: -1;
}

.flat-pages-title::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #00000014;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* rotate: -180deg; */
    /* filter: blur(30px); */
    z-index: -1;
}

.flat-pages-title .flat-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-bg-gradient {
    position: absolute;
    left: 50%;
    z-index: -1;
    background: linear-gradient(0.41deg, #d79c42 19.48%, #000000 -13.62%, rgb(1 3 20) 267.11% 267.11%);
    filter: blur(225px);
    -webkit-filter: blur(225px);
    opacity: 0.4;
    top: -1292px;
    width: 1873px;
    height: 2191px;
    transform: translate(-50%, 0);
    border-radius: 0 0 50% 50%;
}

.cta-2-shape2 {
    position: fixed;
    background: #d79c42;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    right: -100px;
    bottom: 25%;
    z-index: 999;
    filter: blur(70px);
    opacity: 0.5;
    Z-INDEX: -1;
}

.cta-2-shape3 {
    position: fixed;
    background: #d79c42;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: -100px;
    bottom: 5%;
    z-index: 999;
    opacity: 0.7;
    filter: blur(70px);
    Z-INDEX: -1;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

#logo_footer {
    width: 170px;
    border-radius: 100px;
    border: 1px solid #58585887;
}

.widget-social .flex {
    display: flex;
    gap: 0px;
    justify-content: end;
}

.footer-menu {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

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



/* fdsljkbjsdaggsan */


.author_list.d-col-3:not(.alt-1) {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 60px;
}

.author_list.d-col-3 li:before {
    font-weight: bold;
}

.author_list.alt-1 {
    margin: 0;
    padding: 0;
}

.author_list.alt-1 li {
    list-style: none;
    counter-increment: step-counter;
    margin-bottom: 30px;
    padding-left: 40px;
}

.author_list.alt-1 li:before {
    font-family: var(--title-font);
    font-weight: bold;
    position: absolute;
    content: counter(step-counter);
    font-size: 40px;
    border-radius: 11px;
    left: 0;
    padding: 13px 0;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    width: 52px;
    height: 52px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.author_list.alt-2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.author_list.alt-2 li {
    font-size: 15px;
    list-style: none;
    counter-increment: step-counter;
    margin-bottom: 60px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.rtl .author_list.alt-2 li {
    padding-left: 0;
    padding-right: 40px;
}

.author_list.alt-2 li:before {
    color: #fff;
    font-weight: bold;
    position: absolute;
    content: counter(step-counter);
    font-size: 14px;
    border-radius: 11px;
    left: 0px;
    top: 10px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #272727;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #292929;
}

.dark-scheme .author_list.alt-2 li:before {
    color: #ffffff;
}

.rtl .author_list.alt-2 li:before {
    right: 0;
    left: auto;
}

.rtl .author_list.alt-1 li {
    padding-left: 0;
    padding-right: 50px;
}

.rtl .author_list.alt-1 li:before {
    left: auto;
    right: 0;
}

.author_list li {
    position: relative;
    margin-bottom: 30px;
}

.author_list_pp {
    margin-top: 2px;
    position: absolute;
    display: inline-block;
    width: 70px;
    height: auto;
    margin-left: -5px;
    z-index: 10;
}

.author_list_pp img {
    width: 100%;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    position: relative;
    z-index: 1;
    background: var(--gradient-color);
}

.author_list_pp a:hover img {
    padding: 4px;
}

.author_list_pp i {
    color: #ffffff;
    font-size: 10px;
    padding: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    z-index: 2;
}

.de-pp-group a {
    position: absolute;
}

.de-pp-group a:nth-child(2) {
    left: 30px;
    width: 50px;
}

.de-pp-group a:nth-child(3) {
    left: 60px;
    width: 50px;
}

.de-pp-group a:hover {
    z-index: 10;
}

.author_list.alt-2 .author_list_info {
    padding-left: 90px;
}

.author_list_info {
    font-weight: bold;
    padding-left: 70px;
}

.rtl .author_list_info {
    padding-left: 0;
    padding-right: 70px;
}

.author_list_info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 10px;
    color: #ffffffbd;
}

.author_list_info a {
    color: var(--golden-color);
}

.author_list_info_e {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 12px;
    line-height: 1.8em;
}

.rtl .author_list_info_e {
    text-align: left;
    right: auto;
    left: 0;
}

.author_list_info_e span {
    font-size: 14px;
    display: block;
    font-weight: bold;
    color: var(--white-color);
}


.dark-scheme .author_list_info_e span {
    color: #ffffff;
}


.coll_list_pp {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: auto;
    margin-left: 10px;
    margin-top: -12px;
    z-index: 10;
    left: 0;
}

.rtl .coll_list_pp {
    left: auto;
    right: 0;
}


.coll_list_pp img {
    width: 100%;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    position: relative;
    z-index: 1;

}

.coll_list_pp i {
    color: #ffffff;
    font-size: 10px;
    padding: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    z-index: 2;
}

.action {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #111;
}

/* .action::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/banner/banner2.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(20px);
    z-index: -1;
    opacity: 0.5;
} */

#mobile-logo_header {
    width: 100px;
    border-radius: 1000px;
    margin-bottom: 20px;
    border: 1px solid #585858;
}

.seller {
    padding: 70px 0px 70px;
}

.about-us {
    padding: 70px 0px 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000000;
}

.af_innner {
    border-radius: 15px;
    padding: 50px 40px 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #252525;
    background: #000;
}

.af_innner::before {
    inset: 2px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/banner/banner2.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(30px);
    z-index: -1;
    /* opacity: 0.5; */
}

.af_innner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #000;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(10px);
    z-index: -1;
    opacity: 0.7;
}

.af_listing {
    padding: 20px 0 0 0;
}

.af_listing .row {
    align-items: flex-start;
}

.af_listing .listing_inner {
    display: grid;
    gap: 20px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
}

.af_listing .listing_inner .af_block {
    padding: 30px 25px;
    border-radius: 10px;
    border: 1px solid #292929;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.af_listing .listing_inner .af_block::before {
    z-index: -2;
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%), #e2a746, #e1a646, rgb(157 231 37 / 0%));
    border-radius: 25px;
    left: 0;
    top: 0;
    rotate: -45deg;
    width: 100%;
    /* animation: spin 8s linear infinite; */
    height: 100%;
}

.af_listing .listing_inner .af_block::after {
    inset: 2px;
    z-index: -1;
    content: "";
    position: absolute;
    background: rgb(0 0 0);
    border-radius: 10px;
}

.af_listing .listing_inner .af_block:hover {
    /* border-color: #6f6c6c; */
    transition: .4s all;
}

.af_listing .listing_inner .af_block .img {
    border-radius: 20px 20px 0 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    gap: 49px;
}

.af_listing .listing_inner .af_block .img img {
    width: 70px;
}


.af_listing .af_block h5 {
    background: transparent;
    width: 100%;
    text-align: justify;
    padding: 10px 10px 10px 15px;
    border: solid 1px rgb(123 119 119 / 40%);
    border-radius: 10px;
    margin-bottom: 0;
}

.af_listing .af_block p {
    margin-bottom: 20px;
}

.blure_shape.bs_1 {
    left: 0;
    bottom: 20px;
}

.blure_shape.bs_2 {
    right: -120px;
    top: 190px;
}

.blure_shape {
    background: #dfa445;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    filter: blur(120px);
    z-index: -1;
    position: absolute;
}

.section_title {
    padding: 0;
    position: relative;
    text-align: center;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.af_listing .af_block .process_num {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    margin: 0 auto;
    bottom: -1px;
    left: 0;
    right: 0;
    background: var(--gradient-color);
    border-radius: 100px 100px 0 0;
    padding: 12px;
    width: 55px;
}

.counter {
    /* background: #161616; */
    padding: 70px 0px 70px;
}

.box-icon-wrap .tf-box-icon .image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}


/* .why-choose-sec why-choose-sec why-choose-sec why-choose-sec  */
.why-choose-sec{
    padding: 70px 0px 70px;
    position: relative;
    z-index: 1;
    background: #23232359;
    overflow: hidden;
}
.why-choose-sec::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/banner/banner2.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(30px);
  z-index: -1;
  opacity: 0.5;
}
.wrap-accordion{
 padding: 70px 0px 70px;
 position: relative;
 z-index: 1;
 background: #23232359;
 overflow: hidden;
}
.wrap-accordion::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/banner/banner2.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(30px);
    z-index: -1;
    opacity: 0.5;
}
.all-ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px 0px 0px 0px;
    padding-left: 20px;
}
.all-ul li{
      font-weight: 400;
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 10px;
      list-style: circle;
      color: rgba(255, 255, 255, 0.53);
}
.Introduction-img img{
    border-radius: 20px;
}



/* Roadmap RoadmapRoadmap Roadmap Roadmap */
.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: '';
    height: 100%;
    width: 3px;
    border-left: 3px dashed #414141;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.main-timeline .timeline{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 15px 0;
    float: right;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before{
    content: '';
    background-color: #d59a40;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    top: 50%;
}
.main-timeline .timeline-content{
    background: #000000;
    padding: 20px 25px;
    border-radius: 15px; 
    display: grid;
    position: relative;
    grid-template-columns: 3fr 1fr;
    align-items: center;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    background: #d59a40;
    width: 25px;
    height: 25px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: -1;
}
.main-timeline .timeline-content:after{
    background: linear-gradient(to left, transparent, #d69b41);
    height: auto;
    width: auto;
    border-radius: 20px;
    transform: translateY(0);
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    z-index: -2;
}
.main-timeline .timeline-icon{padding: 15px;}
.main-timeline .all-h4{
    color: #fff; 
}
 .timeline .timeline-content2{ 
    display: grid !important;
    position: relative;
    grid-template-columns: 1fr 3fr !important; 
 }
 .timeline-content2 .time-2-content{
    padding-left: 180px;
 }
.main-timeline .timeline:nth-child(even){
    padding: 0px 0px 0px 0px;
    margin: 15px 0px;
    float: left;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: -10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{ transform: rotate(180deg); }
@media screen and (max-width:767px){
    .main-timeline:before{
        transform: translateX(-50%);
        left: 18px;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 15px 15px 15px 55px;
        margin: 0 0 30px;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        left: -7px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        left: -33px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:after{ transform: rotate(0); }
    .main-timeline .title{ font-size: 23px; }
}
.timeline-content .all-ul { 
    grid-template-columns:1fr;
    margin: 10px 0px 0px 0px; 
}
.timeline-content .all-ul li { 
    margin-bottom: 5px; 
}
strong{
 color: var(--golden-color); 
}
.toggle-content .all-ul { 
    margin: 10px 0px 0px 0px; 
}
.tf-box-icon{
    position: relative;
    text-align: center;
    margin-top: 35px;
}
.all-border {
    border: 2px dashed var(--golden-color);
    padding: 10px;
    border-radius: 15px;
}
.bg-color {
    color: #000;
    background: var(--golden-color);
    padding: 10px 10px;
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 800;
}


#google_translate_custom {
    border-radius: 8px;
    border: 1px solid #ffc827;
    padding: 0px 12px;
    margin-top: 2px;
    width: 120px;
    background: var(--gradient-color);
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom_translate {
    border: none !important;
    color: #fff !important;
    font-size: 13px !important;
}

select:focus-visible {
    border: none !important;
}

select:focus-visible {
    outline-offset: 0px !important;
}

#custom_translate option {
    font-size: 13px !important;
}

.translated-rtl body {
    top: 0 !important;
}

.truth-social li a:hover{
    color: #fff;
    background: #FFC827;
    border-color: #FFC827;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    z-index: 10000001;
    position: fixed;
    border: none;
    border-bottom: 1px solid #6B90DA;
    margin: 0;
    box-shadow: 0 0 8px 1px #999;
    display: none;
}
#current_lang_text{
    display: none !important;
}
.about-us-page{
    z-index: 1;
    position: relative;
}


/* royalty icome */

    .wrap{
      /* min-height:100vh; */
      /* display:flex; */
      /* align-items:center; */
      /* justify-content:center; */
      /* padding:28px; */
    }

    .card{
      background: var(--gradient-color);
      border-radius: 15px;
      padding: 3px;
    }

    /* LEFT SIDE */
    .left{
      background: #000;
      padding: 25px;
      border-radius: 16px;
    }
    .title-row{display:flex;align-items:center;gap: 14px;}
    .logo{
      width: 60px;
      height: 60px;
      border-radius:12px;
      background: var(--gradient-color);
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow: 0 6px 18px rgba(249,115,22,0.12);
    }
    .title{/* font-size:20px; *//* font-weight:700; */}
    .subtitle{font-size: 15px;color: rgba(255, 255, 255, 0.53);margin-top: 10px;}

    .visual{/* display:flex; *//* gap:18px; */margin-top: 25px;/* align-items: center; */margin-bottom: 20px;}

    /* COIN STACK */
    .coins{
      /* width: 200px; */
      /* height:120px; */
      /* position:relative; */
      /* display:flex; */
      /* align-items:flex-end; */
      /* justify-content:center; */
    }

    .coin{
      height:20px;
      border-radius:999px;
      margin-bottom:6px;
      box-shadow: 0 6px 14px rgba(15,23,42,0.12);
      animation: float 2s ease-in-out infinite;
    }

    .coin:nth-child(1){ width:88px; background: linear-gradient(180deg,#fcd34d,#f59e0b); animation-delay:0s; }
    .coin:nth-child(2){ width:76px; background: linear-gradient(180deg,#fbbf24,#f59e0b); animation-delay:0.15s; }
    .coin:nth-child(3){ width:64px; background: linear-gradient(180deg,#f59e0b,#d97706); animation-delay:0.30s; }
    .coin:nth-child(4){ width:52px; background: linear-gradient(180deg,#f97316,#c2410c); animation-delay:0.45s; }

    @keyframes float {
      0% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
      100% { transform: translateY(0); }
    }

    .coin-center{
      position:absolute;
      inset:0;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .per{text-align:center;}
    .label{ font-size:12px; color:#6b7280; }
    .value{ font-size:26px; font-weight:800; margin-top:4px; }
    .rate{ font-size:12px; font-weight:600; color:#16a34a; margin-top:4px; }
 
    /* BUTTONS */
    .cta-row{ margin-top:16px; display:flex; gap:10px; }
    .btn{
      padding:10px 14px;
      border-radius:10px;
      font-weight:700;
      cursor:pointer;
    }
    .btn-primary{ background:#4f46e5; color:white; }
    .btn-ghost{
      background:transparent;
      border:1px solid rgba(15,23,42,0.12);
      color:#6b7280;
    }

    /* RIGHT SIDE */
    .right{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }

    .top-stats{
      display:flex; justify-content:space-between;
    }
    .small{font-size: 15px;color: rgba(255, 255, 255, 0.53);margin-bottom: 15px;}
    .big{ font-size:26px; font-weight:800; }

    .breakdown ul{
      /* margin-top: 20px; */
      /* list-style:none; */
      /* display: grid; */
      /* grid-template-columns: 1fr; */
      /* gap: 15px; */
      /* margin-bottom: 15px; */
    }
    .breakdown li{
      /* background: #0e0904; */
      padding: 15px 0px;
      /* border-radius:10px; */
      display:flex;
      font-size: 25px;
      justify-content:space-between;
      /* border: 1px solid rgb(89 89 89); */
    }

    .progress-bar{
      background:#e5e7eb;
      height:12px;
      border-radius:999px;
      overflow:hidden;
    }
    .progress-fill{
      width:100%;
      height:100%;
      background: linear-gradient(90deg,#c7f9d6,#90ee90);
    }
.guaranteed{
    color: rgba(255, 255, 255, 0.53);
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
}
    .note{font-size: 14px;color: rgba(255, 255, 255, 0.53);margin-top: 12px;line-height: 22px;}

    @media (max-width:880px){
      .card{ grid-template-columns:1fr; }
      .coins{ width:96px; height:96px; }
      .value{ font-size:22px; }
    }
    .progress {
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    line-height: 1rem;
    text-align: center;
    background-color: #555555db;
    padding: 15px !important;
    font-size: 15px;
    align-items: center;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid rgb(89 89 89);
}