:root {
    --td-ff-body: "ClashGrotesk-Variable";
    --td-ff-fontawesome: "Font Awesome 6 Pro";
    --td-ff-icomoon: "icomoon";
    --td-white: hsl(0, 0%, 100%);
    --td-black: hsl(0, 0%, 0%);
    --td-placeholder: hsla(0, 0%, 0%, 0.5);
    --td-selection: hsl(0, 0%, 0%);
    --td-heading: #0e0e11;
    --td-primary: #6427da;
    --td-secondary: #a171ff;
    --td-tertiary: #f9bc15;
    --td-text-primary: #bdbdc0;
    --td-warning: #ffa336;
    --td-success: #85ffc4;
    --td-danger: #ff3e3e;
    --td-green: #80ed99;
    --td-retro-lime: #14bf8c;
    --td-fw-normal: normal;
    --td-fw-thin: 100;
    --td-fw-elight: 200;
    --td-fw-light: 300;
    --td-fw-regular: 400;
    --td-fw-medium: 500;
    --td-fw-sbold: 600;
    --td-fw-bold: 700;
    --td-fw-ebold: 800;
    --td-fw-black: 900;
    --td-fs-body: 16px;
    --td-fs-p: 16px;
    --td-fs-h1: 60px;
    --td-fs-h2: 48px;
    --td-fs-h3: 38px;
    --td-fs-h4: 32px;
    --td-fs-h5: 24px;
    --td-fs-h6: 20px;
}

/*---------------------------------
/*  Default Spacing
---------------------------------*/
.section-space {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .section-space {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.section-space-top {
    padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-space-top {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-space-top {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-top {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .section-space-top {
        padding-top: 70px;
    }
}

.section-space-bottom {
    padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-space-bottom {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-space-bottom {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 70px;
    }
}

.section-title-space {
    margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-title-space {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title-space {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-space {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title-space {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .section-title-space {
        margin-bottom: 30px;
    }
}

/*----------------------------------------*/
/*   Typography scss
/*----------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--td-ff-body);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--td-text-primary);
    background-color: #0e0e11;
}

/*----------------------------------------*/
/*  Body-overlay bg
/*----------------------------------------*/
.body-overlay-bg {
    position: fixed;
    pointer-events: none;
    top: 0;
    opacity: 1;
    inset-inline-start: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: repeat;
    background-position: top left;
    background-image: url(../images/bg/body-bg.png);
    background-color: #1b1e23;
    z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--td-white);
    margin-top: 0px;
    line-height: 1.125;
    margin-bottom: 0;
    font-weight: 700;
    word-break: break-word;
}

h1,
.h1 {
    line-height: 1.125;
    font-weight: 600;
    font-size: clamp(1.75rem, 1rem + 2vw, 4.375rem);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h1,
    .h1 {
        font-size: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 38px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 38px;
    }
}
@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 32px;
    }
}

h2,
.h2 {
    font-size: clamp(1.375rem, 0.875rem + 1.5vw, 2.5rem);
    line-height: 1.3;
    font-weight: 600;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    h2,
    .h2 {
        font-size: 44px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    h2,
    .h2 {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
    h2,
    .h2 {
        font-size: 24px;
    }
}

h3,
.h3 {
    line-height: 1.25;
    font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    h3,
    .h3 {
        font-size: 24px;
    }
}

h4,
.h4 {
    line-height: 1.33;
    font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    h4,
    .h4 {
        font-size: 22px;
    }
}

h5,
.h5 {
    line-height: 1.4;
    font-weight: 500;
}
@media (max-width: 575px) {
    h5,
    .h5 {
        font-size: 20px;
    }
}

h6,
.h6 {
    line-height: 1.44;
    font-weight: 500;
}
@media (max-width: 575px) {
    h6,
    .h6 {
        font-size: 18px;
    }
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    color: var(--td-text-primary);
    font-size: 1rem;
}
p.b1 {
    font-size: 12px;
    line-height: 1.4;
}
p.b2 {
    font-size: 14px;
    line-height: 1.5;
}
p.b3 {
    font-size: 20px;
    line-height: 1.625;
}
p.b4 {
    font-size: 22px;
    line-height: 1.754;
}
p:last-child {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
}

a,
.btn,
button,
p,
select,
textarea,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

.o-x-clip {
    overflow-x: clip;
}

img {
    max-width: 100%;
    object-fit: cover;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

hr:not([size]) {
    margin: 0;
    border-color: #ddd;
    opacity: 1;
    border-width: 1px;
}

*::-moz-selection {
    background: var(--td-black);
    color: var(--td-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--td-black);
    color: var(--td-white);
    text-shadow: none;
}

::selection {
    background: var(--td-black);
    color: var(--td-white);
    text-shadow: none;
}

*::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
}

*::placeholder {
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}

/*---------------------------------
  1.2 Common Classes
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.position-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hr-1 {
    border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
    overflow-x: clip;
}

.o-visible {
    overflow: visible;
}

.valign {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

/*---------------------------------
/*  Custom Check Box
---------------------------------*/
.animate-custom .cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.animate-custom .cbx span {
    display: inline-block;
    vertical-align: middle;
}
.animate-custom .cbx span a {
    text-decoration: underline;
}
.animate-custom .cbx span a:hover {
    color: var(--td-primary);
}
.animate-custom .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #b9b8c3;
    transition: all 0.2s ease;
    margin-inline-end: 5px;
}
.animate-custom .cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 4px;
    inset-inline-start: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.animate-custom .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--td-primary);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
}
.animate-custom .cbx span:last-child {
    margin-inline-start: 2px;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    gap: 5px;
}
.animate-custom .cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    inset-inline-start: 0;
    height: 1px;
    width: 100%;
    background: #b9b8c3;
    transform-origin: 0 0;
    transform: scaleX(0);
}
.animate-custom .inp-cbx:checked + .cbx span:first-child {
    border-color: var(--td-primary);
    background: var(--td-primary);
    animation: check-15 0.6s ease;
}
.animate-custom .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.animate-custom .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}
.animate-custom .inp-cbx:checked + .cbx span:last-child {
    transition: all 0.3s ease;
}
.animate-custom input[type="checkbox"] ~ label::after {
    display: none;
}
.animate-custom input[type="checkbox"] ~ label {
    padding-inline-start: 0;
}

@keyframes check-15 {
    50% {
        transform: scale(1.2);
    }
}
/*-----------------------------------------------------------------------------------

  Project Name: Investify HTML Template
  Author: Tdevs
  Support: 
  Description: Investify related HTML Template
  Version: 1.0

-----------------------------------------------------------------------------------

/*----------------------------------------*/
/*   Globals Default
/*----------------------------------------*/
/*----------------------------------------
  Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 30px;
}

@media (min-width: 1601px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1554px;
    }
}
.row {
    --bs-gutter-x: 30px;
}

.g-0,
.gx-0 {
    --bs-gutter-x: ;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-10,
.gx-10 {
    --bs-gutter-x: 10px;
}

.gy-12 {
    --bs-gutter-y: 12px;
}

.gy-15 {
    --bs-gutter-y: 15px;
}

.gx-15 {
    --bs-gutter-x: 15px;
}

.g-20 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.g-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.gy-24 {
    --bs-gutter-y: 24px;
}

.gx-24 {
    --bs-gutter-x: 24px;
}

.gy-24 {
    --bs-gutter-y: 24px;
}

.g-30,
.gx-30 {
    --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
    --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
    --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
    --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
    --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
    --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
    --bs-gutter-y: 60px;
}

.gy-xs-16 {
    --bs-gutter-y: 15px;
}

/*----------------------------------------
  Body Overlay 
-----------------------------------------*/
.body-overlay {
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.body-overlay {
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.body-overlay.opened {
    opacity: 0.7;
    visibility: visible;
}

/*----------------------------------------
  Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1600px) and (max-width: 1800px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 1000px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 850px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 820px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 750px;
    }
}

.mfp-close {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.mfp-close:hover {
    color: var(--td-white);
}
.mfp-close::after {
    position: absolute;
    content: "\f00d";
    height: 100%;
    width: 100%;
    font-family: var(--td-ff-fontawesome);
    font-size: 31px;
    font-weight: 200;
    inset-inline-end: -20px;
    margin-top: -25px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-close::after {
        inset-inline-end: 15px;
        margin-top: -30px;
    }
}

/*----------------------------------------*/
/* payment-gateway css
/*----------------------------------------*/
.payment-gateway-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.payment-gateway-grid .payment-gateway-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 217px;
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.payment-gateway-grid .payment-gateway-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(
        89deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    border-image-slice: 1;
    z-index: -1;
    opacity: 0.5;
}
.payment-gateway-grid .payment-gateway-thumb::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(
        139.93deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    border-image-slice: 100%;
    border-image-slice: 1;
    z-index: -1;
    opacity: 0.5;
}
.payment-gateway-grid .payment-gateway-thumb:nth-child(-n + 7)::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(
        249deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    border-image-slice: 1;
    z-index: -1;
    opacity: 0.5;
}
.payment-gateway-grid .payment-gateway-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 160px;
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
}
.payment-gateway-grid .payment-gateway-thumb img {
    max-width: 100%;
    max-height: 100%;
    filter: invert(1);
    filter: opacity(55%);
}

/*----------------------------------------*/
/*  Ranking badge css
/*----------------------------------------*/
.rankings-badge-item {
    margin: 0 auto;
    width: max-content;
}

.rankings-badge-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: transparent;
    width: 350px;
    height: 350px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .rankings-badge-inner {
        width: 300px;
        height: 300px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rankings-badge-inner {
        width: 320px;
        height: 320px;
    }
}
@media (max-width: 480px) {
    .rankings-badge-inner {
        width: 290px;
        height: 290px;
    }
}
.rankings-badge-inner::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.08);
    transform: rotate(-30deg) skewX(30deg) scaleY(0.866);
    background: linear-gradient(150deg, #39ef74, #4600f1 100%);
}

.rankings-badge-icon span img {
    width: 60px;
    margin-bottom: 20px;
}

.rankings-badge-content .title {
    font-size: 24px;
    margin-bottom: 15px;
}
@media (max-width: 480px) {
    .rankings-badge-content .title {
        font-size: 20px;
    }
}
.rankings-badge-content .description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

/*----------------------------------------*/
/*  terms-conditions css
/*----------------------------------------*/
.terms-conditions-content .warpper-title {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 30px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .terms-conditions-content .warpper-title {
        font-size: 34px;
    }
}
@media (max-width: 480px) {
    .terms-conditions-content .warpper-title {
        font-size: 26px;
    }
}
.terms-conditions-content p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}
.terms-conditions-content .info-title {
    font-size: 24px;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .terms-conditions-content .info-title {
        font-size: 20px;
    }
}
.terms-conditions-content .icon_list {
    margin-bottom: 40px;
}
.terms-conditions-content .icon_list.unordered-list-block > li {
    list-style: none;
}
.terms-conditions-content
    .icon_list.unordered-list-block
    > li:not(:last-child) {
    margin-bottom: 14px;
}
.terms-conditions-content .icon_list .list-item-text {
    color: var(--td-text-primary);
}
.terms-conditions-content .icon_list .list-item-icon {
    flex: none;
    width: auto;
    height: auto;
    font-size: 5px;
    border-radius: 0;
    margin-inline-end: 10px;
    color: var(--td-text-primary);
    background-color: transparent;
}
.terms-conditions-content .link {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    color: var(--td-primary);
    text-decoration: underline;
}
.terms-conditions-content .author-mail {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    color: var(--td-primary);
}

/*----------------------------------------*/
/* About style
/*----------------------------------------*/
.coinefy-about-thumb-wrap {
    position: relative;
    margin-inline-end: 60px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .coinefy-about-thumb-wrap {
        margin-inline-end: 0;
    }
}
.coinefy-about-thumb-wrap .card-text p {
    position: absolute;
    left: 0;
    bottom: 40px;
    padding: 10px 20px;
    background: var(--td-primary);
    color: var(--td-white);
    font-size: 22px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .coinefy-about-thumb-wrap .card-text p {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .coinefy-about-thumb-wrap .card-text p {
        font-size: 14px;
    }
}
.coinefy-about-thumb-wrap .shape-one {
    position: absolute;
    inset-inline-start: -24%;
    top: 0%;
    z-index: -1;
    filter: drop-shadow(0px 4px 144px rgba(255, 255, 255, 0.25));
}

.coinefy-about-thumb img {
    width: 100%;
    border-radius: 10px;
}

/*----------------------------------------*/
/*  Postbox css
/*----------------------------------------*/
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox-wrapper {
        padding-inline-start: 0;
    }
}

.postbox-text p {
    line-height: 26px;
}
.postbox-text p b {
    color: var(--td-white);
    font-weight: 500;
}

.postbox-thumb img {
    border-radius: 10px;
}

.postbox-title h3 {
    font-size: 25px;
    color: var(--td-white);
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox-title h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-title h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-title h3 {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .postbox-title h3 {
        font-size: 22px;
    }
}
@media (max-width: 480px) {
    .postbox-title h3 {
        font-size: 20px;
    }
}

.sidebar-wrapper {
    padding: 25px 30px 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}
@media (max-width: 480px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-wrapper {
        padding: 20px 20px;
    }
}

.sidebar-widget-title {
    margin-bottom: 25px;
    color: var(--td-white);
    font-size: 22px;
}
@media (max-width: 480px) {
    .sidebar-widget-title {
        font-size: 20px;
    }
}

.rc-post-item {
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 12px 12px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.rc-post-item:not(:last-child) {
    margin-bottom: 20px;
}

.rc-post-title {
    font-size: 15px;
    color: var(--td-white);
    margin-bottom: 8px;
}
@media (max-width: 480px) {
    .rc-post-title {
        font-size: 14px;
        line-height: 1.2;
    }
}
.rc-post-title a:hover {
    color: var(--td-primary);
}

.rc-meta p {
    font-size: 12px;
    margin-bottom: 0;
}

.rc-post-thumb {
    width: 80px;
    height: 90px;
    min-width: 80px;
}
@media (max-width: 480px) {
    .rc-post-thumb {
        max-width: 66px;
    }
}
.rc-post-thumb img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rc-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-bottom: 2px;
}
.rc-title a:hover {
    color: #ffffff;
}

.rc-meta span {
    font-size: 14px;
    position: relative;
    padding-inline-start: 15px;
}
.rc-meta span::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: rgba(124, 126, 130, 0.5);
    top: 50%;
    left: 0;
}

.form-group.keyword-search-form {
    position: relative;
}
.form-group.keyword-search-form input {
    height: 55px;
    width: 100%;
    padding-inline-start: 20px;
    padding-inline-end: 70px;
    border-radius: 10px;
    border: 0;
}
.form-group.keyword-search-form .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 20px;
}

.tagcloud a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 9px 18.5px;
    text-transform: capitalize;
    margin-bottom: 6px;
    margin-inline-end: 2px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.tagcloud a:hover {
    background: var(--td-primary);
    color: var(--td-white);
}

/*----------------------------------------*/
/* clients css
/*----------------------------------------*/
.clients-glow {
    position: absolute;
    top: 0;
    left: -154;
    z-index: -1;
    background: rgba(100, 20, 138, 0.6);
    filter: blur(430px);
}

.clients-coin-wrapper {
    width: 374px;
    height: 283px;
    position: relative;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .clients-coin-wrapper {
        width: 100%;
    }
}
.clients-coin-wrapper .group-coins .coin-one {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    filter: drop-shadow(0px 4px 144px rgba(255, 255, 255, 0.25));
}
.clients-coin-wrapper .group-coins .coin-two {
    position: absolute;
    inset-inline-end: 0;
    filter: drop-shadow(0px 4px 144px rgba(255, 255, 255, 0.25));
}
@media (max-width: 575px) {
    .clients-coin-wrapper .group-coins .coin-two {
        max-width: 100px;
    }
}
.clients-coin-wrapper .group-coins .coin-three {
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    filter: drop-shadow(0px 4px 144px rgba(255, 255, 255, 0.25));
}
@media (max-width: 575px) {
    .clients-coin-wrapper .group-coins .coin-three {
        max-width: 100px;
    }
}
.clients-coin-wrapper .group-coins .coin-four {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    filter: drop-shadow(0px 4px 144px rgba(255, 255, 255, 0.25));
}

/*----------------------------------------*/
/*  counter css
/*----------------------------------------*/
.counter-main-wrapper {
    position: relative;
    max-width: 716px;
    margin: 0 auto;
    padding-top: 70px;
    z-index: 2;
}
.counter-main-wrapper .coin-one {
    position: absolute;
    top: 40px;
    inset-inline-start: -144px;
    z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-main-wrapper .coin-one {
        max-width: 60px;
        inset-inline-start: 0;
    }
}
@media (max-width: 575px) {
    .counter-main-wrapper .coin-one {
        display: none;
    }
}
.counter-main-wrapper .coin-one img {
    filter: drop-shadow(0px 4px 144px rgba(255, 255, 255, 0.25));
}
.counter-main-wrapper .coin-two {
    position: absolute;
    bottom: 120px;
    inset-inline-start: -32%;
    z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-main-wrapper .coin-two {
        bottom: 50px;
        inset-inline-start: -20px;
        max-width: 40px;
    }
}
@media (max-width: 575px) {
    .counter-main-wrapper .coin-two {
        display: none;
    }
}
.counter-main-wrapper .coin-two img {
    filter: drop-shadow(0px 4px 144px rgba(255, 255, 255, 0.25));
}
.counter-main-wrapper .coin-three {
    position: absolute;
    inset-inline-end: -24%;
    top: 30px;
    z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-main-wrapper .coin-three {
        inset-inline-end: -20px;
        max-width: 50px;
    }
}
@media (max-width: 575px) {
    .counter-main-wrapper .coin-three {
        display: none;
    }
}
.counter-main-wrapper .coin-three img {
    filter: drop-shadow(0px 4px 144px rgba(255, 255, 255, 0.25));
}
.counter-main-wrapper .coin-four {
    position: absolute;
    bottom: 50px;
    inset-inline-end: -14%;
    z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-main-wrapper .coin-four {
        max-width: 50px;
        inset-inline-end: 0;
        bottom: -20px;
    }
}
@media (max-width: 575px) {
    .counter-main-wrapper .coin-four {
        display: none;
    }
}
.counter-main-wrapper .coin-four img {
    filter: drop-shadow(0px 4px 144px rgba(255, 255, 255, 0.25));
}
.counter-main-wrapper .counter-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    filter: blur(430px);
    opacity: 0.6;
    z-index: -1;
}

.counter-item-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.counter-item {
    padding: 70px 0;
    position: relative;
}
@media (max-width: 575px) {
    .counter-item {
        padding: 50px 0;
    }
}
.counter-item:not(:nth-child(2n)) {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}
.counter-item:not(:nth-child(4n)) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.counter-item:nth-child(3) {
    border-bottom: 0;
}
.counter-item:first-child {
    position: relative;
}
.counter-item:first-child::before,
.counter-item:first-child::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.counter-item:first-child::before {
    top: 0;
    inset-inline-end: -3px;
}
.counter-item:first-child::after {
    bottom: -3px;
    inset-inline-start: 0px;
}
.counter-item:last-child {
    position: relative;
}
.counter-item:last-child::before,
.counter-item:last-child::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.counter-item:last-child::before {
    top: -3px;
    inset-inline-end: 0px;
}
.counter-item:last-child::after {
    bottom: 0;
    inset-inline-start: -3px;
}

.counter-content {
    text-align: center;
}
.counter-content .description {
    font-size: 12px;
    margin-bottom: 5px;
    color: var(--td-secondary);
    font-weight: 500;
}
.counter-content .icon {
    margin-bottom: 10px;
}
.counter-content .icon span {
    display: inline-block;
    max-width: 35px;
    margin-bottom: 10px;
}
.counter-content .title {
    line-height: 1;
    font-size: 56px;
    font-weight: 400;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-content .title {
        font-size: 46px;
    }
}
@media (max-width: 575px) {
    .counter-content .title {
        font-size: 36px;
    }
}
.counter-content .title span {
    font-family: var(--td-ff-body);
}

/*----------------------------------------*/
/*  why choose css
/*----------------------------------------*/
.why-choose-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px 26px 35px;
    -webkit-transition: 0.3s 0.3s 0s ease-out;
    -moz-transition: 0.3s 0.3s 0s ease-out;
    -ms-transition: 0.3s 0.3s 0s ease-out;
    -o-transition: 0.3s 0.3s 0s ease-out;
    transition: 0.3s 0.3s 0s ease-out;
}
.why-choose-item:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 4px 7px 34px rgba(0, 0, 0, 0.25);
}
.why-choose-item:hover .icon {
    transform: translateY(-5px);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.why-choose-item .icon {
    margin-bottom: 25px;
    width: 60px;
}
.why-choose-item .contents .title {
    font-size: 16px;
    margin-bottom: 12px;
}
.why-choose-item .contents .description {
    font-size: 14px;
}

/*----------------------------------------*/
/* investors css
/*----------------------------------------*/
.investors-table-wrapper {
    position: relative;
    z-index: 5;
}
.investors-table-wrapper .coin-one {
    position: absolute;
    bottom: -120px;
    z-index: -1;
    inset-inline-end: 30%;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .investors-table-wrapper .coin-one {
        bottom: -70px;
        max-width: 100px;
    }
}
.investors-table-wrapper .coin-one img {
    filter: drop-shadow(0px 4px 144px rgba(255, 216, 90, 0.25));
    width: 100%;
}
.investors-table-wrapper .coin-two {
    position: absolute;
    top: -110px;
    inset-inline-start: 15%;
    z-index: -1;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .investors-table-wrapper .coin-two {
        top: -50px;
        max-width: 100px;
    }
}
.investors-table-wrapper .coin-two img {
    filter: drop-shadow(0px 4px 144px rgba(255, 216, 90, 0.25));
    width: 100%;
}
.investors-table-wrapper.style-two {
    position: relative;
    top: 150px;
    margin-bottom: 150px;
}

.investors-table table {
    --bs-table-bg: transparent;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .investors-table table {
        min-width: 600px;
    }
}
.investors-table table thead tr th {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 600;
    border: 0;
    background: transparent;
}
.investors-table table tbody tr td {
    color: var(--td-white);
    padding: 8px 12px;
    vertical-align: middle;
    border-color: rgba(255, 255, 255, 0.2);
    height: 56px;
}

.table-card {
    background: #252930;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.05);
    position: relative;
    box-shadow: 4px 7px 34px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 35px 45px 40px;
}
@media (max-width: 575px) {
    .table-card {
        padding: 25px 25px 20px;
    }
}
.table-card .table-card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.active-status {
    font-size: 10px;
    color: var(--td-white);
    font-weight: 600;
    position: relative;
    padding-inline-start: 11px;
}
.active-status:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: var(--td-retro-lime);
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 0;
    border-radius: 50%;
}
.active-status.warning::before {
    background-color: var(--td-warning);
}

