/* main */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@keyframes floatCard1 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5px, -5px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes floatCard2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-5px, 5px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes floatCard3 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5px, 5px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes floatCard4 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-5px, -5px);
    }
    100% {
        transform: translate(0, 0);
    }
}

html {
    overflow-x: hidden !important;
}

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

.nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

body {
    padding-top: 105px;
}

.first-red-section p {
    margin: 0;
}

.iframe-section {
    background-color: var(--darker-accent-color);
}

.nav-wrapper.sticky {
    background-color: var(--dark-main-bg);
    box-shadow: 0 2px 2px rgba(155, 155, 155, 0.1);
}

.nav-wrapper.sticky .mega-menu-container {
    box-shadow: 0 2px 2px rgba(155, 155, 155, 0.1);
}

div.text-white a {
    color: #fff !important;
}

.cookiesBtn {
    cursor: pointer;
}

/* Modal Background */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

    justify-content: center;
    align-items: center;
}

/* Modal Content */
.custom-modal-content {
    background-color: #1a1931;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: start;
    color: #fff;
}

/* Close Button */
.custom-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: #fff;
    text-decoration: none;
}
.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.1em;
}

button.calculate-btn {
    cursor: pointer !important;
}

#topbar #topbar-content {
    padding-top: 1px;
    padding-bottom: 0;
}

#topbar #topbar-content .brand {
    margin-right: 0;
}

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

/* .cookies-accept-container .btn.btn-main-outline {
        width: 200px;
        height: 58px;
    }
     */

.parallax-img {
    /* margin-bottom: -90px; */
    will-change: transform;
}

#landing-section-7,
#market-forex-section-3 {
    position: relative;
    z-index: 1;
    background-color: #ba0c0b;
}

.one-btn-banner,
.banner-row,
#pamm-section-4 {
    background-color: #ba0c0b;
}

#landing-section-7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/Page-1.svg") no-repeat;
    background-size: contain;
    background-position: 90% center;
    opacity: 0.75;
    z-index: -1;
}

#about-section-1,
#contact-section-1,
#legal-doc-section-1,
.button-banner {
    background: linear-gradient(180deg, #630706 0%, #c90e0d 100%);
}

#about-section-2,
#about-section-4,
#contact-section-2,
#trading-platforms-section-2,
#trading-platforms-section-4,
#trading-acc-section-1,
#market-forex-section-2,
#tools-vps-2,
#stock-cfd-section-4,
#deposit-withdrawals-section-2,
#deposit-withdrawals-section-4,
#deposit-withdrawals-section-5,
#contract-spreads-section-2,
#contract-spreads-section-3,
#contract-spreads-section-4,
#holiday-schedule-section-2,
#education-section-2,
#education-section-3,
#alpha-gen-section-2,
#technical-views-section-2,
#trading-calculator-section-2,
#deposit-withdrawals-section-3,
#economic-calendar-section-2,
#affiliates-ibs-section-2,
#welcome-bonus-section-2,
#security-of-funds-section-2,
#security-of-funds-section-4,
#market-buzz-section-2,
#pamm-section-1,
#pamm-section-3 {
    background: #02011b;
}

.about-section-3,
#contact-section-3 {
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

#trading-platforms-section-3,
#trading-platforms-section-5,
#market-forex-section-4,
#tools-vps-3,
#alpha-gen-section-3,
#technical-views-section-3,
#trading-calculator-section-3,
#economic-calendar-section-3,
#deposit-withdrawals-section-6,
#contract-spreads-section-5,
#affiliates-ibs-section-3,
#security-of-funds-section-3,
#market-buzz-section-3,
#pamm-section-2,
#pamm-section-5 {
    background: #1a1931;
}

#trading-platforms-section-6,
#trading-acc-section-2 {
    background: linear-gradient(180deg, #bc0d0c 0%, #560605 100%);
}

.video-desktop {
    display: none !important;
}

.video-mobile {
    display: none !important;
}

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

.logo-video {
    margin-left: -23px;
    height: 82px;
}

.main-section {
    overflow-x: hidden !important;
    padding-left: 6.944vw;
    padding-right: 6.944vw;
    padding-top: 0;
}

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

