/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (1.01) mixins start ---------
 ==== */

/* ==== 
 --------- (1.01) mixins end ---------
 ==== */

/* ==== 
 --------- (1.02) variables start ---------
 ==== */

:root {
    /* Fonts */
    --ibm: "IBM Plex Sans", sans-serif;
    --template-font: var(--ibm);
    --heading-font: var(--ibm);
    /* Backgrounds */
    --template-bg: #06111F;
    /* Main Dark Navy */
    --template-color: #F4F7FC;
    /* Basic Colors */
    --white: #FFFFFF;
    --black: #020812;
    /* Brand Colors */
    --primary-color: #FFC72C;
    /* Premium Gold */
    --secondary-color: #2EA8FF;
    /* Electric Blue */
    --tertiary-color: #1CC8A0;
    /* Aqua Green */
    /* Background Shades */
    --quaternary-color: #0A1728;
    /* Card Background */
    --quinary-color: #132238;
    /* Secondary Card */
    --senary-color: #06111F;
    /* Main Background */
    /* Border & Text */
    --septenary-color: #E6EDF7;
    /* Light Text */
    --octonary-color: #4B6A8E;
    /* Muted Blue */
    --nonary-color: #8DA3BE;
    /* Secondary Text */
    --denary-color: #20354D;
    /* Border */
    /* Effects */
    --transition: all .4s ease;
    --shadow: 0 10px 35px rgba(0, 0, 0, .35);
}

/* ==== 
 --------- (1.02) variables end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (2.01) reset styles start ---------
 ==== */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*::-moz-selection {
    color: #ffffff;
    background-color: #1770c8;
}

*::selection {
    color: #ffffff;
    background-color: #1770c8;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

.page-wrapper {
    overflow-x: clip;
}

body {
    font-family: var(--template-font);
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: var(--template-color);
    background-color: var(--template-bg);
    overflow-x: clip;
    text-transform: capitalize;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background-color: #2c3033;
    border-radius: 5px;
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
    background-color: #b1961f;
    border-radius: 5px;
}

.body-active {
    height: 100vh;
    overflow: clip;
}

button {
    background-color: transparent;
    border: 0px;
    outline: 0px;
}

a,
button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    outline: 0px;
    border: 0px;
    transition: var(--transition);
    cursor: pointer;
    color: var(--template-color);
}

a i,
a span,
button i,
button span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

a:hover,
button:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px;
}

a:focus,
button:focus {
    box-shadow: none;
    outline: 0px;
}

ul,
ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

hr,
blockquote,
textarea {
    margin: 0px;
    opacity: 1;
}

input,
textarea {
    border: 0px;
    outline: 0px;
}

input:focus,
textarea:focus {
    box-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ffffff;
}

input::placeholder,
textarea::placeholder {
    color: #ffffff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type=checkbox] {
    width: initial;
    height: initial;
}

textarea {
    min-height: 150px;
    resize: none;
}

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

iframe {
    border: 0px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
}

@media only screen and (min-width: 1400px) {
    .container-lg {
        max-width: 1600px;
    }
}

/* ==== 
 --------- (2.01) reset styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (2.02) typography styles start ---------
 ==== */

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span,
a,
button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--template-color);
}

.text-xxl {
    font-size: 20px;
    line-height: 28px;
}

@media only screen and (min-width: 1200px) {
    .text-xxl {
        font-size: 24px;
        line-height: 34px;
    }
}

