@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap");

html {
    overflow-x: hidden;
}

body {
    background-color: var(--light-bg) !important;
    font-family: "Manrope", sans-serif !important;
    color: var(--main-text) !important;
    overflow-x: hidden;
}

.ff-inter {
    font-family: "Inter", sans-serif !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}


/*Font Size*/

.font-size-10 {
    font-size: 10px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

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

.font-size-21 {
    font-size: 21px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

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

.font-size-36 {
    font-size: 36px !important;
}

.font-size-42 {
    font-size: 42px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

.font-size-56 {
    font-size: 56px !important;
}

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

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

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

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

.me-24 {
    margin-right: 24px;
}

.me-32 {
    margin-right: 32px;
}

.min-100vh {
    min-height: 100vh;
}

.hero-button .btn-green {
    margin-right: 32px !important;
}

.spinner-border {
    width: 24px;
    height: 1.5rem;
    border-width: 0.1em;
}

#landing-section-3,
#landing-section-4,
#find-out-section,
#ready-to-go-section,
#what-is-section,
#account-types-section-1,
#account-types-section-2 {
    background-color: var(--light-bg);
}

.card-calendar {
    height: 90dvh;
}

.text-wrap-balance {
    text-wrap: balance !important;
}

#landing-section-5 {
    background-color: var(--light-main-bg);
}

#landing-section-7 {
    position: relative;
    background-color: #196963;
}

#submit {
    background: transparent !important;
}

#landing-section-7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    background-blend-mode: multiply;
    transition: transform 0.4s ease;
    background: url("/img/fund-bg.png") no-repeat center center, #186762;
}

.main-section {
    padding-left: 6.944vw;
    padding-right: 6.944vw;
    padding-top: 0;
}

.max-topbar-w {
    margin: auto !important;
    max-width: 1518px;
}

.max-banner-w {
    margin: auto !important;
    max-width: 1530px;
}

.section-max-w {
    margin: auto;
    max-width: 1780px;
}

.section-full {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 6.944vw;
    padding-right: 6.944vw;
}

.section-full-y {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-spacing-x {
    padding-left: 6.944vw;
    padding-right: 6.944vw;
}

.max-header-w {
    max-width: 600px !important;
}

.max-p-w {
    max-width: 600px !important;
}

.max-p-w-m {
    max-width: 553px !important;
}

.max-header-w-small {
    max-width: 500px !important;
}

.max-header-w-xsmall {
    max-width: 400px !important;
}

.max-p-w-small {
    max-width: 500px !important;
}

.max-p-w-small {
    max-width: 500px !important;
}

.max-p-w-big {
    max-width: 800px !important;
}

.max-p-w-lg {
    max-width: 1050px !important;
}

.max-banner2-p-h {
    max-width: 1050px !important;
}

.title-section {
    background-color: var(--small-card-background);
}

.banner-3 .section-full.legal-section {
    padding-bottom: 100px;
}

:root {
    --main-text: #ffffff;
    --secondary-text: #000000;
    --dark-text: #1e1e1e;
    --green-text: #11ddae;
    --light-text: #ffffff;
    --muted-text: #ffffff80;
    --light-main-bg: #201f35;
    --light-bg: #f4f4f4;
    --border-color: #ffffff40;
    --light-border-color: #ffffff80;
    --medium-border-color: #dddddd;
    --btn-outline-color: #ffffff;
    --btn-light-color: #11ddae;
    --grey-text: #808080;
    --bg-label-purple: #53517d;
}

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

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

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

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

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

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

.muted-text {
    color: var(--muted-text) !important;
}

.light-main-bg {
    color: var(--light-main-bg) !important;
}

.bg-dark-blue {
    background-color: var(--light-main-bg) !important;
}

.br-bottom {
    border-bottom: 1px solid var(--border-color) !important;
}

.medium-br-bottom {
    border-bottom: 1px solid var(--medium-border-color) !important;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.p-event-none {
    pointer-events: none;
}

/* .typewriter-line {
    white-space: nowrap;
}

.typewriter {
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid var(--green-text);
}

@keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

.line1 {
    width: 0;
    animation: typeLoop1 5s steps(30, end) 0s infinite both, blink-caret 0.75s step-end infinite;
}

.line2 {
    width: 0;
    animation: typeLoop2 5s steps(30, end) 0s infinite both, blink-caret 0.75s step-end infinite;
}

.line3 {
    width: 0;
    animation: typeLoop3 5s steps(20, end) 0s infinite both, blink-caret 0.75s step-end infinite;
}

@keyframes typeLoop1 {
    0% {
        width: 0;
    }
    30% {
        width: 49.5%;
    }
    60% {
        width: 49.5%;
    }
    100% {
        width: 0;
    }
}

@keyframes typeLoop2 {
    0% {
        width: 0;
    }
    30% {
        width: 20%;
    }
    60% {
        width: 20%;
    }
    100% {
        width: 0;
    }
}

@keyframes typeLoop3 {
    0% {
        width: 0;
    }
    30% {
        width: 29%;
    }
    60% {
        width: 29%;
    }
    100% {
        width: 0;
    }
} */

.typewriter-line {
    line-height: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.line1,
.line2,
.line3 {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: var(--green-text);
    margin-left: 2px;
    vertical-align: top;

}


/* Animation for the text */
.line1 {
    width: 0;
}

.line2 {
    width: 0;
}

.line3 {
    width: 0;
}

@keyframes typeLine1 {
    0% {
        width: 0;
    }

    50% {
        width: 5.74em;
    }

    100% {
        width: 5.74em;
    }
}

@keyframes typeLine2 {
    0% {
        width: 0;
    }

    50% {
        width: 2.2em;
    }

    100% {
        width: 2.2em;
    }
}

@keyframes typeLine3 {
    0% {
        width: 0;
    }

    50% {
        width: 3.5em;
    }

    100% {
        width: 3.5em;
    }
}


@keyframes blink-pattern {

    0%,
    6% {
        opacity: 1;
    }

    6%,
    12% {
        opacity: 0;
    }

    12%,
    18% {
        opacity: 1;
    }

    18%,
    25% {
        opacity: 0;
    }

    25%,
    31% {
        opacity: 1;
    }

    31%,
    100% {
        opacity: 0;
    }
}

/* h1,
h2,
h3,
h4,
h6 {
    color: var(--main-text);
} */

.cookies-accept-container {
    z-index: 99999;
    position: fixed;
    bottom: -1px;
    left: 0;
    background-color: var(--light-main-bg);
    box-shadow: 0 -1px 2px rgba(255, 255, 255, 0.1);
}

footer #risk_warning a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: underline !important;
}

footer p {
    font-size: 14px;
}

footer a {
    color: var(--muted-text);
}

footer a:hover {
    color: var(--darker-accent-color);
}

.risk-warning-div p:not(:first-child) {
    color: var(--muted-text);
}

a {
    text-decoration: none !important;
}

a.basic-link {
    text-decoration: none !important;
    color: var(--main-text) !important;
}

.gap-40 {
    gap: 40px !important;
}

div p {
    margin-bottom: 0;
}


/* main */

.zoom-img-container {
    overflow: hidden;
    max-width: 558px;
    display: inline-block;
}

.zoom-img {
    transition: transform 0.4s ease;
    width: 558px;
    height: auto;
}

.landing-zoom-img {
    aspect-ratio: 1.3;
}

.zoom-img-container:hover .zoom-img {
    transform: scale(1.1);
}

.rounded-big-image {
    border-radius: 20px;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.rotate-0 {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.btn-link.card {
    background-color: transparent;
    text-decoration: none !important;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
}

.btn-link.card:hover {
    text-decoration: none;
}

#landing-section-3 .btn-link-collapse {
    padding-left: 120px;
}

.card-header {
    border-bottom: none !important;
}

.rounded-profile-bg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 82px;
    width: 82px;
    height: 82px;
    border: 1px solid var(--lighter-border-color) !important;
    border-radius: 50%;
    background-color: transparent;
    box-sizing: border-box;
}

.btn-transparent {
    color: var(--main-text);
    font-size: 18px;
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    padding: 21px 24px;
    border: 2px solid var(--main-text);
    border-radius: 142px;
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

.btn-transparent:hover {
    background-color: var(--btn-light-color) !important;
    border-color: var(--btn-light-color);
}

.btn-tranparent-market {
    width: 44px;
    height: 44px;
    gap: 10px;
    border-radius: 55px;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 1px solid #808080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-tranparent-market:hover {
    animation: fadeBg 0.6s ease forwards;
    border-color: transparent;
}

@keyframes fadeBg {
    0% {
        background: rgba(17, 221, 174, 0.1);
    }

    50% {
        background: rgba(17, 221, 174, 0.6);
    }

    100% {
        background: #11ddae;
    }
}

.btn-outline-green {
    color: var(--btn-light-color);
    font-size: 18px;
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    padding: 21px 24px;
    border: 2px solid var(--btn-light-color);
    border-radius: 142px;
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

.btn-outline-green:hover {
    color: var(--main-text);
    background-color: var(--btn-light-color);
    border-color: var(--btn-light-color);
}

.btn-green {
    color: var(--main-text);
    font-size: 18px;
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    padding: 21px 24px;
    border-color: transparent;
    border-radius: 142px;
    background-color: var(--btn-background, #00c896);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-green::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    z-index: 1;
}

.btn-green:hover::before {
    left: 100%;
}

.btn-green:hover {
    background-color: #02a67d;
    color: #fff;
}

.btn.btn-arrow-outline {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 55px;
    border: 1px solid var(--btn-outline-color);
    font-size: 18px;
    height: 44px;
    width: 44px;
    padding: 12px 18px 12px 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.btn-arrow-outline:hover {
    border: 1px solid var(--btn-outline-color);
    background-color: var(--btn-outline-color) !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(240, 240, 240, 0.8) !important;
    -moz-box-shadow: 0px 0px 20px 0px rgba(240, 240, 240, 0.8) !important;
    box-shadow: 0px 0px 20px 0px rgba(240, 240, 240, 0.8) !important;
}

.borderless-btn {
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border: none;
    text-decoration: none !important;
    color: var(--main-text) !important;
}

.borderless-btn img {
    transition: all 0.4s ease-in-out;
}

.borderless-btn:hover img {
    transform: translateX(10px);
}

.borderless-btn-dark {
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border: none;
    text-decoration: none !important;
    color: var(--light-main-bg) !important;
}

.borderless-btn-dark img {
    transition: all 0.4s ease-in-out;
}

.borderless-btn-dark:hover img {
    transform: translateX(10px);
}

.borderless-btn-light {
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border: none;
    text-decoration: none !important;
    color: var(--dark-text) !important;
    line-height: 22px;
    vertical-align: middle;
}

.borderless-btn-light img {
    transition: all 0.4s ease-in-out;
}

.borderless-btn-light:hover img {
    transform: translateX(10px);
}

.icon-circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.last-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.about-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* background-color: var(--bg-label-purple); */
    color: var(--bg-label-purple);
    /* border-radius: 50px;
    padding-left: 12px;
    padding-right: 12px; */
    font-size: 16px !important;
    /* height: 34px; */
}

.colored-card {
    border-radius: 12px;
    min-height: 283px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    /* Smooth transition for effects */
}


/* LANDING STYLES */

.first-blue-section h1 {
    line-height: 70px;
}

.ready-card {
    position: relative;
    background-color: #d09b52;
    min-height: 396px;
    border-radius: 25px;
    overflow: hidden;
    padding: 50px;
}

.ready-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    background-blend-mode: multiply;
    mix-blend-mode: luminosity;
}

.ready-card::before {
    background: url("/img/ready-bg.png") no-repeat center center, #d09b52;
}

.ready-card-content {
    position: relative;
    z-index: 1;
}

.colored-card.card1 {
    background-color: #4d8b86;
}

.colored-card.card2 {
    background-color: #7d8590;
}

.colored-card.card3 {
    background-color: #d09b52;
}

.colored-card.card4 {
    background-color: #62608c;
}

.colored-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    background-blend-mode: multiply;
    filter: contrast(1.15);
    transition: transform 0.4s ease;
}

.colored-card.card1::before {
    background: url("/img/card-bg.png") no-repeat center center, #4d8b86;
}

.colored-card.card2::before {
    background: url("/img/vps-bg.png") no-repeat center center, #7d8590;
}

.colored-card.card3::before {
    background: url("/img/bonus-bg.png") no-repeat center center, #d09b52;
}

.colored-card.card4::before {
    background: url("/img/pamm-bg.png") no-repeat center center, #62608c;
}

.colored-card:hover::before {
    transform: scale(1.1);
}

.colored-card .content {
    position: relative;
    z-index: 1;
}

.colored-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(0);
    background-size: cover !important;
    width: 300px;
    height: 260px;
    z-index: 0;
}

.colored-card.card1::after {
    background: url("/img/mt5-3d.png") no-repeat center center;
}

.colored-card.card2::after {
    background: url("/img/vps-3d.png") no-repeat center center;
}

.colored-card.card3::after {
    background: url("/img/bonus-3d.png") no-repeat center center;
}

.colored-card.card4::after {
    background: url("/img/pamm-3d.png") no-repeat center center;
}

.colored-card::after {
    transition: transform 0.4s ease-in-out;
}

.colored-card:hover::after {
    transform: translateY(0) scale(1.09);
}

.colored-card:hover .borderless-btn img {
    transform: translateX(10px);
}

select.light-input {
    color: #1e1e1e80 !important;
}


/* when this class is present, switch to teal */

select.light-input option {
    color: var(--dark-text) !important;
}

@media (min-width: 991.98px) and (max-width: 1270px) {
    .colored-card::after {
        width: 220px;
        height: 200px;
    }
}

@media (max-width: 700px) {
    .colored-card::after {
        width: 240px;
        height: 220px;
    }
}

@media (max-width: 490px) {

    /* #calculator-tabs {
        display: flex;
        flex-direction: column;
    } */
    /* #calculator-tabs .nav-link {
        margin-bottom: 12px !important;
    } */
    .colored-card::after {
        width: 170px;
        height: 150px;
    }
}

.layout-pamm {
    background: linear-gradient(0deg, #52517d, #52517d), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(360deg, #454372 0%, #757497 100%);
}

.fund-card {
    background: rgba(245, 245, 245, 0.2);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    flex: 1 1 30%;
    position: relative;
    overflow: hidden;
}

.section-content {
    position: relative;
    z-index: 1;
}

.rounded-yellow-nbr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #d09b52;
    position: absolute;
    right: -2px;
    bottom: 5px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
}

.rounded-white-div {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-text);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: none;
}

.small-yellow-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #d09b52;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.small-grey-rounded {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-bg);
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.instrument-stack {
    position: relative;
    height: 300px;
}


/* .instrument-card {
    position: absolute;
    padding: 22px;
    max-width: 31.25vw;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.165) 100%), linear-gradient( 67.03deg, rgba(0, 0, 0, 0.2) 1.73%, rgba(0, 0, 0, 0) 96.5%);
    backdrop-filter: blur(40px);
    border: 1px solid #4e4e5e;
    border-radius: 20px;
    transition: transform 0.3s ease;
} */


/* Staggered positions */


/* .instrument-card.card-1 {
    top: 0;
    left: 20%;
    z-index: 1;
}

.instrument-card.card-2 {
    top: 16.66%;
    left: 10%;
    z-index: 2;
}

.instrument-card.card-3 {
    top: 33.33%;
    left: 0;
    z-index: 3;
}
 */

.instrument-card-2 {
    position: absolute;
    max-width: 26vw;
    transition: transform 0.3s ease;
    border-radius: 20px 20px 20px 0;
}

.instrument-card-2:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);  */
}