/* .section-full:not(#landing-section-2) {
    overflow-x: hidden!important;
} */

.table-tab:first-child
    .active:first-child
    ~ table.dataTable
    thead
    th:first-child {
    border-top-left-radius: 0;
}

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

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

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

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

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

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

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

:root {
    --main-text: #ffffff;
    --secondary-text: #000000;
    --light-text: #ffffff;
    --muted-text: #ffffff80;
    --muted-text-header: #ffffff4d;
    --darker-accent-color: #be0d0c;
    --dark-accent-color: #bc0d0c;
    --medium-accent-color: #b90b0b;
    --light-accent-color: #c40d0c;
    --background-color: #ffffff;
    --small-card-background: #fafafa;
    --collapse-card-background: #fafafa;
    --colored-section-bg: #d9d9d9;
    --fixed-nav-background: #5f6368;
    --btn-outline-color: #ffffff;
    --btn-outline-hover-color: #ba0c0b;
    --btn-light-color: #ffffff;
    --btn-dark-color: #bc0d0c;
    --btn-dark-text: #ffffff;
    --empty-img-bg: #d9d9d9;
    --border-color: #ffffff40;
    --medium-border-color: #ffffff33;
    --lighter-border-color: #ffffff52;
    --link-hover: #5f6368;
    --dark-main-bg: #02011b;
    --light-main-bg: #1a1931;
    --left-of-cards-height: 0px;
}

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

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

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

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

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

.dark-accent {
    color: var(--dark-accent-color) !important;
}

.darker-accent {
    color: var(--darker-accent-color) !important;
}

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

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

.light-accent {
    color: var(--light-accent-color) !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-30 {
    line-height: 30px;
}

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

/* div p {
        margin-bottom: 0;
    } */

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

footer p {
    font-size: 14px;
}

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

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

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

a {
    text-decoration: none !important;
}

/* a:focus,
a.nav-link:focus {
    color: var(--main-text);
}

a:hover,
a.nav-link:hover {
    color: var(--link-hover);
} */

a.basic-link {
    text-decoration: none !important;
    color: var(--main-text) !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-12 {
    font-size: 12px !important;
}

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

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

.font-size-15 {
    font-size: 15px !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-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;
}

.p-32 {
    padding: 32px !important;
}

.px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.border-radius-35 {
    border-radius: 35px !important;
}

/* main */

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

.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.btn-main-outline {
    font-weight: 600;
    width: 292px;
    height: 68px;
    padding: 16px 24px 16px 24px;
    border-radius: 12px;
    border: 2px solid var(--btn-outline-color);
    color: var(--btn-outline-color);
    font-size: 16px;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: all 0.35s;
    z-index: 2;
}

.btn.btn-main-outline:before,
.btn.btn-main-outline:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--btn-outline-color);
    z-index: -1;
    transition: all 0.35s;
}

.btn.btn-main-outline:before {
    opacity: 0.5;
}

.btn.btn-main-outline:after {
    transition-delay: 0.2s;
}

.btn.btn-main-outline:hover {
    color: var(--btn-outline-hover-color);
}

.btn.btn-main-outline:active {
    border: 2px solid var(--btn-outline-color) !important;
    color: var(--btn-outline-hover-color) !important;
}

.btn.btn-main-outline:hover:before,
.btn.btn-main-outline:hover:after,
.btn.btn-main-outline:active:before,
.btn.btn-main-outline:active:after {
    top: 0;
}

b,
strong {
    font-weight: 600 !important;
}

.btn-main-outline:hover svg circle {
    stroke: var(--btn-outline-hover-color);
}

.btn-main-outline:hover svg path {
    fill: var(--btn-outline-hover-color);
}

.btn.btn-light-bg {
    font-weight: 600;
    width: 292px;
    height: 68px;
    padding: 16px 24px 16px 24px;
    border-radius: 12px;
    background-color: var(--btn-light-color) !important;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--btn-light-color);
    color: var(--btn-outline-hover-color) !important;
    font-size: 16px;
    box-shadow: none !important;
    z-index: 2;
}