.text-xl {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (min-width: 768px) {
    .text-xl {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .text-xl {
        font-size: 20px;
        line-height: 28px;
    }
}

.text-lg {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (min-width: 1200px) {
    .text-lg {
        font-size: 18px;
        line-height: 28px;
    }
}

.text-md {
    font-size: 16px;
    line-height: 26px;
}

.text-sm {
    font-size: 14px;
    line-height: 20px;
}

.text-xs {
    font-size: 12px;
    line-height: 20px;
}

h1,
.title-xxl {
    font-size: 30px;
    line-height: 40px;
}

@media only screen and (min-width: 768px) {
    h1,
    .title-xxl {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 992px) {
    h1,
    .title-xxl {
        font-size: 56px;
        line-height: 66px;
    }
}

@media only screen and (min-width: 1200px) {
    h1,
    .title-xxl {
        font-size: 64px;
        line-height: 74px;
    }
}

h2,
.title-xl {
    font-size: 24px;
    line-height: 34px;
}

@media only screen and (min-width: 768px) {
    h2,
    .title-xl {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 992px) {
    h2,
    .title-xl {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    h2,
    .title-xl {
        font-size: 56px;
        line-height: 66px;
    }
}

h3,
.title-lg {
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (min-width: 576px) {
    h3,
    .title-lg {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 768px) {
    h3,
    .title-lg {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 1200px) {
    h3,
    .title-lg {
        font-size: 40px;
        line-height: 50px;
    }
}

h4,
.title-md {
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (min-width: 576px) {
    h4,
    .title-md {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 1200px) {
    h4,
    .title-md {
        font-size: 32px;
        line-height: 42px;
    }
}

h5,
.title-sm {
    font-size: 18px;
    line-height: 28px;
}

@media only screen and (min-width: 768px) {
    h5,
    .title-sm {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 992px) {
    h5,
    .title-sm {
        font-size: 24px;
        line-height: 34px;
    }
}

h6,
.title-xs {
    font-size: 18px;
    line-height: 28px;
}

@media only screen and (min-width: 1200px) {
    h6,
    .title-xs {
        font-size: 20px;
        line-height: 30px;
    }
}

h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

.neutral-top {
    margin-block-start: -5px;
}

@media only screen and (min-width: 1200px) {
    .neutral-top {
        margin-block-start: -10px;
    }
}

/* ==== 
 --------- (2.02) typography styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (2.03) global styles start ---------
 ==== */

img {
    max-width: 100%;
    height: auto;
    border: 0px;
    outline: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
}

i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

span {
    display: inline-block;
}

.unset {
    max-width: unset;
}

.dir-rtl {
    direction: rtl;
}

.fw-1 {
    font-weight: 100;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fw-8 {
    font-weight: 800;
}

.lh-0 {
    line-height: 0;
}

.ibm {
    font-family: var(--ibm);
}

.template-color {
    color: var(--template-color);
}

.primary-text {
    color: var(--primary-color);
}

.secondary-text {
    color: var(--secondary-color);
}

.tertiary-text {
    color: var(--tertiary-color);
}

.quaternary-text {
    color: var(--quaternary-color);
}

.quinary-text {
    color: var(--quinary-color);
}

.senary-text {
    color: var(--senary-color);
}

.septenary-text {
    color: var(--septenary-color);
}

.template-bg {
    background-color: var(--template-bg);
}

.primary-bg {
    background-color: var(--primary-color);
}

.secondary-bg {
    background-color: var(--secondary-color);
}

.tertiary-bg {
    background-color: var(--tertiary-color);
}

.quaternary-bg {
    background-color: var(--quaternary-color);
}

.quinary-bg {
    background-color: var(--quinary-color);
}

.senary-bg {
    background-color: var(--quinary-color);
}

.septenary-bg {
    background-color: var(--septenary-color);
}

.white-bg {
    background-color: var(--white);
}

.black-bg {
    background-color: var(--black);
}

.gutter-60 {
    row-gap: 60px;
}

.gutter-40 {
    row-gap: 40px;
}

.gutter-30 {
    row-gap: 30px;
}

.gutter-24 {
    row-gap: 24px;
}

.gutter-20 {
    row-gap: 20px;
}

.gutter-16 {
    row-gap: 16px;
}

.gutter-12 {
    row-gap: 16px;
}

.pt-160 {
    padding-block-start: 120px;
}

.pt-120 {
    padding-block-start: 100px;
}

@media only screen and (min-width: 1200px) {
    .pt-120 {
        padding-block-start: 120px;
    }
}

.pt-100 {
    padding-block-start: 100px;
}

.pt-80 {
    padding-block-start: 80px;
}

.pb-160 {
    padding-block-end: 120px;
}

.pb-100 {
    padding-block-end: 80px;
}

@media only screen and (min-width: 1200px) {
    .pb-100 {
        padding-block-end: 100px;
    }
}

.pt-120 {
    padding-block-end: 100px;
}

@media only screen and (min-width: 1200px) {
    .pt-120 {
        padding-block-end: 120px;
    }
}

.pb-80 {
    padding-block-end: 80px;
}

.mt-160 {
    margin-block-start: 120px;
}

.mt-100 {
    margin-block-start: 80px;
}

@media only screen and (min-width: 1200px) {
    .mt-100 {
        margin-block-start: 100px;
    }
}

.mt-80 {
    margin-block-start: 80px;
}

.mt-60 {
    margin-block-start: 40px;
}

@media only screen and (min-width: 1200px) {
    .mt-60 {
        margin-block-start: 60px;
    }
}

.mt-55 {
    margin-block-start: 35px;
}

.mt-50 {
    margin-block-start: 50px;
}

.mt-45 {
    margin-block-start: 45px;
}

.mt-40 {
    margin-block-start: 40px;
}

.mt-35 {
    margin-block-start: 35px;
}

.mt-30 {
    margin-block-start: 30px;
}

.mt-25 {
    margin-block-start: 25px;
}

.mt-20 {
    margin-block-start: 20px;
}

.mt-18 {
    margin-block-start: 18px;
}

.mt-16 {
    margin-block-start: 16px;
}

.mt-14 {
    margin-block-start: 14px;
}

.mt-12 {
    margin-block-start: 12px;
}

.mt-10 {
    margin-block-start: 10px;
}

.mt-8 {
    margin-block-start: 8px;
}

.mt-6 {
    margin-block-start: 6px;
}

.mb-160 {
    margin-block-end: 120px;
}

.mb-100 {
    margin-block-end: 80px;
}

.mb-80 {
    margin-block-end: 80px;
}

.mb-60 {
    margin-block-end: 40px;
}

@media only screen and (min-width: 992px) {
    .mb-60 {
        margin-block-end: 60px;
    }
}

.mb-55 {
    margin-block-end: 35px;
}

.mb-50 {
    margin-block-end: 50px;
}

.mb-45 {
    margin-block-end: 45px;
}

.mb-40 {
    margin-block-end: 40px;
}

.mb-35 {
    margin-block-end: 35px;
}

.mb-30 {
    margin-block-end: 30px;
}

.mb-25 {
    margin-block-end: 25px;
}

.mb-20 {
    margin-block-end: 20px;
}

.mb-15 {
    margin-block-end: 15px;
}

.mb-10 {
    margin-block-end: 10px;
}

.mb-8 {
    margin-block-end: 8px;
}

.sticky-wrapper {
    position: relative;
}

.sticky-item {
    position: sticky;
    inset-block-start: 120px;
}

.divider {
    border-color: rgba(34, 35, 44, 0.2392156863);
}

.title-animation {
    overflow: hidden;
    text-transform: lowercase;
}

.title-animation div,
.title-animation span {
    line-height: inherit;
}

.title-animation .word-wrapper .split-child:nth-of-type(1) {
    text-transform: uppercase;
}

.title-animation .text-uppercase .word-wrapper .split-child {
    text-transform: uppercase;
}

.title-animation.text-uppercase {
    text-transform: uppercase;
}

.title-animation.text-uppercase .split-child {
    text-transform: uppercase;
}

.split-parent {
    overflow: hidden;
    display: block;
    line-height: 1;
}

.split-child {
    display: inline-block;
}

.section__header p {
    max-width: 450px;
    margin-inline: auto;
}

@media only screen and (min-width: 992px) {
    .section__header p {
        max-width: 650px;
    }
}

.section__header-wrapper .slider-navigation {
    justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
    .section__header-wrapper .slider-navigation {
        justify-content: flex-end;
    }
}

.section__header-wrapper p {
    max-width: 450px;
}

@media only screen and (min-width: 992px) {
    .section__header-wrapper p {
        max-width: 420px;
        margin-inline-start: auto;
    }
}

.prefix {
    margin-inline-start: 6px;
}

.parallax-image {
    transform: scale(1.2);
    transform-origin: 50% 100%;
}

.parallax-image-wrap {
    width: 100%;
}

.newsletter-fix {
    margin-top: 179px;
}

@media only screen and (min-width: 992px) {
    .newsletter-fix {
        margin-top: 204px;
    }
}

@media only screen and (min-width: 1200px) {
    .newsletter-fix {
        margin-top: 214px;
    }
}

.newsletter-fix-padding {
    padding-bottom: 279px;
}

@media only screen and (min-width: 992px) {
    .newsletter-fix-padding {
        padding-bottom: 304px;
    }
}

@media only screen and (min-width: 1200px) {
    .newsletter-fix-padding {
        padding-bottom: 334px;
    }
}

.error {
    min-height: 100vh;
    height: 100%;
    overflow-y: auto;
    position: relative;
    overflow-x: clip;
}

.error-bg {
    position: fixed;
    inset: 0px;
    z-index: -1;
}

.error-bg img {
    width: 100%;
    height: 100%;
}

.error__thumb img {
    max-width: 40vw;
    min-width: 170px;
    animation: moveLeftRight 5s linear infinite;
}

.sub-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sub-title span {
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (min-width: 1200px) {
    .sub-title span {
        font-size: 24px;
        line-height: 34px;
    }
}

.chevrons {
    display: flex;
    align-items: center;
    gap: 0px;
}

.chevrons i {
    color: rgba(255, 207, 1, 0.1882352941);
    font-size: 20px;
    animation: glow 1.6s ease-in-out infinite;
    margin-inline: -6px;
}

@media only screen and (min-width: 1200px) {
    .chevrons i {
        font-size: 30px;
        margin-inline: -10px;
    }
}

.chevrons i:nth-child(1) {
    animation-delay: 0s;
}

.chevrons i:nth-child(2) {
    animation-delay: 0.2s;
}

.chevrons i:nth-child(3) {
    animation-delay: 0.4s;
}

.chevrons i:nth-child(4) {
    animation-delay: 0.6s;
}

.color-palate {
    position: relative;
}

.color-palate .color-palate-inner {
    position: fixed;
    right: -262px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 260px;
    background-color: var(--black);
    text-align: center;
    padding: 60px 20px;
    box-shadow: 0px 0px 2px var(--quinary-color);
    transition: var(--transition);
}

.color-palate .color-icon {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9999;
    transition: var(--transition);
}

.color-palate .color-icon button {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background-color: var(--primary-color);
    color: var(--black);
}

.color-palate .color-icon .close-color {
    display: none;
}

.color-palate .color-icon i {
    margin-top: 0px !important;
}

.color-palate .open-color i {
    animation: rotation 5s infinite linear;
}

.color-palate p {
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.color-palate ul {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.color-palate ul li {
    cursor: pointer;
    padding: 12px 0px;
    background-color: var(--secondary-color);
    color: var(--white);
    font-weight: 600;
    letter-spacing: 1px;
    width: calc(50% - 8px);
    font-size: 14px;
    text-align: center;
    transition: var(--transition);
    text-transform: uppercase;
}

.color-palate ul li:hover {
    background-color: var(--primary-color);
    color: var(--black);
}

.color-palate ul .active {
    background-color: var(--primary-color);
    color: var(--black);
}

.color-palate ul .active:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}

.color-palate .group {
    margin-bottom: 40px;
}

.color-palate .group:nth-last-of-type(1) {
    margin-bottom: 0px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes pulseXs {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulseSm {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2) translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes flipY {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
        opacity: 0.8;
    }
    25% {
        opacity: 1;
    }
    50% {
        transform: translateX(25px);
        opacity: 0.8;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 0.8;
    }
}

@keyframes moveLeftRightSM {
    0% {
        transform: translateX(0);
        opacity: 0.8;
    }
    25% {
        opacity: 1;
    }
    50% {
        transform: translateX(-25px);
        opacity: 0.8;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 0.8;
    }
}

@keyframes moveTopBottom {
    0% {
        transform: translateY(0);
        opacity: 0.8;
    }
    25% {
        opacity: 1;
    }
    50% {
        transform: translateY(50px);
        opacity: 0.8;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0.8;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes glow {
    0% {
        color: #FFCF01;
        opacity: 0.25;
    }
    50% {
        color: #FFCF01;
        opacity: 1;
    }
    100% {
        color: #FFCF01;
        opacity: 0.25;
    }
}

/* ==== 
 --------- (2.03) global styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (3.01) buttons styles start ---------
 ==== */

.btn--primary {
    padding: 14px 32px;
    background-color: var(--primary-color);
    color: var(--black);
    position: relative;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    z-index: 1;
    gap: 8px;
    overflow: hidden;
    letter-spacing: 0.8px;
    border-radius: 8px;
}

.btn--primary::before,
.btn--primary::after {
    content: "";
    position: absolute;
    inset: 0px;
    transition: var(--transition);
    z-index: -1;
}

.btn--primary::before {
    right: -100px;
    border-right: 100px solid transparent;
    border-bottom: 100px solid var(--secondary-color);
    border-radius: 10px 0px 0px 10px;
    transform: translateX(-100%);
}

.btn--primary::after {
    left: -100px;
    border-left: 100px solid transparent;
    border-top: 100px solid var(--secondary-color);
    transform: translateX(100%);
}

.btn--primary:hover {
    color: var(--white);
    border: 1px solid var(--secondary-color);
}

.btn--primary:hover::before {
    transform: translateX(-49%);
}

.btn--primary:hover::after {
    transform: translateX(49%);
}

.btn--primary i {
    font-size: 24px;
    transition: transform 0.5s ease, color 0s ease;
}

.btn--secondary {
    padding: 14px 32px;
    background-color: transparent;
    color: var(--primary-color);
    position: relative;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    z-index: 1;
    gap: 8px;
    overflow: hidden;
    letter-spacing: 0.8px;
    border-radius: 8px;
}

.btn--secondary::before,
.btn--secondary::after {
    content: "";
    position: absolute;
    inset: 0px;
    transition: var(--transition);
    z-index: -1;
}

.btn--secondary::before {
    right: -100px;
    border-right: 100px solid transparent;
    border-bottom: 100px solid var(--primary-color);
    border-radius: 10px 0px 0px 10px;
    transform: translateX(-100%);
}

.btn--secondary::after {
    left: -100px;
    border-left: 100px solid transparent;
    border-top: 100px solid var(--primary-color);
    transform: translateX(100%);
}

.btn--secondary:hover {
    color: var(--black);
    border: 1px solid var(--primary-color);
}

.btn--secondary:hover::before {
    transform: translateX(-49%);
}

.btn--secondary:hover::after {
    transform: translateX(49%);
}

.btn--secondary i {
    font-size: 24px;
    transition: transform 0.5s ease, color 0s ease;
}

.btn-group {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 576px) {
    .btn-group>a {
        width: 100%;
        justify-content: center;
    }
}

/* ==== 
 --------- (3.01) buttons styles end ---------
 ==== */

/* ==== 
 --------- (3.02) forms styles start ---------
 ==== */

.input-group {
    display: flex;
    align-items: center;
    gap: 24px;
    row-gap: 30px;
    margin-bottom: 30px;
}

.input-group .input-single {
    margin-bottom: 0px;
}

.input-group .input-wrapper {
    flex-grow: 1;
}

.input-single {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.input-single input,
.input-single textarea,
.input-single .select {
    width: 100%;
    padding: 16px 24px;
    background-color: transparent;
    border: 1px solid var(--senary-color);
    color: var(--white);
    transition: var(--transition);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 300;
}

.input-single input:focus,
.input-single textarea:focus,
.input-single .select:focus {
    border-color: rgba(255, 207, 1, 0.4392156863);
}

.input-single input::-moz-placeholder,
.input-single textarea::-moz-placeholder,
.input-single .select::-moz-placeholder {
    color: var(--nonary-color);
}

.input-single input::placeholder,
.input-single textarea::placeholder,
.input-single .select::placeholder {
    color: var(--nonary-color);
}

.input-single .select {
    border: 0px;
    border-radius: 0px;
    padding-block: 17px;
    direction: ltr;
}

.input-single .select::after {
    right: unset;
    inset-inline-end: 24px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-color: var(--white);
}

.input-single .list {
    width: 100%;
    background-color: var(--quinary-color);
}

.input-single .list:hover .selected {
    color: var(--white) !important;
}

.input-single .list .selected {
    background-color: var(--primary-color) !important;
    color: var(--black);
}

.input-single .list .selected:hover {
    background-color: var(--primary-color) !important;
    color: var(--black) !important;
}

.input-single .list li:hover {
    background-color: var(--primary-color) !important;
    color: var(--black);
}

.input-single textarea {
    min-height: 200px;
    border-radius: 16px;
}

.input-single i {
    font-size: 18px;
}

.input-wrapper label {
    display: block;
    margin-bottom: 12px;
}

.input-wrapper .input-single {
    background-color: var(--quaternary-color);
    border: 1px solid var(--octonary-color);
    border-radius: 8px;
    padding-inline-end: 24px;
}

.input-wrapper .input-single:focus-within {
    border-color: rgba(255, 207, 1, 0.4392156863);
}

.input-wrapper .input-single input {
    border: 0px solid transparent;
    padding-block: 20px;
}

.input-wrapper .input-single input:focus {
    border: 0px;
}

.flatpickr-calendar,
.flatpickr-months,
.flatpickr-weekdays,
.flatpickr-time {
    background: #1e1e1e;
}

.flatpickr-wrapper {
    width: 100%;
}

.flatpickr-wrapper option {
    color: black;
}

.flatpickr-current-month .numInputWrapper {
    margin-inline-start: 20px;
}

.flatpickr-calendar {
    color: #fff;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.flatpickr-months {
    border-bottom: 1px solid #2a2a2a;
    padding-block: 12px;
}

.flatpickr-current-month,
.flatpickr-time input {
    color: #fff;
}

.flatpickr-weekday {
    color: #aaa;
}

.flatpickr-day {
    color: #ddd;
    border-radius: 8px;
}

.flatpickr-day:hover {
    background: #333;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #fff;
}

.flatpickr-day.inRange {
    background: rgba(79, 70, 229, 0.25);
}

.flatpickr-day.today {
    border-color: #4f46e5;
}

.flatpickr-time {
    border-top: 1px solid #2a2a2a;
}

.flatpickr-time input {
    background: #2a2a2a;
    border-radius: 6px;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    stroke: #fff;
    margin-top: 11px;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: #524444;
}

.numInputWrapper span {
    opacity: 1;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(255, 255, 255, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(255, 255, 255, 0.9);
}

span.flatpickr-weekday {
    color: var(--white);
}

.flatpickr-time {
    display: none;
}

.flatpickr-calendar {
    inset-inline-start: -26px;
}

.input-single .flatpickr-current-month input.cur-year {
    padding-block: 0px !important;
}

/* ==== 
 --------- (3.02) forms styles end ---------
 ==== */

/* ==== 
 --------- (3.03) preloader styles start ---------
 ==== */

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-bg {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: rgba(72, 72, 105, 0.2705882353);
    transition: transform 1s ease-in-out;
    z-index: 5;
}

.preloader-bg-one {
    top: 0;
}

.preloader-bg-two {
    bottom: 0;
}

.txt-loading {
    position: relative;
    display: flex;
    z-index: 10;
    transition: opacity 1s ease;
    transform: rotate(-45deg);
    direction: ltr;
}

.letters-loading {
    font-size: clamp(40px, 8vw, 200px);
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translateX(20px);
    animation: letterFadeUp 1.2s forwards;
}

.letters-loading:nth-of-type(1) {
    animation-delay: 0.15s;
}

.letters-loading:nth-of-type(2) {
    animation-delay: 0.3s;
}

.letters-loading:nth-of-type(3) {
    animation-delay: 0.45s;
}

.letters-loading:nth-of-type(4) {
    animation-delay: 0.6s;
}

.letters-loading:nth-of-type(5) {
    animation-delay: 0.75s;
}

.letters-loading:nth-of-type(6) {
    animation-delay: 0.9s;
}

.letters-loading:nth-of-type(7) {
    animation-delay: 1.05s;
}

@keyframes letterFadeUp {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    60% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0.8;
        transform: translateX(0);
    }
}

/* ==== 
 --------- (3.03) preloader styles end ---------
 ==== */

/* ==== 
 --------- (3.04) custom cursor styles start ---------
 ==== */

.animated-cursor .cursor-outer {
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid #c9f31d;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 1;
    transition: all 0.43s ease-out 0s;
    mix-blend-mode: difference;
}

.animated-cursor .cursor-outer.cursor-hover {
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    mix-blend-mode: difference;
    opacity: 1;
}

.animated-cursor .cursor-outer.cursor-big {
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-top: -80px;
    background-color: var(--template-color);
    mix-blend-mode: difference;
}

.animated-cursor .cursor-outer.cursor-big.drag-cursor {
    opacity: 1;
    cursor: auto;
}

.animated-cursor .cursor-outer.cursor-big.view-cursor {
    opacity: 1;
}

.animated-cursor .cursor-outer.cursor-hover.drag-cursor {
    opacity: 1;
}

.animated-cursor .cursor-outer.cursor-hover.view-cursor {
    opacity: 1;
}

.animated-cursor .cursor-outer.drag-cursor {
    opacity: 0;
}

.animated-cursor .cursor-outer.view-cursor {
    opacity: 0;
}

.animated-cursor .cursor-outer.not-cursor-outer {
    opacity: 0;
}

.animated-cursor .mouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.animated-cursor .cursor-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: #c9f31d;
    opacity: 1;
    transition: all 0.26s ease-out 0s;
    mix-blend-mode: difference;
}

.animated-cursor .cursor-inner.cursor-big {
    opacity: 0;
}

.animated-cursor .cursor-inner.cursor-hover {
    opacity: 0;
}

.animated-cursor .cursor-inner span {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    margin-left: -80px;
    margin-top: -80px;
    background-color: #c9f31d;
    color: var(--secondary-color);
    line-height: 1;
    opacity: 0;
    transform: scale(0);
    text-transform: uppercase;
    transition: all 0.4s ease-out 0s;
    letter-spacing: 1px;
    mix-blend-mode: difference !important;
    text-align: center;
}

.animated-cursor .cursor-inner span i {
    font-size: 24px;
    margin-bottom: -8px;
}

.animated-cursor .cursor-inner.view-cursor {
    margin-top: -60px;
}

.animated-cursor .cursor-inner.not-cursor-outer {
    opacity: 0;
}

.animated-cursor .draggable-cursor {
    cursor: grab !important;
}

.animated-cursor .viewable-cursor {
    cursor: pointer !important;
}

.animated-cursor .drag-cursor .drag {
    opacity: 1;
    transform: scale(1);
}

.animated-cursor .view-cursor .view {
    opacity: 1;
    transform: scale(1);
}

.animated-cursor .cursor-none .cursor-inner,
.animated-cursor .cursor-none .cursor-outer {
    opacity: 0;
}

/* ==== 
 --------- (3.04) custom cursor styles end ---------
 ==== */

/* ==== 
 --------- (3.05) scroll porgress button styles start ---------
 ==== */

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    padding: 6px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-color: #161111;
    box-shadow: inset 0 0 0 8px #161111;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    z-index: 99;
    overflow: hidden;
}

.progress-wrap span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background-color: #322f2f;
    border-radius: 50%;
    overflow: hidden;
}

.progress-wrap span::after {
    content: "\f60e";
    font-family: "tabler-icons";
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 32px;
    border-radius: 50%;
    color: #e3d2d2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 200%);
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
    margin-top: -2px;
}

.progress-wrap span::before {
    position: absolute;
    content: "\f60e";
    font-family: "tabler-icons";
    text-align: center;
    line-height: 34px;
    font-size: 32px;
    border-radius: 50%;
    color: #e3d2d2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: block;
    margin-top: -2px;
    z-index: 2;
    transition: all 200ms linear;
}

.progress-wrap:hover span::before {
    transform: translate(-50%, -200%);
}

.progress-wrap:hover span::after {
    transform: translate(-50%, -50%);
}

.progress-wrap path {
    fill: none;
}

.progress-wrap .progress-circle path {
    stroke: #e3d2d2;
    stroke-width: 4;
    box-sizing: content-box;
    transition: all 200ms linear;
}

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

/* ==== 
 --------- (3.05) scroll porgress button styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (3.06) widgets styles start ---------
 ==== */

.social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social a {
    font-size: 18px;
    color: var(--primary-color);
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
}

.social a:hover {
    border-color: var(--primary-color);
    color: var(--black);
    background-color: var(--primary-color);
}

.breadcrumb {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.breadcrumb .breadcrumb-item,
.breadcrumb a {
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
}

.breadcrumb a:hover {
    color: var(--primary-color);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
    color: var(--white);
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-inline-end: 12px;
    content: "\ea61";
    font-family: "tabler-icons";
    font-weight: 700;
    color: #ffffff;
    margin-bottom: -2px;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--primary-color);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    direction: ltr;
}

.pagination button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--quaternary-color);
    border: 1px solid var(--denary-color);
    color: var(--white);
    transition: var(--transition);
    padding-top: 2px;
    font-weight: 600;
}

.pagination button:hover {
    background-color: var(--primary-color);
    color: var(--black);
}

.pagination a {
    background-color: var(--quaternary-color);
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--denary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.pagination a:hover {
    background-color: var(--primary-color);
    color: var(--black);
}

.pagination .active {
    background-color: var(--primary-color);
    color: var(--black);
}

.pagination button i {
    font-size: 20px !important;
}

.slider-navigation {
    display: flex;
    align-items: center;
    gap: 16px;
}

.slider-navigation .slider-btn {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: transparent;
    color: var(--primary-color);
    font-size: 24px;
    border: 1px solid var(--primary-color);
}

.slider-navigation .slider-btn i {
    font-weight: 600;
}

.slider-navigation .slider-btn:hover {
    background-color: var(--primary-color);
    color: var(--black);
}

.slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: var(--nonary-color);
    opacity: 1;
}

.slider-pagination .swiper-pagination-bullet-active {
    width: 48px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 12px;
}

.blog__sidebar-widget {
    padding: 40px 20px;
    background-color: var(--quaternary-color);
    border: 1px solid var(--denary-color);
    border-radius: 12px;
}

@media only screen and (min-width: 768px) {
    .blog__sidebar-widget {
        padding: 40px 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog__sidebar-widget {
        padding: 40px 24px;
    }
}

.blog__sidebar-widget div {
    line-height: 0;
}

.blog__sidebar-widget .divider {
    border-style: dashed;
    border-width: 1.5px;
    border-color: var(--octonary-color);
}

.blog__sidebar-widget form {
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 16px;
    padding-inline: 24px;
    border: 1px solid var(--octonary-color);
    border-radius: 30px;
}

.blog__sidebar-widget form input {
    padding-block: 16px;
    background-color: transparent;
    width: 100%;
}

.blog__sidebar-widget form button:hover {
    color: var(--primary-color);
}

.blog__sidebar-widget .single-post {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    row-gap: 12px;
    max-width: 400px;
}

@media only screen and (min-width: 576px) {
    .blog__sidebar-widget .single-post {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}

.blog__sidebar-widget .thumb img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 8px;
}

.blog__sidebar-widget .content a {
    font-weight: 600;
    font-size: inherit;
}

.blog__sidebar-widget .content a:hover {
    color: var(--primary-color);
}

.blog__sidebar-widget .content p:nth-last-of-type(1) a {
    color: var(--primary-color);
}

.blog__sidebar-widget .content p:nth-last-of-type(1) a:hover {
    color: var(--secondary-color);
}

.blog__sidebar-widget .content p:nth-last-of-type(1) i {
    font-size: 24px;
    margin-bottom: -1px;
}

.blog__sidebar-widget .social a {
    color: var(--nonary-color);
    border-color: var(--nonary-color);
}

.blog__sidebar-widget .social a i {
    font-size: 18px;
    font-weight: 400;
}

.blog__sidebar-widget .social a:hover {
    border-color: var(--primary-color);
    color: var(--black);
}

.footer__widget-content p {
    max-width: 280px;
}

.footer__widget-content .content p {
    max-width: 200px;
}

.footer__widget-content li {
    margin-bottom: 16px;
}

.footer__widget-content li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.footer__widget-content li a {
    position: relative;
    padding-inline-start: 0px;
    font-weight: 400;
    color: var(--septenary-color);
}

.footer__widget-content li a::before {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-start: 0px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.footer__widget-content li a:hover {
    padding-inline-start: 20px;
    color: var(--primary-color);
}

.footer__widget-content li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.footer__widget-group {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 300px;
}

.footer__widget-group .icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
}

.footer__widget-group .icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.footer__widget-group a {
    text-transform: lowercase;
}

.footer__widget-group a:hover {
    color: var(--primary-color);
}

@media only screen and (min-width: 1200px) {
    .footer__widget-last {
        max-width: -moz-max-content;
        max-width: max-content;
        margin-inline-start: auto;
    }
}

.privacy .divider {
    border-color: var(--octonary-color);
    border-style: dashed;
}

.privacy .privacy__poster img {
    width: 100%;
    min-height: 220px;
    border-radius: 8px;
}

.privacy .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy__card {
    padding: 20px;
    padding-bottom: 40px;
    background-color: var(--quaternary-color);
    border-radius: 12px;
    border: 1px solid var(--octonary-color);
}

.privacy__sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 20px;
    background-color: var(--quaternary-color);
    border: 1px solid var(--octonary-color);
    border-radius: 12px;
}

.privacy__sidebar a {
    padding: 12px 20px;
    background-color: var(--quinary-color);
    border: 1px solid var(--octonary-color);
    border-radius: 30px;
    width: 100%;
    font-size: 18px;
    gap: 12px;
}

.privacy__sidebar a:hover {
    color: var(--black);
    background-color: var(--primary-color);
}

.privacy__sidebar i {
    font-size: 24px;
}

.privacy__sidebar .active {
    color: var(--black);
    background-color: var(--primary-color);
}

.privacy__footer {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: flex-start;
    flex-direction: column;
}

@media only screen and (min-width: 576px) {
    .privacy__footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.privacy__footer p {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.privacy__footer p i {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: -4px;
}

.privacy__footer .privacy-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.privacy__footer .tag-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.privacy__footer .tag-wrapper a {
    font-size: 14px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--octonary-color);
    padding: 9px 18px;
    font-weight: 500;
}

.privacy__footer .tag-wrapper a:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--black);
}

/* ==== 
 --------- (3.06) widgets styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (4.01) header styles start ---------
 ==== */

.header {
    background-color: transparent;
    position: fixed;
    top: 0px;
    inset-inline: 0px;
    width: 100%;
    z-index: 9;
    border-block-end: 1px solid var(--denary-color);
}

@media only screen and (max-width: 1199px) {
    .header {
        padding-block: 22.5px;
    }
}

@media only screen and (min-width: 1600px) {
    .header .container {
        max-width: calc(100% - 136px);
    }
}

.header div {
    line-height: 0px;
}

.header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
    .header .navbar {
        gap: 24px;
    }
}

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

.header .navbar__menu {
    flex-grow: 1;
    margin-inline-start: -15px;
}

.header .navbar__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .navbar__item a {
    font-weight: 500;
    text-transform: capitalize;
    padding: 41.5px 10px;
    width: 100%;
    line-height: 1;
    color: var(--white);
}

@media only screen and (min-width: 1400px) {
    .header .navbar__item a {
        padding: 41.5px 12px;
    }
}

.header .navbar__item a:hover {
    color: var(--primary-color);
}

.header .navbar__item .dropdown-label-alter {
    position: relative;
}

.header .navbar__item .dropdown-label-alter::before {
    content: "";
    position: absolute;
    bottom: 0px;
    inset-inline-start: 50%;
    border: 10px solid transparent;
    border-bottom-color: var(--primary-color);
    opacity: 0;
    transform: translateX(-50%) translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.header .navbar__item:hover .dropdown-label-alter::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0%);
}

.header .navbar__item--has-children {
    position: relative;
}

.header .navbar__item--has-children:hover>.navbar__dropdown-label {
    color: var(--primary-color);
}

.header .navbar__item--has-children:hover>.navbar__dropdown-label::after {
    transform: rotate(180deg);
}

.header .navbar__item--has-children:hover>.navbar__dropdown-label-sub::after {
    transform: rotate(-90deg);
}

.header .navbar__item--has-children:hover>.navbar__sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: all;
}

.header .navbar__item--has-children:hover>.navbar__sub-menu.mega-menu {
    transform: translateY(0px) translateX(-24.4%);
}

@media only screen and (min-width: 1400px) {
    .header .navbar__item--has-children:hover>.navbar__sub-menu.mega-menu {
        transform: translateY(0px) translateX(-20%);
    }
}

@media only screen and (min-width: 1600px) {
    .header .navbar__item--has-children:hover>.navbar__sub-menu.mega-menu {
        transform: translateY(0px) translateX(-30%);
    }
}

.header .navbar__dropdown-label {
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
}

.header .navbar__dropdown-label::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    border: none;
    transition: transform 0.3s ease-in-out;
    font-size: inherit;
    transform: rotate(0deg);
    line-height: 0.8;
}

.header .navbar__sub-menu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0px;
    min-width: 230px;
    max-width: 260px;
    background-color: var(--quaternary-color);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    pointer-events: none;
    transition: var(--transition);
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.06), 0 0 0 1px hsla(230, 13%, 9%, 0.075), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
    padding: 20px 0px;
    border-radius: 5px;
    z-index: 9;
}

.header .navbar__sub-menu li:nth-last-of-type(1)>a {
    border-bottom: 0px;
}

.header .navbar__sub-menu a {
    width: 100%;
    display: flex;
    padding: 16px 32px;
    color: var(--white);
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    text-transform: capitalize;
}

.header .navbar__sub-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 20px;
    height: 1px;
    margin-top: 0px;
    width: 0px;
    transition: var(--transition);
    background-color: var(--primary-color);
}

.header .navbar__sub-menu a:hover {
    color: var(--primary-color);
    padding-inline-start: 40px;
}

.header .navbar__sub-menu a:hover::before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
    width: 10px;
}

.header .navbar__sub-menu .active>a {
    padding-inline-start: 40px;
}

.header .navbar__sub-menu .active>a::before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
    width: 10px;
}

.header .navbar__sub-menu .navbar__item--has-children:hover>.navbar__dropdown-label-sub {
    color: var(--primary-color);
}

.header .navbar__sub-menu__nested {
    top: 0%;
    inset-inline-start: 100%;
    min-width: 230px;
}

.header .navbar__sub-menu__nested::before {
    content: "";
    position: absolute;
    transition: var(--transition);
    z-index: -1;
    inset-inline-start: -20px;
    border: 10px solid transparent;
    top: 12px;
    border-inline-end-color: var(--primary-color);
}

.header .active>.navbar__dropdown-label,
.header .active>a {
    color: var(--primary-color);
}

.header .contact-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header .contact-btn i {
    font-size: 40px;
    color: var(--secondary-color);
    margin-bottom: -3px;
}

.header .contact-btn p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: #828a8d;
    margin-bottom: 8px;
}

.header .contact-btn a {
    color: #555555;
    line-height: 1;
    font-weight: 700;
}

.header .contact-btn a:hover {
    color: var(--primary-color);
}

.header .navbar__options {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (min-width: 1200px) {
    .header .navbar__options {
        padding-inline-start: 8px;
    }
}

.header .navbar__mobile-options {
    display: flex;
    gap: 12px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
}

@media only screen and (min-width: 1200px) {
    .header .navbar__mobile-options {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}

.header .navbar__mobile-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.header .divider {
    width: 1px;
    height: 54px;
    background-color: var(--denary-color);
}

.header .language-box {
    position: relative;
}

.header .language-box button {
    font-size: 20px;
    color: var(--white);
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--denary-color);
    background-color: var(--denary-color);
}

.header .language-box button:hover {
    color: var(--black);
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.header .language-box .language-select i {
    font-size: 24px;
    margin-top: -2px;
}

.header .language-box .active {
    color: var(--black);
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.header .language-box ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 60px;
    min-width: 60px;
    background-color: #2d2d34;
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1), 0 0 0 1px hsla(230, 13%, 9%, 0.075), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px) translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.header .language-box li {
    font-size: 14px;
    font-weight: 700;
    transition: var(--transition);
    padding: 8px 18px;
    cursor: pointer;
    letter-spacing: 1px;
}

.header .language-box li:hover {
    background-color: var(--primary-color);
    color: var(--black);
}

.header .language-box .language-select-active {
    transform: scale(1) translateY(0) translateX(-50%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.header .navbar__cta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .header .navbar__cta {
        gap: 24px;
    }
}

@media only screen and (max-width: 1399px) {
    .header .navbar__cta .btn--secondary {
        display: none;
    }
}

.header .nice-select {
    background-color: transparent;
    border: 0px solid transparent;
    padding-inline-start: 0px;
}

.header .nice-select::after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
}

.header .nice-select .current,
.header .nice-select li {
    font-size: 16px;
    font-weight: 700;
    transition: var(--transition);
}

.header .nice-select .list {
    background-color: #2d2d34;
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1), 0 0 0 1px hsla(230, 13%, 9%, 0.075), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
}

.header .nice-select .list:hover .option.selected.focus {
    color: var(--white);
}

.header .nice-select .option {
    padding-inline: 18px;
}

.header .nice-select .option:hover {
    background-color: var(--primary-color);
    color: var(--octonary-color);
}

.header .nice-select .option.selected.focus {
    background-color: var(--primary-color);
    color: var(--octonary-color);
}

.header .nice-select .option.selected.focus:hover {
    color: var(--octonary-color) !important;
}

.header .open-offcanvas-nav {
    padding: 0px;
    display: inline-block;
    background-color: transparent;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
}

.header .open-offcanvas-nav span {
    height: 2px;
    background-color: var(--white);
    transition: var(--transition);
}

.header .open-offcanvas-nav .top-bar {
    width: 30px;
}

.header .open-offcanvas-nav .middle-bar {
    width: 34px;
}

.header .open-offcanvas-nav .bottom-bar {
    width: 16px;
}

.header .open-offcanvas-nav:hover span {
    background-color: var(--primary-color);
}

.header .open-offcanvas-nav-active .middle-bar {
    opacity: 0;
}

.header .open-offcanvas-nav-active .top-bar,
.header .open-offcanvas-nav-active .bottom-bar {
    width: 30px !important;
}

.header .open-offcanvas-nav-active .top-bar {
    transform: rotate(45deg) translateY(5px) translateX(9px);
    background-color: var(--primary-color);
}

.header .open-offcanvas-nav-active .bottom-bar {
    transform: rotate(-45deg) translateY(-5px) translateX(9px);
    background-color: var(--primary-color);
}

.header .mega-menu {
    max-width: 100%;
    background-color: var(--quaternary-color);
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 1180px;
    transform: translateY(30px) translateX(-24.4%);
    transition: var(--transition);
}

@media only screen and (min-width: 1400px) {
    .header .mega-menu {
        transform: translateY(30px) translateX(-20%);
        min-width: 1380px;
    }
}

@media only screen and (min-width: 1600px) {
    .header .mega-menu {
        transform: translateY(30px) translateX(-30%);
    }
}

.header .mega-menu .coming-s .mega-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.header .mega-menu .coming-s p {
    font-weight: 500;
    justify-content: center;
    display: flex;
    border-bottom: 0px;
    padding-inline: 0px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 8px;
}

.header .mega-menu .coming-s .mega-content {
    background-color: rgba(0, 0, 0, 0.6);
}

.header .mega-menu .coming-s .mega-content p {
    color: white;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.header .mega-menu li>a {
    justify-content: center;
    border-bottom: 0px;
    padding-inline: 0px;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

.header .mega-menu li>a::before {
    content: none;
}

.header .mega-menu li {
    flex-grow: 1;
}

.header .mega-menu li:hover .mega-content-wrapper .mega-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.header .mega-menu li:hover .mega-content-wrapper .mega-content a {
    transform: scale(1);
}

.header .mega-menu li:hover>a {
    color: var(--primary-color);
}

.header .mega-menu li:hover>a:hover {
    padding-inline: 0px;
}

.header .mega-menu .mega-content-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 400px;
    background-color: black;
}

.header .mega-menu .mega-content-wrapper img {
    width: 100%;
    height: -moz-min-content;
    height: min-content;
    border-radius: 5px;
    -o-object-position: top;
    object-position: top;
}

.header .mega-menu .mega-content {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0%);
    transition: var(--transition);
    overflow: hidden;
    padding: 0px 24px;
}

.header .mega-menu .mega-content a {
    display: inline-flex;
    justify-content: center;
    border-radius: 60px;
    border: 0px solid transparent;
    font-weight: 500;
    background-color: var(--primary-color);
    color: var(--black);
    padding: 16px 24px;
    transform: scale(0%);
    transition-delay: 0.3s;
}

.header .mega-menu .mega-content a::before,
.header .mega-menu .mega-content a::after {
    content: none;
}

.header .mega-menu .active>a {
    color: var(--primary-color);
    padding-inline: 0px;
}

.sticky-header {
    position: fixed;
    top: 0px;
    inset-inline: 0px;
    width: 100%;
    animation: stickyNavbar 0.5s linear;
    background: #161111;
}

@keyframes stickyNavbar {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0px);
    }
}

.mobile-menu {
    position: fixed;
    inset: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    max-width: 400px;
    transition: all 900ms ease;
}

.mobile-menu .mobile-menu__header {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0px 40px;
    justify-content: space-between;
}

.mobile-menu .logo {
    line-height: 0px;
}

.mobile-menu .logo a {
    line-height: 0px;
}

.mobile-menu .logo img {
    max-width: 150px;
}

.mobile-menu .close-mobile-menu {
    font-size: 40px;
    color: var(--octonary-color);
    position: relative;
    top: -45px;
    inset-inline-end: -8px;
}

.mobile-menu .mobile-menu__wrapper {
    position: absolute;
    inset-inline-start: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: var(--quaternary-color);
    padding: 80px 0px;
    z-index: 99999;
    border-radius: 0px;
    overflow-y: auto;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    gap: 60px;
    transition: all 900ms ease;
}

.mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
    width: 0px;
}