.instrument-card-2.card-1 {
    top: 0;
    left: 25%;
    z-index: 1;
}

.instrument-card-2.card-2 {
    top: 12%;
    left: 13%;
    z-index: 2;
}

.instrument-card-2.card-3 {
    top: 27%;
    left: 0;
    z-index: 3;
}


/* #landing-section-5 .section-full {
    display: grid;
} */

#landing-section-5 .section-full {
    position: relative;
}

#landing-section-5 .view-pager-container,
#landing-section-5 .instruments-cards-container {
    border-radius: 16px;
    box-shadow: inset 0 0 0 calc(1px + 0px) hsla(0, 0%, 100%, 0.075), inset 0 0 5vw hsla(0, 0%, 100%, 0.05);
    background-color: hsla(0, 0%, 100%, 0.025);
}

#landing-section-5 .carousel-container {
    padding: 40px 0;
    width: 100%;
    position: relative;
}

#landing-section-5 .slide-wrapper {
    padding: 20px 12px;
    position: relative;
}

#landing-section-5 .slide-card {
    background-color: var(--light-text) !important;
    border: none !important;
    border-radius: 15px !important;
    overflow: hidden;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
    opacity: 0.2;
}

#landing-section-5 .slide-card img {
    height: auto;
    min-height: 100px;
    max-height: 125px;
    object-fit: cover;
}

#landing-section-5 .slide-content {
    margin-top: 26px;
}

#landing-section-5 .slide-title {
    color: var(--main-text);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#landing-section-5 #slider-description {
    font-size: 14px;
    color: var(--main-text);
    /* margin-top: -50px; */
}

#landing-section-5 .slick-next,
#landing-section-5 .slick-prev {
    z-index: 10;
    top: 100%;
}

#landing-section-5 .slick-next {
    right: 0;
}

#landing-section-5 .slick-prev {
    left: 0;
}

#landing-section-5 .slick-prev:before,
#landing-section-5 .slick-next:before {
    display: none;
}

#landing-section-5 .slick-slide {
    transition: all 0.3s ease-in-out;
}

#landing-section-5 .slick-center .slide-card {
    transform: scale(1.2);
    opacity: 1;
}

#landing-section-5 .slick-center .slide-description,
#landing-section-5 .slick-center .slide-title {
    opacity: 1;
}


/* .slick-dots {
    bottom: -100px;
} */

#landing-section-5 .slick-dots li {
    width: 8px;
    text-align: center;
}

#landing-section-5 .slick-dots li.slick-active {
    width: 32px;
}

#landing-section-5 .slick-dots li button {
    display: block;
    width: 100%;
}

#landing-section-5 .slick-dots li button:before {
    content: "";
    display: block;
    margin: 0 auto;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #d9d9d9;
    border-radius: 32px;
    transition: width 0.3s ease, background 0.3s ease;
}

div p strong {
    font-weight: 700 !important;
}

#landing-section-5 .slick-dots li.slick-active button:before {
    width: 32px;
    background: var(--green-text);
    opacity: 1;
}

#landing-section-5 .carousel-container {
    position: relative;
    padding-bottom: 44px !important;
}

#landing-section-5 .slick-slider {
    position: static;
}

@media (min-width: 992px) {
    #elite-competition-section-3 .carousel-wrapper {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    #elite-competition-section-3 .slides {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    #elite-competition-section-3 .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        opacity: 0;
        /* start hidden */
    }

    #elite-competition-section-3 .slide:first-child {
        opacity: 1;
    }

    #elite-competition-section-3 .slick-dots {
        position: absolute;
        bottom: auto;
        top: 50%;
        right: 0;
        display: block;
        width: 8px;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .limited-spots-section {
        height: 100vh;
        display: grid;
        align-items: center;
    }

    .leaderboard-img-container {
        display: flex;
        align-items: center;
        position: absolute;
        right: 2%;
        min-height: 539px;
        width: 60.417vw;
        max-width: 870px;
    }

    #landing-section-4 .section-full {
        display: grid;
    }

    #landing-section-5 .section-full>.row {
        position: absolute;
        top: 50%;
        left: 6.944vw;
        right: 6.944vw;
        transform: translateY(-50%);
    }

    .w-lg__50 {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    #landing-section-5 .slide-wrapper {
        padding: 20px 10px;
    }

    /* #landing-section-5 .slick-prev {
        left: -30px;
    }
    #landing-section-5 .slick-next {
        right: -30px;
    } */
}