.btn-dark-bg,
.btn-dark-bg:focus {
    font-weight: 600;
    width: 292px;
    height: 68px;
    padding: 16px 24px 16px 24px;
    border-radius: 12px;
    background-color: var(--btn-dark-color);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--btn-dark-color);
    text-decoration: none !important;
    color: var(--btn-light-color);
    font-size: 16px;
    box-shadow: none !important;
    z-index: 2;
}

.btn-dark-bg:hover,
.btn-dark-bg:active {
    background-color: var(--btn-dark-color);
    border: 2px solid var(--btn-dark-color);
    color: var(--btn-light-color);
}

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

.btn-dark-bg {
    transition: all ease-in-out 0.3s;
}

header a {
    text-transform: capitalize !important;
}

.btn-dark-bg:hover,
.calculate-btn:hover,
.order-now-btn:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(235, 5, 5, 0.5) !important;
    -moz-box-shadow: 0px 0px 20px 0px rgba(235, 5, 5, 0.5) !important;
    box-shadow: 0px 0px 20px 0px rgba(235, 5, 5, 0.5) !important;
}

.btn-light-bg,
.calculate-btn,
.order-now-btn {
    transition: all ease-in-out 0.3s;
}

.btn-light-bg:hover {
    -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-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;
    transition: all 0.3s ease-in-out;
}

.borderless-btn:hover {
    transform: scale(1.1);
}

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

/* footer styles */

.footer {
    background-color: #02011b;
    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 */

#topbar {
    padding-left: 6.944vw;
    padding-right: 6.944vw;
    /* padding-bottom: 19px !important; */
    background: var(--dark-main-bg);
    transition: all 0.6s ease;
}

#topbar .dropdown-menu,
.offcanvas .dropdown-menu {
    background-color: #1a1a2f;
}

#topbar .dropdown-menu li a:hover,
#topbar .dropdown-menu li a:focus,
.offcanvas .dropdown-menu li a:hover,
.offcanvas .dropdown-menu li a:focus {
    background-color: var(--border-color) !important;
}

#topbar .login-btn {
    display: inline-flex;
    align-items: center;
    height: 40px;
    width: 98px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    color: var(--main-text);
}

#topbar .register-btn,
#mobile-menu .register-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100px;
    border: none;
    border-radius: 5px;
    background-color: #be0d0c;
    color: var(--main-text);
    font-size: 13px;
}

#topbar .language-selector {
    position: relative;
    font-size: 13px;
    border: none !important;
    color: var(--main-text);
}

#topbar .language-selector::after,
#mobile-menu .language-selector::after {
    display: none;
}

#topbar .nav-link {
    font-weight: 700;
    height: 40px;
    display: inline-block;
    padding-right: 6px;
    position: relative;
}

.mega-menu-container a:hover {
    color: var(--darker-accent-color) !important;
}

#topbar .nav-link.active,
#topbar .nav-link:hover {
    color: var(--darker-accent-color);
}

a.active__link,
#mobile-menu .accordion-button.active {
    color: var(--darker-accent-color) !important;
}

#topbar .nav-link::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: calc(50% + 4px);
    width: 0;
    height: 1px;
    background-color: var(--light-accent-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

#topbar .blog-link::after {
    left: 50% !important;
}