.mobile-menu .navbar__list {
    flex-direction: column;
    border: 0px !important;
}

.mobile-menu .navbar__list>li>a,
.mobile-menu .navbar__list>li button {
    border-bottom: 1px solid rgb(52, 36, 36);
}

.mobile-menu .navbar__list>li:nth-of-type(2) {
    border-top: 1px solid rgb(52, 36, 36);
}

.mobile-menu .navbar__item {
    width: 100%;
    transition: var(--transition);
}

.mobile-menu .navbar__item a {
    color: #ffffff;
    padding-block: 24px;
    padding-inline: 40px 80px;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    position: relative;
    font-weight: 400;
}

.mobile-menu .navbar__item a:hover {
    color: var(--primary-color);
}

.mobile-menu .navbar__item a::after {
    transition: none;
}

.mobile-menu .navbar__item--has-children .navbar__dropdown-label::after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0px;
    inset-inline-end: 0px;
    bottom: 0px;
    height: 100%;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    border-inline-start: 1px solid rgb(52, 36, 36);
}

.mobile-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
    transform: rotate(0deg);
}

.mobile-menu .navbar__item--has-children:hover>.navbar__dropdown-label-sub {
    color: var(--octonary-color) !important;
}

.mobile-menu .navbar__item--has-children:hover>.navbar__dropdown-label-sub:hover {
    color: var(--octonary-color) !important;
}