@media (max-width: 992px) {
    #landing-section-5 .carousel-container {
        padding: 20px 0;
    }

    #landing-section-5 .slide-wrapper {
        padding: 20px 8px;
    }

    #landing-section-5 .slick-center .slide-card {
        transform: scale(1.1);
    }

    /* #landing-section-5 .slick-prev {
        left: -25px;
    }
    #landing-section-5 .slick-next {
        right: -25px;
    } */
    #landing-section-5 .slick-prev:before,
    #landing-section-5 .slick-next:before {
        font-size: 30px;
    }

    #landing-section-5 .slide-title {
        font-size: 1.25rem;
    }

    #landing-section-5 .slide-description {
        font-size: 0.85rem;
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .first-blue-section h1 {
        line-height: 55px;
    }

    .first-blue-section .font-size-48 {
        font-size: 36px !important;
    }

    #landing-section-5 .carousel-container {
        padding: 10px 0;
    }

    #landing-section-5 .slide-wrapper {
        padding: 20px 5px;
    }

    #landing-section-5 .slick-center .slide-card {
        transform: scale(1.05);
    }

    #landing-section-5 .slick-prev,
    #landing-section-5 .slick-next {
        display: none !important;
    }

    #landing-section-5 .slide-title {
        font-size: 1.1rem;
    }

    #landing-section-5 .slide-description {
        font-size: 0.8rem;
        max-width: 200px;
    }
}


/* END OF LANDING STYLES */


/* ACCOUNT TYPES STYLES */

#account-types-section-1 .table,
#market-table-section .table {
    border-collapse: collapse;
}

#account-types-section-1 table th,
#account-types-section-1 table td {
    width: 18.5%;
}

#account-types-section-1 table th:first-child,
#account-types-section-1 table td:first-child {
    width: 21.5%;
}

#market-table-section table th,
#market-table-section table td {
    width: 18.5%;
}

#market-table-section table th:first-child,
#market-table-section table td:first-child,
#market-table-section table th:last-child,
#market-table-section table td:last-child {
    width: 21.5%;
}

#account-types-section-1 .table thead th,
#market-table-section .table thead th {
    text-align: center;
    font-size: 24px;
    color: var(--dark-text) !important;
    font-weight: 600;
    padding: 30px 16px;
    vertical-align: middle;
}

#market-table-section .table thead th {
    background-color: #f9f9f9 !important;
    font-size: 16px;
}

#account-types-section-1 .table td,
#market-table-section .table td {
    font-size: 14px;
    text-align: center;
    color: var(--dark-text) !important;
    border: 1px dashed var(--medium-border-color);
    height: 67px;
    max-height: 67px !important;
    padding: 0 16px !important;
    vertical-align: middle;
    background-color: #f9f9f9 !important;
}

#market-table-section .table th {
    padding: 0 16px !important;
    height: 67px;
    max-height: 67px !important;
    border-left: 1px dashed var(--medium-border-color);
    border-bottom: none;
}

#market-table-section .table th:first-child {
    border-top-left-radius: 12px;
}

#market-table-section .table th:last-child {
    border-top-right-radius: 12px;
}

#market-table-section .table th:first-child {
    border-left: none;
}

#account-types-section-1 .table tr:first-child td {
    border-top: none;
}

#account-types-section-1 .table tr:last-child td,
#market-table-section .table tr:last-child td {
    border-bottom: none;
}

#account-types-section-1 .table tr:first-child td:first-child {
    border-top-left-radius: 12px;
}

#account-types-section-1 .table tr:first-child td:last-child {
    border-top-right-radius: 12px;
}

#account-types-section-1 .table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

#account-types-section-1 .table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

#account-types-section-1 .table tr td:first-child {
    border-left: none;
    text-align: start;
    font-size: 16px;
    font-weight: 700;
}

#market-table-section .table tr td:first-child {
    border-left: none;
    text-align: start;
    font-size: 16px;
    font-weight: 700;
    padding-left: 32px !important;
}

#account-types-section-1 .table tr td:last-child,
#market-table-section .table tr td:last-child {
    border-right: none;
}

.market-table-icon {
    width: 38px;
    height: auto;
}

#market-table-section .btn-green {
    font-size: 14px;
    height: 25px;
    padding: 18px 18px;
}

#account-types-section-2 .accordion-item.active {
    border-left: 4px solid #00b894;
}

/* #pamm-program-section-2 .accordion-item {
    padding-left: 16px;
    border-left: 4px solid transparent;
    overflow: hidden;
}

#pamm-program-section-2 .accordion-item.active {
    border-left-color: var(--green-text);
}

#pamm-program-section-2 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

#pamm-program-section-2 .accordion-header {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
    cursor: pointer;
} */
/* #pamm-program-section-2 .accordion-item {
    padding-left: 16px;
    border-left: 4px solid transparent;
}

#pamm-program-section-2 .accordion-item.active {
    border-left-color: #00b894;
}

#pamm-program-section-2 .accordion-content-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

#pamm-program-section-2 .accordion-header {
    text-decoration: none;
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
} */
/* Container */
#pamm-program-section-2 .faq-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#pamm-program-section-2 .faq-item {
    border-left: 4px solid transparent;
    background: transparent;
    overflow: hidden;
}

#pamm-program-section-2 .faq-item.open {
    border-left-color: var(--green-text);
}

#pamm-program-section-2 .faq-question {
    text-align: start !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 0;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: 600;
    color: var(--green-text);
    cursor: pointer;
}

#pamm-program-section-2 .faq-answer-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

#pamm-program-section-2 .faq-answer {
    padding-left: 16px;
    font-size: 18px;
    color: var(--main-text);
}


#spread-banner .legal-section {
    padding-bottom: 140px;
}

#trading-hours .legal-section {
    padding-bottom: 170px;
}

.trading-floating-container {
    margin-top: -26px !important;
}

.trading-floating-card {
    width: 229px;
    height: 66px;
    border-radius: 50px;
    border: 1px solid #ffffff26;
    color: var(--main-text);
    padding: 8px 24px;
}

.semi-colored-green {
    position: relative;
    z-index: 1;
    margin-top: -170px;
    padding: 100px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background: linear-gradient(0deg, #3c7a75, #3c7a75), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(90deg, #296c67 0%, #639591 100%);
}

.semi-colored-purple {
    padding: 100px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: linear-gradient(0deg, #52517d, #52517d), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(360deg, #454372 0%, #757497 100%);
}


/* END OF ACCOUNT TYPES STYLES */

.find-out-card {
    background-color: var(--main-text);
    border-radius: 25px;
}

.find-out-card .accordion-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.faq-header-grid {
    display: flex;
    align-items: center;
}

.faq-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dark-card {
    position: relative;
    background-color: var(--light-main-bg);
    border-radius: 25px;
    overflow: hidden;
}

.dark-card-content {
    position: relative;
    z-index: 3;
}

.dark-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(17, 221, 174, 0.75) 0%, rgba(17, 221, 174, 0.4) 50%, rgba(17, 221, 174, 0) 100%);
    filter: blur(150px);
    -webkit-filter: blur(150px);
}

.dark-card-2 {
    position: relative;
    background-color: var(--light-main-bg);
    border-radius: 25px;
    overflow: hidden;
}

.dark-card-2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(17, 221, 174, 0.75) 100%, rgba(17, 221, 174, 0.4) 100%, rgba(17, 221, 174, 0) 100%);
    filter: blur(150px);
}

.custom-border-bottom {
    position: relative;
}

.custom-border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    width: calc(100% - 24px);
    border-bottom: 1px solid var(--border-color);
}

ul.bullet-ul {
    list-style-type: disc !important;
}

ul.assets-ul {
    padding-top: 16px;
}

.number-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background-color: transparent;
    position: relative;
}

.nav-item.dropdown.show .custom-dropdown-arrow::after {
    transform: translateY(-50%) rotate(180deg);
}


/* Forex Styles */

.colored-img-card {
    display: inline-flex;
    align-items: end;
    min-height: 200px;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.colored-img-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    /* mix-blend-mode: soft-light;
    filter: brightness(0.65); */
}

.colored-img-card.card1 {
    background: linear-gradient(180deg, #75748b 0%, #2e2c48 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #201f35, #201f35);
}

.colored-img-card.card1::before {
    top: 0;
    right: -20px;
    background: url("/svg/colored-leverage.svg") no-repeat center / contain;
}

.colored-img-card.card2::before {
    bottom: -14px;
    right: 0;
    background: url("/svg/colored-commission.svg") no-repeat center / contain;
}

.colored-img-card.card2 {
    background: linear-gradient(270deg, #757497 0%, #454372 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #52517d, #52517d);
}

.colored-img-card.card3::before {
    bottom: -5px;
    right: 0;
    background: url("/svg/colored-freeTrading.svg") no-repeat center / contain;
}

.colored-img-card.card3 {
    background: linear-gradient(270deg, #899099 0%, #4d5d72 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #6c7480, #6c7480);
}

.colored-img-card.card4::before {
    bottom: -15px;
    right: 0;
    background: url("/svg/colored-order.svg") no-repeat center / contain;
}

.colored-img-card.card4 {
    background: linear-gradient(90deg, #296c67 0%, #639591 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #3c7a75, #3c7a75);
}

.colored-img-card.card5::before {
    top: 0;
    right: 0;
    background: url("/svg/colored-spreads.svg") no-repeat center / contain;
}

.colored-img-card.card5 {
    background: linear-gradient(90deg, #8e6835 0%, #cda268 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #c08b42, #c08b42);
}

#commodities-section-2 .colored-img-card.card5::before {
    top: auto;
    bottom: -11px;
    right: 0;
}

.colored-img-card.card2 {
    background: linear-gradient(270deg, #757497 0%, #454372 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #52517d, #52517d);
}

#cryptocurrencies-section-2 .colored-img-card.card2::before {
    top: 0;
    bottom: auto;
    right: -12px;
    background: url("/svg/colored-zero.svg") no-repeat center / contain;
}

#cryptocurrencies-section-2 .colored-img-card.card2 {
    background: linear-gradient(180deg, #757497 0%, #454372 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #52517d, #52517d);
}

#cryptocurrencies-section-2 .colored-img-card.card1 {
    background: linear-gradient(-90deg, #75748b 0%, #2e2c48 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, #201f35, #201f35);
}

#cryptocurrencies-section-2 .colored-img-card.card1::before {
    bottom: 0;
    top: auto;
    right: 10px;
    background: url("/svg/colored-leverage2.svg") no-repeat center / contain;
}

#cryptocurrencies-section-2 .colored-img-card.card3::before {
    bottom: -10px;
    right: 0;
    background: url("/svg/colored-wallet.svg") no-repeat center / contain;
}

#cryptocurrencies-section-2 .colored-img-card.card5::before {
    bottom: -22px;
    top: auto;
}

#cryptocurrencies-section-2 .colored-img-card.card4::before {
    bottom: 0;
    background: url("/svg/colored-24.svg") no-repeat center / contain;
}


/* END Forex Styles */

#elite-competition-page .legal-section .row.pt-4 {
    padding-bottom: 100px !important;
}