#topbar .arrow-link.nav-link::before,
#topbar .language-selector::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    width: 18px;
    height: 17px;
    background-image: url("data:image/svg+xml;utf8,<svg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.37743 10.6325C9.29208 10.6325 9.21263 10.6189 9.13908 10.5916C9.06553 10.5644 8.99558 10.5176 8.92923 10.4514L5.74581 7.26795C5.64782 7.16984 5.59765 7.04653 5.59529 6.89802C5.59304 6.74962 5.64322 6.62407 5.74581 6.52136C5.84852 6.41877 5.97295 6.36748 6.1191 6.36748C6.26525 6.36748 6.38968 6.41877 6.49239 6.52136L9.37743 9.40658L12.2625 6.52136C12.3606 6.42338 12.4839 6.3732 12.6324 6.37084C12.7808 6.3686 12.9063 6.41877 13.0091 6.52136C13.1116 6.62407 13.1629 6.7485 13.1629 6.89465C13.1629 7.04081 13.1116 7.16524 13.0091 7.26795L9.82563 10.4514C9.75928 10.5176 9.68933 10.5644 9.61579 10.5916C9.54224 10.6189 9.46279 10.6325 9.37743 10.6325Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}

#topbar .arrow-link.nav-link.active::before,
#topbar .arrow-link.nav-link:hover::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.37743 10.6325C9.29208 10.6325 9.21263 10.6189 9.13908 10.5916C9.06553 10.5644 8.99558 10.5176 8.92923 10.4514L5.74581 7.26795C5.64782 7.16984 5.59765 7.04653 5.59529 6.89802C5.59304 6.74962 5.64322 6.62407 5.74581 6.52136C5.84852 6.41877 5.97295 6.36748 6.1191 6.36748C6.26525 6.36748 6.38968 6.41877 6.49239 6.52136L9.37743 9.40658L12.2625 6.52136C12.3606 6.42338 12.4839 6.3732 12.6324 6.37084C12.7808 6.3686 12.9063 6.41877 13.0091 6.52136C13.1116 6.62407 13.1629 6.7485 13.1629 6.89465C13.1629 7.04081 13.1116 7.16524 13.0091 7.26795L9.82563 10.4514C9.75928 10.5176 9.68933 10.5644 9.61579 10.5916C9.54224 10.6189 9.46279 10.6325 9.37743 10.6325Z' fill='%23be0d0c'/></svg>");
}

#topbar .nav-link:hover::after,
#topbar .nav-link.active::after {
    width: calc(100% + 14px);
}

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

#topbar .nav-buttons {
    gap: 8px;
}

#topbar .divider {
    width: 1px;
    background-color: var(--border-color);
    height: 41px;
    margin-left: 25px;
    margin-right: 16px;
    transform: translateY(0px);
}

.recommended-span {
    height: 16px;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    border-radius: 32px;
    background-color: var(--medium-accent-color);
    color: var(--main-text);
    padding: 2px 6px !important;
}

.mega-menu-container {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: var(--menu-bg);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px 6.944vw 60px 6.944vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 999;
}

.mega-menu-container.active {
    background-color: var(--dark-main-bg);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-container h4 {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--border-color);
}

.mega-menu-container ul li {
    margin-bottom: 0.5rem;
}

.mega-menu-container ul li a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.95rem;
}

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

#mobile-menu {
    background-color: var(--dark-main-bg);
}

.offcanvas .accordion-body a {
    color: var(--main-text);
}

.offcanvas .accordion-body a:hover {
    color: var(--darker-accent-color);
}

.offcanvas .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.offcanvas .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

@media (min-width: 992px) {
    .nav-wrapper:has(.mega-menu-container.active) #topbar {
        background-color: var(--dark-main-bg);
    }
    #holding-phone-img {
        margin-bottom: -90px;
        will-change: transform;
    }
    .first-red-section {
        height: 391px;
        max-height: 391px;
    }
    .legal-download {
        max-height: 110px;
    }
    h2.mb-lg-5 {
        margin-bottom: 40px !important;
    }
    .mb-lg-40 {
        margin-bottom: 40px !important;
    }
}

/* 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*/

/*ABOUT STYLES*/

.left-red-border {
    border-left: 4px solid var(--darker-accent-color);
}

.left-white-border {
    border-left: 4px solid var(--main-text);
}

.left-red-border-container:last-of-type .left-red-border-p {
    margin-bottom: 0 !important;
}

.left-border-in p {
    border-left: 4px solid var(--darker-accent-color);
    padding-left: 16px;
    margin-bottom: 24px;
}

#about-floating-img {
    margin-top: -60px;
    will-change: transform;
    transition: transform 0.3s ease-out;
}

#about-sub-section-1 {
    position: relative;
    background-image: url("../img/about-bg.svg");
    background-size: contain;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

#about-sub-section-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#about-sub-section-1 > * {
    overflow: visible;
    position: relative;
    z-index: 1;
}

/*END ABOUT STYLES*/

/* CONTACT STYLES */

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

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

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

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

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

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

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

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

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

select.dark-input.placeholder-shown {
    color: var(--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(--border-color);
}

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

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

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

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

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

/* Not sure */

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

@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 Documents */

.legal-download,
.platforms-download {
    border: 1px solid var(--lighter-border-color);
    border-radius: 12px;
}

#legal-subsection-2 {
    position: relative;
}