.mobile-menu .navbar__item-active {
    color: var(--primary-color) !important;
    font-weight: 400 !important;
}

.mobile-menu .navbar__item-active::after {
    content: "\f068" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.mobile-menu .navbar__sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: none;
    transition: none;
    background-color: transparent;
    border-radius: 0px;
}

.mobile-menu .navbar__sub-menu::before {
    content: none;
}

.mobile-menu .navbar__sub-menu a,
.mobile-menu .navbar__sub-menu button {
    color: #ffffff;
    padding: 20px 40px;
    font-size: 16px;
    border-bottom: 1px solid rgb(52, 36, 36);
}

.mobile-menu .navbar__sub-menu a::before,
.mobile-menu .navbar__sub-menu button::before {
    content: none;
}

.mobile-menu .navbar__sub-menu a:hover,
.mobile-menu .navbar__sub-menu button:hover {
    color: var(--primary-color);
}

.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) a,
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) button {
    border-bottom: 1px solid rgb(52, 36, 36);
}

.mobile-menu .navbar__sub-menu .navbar__item--has-children>a:hover {
    color: var(--primary-color) !important;
}

.mobile-menu .mobile-menu__options {
    padding: 0px 40px;
}

.mobile-menu .mobile-menu__options a,
.mobile-menu .mobile-menu__options button {
    width: 100%;
}

.mobile-menu .mobile-menu__cta {
    text-align: center;
    padding: 0px 40px;
}