#elite-competition-section-3 {
    background: linear-gradient(0deg, #454372 0%, #52517d 50%, #757497 100%);
}

#elite-competition-page .slick-vertical .slick-slide {
    display: flex;
    justify-content: space-between;
}


/* target your custom dots class */


/* #elite-competition-page .carousel-container {
    position: relative;
} */

#elite-competition-page .carousel-container .right-dots {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#elite-competition-page .carousel-container .right-dots {
    width: fit-content;
    height: fit-content;
}

#elite-competition-page ul.slick-dots {
    display: flex !important;
    flex-direction: column;
}

#elite-competition-page .slick-dots li {
    width: 8px;
    height: 8px;
    text-align: center;
}

#elite-competition-page .slick-dots li.slick-active {
    height: 33px;
}

#elite-competition-page .slick-dots li button {
    cursor: default;
    display: block;
    width: 100%;
}

#elite-competition-page .slick-dots li button:before {
    content: "";
    display: block;
    margin: auto 0;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #d9d9d9;
    border-radius: 33px;
    transition: height 0.3s ease, background 0.3s ease;
}

#elite-competition-page .slick-dots li.slick-active button:before {
    height: 33px;
    background: var(--main-text);
    opacity: 1;
}

#elite-competition-page .slick-dots li {
    margin: 3px 0;
}

@media (max-width: 991.98px) {
    #elite-competition-page .carousel-container .right-dots {
        position: absolute;
        /* bottom: 16px; */
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        height: fit-content;
    }

    #elite-competition-page ul.slick-dots {
        display: flex !important;
        flex-direction: row;
    }

    #elite-competition-page .slick-dots li.slick-active {
        width: 33px;
        height: 8px;
    }

    #elite-competition-page .slick-dots li button:before {
        margin: 0 auto;
        transition: width 0.3s ease, background 0.3s ease;
    }

    #elite-competition-page .slick-dots li.slick-active button:before {
        width: 33px;
        height: 8px;
    }

    #elite-competition-page .slick-dots li {
        margin: 0 3px;
    }
}

#elite-competition-section-4 {
    position: relative;
    background-color: #d09b52;
}

#elite-competition-section-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    background-blend-mode: multiply;
    mix-blend-mode: luminosity;
}

#elite-competition-section-4::before {
    background: url("/img/ready-bg.png") no-repeat center center, #d09b52;
}

.elite-competition-section-4-container {
    display: grid;
}

#elite-competition-section-4 .rounded-blue-sm-bg {
    margin-right: 10px;
}

.elite-competition-section-4-content {
    position: relative;
    z-index: 1;
}

#elite-competition-page .dark-bg-content {
    position: relative;
    z-index: 2;
}

#elite-competition-page .dark-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/img/elite-section-3.png) center right / contain no-repeat;
    z-index: 0;
    pointer-events: none;
}

#vps-section-3 {
    position: relative;
    background-color: #196963;
}

#vps-section-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    background-blend-mode: multiply;
    mix-blend-mode: luminosity;
}

#vps-section-3::before {
    background: url("/img/ready-bg.png") no-repeat center center, #196963;
}

#vps-section-3 .section-content {
    position: relative;
    z-index: 4;
}

.vps-big-white-card,
.partner-white-card {
    background-color: var(--main-text);
    padding: 25px;
    border-radius: 25px;
}

#vps-section-3 .green-tick {
    width: 24px;
    height: 24px;
}


/* 
#vps-section-3 {
    position: relative;
    background-color: var(--light-main-bg);
    border-radius: 25px;
    overflow: hidden;
} */

#vps-section-3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(17, 221, 174, 1) 100%, rgba(17, 221, 174, 0.4) 100%, rgba(17, 221, 174, 0) 100%);
    filter: blur(150px);
}

#partners-section-2 .white-rounded-card {
    min-height: 215px;
    border-radius: 25px;
    padding: 25px;
    background-color: var(--main-text);
}

#partners-section-5 {
    position: relative;
    background-color: #196963;
}

#partners-section-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    background-blend-mode: multiply;
    mix-blend-mode: luminosity;
}

#partners-section-5::before {
    background: url("/img/partners-bg.png") no-repeat center center, #196963;
}

#partners-section-5 .section-content {
    position: relative;
    z-index: 4;
}

#partners-section-5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(17, 221, 174, 1) 100%, rgba(17, 221, 174, 0.4) 100%, rgba(17, 221, 174, 0) 100%);
    filter: blur(150px);
}

#partners-section-5 .btn-green {
    min-height: 55px;
    height: auto;
    max-height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
}


/* @media(min-width:992px) and (max-width:1358px) {
    #partners-section-5 .btn-green {
        height: 70px;
    }
} */

.white-rounded-card {
    border-radius: 25px;
    padding: 25px;
    background-color: var(--main-text);
}

#contact-section-3 .dark-card,
#market-buzz-section-3 .dark-card {
    padding: 100px;
}

#contact-section-3 .dark-card::after {
    height: 15%;
}

#contact-section-3 .dark-card .row {
    position: relative;
    z-index: 4;
}

.contact-form {
    width: 100%;
    /* max-width: 500px; */
    margin: 0 auto;
}

#contact-form .rounded-profile-bg {
    border: 1px solid var(--border-color) !important;
    border-radius: 50%;
}

#contact-section-3 .btn-transparent {
    width: 100%;
}

#contact-section-3 #submit.contact-send:hover {
    background-color: var(--btn-light-color) !important;
}

.fe-error {
    display: none;
}

input.dark-input,
select.dark-input {
    height: 50px;
}

.dark-input {
    font-size: 15px !important;
    background-color: transparent !important;
    border: 1px solid var(--light-border-color) !important;
    color: var(--main-text) !important;
    padding: 14px 16px !important;
    border-radius: 8px !important;
}

.dark-input:-webkit-autofill,
.dark-input:-webkit-autofill:hover,
.dark-input:-webkit-autofill:focus,
.dark-input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: var(--main-text) !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
}

.dark-input:focus {
    box-shadow: none !important;
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.dark-input option {
    background-color: #1a1a2f;
    color: #fff;
}

.dark-input::placeholder {
    color: var(--light-border-color) !important;
}

.dark-input.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.dark-input.form-select option[value=""][disabled] {
    color: var(--light-border-color) !important;
}

#contact-form select.dark-input option:first-child {
    color: var(--light-border-color) !important;
}

select.dark-input.placeholder-shown {
    color: var(--light-border-color) !important;
}

.iti {
    width: 100%;
}

.iti__flag-container {
    z-index: 9999 !important;
    padding: 0;
}

.iti__selected-flag {
    background-color: transparent !important;
    border-radius: 8px 0 0 8px;
    padding: 14px 16px !important;
}

.iti__country-list {
    background-color: #1a1a2f !important;
    border: 1px solid var(--light-border-color);
}

.iti__country {
    color: var(--main-text);
}

.iti__country:hover {
    background-color: #2a2a3f !important;
}

#phone {
    background-color: transparent !important;
    /* border: 1px solid var(--light-border-color) !important; */
    padding-left: 45px !important;
}

#phone:focus {
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

#phone::placeholder {
    color: var(--light-border-color) !important;
}


/* Not sure */

.iti__selected-dial-code,
.iti__arrow {
    display: none !important;
}


/* footer styles */

footer {
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/img/trBackground.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

footer::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 15%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at 50% 100%, rgba(17, 221, 174, 0.5) 0%, rgba(17, 221, 174, 0) 70%);
    filter: blur(150px);
}

.footer {
    background-color: var(--light-main-bg);
    padding-left: calc(6.944vw - 12px);
    padding-right: calc(6.944vw - 12px);
}

#footer-email {
    background-color: transparent;
}

.input-container {
    background-color: var(--main-text);
    width: 294px;
    height: 50px;
    padding-left: 24px;
    padding-right: 5px;
    border-radius: 25px;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.email-submit-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 54px;
    height: 43px;
    border-radius: 25px;
    background-color: var(--btn-outline-hover-color);
}


/* topbar styles */

header {
    position: relative;
}

.navbar-wrapper {
    padding-left: 6.944vw;
    padding-right: 6.944vw;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-toggler {
    border: none !important;
}

.main-logo {
    width: 165px;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 249/50.64;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

#closeMenu:active,
#closeMenu {
    border: none !important;
}

body.menu-open {
    overflow: hidden;
    touch-action: none;
    /* position: fixed; */
    width: 100%;
}

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

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

@keyframes fadeOutMenu {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.fullscreen-menu.fade-in {
    animation: fadeInMenu 0.4s ease forwards;
}

.fullscreen-menu.fade-out {
    animation: fadeOutMenu 0.4s ease forwards;
}

.fullscreen-menu.fade-in {
    animation: fadeInMenu 0.5s ease forwards;
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("/svg/topbarBackground.svg") no-repeat right bottom, #201f35;
    background-size: 919px 335px;
    background-attachment: fixed;
    z-index: 1000;
    padding-top: 20px;
    padding-left: 6.944vw;
    padding-right: 6.944vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.navbar-wrapper {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-wrapper.sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: var(--light-main-bg);
    box-shadow: 0 2px 2px rgba(155, 155, 155, 0.1);
}

.menu-logo {
    width: 249px;
    height: 50.641px;
    flex-shrink: 0;
    aspect-ratio: 249/50.64;
}

.menu-header {
    margin-bottom: 74px;
}

.btn-tranparent-menu {
    border-radius: 142px;
    padding: 16px 24px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
}

.btn-tranparent-menu:hover {
    animation: fadeBg 0.6s ease forwards;
    border-color: transparent;
}

@keyframes fadeBg {
    0% {
        background: rgba(17, 221, 174, 0.1);
    }

    50% {
        background: rgba(17, 221, 174, 0.6);
    }

    100% {
        background: #11ddae;
    }
}

.menu-body .dropdown {
    margin-top: 60px;
    padding: 0;
    cursor: pointer;
}

.dropdown-menu {
    background-color: #181828;
    color: white;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    background-color: #2c2c3a;
}

.menu-body .dropdown-toggle::after {
    display: none !important;
}

.menu-body .nav-link {
    color: var(--light-text);
    text-align: left;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding: 0;
    padding-bottom: 30px;
}

.menu-body .nav-link.active,
.menu-body .nav-link:hover,
.menu-body .nav-link:focus {
    color: var(--green-text);
}

#menuTabs {
    padding-right: 24px;
    border-right: 1px solid #ffffff1a;
}

#mainTabContent.tab-content {
    padding-left: 105px;
}

#mainTabContent .list-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

#mainTabContent .tab-pane {
    display: none;
}