#legal-subsection-2::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    right: 0;
    width: 40%;
    background: url("/img/Page-3.svg") no-repeat;
    background-size: contain;
    z-index: 0;
}

#legal-doc-section-2 {
    background: #02011bcc;
}

#legal-subsection-2 {
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

#platformsAccordion .accordion-item:first-child .btn-link,
#marketForexAccordion .accordion-item:first-child .btn-link,
#depositWithdrawalsAccordion .accordion-item:first-child .btn-link,
#pammWithdrawalsAccordion .accordion-item:first-child .btn-link {
    margin-top: 0 !important;
}

#platformsAccordion .accordion-item:last-child,
#marketForexAccordion .accordion-item:last-child,
#depositWithdrawalsAccordion .accordion-item:last-child,
#pammWithdrawalsAccordion .accordion-item:last-child {
    border: none !important;
}

/* TRADING ACCOUNT TYPES */

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

.big-divided-card .btn.btn-light-bg,
#deposit-withdrawals-section-2 .btn.btn-light-bg {
    max-width: 230px;
}

.big-divided-card .btn.btn-main-outline,
#deposit-withdrawals-section-2 .btn.btn-main-outline {
    max-width: 258px;
}

.big-card-left {
    background-color: var(--darker-accent-color);
    padding: 32px !important;
    border-radius: 35px 0 0 35px;
}

.big-card-right {
    background-color: var(--light-main-bg);
    padding: 32px !important;
    border-radius: 0 35px 35px 0;
}

#contract-spreads-section-2 .tab-btn,
#trading-calculator-section-3 .tab-btn,
#deposit-withdrawals-section-3 .tab-btn {
    height: 45px;
    color: var(--main-text) !important;
    border: 1px solid transparent;
    border-radius: 100px !important;
}

#contract-spreads-section-2 .tab-btn:hover,
#trading-calculator-section-3 .tab-btn:hover,
#deposit-withdrawals-section-3 .tab-btn:hover {
    background-color: var(--border-color) !important;
    border-color: var(--border-color) !important;
}

#contract-spreads-section-2 .tab-btn.active,
#trading-calculator-section-3 .tab-btn.active,
#deposit-withdrawals-section-3 .tab-btn.active {
    background-color: var(--medium-accent-color) !important;
    border-color: var(--medium-accent-color) !important;
}

/* #contract-spreads-section-2 table {
        min-width: 650px;
    }
     */

#trading-acc-section-2 .tab-btn {
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    color: var(--main-text) !important;
    border: 1px solid transparent;
    border-radius: 100px !important;
}

#trading-acc-section-2 .tab-btn:hover {
    background-color: var(--border-color) !important;
    border-color: var(--border-color) !important;
}

#trading-acc-section-2 .tab-btn.active {
    background-color: var(--background-color) !important;
    border-color: var(--background-color) !important;
    color: var(--medium-accent-color) !important;
}

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

/* EDUCATION CSS */

.main-light-bg-card {
    background-color: #1a1931;
    border-radius: 12px;
}

/* TRADING CALCULATOR CSS */

#calculator-form-container {
    max-width: 600px;
}

.tabs-wrapper {
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    cursor: grab;
    width: 100%;
    margin: 0 auto !important;
}

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

.tabs-wrapper .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: hidden;
    position: relative;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.tabs-wrapper .nav-item {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

.tabs-wrapper .nav-link {
    white-space: nowrap !important;
}

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

.tabs-wrapper .nav-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#calculator-form-container {
    max-width: 100% !important;
}

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

.result-section {
    display: inline-flex;
    align-items: center;
    flex: 0 0 70%;
    width: 100%;
    background-color: var(--dark-main-bg);
    min-height: 68px;
    border-radius: 5px;
    padding: 0 16px;
    white-space: normal;
    overflow-wrap: break-word;
}

.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: white;
    color: black;
    transition: background-color 0.2s ease, color 0.2s ease;
    user-select: none;
}

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

#long:checked + label,
#short:checked + label {
    background-color: var(--dark-accent-color);
    color: #fff;
}

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

/* DEPOSIT & WITHDRAWALS CSS */

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