/*----------------------------------------*/
/* caches-privacy style
/*----------------------------------------*/
.caches-privacy {
    position: fixed;
    bottom: 30px;
    inset-inline-start: 30px;
    width: 430px;
    border-radius: 8px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    z-index: 80;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}
@media (max-width: 480px) {
    .caches-privacy {
        width: auto;
        padding: 20px;
        inset-inline-start: 15px;
        inset-inline-end: 15px;
    }
}
.caches-privacy .content {
    margin-bottom: 15px;
}
.caches-privacy .content .title {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--td-white);
}
@media (max-width: 575px) {
    .caches-privacy .content .title {
        font-size: 18px;
    }
}
.caches-privacy .content p {
    font-size: 14px;
    margin-bottom: 0;
}
.caches-privacy .content p a {
    color: #000000;
}
.caches-privacy .caches-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.caches-privacy .caches-btn .learn-more {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}
.caches-privacy .caches-btn .learn-more:hover {
    text-decoration: underline;
    color: var(--td-white);
}
.caches-privacy .caches-btn .shifter-btn {
    height: 40px;
}
.caches-privacy .caches-btn .shifter-btn .btn-hover-slide {
    padding: 0px 26px;
}

/*----------------------------------------*/
/* FAQ style
/*----------------------------------------*/
.accordion-wrapper.site-faq .accordion .accordion-button {
    padding: 20px 65px 20px 0px;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    box-shadow: none;
    color: var(--td-white);
    border-top: 0;
}
@media (max-width: 575px) {
    .accordion-wrapper.site-faq .accordion .accordion-button {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .accordion-wrapper.site-faq .accordion .accordion-button {
        font-size: 16px;
        padding: 21px 30px 20px 20px;
    }
}
.accordion-wrapper.site-faq .accordion .accordion-button:not(.collapsed) {
    border: 0;
    border-radius: 0;
}
.accordion-wrapper.site-faq .accordion .accordion-button:not(.collapsed) span {
    color: var(--td-primary);
}
.accordion-wrapper.site-faq .accordion .accordion-button:not(.collapsed):after {
    content: "\f00d" !important;
    color: var(--td-white);
    background-image: none;
}
.accordion-wrapper.site-faq
    .accordion
    .accordion-button:not(.collapsed)
    .accordion-body {
    background: var(--td-white);
}
.accordion-wrapper.site-faq .accordion .accordion-button::after {
    position: absolute;
    inset-inline-end: 20px;
    content: "+";
    font-family: var(--td-ff-fontawesome);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 575px) {
    .accordion-wrapper.site-faq .accordion .accordion-button::after {
        inset-inline-end: 0;
    }
}
.accordion-wrapper.site-faq .accordion .accordion-button span {
    padding-inline-end: 15px;
    display: inline-block;
    transition: none;
}
.accordion-wrapper.site-faq .accordion .accordion-body {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    background: transparent;
    padding-bottom: 20px;
    border-radius: 0px;
    padding-top: 10px;
}
@media (max-width: 480px) {
    .accordion-wrapper.site-faq .accordion .accordion-body {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}
.accordion-wrapper.site-faq .accordion .accordion-body p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.accordion-wrapper.site-faq .accordion .accordion-body .accordion-body-list {
    margin-top: 14px;
}
.accordion-wrapper.site-faq
    .accordion
    .accordion-body
    .accordion-body-list
    ul
    li:not(:last-child) {
    margin-bottom: 7px;
}
.accordion-wrapper.site-faq .accordion .accordion-item {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.accordion-wrapper.site-faq
    .accordion
    .accordion-item:last-of-type
    > .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-wrapper.site-faq
    .accordion
    .accordion-item:first-of-type
    .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.big-coin-shapes {
    position: absolute;
    top: -152px;
    z-index: -1;
    inset-inline-end: -145px;
}

.big-dollar-shape {
    position: absolute;
    inset-inline-start: -14%;
    z-index: -1;
    top: 7%;
}

/*----------------------------------------*/
/* Footer style
/*----------------------------------------*/
.coinefy-footer {
    overflow: hidden;
    padding-bottom: 260px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .coinefy-footer {
        padding-bottom: 180px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .coinefy-footer {
        padding-bottom: 135px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coinefy-footer {
        padding-bottom: 100px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .coinefy-footer {
        padding-bottom: 80px;
    }
}
@media (max-width: 480px) {
    .coinefy-footer {
        padding-bottom: 60px;
    }
}
.coinefy-footer .footer-intro-main {
    margin-bottom: 40px;
}
@media xs {
    .coinefy-footer .footer-intro-main {
        margin-bottom: 25px;
    }
}
.coinefy-footer .footer-intro-logo a {
    display: block;
}
.footer-intro-logo img {
    height: 35px;
    width: auto;
}
.coinefy-footer .footer-intro-content {
    max-width: 383px;
    margin-bottom: 50px;
}
@media (max-width: 575px) {
    .coinefy-footer .footer-intro-content {
        margin-bottom: 30px;
    }
}
.coinefy-footer .footer-intro-content .description {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.coinefy-footer .footer-main {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .coinefy-footer .footer-main {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media xs,
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .coinefy-footer .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .coinefy-footer .footer-main {
        grid-template-columns: 1fr;
    }
}
.coinefy-footer .footer-wg-title {
    margin-bottom: 15px;
}
.coinefy-footer .footer-wg-title h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--td-white);
}
.coinefy-footer .footer-links ul li {
    list-style: none;
}
.coinefy-footer .footer-links ul li:not(:last-child) {
    margin-bottom: 7px;
}
.coinefy-footer .footer-links ul li a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}
.coinefy-footer .footer-links ul li a:hover {
    color: var(--td-tertiary);
}
.coinefy-footer .footer-social {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.coinefy-footer .footer-social a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.coinefy-footer .footer-social a:hover {
    transform: translateY(-5px);
}

.coinefy-footer-copyright {
    text-align: center;
    padding: 18px;
}
.coinefy-footer-copyright .description {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.footer-into {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-into {
        bottom: -50px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-into {
        bottom: -25px;
    }
}
@media (max-width: 480px) {
    .footer-into {
        bottom: -10px;
    }
}
.footer-into .text {
    font-size: 25rem;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) -0.11%,
        rgba(255, 255, 255, 0.6) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.2;
    line-height: 0.8;
    text-align: center;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7); /* 1px border around the text */
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .footer-into .text {
        font-size: 22rem;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .footer-into .text {
        font-size: 20rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-into .text {
        font-size: 16rem;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-into .text {
        font-size: 14rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-into .text {
        font-size: 9rem;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-into .text {
        font-size: 7rem;
    }
}
@media (max-width: 575px) {
    .footer-into .text {
        font-size: 6rem;
    }
}
@media (max-width: 480px) {
    .footer-into .text {
        font-size: 4rem;
    }
}

/*----------------------------------------*/
/*  how it works style
/*----------------------------------------*/
.how-it-work-main {
    padding: 100px 115px 125px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .how-it-work-main {
        padding: 50px 50px 50px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .how-it-work-main {
        padding: 30px 30px 30px;
    }
}

.how-it-work-grid {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .how-it-work-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .how-it-work-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .how-it-work-grid {
        grid-template-columns: 1fr;
    }
}

.how-it-works-item {
    position: relative;
}
@media (max-width: 480px) {
    .how-it-works-item {
        text-align: center;
    }
}
.how-it-works-item .content .title {
    color: var(--td-white);
    font-size: 16px;
    margin-bottom: 20px;
}
.how-it-works-item .content .description {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    max-width: 240px;
}
@media (max-width: 480px) {
    .how-it-works-item .content .description {
        margin: 0 auto;
    }
}
.how-it-works-item .icon {
    margin-bottom: 22px;
}
.how-it-works-item .icon span {
    max-width: 48px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.how-it-works-item .step {
    position: absolute;
    top: 28px;
    inset-inline-end: -26px;
    width: 90%;
    height: 1px;
    background: var(--td-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .how-it-works-item .step {
        width: 85%;
    }
}
.how-it-works-item .step::after {
    position: absolute;
    content: "";
    top: 50%;
    inset-inline-end: 0;
    width: 5px;
    height: 5px;
    background: var(--td-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.how-it-works-item .step .arrow {
    border: solid var(--td-white);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    inset-inline-start: 1px;
    top: -3px;
}
[dir="rtl"] .how-it-works-item .step .arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.how-it-works-item .step .arrow .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.how-it-works-item .step .arrow .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.how-it-works-item .step .arrow .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
@media (max-width: 575px) {
    .how-it-works-item .step {
        display: none;
    }
}
.how-it-works-item:nth-child(1) .step::after,
.how-it-works-item:nth-child(2) .step::after,
.how-it-works-item:nth-child(3) .step::after {
    inset-inline-end: auto;
    inset-inline-start: 0;
}
.how-it-works-item:nth-child(1) .step .arrow,
.how-it-works-item:nth-child(2) .step .arrow,
.how-it-works-item:nth-child(3) .step .arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    inset-inline-start: auto;
    inset-inline-end: 1px;
}
[dir="rtl"] .how-it-works-item:nth-child(1) .step .arrow,
[dir="rtl"] .how-it-works-item:nth-child(2) .step .arrow,
[dir="rtl"] .how-it-works-item:nth-child(3) .step .arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.how-it-works-item:nth-child(4n) .step,
.how-it-works-item :nth-child(8n) .step,
.how-it-works-item :nth-child(12n) .step,
.how-it-works-item :nth-child(16n) .step,
.how-it-works-item :nth-child(20n) .step,
.how-it-works-item:last-child .step {
    display: none;
}
.how-it-works-item:nth-child(4n):not(:last-child) {
    position: relative;
}
.how-it-works-item:nth-child(4n):not(:last-child)::before {
    content: "";
    position: absolute;
    width: 223px;
    height: calc(100% + 33px);
    border-top: 1px solid var(--td-white);
    border-inline-end: 1px solid var(--td-white);
    border-bottom: 1px solid var(--td-white);
    border-image: initial;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    border-inline-start: none;
    top: 27px;
    inset-inline-start: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .how-it-works-item:nth-child(4n):not(:last-child)::before {
        width: 160px;
    }
}
[dir="rtl"] .how-it-works-item:nth-child(4n):not(:last-child)::before {
    transform: rotate(180deg);
    border-inline-end: 0;
}
.how-it-works-item:nth-child(4n):not(:last-child)::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: var(--td-white);
    top: 25px;
    inset-inline-start: 60px;
    border-radius: 50%;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .how-it-works-item:nth-child(4n):not(:last-child)::before,
    .how-it-works-item:nth-child(4n):not(:last-child)::after {
        display: none;
    }
}
.how-it-works-item:nth-child(4n):last-child {
    position: relative;
}
.how-it-works-item:nth-child(4n):last-child::after {
    position: absolute;
    content: "";
    border: solid var(--td-white);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    inset-inline-start: 60px;
    top: 26px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .how-it-works-item:nth-child(4n):last-child::after {
        display: none;
    }
}

/*----------------------------------------*/
/* investment plan css
/*----------------------------------------*/
.plan-profit-contant-wrtapper {
    max-width: 550px;
}

.plan-profit-form .single-input .nice-select {
    margin-bottom: 20px;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    float: none;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    height: 60px;
    padding: 0 30px;
    border: 0;
    font-weight: 500;
    position: relative;
}
@media (max-width: 575px) {
    .plan-profit-form .single-input .nice-select {
        height: 60px;
        padding: 0 25px;
    }
}
.plan-profit-form .single-input .nice-select:before {
    position: absolute;
    content: "";
    inset: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 1px;
    background: linear-gradient(
        178deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    -webkit-mask: linear-gradient(var(--td-white) 0 0) content-box,
        linear-gradient(var(--td-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.plan-profit-form .single-input .nice-select .current {
    text-align: left;
    font-size: 14px;
    position: relative;
    color: var(--td-white);
}
.plan-profit-form .single-input .nice-select .list {
    transform-origin: center center;
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-color: rgb(50, 50, 53);
    backdrop-filter: blur(22px);
    padding: 12px;
}
.plan-profit-form .single-input .nice-select::after {
    inset-inline-end: 40px;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid var(--td-text-primary);
    border-inline-end: 1.5px solid var(--td-text-primary);
    font-size: 16px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 5px solid;
    border-top-color: transparent;
    border-left-color: transparent;
    background-color: transparent;
    transition: all ease-in-out 0.2s;
    margin-top: -2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
@media (max-width: 575px) {
    .plan-profit-form .single-input .nice-select::after {
        inset-inline-end: 30px;
    }
}
.plan-profit-form .single-input .nice-select .option {
    font-size: 14px;
    line-height: 40px;
    min-height: 40px;
    color: var(--td-white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 0 10px;
}
.plan-profit-form .single-input .nice-select .option.selected {
    font-weight: 500;
}
.plan-profit-form .single-input .nice-select .option.selected.focus {
    background-color: rgba(255, 255, 255, 0.08);
}
.plan-profit-form .single-input .nice-select .option:hover {
    background-color: rgba(255, 255, 255, 0.08);
}
.plan-profit-form .single-input input {
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    height: 60px;
    width: 100%;
    padding: 0 30px;
    color: var(--td-white);
    border: none;
    font-weight: 500;
    position: relative;
    outline: none;
}
@media (max-width: 575px) {
    .plan-profit-form .single-input input {
        height: 60px;
        padding: 0 25px;
    }
}
.plan-profit-form .single-input input::after {
    position: absolute;
    content: "";
}
.plan-profit-form .single-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--td-white);
}
.plan-profit-form .single-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--td-white);
}
.plan-profit-form .single-input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--td-white);
}
.plan-profit-form .single-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--td-white);
}
.plan-profit-form .single-input input::placeholder {
    /* MODERN BROWSER */
    color: var(--td-white);
}
.plan-profit-form .single-input input:focus {
    border: none;
}
.plan-profit-form .single-input .input-field {
    position: relative;
}
.plan-profit-form .single-input .input-field:before {
    position: absolute;
    content: "";
    inset: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 1px;
    background: linear-gradient(
        178deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    -webkit-mask: linear-gradient(var(--td-white) 0 0) content-box,
        linear-gradient(var(--td-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.plan-profit-form .single-input .input-field .icon {
    position: absolute;
    top: 50%;
    inset-inline-end: 34px;
    transform: translateY(-50%);
}
@media (max-width: 575px) {
    .plan-profit-form .single-input .input-field .icon {
        inset-inline-end: 24px;
    }
}
.plan-profit-form .input-description {
    color: var(--td-secondary);
    font-weight: 500;
    font-size: 12px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.plan-profit-form .investment-gradient-btn {
    margin-top: 35px;
}
@media (max-width: 575px) {
    .plan-profit-form .investment-gradient-btn .site-btn {
        height: 52px;
    }
}

@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .plan-profit-eath {
        padding-top: 25px;
    }
}

.plan-profit-eath .circles_wrap {
    margin: auto;
    width: 633px;
    height: 633px;
    position: relative;
    background-position: center;
    background-size: contain;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .plan-profit-eath .circles_wrap {
        width: 550px;
        height: 550px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .plan-profit-eath .circles_wrap {
        width: 550px;
        height: 550px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .plan-profit-eath .circles_wrap {
        width: 430px;
        height: 430px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .plan-profit-eath .circles_wrap {
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 480px) {
    .plan-profit-eath .circles_wrap {
        width: 260px;
        height: 260px;
    }
}

.plan-profit-eath .coin_wrap .dot {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
}
.plan-profit-eath .coin_wrap .dot::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -26px;
    right: -4px;
    background-color: transparent;
}
.plan-profit-eath .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.plan-profit-eath .circle.circle0 {
    width: 100%;
    height: 100%;
    z-index: 9;
}
.plan-profit-eath .circle.circle1 {
    width: 88%;
    height: 88%;
    z-index: 9;
}
.plan-profit-eath .circle.circle2 {
    width: 78%;
    height: 78%;
}
.plan-profit-eath .circle.circle3 {
    width: 68%;
    height: 68%;
}
.plan-profit-eath .circle.circle3 .coin_wrap .dot-1 {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
}
.plan-profit-eath .circle.circle3 .coin_wrap .dot-1::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -26px;
    right: -4px;
    background-color: transparent;
    -webkit-transform: rotate(-242deg);
    transform: rotate(-242deg);
}
.plan-profit-eath .circle.circle3 .coin:first-of-type {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.plan-profit-eath .circle.circle4 {
    width: 55%;
    height: 55%;
}
.plan-profit-eath .circle.circle4 .coin_wrap {
    -webkit-animation: circleMove 18s infinite linear;
    animation: circleMove 18s infinite linear;
}
.plan-profit-eath .circle.circle4 .coin_wrap .coin:nth-child(2) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.plan-profit-eath .circle.circle4 .coin_wrap .dot-1 {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.plan-profit-eath .circle.circle4 .coin_wrap .dot-1::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -26px;
    right: -4px;
    background-color: transparent;
}
.plan-profit-eath .circle.circle4 img {
    width: 24% !important;
    max-width: 54px !important;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
}
.plan-profit-eath .circle.circle5 {
    width: 40%;
    height: 40%;
}
.plan-profit-eath .circle.circle5 .coin_wrap {
    -webkit-animation: circleMove 22s infinite linear;
    animation: circleMove 22s infinite linear;
}
.plan-profit-eath .circle.circle5 .coin_wrap .dot-1 {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.plan-profit-eath .circle.circle5 .coin_wrap .dot-1::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -26px;
    right: -4px;
    background-color: transparent;
}
.plan-profit-eath .circle.circle5 img {
    width: 100% !important;
    max-width: 54px !important;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
}
.plan-profit-eath .circle_center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 27%;
    max-width: 80px;
}
@media (max-width: 575px) {
    .plan-profit-eath .circle_center {
        width: 18%;
    }
}
.plan-profit-eath .coin_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: circleMove 15s infinite linear;
    animation: circleMove 15s infinite linear;
}
.plan-profit-eath .coin {
    width: 100%;
    height: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
}
.plan-profit-eath .coin img {
    width: 95px;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.plan-profit-eath .coin:first-of-type {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.plan-profit-eath .coin:first-of-type img {
    width: 17%;
    max-width: 55px;
    -webkit-animation-name: imageMove1;
    animation-name: imageMove1;
}
.plan-profit-eath .coin:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.plan-profit-eath .coin:nth-of-type(2) img {
    width: 17%;
    max-width: 53px;
    -webkit-animation-name: imageMove2;
    animation-name: imageMove2;
}
.plan-profit-eath .coin:nth-of-type(3) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.plan-profit-eath .coin:nth-of-type(3) img {
    width: 15%;
    max-width: 55px;
    -webkit-animation-name: imageMove3;
    animation-name: imageMove3;
}
.plan-profit-eath .coin:nth-of-type(4) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.plan-profit-eath .coin:nth-of-type(4) img {
    width: 18%;
    max-width: 70px;
    -webkit-animation-name: imageMove4;
    animation-name: imageMove4;
}
.plan-profit-eath .coin:nth-of-type(5) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.plan-profit-eath .coin:nth-of-type(5) img {
    width: 100%;
    max-width: 55px;
    -webkit-animation-name: imageMove5;
    animation-name: imageMove5;
}
.plan-profit-eath .coin:nth-of-type(6) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.plan-profit-eath .coin:nth-of-type(6) img {
    width: 12%;
    max-width: 70px;
    -webkit-animation-name: imageMove6;
    animation-name: imageMove6;
}

/*----------------------------------------*/
/* investment plan css
/*----------------------------------------*/
.investment-plan-bg {
    position: absolute;
    top: -80px;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 60%;
    z-index: -1;
}

.investment-item {
    padding: 20px 20px;
    position: relative;
    transition: all 0.3s;
    backdrop-filter: blur(4px);
    border-radius: 20px;
}
.investment-item.plan-active {
    background: #1b1e23;
}
.investment-item.plan-active:before {
    position: absolute;
    content: "";
    inset: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(
        303deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.43) 100%
    );
    -webkit-mask: linear-gradient(var(--td-white) 0 0) content-box,
        linear-gradient(var(--td-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.investment-item.plan-active .btn-inner {
    opacity: 1;
    visibility: visible;
}
.investment-item .investment-heading {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 20px;
}
.investment-item .investment-heading::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    inset-inline-start: 0;
    background: linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0.4;
}
.investment-item .investment-heading .title {
    font-size: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .investment-item .investment-heading .title {
        font-size: 20px;
    }
}
.investment-item .investment-heading .info-badge {
    font-size: 12px;
    font-weight: 500;
    color: var(--td-secondary);
}
.investment-item .investment-plan-list ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .investment-item .investment-plan-list ul {
        gap: 20px 10px;
    }
}
.investment-item .investment-plan-list ul li {
    list-style: none;
}
.investment-item .investment-plan-content-list .price-info {
    font-size: 14px;
    font-weight: 600;
    color: var(--td-secondary);
    margin-bottom: 10px;
    display: block;
}
.investment-item .investment-plan-content-list .list-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.investment-item .investment-plan-content-list .list-info span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .investment-item .investment-plan-content-list .list-info span {
        font-size: 12px;
    }
}
.investment-item .btn-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.investment-item .btn-inner .short-info {
    font-size: 10px;
}
.investment-item .shape-star {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
}

/*----------------------------------------*/
/*  Main menu css
/*----------------------------------------*/
.td-main-menu > ul {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    gap: 18px;
}
.td-main-menu > ul > li:not(:last-child) {
    margin-inline-end: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .td-main-menu > ul > li:not(:last-child) {
        margin-inline-end: 0px;
    }
}
.td-main-menu > ul > li.active > a {
    color: var(--td-tertiary);
}
.td-main-menu > ul > li > a {
    position: relative;
}
.td-main-menu > ul > li:last-child a::before {
    display: none;
}
.td-main-menu > ul > li:hover > a {
    color: var(--td-tertiary);
}
.td-main-menu > ul > li:hover > ul {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 0px;
}
.td-main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 100%;
}
.td-main-menu li {
    position: relative;
    list-style: none;
}
.td-main-menu li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--td-text-primary);
    padding: 28px 5px;
    display: inline-block;
    letter-spacing: 0.2px;
}

.menu-icon {
    width: 30px;
    height: 20px;
    position: relative;
    display: block;
}
.menu-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    inset-inline-start: 0;
    background: var(--td-white);
    transition: all 0.3s;
}
.menu-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    inset-inline-start: 0;
    background: var(--td-white);
    transition: all 0.3s;
}
.menu-icon span {
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    top: 50%;
    inset-inline-end: 0;
    transition: all 0.3s;
    background-color: var(--td-white);
}
.menu-icon:hover::after,
.menu-icon:hover::before,
.menu-icon:hover span {
    background-color: var(--td-tertiary);
}

/*----------------------------------------*/
/*  Meanmenu css
/*----------------------------------------*/
.mean-container {
    margin-bottom: 35px;
}
.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    cursor: pointer;
    color: var(--td-white);
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    font-weight: 700;
    display: none !important;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: var(--td-white);
    height: 3px;
    margin-top: 3px;
}
.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    float: left;
    width: 100%;
}
.mean-container .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0 !important;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a,
.mean-container .mean-nav ul li.dropdown-opened > span {
    color: var(--td-white);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.mean-container
    .mean-nav
    ul
    li.dropdown-opened
    > span.mean-expand.mean-clicked {
    background: var(--td-white);
    color: var(--td-white);
    border-color: transparent;
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
.mean-container
    .mean-nav
    ul
    li.dropdown-opened
    > span.mean-expand.mean-clicked
    i {
    color: var(--td-white);
    transform: rotate(90deg);
}
.mean-container .mean-nav ul li.mean-last {
    border-bottom: none;
    margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    transition: 0.3s;
}
.mean-container .mean-nav ul li > a > i {
    display: none;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
    color: var(--td-tertiary);
}
.mean-container .mean-nav ul li a:hover i,
.mean-container .mean-nav ul li span:hover i {
    color: var(--td-tertiary);
}
.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
    text-align: center;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none !important;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.079) !important;
    height: 30px;
    width: 30px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
    top: 0;
    font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
    background: var(--td-white);
    color: var(--td-white);
    border-color: var(--td-white);
}
.mean-container .mean-nav ul li a.mean-expand:hover i,
.mean-container .mean-nav ul li span.mean-expand:hover i {
    color: var(--td-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked {
    color: var(--td-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
    background: var(--td-white);
    color: var(--td-white);
    border-color: var(--td-white);
}
.mean-container .mean-nav ul li li a {
    width: 90%;
    padding: 10px 7%;
    text-shadow: none !important;
    visibility: visible;
}
.mean-container .mean-nav ul li li li a {
    width: 80%;
    padding: 10px 12%;
}
.mean-container .mean-nav ul li li li li a {
    width: 70%;
    padding: 10px 17%;
}
.mean-container .mean-nav ul li li li li li a {
    width: 60%;
    padding: 10px 20%;
}
.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
    float: left;
    width: 100%;
    position: relative;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
    /* Fix for box sizing on Foundation Framework etc. */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*----------------------------------------*/
/* newsletter style
/*----------------------------------------*/
.newsletter-main {
    padding: 40px 35px 45px 85px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 10px;
}
@media (max-width: 575px) {
    .newsletter-main {
        padding: 30px 25px 30px 25px;
    }
}
.newsletter-main .clients-coin-wrapper {
    width: 374px;
    height: 283px;
    position: relative;
    margin-inline-start: auto !important;
    margin: 0;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-main .clients-coin-wrapper {
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .newsletter-main .clients-coin-wrapper {
        width: 100%;
    }
}

.input-field-inner {
    display: flex;
    align-content: center;
    gap: 15px 20px;
    position: relative;
}
@media (max-width: 575px) {
    .input-field-inner {
        flex-direction: column;
    }
}
.input-field-inner .input-field {
    width: 100%;
    position: relative;
}
.input-field-inner .input-field:before {
    position: absolute;
    content: "";
    inset: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 2px;
    background: linear-gradient(
        139.9deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 100%
    );
    -webkit-mask: linear-gradient(var(--td-white) 0 0) content-box,
        linear-gradient(var(--td-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.input-field-inner .input-field input {
    height: 50px;
    width: 100%;
    padding: 0px 20px;
    background: #36373f;
    backdrop-filter: blur(4px);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    border: 0;
}
.input-field-inner .input-field input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    font-weight: 500;
}
.input-field-inner .input-field input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-weight: 500;
}
.input-field-inner .input-field input:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 14px;
    font-weight: 500;
}
.input-field-inner .input-field input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    font-weight: 500;
}
.input-field-inner .input-field input::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    font-weight: 500;
}

.shape-shifter-btn {
    flex: 0 0 auto;
}

/*----------------------------------------*/
/* Blog style
/*----------------------------------------*/
.blog-five-item-item {
    padding: 12px 12px 20px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(4px);
    border-radius: 20px;
}
.blog-five-item-item.active {
    background: rgba(27, 30, 35, 0.1);
}
.blog-five-item-item.active::before {
    opacity: 1;
    visibility: visible;
}
.blog-five-item-item.active .blog-link {
    opacity: 1;
    visibility: visible;
}
.blog-five-item-item:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.blog-five-item-item .blog-thumb {
    margin-bottom: 20px;
}
.blog-five-item-item .blog-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}
.blog-five-item-item .blog-title {
    font-size: 18px;
    color: var(--td-white);
    margin-bottom: 15px;
}
.blog-five-item-item .blog-title a:hover {
    color: var(--td-primary);
}
.blog-five-item-item .description {
    font-size: 12px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.blog-five-item-item .blog-date span {
    font-size: 10px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}
.blog-five-item-item .blog-link {
    text-align: end;
    transition: all 0.3s;
    opacity: 0;
}

.blog-slider-btn {
    width: 66px;
    height: 66px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-slider-btn {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-slider-navigation {
        margin-top: 50px;
        text-align: center;
    }
}
.blog-slider-navigation .blog-slider-btn {
    position: absolute;
    top: 50%;
    inset-inline-start: -86px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-slider-navigation .blog-slider-btn {
        position: inherit;
    }
}
.blog-slider-navigation .blog-slider-btn.blog-slider-next {
    inset-inline-start: auto;
    inset-inline-end: -86px;
}

/*----------------------------------------*/
/*  banner css
/*----------------------------------------*/
.banner-style-five {
    padding-top: 65px;
    padding-bottom: 100px;
}
.banner-style-five .banner-five-main {
    display: grid;
    gap: 50px;
    text-align: center;
}
.banner-style-five .banner-content {
    max-width: 920px;
    margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-style-five .banner-content {
        max-width: 850px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-style-five .banner-content {
        max-width: 600px;
    }
}
@media (max-width: 575px) {
    .banner-style-five .banner-content {
        max-width: 480px;
    }
}
.banner-style-five .banner-content .banner-title {
    color: var(--td-white);
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 108.7%;
    font-weight: 500;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .banner-style-five .banner-content .banner-title {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .banner-style-five .banner-content .banner-title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-style-five .banner-content .banner-title {
        font-size: 48px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-style-five .banner-content .banner-title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-style-five .banner-content .banner-title {
        font-size: 36px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-style-five .banner-content .banner-title {
        font-size: 34px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-style-five .banner-content .banner-title {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .banner-style-five .banner-content .banner-title {
        font-size: 26px;
    }
}
@media (max-width: 480px) {
    .banner-style-five .banner-content .banner-title {
        font-size: 24px;
    }
}
.banner-style-five .banner-content .banner-title .highlight {
    color: var(--td-secondary);
    font-weight: 600;
}
.banner-style-five .banner-content .description {
    color: var(--td-white);
    max-width: 648px;
    line-height: 1.5;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 20px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-style-five .banner-content .description {
        font-size: 16px;
    }
}
.banner-style-five .banner-content .btn-wrap {
    justify-content: center;
}
.banner-style-five .banner-thumb-wrapper {
    position: relative;
    max-width: 1195px;
    margin: 0 auto;
}
.banner-style-five .banner-thumb-wrapper .crypto-coin-one {
    position: absolute;
    top: 28px;
    inset-inline-start: -93px;
    filter: drop-shadow(0px 10px 24px rgba(255, 205, 16, 0.25));
    z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-style-five .banner-thumb-wrapper .crypto-coin-one {
        width: 120px;
        inset-inline-start: -15px;
    }
}
@media (max-width: 575px) {
    .banner-style-five .banner-thumb-wrapper .crypto-coin-one {
        width: 60px;
        inset-inline-start: -10px;
    }
}
.banner-style-five .banner-thumb-wrapper .crypto-coin-two {
    position: absolute;
    inset-inline-end: -85px;
    bottom: 10px;
    filter: drop-shadow(0px 10px 34px rgba(0, 0, 0, 0.25));
    z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-style-five .banner-thumb-wrapper .crypto-coin-two {
        width: 120px;
        inset-inline-end: -10px;
    }
}
@media (max-width: 575px) {
    .banner-style-five .banner-thumb-wrapper .crypto-coin-two {
        width: 80px;
        inset-inline-end: -20px;
    }
}
.banner-style-five .banner-thumb-wrapper .circle-pattern {
    position: absolute;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    width: max-content;
    z-index: -1;
}
.banner-style-five .banner-thumb-wrapper .paly-video {
    width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.banner-style-five .banner-thumb-wrapper .paly-video::before {
    position: absolute;
    content: "";
    height: 110px;
    width: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid var(--td-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: video-border 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    transform: scale(1);
    transition: all 0.3s;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-style-five .banner-thumb-wrapper .paly-video::before {
        height: 90px;
        width: 90px;
    }
}
.banner-style-five .banner-thumb {
    position: relative;
    z-index: 1;
}
.banner-style-five .banner-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--td-black);
    opacity: 20%;
    top: 0;
    inset-inline-start: 0;
    border-radius: 20px;
}
.banner-style-five .banner-thumb img {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    width: 100%;
}

.crypto-coins .coin-one {
    position: absolute;
    top: 9%;
    inset-inline-start: 7%;
    filter: blur(2px) drop-shadow(0px 4px 144px #ffd85a);
    z-index: -1;
}
@media (max-width: 575px) {
    .crypto-coins .coin-one {
        display: none;
    }
}
.crypto-coins .coin-two {
    position: absolute;
    top: 30%;
    inset-inline-end: 8%;
    filter: blur(2px) drop-shadow(0px 4px 144px #ffd85a);
    z-index: -1;
}
@media (max-width: 575px) {
    .crypto-coins .coin-two {
        display: none;
    }
}

.banner-glows .glow-one {
    position: absolute;
    width: 716px;
    height: 716px;
    top: -67px;
    background: #64148a;
    filter: blur(430px);
    inset-inline-start: -180px;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) and (max-width: 1599px) {
    .banner-glows .glow-one {
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-glows .glow-one {
        width: 316px;
        height: 316px;
    }
}
.banner-glows .glow-two {
    position: absolute;
    width: 716px;
    height: 716px;
    top: 683px;
    background: #5affe1;
    filter: blur(430px);
    inset-inline-end: -218px;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) and (max-width: 1599px) {
    .banner-glows .glow-two {
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-glows .glow-two {
        width: 316px;
        height: 316px;
    }
}

.background-blur {
    background: linear-gradient(
        181deg,
        rgba(255, 255, 255, 0) -0.11%,
        rgba(255, 255, 255, 0.6) 100%
    );
    -webkit-background-clip: text;
    background-clip: text; /* Standard property */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent; /* Standard property */
    opacity: 0.2;
    line-height: 1;
    text-align: center;
    position: relative; /* Needed for pseudo-element */
}
.background-blur::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    background: inherit; /* Inherit the gradient background */
    filter: blur(10px); /* Apply the blur effect */
    z-index: -1; /* Place behind the text */
}

/*----------------------------------------*/
/*  Header css
/*----------------------------------------*/
.active-sticky {
    position: fixed !important;
    top: 0;
    z-index: 111;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
    animation: sticky 0.3s;
    -webkit-animation: sticky 0.3s;
}

.header-style-five {
    background: rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22px);
    position: relative;
    z-index: 150;
}
.header-style-five .header-logo {
    max-width: 155px;
}
.header-style-five .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 1680px;
    padding: 0 15px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-five .header-inner {
        padding: 17px 15px;
    }
}
.header-style-five .header-right .header-action {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-style-five .header-right .header-action .header-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-style-five
    .header-right
    .header-action
    .header-btn-wrap
    .shape-shifter-btn
    .btn-hover-slide {
    padding: 0 40px;
}

/*----------------------------------------*/
/* Authentication style
/*----------------------------------------*/
.auth-inner {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.auth-wrapper {
    width: 550px;
    margin: 0 auto;
    padding: 30px 35px 35px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}
@media (max-width: 575px) {
    .auth-wrapper {
        width: calc(100% - 30px);
        padding: 25px 15px 30px;
    }
}
.auth-wrapper.sing-up {
    width: 760px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .auth-wrapper.sing-up {
        width: calc(100% - 60px);
    }
}
@media (max-width: 575px) {
    .auth-wrapper.sing-up {
        width: calc(100% - 30px);
    }
}

.auth-from-top-content {
    margin-bottom: 45px;
}
@media (max-width: 575px) {
    .auth-from-top-content {
        margin-bottom: 35px;
    }
}
.auth-from-top-content .auth-logo {
    margin-bottom: 35px;
}
.auth-from-top-content .auth-logo img {
    width: auto;
    height: 30px;
}
.auth-from-top-content .title {
    margin-bottom: 5px;
}
.auth-from-top-content .email-hidden {
    font-size: 18px;
}

.auth-from-main {
    padding: 25px 50px;
    display: grid;
    align-content: stretch;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .auth-from-main {
        padding: 50px 30px;
    }
}
@media (max-width: 575px) {
    .auth-from-main {
        padding: 30px 20px;
    }
}
.auth-from-main .auth-from-inner {
    min-width: 635px;
    margin: 0 auto;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .auth-from-main .auth-from-inner {
        min-width: 100%;
    }
}
.auth-from-main .auth-from-top-content {
    text-align: center;
}
.auth-from-main .auth-from-top-content .auth-logo {
    margin-bottom: 24px;
}
.auth-from-main .auth-from-top-content .auth-logo a {
    display: block;
}
.auth-from-main .auth-from-top-content .title {
    font-size: 36px;
    margin-bottom: 13px;
    font-weight: 700;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .auth-from-main .auth-from-top-content .title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .auth-from-main .auth-from-top-content .title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .auth-from-main .auth-from-top-content .title {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
    .auth-from-main .auth-from-top-content .title {
        font-size: 22px;
    }
}
.auth-from-main .auth-from-top-content .description {
    max-width: 386px;
    margin: 0 auto;
}
.auth-from-main .auth-from-top-content .email-hidden {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}
.auth-from-main .auth-login-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 27px;
    margin-top: 6px;
}
.auth-from-main
    .auth-login-option
    .auth-remind-checkbox
    input[type="checkbox"]
    ~ label::before {
    width: 16px;
    height: 16px;
    top: 3px;
}
.auth-from-main
    .auth-login-option
    .auth-remind-checkbox
    input[type="checkbox"]
    ~ label::after {
    width: 16px;
    height: 16px;
}
.auth-from-main .auth-login-option .auth-remind-checkbox .remind-me {
    font-size: 14px;
    padding-inline-start: 24px;
}
.auth-from-main .auth-login-option .forget-content span {
    font-size: 14px;
    font-weight: 500;
}
.auth-from-main .auth-login-option .forget-content span a {
    text-decoration: underline;
    color: var(--td-primary);
}
.auth-from-main .auth-login-option .forget-content span a:hover {
    text-decoration: none;
}

.auth-login-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 27px;
    margin-top: 6px;
}
.auth-login-option
    .auth-remind-checkbox
    input[type="checkbox"]
    ~ label::before {
    width: 16px;
    height: 16px;
    top: 3px;
}
.auth-login-option .auth-remind-checkbox input[type="checkbox"] ~ label::after {
    width: 16px;
    height: 16px;
}
.auth-login-option .auth-remind-checkbox .remind-me {
    font-size: 14px;
    padding-inline-start: 24px;
}
.auth-login-option .forget-content span {
    font-size: 14px;
    font-weight: 500;
}
.auth-login-option .forget-content span a {
    text-decoration: underline;
}
.auth-login-option .forget-content span a:hover {
    text-decoration: none;
}

.auth-from-bottom-content {
    text-align: center;
    margin-top: 30px;
}

.auth-account .description {
    font-weight: 500;
}
.auth-account .description .link {
    color: var(--td-tertiary);
    text-decoration: underline;
}
.auth-account .description .link:hover {
    text-decoration: none;
}

.auth-privacy-policy {
    max-width: 323px;
    margin: auto;
    margin-top: 20px;
}
.auth-privacy-policy .description {
    font-size: 14px;
}
.auth-privacy-policy .description .link {
    font-weight: 600;
    color: var(--td-tertiary);
    text-decoration: underline;
}
.auth-privacy-policy .description .link:hover {
    text-decoration: none;
}
.auth-privacy-policy .description span {
    padding: 0 5px;
}

/*----------------------------------------*/
/*  2.12 Badge
/*----------------------------------------*/
.coinefy-badge {
    background: rgba(133, 255, 196, 0.1);
    border: 1px solid var(--td-success);
    border-radius: 100px;
    font-size: 12px;
    padding: 5px 10px 5px 25px;
    color: var(--td-success);
    position: relative;
    display: inline-flex;
}
.coinefy-badge:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    background: var(--td-success);
    inset-inline-start: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.coinefy-badge.warning {
    color: var(--td-warning);
    border-color: var(--td-warning);
    background: rgba(255, 163, 54, 0.1);
}
.coinefy-badge.warning::before {
    background-color: currentColor;
}
.coinefy-badge.danger {
    color: var(--td-danger);
    background: rgba(255, 62, 62, 0.1);
    border-color: var(--td-danger);
}
.coinefy-badge.danger::before {
    background-color: currentColor;
}
.coinefy-badge.white {
    color: var(--td-white);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--td-white);
    border-radius: 100px;
}
.coinefy-badge.white::before {
    background-color: currentColor;
}
.coinefy-badge.white-opacity {
    color: var(--td-white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
}
.coinefy-badge.candle-light {
    color: var(--td-candleLight);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--td-candleLight);
}
.coinefy-badge.candle-light::before {
    background-color: currentColor;
}
.coinefy-badge.badge-icon {
    padding: 5px 10px 5px 10px;
}
.coinefy-badge.badge-icon::before {
    display: none;
}

.td-badge {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 15px;
    color: var(--td-heading);
    line-height: 1;
    text-align: center;
    background-color: var(--td-white);
}
.td-badge.primary {
    background: var(--td-primary);
    color: var(--td-white);
}
.td-badge.warning {
    background: var(--td-tertiary);
    color: var(--td-white);
}
.td-badge.danger {
    color: var(--td-white);
    background: var(--td-bg-danger);
}
.td-badge.success {
    color: var(--td-white);
    background: var(--td-bg-success);
}
.td-badge.black {
    color: var(--td-white);
    background: var(--td-black);
}

/*---------------------------------
/*  Button styles
---------------------------------*/
.btn-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px 15px;
    flex-wrap: wrap;
}

.site-btn {
    height: 45px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 27px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #000000;
    background: var(--td-white);
    font-weight: 600;
    font-size: 14px;
}
.site-btn.clip-btn-outline {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: var(--td-white);
    gap: 8px;
}
.site-btn.clip-btn-primary {
    background: var(--td-primary);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: var(--td-white);
    gap: 8px;
}
.site-btn.primary-btn {
    background-color: var(--td-primary);
    color: var(--td-white);
}
.site-btn.primary-btn .btn-hover-slide::before {
    background: #64148a;
}

.shape-shifter-btn,
.shape-shifter-btn *,
.shape-shifter-btn :after,
.shape-shifter-btn :before,
.shape-shifter-btn:after,
.shape-shifter-btn:before {
    border: 0 solid;
    box-sizing: border-box;
}

.shape-shifter-btn {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    color: #fff;
    font-weight: 600;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    --background: #2c2f33;
    background: none;
    overflow: hidden;
    position: relative;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.shape-shifter-btn:disabled {
    cursor: default;
}
.shape-shifter-btn:-moz-focusring {
    outline: auto;
}
.shape-shifter-btn svg {
    display: block;
    vertical-align: middle;
}
.shape-shifter-btn [hidden] {
    display: none;
}
.shape-shifter-btn span {
    display: block;
    position: relative;
    transition: transform 0.2s ease;
}
.shape-shifter-btn .btn-hover-slide {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 0 35px;
    z-index: 1;
    clip-path: polygon(
        0.763% 36.135%,
        4.074% 12.543%,
        4.074% 12.543%,
        4.43% 10.319%,
        4.845% 8.279%,
        5.313% 6.435%,
        5.83% 4.799%,
        6.391% 3.382%,
        6.989% 2.196%,
        7.62% 1.253%,
        8.278% 0.565%,
        8.959% 0.143%,
        9.657% 0%,
        90.073% 0%,
        90.073% 0%,
        90.785% 0.149%,
        91.48% 0.588%,
        92.151% 1.305%,
        92.792% 2.286%,
        93.399% 3.518%,
        93.966% 4.99%,
        94.486% 6.687%,
        94.956% 8.598%,
        95.369% 10.71%,
        95.719% 13.009%,
        99.269% 39.753%,
        99.269% 39.753%,
        99.5% 41.723%,
        99.68% 43.746%,
        99.809% 45.808%,
        99.886% 47.898%,
        99.912% 50%,
        99.886% 52.102%,
        99.809% 54.192%,
        99.68% 56.254%,
        99.5% 58.277%,
        99.269% 60.247%,
        95.719% 86.991%,
        95.719% 86.991%,
        95.369% 89.29%,
        94.956% 91.402%,
        94.486% 93.313%,
        93.966% 95.01%,
        93.399% 96.482%,
        92.792% 97.714%,
        92.151% 98.695%,
        91.48% 99.412%,
        90.785% 99.851%,
        90.073% 100%,
        9.927% 100%,
        9.927% 100%,
        9.189% 99.84%,
        8.471% 99.369%,
        7.779% 98.601%,
        7.119% 97.552%,
        6.497% 96.237%,
        5.92% 94.668%,
        5.393% 92.862%,
        4.923% 90.833%,
        4.516% 88.596%,
        4.177% 86.164%,
        0.595% 56.268%,
        0.595% 56.268%,
        0.388% 54.305%,
        0.231% 52.297%,
        0.124% 50.257%,
        0.067% 48.197%,
        0.059% 46.131%,
        0.101% 44.071%,
        0.193% 42.028%,
        0.333% 40.016%,
        0.524% 38.048%,
        0.763% 36.135%
    );
}
.shape-shifter-btn .btn-hover-slide::before {
    position: absolute;
    content: "";
    transition: 0.3s ease-out;
    background: var(--td-primary);
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
}

.shape-shifter-btn:after,
.shape-shifter-btn:before {
    --tilt: 12px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-clip-path: polygon(
        0.763% 36.135%,
        4.074% 12.543%,
        4.074% 12.543%,
        4.43% 10.319%,
        4.845% 8.279%,
        5.313% 6.435%,
        5.83% 4.799%,
        6.391% 3.382%,
        6.989% 2.196%,
        7.62% 1.253%,
        8.278% 0.565%,
        8.959% 0.143%,
        9.657% 0%,
        90.073% 0%,
        90.073% 0%,
        90.785% 0.149%,
        91.48% 0.588%,
        92.151% 1.305%,
        92.792% 2.286%,
        93.399% 3.518%,
        93.966% 4.99%,
        94.486% 6.687%,
        94.956% 8.598%,
        95.369% 10.71%,
        95.719% 13.009%,
        99.269% 39.753%,
        99.269% 39.753%,
        99.5% 41.723%,
        99.68% 43.746%,
        99.809% 45.808%,
        99.886% 47.898%,
        99.912% 50%,
        99.886% 52.102%,
        99.809% 54.192%,
        99.68% 56.254%,
        99.5% 58.277%,
        99.269% 60.247%,
        95.719% 86.991%,
        95.719% 86.991%,
        95.369% 89.29%,
        94.956% 91.402%,
        94.486% 93.313%,
        93.966% 95.01%,
        93.399% 96.482%,
        92.792% 97.714%,
        92.151% 98.695%,
        91.48% 99.412%,
        90.785% 99.851%,
        90.073% 100%,
        9.927% 100%,
        9.927% 100%,
        9.189% 99.84%,
        8.471% 99.369%,
        7.779% 98.601%,
        7.119% 97.552%,
        6.497% 96.237%,
        5.92% 94.668%,
        5.393% 92.862%,
        4.923% 90.833%,
        4.516% 88.596%,
        4.177% 86.164%,
        0.595% 56.268%,
        0.595% 56.268%,
        0.388% 54.305%,
        0.231% 52.297%,
        0.124% 50.257%,
        0.067% 48.197%,
        0.059% 46.131%,
        0.101% 44.071%,
        0.193% 42.028%,
        0.333% 40.016%,
        0.524% 38.048%,
        0.763% 36.135%
    );
    clip-path: polygon(
        0.763% 36.135%,
        4.074% 12.543%,
        4.074% 12.543%,
        4.43% 10.319%,
        4.845% 8.279%,
        5.313% 6.435%,
        5.83% 4.799%,
        6.391% 3.382%,
        6.989% 2.196%,
        7.62% 1.253%,
        8.278% 0.565%,
        8.959% 0.143%,
        9.657% 0%,
        90.073% 0%,
        90.073% 0%,
        90.785% 0.149%,
        91.48% 0.588%,
        92.151% 1.305%,
        92.792% 2.286%,
        93.399% 3.518%,
        93.966% 4.99%,
        94.486% 6.687%,
        94.956% 8.598%,
        95.369% 10.71%,
        95.719% 13.009%,
        99.269% 39.753%,
        99.269% 39.753%,
        99.5% 41.723%,
        99.68% 43.746%,
        99.809% 45.808%,
        99.886% 47.898%,
        99.912% 50%,
        99.886% 52.102%,
        99.809% 54.192%,
        99.68% 56.254%,
        99.5% 58.277%,
        99.269% 60.247%,
        95.719% 86.991%,
        95.719% 86.991%,
        95.369% 89.29%,
        94.956% 91.402%,
        94.486% 93.313%,
        93.966% 95.01%,
        93.399% 96.482%,
        92.792% 97.714%,
        92.151% 98.695%,
        91.48% 99.412%,
        90.785% 99.851%,
        90.073% 100%,
        9.927% 100%,
        9.927% 100%,
        9.189% 99.84%,
        8.471% 99.369%,
        7.779% 98.601%,
        7.119% 97.552%,
        6.497% 96.237%,
        5.92% 94.668%,
        5.393% 92.862%,
        4.923% 90.833%,
        4.516% 88.596%,
        4.177% 86.164%,
        0.595% 56.268%,
        0.595% 56.268%,
        0.388% 54.305%,
        0.231% 52.297%,
        0.124% 50.257%,
        0.067% 48.197%,
        0.059% 46.131%,
        0.101% 44.071%,
        0.193% 42.028%,
        0.333% 40.016%,
        0.524% 38.048%,
        0.763% 36.135%
    );
    content: "";
    display: block;
    height: 100%;
    inset-inline-start: 0;
    position: absolute;
    top: 0;
    transition: -webkit-clip-path 0.2s ease;
    transition: clip-path 0.2s ease;
    transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
    width: 100%;
    z-index: -1;
}

.shape-shifter-btn:after {
    --thickness: 1px;
    background: var(--background);
    height: calc(100% - var(--thickness) * 2);
    inset-inline-start: var(--thickness);
    top: var(--thickness);
    width: calc(100% - var(--thickness) * 2);
}

.shape-shifter-btn:hover {
    color: var(--td-white);
}

.shape-shifter-btn.primary-btn {
    --background: var(--td-primary);
}
.shape-shifter-btn.primary-btn:before {
    background-color: #8352e1;
}
.shape-shifter-btn.primary-btn .btn-hover-slide::before {
    background-color: var(--td-tertiary);
}

.shape-shifter-btn:hover .btn-hover-slide::before {
    width: 100%;
}

/*----------------------------------------*/
/*  Offcanvas
/*----------------------------------------*/
.offcanvas-area {
    background: #1b1e23 none repeat scroll 0 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 360px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
.offcanvas-area ::-webkit-scrollbar {
    display: none;
}
@media (max-width: 360px) {
    .offcanvas-area {
        width: 100%;
    }
}
.offcanvas-area.info-open {
    opacity: 1;
    transform: translateX(0);
}

.offcanvas-logo a img {
    width: 160px;
}
@media (max-width: 575px) {
    .offcanvas-logo a img {
        width: 150px;
    }
}
@media (max-width: 575px) {
    .offcanvas-logo a img {
        width: 140px;
    }
}

.offcanvas-content {
    padding-bottom: 45px;
}

.offcanva-wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}
@media (max-width: 480px) {
    .offcanva-wrapper {
        padding: 30px 20px;
    }
}

.offcanvas-top {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-title {
    color: var(--td-white);
    font-size: 20px;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .offcanvas-title {
        font-size: 20px;
    }
}

.offcanvas-text p {
    margin-bottom: 25px;
}

.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    inset-inline-end: 0;
    transition: 0.3s;
}
.offcanvas-overlay.overlay-open {
    opacity: 0.6;
    visibility: visible;
}

.sidebar-toggle {
    cursor: pointer;
}

.offcanvas-contact-icon {
    margin-inline-end: 15px;
}

.offcanvas-header-btn-wrap .shape-shifter-btn .btn-hover-slide {
    padding: 0 40px;
}

.offcanvas-btn {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
}

.offcanvas-close-icon {
    line-height: 1;
    color: var(--td-white);
    background: transparent;
}
.offcanvas-close-icon .offcanvas-m-lines {
    position: relative;
    display: block;
    height: 12px;
    width: 33px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
    top: 6px;
    transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
    opacity: 0;
    opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
    top: 6px;
    transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
    position: absolute;
    inset-inline-start: 0;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
    top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
    top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
    bottom: 0;
    bottom: 0;
}
.offcanvas-close-icon .offcanvas-m-line:hover .offcanvas-m-line {
    animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
    animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon .offcanvas-m-line:hover .offcanvas-m-line:nth-of-type(2) {
    animation-delay: 0.1s;
}

/*----------------------------------------*/
/* Section Title  
/*----------------------------------------*/
.section-subtitle {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    color: var(--td-white);
    font-weight: 500;
}
.section-subtitle:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.4;
    z-index: -1;
    top: 0;
    inset-inline-start: 0;
}

.section-title {
    font-size: 40px;
    color: var(--td-white);
}
.section-title .highlight {
    color: var(--td-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-title {
        font-size: 36px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .section-title {
        font-size: 24px;
        letter-spacing: -1px;
    }
}

/*----------------------------------------*/
/* Tab customize
/*----------------------------------------*/
.td-tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: 0;
}
.td-tab .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*----------------------------------------
   Basic pagination
-----------------------------------------*/
.pagination-wrapper {
    margin-top: 20px;
}

.coinefy-pagination ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .coinefy-pagination ul {
        justify-content: start;
    }
}
.coinefy-pagination ul li {
    list-style: none;
}
.coinefy-pagination ul li:first-child a,
.coinefy-pagination ul li:last-child a {
    border-color: transparent;
}
.coinefy-pagination ul li a {
    width: 45px;
    height: 45px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    inset-inline-end: 0;
    top: 50%;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}
.coinefy-pagination ul li a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--td-white);
    border-color: rgba(255, 255, 255, 0.03);
}
.coinefy-pagination ul li a i {
    font-weight: 500;
}
.coinefy-pagination ul li .current {
    width: 45px;
    height: 45px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    inset-inline-end: 0;
    top: 50%;
    font-weight: 500;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--td-white);
    border-color: rgba(255, 255, 255, 0.03);
}

/*----------------------------------------*/
/* Back to top 
/*----------------------------------------*/
.back-to-top-wrap {
    position: fixed;
    bottom: 30px;
    inset-inline-end: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: var(--td-primary);
}
@media (max-width: 480px) {
    .back-to-top-wrap {
        bottom: 20px;
        inset-inline-end: 20px;
    }
}
.back-to-top-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.back-to-top-wrap::after {
    position: absolute;
    font-family: var(--td-ff-fontawesome);
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: var(--td-white);
    inset-inline-start: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.back-to-top-wrap svg path {
    fill: none;
}
.back-to-top-wrap svg.backtotop-circle path {
    stroke: #ccc;
    stroke-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

/*----------------------------------------*/
/*  forms scss
/*----------------------------------------*/
.coinefy-single-input .input-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--td-white);
}
.coinefy-single-input .input-field {
    position: relative;
}
.coinefy-single-input .input-field.disabled input[type="text"],
.coinefy-single-input .input-field.disabled input[type="email"],
.coinefy-single-input .input-field.disabled input[type="tel"],
.coinefy-single-input .input-field.disabled input[type="number"],
.coinefy-single-input .input-field.disabled input[type="password"],
.coinefy-single-input .input-field.disabled input[type="date"],
.coinefy-single-input .input-field.disabled textarea {
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}
.coinefy-single-input .input-field.disabled input[type="text"]:focus,
.coinefy-single-input .input-field.disabled input[type="email"]:focus,
.coinefy-single-input .input-field.disabled input[type="tel"]:focus,
.coinefy-single-input .input-field.disabled input[type="number"]:focus,
.coinefy-single-input .input-field.disabled input[type="password"]:focus,
.coinefy-single-input .input-field.disabled input[type="date"]:focus,
.coinefy-single-input .input-field.disabled textarea:focus {
    border-color: rgba(255, 255, 255, 0.08);
}
.coinefy-single-input .input-field input[type="text"],
.coinefy-single-input .input-field input[type="email"],
.coinefy-single-input .input-field input[type="tel"],
.coinefy-single-input .input-field input[type="number"],
.coinefy-single-input .input-field input[type="password"],
.coinefy-single-input .input-field input[type="date"],
.coinefy-single-input .input-field textarea {
    padding: 0px 15px 0 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    outline: none;
    height: 45px;
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.coinefy-single-input .input-field input[type="text"]:focus,
.coinefy-single-input .input-field input[type="email"]:focus,
.coinefy-single-input .input-field input[type="tel"]:focus,
.coinefy-single-input .input-field input[type="number"]:focus,
.coinefy-single-input .input-field input[type="password"]:focus,
.coinefy-single-input .input-field input[type="date"]:focus,
.coinefy-single-input .input-field textarea:focus {
    border-color: var(--td-primary);
}
.coinefy-single-input
    .input-field
    input[type="text"]::-webkit-input-placeholder,
.coinefy-single-input
    .input-field
    input[type="email"]::-webkit-input-placeholder,
.coinefy-single-input .input-field input[type="tel"]::-webkit-input-placeholder,
.coinefy-single-input
    .input-field
    input[type="number"]::-webkit-input-placeholder,
.coinefy-single-input
    .input-field
    input[type="password"]::-webkit-input-placeholder,
.coinefy-single-input
    .input-field
    input[type="date"]::-webkit-input-placeholder,
.coinefy-single-input .input-field textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
}
.coinefy-single-input .input-field input[type="text"]::-moz-placeholder,
.coinefy-single-input .input-field input[type="email"]::-moz-placeholder,
.coinefy-single-input .input-field input[type="tel"]::-moz-placeholder,
.coinefy-single-input .input-field input[type="number"]::-moz-placeholder,
.coinefy-single-input .input-field input[type="password"]::-moz-placeholder,
.coinefy-single-input .input-field input[type="date"]::-moz-placeholder,
.coinefy-single-input .input-field textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
}
.coinefy-single-input .input-field input[type="text"]:-moz-placeholder,
.coinefy-single-input .input-field input[type="email"]:-moz-placeholder,
.coinefy-single-input .input-field input[type="tel"]:-moz-placeholder,
.coinefy-single-input .input-field input[type="number"]:-moz-placeholder,
.coinefy-single-input .input-field input[type="password"]:-moz-placeholder,
.coinefy-single-input .input-field input[type="date"]:-moz-placeholder,
.coinefy-single-input .input-field textarea:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 14px;
}
.coinefy-single-input .input-field input[type="text"]:-ms-input-placeholder,
.coinefy-single-input .input-field input[type="email"]:-ms-input-placeholder,
.coinefy-single-input .input-field input[type="tel"]:-ms-input-placeholder,
.coinefy-single-input .input-field input[type="number"]:-ms-input-placeholder,
.coinefy-single-input .input-field input[type="password"]:-ms-input-placeholder,
.coinefy-single-input .input-field input[type="date"]:-ms-input-placeholder,
.coinefy-single-input .input-field textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
}
.coinefy-single-input .input-field input[type="text"]::placeholder,
.coinefy-single-input .input-field input[type="email"]::placeholder,
.coinefy-single-input .input-field input[type="tel"]::placeholder,
.coinefy-single-input .input-field input[type="number"]::placeholder,
.coinefy-single-input .input-field input[type="password"]::placeholder,
.coinefy-single-input .input-field input[type="date"]::placeholder,
.coinefy-single-input .input-field textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
}
.coinefy-single-input .input-field textarea {
    padding: 12px 15px;
    height: 150px;
    resize: none;
}
.coinefy-single-input .input-field textarea:focus {
    border-color: var(--td-primary);
}
.coinefy-single-input .input-icon {
    position: absolute;
    inset-inline-end: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.coinefy-single-input .input-icon i {
    font-size: 14px;
}
.coinefy-single-input .input-icon.eyeicon {
    cursor: pointer;
}
.coinefy-single-input .input-description {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    color: var(--td-seaweed);
}
.coinefy-single-input .coinefy-input-label {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--td-white);
}
.coinefy-single-input .coinefy-input-label span {
    padding-inline-start: 4px;
}
.coinefy-single-input .input-field input {
    outline: none;
    height: 45px;
    width: 100%;
    font-size: 14px;
    color: var(--td-text-primary);
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.08);
    mix-blend-mode: normal;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    color: var(--td-white);
}
.coinefy-single-input .input-field input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.3);
}
.coinefy-single-input .input-field input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.3);
}
.coinefy-single-input .input-field input:-moz-placeholder {
    /* Firefox 4-18 */
    color: rgba(255, 255, 255, 0.3);
}
.coinefy-single-input .input-field input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(255, 255, 255, 0.3);
}
.coinefy-single-input .input-field input::placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.3);
}
.coinefy-single-input .input-field input:focus {
    border-color: var(--td-primary);
}
.coinefy-single-input .input-field.input-group {
    flex-wrap: nowrap;
}
[dir="rtl"] .coinefy-single-input .input-field.input-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.coinefy-single-input .input-field .input-group-text {
    color: var(--td-white);
    background: rgba(255, 255, 255, 0.08);
    mix-blend-mode: normal;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    font-size: 14px;
    min-width: 65px;
    justify-content: center;
}
[dir="rtl"] .coinefy-single-input .input-field .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.coinefy-single-input .input-select .nice-select {
    height: 44px;
    width: 100%;
    padding: 0 15px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.08);
}
.coinefy-single-input .input-select .nice-select .current {
    text-align: left;
    font-size: 14px;
    position: relative;
    color: var(--td-white);
}
.coinefy-single-input .input-select .nice-select .list {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: 100%;
    padding: 10px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: #242424;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.08);
    border-width: 1px;
    padding: 12px 12px 12px 12px;
    max-height: 300px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.coinefy-single-input .input-select .nice-select::after {
    font-size: 16px;
    inset-inline-end: 16px;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid var(--td-text-primary);
    border-inline-end: 1.5px solid var(--td-text-primary);
    font-size: 16px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 5px solid;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.2s;
    margin-top: -2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.coinefy-single-input .input-select .nice-select .option {
    font-size: 14px;
    line-height: 38px;
    min-height: 38px;
    color: var(--td-white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 0 10px;
}
.coinefy-single-input .input-select .nice-select .option.selected {
    font-weight: 500;
}
.coinefy-single-input .input-select .nice-select .option:hover {
    background-color: #353535;
}
.coinefy-single-input .input-select .nice-select .option.selected.focus {
    background-color: #353535;
}
.coinefy-single-input .otp-verification {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    max-width: 355px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.coinefy-single-input .otp-verification input[type="text"],
.coinefy-single-input .otp-verification input[type="email"],
.coinefy-single-input .otp-verification input[type="tel"],
.coinefy-single-input .otp-verification input[type="number"],
.coinefy-single-input .otp-verification input[type="password"],
.coinefy-single-input .otp-verification input[type="date"],
.coinefy-single-input .otp-verification textarea {
    padding: 0px 15px 0 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    outline: none;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    color: var(--td-white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.coinefy-single-input .otp-verification input[type="text"]:focus,
.coinefy-single-input .otp-verification input[type="email"]:focus,
.coinefy-single-input .otp-verification input[type="tel"]:focus,
.coinefy-single-input .otp-verification input[type="number"]:focus,
.coinefy-single-input .otp-verification input[type="password"]:focus,
.coinefy-single-input .otp-verification input[type="date"]:focus,
.coinefy-single-input .otp-verification textarea:focus {
    border-color: var(--td-primary);
}
.coinefy-single-input.has-right-icon .input-field input {
    padding-inline-end: 40px;
}

.coinefy-single-input.has-invalid .input-field input[type="text"]:focus,
.coinefy-single-input.has-invalid .input-field input[type="email"]:focus,
.coinefy-single-input.has-invalid .input-field input[type="tel"]:focus,
.coinefy-single-input.has-invalid .input-field input[type="number"]:focus,
.coinefy-single-input.has-invalid .input-field input[type="password"]:focus,
.coinefy-single-input.has-invalid .input-field input[type="date"]:focus,
.coinefy-single-input.has-invalid .input-field textarea:focus {
    border-color: var(--td-danger);
}
.coinefy-single-input.has-invalid .input-field textarea:focus {
    border-color: var(--td-danger);
}

.feedback-invalid {
    font-size: 14px;
    margin-top: 5px;
    color: var(--td-danger);
    display: none;
}

/*----------------------------------------
   Image Preview 
-----------------------------------------*/
.coinefy-upload-input {
    position: relative;
}
.coinefy-upload-input .input-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--td-white);
}

.file-upload-wrap .top-content {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.file-upload-wrap .input-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000000;
}

.upload-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 155px;
    text-align: center;
    border-radius: 8px;
}
.upload-custom-file input[type="file"] {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
}
.upload-custom-file label {
    z-index: 1;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    inset-inline-end: 0;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.4s;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    background-color: rgba(0, 0, 0, 0.1);
}
.upload-custom-file label span {
    display: block;
    font-size: 14px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.upload-custom-file label span b {
    color: var(--td-primary);
    font-weight: 500;
    text-decoration: underline;
}
.upload-custom-file label .type-file-text {
    margin-top: 5px;
    color: var(--td-danger);
}
.upload-custom-file label .upload-icon {
    max-width: 35px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.upload-custom-file label.file-ok {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.upload-custom-file label.file-ok span {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    padding: 0.3rem;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin: auto;
    text-decoration: none;
}
.upload-custom-file label.file-ok .upload-icon {
    display: none;
}
.upload-custom-file.without-image {
    height: 188px;
}
.upload-custom-file.without-image label {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 20px;
}

.upload-thumb-close {
    display: none;
    position: absolute;
    inset-inline-end: 10px;
    top: 45px;
    z-index: 5;
    color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 12px;
    transition: none;
}

.coinefy-input-filter .nice-select {
    height: 46px;
    width: 100%;
    padding: 0 30px 0px 15px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    float: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
[dir="rtl"] .coinefy-input-filter .nice-select {
    padding: 0 15px 0px 30px;
}
.coinefy-input-filter .nice-select .current {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: var(--td-text-primary);
}
@media (max-width: 480px) {
    .coinefy-input-filter .nice-select .current {
        font-size: 12px;
    }
}
.coinefy-input-filter .nice-select .list {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: max-content;
    padding: 10px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-radius: 12px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.08);
    border-width: 1px;
    padding: 12px 12px 12px 12px;
    max-height: 300px;
    width: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    background: var(--td-white);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 30;
    background-color: rgb(50, 50, 53);
}
.coinefy-input-filter .nice-select::after {
    font-size: 16px;
    inset-inline-end: 16px;
    width: 9px;
    height: 9px;
    font-size: 16px;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
[dir="rtl"] .coinefy-input-filter .nice-select::after {
    inset-inline: auto;
    inset-inline-end: 12px;
}
.coinefy-input-filter .nice-select .option {
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    min-height: 40px;
    color: var(--td-text-primary);
    border-radius: 10px;
    padding: 0 15px;
}
@media (max-width: 480px) {
    .coinefy-input-filter .nice-select .option {
        font-size: 12px;
    }
}
[dir="rtl"] .coinefy-input-filter .nice-select .option {
    text-align: right;
}
.coinefy-input-filter .nice-select .option.selected {
    font-weight: 500;
}
.coinefy-input-filter .nice-select .option:hover {
    background-color: rgba(255, 255, 255, 0.08);
}
.coinefy-input-filter .nice-select .option.selected.focus {
    background-color: rgba(255, 255, 255, 0.08);
}
.coinefy-input-filter .nice-select.open,
.coinefy-input-filter .nice-select:focus {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.coinefy-input-filter.input-xxs .nice-select {
    height: 38px;
    font-size: 14px;
    min-width: 155px;
}
.coinefy-input-filter.input-xxs .nice-select::after {
    width: 8px;
    height: 8px;
}
.coinefy-input-filter.input-xxs .nice-select .option {
    line-height: 35px;
    min-height: 35px;
}

.td-single-input.fill-color .nice-select {
    background: var(--td-alice-blue);
    border: 1px solid rgba(0, 101, 255, 0.2);
}

/*----------------------------------------*/
/*  Animations 
/*----------------------------------------*/
@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
/*----------------------------------------*/
/*  Populer animation
/*----------------------------------------*/
@-webkit-keyframes circleMove {
    0% {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes circleMove {
    0% {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes imageMove1 {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-360deg);
    }
}
@keyframes imageMove1 {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-360deg);
    }
}
@-webkit-keyframes imageMove2 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-60deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-420deg);
    }
}
@keyframes imageMove2 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-60deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-420deg);
    }
}
@-webkit-keyframes imageMove3 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-120deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-480deg);
    }
}
@keyframes imageMove3 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-120deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-480deg);
    }
}
@-webkit-keyframes imageMove4 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-180deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-540deg);
    }
}
@keyframes imageMove4 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-180deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-540deg);
    }
}
@-webkit-keyframes imageMove5 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-240deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-600deg);
    }
}
@keyframes imageMove5 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-240deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-600deg);
    }
}
@-webkit-keyframes imageMove6 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-300deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-660deg);
    }
}
@keyframes imageMove6 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-300deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-660deg);
    }
}
.movingX {
    -webkit-animation: movingX 35s linear infinite;
    animation: movingX 35s linear infinite;
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
    }
    50% {
        -webkit-transform: translateX(calc(100vw - 100%));
        transform: translateX(calc(100vw - 100%));
    }
    51% {
        -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
        transform: translateX(calc(100vw - 100%)) rotateY(180deg);
    }
    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg);
    }
}
@keyframes movingX {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
    }
    50% {
        -webkit-transform: translateX(calc(100vw - 100%));
        transform: translateX(calc(100vw - 100%));
    }
    51% {
        -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
        transform: translateX(calc(100vw - 100%)) rotateY(180deg);
    }
    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg);
    }
}
/*----------------------------------------*/
/*  Float Bob X Animation Css
/*----------------------------------------*/
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(-15px);
    }
}
@keyframes float-bob-y {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(-15px);
    }
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/*======================================
click-pulse animation
========================================*/
@-webkit-keyframes click-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes click-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
/*======================================
Marquee animation
========================================*/
@-webkit-keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@-webkit-keyframes marquee2 {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes marquee2 {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
/*----------------------------------------*/
/*  video-border Animation Css
/*----------------------------------------*/
@-webkit-keyframes video-border {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
@-moz-keyframes video-border {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
@-ms-keyframes video-border {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
@keyframes video-border {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
/*----------------------------------------*/
/*  Shortcodes
/*----------------------------------------*/
.text-body {
    color: var(--td-heading);
}

.text-white {
    color: var(--td-white);
}

.text-black {
    color: var(--td-black);
}

.text-primary {
    color: var(--td-primary);
}

.text-secondary {
    color: var(--td-secondary);
}

.text-quaternary {
    color: var(--td-tertiary);
}

.text-gradient-1 {
    background: linear-gradient(
        135deg,
        rgba(253, 216, 25, 0.5) 0%,
        rgba(248, 23, 23, 0.5) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.radius-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.radius-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.radius-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.radius-30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.radius-40 {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
}

.radius-45 {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -o-border-radius: 45px;
    -ms-border-radius: 45px;
    border-radius: 45px;
}

.radius-50 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

.radius-60 {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
}

.title-font {
    font-family: var(--td-ff-title);
}

.fw-3 {
    font-weight: var(--td-fw-light);
}

.fw-4 {
    font-weight: var(--td-fw-regular);
}

.fw-5 {
    font-weight: var(--td-fw-medium);
}

.fw-6 {
    font-weight: var(--td-fw-sbold);
}

.fw-7 {
    font-weight: var(--td-fw-bold);
}

.fw-8 {
    font-weight: var(--td-fw-ebold);
}

.fw-9 {
    font-weight: var(--td-fw-black);
}

.gap--5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-24 {
    gap: 24px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

/*----------------------------------------*/
/*  Background Css
/*----------------------------------------*/
.white-bg {
    background-color: var(--td-white);
}

.black-bg {
    background-color: var(--td-black);
}

.theme-bg {
    background-color: var(--td-bg-primary);
}

.theme-bg-secondary {
    background-color: var(--td-bg-secondary);
}

.warning-bg {
    background-color: var(--td-tertiary);
}

.flash-white {
    background-color: var(--td-flash-white);
}

.bg-aliceBlue {
    background-color: var(--td-aliceBlue);
}

/*----------------------------------------*/
/*  Preloader scss
/*----------------------------------------*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    top: 0;
    background-color: #121212;
    z-index: 999;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #121212;
}
.sk-three-bounce .sk-child {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: var(--td-primary);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce.is-brick-red.sk-three-bounce .sk-child {
    background-color: var(--bd-theme-2);
}
.sk-three-bounce.is-mainly-blue.sk-three-bounce .sk-child {
    background-color: var(--bd-theme-3);
}
.sk-three-bounce.is-orange.sk-three-bounce .sk-child {
    background-color: var(--bd-theme-4);
}
.sk-three-bounce.is-purple.sk-three-bounce .sk-child {
    background-color: var(--bd-theme-5);
}
.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*----------------------------------------*/
/*  Colors
/*----------------------------------------*/
.white-text {
    color: var(--td-white) !important;
}

.black-text {
    color: var(--td-black);
}

.text-primary {
    color: var(--td-heading);
}

.theme-primary {
    color: var(--td-bg-primary);
}

.theme-secondary {
    color: var(--td-secondary);
}

.theme-text-primary {
    color: var(--td-text-secondary);
}

.theme-text-secondary {
    color: var(--td-text-secondary);
}

.theme-text-tertiary {
    color: var(--td-text-tertiary);
}

.warning-text {
    color: var(--td-warning);
}

.success-text {
    color: var(--td-success);
}

.danger-text {
    color: var(--td-danger);
}

.green-text {
    color: var(--td-green);
}

.retro-lime-text {
    color: var(--td-retro-lime);
}



.header-lang-item {
    position: relative;
    top: 3px;
}
.header-lang-item > span {
    position: relative;
    font-size: 15px;
    transition: all 0.1s linear;
    z-index: 1;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
}
.header-lang-item > span svg {
    position: relative;
    top: -1px;
}
.header-lang-item > span:hover {
    cursor: pointer;
}
.header-lang-item ul {
    position: absolute;
    top: calc(100% + 20px);
    inset-inline-end: 0;
    z-index: 33;
    padding: 10px 15px;
    visibility: hidden;
    opacity: 0;
    min-width: 150px;
    -webkit-transition: all 0.2s 0s ease-out;
    -moz-transition: all 0.2s 0s ease-out;
    -ms-transition: all 0.2s 0s ease-out;
    -o-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out;
    background: #2c2f33;
    mix-blend-mode: normal;
    box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
    backdrop-filter: blur(50px);
    border-radius: 10px;
}
@media (max-width: 480px) {
    .header-lang-item ul {
        inset-inline-start: auto;
        inset-inline-end: 0;
    }
}
.header-lang-item ul.lang-list-open {
    visibility: visible;
    opacity: 1;
}
.header-lang-item ul li {
    list-style: none;
}
.header-lang-item ul li:not(:last-child) {
    margin-bottom: 3px;
}
.header-lang-item ul li span.icon {
    display: none;
    transition: none;
}
.header-lang-item ul li .active span.icon {
    display: inline-block;
}
.header-lang-item ul li a {
    font-size: 15px;
    font-weight: 500;
}
.header-lang-item ul li a:hover {
    color: var(--td-tertiary);
}





/*# sourceMappingURL=styles.css.map */