#mainTabContent .tab-pane.active.show {
    display: block;
}

#mainTabContent .tab-pane a {
    padding-bottom: 30px;
}

#mainTabContent .tab-pane a:hover {
    color: var(--green-text);
}

.mobile-body {
    display: none;
}

.accordion-button {
    padding: 0;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button::after {
    display: none;
}

.accordion-button .accordion-arrow {
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .accordion-arrow {
    transform: rotate(270deg);
}

.accordion-body a {
    margin-bottom: 30px;
}

.accordion-button span {
    color: white;
    transition: color 0.3s ease;
}

.accordion-header {
    border-bottom: none;
    transition: border-color 0.3s ease;
}

.accordion-header:hover span {
    color: var(--green-text);
}

.accordion-button:not(.collapsed) span {
    color: var(--green-text);
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--green-text);
}

.accordion-header {
    margin-bottom: 0;
}

.mobile-body .nav-link {
    padding: 1rem 1.25rem;
}

.mobile-body .btn-tranparent-menu {
    margin-top: 1rem;
}

.mobile-body .dropdown {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

@media (max-width: 767px) {
    .mobile-body {
        display: block;
    }

    .large-body {
        display: none;
    }
}

@media (max-width: 400px) {

    .menu-logo,
    .main-logo {
        width: 140px;
    }

    .navbar-brand {
        padding-top: 0 !important;
    }
}

.legal-section {
    padding-top: 150px !important;
}

.active-link {
    color: var(--green-text) !important;
}

#trade-anywhere .dark-card-2 .p-lg-5.p-md-4.p-3 {
    position: relative;
    z-index: 3;
}


/* CUSTOM AOS DISTANCE*/

[data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 20px, 0) !important;
    transform: translate3d(0, 20px, 0) !important;
}

[data-aos="fade-up"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

[data-aos="fade-down"] {
    -webkit-transform: translate3d(0, -20px, 0) !important;
    transform: translate3d(0, -20px, 0) !important;
}

[data-aos="fade-down"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

[data-aos="fade-left"] {
    -webkit-transform: translate3d(20px, 0, 0) !important;
    transform: translate3d(20px, 0, 0) !important;
}

[data-aos="fade-left"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

[data-aos="fade-right"] {
    -webkit-transform: translate3d(-20px, 0, 0) !important;
    transform: translate3d(-20px, 0, 0) !important;
}

[data-aos="fade-right"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

[data-aos="fade-up-right"] {
    -webkit-transform: translate3d(-20px, 20px, 0) !important;
    transform: translate3d(-20px, 20px, 0) !important;
}

[data-aos="fade-up-right"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

[data-aos="fade-up-left"] {
    -webkit-transform: translate3d(20px, 20px, 0) !important;
    transform: translate3d(20px, 20px, 0) !important;
}

[data-aos="fade-up-left"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

[data-aos="fade-down-right"] {
    -webkit-transform: translate3d(-20px, -20px, 0) !important;
    transform: translate3d(-20px, -20px, 0) !important;
}

[data-aos="fade-down-right"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

[data-aos="fade-down-left"] {
    -webkit-transform: translate3d(20px, -20px, 0) !important;
    transform: translate3d(20px, -20px, 0) !important;
}

[data-aos="fade-down-left"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}


/* END CUSTOM AOS DISTANCE*/

@media (min-width: 991.98px) and (max-width: 1070px) {

    #topbar .nav-link,
    #topbar a,
    #topbar button {
        font-size: 12px !important;
    }

    #topbar .nav-links {
        gap: 25px;
    }
}

@media (min-width: 2050px) {
    #about-sub-section-1 {
        background-size: cover;
        width: 100%;
    }
}

.cards-container>* {
    transition: filter 0.4s ease-out;
}


/* .legal-section {
    background-image: url('/img/bg-legal.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: none !important;
    will-change: auto;
} */


/* BEGIN CSS */

.section-full.legal-section {
    min-height: 670px;
    position: relative;
    overflow: hidden;
    background-color: var(--light-main-bg);
}

.section-full.legal-section img {
    z-index: 2;
}

.section-full.legal-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: var(--light-bg);
    clip-path: polygon(0 80%, 100% 35%, 100% 100%, 0 100%);
    z-index: 1;
}

.legal-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/img/trBackground.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.sub-banner-container {
    position: relative;
    overflow: hidden;
}

.sub-banner-container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(17, 221, 174, 0.7) 100%, rgba(17, 221, 174, 0.3) 100%, rgba(17, 221, 174, 0) 100%);
    filter: blur(150px);
}


/* END CSS */


/* STOCKS STYLES */

.small-floating-cards-relative {
    width: fit-content;
    height: fit-content;
}

.small-floating-cards {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 103px;
    height: 46px;
    background-color: var(--background-color);
    border-radius: 134px;
}

.small-floating-cards.card1 {
    top: 12%;
    right: 33%;
    animation: floatCard1 4s ease-in-out infinite;
}

.small-floating-cards.card2 {
    top: 32%;
    left: 3.5%;
    animation: floatCard3 4s ease-in-out infinite;
}

.small-floating-cards.card3 {
    top: 40%;
    right: 14%;
    animation: floatCard2 4s ease-in-out infinite;
}

.section-bg-image {
    background-image: url("/img/first-sec-landing.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: none !important;
    will-change: auto;
    padding-top: 130px;
}

.hero-phone-wrapper {
    position: relative;
    height: 445.76px;
}

.floating-phone-container {
    position: fixed;
    top: 30px;
    right: 11.9%;
    z-index: 9999;
    height: 445.76px;
    will-change: transform;
    pointer-events: none;
}

.hero-phone-wrapper {
    /* background-image: url("/img/hero-img.png"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: none !important;
    will-change: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.bg-laptop-svg {
    pointer-events: none;
    max-width: 556px !important;
    /* margin-top: -12px; */
}

.floating-phone-img {
    height: 348px;
    position: absolute;
    left: 43%;
    z-index: 9;
    will-change: transform;
    transform-origin: center center;
    /* top: 90px; */
}

@media (max-width: 1292px) and (min-width: 992px) {
    .hero-phone-wrapper {
        background-position: -56px center !important;
    }
}


/* .phone-fixed {
    top: -35px !important;
    left: 27% !important;
} */

.trading-phone {
    width: 100%;
    max-width: 448px;
    aspect-ratio: 448 / 675;
    position: relative;
    margin: 0 auto;
}

.phone-placeholder {
    width: 448px;
    height: 675px;
    position: relative;
    z-index: 2;
}

.floating-icon {
    position: absolute;
    z-index: 2;
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .floating-phone-container {
        width: 200px;
        right: 20px;
        top: 60px;
    }

    .phone-placeholder {
        min-height: 400px;
    }
}


/*Live market*/

.section-full.live-market {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.custom-nav {
    gap: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.custom-nav .nav-link {
    background: none;
    border: none;
    color: var(--grey-text) !important;
    text-transform: capitalize;
    transition: color 0.3s ease;
    padding: 10px 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
}

.custom-nav .nav-link:hover {
    color: #ffffff;
}

.custom-nav .nav-link.active {
    color: var(--green-text) !important;
}

.wrapper {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, #0e1d02 6rem, #0e1d02 calc(100% - 6rem), transparent);
    mask-image: linear-gradient(to right, transparent, #0e1d02 6rem, #0e1d02 calc(100% - 6rem), transparent);
}

.marquee-wrapper {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #0e1d02 8rem, #0e1d02 calc(100% - 8rem), transparent);
    mask-image: linear-gradient(to right, transparent, #0e1d02 8rem, #0e1d02 calc(100% - 8rem), transparent);
}

.main-container {
    display: flex;
    gap: 24px;
    padding: 18px 38px;
    flex-wrap: nowrap;
    /* white-space: nowrap; */
    animation: slideLoop 250s linear infinite;
    animation-play-state: running;
    width: max-content;
}

.market-instrument {
    width: 253px;
    height: 60px;
    padding: 8px 8px 8px 25px;
    display: grid;
    backdrop-filter: blur(83.240478515625px);
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease-in-out;
    gap: 30.8px;
}

.market-instrument:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: scale(1.02);
}

.market-instrument .flex-column {
    width: 160px;
    height: 40px;
}

.market-instrument__text span {
    margin-bottom: 2px;
}

.market-instrument__text {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    /* text-align: center !important; */
    color: var(--main-text) !important;
    display: flex;
    align-items: center;
}

.market-instrument__text .div-arr {
    width: 24px;
    height: 24px;
}

.market-instrument__text .div-arr img {
    padding-left: 5.25px;
    padding-top: 5.25px;
}

.market-instrument-prices {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    color: var(--main-text) !important;
}


/* .market-instrument__arrow {
    width: 44px;
    height: 44px;
    gap: 10px;
    border-radius: 55px;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 1px solid #808080;
    display: flex;
    align-items: center;
    justify-content: center;
} */

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

    100% {
        transform: translateX(-50%);
        /* Move by half the container width */
    }
}

.marquee-wrapper:hover .main-container {
    animation-play-state: paused;
}


/*Trading conditions*/

.trading-visual-wrapper {
    width: 100%;
    max-width: 603px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.phone-img {
    max-width: 100%;
    height: auto;
    top: 20px;
    position: relative;
    opacity: 0 !important;
}

.floating-icon {
    position: absolute;
    max-width: 25vw;
    height: auto;
}

.icon-meta {
    width: 129.24px;
    height: 129.24px;
    top: 85.38px;
    left: 168.07px;
    border-radius: 13.79px;
    z-index: 22;
}

.icon-apple {
    width: 142.83px;
    height: 142.83px;
    top: 332.2px;
    left: 5.19px;
    border-radius: 13.79px;
    z-index: 22;
}

.icon-tesla {
    width: 144.24px;
    height: 144.24px;
    top: 110.67px;
    left: 39.73px;
    border-radius: 13.79px;
    z-index: 1;
}

.icon-amazon {
    width: 116.52px;
    height: 116.52px;
    top: 261.63px;
    left: 319.59px;
    border-radius: 13.79px;
    z-index: 1;
}

.icon-nike {
    width: 150.24px;
    height: 150.24px;
    top: 102.07px;
    left: 279.31px;
    border-radius: 13.79px;
    z-index: 222;
}

.icon-google {
    width: 131.24px;
    height: 129.24px;
    top: 396.18px;
    left: 181.36px;
    border-radius: 13.79px;
    z-index: 22;
}

.coins-img {
    width: 603px;
    height: 92.03px;
    top: 744.93px;
    left: 0;
}

.plant-img {
    width: 369.82px;
    height: 369.82px;
    left: 239.68px;
    top: 522.01px;
}

.trade-conditions-layout {
    width: 100%;
    max-width: 608px;
    height: auto;
    gap: 42px;
    margin: 0 auto;
}

.trade-conditions-layoutcards {
    width: 100%;
    height: auto;
    padding-top: 42px;
    gap: 24px;
}

.trade-conditions-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    /* min-height: 275px; */
    gap: 16px;
    border-radius: 20px;
    padding: 25px;
    background: rgba(245, 245, 245, 0.2);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.4s ease;
}

.trade-conditions-title {
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0%;
}

.trade-conditions-text {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    padding-top: 24px;
}

.trade-conditions-card:hover {
    animation: fadeBg 0.6s ease forwards;
}

@keyframes fadeBg {
    0% {
        background: rgba(17, 221, 174, 0.1);
    }

    50% {
        background: rgba(17, 221, 174, 0.6);
    }

    100% {
        background: #11ddae;
    }
}

.round-image {
    width: 64px;
    height: 64px;
    gap: 10px;
    border-radius: 60px;
    padding: 16px;
    background: #f4f4f4;
}

.round-image img {
    width: 32px;
    height: 32px;
}

.trade-conditions-card h6 {
    padding-top: 16px;
    padding-bottom: 16px;
}


/*trading accounts*/

#trading-accounts {
    position: relative;
    background-color: #d09b52;
    overflow: hidden;
    /* min-height: 617px; */
    gap: 48px;
    /* padding-top: 100px;
    padding-bottom: 100px; */
}

.trading-account-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    gap: 16px;
    border-radius: 20px;
    padding: 25px;
    background: #f5f5f5;
    backdrop-filter: blur(40px);
    border: 0.83px solid rgba(255, 255, 255, 0.1);
    transition: background 0.4s ease;
}

.trading-account-card:hover {
    animation: fadeBg 0.6s ease forwards;
}

@keyframes fadeBg {
    0% {
        background: rgba(17, 221, 174, 0.1);
    }

    50% {
        background: rgba(17, 221, 174, 0.6);
    }

    100% {
        background: #11ddae;
    }
}

.trading-account-card .account-text {
    padding-top: 16px;
    padding-bottom: 16px;
}

.title-acc {
    padding-left: 11.25%;
    padding-right: 11.25%;
    padding-bottom: 48px;
}

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

.section-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--dark-text);
    line-height: 100%;
    letter-spacing: 0%;
}