.small-floating-cards-cur.card1 {
    top: 49%;
    left: -7%;
    animation: floatCard3 4s ease-in-out infinite;
}

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

.small-floating-cards-cur.card3 {
    bottom: 15%;
    right: 37%;
    animation: floatCard2 4s ease-in-out infinite;
}

.deposit-card-container {
    background-color: var(--light-main-bg);
    border-radius: 35px;
}

.deposit-card,
.rounded-transparent-card {
    background-color: transparent;
    color: var(--main-text);
    border: 1px solid var(--border-color);
    border-radius: 32px;
}

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

/* HOLIDAY SCHEDULE CSS */

.holiday-schedule-container {
    background-color: var(--light-main-bg);
    border-radius: 35px;
    width: 600px;
    min-width: 0;
}

.holiday-header th {
    height: 54px;
    padding: 15px 35px 17px 35px;
    font-size: 18px;
    font-weight: 400;
}

.holiday-header th:first-child {
    border-top-left-radius: 12px;
}

.holiday-header th:last-child {
    border-top-right-radius: 12px;
}

.holiday-item td {
    height: 54px;
    padding-left: 35px;
    font-weight: 300;
}

.item-2nd {
    margin-left: 30px;
}

.holiday-header th {
    background-color: var(--dark-accent-color);
}

.holiday-item:nth-child(odd) td {
    background-color: #ffffff0d;
}

#holiday-schedule-section-2 .table-responsive table {
    width: 100%;
}

/* AFFILIATES AND IBS CSS */

.red-borderless-btn-container .borderless-btn {
    color: var(--btn-outline-hover-color) !important;
    font-size: 18px;
    font-weight: 600;
}

.red-borderless-btn-container .borderless-btn span {
    margin-left: 24px !important;
}

.red-borderless-btn-container .borderless-btn span svg path {
    fill: #ba0c0b;
}

.red-borderless-btn-container .borderless-btn span svg circle {
    stroke: #ba0c0b;
}

/* WELCOME 120% BONUS CSS */

.why-bonus-items:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* TOOLS VPS CSS */

.most-popular-span {
    height: 19px;
    display: inline-flex;
    align-items: center;
    border-radius: 32px;
    background-color: var(--medium-accent-color);
    color: var(--main-text);
    padding: 2px 6px !important;
}

.order-now-btn {
    color: var(--main-text);
    background-color: var(--btn-dark-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    width: 183px;
    height: 68px;
    border-radius: 12px;
}

@media (max-width: 991.98px) {
    .section-full {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    #navbarCollapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: var(--dark-main-bg);
        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;
    }
    .mb-lg-40 {
        margin-bottom: 24px !important;
    }
}

@media (max-width: 767.98px) {
    .section-full {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .video-mobile {
        display: none !important;
    }
    .rounded-profile-bg {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }
    .collapse-img {
        max-height: 24px;
        max-width: 24px;
    }
    #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;
    }
    #deposit-withdrawals-section-3 .p-32 {
        padding: 20px !important;
    }
    #deposit-withdrawals-section-3 .px-32 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #deposit-withdrawals-section-3 .py-32 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    #affiliates-ibs-section-2 .p-32 {
        padding: 24px !important;
    }
    #affiliates-ibs-section-2 .px-32 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    #affiliates-ibs-section-2
        .red-borderless-btn-container
        .borderless-btn
        span {
        margin-left: 12px !important;
    }
}

@media (max-width: 575.98px) {
    .section-full,
    .main-section,
    #topbar,
    .section-spacing-x {
        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;
    }
    .number-circle {
        min-width: 38px;
        height: 38px;
        font-size: 14px !important;
    }
    .font-size-48 {
        font-size: 40px !important;
    }
    .font-size-42 {
        font-size: 35px !important;
    }
    .font-size-36 {
        font-size: 30px !important;
    }
    .font-size-28 {
        font-size: 24px !important;
    }
    .font-size-24 {
        font-size: 20px !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;
    }
    .calculate-flex {
        flex-wrap: wrap;
    }
    .result-section,
    .calculate-section {
        height: auto;
        flex: 0 0 100%;
    }
    /* .big-card-left,
    .big-card-right {
        padding: 32px 16px 32px 16px!important;
    } */
}