.mobile-menu .mobile-menu__cta a {
    width: 100%;
    justify-content: center;
}

.mobile-menu .mobile-menu__social {
    transition: var(--transition);
    padding: 0px 12px;
    justify-content: center;
}

.mobile-menu .active>.navbar__dropdown-label,
.mobile-menu .active>a {
    color: var(--primary-color);
    font-weight: 400;
}

.mobile-menu .active>.navbar__dropdown-label::after,
.mobile-menu .active>a::after {
    font-weight: 900;
}

.mobile-menu__backdrop {
    position: fixed;
    inset-inline-end: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 999;
    background-color: rgba(38, 33, 33, 0.768627451);
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    visibility: hidden;
    transform: translateX(101%);
    transition: all 900ms ease;
    transition-delay: 300ms;
}

.mobile-menu__backdrop-active {
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    transform: translateX(0%);
}

.show-menu {
    opacity: 1;
    visibility: visible;
}

.show-menu .mobile-menu__wrapper {
    inset-inline-start: 0px;
    transition-delay: 600ms;
}

.header-simple {
    padding-block: 27px 26px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.header-simple div {
    line-height: 0px;
}

.header-simple .navbar-logo img {
    max-width: 160px;
    height: 36px;
}

/* ==== 
 --------- (4.01) header styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (4.02) banner styles start ---------
 ==== */

.hero {
    padding-block: 200px 100px;
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

@media only screen and (min-width: 1200px) {
    .hero {
        padding-block: 236px 120px;
    }
}

.hero p {
    max-width: 660px;
    margin-inline: auto;
}

.hero .hero__counter {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero .hero__counter .divider {
    width: 1px;
    height: 110px;
    background-color: var(--primary-color);
    display: none;
}

@media only screen and (min-width: 576px) {
    .hero .hero__counter .divider {
        display: block;
    }
}

.hero .hero__counter-single {
    text-align: center;
}

.hero .hero__counter-single .title-xxl {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    justify-content: center;
    margin-top: -8px;
}

.hero .hero-bg {
    position: absolute;
    inset: 0px;
    z-index: -2;
}

.hero .hero-bg img {
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

.hero .left-bull {
    position: absolute;
    inset-inline-start: 0px;
    inset-block-end: 0px;
    z-index: -1;
}

.hero .left-bull img {
    max-width: 20vw;
    min-width: 80px;
    animation: moveLeftRightSM 6s linear infinite;
}

@media only screen and (min-width: 1400px) {
    .hero .left-bull img {
        max-width: 30vw;
    }
}

.hero .right-bull {
    position: absolute;
    inset-inline-end: 0px;
    inset-block-end: 0px;
    z-index: -1;
}

.hero .right-bull img {
    max-width: 20vw;
    min-width: 80px;
    animation: moveLeftRight 6s linear infinite;
}

@media only screen and (min-width: 1400px) {
    .hero .right-bull img {
        max-width: 35vw;
    }
}

.common-banner {
    padding-block: 200px 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (min-width: 1200px) {
    .common-banner {
        padding-block: 236px 120px;
    }
}

.common-banner .banner-bg {
    position: absolute;
    inset: 0px;
    z-index: -3;
    overflow: hidden;
}

.common-banner .banner-bg img {
    width: 100%;
    height: 100%;
    -o-object-position: center top;
    object-position: center top;
}

.common-banner .banner-bg .parallax-image-wrap,
.common-banner .banner-bg .parallax-image-inner {
    height: 100%;
}

.common-banner .left-bull {
    position: absolute;
    inset-inline-start: 4%;
    inset-block-end: 0px;
}

.common-banner .left-bull img {
    max-width: 25vw;
    min-width: 70px;
    animation: moveLeftRight 6s linear infinite;
}

.common-banner .right-bull {
    position: absolute;
    inset-inline-end: 8%;
    inset-block-end: 0px;
}

.common-banner .right-bull img {
    max-width: 22vw;
    min-width: 70px;
    animation: moveLeftRight 6s linear infinite;
    animation-delay: 3s;
}

/* ==== 
 --------- (4.02) banner styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (4.03) footer styles start ---------
 ==== */

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

.footer .footer-bg {
    position: absolute;
    z-index: -1;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.footer .footer-bg img {
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
}

.footer__newsletter {
    padding-block: 80px;
    padding-inline: 20px;
    background-color: var(--quinary-color);
    border-radius: 12px;
    position: relative;
    z-index: 1;
    top: -179px;
    margin-bottom: -179px;
    border-radius: 12px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .footer__newsletter {
        padding-block: 100px;
        top: -204px;
        margin-bottom: -204px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer__newsletter {
        top: -214px;
        margin-bottom: -214px;
    }
}

.footer__newsletter .footer__newsletter-content {
    max-width: 460px;
    margin-inline: auto;
}

@media only screen and (min-width: 768px) {
    .footer__newsletter .footer__newsletter-content {
        max-width: 660px;
    }
}

.footer__newsletter .newsletter-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -4;
}

.footer__newsletter .newsletter-bg .parallax-image-wrap,
.footer__newsletter .newsletter-bg .parallax-image-inner {
    height: 100%;
}

.footer__newsletter .newsletter-bg img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.footer__newsletter .left-bull {
    position: absolute;
    inset-inline-start: 0px;
    inset-block-end: 0px;
    z-index: -2;
}

.footer__newsletter .left-bull img {
    max-width: 20vw;
    min-width: 80px;
    animation: moveLeftRightSM 6s linear infinite;
}

@media only screen and (min-width: 1400px) {
    .footer__newsletter .left-bull img {
        max-width: 25vw;
    }
}

.footer__newsletter .right-bull {
    position: absolute;
    inset-inline-end: 0px;
    inset-block-end: 0px;
    z-index: -2;
}

.footer__newsletter .right-bull img {
    max-width: 20vw;
    min-width: 80px;
    animation: moveLeftRight 6s linear infinite;
}

@media only screen and (min-width: 1400px) {
    .footer__newsletter .right-bull img {
        max-width: 25vw;
    }
}

.footer__newsletter-form {
    max-width: 700px;
    margin-inline: auto;
}

.footer__newsletter-form form {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding-block: 8px;
    padding-inline: 24px 8px;
    background-color: var(--quaternary-color);
    border: 1px solid var(--octonary-color);
    border-radius: 40px;
}

.footer__newsletter-form form:focus-within {
    border-color: rgba(255, 207, 1, 0.4392156863);
}

.footer__newsletter-form form .input-icon {
    flex-grow: 1;
    width: 100%;
}

.footer__newsletter-form form input {
    width: 100%;
    padding-block: 8px;
    background: transparent;
    color: var(--white);
}

.footer__newsletter-form form input::-moz-placeholder {
    color: var(--nonary-color);
}

.footer__newsletter-form form input::placeholder {
    color: var(--nonary-color);
}

.footer__newsletter-form form button {
    flex-grow: 1;
    justify-content: center;
    min-width: 70px;
    height: 46px;
    background-color: var(--primary-color);
    color: var(--black);
    border-radius: 40px;
}

.footer__newsletter-form form button:hover {
    background-color: var(--white);
    color: var(--black);
}

.footer__copyright {
    padding-block: 30px;
    border-top: 1px solid var(--denary-color);
}

.footer__copyright-content P {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .footer__copyright-content P {
        text-align: start;
    }
}

.footer__copyright-content a {
    color: var(--primary-color);
    font-weight: 600;
}

.footer__copyright-content a:hover {
    color: var(--white);
}

.footer__copyright-list ul {
    display: flex;
    align-items: center;
    gap: 24px;
    row-gap: 6px;
    flex-wrap: wrap;
}

.footer__copyright-list a {
    color: var(--white);
}

.footer__copyright-list a:hover {
    color: var(--primary-color);
}

.footer-two {
    background-color: var(--quinary-color);
}

/* ==== 
 --------- (4.03) footer styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.01) investment plan section styles start ---------
 ==== */

.investment-plan {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .investment-plan .section__header {
        max-width: 400px;
        margin-inline: auto;
    }
}

.investment-plan .investment-plan__single {
    margin-top: 58px;
    padding-bottom: 25px;
    overflow-x: clip;
}

.investment-plan .invest-plan__single-inner {
    background-color: var(--quinary-color);
}

.investment-plan .thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    outline: 4px solid var(--tertiary-color);
    outline-offset: 8px;
    background-color: var(--primary-color);
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

@media only screen and (min-width: 1200px) {
    .investment-plan .thumb {
        top: -50px;
        margin-bottom: -50px;
        width: 100px;
        min-width: 100px;
        height: 100px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.investment-plan .thumb i {
    font-size: 45px;
    color: var(--black);
}

.investment-plan .investment-plan__single-content {
    border-top: 1px solid var(--secondary-color);
    margin-top: 65px;
    padding-bottom: 30px;
}

.investment-plan .investment-plan__single-content span {
    padding: 8px 40px;
    border: 1px solid var(--secondary-color);
    background-color: var(--quinary-color);
    border-radius: 30px;
    height: 48px;
    position: relative;
    top: -24px;
    margin-bottom: -24px;
}

.investment-plan .investment-plan__single-list {
    padding: 30px 24px 0px;
    background-color: #121212;
}

.investment-plan .investment-plan__single-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}

.investment-plan .investment-plan__single-list li:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.investment-plan .investment-plan__single-list li span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: inherit;
}

.investment-plan .investment-plan__single-list li i {
    width: 30px;
    height: 30px;
    border: 1px solid var(--tertiary-color);
    border-radius: 4px;
    font-size: 20px;
    color: var(--tertiary-color);
}

.investment-plan .investment-plan__single-list .btn--primary {
    width: 100%;
    max-width: 260px;
    justify-content: center;
}

.investment-plan .investment-plan__single-list .investment-plan__single-cta {
    position: relative;
    bottom: -25px;
    margin-top: 15px;
}

.investment-plan .investment-plan-bg {
    position: absolute;
    inset: 0px;
    z-index: -2;
}

.investment-plan .investment-plan-bg img {
    width: 100%;
    height: 100%;
}

.investment-plan .investment-plan-world {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.investment-plan .investment-plan-world img {
    animation: rotation 60s linear infinite;
}

/* ==== 
 --------- (5.01) investment plan section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.02) platform section styles start ---------
 ==== */

.platform {
    position: relative;
    overflow: clip;
}

.platform .platform-bg {
    position: absolute;
    inset: 0px;
    z-index: -2;
}

.platform .platform-bg img {
    width: 100%;
    height: 100%;
}

.platform .platform__thumb {
    position: absolute;
    inset-inline-end: 10%;
    inset-block-end: 0%;
    z-index: -1;
}

@media only screen and (min-width: 992px) {
    .platform .platform__thumb {
        inset-block-end: -10%;
    }
}

.platform .platform__thumb img {
    max-width: 20vw;
    min-width: 80px;
    animation: moveLeftRight 6s linear infinite;
}

@media only screen and (min-width: 992px) {
    .platform .platform__thumb img {
        max-width: 30vw;
        inset-block-end: -10%;
    }
}

@media only screen and (min-width: 1200px) {
    .platform .platform__thumb img {
        max-width: 35vw;
    }
}

.platform .platform__cta {
    display: flex;
    align-items: center;
    gap: 32px;
    row-gap: 24px;
    flex-wrap: wrap;
}

.platform .platform__cta-support {
    display: flex;
    align-items: center;
    gap: 16px;
}

.platform .platform__cta-support a {
    font-weight: 500;
}

.platform .platform__cta-support a:hover {
    color: var(--primary-color);
}

.platform .support-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 8px;
}

.platform .support-icon i {
    font-size: 25px;
}

.list-group-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 500px;
}

.list-group-row li {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media only screen and (min-width: 576px) {
    .list-group-row li {
        width: calc(50% - 10px);
    }
}

.circle-progress__wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
    .circle-progress__wrapper {
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 992px) {
    .circle-progress__wrapper {
        justify-content: space-between;
    }
}

.circle-progress__wrapper .divider {
    width: 1px;
    height: 110px;
    background-color: var(--octonary-color);
    display: none;
}

@media only screen and (min-width: 1400px) {
    .circle-progress__wrapper .divider {
        display: block;
    }
}

.circle-progress__wrapper .item__single {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media only screen and (min-width: 576px) {
    .circle-progress__wrapper .item__single {
        max-width: 260px;
    }
}

.circle-progress__wrapper .circle-progress {
    width: 110px;
    height: 110px;
}

.circle-progress__wrapper .circle-ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#008FE6 0deg, #ffffff 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-progress__wrapper .circle-inner {
    width: 95px;
    height: 95px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==== 
 --------- (5.02) platform section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.03) profit calculator section styles start ---------
 ==== */

.profit-calculator {
    position: relative;
    overflow: clip;
}

.profit-calculator .profit-bg {
    position: absolute;
    inset: 0px;
    z-index: -2;
}

.profit-calculator .profit-bg img {
    width: 100%;
    height: 100%;
}

.profit-calculator .profit-calculator__inner {
    padding: 40px 20px;
    background-color: var(--quaternary-color);
    border: 1px solid var(--primary-color);
    border-radius: 12px;
}

@media only screen and (min-width: 576px) {
    .profit-calculator .profit-calculator__inner {
        padding: 40px;
    }
}

.profit-calculator .input-wrapper {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .profit-calculator .input-wrapper {
        width: calc(50% - 12px);
    }
}

.profit-calculator .input-single {
    padding-inline-end: 0px;
    background-color: var(--quinary-color);
}

.profit-calculator .input-single input {
    padding-block: 16px !important;
}

.profit-calculator .input-single input::-moz-placeholder {
    color: #EBECEF;
}

.profit-calculator .input-single input::placeholder {
    color: #EBECEF;
}

.profit-calculator .input-single .select {
    padding-block: 13px !important;
}

.profit-calculator .btn--primary {
    width: 100%;
    justify-content: center;
}

.profit-calculator .btn--primary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.profit-calculator .btn--primary:disabled:hover {
    color: black;
    border: 1px solid var(--primary-color);
}

.profit-calculator .btn--primary:disabled:hover::before,
.profit-calculator .btn--primary:disabled:hover::after {
    width: 50%;
}

.profit-calculator .profit-percent__single {
    display: flex;
    align-items: center;
    gap: 16px;
    row-gap: 10px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
    .profit-calculator .profit-percent__single {
        flex-wrap: nowrap;
    }
}

.profit-calculator .profit-percent__single p {
    min-width: 160px;
}

.profit-calculator .profit-percent__single .percent-box {
    padding: 9px 24px;
    background-color: var(--denary-color);
    border-radius: 8px;
    flex-grow: 1;
}

@media only screen and (min-width: 768px) {
    .profit-main .input-group {
        flex-wrap: nowrap;
    }
}

.profit-main .input-group .input-wrapper {
    width: 100%;
    flex-grow: 1;
}

.profit-main .input-single .select {
    padding-block: 16px !important;
}

/* ==== 
 --------- (5.03) profit calculator section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.04) work section styles start ---------
 ==== */

.work {
    position: relative;
    overflow: clip;
}

.work .work-bg {
    position: absolute;
    inset: 0px;
    z-index: -2;
}

.work .work-bg img {
    width: 100%;
    height: 100%;
}

.work .work__single {
    margin-bottom: 40px;
    max-width: 350px;
    margin-inline: auto;
    text-align: center;
}

.work .work__single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

@media only screen and (min-width: 1200px) {
    .work .work__single {
        margin-bottom: 80px;
    }
}

.work .thumb {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 3px solid var(--tertiary-color);
    outline-offset: 6px;
    background-color: var(--primary-color);
    position: relative;
    margin: 9px;
    display: inline-flex;
}

.work .thumb img {
    max-width: 90%;
    height: auto;
}

@media only screen and (min-width: 1200px) {
    .work .work__single-left {
        text-align: end;
    }
}

@media only screen and (min-width: 1200px) {
    .work .work__single-right {
        text-align: start;
    }
}

.work .work__thumb {
    text-align: center;
    position: relative;
}

.work .work-circle {
    max-width: 40vw;
}

.work .work-bull {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work .work-bull img {
    animation: pulseXs 8s linear infinite;
}

.work .work__cta {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 207, 1, 0.1254901961);
    background-color: #121212;
    display: flex;
    align-items: center;
    gap: 16px;
    row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .work .work__cta {
        justify-content: space-between;
        text-align: start;
        flex-direction: row;
    }
}

.work .work__cta p {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .work .work__cta p {
        justify-content: flex-start;
        flex-direction: row;
    }
}

.work .work__cta p i {
    font-size: 32px;
    color: var(--primary-color);
}

.work .work__cta a {
    font-weight: 600;
}

/* ==== 
 --------- (5.04) work section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.05) choose section styles start ---------
 ==== */

.choose {
    position: relative;
}

.choose .section__header {
    max-width: 300px;
}

@media only screen and (min-width: 576px) {
    .choose .section__header {
        max-width: 100%;
    }
}

.choose .swiper {
    overflow-x: clip;
    overflow-y: visible;
}

.choose__inner {
    margin-top: 52px;
}

@media only screen and (min-width: 992px) {
    .choose__inner {
        min-width: 100vw;
        direction: ltr;
    }
}

.choose__inner .slider-pagination {
    justify-content: flex-start;
}

.choose-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.choose-bg img {
    width: 100%;
    height: 100%;
}

.choose-slider__single {
    padding: 32px 20px;
    background-color: var(--quinary-color);
    border: 1px solid var(--octonary-color);
    border-radius: 12px;
    position: relative;
    transition: var(--transition);
}

@media only screen and (min-width: 576px) {
    .choose-slider__single {
        padding: 32px;
    }
}

.choose-slider__single .thumb {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 3px solid var(--tertiary-color);
    outline-offset: 6px;
    background-color: var(--primary-color);
    position: relative;
    margin: 9px;
    display: inline-flex;
    transform: translateY(0px);
    transition: var(--transition);
}

.choose-slider__single .thumb img {
    max-width: 90%;
    height: auto;
}

.choose-slider__single-intro {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.choose-slider__single-intro p {
    color: var(--octonary-color);
}

.swiper-slide-active .choose-slider__single {
    background-color: var(--quaternary-color);
    border-color: var(--primary-color);
}

.swiper-slide-active .choose-slider__single .thumb {
    transform: translateY(-85px);
}

/* ==== 
 --------- (5.05) choose section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.06) withdrawal section styles start ---------
 ==== */

.withdrawal {
    position: relative;
    z-index: 1;
}

.withdrawal-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.withdrawal-bg img {
    width: 100%;
    height: 100%;
}

.table-wrapper {
    padding: 40px 16px;
    border: 1px solid rgba(177, 189, 17, 0.2);
    background: var(--quaternary-color);
    border-radius: 8px;
}

@media only screen and (min-width: 1200px) {
    .table-wrapper {
        padding: 40px 24px;
    }
}

.withdraw-table {
    overflow-x: auto;
}

.withdraw-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
}

.withdraw-table thead th {
    background-color: var(--denary-color);
}

.withdraw-table tr {
    width: 100%;
    transition: var(--transition);
    border-bottom: 1px solid #362b2b;
}

.withdraw-table tr:hover {
    background-color: var(--denary-color);
}

.withdraw-table th {
    background-color: var(--quaternary-color);
}

.withdraw-table th:nth-of-type(1) {
    border-top-left-radius: 8px;
}

.withdraw-table th:nth-last-of-type(1) {
    border-top-right-radius: 8px;
}

.withdraw-table .th-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.withdraw-table .th-wrap span {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.withdraw-table .th-wrap i {
    cursor: pointer;
    line-height: 0.7;
}

.withdraw-table th,
.withdraw-table td {
    width: 20%;
    padding: 20px 20px;
}

.withdraw-table th:nth-of-type(1),
.withdraw-table td:nth-of-type(1) {
    width: 50%;
}

.withdraw-table th:nth-of-type(2),
.withdraw-table td:nth-of-type(2) {
    width: 30%;
}

.withdraw-table td span {
    padding: 12px 24px;
    border-radius: 60px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.withdraw-table .author__info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.withdraw-table .author__info img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
}

.withdraw-table p.text-xs {
    margin-top: 3px;
}

.withdrawal__cta a {
    text-transform: uppercase;
    color: var(--primary-color);
}

.withdrawal__cta a:hover {
    color: var(--secondary-color);
}

/* ==== 
 --------- (5.06) withdrawal section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.07) affiliate section styles start ---------
 ==== */

.affiliate {
    position: relative;
    z-index: 1;
}

.affiliate .left-bull {
    position: absolute;
    inset-inline-start: 0px;
    inset-block-end: 0px;
    z-index: -1;
}

.affiliate .left-bull img {
    max-width: 20vw;
    min-width: 130px;
    animation: moveLeftRightSM 6s linear infinite;
}

@media only screen and (min-width: 992px) {
    .affiliate .left-bull img {
        max-width: 35vw;
    }
}

@media only screen and (min-width: 1400px) {
    .affiliate .left-bull img {
        max-width: 50vw;
    }
}

.affiliate__content {
    max-width: 640px;
    margin-inline-start: auto;
}

.affiliate__content .section__header p {
    margin-inline: unset;
}

.affiliate-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.affiliate-bg img {
    width: 100%;
    height: 100%;
    -o-object-position: right top;
    object-position: right top;
}

.half-progress-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 576px) {
    .half-progress-wrapper {
        gap: 12px;
    }
}

.half-progress-wrapper .divider {
    width: 1px;
    height: 90px;
    border-inline-start: 1px dashed rgba(255, 207, 1, 0.1882352941);
    display: none;
}

@media only screen and (min-width: 576px) {
    .half-progress-wrapper .divider {
        display: block;
    }
}

.half-progress {
    max-width: 130px;
}

@media only screen and (min-width: 576px) {
    .half-progress {
        max-width: 150px;
    }
}

.half-bar-overflow {
    position: relative;
    overflow: hidden;
    width: 130px;
    height: 65px;
    margin-bottom: -25px;
}

@media only screen and (min-width: 576px) {
    .half-bar-overflow {
        width: 150px;
        height: 75px;
        margin-bottom: -35px;
    }
}

.half-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 8px solid rgba(255, 207, 1, 0.1882352941);
    border-bottom-color: rgba(255, 207, 1, 0.1882352941);
    border-right-color: rgba(255, 207, 1, 0.1882352941);
}

@media only screen and (min-width: 576px) {
    .half-bar {
        width: 150px;
        height: 150px;
    }
}

/* ==== 
 --------- (5.07) affiliate section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.08) rank section styles start ---------
 ==== */

.rank {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rank-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.rank-bg img {
    width: 100%;
    height: 100%;
    -o-object-position: right top;
    object-position: right top;
}

.rank__table {
    overflow-x: auto;
}

.rank__table-inner {
    min-width: 460px;
}

@media only screen and (min-width: 768px) {
    .rank__table-inner {
        min-width: auto;
    }
}

.rank__inner {
    padding: 24px;
    background-color: var(--quaternary-color);
    border: 1px solid var(--primary-color);
    border-radius: 12px;
}

.rank__table-single {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.rank__table-single:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.rank__icon {
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank__graph {
    flex-grow: 1;
}

.rank__graph .progress-bar {
    flex-grow: 1;
    width: 100%;
    height: 42px;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    border-radius: 8px;
    padding: 8px 24px;
    text-align: start;
}

.rank__graph .progress-bar-percent {
    position: absolute;
    top: 0px;
    inset-inline-end: 0px;
    bottom: 0px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 8px 24px;
    text-align: start;
}

.rank__graph .progress-bar-percent span {
    color: black;
    font-weight: 500;
}

.rank__number {
    min-width: 80px;
    background-color: var(--quinary-color);
    border-radius: 8px;
    text-align: center;
    padding: 8px;
}

/* ==== 
 --------- (5.08) rank section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.09) testimonial section styles start ---------
 ==== */

.testimonial {
    position: relative;
    z-index: 1;
}

.testimonial-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.testimonial-bg img {
    width: 100%;
    height: 100%;
    -o-object-position: right top;
    object-position: right top;
}

.testimonial-slider.swiper {
    overflow-x: clip;
    overflow-y: visible;
}

.testimonial-slider__single {
    padding: 40px 24px;
    background-color: var(--quaternary-color);
    border-radius: 12px;
    border: 1px solid var(--denary-color);
    transition: var(--transition);
}

.testimonial-slider__single .testimonial__intro {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.testimonial-slider__single .testimonial__intro img {
    opacity: 0.1;
    max-width: 11vw;
    min-width: 36px;
}

.testimonial-slider__single .author-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.testimonial-slider__single .author-meta img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) {
    .testimonial__inner {
        padding-bottom: 48px;
    }
}

@media only screen and (min-width: 1200px) {
    .testimonial__inner {
        padding-bottom: 68px;
    }
}

@media only screen and (min-width: 1400px) {
    .testimonial__inner {
        padding-bottom: 78px;
    }
}

@media only screen and (min-width: 768px) {
    .testimonial__inner .swiper-slide-prev .testimonial-slider__single {
        transform: translate(50px, 80px) rotate(-16deg);
    }
}

@media only screen and (min-width: 1400px) {
    .testimonial__inner .swiper-slide-prev .testimonial-slider__single {
        transform: translate(45px, 80px) rotate(-16deg);
    }
}

@media only screen and (min-width: 768px) {
    .testimonial__inner .swiper-slide-next .testimonial-slider__single {
        transform: translate(-50px, 80px) rotate(16deg);
    }
}

@media only screen and (min-width: 1400px) {
    .testimonial__inner .swiper-slide-next .testimonial-slider__single {
        transform: translate(-45px, 80px) rotate(16deg);
    }
}

.testimonial__inner .swiper-slide-active {
    z-index: 9;
}

.testimonial__inner .swiper-slide-active .testimonial-slider__single {
    border-color: var(--primary-color);
    background-color: var(--quinary-color);
    transform: translate(0px, 0px), rotate(0deg);
}

.review {
    display: flex;
    align-items: center;
    gap: 4px;
}

.review i {
    font-size: 24px;
    color: var(--primary-color);
}

/* ==== 
 --------- (5.09) testimonial section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.10) faq section styles start ---------
 ==== */

.faq {
    position: relative;
    z-index: 1;
}

.faq-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.faq-bg img {
    width: 100%;
    height: 100%;
    -o-object-position: right top;
    object-position: right top;
}

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

.faq__tab-btns ul {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px;
    border: 1px solid var(--denary-color);
    background-color: var(--quaternary-color);
    border-radius: 40px;
}

.faq__tab-btns button {
    padding: 12px 30px;
    background-color: var(--quinary-color);
    border-radius: 30px;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
}

.faq__tab-btns button i {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 600;
    transition: var(--transition);
}

.faq__tab-btns button:hover {
    background-color: var(--primary-color);
    color: var(--black);
}

.faq__tab-btns button:hover i {
    color: var(--black);
}

.faq__tab-btns .active {
    background-color: var(--primary-color);
    color: var(--black);
}

.faq__tab-btns .active i {
    color: var(--black);
}

.faq__tab {
    max-width: 860px;
    margin-inline: auto;
}

.accordion-item {
    background-color: var(--quaternary-color);
    border-radius: 12px !important;
    border: 1px solid var(--denary-color) !important;
    margin-bottom: 24px;
    overflow: hidden;
}

.accordion-item:last-of-type {
    margin-bottom: 0px;
}

.accordion-item .accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: var(--primary-color);
    border-radius: 12px 12px 0px 0px !important;
    box-shadow: none;
}

.accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
    color: var(--primary-color);
    background-color: var(--black);
    transform: rotate(0deg);
}

.accordion-item .accordion-button {
    border-radius: 0px;
    color: var(--white);
    position: relative;
    background-color: transparent;
    box-shadow: none;
    padding: 24px;
    font-weight: 500;
    font-size: inherit;
}

@media only screen and (min-width: 576px) {
    .accordion-item .accordion-button {
        padding: 24px 40px;
    }
}

.accordion-item .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    font-size: 16px;
    color: var(--octonary-color);
    background-color: var(--primary-color);
}

.accordion-body {
    padding: 24px 0px 30px;
    border: 0px;
    border-top: 1.5px dashed var(--black);
}

.accordion-body p {
    color: var(--black);
}

.accordion-collapse {
    padding-inline: 24px;
    background-color: var(--primary-color);
}

@media only screen and (min-width: 576px) {
    .accordion-collapse {
        padding-inline: 40px;
    }
}

/* ==== 
 --------- (5.10) faq section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.11) blog section styles start ---------
 ==== */

.blog {
    position: relative;
    z-index: 1;
}

.blog-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blog-bg img {
    width: 100%;
    height: 100%;
}

.blog__single {
    padding: 20px 20px 30px;
    border-radius: 12px;
    border: 1px solid var(--denary-color);
    background: var(--quaternary-color);
}

.blog__single .thumb {
    margin-top: 0px;
    position: relative;
    margin-bottom: 46px;
    width: 100%;
}

.blog__single .thumb a {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}

.blog__single .thumb img {
    width: 100%;
    min-height: 260px;
    border-radius: 12px;
    max-height: 320px;
    transition: var(--transition);
}

.blog__single .time {
    width: 110px;
    text-align: center;
    background-color: var(--white);
    border-radius: 8px;
    overflow: hidden;
    line-height: 0px;
    position: absolute;
    inset-inline-start: 20px;
    inset-block-end: -20px;
}

.blog__single .time p:nth-of-type(1) {
    padding-block: 8px;
    font-weight: 700;
    color: #222E48;
}

.blog__single .time p:nth-of-type(2) {
    background-color: var(--primary-color);
    padding-block: 8px;
    color: var(--black);
}

.blog__single .content__cta {
    border-top: 1px solid var(--octonary-color);
    padding-top: 30px;
    display: flex;
    gap: 24px;
    row-gap: 16px;
    flex-direction: column;
}

@media only screen and (min-width: 576px) {
    .blog__single .content__cta {
        flex-direction: row;
    }
}

.blog__single .content__cta .divider {
    height: 24px;
    width: 1px;
    background-color: var(--octonary-color);
    display: none;
}

@media only screen and (min-width: 576px) {
    .blog__single .content__cta .divider {
        display: block;
    }
}

.blog__single .content__cta p {
    border: 0px !important;
    justify-content: flex-start;
    padding-block: 0px 0px;
    display: inline-flex;
    gap: 8px;
}

.blog__single .content__cta p i {
    font-size: 20px;
}

.blog__single:hover h5 a,
.blog__single:hover h4 a,
.blog__single:hover .title-sm a {
    color: var(--primary-color);
}

.blog__single:hover img {
    transform: scale(1.1);
}

.blog-list .blog__single .thumb img {
    max-height: unset;
}

.blog-details {
    position: relative;
    z-index: 1;
}

.blog-details .blog__details-card {
    padding: 12px;
    padding-bottom: 40px;
    background-color: var(--quaternary-color);
    border-radius: 12px;
    border: 1px solid var(--denary-color);
}

.blog-details .details__poster img {
    border-radius: 8px;
    width: 100%;
    min-height: 400px;
}

.blog-details .details__meta {
    display: flex;
    align-items: center;
    gap: 24px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.blog-details .details__meta p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-details .details__meta p i {
    font-size: 20px;
}

.blog-details .details__meta span {
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.blog-details .details__content {
    padding-inline: 8px;
}

@media only screen and (min-width: 768px) {
    .blog-details .details__content {
        padding-inline: 20px;
    }
}

.blog-details .details__content .divider {
    border-style: dashed;
    border-width: 1.5px;
    border-color: var(--octonary-color);
}

.blog-details .details__group {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-inline: 8px;
}

@media only screen and (min-width: 768px) {
    .blog-details .details__group {
        padding-inline: 20px;
    }
}

.blog-details .details__group .details__content {
    width: calc(60% - 8px);
    padding-inline: 0px;
}

.blog-details .details__group .thumb {
    width: calc(40% - 8px);
}

.blog-details .details__group .thumb img {
    width: 100%;
    border-radius: 8px;
    min-height: 200px;
}

.blog-details .video-poster {
    position: relative;
}

.blog-details .video-poster img {
    width: 100%;
    min-height: 280px;
    border-radius: 8px;
}

.blog-details .video-poster .open-video-popup {
    width: 90px;
    height: 90px;
    min-width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 1s linear infinite;
}

.blog-details .video-poster .open-video-popup i {
    color: var(--black);
    font-size: 24px;
}

.blog-details .details__footer {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: flex-start;
    flex-direction: column;
}

@media only screen and (min-width: 576px) {
    .blog-details .details__footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.blog-details .details__footer p {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.blog-details .details__footer p i {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: -4px;
}

.blog-details .details__footer .details-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .blog-details .details__footer .details-tag {
        gap: 16px;
    }
}

.blog-details .details__footer .tag-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-details .details__footer .tag-wrapper a {
    color: var(--white);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--denary-color);
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 8px;
}

.blog-details .details__footer .tag-wrapper a:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--black);
}

.blog-details .details__footer .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    color: var(--nonary-color);
    border-color: var(--nonary-color);
}

.blog-details .details__footer .social a i {
    font-size: 18px;
    font-weight: 400;
}

.blog-details .details__footer .social a:hover {
    border-color: var(--primary-color);
    color: var(--black);
}

.blog-details .blog__details-card-sm {
    padding: 40px 20px;
    background-color: var(--quaternary-color);
    border-radius: 12px;
    border: 1px solid var(--denary-color);
}

@media only screen and (min-width: 768px) {
    .blog-details .blog__details-card-sm {
        padding: 40px 32px;
    }
}

.blog-details .blog__details-card-sm .divider {
    border-style: dashed;
    border-width: 1.5px;
    border-color: var(--octonary-color);
}

.blog-details .blog__details-card-sm input::-moz-placeholder,
.blog-details .blog__details-card-sm textarea::-moz-placeholder {
    color: var(--nonary-color);
    font-weight: 500;
}

.blog-details .blog__details-card-sm input::placeholder,
.blog-details .blog__details-card-sm textarea::placeholder {
    color: var(--nonary-color);
    font-weight: 500;
}

.blog-details .blog__details-card-sm .alter-input {
    align-items: flex-start;
}

.blog-details .blog__details-card-sm .alter-input i {
    margin-top: 20px;
}

.blog-details .blog__details-card-sm .alter-input textarea {
    border: 0px;
}

.blog-details .blog__details-card-sm form i {
    color: var(--nonary-color);
}

.blog-details .card__intro {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-details .card__intro span {
    color: #dfe0e4;
}

.blog-details .sort-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-details .sort-wrapper .nice-select {
    background-color: transparent;
    border: 1px solid var(--denary-color);
    padding-block: 8px;
}

.blog-details .sort-wrapper .nice-select::after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
}

.blog-details .sort-wrapper .nice-select .current,
.blog-details .sort-wrapper .nice-select li {
    font-size: 16px;
    font-weight: 700;
    transition: var(--transition);
}

.blog-details .sort-wrapper .nice-select .list {
    background-color: #2d2d34;
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1), 0 0 0 1px hsla(230, 13%, 9%, 0.075), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
}

.blog-details .sort-wrapper .nice-select .list:hover .option.selected.focus {
    color: var(--white);
}

.blog-details .sort-wrapper .nice-select .option {
    padding-inline: 18px;
}

.blog-details .sort-wrapper .nice-select .option:hover {
    background-color: var(--primary-color);
    color: var(--octonary-color);
}

.blog-details .sort-wrapper .nice-select .option.selected.focus {
    background-color: var(--primary-color);
    color: var(--octonary-color);
}

.blog-details .sort-wrapper .nice-select .option.selected.focus:hover {
    color: var(--octonary-color) !important;
}

.blog-details .comment__single {
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid var(--denary-color);
}

@media only screen and (min-width: 576px) {
    .blog-details .comment__single {
        padding: 24px;
    }
}

.blog-details .comment__meta {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (min-width: 576px) {
    .blog-details .comment__meta {
        justify-content: space-between;
        flex-direction: row;
    }
}

.blog-details .comment__meta .time {
    text-align: start;
}

@media only screen and (min-width: 576px) {
    .blog-details .comment__meta .time {
        text-align: end;
    }
}

.blog-details .author__info {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
}

@media only screen and (min-width: 576px) {
    .blog-details .author__info {
        align-items: center;
        flex-direction: row;
    }
}

.blog-details .author__info img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-details .review {
    margin-bottom: 20px;
}

.blog-details .comment__single-action {
    display: flex;
    align-items: center;
    gap: 40px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.blog-details .comment__single-action button {
    font-size: 18px;
    color: var(--primary-color);
}

.blog-details .comment__single-action button:hover {
    color: var(--secondary-color);
}

.blog-details .comment__single-action button i {
    font-size: 24px;
}

.blog-details .comment__single-action .active {
    color: var(--secondary-color);
}

.blog-details .reply__comment {
    display: none;
}

.blog-details .reply__comment-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}

@media only screen and (min-width: 576px) {
    .blog-details .reply__comment-inner {
        flex-direction: row;
    }
}

.blog-details .reply__comment-inner img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-details .reply__comment-inner textarea {
    min-height: 80px;
    padding-block: 8px;
    border-color: var(--octonary-color);
    border-radius: 8px;
}

.blog-details .reply__comment-inner form,
.blog-details .reply__comment-inner .input-single {
    flex-grow: 1;
    width: 100%;
}

.blog-details .reply__comment-inner .input-group {
    flex-direction: column;
    align-items: flex-start;
}

.blog-details .reply__comment-inner .btn--primary {
    padding-block: 10px;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(190, 221, 16, 0.3), 0 0 0 10px rgba(190, 221, 16, 0.3), 0 0 0 30px rgba(190, 221, 16, 0.3), 0 0 0 60px rgba(190, 221, 16, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(190, 221, 16, 0.3), 0 0 0 30px rgba(190, 221, 16, 0.3), 0 0 0 60px rgba(190, 221, 16, 0.3), 0 0 0 90px rgba(190, 221, 16, 0);
    }
}

/* ==== 
 --------- (5.11) blog section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.12) contact section styles start ---------
 ==== */

.contact {
    position: relative;
    z-index: 1;
}

.contact-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-bg img {
    width: 100%;
    height: 100%;
}

.contact__single {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background-color: var(--quinary-color);
    border: 1px solid var(--octonary-color);
    border-radius: 12px;
    padding: 40px 20px;
    transition: var(--transition);
    flex-direction: column;
}

@media only screen and (min-width: 576px) {
    .contact__single {
        flex-direction: row;
    }
}

@media only screen and (min-width: 992px) {
    .contact__single {
        padding: 40px;
    }
}

.contact__single:hover {
    background-color: var(--primary-color);
}

.contact__single:hover a,
.contact__single:hover .title-sm {
    color: var(--black) !important;
}

.contact__single:hover .icon {
    background-color: var(--black);
}

.contact__single:hover .icon i {
    color: var(--primary-color);
}

.contact__single:hover .content-cta a {
    color: var(--black);
}

.contact__single .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.contact__single .icon i {
    font-size: 30px;
    color: var(--octonary-color);
    transition: var(--transition);
}

@media only screen and (min-width: 576px) {
    .contact__single .content {
        max-width: 240px;
    }
}

.contact__single a {
    text-transform: lowercase;
    font-weight: 500;
}

.contact__single .title-sm {
    margin-top: -5px;
}

.contact__single .title-sm,
.contact__single a {
    transition: var(--transition);
}

.contact__single .content-cta a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: underline;
}

.contact-form {
    position: relative;
    z-index: 1;
}

.contact-form .section__header p {
    margin-inline-start: unset;
}

.contact-form__wrapper {
    padding: 12px;
    background-color: var(--quinary-color);
    border-radius: 12px;
}

@media only screen and (min-width: 576px) {
    .contact-form__wrapper {
        padding: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .contact-form__wrapper {
        max-width: 526px;
        margin-inline-start: auto;
    }
}

.contact-form__inner {
    padding: 24px 12px;
    background-color: var(--quaternary-color);
    border-radius: 12px;
}

@media only screen and (min-width: 576px) {
    .contact-form__inner {
        padding: 24px;
    }
}

.contact-form__inner .divider {
    margin-block: 24px;
    border-style: dashed;
    border-width: 1.5px;
    border-color: var(--octonary-color);
}

@media only screen and (min-width: 576px) {
    .contact-form__inner .input-group {
        flex-wrap: nowrap;
    }
}

.contact-form__inner .input-single {
    background-color: var(--quinary-color);
}

.contact-form__inner .input-single textarea {
    border: 0px !important;
    min-height: 120px;
}

.contact-form__inner .input-single input,
.contact-form__inner .input-single textarea {
    padding-block: 12px;
}

/* ==== 
 --------- (5.13) contact section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (5.13) authentication section styles start ---------
 ==== */

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

.authentication label {
    font-weight: 500;
}

@media only screen and (min-width: 1200px) {
    .authentication label {
        font-size: 18px;
    }
}

.authentication__form a {
    color: var(--primary-color);
    font-weight: 500;
}

.authentication__form a:hover {
    color: var(--secondary-color);
}

.authentication__form .btn--primary {
    width: 100%;
    justify-content: center;
}

.authentication-bg {
    position: fixed;
    inset: 0px;
    z-index: -2;
}

.authentication-bg img {
    width: 100%;
    height: 100%;
}

.password-group i {
    cursor: pointer;
    font-size: 20px;
}

.authentication__thumb {
    position: absolute;
    inset-inline-end: 2%;
    inset-block-end: 0%;
    z-index: -1;
}

.authentication__thumb img {
    max-width: 35vw;
    animation: moveLeftRight 6s linear infinite;
}

@media only screen and (min-width: 1400px) {
    .authentication__thumb img {
        max-width: 40vw;
    }
}

/* ==== 
 --------- (5.14) authentication section styles end ---------
 ==== */

/* ==== 
 --------- (5.14) coming soon section styles start ---------
 ==== */

.soon {
    padding: 100px 0px;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: var(--black);
}

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

.soon .content h4 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center !important;
}

.soon .content p {
    color: #e7e0e0;
    font-weight: 500;
    font-size: 18px;
}

.soon .content p:nth-last-of-type(1) {
    margin-top: 4px;
}

.soon .form-group {
    margin-top: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
}

.soon .form-group input {
    flex-grow: 1;
    width: 100%;
    padding: 18px 24px;
    background-color: var(--quaternary-color);
}

.soon .form-group input::-moz-placeholder {
    color: var(--nonary-color);
}

.soon .form-group input::placeholder {
    color: var(--nonary-color);
}

.soon .form-group button {
    min-width: -moz-min-content;
    min-width: min-content;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 0px;
    padding-block: 17px;
}

.soon__inner {
    position: relative;
    z-index: 2;
}

.soon__logo {
    text-align: center;
}

.soon__logo img {
    width: 100%;
    max-width: 230px;
}

.time-counter {
    position: relative;
}

.time-countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: -moz-max-content;
    width: max-content;
}

.counter-column {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 180px;
    height: 180px;
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    z-index: 7;
    border-radius: 20px;
    margin: 0 15px 20px;
    background-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
}

.count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
}

.soon-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.soon-bg::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2509803922);
}