.section-subtitle {
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto 40px;
    max-width: 810px;
    color: var(--dark-text);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.feature-card {
    background: #fff;
    padding: 20px;
    flex: 1 1 calc(25% - 20px);
    text-align: left;
    transition: transform 0.3s ease;
    min-height: 424px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.feature-card>* {
    position: relative;
    z-index: 1;
}

.feature-card.bg-cfd::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 256px;
    height: 256px;
    background-image: url("/img/bg-cfd.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.4s ease;
    z-index: 0;
}

.feature-card.bg-com::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 256px;
    height: 256px;
    background-image: url("/img/bg-com.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.4s ease;
    z-index: 0;
}

.feature-card.bg-spread::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 256px;
    height: 256px;
    background-image: url("/img/bg-spreads.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.4s ease;
    z-index: 0;
}

.feature-card.bg-advisor::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 256px;
    height: 256px;
    background-image: url("/img/bg-advisors.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.4s ease;
    z-index: 0;
}

.feature-card.bg-pricing::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 256px;
    height: 256px;
    background-image: url("/img/bg-pricing.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.4s ease;
    z-index: 0;
}

.feature-card.bg-long::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 256px;
    height: 256px;
    background-image: url("/img/bg-long-short.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.4s ease;
    z-index: 0;
}

.feature-card.bg-leverage::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 256px;
    height: 256px;
    background-image: url("/img/bg-leverage.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.4s ease;
    z-index: 0;
}

.feature-card:hover::after {
    transform: scale(1.1);
}

.feature-card .card-icons {
    height: 100px;
    gap: 10px;
    display: flex;
    justify-content: end;
}

.feature-card img {
    width: 100px;
    height: auto;
    opacity: 1;
    transform: scale(1);
}

.feature-card h4 {
    margin-top: 132px;
    margin-bottom: 10px;
    line-height: 100%;
    max-width: 185px;
}

.feature-card .sub-text {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    color: var(--dark-text);
    max-width: 243px;
}

.commodity-card {
    text-align: left;
    transition: transform 0.3s ease;
    min-height: 424px;
    height: 424px;
    border-radius: 25px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    overflow: hidden;
}

.commodity-card>* {
    position: relative;
    z-index: 1;
}

.commodity-card.bg-metals::after {
    content: "";
    position: absolute;
    background-image: url("/img/bg-metals.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.commodity-card.bg-energy::after {
    content: "";
    position: absolute;
    background-image: url("/img/bg-energy.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.commodity-card.bg-agri::after {
    content: "";
    position: absolute;
    background-image: url("/img/bg-agri.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.commodity-card:hover::after {
    transform: scale(1.1);
}

.commodity-card h4 {
    padding: 288px 20px 10px 20px;
}

.commodity-card .sub-text {
    padding: 0 20px 20px 20px;
}

.commodity-card.bg-market::after {
    content: "";
    position: absolute;
    background-image: url("/img/crypto-market.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.commodity-card.bg-currency::after {
    content: "";
    position: absolute;
    background-image: url("/img/crypto-currency.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.commodity-card.bg-leverage-prop::after {
    content: "";
    position: absolute;
    background-image: url("/img/leverage-prop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.4s ease;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

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

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

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

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

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

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

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

.deposit-cards {
    display: flex;
    padding: 24px;
    justify-content: flex-start;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    flex-wrap: nowrap;
    transition: all 0.6s ease;
}

.deposit-cards .card {
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 24px;
    height: 268px;
    position: relative;
    transition: all 0.8s ease !important;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 62px;
    width: 62px;
    opacity: 0.3;
    overflow: hidden;
    cursor: pointer;
}

.deposit-cards .card.active {
    flex-grow: 1;
    max-width: 527px;
    width: 100%;
    opacity: 1;
    cursor: default;
}

.deposit-cards .title {
    font-size: 16px;
    transition: all 0.3s ease;
}

.deposit-cards .card:not(.active) .title {
    display: flex;
    justify-content: center;
    height: 200px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 16px;
    margin-top: 5px;
    margin-left: -10px;
}

.deposit-cards .card.active .title {
    writing-mode: horizontal-tb;
    transform: rotate(0);
    font-size: 21px;
    margin-bottom: 20px;
    text-align: left;
}

.deposit-cards .title h2 {
    font-size: 18px;
    transition: font-size 0.6s ease;
}

.deposit-cards .card.active .title h2,
.deposit-cards .card:hover .title h2 {
    font-size: 21px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

.deposit-cards .details {
    flex-grow: 1;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

.deposit-cards .card.active .details {
    opacity: 1;
    transition-delay: 0.2s;
    max-height: 1000px;
}

.deposit-cards .card:not(.active) .details {
    display: none;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

.holiday-schedule-table {
    position: relative;
    margin-top: -160px;
    z-index: 3;
}


/* TRADING CALCULATOR CSS */


/* .trading-calculator-section-2 {} */

.light-input.form-select {
    background-image: url("/svg/dark-chevron-down.svg") !important;
    background-size: 22px;
}

.tabs-wrapper {
    overflow-x: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    user-select: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.tabs-wrapper .custom-nav {
    display: inline-flex;
    flex-wrap: nowrap;
    width: max-content;
}

.tabs-wrapper .nav-item,
.tabs-wrapper .nav-link {
    white-space: nowrap;
}


/* .tabs-wrapper.active {
    cursor: grabbing;
}

.tabs-wrapper {
    cursor: grab;
} */

.calculator-form-container {
    width: 605px;
    max-width: 100% !important;
}

.calculator-form-container .tab-content {
    max-width: 605px;
}

#profit-loss-form .text-danger {
    padding-left: 0;
}

.result-section {
    display: inline-flex;
    align-items: center;
    /* flex: 0 0 70%; */
    /* width: 100%; */
    min-height: 65px;
    white-space: normal;
    overflow-wrap: break-word;
    color: var(--dark-text);
}


/* .calculate-section {
    flex: 0 0 30%;
} */


/* .calculate-btn {
    width: 100%;
    background-color: var(--btn-dark-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    border: none;
    border-radius: 12px;
} */

.trade-type-group {
    display: inline-flex;
    border-radius: 12px;
    overflow: hidden;
}

.trade-type-group input[type="radio"] {
    display: none;
}

.trade-type-group label {
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    cursor: pointer;
    background-color: var(--main-text);
    color: var(--dark-text);
    transition: background-color 0.2s ease, color 0.2s ease;
    user-select: none;
}

.trade-type-group label:hover {
    background-color: #e4e4e4;
}

#long:checked+label,
#short:checked+label {
    background-color: var(--green-text);
    color: var(--main-text);
}

#trading-calculator-section-3 input[type="number"]::-webkit-inner-spin-button,
#trading-calculator-section-3 input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#trading-calculator-section-3 input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.light-input {
    height: 50px;
    color: var(--dark-text) !important;
    background-color: transparent !important;
    border: 1px solid #1e1e1e80 !important;
    border-radius: 8px !important;
}

.light-input::placeholder {
    color: #1e1e1e80 !important;
}

.calculator-form-container .tabs-wrapper {
    text-align: start;
}

#calculator-tabs.custom-nav {
    gap: 0;
}

#calculator-tabs .nav-link {
    padding: 0;
    background-color: transparent;
    margin-right: 32px;
    font-size: 18px !important;
    font-weight: 700;
    border: none !important;
    color: #808080;
}

#calculator-tabs .nav-link:hover {
    color: var(--dark-text);
}

#calculator-tabs .nav-link.active {
    color: var(--green-text);
}

#market-buzz-section-3 .dark-card::after {
    height: 20%;
}


/* Responsive Fixes */

@media (max-width: 1100px) {
    .deposit-cards .card {
        height: 305px;
    }
}

@media (max-width: 768px) {
    .deposit-cards {
        padding: 0 16px;
    }

    #calculator-tabs .nav-link {
        font-size: 16px !important;
        margin-right: 16px !important;
    }

    .accordion-button .accordion-arrow {
        transform: rotate(90deg) !important;
    }

    .accordion-button:not(.collapsed) .accordion-arrow {
        transform: rotate(270deg) !important;
    }
}

@media (max-width: 720px) {
    .deposit-cards {
        padding: 0 16px;
    }

    .deposit-cards .card.active {
        max-width: 85% !important;
    }
}

@media (max-width: 470px) {
    .competition-btn-row {
        justify-content: center;
    }

    #elite-competition-page .dark-card::before {
        filter: brightness(0.8);
    }

    .deposit-cards {
        width: fit-content !important;
    }

    .deposit-cards .card {
        flex-grow: 0 !important;
        opacity: 1 !important;
        cursor: default !important;
        padding: 24px !important;
        height: 396px;
    }
}

@media (max-width: 410px) {
    .deposit-cards {
        width: fit-content !important;
    }
}

.layout-funds {
    background-color: #196963;
    padding-top: 50px;
    padding-bottom: 50px;
}

.card-funds {
    border-radius: 20px;
    border: 0.832px solid #ffffff33;
    background: #f5f5f51a;
    backdrop-filter: blur(41.6202392578125px);
    display: flex;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.fund-image {
    display: flex;
    width: 72px;
    height: 72px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #fff;
}

#withdraw-funds .badge-number {
    position: absolute;
    bottom: -12px;
    right: 12px;
    transform: translate(50%, -50%);
    background-color: #d09b52;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 21px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/img/bg-banner-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 0;
    pointer-events: none;
}

.sub-banner-2-container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 17%;
    height: 50%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(17, 221, 174, 1) 100%, rgba(17, 221, 174, 0.4) 100%, rgba(17, 221, 174, 0) 100%);
    filter: blur(150px);
}

.section-full.banner-section {
    position: relative;
    overflow: hidden;
    background-color: var(--light-main-bg);
    padding-top: 150px;
}

.legal-section .pt-4 {
    padding-bottom: 26px;
}

.legal-section .row.pt-4 {
    position: relative;
    z-index: 3;
}

.card-benefits {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 25px;
    background: #fff;
}

.small-white-rounded-bg {
    padding: 25px;
    border-radius: 25px;
    background: #fff;
}

.rounded-blue-sm-bg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--light-main-bg);
}

