/*
Theme Name: theforest
Description: Theme for our brokers
Version: 3.0
Author: Kirill Everett
Author URI: #
*/

/* Header Start */

.site_logo {
    display: block;
    max-width: 100%;
}

.site_imageLogo {
    width: 240px;
    margin-top: 20px;
    width: 240px;
    margin-top: 20px
}

.success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.header {
    /*position: fixed;*/
    background: transparent;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
}

.header nav {
    margin-top: 10px;
}

.header--active {
    background: black;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.header--active a.mega-menu-link {
    /*color: #fff !important;*/
}

.header-imageLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 56px;
    padding: 8px;
    background: #ffffffe6;
    box-shadow: 0px 16px 32px -9px #6100ff80;
    margin-right: 24px;
    margin-top: 25px;
}

.header-imageLink img {
    max-width: 100%;
    width: 30px;
}

.authenticate,
.authenticated {
    margin-top: 15px;
    padding-bottom: 10px;
}

.authenticate .btn {
    padding: 8px 22px;
    background: unset;
    border: 1px solid;
    /* box-shadow: 0px 16px 32px -9px #6100ff80; */
    border-radius: 8px;
    /*border: unset;*/
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-wrap: nowrap;
    width: 170px;
    max-width: 150px;
}

.authenticate .btn:active {
    color: white;
}

.authenticate .dropdown-menu {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    border-radius: 8px;
    margin-top: 10px;
}

.authenticate li {
    padding: 10px 15px;
    border-bottom: 1.5px solid black;
}

.authenticate li:last-child {
    border-bottom: unset;
}

.authenticate .dropdown-item {
    color: #1a56db;
    font-weight: 500;
    font-size: 14px;
    padding: unset;
    transition: all 0.2s ease;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.authenticate .dropdown-item:hover {
    padding: unset;
    background-color: transparent;
}

.click-to-read-msg {
    text-decoration: none;
    color: white;
}

#notification_count {
    position: relative;
    background: #6d3ee4;
    color: white;
    font-size: 10px;
    top: -10px;
    padding: 3px 6px;
    border-radius: 30px;
}

.notifsmall {
    list-style: none;
    margin-left: 10px;
}

#toggleMenuAction {
    list-style: none;
    padding: unset;
    position: relative;
}

.menuBoxOpen {
    min-width: 110px;
    width: 100%;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f1f1f1;
}

.smallLineInMenuBox {
    margin: auto;
    text-align: left;
    padding: 5px;
    width: 80%;
}

.smallLineInMenuBox {
    color: #635bff;
    text-transform: uppercase;
    font-size: 13px;
}

.smallLineInMenuBox a {
    color: #635bff;
    text-decoration: none;
}
.authenticate .btn.show, .authenticate .btn:active {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    color: #1a56db;
}
.authenticate .btn {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #1a56db;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    border: #1a56db solid 1px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    /*color: white;*/
    font-size: 12px;
}


/* Header End */

/* Footer Start */

.site-footer {
    background-color: #eeeeee;
    color: black;
}

/* Footer End */

/* General */

.top-banner {

    background-image: url(/wp-content/themes/theforest/images/businessman-male-trading-stocks-online-.jpg);
    background-position: center center;
    background-size: cover;
    background-color: #0B0B0B;
    margin-top: -86px;
    position: relative;

}

.elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(0deg, #02010199 0%, #0B0B0B 100%);
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

.content-iron {
    border-top-right-radius: 30px;
    margin-top: -25px;
    background-color: white;
    border-top-left-radius: 30px;
    z-index: 1;
    position: relative;
}


.hero_title {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    margin-top: 45px;
    margin-bottom: 45px;
    z-index: 1;
    position: relative;
}
@media (max-width: 768px) {

    .home-bg .hero_title {
        font-size: 50px;
    }
}
.model-type-troopers-tab-mob-content p, .hero_title, .evaluation__title > span, h2, .fs-48 font{
    word-wrap: break-word;
}

body {
    background-color: white;
    color: #6b7280;
    font-family: "Poppins", sans-serif;
}
.gray-text {
    color: #6b7280;
}


@media (max-width: 768px) {

    .home-bg .blue-btn {
        font-size: 15px !important;
    }

    .home-bg .transparent-btn {
        font-size: 15px !important;
    }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    /*color: white;*/
    font-size: 12px;
}

.site_logo_mobile {
    display: none;
}


.site-main {
    min-height: 65vh;
    /*padding-top: 103px;*/
}

.purple-highlight {
    color: #635bff;
}

.btn-purple {
    border: 1.5px solid #3fc0a0;
    border-radius: 5px;
    background-color: #3fc0a0;
    padding: 10px 15px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: 0.2s ease all;
}

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

.btn-green {
    border: 1.5px solid #2FA08C;
    border-radius: 5px;
    background-color: white;
    padding: 10px 15px;
    color: #2FA08C;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
}

.btn-discord {
    border: 1.5px solid #6100ff80;
    /*border-image-source: conic-gradient(*/
    /*    from 179.65deg at 50% 50%,*/
    /*    #ffffff 0deg,*/
    /*    rgba(255, 255, 255, 0) 60deg,*/
    /*    rgba(255, 255, 255, 0) 294.38deg,*/
    /*    #ffffff 360deg*/
    /*);*/
    border-radius: 16px;

    box-shadow: 0px 16px 32px -9px #6100ff80;
    padding: 18px 15px;
    color: radial-gradient(88.67% 144.44% at 50.15% -26.39%, #858ef3 0%, #685de7 100%);
    font-weight: normal;
    font-size: 24px;
    text-decoration: none;
}
.btn-discord-white {
    border: 1.5px solid #6100ff80;
    /*border-image-source: conic-gradient(*/
    /*    from 179.65deg at 50% 50%,*/
    /*    #ffffff 0deg,*/
    /*    rgba(255, 255, 255, 0) 60deg,*/
    /*    rgba(255, 255, 255, 0) 294.38deg,*/
    /*    #ffffff 360deg*/
    /*);*/
    border-radius: 16px;

    box-shadow: 0px 16px 32px -9px #6100ff80;
    padding: 18px 15px;
    color: radial-gradient(88.67% 144.44% at 50.15% -26.39%, #858ef3 0%, #685de7 100%);
    font-weight: normal;
    font-size: 24px;
    text-decoration: none;
    min-width: 200px;
    background: white;
}
.btn-discord-main {
    border: 1.5px solid #6100ff80;
    background-color: #635bff;
    border-radius: 16px;

    box-shadow: 0px 16px 32px -9px #6100ff80;
    padding: 10px 15px;
    color: white;
    font-weight: normal;
    font-size: 24px;
    text-decoration: none;
}

.error-sign-message {
    font-size: 14px;
}

.pw-btns {
    display: none;
}

.bg-image {
    min-height: 55vh;
    background-image: url("/wp-content/themes/theforest/images/hero-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -103px;
}
@media (max-width: 768px) {
    .bg-image {
        min-height: 90vh;
    }
}

.footer__title {
    color: white;
    font-size: 40px;
    font-weight: 800;
}

.footer__text {
    color: white;
    font-size: 20px;
    margin-bottom: 64px;
}

.btn-center {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.background-white {
    background-color: white;
}
.background-white p {
    color: black;
}
.padding100 {
    padding: 100px 0;
}

.fs-48 {
    font-size: 48px;
}


.about-us-card {
    padding-bottom: 56px;
    padding-top: 56px;
    padding-left: 43px;
    padding-right: 43px;
    --tw-shadow: 0px -1.67405px 46.8733px rgba(0, 0, 0, 0.04);
    --tw-shadow-colored: 0px -1.67405px 46.8733px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 6px;
    height: 100%;
    max-width: 545px;
    margin-left: 20px;
    margin-right: 20px;
}
.about-us-text-color {
    color: transparent;
    background-image: linear-gradient(to right, #ff6682, #4e55ff);
    background-clip: text;
}
.about-us-line {
    background: linear-gradient(93.07deg, #4e5fff 1.3%, rgba(173, 41, 254, 0.76) 94.46%);
    width: 83.333333%;
    left: 1.25rem;
    height: 20px;
    bottom: -0.75rem;
    border-radius: 6px;
    margin-top: 30px;
}
.about-us-cards {
    display: flex;
    justify-content: center;
}
.about-us-card-title {
    display: flex;
    column-gap: 23px;
}
.about-us-card-title h2 {
    font-size: 30px;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(45 49 57 / var(--tw-text-opacity));
    font-weight: 700;
    margin: 0;
    padding-top: 5px;
}
.about-us-card p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 18px;
    margin: 0;
    --tw-text-opacity: 1;
    color: rgb(68 68 68 / var(--tw-text-opacity));
}
.margin-top-50px {
    margin-top: 50px;
}
.cart-img-right ul {
    padding-left: 0px;
    padding-right: 20px;
}
.cart-img-right li {
    padding-bottom: 15px;
    padding-top: 15px;
}

.cart-img-right-text p {
    padding-left: 20px;
    font-size: 15px;

    --tw-text-opacity: 1;
    color: rgb(73 73 73 / var(--tw-text-opacity));
    line-height: 1.25rem;
}
.cart-img-right h1 {
    font-size: 42px;
}
.cart-img-right-img {
    background-image: url("/wp-content/themes/theforest/images/5939732.png");
    max-width: 441px;
    background-size: cover;
    border-radius: 15px;
    text-align: center;
}
.cart-img-right-img-mob {
    display: none;
    background-image: url("/wp-content/themes/theforest/images/5939732.png");
    max-width: 488px;
    background-size: cover;
    border-radius: 15px;
    text-align: center;
}
.cart-img-right-img-mob p,
.cart-img-right-img p {
    font-weight: 800;
    font-size: 77px;
    padding-top: 220px;
    line-height: 65px;
}
@media (max-width: 830px) {
    .about-us-cards {
        flex-direction: column;
    }
    .cart-img-right-img-mob {
        display: block;
    }
    .cart-img-right-img {
        display: none;
    }
}
.slider-ul {
    display: flex;
}
.slider-ul li {
    padding-bottom: 0px;
    padding-top: 0px;
}

.timer__items {
    display: flex;
    font-size: 28px;
}


img.rot {
    animation: 1s linear 0s normal none infinite running rot;
    -webkit-animation: 1s linear 0s normal none infinite running rot;
    /*width: 100px;*/
}

.slider-label {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    margin-top: 20px;
    background-color: rgb(239 244 255);
    padding-bottom: 10px;
    padding-top: 10px;
}
.slider-label span {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: black;
}
.
@media (max-width: 768px) {
    .withdrawals-img-right-img-mob {
        display: block;
        height: 250px;
    }
    .withdrawals-img-right-img {
        display: none;
    }
}
.tracking-img-right-img {
    background-image: url("/wp-content/themes/theforest/images/affiliate-partner-card-3.png");
    max-width: 488px;
    background-size: cover;
    border-radius: 15px;
    text-align: center;
}
.tracking-img-right-img-mob {
    display: none;
    background-image: url("/wp-content/themes/theforest/images/affiliate-partner-card-3.png");
    max-width: 488px;
    background-size: cover;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}
@media (max-width: 768px) {
    .tracking-img-right-img-mob {
        display: block;
        height: 250px;
    }
    .tracking-img-right-img {
        display: none;
    }
}

.partners-program {
    padding-bottom: 100px;
}

.partners-program h2 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    color: rgb(36 36 36);
    padding-left: 30px;
    padding-right: 30px;
}
.partners-program-card {
}
.partners-program-card-title {
    -tw-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.06);
    --tw-shadow-colored: 0px 0px 11px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    cursor: pointer;
    background-color: rgb(248 248 255);
}
.partners-program-card-title h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-weight: inherit;
    color: rgb(36 36 36);
}

.partners-program-card-content {
    padding-left: 2rem;
    display: none;
}
.partners-program-card-content ul {
    list-style-type: disc;
    margin-left: 0.5rem;
    padding: 0;
}
.partners-program-card-content p {
    color: rgb(66 66 66);
}
.partners-program-card-content li {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    color: rgb(66 66 66);
}


.btn-purple-blue.header-btn-purple-blue{
    padding-bottom: 10px;
    padding-top: 10px;
    height: auto;
    box-shadow: 0px 16px 32px -9px #6100ff80;
        max-width: 150px;
    border-radius: 8px;
}


@media (max-width: 424px) {
    .authenticate .btn, .btn-purple-blue.header-btn-purple-blue {
        width:77px;
    }
}

.whyPartner-tittle {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.title-education {
    color: #635bff;
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    font-size: 3rem;
}
.text-education {
    font-size: 25px;
    font-weight: 400;
    color: black;
    font-family: "Comfortaa", sans-serif;
}
.benefits_grid {
    grid-template: 1fr 1fr / 1fr 1fr;
    gap: 15px;
}
.benefits_card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    gap: 14px;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    transition: all 0.2s ease;
    margin:20px;
    width: 360px;
}
.benefits_text {
    color: #4b5563;
    font-size: 16px;
    text-align: center;
}

.benefits_card:hover {
    border-color: #3f83f8;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .benefits_card {
        padding: 10px;
        gap: 5px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .new-cards{
        display: flex;
        flex-direction: column;
    }

    .benefits_title {
        font-size: 18px;
    }

    .benefits_text {
        font-size: 14px;
    }
    .benefits_card > img {
        width: 70px !important;
    }
    .benefits_grid{
        grid-template: none;
    }
}
.background-color-white {
    background-color: white;
}
.faq_cards {
    display: flex;
    flex-direction: column;
}
.faq_card {
    display: flex;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    text-decoration-line: none;
    background-color: rgb(255, 255, 255);
    border-color: rgb(230, 230, 230);
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    padding: 20px;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.faq_card-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_card-content {
    color: #4b5563;
}
.faq_card:hover {
    border-color: #3f83f8;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.faq_card:hover h3 {
    color: #3f83f8;
}
.faq_card-content .covered_text {
    display: none;
}
.bg-image-faq {
    min-height: 80vh;
    background-image: url("/wp-content/themes/theforest/images/cta-btn-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.glassmorphism_bg {
    backdrop-filter: blur(10.4px);
    -webkit-backdrop-filter: blur(10.4px);
    background: hsla(0, 0%, 100%, 0.05);
    border: 2px solid hsla(0, 0%, 100%, 0.27);
    padding: 3rem;
}
.title-faq {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-align: center;
    color: white;
}
.text-faq {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: white;
}
.faq-title {
    color: #8C82FC;
    font-size: 29px;
    text-align: left;
}
.socials {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.social {
    background-color: #f3f4f6;
    padding: 12px;
    border-radius: 9999px;
}

.social svg {
    width: 28px;
    height: 28px;
}
.rules_banner {
    background: radial-gradient(
            91.37% 598.89% at 96.69% 9.66%,
            #2e3bef 0,
            rgba(128, 134, 229, 0.79) 0.01%,
            #2e3bef 54.69%,
            rgba(129, 136, 228, 0.8) 100%
        ),
        #2e3bef;
    border-radius: 16px;
}

.rules_title {
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.rules_text {
    color: #d1d5db;
    font-size: 16px;
}
.blue-btn {
    background-color: #1a56db;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
}
.white-btn {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #1a56db;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
}
.purple-btn {

    background-color: #6d3ee4 ;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
}

.purple-btn:hover {
    background-color: #5934B7FF;
    border-color: #5934B7FF;
    color: white;
}

.blue-btn:hover {
    background-color: #1e429f;
    border-color: #1e429f;
    color: white;
}
.discord-btn {
    background-color: #635bff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
}
.discord-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(296deg) brightness(114%)
        contrast(95%);
}

.discord-btn:hover {
    background-color: #1f2937;
    border-color: #1f2937;
    color: white;
}
.text-color-cu {
    font-weight: 400;
    color: #635bff;
}


.contant-container {
    background-color: #1c64f2;
    padding: 24px;
    border-radius: 16px;
    color: white;
}

.contant-container form {
    width: 100%;
}

.contant-container input,
.contant-container textarea {
    padding: 8px;
    background: white;
    border: unset;
    border-radius: 6px;
    width: 100%;
    resize: unset;
}
.about-global {
    background: linear-gradient(91.44deg, #5f57ff 1.22%, rgba(107, 17, 255, 0.85) 98.77%);
    backdrop-filter: blur(2.02735px);
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 40px;
}

.about-global-left-img {
    width: 256px;
    opacity: 1;
    top: 2.5rem;
    left: 85px;
    position: absolute;
}

.about-global-right-img {
    width: 256px;
    opacity: 1;
    top: 37%;
    right: 5%;
    position: absolute;
}

.about-global-centr-img {
    left: 25%;
    bottom: 27%;
    display: block;
    position: absolute;
    height: auto;
    max-width: 100%;
}

.about-global-content {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.about-global-content-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    width: 75%;
    color: white;
    font-weight: 800;
    text-align: center;
    padding-top: 30px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.about-global-content-text {
    font-size: 15px;
    padding-left: 80px;
    padding-right: 80px;
    color: rgb(220 204 255);
    line-height: 22px;
    text-align: center;
    padding-top: 11px;
    position: relative;
}

.about-global-content-btn {
    column-gap: 30px;
    justify-content: center;
    padding-top: 40px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
}

.about-global-content-btn-discord {
    padding-bottom: 11px;
    padding-top: 11px;
    background-color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    border-width: 1px;
    border-radius: 0.25rem;
    align-items: center;
    display: flex;
    text-decoration: inherit;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 10px;
}

.about-global-content-btn-img {
    margin-right: 0.75rem;
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

.about-global-content-btn-discord-text {
    display: block;
    padding-left: 0.25rem;
}

.about-global-content-btn-face {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(255 255 255);
    font-weight: 600;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 0.25rem;
    align-items: center;
    display: flex;
    text-decoration: inherit;
    border: 1px solid white;
    margin-top: 10px;
}
.slider-about-us {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 768px) {
    .slider-about-us {
        flex-direction: column;
        align-items: center;
    }
    .slider-about-us-img img {
        width: 100%;
    }
    .about-global-content {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .about-global-left-img {
        display: none;
    }

    .about-global-right-img {
        display: none;
    }

    .about-global-centr-img {
        display: none;
    }
    .about-global-content-text {
        padding-left: 0;
        padding-right: 0;
    }
}
.cf-container p,
.cf-container .text-center {
    color: black;
}
.cf-container {
    background-color: #eeeeee;
}
.climb-section {
    background-image: url(/wp-content/themes/theforest/images/stellar-bg.svg);
    /*min-height: 70vh;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.climb-banner p {
    line-height: 25px;
    color: rgb(255 255 255);
    text-align: left;
}
.hero-banner-climb-content {
    display: flex;
    flex-direction: column;
    max-width: 600px;
}
.btn-purple-blue {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 54px;
    display: flex;
    background-image: linear-gradient(to right, #2b59ff, #bb2bff);
    text-decoration: inherit;
}
.row-climb {
    display: flex;
    align-items: flex-end;
}
.hero-banner-climb {
    display: flex;
    margin-bottom: 160px;
}
.section-climb-rules {
    padding-top: 50px;
    padding-bottom: 50px;
}
.climb-rules-title {
    text-align: center;
}
.climb-rules-title h2 {
    font-size: 3rem;
    font-weight: 700;
    color: black;
}
.climb-rules-title p {
    padding-bottom: 28px;
    padding-top: 27px;
    color: rgb(73 73 73);
    font-size: 16px;
}
.climb-rules-cards {
    display: flex;
    justify-content: center;
}
.climb-rules-card {
    border: 1px solid;
    display: flex;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-left: 28px;
    padding-right: 28px;
    max-width: 484px;
    background-color: rgb(255 255 255);
    border-radius: 17px;
    overflow: hidden;
    margin: 15px;
    gap: 20px;
}
.climb-rules-card-img img {
    width: 40px;
}
.climb-rules-content h3 {
    font-weight: 600;
    font-size: 16px;
    color: black;
}
.climb-rules-content p {
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: black;
    margin-top: 10px;
}

.rewards-climb {
    background-color: rgb(255 255 255);
    border-radius: 17px;
    padding: 30px;
}
.section-climb-rewards {
    padding-top: 50px;
    padding-bottom: 50px;
}
.rewards-climb h2 {
    font-size: 30px;
    text-align: left;
    color: rgb(41 45 52);
    font-weight: 700;
    margin-top: 0.5rem;
}
.rewards-climb p {
    margin-bottom: 2rem;
    color: rgb(69 69 69);
    font-size: 14px;
    padding-top: 0.75rem;
    text-align: justify;
}

@media (max-width: 768px) {
    .climb-rules-cards {
        flex-direction: column;
    }
    .rewards-climb {
        flex-direction: column-reverse;
    }
    .rewards-climb a {
        margin-left: auto;
        margin-right: auto;
    }
}
.model-type-troopers {
    padding-top: 50px;
}
.model-type-troopers-title h2 {
    color: rgb(41 45 52);
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}
.model-type-troopers-tab-mob {
    display: none;
}
.model-type-troopers-tab-desktop {
    width: 75%;
    display: block;
    --tw-shadow: 11px 15px 32px rgba(99, 91, 255, 0.15);
    --tw-shadow-colored: 11px 15px 32px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 0.5rem;
    margin-top: 3.5rem;
    margin-left: auto;
    margin-right: auto;
}
.model-type-troopers-tab-desktop-title {
    line-height: 1.5rem;
    font-size: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-color: rgb(234 242 255);
    border-bottom-width: 1px;
    display: flex;
}
.model-type-troopers-tab-desktop-title p {
    width: 33.333333%;
    color: black;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.model-type-troopers-tab-desktop-row {
    line-height: 1.5rem;
    font-size: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-color: rgb(234 242 255);
    border-bottom-width: 1px;
    display: flex;
}
.model-type-troopers-tab-desktop-row p {
    font-weight: 600;
    column-gap: 1rem;
    width: 33.333333%;
    margin: 0;
    text-align: center;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.capitalize {
    text-transform: capitalize;
    justify-content: normal !important;
}
.model-type-troopers-tab-mob-row {
    --tw-shadow: 11px 15px 32px rgba(99, 91, 255, 0.15);
    --tw-shadow-colored: 11px 15px 32px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 0.5rem;
    width: 91.666667%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.model-type-troopers-tab-mob-title {
    --tw-shadow: 0px 2.13333px 90.6667px rgba(217, 225, 255, 0.87);
    --tw-shadow-colored: 0px 2.13333px 90.6667px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    line-height: 1.5rem;
    font-size: 1.125rem;
    padding: 1rem;
    border-color: rgb(238 238 238);
    border-width: 1px;
    display: flex;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.model-type-troopers-tab-mob-title p {
    color: rgb(8 6 99);
    font-weight: 600;
    width: 100%;
}
.model-type-troopers-tab-mob-content {
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 15px;
    padding: 1rem;
    border-color: rgb(234 242 255);
    border-bottom-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.model-type-troopers-tab-mob-content p:first-child {
    text-transform: capitalize;
    width: 66.666667%;
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 15px;
    color: black;
}
.model-type-troopers-tab-mob-content p:last-child {
    text-align: center;
    width: 33.333333%;
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 15px;
    color: rgb(99 91 253);
}
@media (max-width: 768px) {
    .model-type-troopers-tab-mob {
        display: block;
    }
    .model-type-troopers-tab-desktop {
        display: none;
    }
    .partners-banner-content-btn {
        gap: 10px;
    }
    .partners-banner-content-btn-3 {
        margin-left: 0;
    }
    .home_title_2 {
        text-align: center;
    }
}
.trading-school-cards {
    display: flex;
    justify-content: space-between;
}
.trading-school-card {
    border-radius: 10px;
    border: 1px solid;
    max-width: 400px;
    margin: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trading-school-card h5 {
    color: black;
    font-weight: 600;
    text-align: center;
}
.trading-school-card-content {
    display: flex;
}
.trading-school-card-content-img {
    display: flex;
    flex-direction: column-reverse;
}
.trading-school-card-content p {
    color: black;
    padding: 0 10px;
    font-size: 12px;
}
@media (max-width: 425px) {
    .trading-school-cards {
        flex-direction: column;
    }
}

.trading-school-content-btn {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}
.bg-hallFame_bg {
    background-image: linear-gradient(
        131.22deg,
        rgba(211, 68, 209, 0.22),
        rgba(236, 214, 252, 0.22) 9.29%,
        rgba(99, 91, 255, 0.22) 27.81%,
        rgba(167, 147, 213, 0.22) 49.16%,
        rgba(241, 196, 212, 0.22) 75%,
        rgba(242, 173, 195, 0.22)
    );
    margin-top: -39px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hall-of-fame-banner {
}
.hall-of-fame-banner-content h2 {
    font-size: 3rem;
    line-height: 1;
    color: transparent;
    font-weight: 800;
    margin-bottom: 12px;
    background: linear-gradient(88deg, #ffac60 2.36%, #d55dff 84.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hall-of-fame-banner-cards {
    display: flex;
    flex-direction: column;
}
.hall-of-fame-banner-cards-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hall-of-fame-banner-card-purple {
    --tw-shadow: 0px 0.755903px 71.6372px hsla(225, 6%, 87%, 0.7);
    --tw-shadow-colored: 0px 0.755903px 71.6372px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding-bottom: 24px;
    padding-top: 24px;
    --tw-bg-opacity: 1;
    background-color: rgb(116 108 255 / var(--tw-bg-opacity));
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 290px;
    margin: 10px;
}
.hall-of-fame-banner-card-purple h3 {
    font-size: 24px;
    color: rgb(255 255 255);
}
.hall-of-fame-banner-card-purple p {
    font-size: 13.5px;
    font-weight: 700;
    color: rgb(255 255 255);
    margin-bottom: 0;
}
.hall-of-fame-banner-card-white {
    --tw-shadow: 0px 0.755903px 71.6372px hsla(225, 6%, 87%, 0.7);
    --tw-shadow-colored: 0px 0.755903px 71.6372px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding-bottom: 24px;
    padding-top: 24px;
    background-color: rgb(255 255 255);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 290px;
    margin: 10px;
}
.hall-of-fame-banner-card-white h3 {
    font-size: 24px;
    color: rgb(102 91 255);
}
.hall-of-fame-banner-card-white p {
    font-size: 13.5px;
    font-weight: 700;
    color: black;
    margin-bottom: 0;
}
.hall-of-fame-banner-card-blue {
    --tw-shadow: 0px 0.755903px 71.6372px hsla(225, 6%, 87%, 0.7);
    --tw-shadow-colored: 0px 0.755903px 71.6372px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding-bottom: 24px;
    padding-top: 24px;
    background-color: rgb(73 95 255);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 290px;
    margin: 10px;
}
.hall-of-fame-banner-card-blue h3 {
    font-size: 24px;
    color: rgb(255 255 255);
}
.hall-of-fame-banner-card-blue p {
    font-size: 13.5px;
    font-weight: 700;
    color: rgb(255 255 255);
    margin-bottom: 0;
}
.hall-of-fame-banner-title h2 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(88deg, #d768b1 2.36%, #635bff 84.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
}
.hall-of-fame-banner-title h2 span {
    color: black;
    -webkit-text-fill-color: black;
}
.hall-of-fame-slider-card img {
    max-width: 450px;
}
.slider-meet swiper-container {
    width: 100%;
    height: 100%;
}

.slider-meet swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-meet swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-meet swiper-slide {
    width: 69%;
}
.slider-testimonial swiper-container {
    width: 100%;
    height: 100%;
}

.slider-testimonial swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-testimonial {
    background-color: #f6f4ff;
}
.slider-testimonia-mg-top {
    margin-top: 50px;
}
.slider-testimonial-card {
    background-color: white;
    padding: 10px;
    margin-bottom: 20px;
}

.slider-testimonial-card p {
    margin-bottom: 20px;
    color: rgb(68 68 68);
    font-size: 14px;
    text-align: left;
}
.slider-testimonial-card-content {
    display: flex;
    align-items: flex-start;
}
.slider-testimonial-card-content-text h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(45 49 57);
}
.slider-testimonial-card-content-text p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(96 96 96);
}
.statistics-block-content h1 {
    font-size: 42px;
    line-height: 62px;
    font-weight: 700;
    text-align: left;
}

.statistics-block-content p {
    font-size: 0.875rem;
    text-align: left;
    color: rgb(96 96 96);
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.statistics-block-banner-cards {
    display: flex;
    flex-direction: column;
}
.statistics-block-banner-cards-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.statistics-block-banner-card-white {
    --tw-shadow: 0px 0.755903px 71.6372px hsla(225, 6%, 87%, 0.7);
    --tw-shadow-colored: 0px 0.755903px 71.6372px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding-bottom: 24px;
    padding-top: 24px;
    background-color: rgb(255 255 255);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 270px;
    margin: 10px;
}
.statistics-block-banner-card-white h3 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(102 91 255);
}
.statistics-block-banner-card-white p {
    font-size: 15px;
    font-weight: 700;
    color: black;
    margin-bottom: 0;
    padding-bottom: unset;
    padding-top: unset;
}

.statistics-slider-card img {
    max-width: 550px;
}
.statistics-block swiper-slide {
    width: 84%;
}
.statistics-block-slider h2 {
    color: black;
    text-align: left;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
}
.statistics-block-slider p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    color: rgb(96 96 96);
}
.slider-accomplishment swiper-container {
    width: 100%;
    height: 100%;
}

.slider-accomplishment swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-accomplishment-cards-row {
    display: flex;
    flex-direction: row;
}
.slider-accomplishment-card-img {
    max-width: 294px;
}

.slider-accomplishment-card {
    margin: 10px;
}
.slider-accomplishment-card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-accomplishment-card-content-img {
    display: flex;
    align-items: center;
}
.slider-accomplishment-card-content-img p {
    color: black;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding-left: 0.75rem;
    margin-bottom: 0;
}
.slider-accomplishment-card-content-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: black;
    margin-bottom: 0;
}

.bg-title-education{
    background-image: url('/wp-content/themes/theforest/images/bg-education.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 650px;
}

.hero_text{
    font-size: 30px; color:black;
    font-family: "Comfortaa", sans-serif;;
}
.transparent-btn {
    background-color: white;
    padding: 10px 20px;
    border-radius: 8px;
    color: #5865f2;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
    border: #5865f2 solid 1px;
}
.benefits_card .title-img {
    padding-bottom: 0.75rem;
    align-items: center;
    display: flex;
}
.new-cards{
    display: flex;
    justify-content: center;
}
.font-comfortaa{
    font-family: "Comfortaa", sans-serif;
    font-size: 30px;
}

@media (max-width: 768px) {
    .mountains img {
        width: 100%;
    }
    .mountains .row-climb {
        display: flex;
        flex-direction: column-reverse;
    }
    .mountains{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .row-climb-col img{
        width: 100%;
    }
    .row-climb{
        display: flex;
        flex-direction: column-reverse;
    }
    .hero-banner-climb-content{
        margin-bottom: 20px;
    }
    .row-climb-col{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .hero-banner-climb {
        display: flex;
        margin-bottom: 20px;
    }
    .flex-column-mobile{
        flex-direction: column !important;
    }

    .flex-column-reverse-mobile{
        flex-direction: column-reverse!important;
    }


    .partners-program h2{
        font-size: 22px;
    }
    .mobile-pt-80{
        padding-top: 80px;
    }
}
.row-climb-col{
    margin-top: 60px;
    margin-bottom: 60px;
}

.partners-border{
        color: #000;
    border: 1px solid #635bff40;
    /* border-radius: 11px; */
    padding: 10px;
    border-top: none;
    border-radius: inherit;
    border-right: none;
    padding: 19px;
    margin-top: 35px;
    padding-top: 8px;
}

.benefits-card:nth-child(4) {
    border-width: 0 0 1px 1px;
}


@media (max-width: 768px) {
    .main-navbar-box {
        order: 2;
    }
    .main-navbar-box #mega-menu-primary {
        width: 170px !important;
        left: -109px !important;
    }
    div.authenticated.ms-auto {
        margin-right: auto;
    }
    .site_logo {
        display: none;
    }
    .site_logo_mobile {
        display: block;
        margin: 0 auto;
    }
    .site_logo_mobile .site_imageLogo {
        width: 80px;
    }
    .navbar-brand.pe-3 {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .authenticate .btn, .btn-purple-blue.header-btn-purple-blue {
        padding: 5px 10px;
        height: 34px;
        width: 110px;
    }
    .authenticate .dropdown-menu {
        margin-top: 5px;
        min-width: 138px;
    }
    .header-imageLink {
        display: none;
    }
    .header nav {
        margin: 0;
    }
    .authenticate,
    .authenticated {
        margin: 0!important;
    }
    .hero-banner__content {
        align-items: center;
    }
    .card-challenge .cards {
        flex-direction: column;
        gap: 40px;
    }
    .bg-image--register {
        background: white;
    }
    .fs-48{
        font-size: 32px;
    }
    .title-education{
        font-size: 33px;
    }
    .text-education{
        font-size: 18px;
    }
    .btn-discord{
        font-size: 22px;
        padding: 10px 10px;
    }
    .evaluation__title{
        font-size: 29px;
    }

    .partners-program.container > h2 > a{
        word-wrap: break-word;
    }
    .flex-column-mobile .col-md-6{
        max-width: 100%;
    }
    .site-main{
        overflow-x: hidden;
    }
    #mega-menu-primary{
        min-width: 182px!important;
    }
}

@media (max-width: 425px) {
    .navbar-brand.pe-3{
        width: 100%;
        display: flex;
    }

}
.footer-aps img:hover{
    transform: translateY(-8px);
}
.authenticate{
    background-color: black;
}
.footer-up{
    background-attachment: fixed;
    background-color: black;
    background-image: url(/wp-content/themes/theforest/images/stock-market-graph-chart-on-digital-led-display.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-up-row{
    display: flex;
}
.footer-up-img img{
    max-width: 500px;
    position: relative;
    z-index:2;
}
.footer-up h2,p{
    color:white;
}
.footer-up-content{
    position: relative;
    z-index:2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:30px;
}
.footer-aps img{
    width: 150px;
}
@media (max-width: 768px) {
    .footer-up-row{
        display: flex;
        flex-direction: column;
    }
    .footer-up-img{
        display: flex;
        justify-content: center;
    }
    .footer-up-img img{
        max-width: 300px;
    }
}
.list-unstyled a:hover{
    color: #fff !important;
}
.home-bg-image-1{
    background-image: url(/wp-content/themes/theforest/images/linechart-bg.png);
    margin-top: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.home-bg-image-2{
    background-image: url(/wp-content/themes/theforest/images/slider-tel.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.home-main-banner-title{
    text-align: end;
}
.home-main-banner-title h2 {
    color:white;
}
.home-main-banner-title p {
    color:#7A7A7A;
}
.home-main-banner-users{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.home-main-banner-users img{
    height: 60px;
    margin-bottom: 20px;
}
.home-main-banner-users-text{
    padding: 15px;
}
.btn-grin {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    height: 54px;
    display: flex;
    background-color: #2FA08C;
    text-decoration: inherit;
}
.btn-black {
    background-color: black;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    gap: 4px;
    transition: all 0.2s ease;
    border: white solid 1px;
}
.home-bg{

    background-color: black;
}
.home-main-banner-register{
    padding: 185px 30px 30px 30px;
}
.home-main-banner-register h2{
    color: white;
}
@media (max-width: 768px) {
    .home-bg-image-2{
        background-size: 325px;
    }
}
.main-banner-logo img{
    width: 150px;

}
.main-banner-logo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .main-banner-logo{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-banner-logo a{
        margin-bottom: 15px;
    }
}
.main-balanced-trading, .main-balanced-cdfs {
    background-color: white;
}
.main-balanced-trading-img img{
    max-width: 600px;
}
.main-balanced-trading-content{
    display: flex;
}
.main-balanced-trading-text p{
    color: black;
}
.main-balanced-trading-text h2{
    color: black;
    font-size: 45px;

}
.main-balanced-trading svg {
    color: white;
    background-color: #2FA08C;
    border-radius: 7px 7px 7px 7px;
    padding: 13px 13px 13px 13px;
    height: 70px;
    width: 70px;
    fill: #fff;
}
.main-balanced-trading-text-card {
    text-align: left;
    background-color: #FFFFFF;
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E8F1;
    border-radius: 10px 10px 10px 10px;
    max-width: 310px;
}

.main-balanced-trading-text-cards {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .main-balanced-trading-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-balanced-trading-text-cards {
        flex-direction: column;
        align-items: center;
    }
    .main-balanced-trading-img img {
        max-width: 320px;
    }
}

.main-balanced-cdfs-title h2, p {
    color: black;
}

.main-balanced-cdfs-title{
    text-align: center;
}
.image-box-header {
    width: 70px;
    height: 70px;
    align-self: start;
    background: linear-gradient(#2FA08C, #E0D5C0);
    border-radius: 7px 7px 7px 7px;
}
.image-box-header img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    opacity: 100%;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 7px 7px 7px 7px;
}
.main-balanced-cdfs-card{
    text-align: left;
    background-color: #FFFFFF;
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E8F1;
    border-radius: 10px 10px 10px 10px;
    max-width: 410px;
    display: flex;
}
.main-balanced-cdfs-cards{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;

}
.main-balanced-cdfs-card-text {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .main-balanced-cdfs-cards {
        flex-direction: column;
        align-items: center;
    }
    .main-balanced-cdfs-card{
        margin-bottom: 20px;
    }
}
.main-balanced-cdfs-card-4 {
    text-align: left;
    background-color: #FFFFFF;
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E8F1;
    border-radius: 10px 10px 10px 10px;
    max-width: 310px;
    display: flex;
    flex-direction: column;
}

.image-center {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;

}
@media (max-width: 768px) {
    .main-balanced-cdfs-card-4{
        margin-bottom: 20px;
    }
}
.main-platform h2{
    font-size: 3rem;
    color: black;
}
.main-platform-text {
    padding-left: 50px;
    padding-right: 50px;
}
.main-trading-tools-right{
    background-image: url(/wp-content/themes/theforest/images/feature-bg.png);
    background-color: #F5F7FA;
    background-position: 85px 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E8F1;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 10px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 10px;
    padding: 30px 30px 30px 30px;
    width: 100%;
}
.main-trading-tools-left{
    background-image: url(/wp-content/themes/theforest/images/hundred-dollar-and-different-cent-coins-isolated-o2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color:#2FA08C;
    height: 324px;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.main-trading-tools-left h3 {
    color: white;
}
.main-trading-tools-left>.icon {
    color: #2FA08C;
    background-color: #0B0B0B;
    border-radius: 100px 100px 100px 100px;
    margin: 0px 0px 16px 0px;
    padding: 12px 12px 12px 12px;
    width: 66px;
}

.main-trading-tools-left > .icon svg {
    fill: #fff;
    width: 42px;
}

.main-trading-tools {
    display: flex;
}
.main-trading-tools-right-text h2{
    color:black;
}

@media (max-width: 768px) {
    .main-trading-tools{
        flex-direction: column;
    }
}

.title {
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3em;
}

.main-full-manageme .icon {
    color: #2FA08C;
    border-radius: 100px 100px 100px 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.main-full-manageme-icon svg {
    fill: #fff;
    width: 28px;
}

.main-full-managemen-btn {
    background-color: black;
    border-radius: 45px;
    display: flex;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.main-full-managemen-btns .icon-box {
    margin-right: 15px;
}

.main-full-managemen-btns {
    display: flex;
}
.main-full-managemen-text {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    background-color: #F5F7FA;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E8F1;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 0px;
    padding: 30px 30px 30px 30px;
}
.main-account-card {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    background-color: #F5F7FA;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E8F1;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 0px;
    padding: 30px 30px 30px 30px;
}
.main-account-card h3 {
    color: black;
}
.main-account-card-btn {
    display: flex;
    justify-content: center;
}
.main-account-card-not-active-btn{
    border-radius: 40px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E8F1;
    color: red;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 125px;
}

.main-account-card-line span {
    border-top: 1px solid #E2E8F1;
}

.main-account-card-line {
    display: flex;
}


.faq_cards {
    display: flex;
    flex-direction: column;
}
.faq_card {
    display: flex;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    text-decoration-line: none;
    background-color: rgb(255, 255, 255);
    border-color: rgb(230, 230, 230);
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    padding: 20px;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.faq_card-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_card-content {
    color: #4b5563;
}
.faq_card:hover {
    border-color: #2FA08C;
    box-shadow:
            0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.faq_card:hover h3 {
    color: #2FA08C;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-top-grin {
    background-color: #2FA08C;
    color: #fff;
    padding: 15px 45px;
    text-align: center;
    display: block;
    margin: 5px;
    border-radius: 10px;
}
.swiper-slide-card{
    padding: 30px;
}
.swiper-slide-bottom-grey {
    background: linear-gradient(180deg, #f7f7f7, #f0f0f0);
    color: #000;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 5px;
}
.swiper-slide-bottom-grey p{
    padding: 0px!important;
    margin: 0px!important;
}
.baslik::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #333;
    margin-top: 84px;
    z-index: -1;
}
.swiper-slide-card-content {
    display: flex;
    justify-content: space-between;
}
.variable-card{
    padding: 5px;
}
.swiper-slide-card-content p{
    font-size: 14px;
}

@media (max-width: 425px) {
    .btn-grin{
        width: 95px;
    }
}


.about-banner-image img{
    width: 100%;
}
.breadcrumbs{
    color: #a1e4ff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: overline;
}


.hero-banner__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-banner .small {
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.hero-banner .title {
    font-size: 40px;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.hero-banner .text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.hero-banner .list {
    list-style: none;
}

.hero-banner .list li::before {
    content: url(/wp-content/themes/theforest/images/dot-circle.svg);
    position: relative;
    left: 0;
    top: 3px;
    margin-right: 5px;
}


.our-value {
    display: flex;
    flex-direction: row;
}

.our-value-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.our-value-content svg {
    fill: #FFFFFF;
    background: #4FBC9C;
    margin-right: 10px;
    border-radius: 18px;
}
.our-value-content p{
    margin-bottom: 0;
}
.our-value-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:15px;
    width: 100%;
}
.our-value-img img{
    width: 100%;
    border-radius: 35px;

}
.our-value-img{
    width: 100%;
    padding:15px;
}

@media (max-width:768px) {
    .our-value {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-banner-image img{
        display: none;
    }
}
.offerings {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.offerings-card-image svg {
    fill: #FFFFFF;
    background: #4FBC9C;
    margin-right: 10px;
    border-radius: 18px;
}
.offerings-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 12px 12px 12px 12px;
    border-style: none;
    background-color: transparent;
    background-image: linear-gradient(147deg, #4e5d743d 0%, #4e5d74b0 69%);
    margin:10px;
    padding:10px;
    width: 100%;
}

@media (max-width:768px) {
    .offerings {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}
.testimonials{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.testimonials-card-content {
    background-color: #106967;
    padding: 30px 30px 30px 30px;
    border-radius: 5px 5px 5px 5px;

}
.testimonials-card{
    margin: 15px;
    color:white;
    width:100%;
}
.testimonials-card-content p{
    color:white;
}
.testimonials-card-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
}
.testimonials-card-img img{
    width: 60px;
    border-radius: 30px;
}
.testimonials-card-img p{
    margin-bottom: 0;
    margin-left: 15px;
}
@media (max-width:768px) {
    .testimonials {
        flex-direction: column;
        justify-content: space-between;
    }
}

.start-trading{
    background-color: transparent;
    background-image: linear-gradient(147deg, #4e5d743d 0%, #4e5d74b0 69%);
    border-radius:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
}
.start-trading p{
    margin-top: 30px;
    margin-bottom: 40px;
}
.advantages{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.advantages-card{
    width:100%;
    padding: 15px;
    margin:20px
}
.advantages-card-svg svg{
    fill: #FFFFFF;
    background: #4FBC9C;
    margin-right: 10px;
    border-radius: 18px;
}
.advantages-card-svg{
    display: flex;
    justify-content: center;
    margin:10px;
}

@media (max-width:768px) {
    .advantages{
        display: flex;
        flex-direction: column;
    }
    .advantages-card{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: unset;
    }
}
.margin-top-50px{
    margin-top:50px;
}
.our-value-content a{
    text-decoration: none;
    color:black;
    margin-top: 5px;
    margin-bottom: 5px;
}


.advantages {
    display: grid;
    grid-template: 1fr / 1fr 1fr 1fr;
    gap: 30px;
}

.advantages-card {
    width: 100%;
    padding: 15px;
    margin: 20px;
}
/*about*/

.about-banner-image img{
    width: 100%;
}
.breadcrumbs{
    color: #a1e4ff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: overline;
}
h2, h4, h5 {
    color: black;
}
.our-value {
    display: flex;
    flex-direction: row;
}

.our-value-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.our-value-content svg {
    fill: #FFFFFF;
    background: #4FBC9C;
    margin-right: 10px;
    border-radius: 18px;
}
.our-value-content p{
    margin-bottom: 0;
}
.our-value-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:15px;
    width: 100%;
}
.our-value-img img{
    width: 100%;
    border-radius: 35px;

}
.our-value-img{
    width: 100%;
    padding:15px;
}

@media (max-width:768px) {
    .our-value {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-banner-image img{
        display: none;
    }
}
.offerings {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.offerings-card-image svg {
    fill: #FFFFFF;
    background: #4FBC9C;
    margin-right: 10px;
    border-radius: 18px;
}
.offerings-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 12px 12px 12px 12px;
    border-style: none;
    background-color: transparent;
    background-image: linear-gradient(147deg, #4e5d743d 0%, #4e5d74b0 69%);
    margin:10px;
    padding:10px;
    width: 100%;
}

@media (max-width:768px) {
    .offerings {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}
.testimonials{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.testimonials-card-content {
    background-color: #106967;
    padding: 30px 30px 30px 30px;
    border-radius: 5px 5px 5px 5px;

}
.testimonials-card{
    margin: 15px;
    color:white;
    width:100%;
}
.testimonials-card-content p{
    color:white;
}
.testimonials-card-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
}
.testimonials-card-img img{
    width: 60px;
    border-radius: 30px;
}
.testimonials-card-img p{
    margin-bottom: 0;
    margin-left: 15px;
}
@media (max-width:768px) {
    .testimonials {
        flex-direction: column;
        justify-content: space-between;
    }
}

.start-trading{
    background-color: transparent;
    background-image: linear-gradient(147deg, #4e5d743d 0%, #4e5d74b0 69%);
    border-radius:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
}
.start-trading p{
    margin-top: 30px;
    margin-bottom: 40px;
}
.advantages{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.advantages-card-svg svg{
    fill: #FFFFFF;
    background: #4FBC9C;
    margin-right: 10px;
    border-radius: 18px;
}
.advantages-card-svg{
    display: flex;
    justify-content: center;
    margin:10px;
}


.margin-top-50px{
    margin-top:50px;
}
.our-value-content a{
    text-decoration: none;
    color:black;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.mega-menu-link {
    padding: 0px 10px !important;
}

.bg-main-page {
    background-image: url("/wp-content/themes/theforest/images/Web-1-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    display: flex;
    align-items: center;
}

.section-tick {
    margin-top: -65px;
}

.tick-blocks {
    background-color: #000;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    min-height: 130px;
    padding: 20px;
}
@media (max-width:768px) {
    .tick-blocks {
        flex-direction: column;
    }
}

.tick-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tick-block svg {
    background-color: #2fa08c;
    border-radius: 25px;
    margin-right: 20px;
    margin-left: 5px;
}

.section-tick p {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-banner__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-banner .title {
    font-size: 40px;
    font-weight: 700;
    color: #000 !important;
    line-height: 1;
}

.hero-banner .text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.potential {
    background-image: url(/wp-content/themes/theforest/images/globe-1536x1064.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-potential, .text-potential {
    color: black;
}

.posts {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.post {
    width: 325px;
}

.posts img {
    width: 320px;
    border-radius: 25px;
    margin-bottom: 40px;
}

.posts h2, p {
    color: black;
}

@media (max-width:768px) {
    .posts {
        flex-direction: column;
        align-items: center;
    }
}

.section-platform {
    margin-top: 80px;
    margin-bottom: 80px;
}

.platform-content {
    background-image: url(/wp-content/themes/theforest/images/sa.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

#desktop, #mobile h2 {
    color: black;
}

#desktop, #mobile {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: space-between;
}

.platform-content-text {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 650px;
}

.section-get-started h2, p {
    color: #163235;
}

.information h2, p {
    color: #163235;
}

.platform-content-text {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 650px;
}

.stocks {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.stocks-left-img img {
    max-width: 550px;
}

.stocks-list {
    display: flex;
    flex-direction: column;
}

.stocks-list .btn-green {
    margin-top: 20px;
}

@media (max-width:768px) {
    .stocks {
        flex-direction: column;
    }

    .stocks-left-img img {
        width: 100%;
    }
}

.section-information {
    margin-top: 80px;
    margin-bottom: 80px;
}

.information {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.information h2 {
    font-size: 35px;
    font-weight: 600;
}

.information h2, p {
    color: #163235;
}

.section-get-started {
    background: linear-gradient(to top, #4ae1bc3d, #FFFFFF);
}

.get-started {
    padding-bottom: 90px;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-get-started h2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 50px;
}

.section-get-started h2, p {
    color: #163235;
}


/*about*/

.bg-about-page {
    background-image: url(" /wp-content/themes/theforest/images/ab2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    display: flex;
    padding-top: 40px;
}
.about-banner-image img{
    width: 100%;
}
.breadcrumbs{
    color: #2fa097;
    font-size: 20px;
    font-weight: 600;
    text-decoration: overline;
}
h2, h4, h5 {
    color: black;
}
.our-value {
    display: flex;
    flex-direction: row;
}

.our-value-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.our-value-content svg {
    fill: #FFFFFF;
    background: #4FBC9C;
    margin-right: 10px;
    border-radius: 18px;
}
.our-value-content p{
    margin-bottom: 0;
}
.our-value-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:15px;
    width: 100%;
}
.our-value-img img{
    width: 100%;
    border-radius: 35px;

}
.our-value-img{
    width: 100%;
    padding:15px;
}

@media (max-width:768px) {
    .our-value {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-banner-image img{
        display: none;
    }
}
.offerings {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.offerings-card-image svg {
    fill: #FFFFFF;
    background: #4FBC9C;
    margin-right: 10px;
    border-radius: 18px;
}
.offerings-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 12px 12px 12px 12px;
    border-style: none;
    background-color: transparent;
    background-image: linear-gradient(147deg, #4e5d743d 0%, #4e5d74b0 69%);
    margin:10px;
    padding:10px;
    width: 100%;
}

@media (max-width:768px) {
    .offerings {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}
.testimonials{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.testimonials-card-content {
    background-color: #106967;
    padding: 30px 30px 30px 30px;
    border-radius: 5px 5px 5px 5px;

}
.testimonials-card{
    margin: 15px;
    color:white;
    width:100%;
}
.testimonials-card-content p{
    color:white;
}
.testimonials-card-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
}
.testimonials-card-img img{
    width: 60px;
    border-radius: 30px;
}
.testimonials-card-img p{
    margin-bottom: 0;
    margin-left: 15px;
}
@media (max-width:768px) {
    .testimonials {
        flex-direction: column;
        justify-content: space-between;
    }
}

.start-trading{
    background-color: transparent;
    background-image: linear-gradient(147deg, #4e5d743d 0%, #4e5d74b0 69%);
    border-radius:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
}
.start-trading p{
    margin-top: 30px;
    margin-bottom: 40px;
}
.advantages{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.advantages-card-svg svg{
    fill: #FFFFFF;
    background: #4FBC9C;
    margin-right: 10px;
    border-radius: 18px;
}
.advantages-card-svg{
    display: flex;
    justify-content: center;
    margin:10px;
}


.margin-top-50px{
    margin-top:50px;
}
.our-value-content a{
    text-decoration: none;
    color:black;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.mega-menu-link {
    padding: 0px 10px !important;
}

.footer-ul-title {
    color: #686666;
}

.footer-link {
    color: white;
    text-decoration: none;
   line-height: 1.7;
}

.error-404{
    background-image: url(./images/bg-404.jpg);
}

.error-404 .container{
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.logo-404{
    max-width: 100%;
}

.tittle-404 {
    color: white;
    font-size: 48px;
    text-shadow: 0px -1px 30px black;
    font-weight: bold;
}