.soon-bg img {
    width: 100%;
    height: 100%;
}

.soon-bg .parallax-image-wrap,
.soon-bg .parallax-image-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
}

.countdown-wrapper {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-block: 60px;
}

.clock {
    position: relative;
    width: 500px;
    height: 500px;
    background-color: rgba(10, 10, 10, 0.3764705882);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.clock::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -20%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.4), rgba(77, 75, 75, 0.4) 75%);
    pointer-events: none;
    z-index: -1;
}

.hand {
    position: absolute;
    background-color: #fff;
    transform-origin: bottom;
    border-radius: 99px;
}

.hour-hand {
    width: 15px;
    height: 175px;
    top: 75px;
    background-color: #bdbaba;
}

.minute-hand {
    width: 12px;
    height: 175px;
    top: 75px;
    background-color: #5a5a5a;
}

.second-hand {
    position: absolute;
    width: 6px;
    height: 200px;
    top: 50px;
    background-color: #9d9a95;
    transform-origin: bottom;
}

.second-hand::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 50px;
    top: 187px;
    background-color: #9d9a95;
    border-radius: 99px;
    transform-origin: top;
}

.center-dot {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.6);
}

.center-dot-orange {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.hour-markers {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hour-marker {
    position: absolute;
    color: #fff;
    transform: rotate(0deg) translateY(-216.25px);
    transform-origin: center;
}

.hour-marker span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: rgb(143, 137, 137);
}

.minute-marker {
    position: absolute;
    width: 2px;
    height: 11.25px;
    background-color: rgba(255, 255, 255, 0.3);
    transform: rotate(0deg) translateY(-216.25px);
    transform-origin: center;
    display: none;
}

@media only screen and (max-width: 991.98px) {
    .soon {
        padding: 100px 0px;
    }
    .soon .counter-column {
        width: calc(50% - 30px);
    }
    .soon .logo img {
        max-width: 180px;
    }
}

@media only screen and (max-width: 499.98px) {
    .soon .time-countdown {
        flex-direction: column;
        position: relative;
        transform: none;
        inset: unset;
    }
    .soon .counter-column {
        width: 180px;
        height: 180px;
    }
    .soon .countdown-wrapper {
        height: auto;
    }
    .soon .countdown-wrapper .clock {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .soon .form-group {
        flex-direction: column;
        gap: 16px;
    }
    .soon .form-group button {
        justify-content: center;
        width: 100%;
    }
}

/* ==== 
 --------- (5.14) coming soon section styles end ---------
 ==== */

/* ==============
 ========= css table of contents =========

 * template name: Blo Fin Marketing
 * version: 1.0
 * description: Advance HYIP & ICO Investment Wallet & Banking Platform Multipurpose HTML5 Template
 * author: wowtheme7
 * author-url: https://themeforest.net/user/wowtheme7

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader
     3.04 --> cursor
     3.05 --> scroll progress
     3.06 --> widgets

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> investment plan
     5.02 --> platform
     5.03 --> profit calculator
     5.04 --> work
     5.05 --> choose
     5.06 --> withdrawals
     5.07 --> affiliate
     5.08 --> rank
     5.09 --> testimonial
     5.10 --> faq
     5.11 --> blog
     5.12 --> contact
     5.13 --> authentication
     5.14 --> coming soon

 06. rtl styles
     6.00 --> rtl styles    

    ==================================
============== */

/* ==== 
 --------- (6.00) rtl styles start ---------
 ==== */

.rtl {
    direction: rtl;
}

.rtl .color-palate-inner {
    direction: ltr;
}

.rtl .flip-img {
    scale: -1 1;
}

.rtl .title-animation {
    direction: ltr;
    text-align: end;
}

.rtl .title-animation div,
.rtl .title-animation span {
    text-align: end !important;
}

.rtl .swiper {
    direction: ltr;
}

.rtl .header .navbar__item--has-children {
    position: relative;
}

.rtl .header .navbar__item--has-children:hover>.navbar__sub-menu.mega-menu {
    transform: translateY(0px) translateX(24.4%);
}

@media only screen and (min-width: 1400px) {
    .rtl .header .navbar__item--has-children:hover>.navbar__sub-menu.mega-menu {
        transform: translateY(0px) translateX(20%);
    }
}

@media only screen and (min-width: 1600px) {
    .rtl .header .navbar__item--has-children:hover>.navbar__sub-menu.mega-menu {
        transform: translateY(0px) translateX(30%);
    }
}

.rtl .header .mega-menu {
    transform: translateY(30px) translateX(24.4%);
}

@media only screen and (min-width: 1400px) {
    .rtl .header .mega-menu {
        transform: translateY(30px) translateX(20%);
    }
}

@media only screen and (min-width: 1600px) {
    .rtl .header .mega-menu {
        transform: translateY(30px) translateX(30%);
    }
}

.rtl .mobile-menu .mobile-menu__wrapper {
    inset-inline-start: 400px;
}

.rtl .show-menu .mobile-menu__wrapper {
    inset-inline-start: 0px;
}

.rtl .mobile-menu__backdrop {
    direction: ltr;
}

.rtl .breadcrumb {
    gap: 2px;
}

.rtl .breadcrumb-item+.breadcrumb-item::before {
    float: right;
}

.rtl .title-animation.text-center {
    text-align: center;
}

.rtl .title-animation.text-center div,
.rtl .title-animation.text-center span {
    text-align: center !important;
}

.rtl .title-animation.text-start div,
.rtl .title-animation.text-start span {
    text-align: end !important;
}

.rtl .title-animation.text-end div,
.rtl .title-animation.text-end span {
    text-align: start !important;
}

.rtl .hero__counter-single {
    direction: ltr;
}

.rtl .rank__table-single {
    direction: ltr;
}

/* ==== 
 --------- (6.00) rtl styles end ---------
 ==== */

/*# sourceMappingURL=main.css.map */