.benefits-image {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background: #f4f4f4;
}

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

.pe-40 {
    padding-right: 40px;
}

#pamm-program-section-2 img {
    /* height: 321.39px; */
    flex-shrink: 0;
    align-self: stretch;
    /* aspect-ratio: 502.82/335.21; */
    width: 409px;
    border-radius: 20px;
}

#pamm-program-section-2 .dark-card div.p-lg-5.p-md-4.p-3 {
    position: relative;
    z-index: 2;
}

#pamm-program-section-2 .dark-card::after {
    height: 160px;
}

#pamm-investor .badge-number {
    background-color: #d09b52;
    color: #fff;
    border-radius: 50% !important;
    display: flex;
    width: 28px !important;
    padding: 3px 8px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}

.layout-pamm {
    background: linear-gradient(0deg, #454372 0%, #757497 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #52517d;
    padding-top: 50px;
    padding-bottom: 50px;
}

.green-line-vertical {
    border-left: 4px solid var(--green-text);
    padding-left: 18px;
}

.line-vertical {
    width: 20px;
    align-self: stretch;
    background: #11ddae;
    margin-right: 18px;
}

.line-vertical-technical {
    width: 4px;
    align-self: stretch;
    background: #11ddae;
    margin-right: 18px;
}

.how-works-item {
    margin-left: 4rem;
    margin-right: auto;
}

@media (min-width: 1300px) {
    .how-works-item {
        margin-left: 10rem;
        margin-right: 0;
    }
}

@media (max-width: 530px) {
    .how-works-item {
        margin-left: 1rem;
        margin-right: 0;
    }
}

.boost-circle {
    width: 118px;
    height: 118px;
    flex-shrink: 0;
    stroke-width: 2px;
    border: 1px solid #11ddae;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boost-circle-gray {
    width: 102px;
    height: 102px;
    flex-shrink: 0;
    stroke-width: 1px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boost-circle-gray span {
    padding: 36px 44.5px;
}

.max-wd-12 {
    max-width: 1022px;
}

.boost-circle img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.card-calendar {
    display: flex;
    padding: 40px;
    flex-direction: column;
    gap: 10px;
    border-radius: 25px;
    background: #fff;
}


/*animation text-hero section*/

.animated-gradient-text {
    background: linear-gradient(to left, #11ddae, #007458, #11ddae);
    background-size: 200% auto;
    background-position: 100% center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer-text 3s ease-in-out infinite;
    display: inline-block;
}

@keyframes shimmer-text {
    0% {
        background-position: 100% center;
    }

    50% {
        background-position: 0% center;
    }

    100% {
        background-position: 100% center;
    }
}

.vr {
    width: 17px;
    top: 10px;
    left: 280px;
    border-width: 1px;
    border: 1px solid #ffffff;
    align-self: center !important;
}


/* .mission-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-main-bg);
    color: white;
    border-radius: 50px;
    width: 93px;
    height: 34px;
    padding: 6px 12px;
    gap: 10px;
} */

.height-sec {
    height: 100dvh;
}


/* @media (max-width: 1493px) and (min-width: 1294px) {
    #keep-funds .card-benefits {
        min-height: 280px !important;
    }
}

@media (max-width: 1234px) and (min-width: 992px) {
    .card-benefits {
        min-height: 300px;
    }
    #advise-traders .card-benefits {
        min-height: 206px !important;
    }
} */

.card-program {
    /* width: 608px; */
    gap: 32px;
    border-radius: 20px;
    padding: 25px;
}

.bg-purple {
    background: linear-gradient(0deg, #52517d, #52517d), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(360deg, #454372 0%, #757497 100%);
}

.bg-green {
    background: linear-gradient(0deg, #3c7a75, #3c7a75), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(90deg, #296c67 0%, #639591 100%);
}

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

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

@media (min-width: 1401px) {
    .section-bg-image {
        padding-top: 150px !important;
    }
}

@media (min-width: 2200px) {
    .section-bg-image {
        padding-top: 220px !important;
    }
}

@media (max-width: 1400px) {
    .first-blue-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1080px) and (max-width: 1280px) {
    .first-blue-section .font-size-48 {
        font-size: 38px !important;
    }
}

@media (min-width: 992px) and (max-width: 1079px) {
    .first-blue-section .font-size-48 {
        font-size: 33.5px !important;
    }
}

@media (max-width: 991px) {
    .elite-competition-section-4-content .img-fluid {
        margin-bottom: -115px;
    }

    .funds-arrow img {
        transform: rotate(-270deg);
    }

    #commodities-section-2 .colored-img-card.card1::before {
        top: auto;
        bottom: -15px;
    }

    #forex-section-1 .colored-img-card.card1::before {
        top: auto;
        bottom: -15px;
    }

    #forex-section-1 .colored-img-card.card5::before {
        top: auto;
        bottom: -15px;
    }

    #cryptocurrencies-section-2 .colored-img-card.card2::before {
        top: auto;
        bottom: -15px;
    }

    .arrow-right {
        rotate: 90deg;
    }

    .fund-card {
        width: 100%;
    }

    .icon-meta,
    .icon-apple,
    .icon-tesla,
    .icon-amazon,
    .icon-nike,
    .icon-google {
        transform: scale(0.7);
    }

    .icon-meta {
        top: 74px;
        left: 36%;
    }

    .icon-apple {
        top: 336px;
        left: 0%;
    }

    .icon-tesla {
        top: 123px;
        left: 8%;
    }

    .icon-amazon {
        top: 266px;
        left: 72%;
    }

    .icon-nike {
        top: 110px;
        left: 65%;
    }

    .icon-google {
        top: 380px;
        left: 41%;
    }

    .coins-img {
        width: 603px;
        height: 92.03px;
        top: 637.93px;
        left: 0;
    }

    .plant-img {
        width: 369.82px;
        height: 369.82px;
        left: 340.68px;
        top: 444.01px;
    }

    .floating-phone-img {
        height: 325px;
        top: 115px;
    }
}

@media (max-width: 768px) {
    .trading-visual-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }

    .icon-meta {
        top: 74px;
        left: 36%;
    }

    .icon-apple {
        top: 336px;
        left: 0%;
    }

    .icon-tesla {
        top: 128px;
        left: 8%;
    }

    .icon-amazon {
        top: 268px;
        left: 71%;
    }

    .icon-nike {
        top: 109px;
        left: 68%;
    }

    .icon-google {
        top: 391px;
        left: 35%;
    }

    .coins-img {
        width: 603px;
        height: 92.03px;
        top: 639.93px;
        left: 0;
    }

    .plant-img {
        width: 369.82px;
        height: 369.82px;
        left: 268.68px;
        top: 422.01px;
    }

    .trade-conditions-layoutcards .row>div {
        margin-bottom: 20px;
    }

    .round-image {
        width: 48px;
        height: 48px;
        padding: 12px;
    }

    .round-image img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 600px) {
    #elite-competition-page .dark-card::before {
        background: url(/img/elite-section-3.png) center right / cover no-repeat;
    }
}

@media (max-width: 576px) {
    .wrapper {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .marquee-wrapper {
        overflow: hidden;
        -webkit-mask-image: linear-gradient(to right, transparent, #0e1d02 0.8rem, #0e1d02 calc(100% - 0.8rem), transparent);
        mask-image: linear-gradient(to right, transparent, #0e1d02 0.8rem, #0e1d02 calc(100% - 0.8rem), transparent);
    }

    .bg-laptop-svg {
        max-width: 100% !important;
        /* min-width: 130%; */
    }

    .icon-meta,
    .icon-apple,
    .icon-tesla,
    .icon-amazon,
    .icon-nike,
    .icon-google {
        transform: scale(0.6);
    }

    .icon-meta {
        top: 30px;
        left: 32%;
        width: 98.24px !important;
    }

    .icon-apple {
        top: 222px;
        left: -1%;
        width: 101.83px !important;
    }

    .icon-tesla {
        top: 90px;
        left: 3%;
        width: 104.24px !important;
    }

    .icon-amazon {
        top: 177px;
        left: 75%;
        width: 81.52px !important;
    }

    .icon-nike {
        top: 60px;
        left: 64%;
        width: 115.24px !important;
    }

    .icon-google {
        top: 255px;
        left: 35%;
        width: 98.24px !important;
    }

    .coins-img {
        width: 603px;
        height: 92.03px;
        top: 456.93px;
        left: 0;
    }

    .plant-img {
        width: 302.82px;
        height: 314.82px !important;
        left: 141px;
        top: 276.01px;
    }

    .floating-phone-img {
        height: 315.76px !important;
        left: 32%;
        top: 0px;
    }

    .phone-fixed {
        top: 0px !important;
    }

    .section-full.live-market {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .live-market .main-container {
        -webkit-mask-image: linear-gradient(to right, transparent, #0e1d02 0.1rem, #0e1d02 calc(100% - 0.1rem), transparent);
        mask-image: linear-gradient(to right, transparent, #0e1d02 0.1rem, #0e1d02 calc(100% - 0.1rem), transparent);
        padding: 18px 0px;
    }

    #landing-section-5 .slide-card img {
        height: auto;
        min-height: 85px;
        max-height: 85px;
        object-fit: cover;
    }
}

@media (max-width: 991.98px) {
    .slick-dots {
        justify-content: center;
    }

    .section-full,
    .section-full-y {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .mb-lg-40 {
        margin-bottom: 24px !important;
    }

    .instrument-card,
    .instrument-card-2 {
        max-width: 400px;
    }

    #navbarCollapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #03021c;
        transition: left 0.3s;
        z-index: 1050;
        overflow-y: auto;
        pointer-events: auto;
    }

    #navbarCollapse.show {
        left: 0;
    }

    .mega-menu-container {
        display: none !important;
    }

    #mobile-menu .accordion-button,
    #mobile-menu .accordion-item {
        border: none;
        background-color: transparent;
        box-shadow: none;
        color: var(--main-text);
    }

    #mobile-menu #mobile-login-btn,
    #mobile-menu #mobile-login-btn:active {
        flex: 0 0 75%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 40px !important;
        border: 1px solid white !important;
        background: var(--main-text);
        color: black;
    }

    #mobile-menu .language-selector-container {
        flex: 0 0 25%;
    }

    #mobile-menu .language-selector {
        font-size: 13px;
        color: var(--main-text);
        height: 40px;
        width: 100%;
        border: 2px solid white !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    /* #mobile-menu img {
        width: 100%;
    } */
    #holding-phone-img {
        position: relative;
    }

    #about-sub-section-1 {
        background-size: cover !important;
        width: 100%;
    }

    .big-card-left {
        border-radius: 35px 35px 0 0;
    }

    .big-card-right {
        border-radius: 0 0 35px 35px;
    }
}

@media (max-width: 767.98px) {
    .live-market .custom-nav {
        gap: 0px;
    }

    .semi-colored-purple,
    .semi-colored-green,
    #contact-section-3 .dark-card,
    #market-buzz-section-3 .dark-card {
        padding: 50px;
    }

    .legal-section::before {
        background-size: inherit;
    }

    .rounded-profile-bg {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    #legal-subsection-2::before {
        width: 60%;
    }

    .big-divided-card .btn.btn-light-bg {
        width: auto;
    }

    .big-divided-card .btn.btn-main-outline {
        width: auto;
    }

    .big-card-left,
    .big-card-right {
        padding: 32px 24px 32px 24px !important;
    }
}

@media (max-width: 575.98px) {
    .instrument-stack {
        height: 200px;
    }

    .semi-colored-purple,
    .semi-colored-green,
    #contact-section-3 .dark-card,
    #market-buzz-section-3 .dark-card {
        padding: 24px;
    }

    .instrument-card,
    .instrument-card-2 {
        max-width: 250px;
    }

    .section-full,
    .main-section,
    #topbar,
    .section-spacing-x,
    .navbar-wrapper,
    .fullscreen-menu {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #landing-section-3 .btn-link.card h6 {
        font-size: 20px !important;
    }

    #landing-section-3 .btn-link.card p {
        font-size: 18px !important;
    }

    #landing-section-3 .btn-link-collapse {
        padding-left: 72px;
    }

    .toggle-arrow {
        min-width: 37px;
        min-height: 36px;
    }

    .collapse-img {
        max-height: 24px;
        max-width: 24px;
    }

    .number-circle {
        min-width: 38px;
        height: 38px;
        font-size: 14px !important;
    }

    .font-size-56 {
        font-size: 44px !important;
    }

    .font-size-48 {
        font-size: 40px !important;
    }

    .first-blue-section .font-size-48 {
        font-size: 36px !important;
    }

    .font-size-42 {
        font-size: 35px !important;
    }

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

    .font-size-28 {
        font-size: 24px !important;
    }

    .font-size-26 {
        font-size: 22px !important;
    }

    .font-size-25 {
        font-size: 21px !important;
    }

    .font-size-24 {
        font-size: 20px !important;
    }

    .font-size-16 {
        font-size: 14px !important;
    }

    .font-size-14 {
        font-size: 12px !important;
    }

    .floating-card h6 {
        font-size: 14px !important;
    }

    .floating-card p {
        font-size: 12px !important;
    }

    .floating-cards-container {
        margin-top: -70px !important;
    }

    #legal-subsection-2::before {
        width: 80%;
    }

    #trading-acc-section-2 .tab-btn {
        display: inline-flex;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        height: 36px;
        color: var(--main-text) !important;
        border: 1px solid transparent;
        border-radius: 100px !important;
        font-size: 14px !important;
    }

    /* .big-card-left,
    .big-card-right {
        padding: 32px 16px 32px 16px!important;
    } */
    /* .hero-phone-wrapper{
        left: -50px;
    } */
    #bonus-work .boost-circle {
        width: 90px;
        height: 90px;
    }

    /* .hero-button {
        flex-direction: column !important;
        justify-content: center !important;
    }
    .hero-button .btn-green {
        margin-right: 0 !important;
        margin-bottom: 32px;
    } */
    .market-instrument .flex-column {
        width: 105px;
    }

    .market-instrument {
        width: 190px;
    }

    .market-instrument-prices {
        font-size: 10px !important;
    }

    .market-instrument__text {
        font-size: 12px;
    }

    .main-container {
        gap: 12px;
    }

    .market-instrument {
        padding: 8px 8px 8px 20px;
    }

    .text-l {
        text-align: left !important;
    }
}

@media (max-width: 510px) {
    .deposit-cards {
        width: fit-content !important;
        padding-left: 0;
    }

    .first-blue-section h1 {
        line-height: 46px;
        margin-bottom: 8px !important;
    }

    .first-blue-section .font-size-48 {
        font-size: 30px !important;
    }

    .first-blue-section .btn-transparent,
    .first-blue-section .btn-green {
        font-size: 14px;
        font-weight: 800;
        height: 48px;
        padding: 21px 16px;
    }

    .hero-button .btn-green {
        margin-right: 20px !important;
    }
}

@media (max-width: 440px) {
    .semi-colored-img-text {
        flex-wrap: wrap;
    }

    h2.semi-colored-h {
        padding-left: 0 !important;
    }

    .first-blue-section h1 {
        line-height: 40px;
    }

    .first-blue-section .font-size-48 {
        font-size: 24px !important;
    }

    .first-blue-section .btn-transparent,
    .first-blue-section .btn-green {
        font-size: 12px;
        font-weight: 800;
        height: 44px;
        padding: 8px 16px;
    }

    .navbar-wrapper .btn-transparent {
        height: 44px;
        padding: 14px 20px !important;
    }
}

@media (min-width: 1440px) {
    .instrument-card-2 {
        max-width: 400px;
        width: auto;
    }
}

@media (max-width: 360px) {
    .main-logo {
        width: 120px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .trade-conditions-card {
        padding: 16px;
    }
}

@media (min-width: 991px) and (max-width: 1105px) {
    .details .d-flex.align-items-center.justify-content-between .dark-text {
        font-size: 12px !important;
    }
}

@media (max-width: 1100px) {
    .deposit-cards .card:not(.active) .title {
        height: 250px;
    }
}

@media (max-width: 470px) {
    .deposit-cards .card:not(.active) .title {
        height: 340px;
    }
}


/* -------------------------------- */

#account-types-section-1 .table {
    width: 100%;
    border-collapse: collapse;
}

#account-types-section-1 .table tbody tr {
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    #account-types-section-1 .table-responsive {
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        overflow: visible;
    }

    #account-types-section-1 .table {
        display: none;
    }

    #account-types-section-1 .table-responsive::after {
        content: '';
        display: block;
    }
}

#account-types-section-1 tbody tr:first-child td:nth-child(3) {
    padding: 0px 25.2px !important;
}

#account-types-section-1 .mobile-cards {
    display: none;
}

@media (max-width: 768px) {
    #account-types-section-1 .mobile-cards {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    #account-types-section-1 .account-card {
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    #account-types-section-1 .account-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    #account-types-section-1 .card-header {
        font-size: 24px;
        color: var(--dark-text);
        padding: 20px;
        border-bottom: 1px dashed var(--medium-border-color) !important;
    }

    #account-types-section-1 .card-title {
        font-size: 24px;
        font-weight: 700;
        text-transform: capitalize;
    }

    #account-types-section-1 .feature-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px dashed var(--medium-border-color);
    }

    #account-types-section-1 .feature-item:last-child {
        border-bottom: none;
    }

    #account-types-section-1 .feature-label {
        padding-left: 20px;
        font-weight: 700;
        color: var(--dark-text);
        flex: 1;
    }

    #account-types-section-1 .feature-label {
        word-break: break-word;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    #account-types-section-1 .feature-value {
        padding-right: 20px;
        font-size: 14px;
        color: var(--dark-text);
        text-align: right;
        margin-left: 8px;
        text-transform: capitalize;
    }

    #account-types-section-1 .markets-section {
        padding: 24px;
        border-top: 1px dashed var(--medium-border-color);
    }

    #account-types-section-1 .markets-title {
        font-weight: 700;
        color: var(--dark-text);
        text-align: center;
    }

    #account-types-section-1 .markets-content {
        text-align: center;
        font-weight: 500;
        color: var(--dark-text);
    }
}