/* Inner */
.investment-inner {
    background: #070707;
}

/* Banner */
.investment-content {
    align-items: flex-end;
}

.investment-content h1 {
    max-width: 1000px;
}

.investment-content p {
    max-width: 620px;
}

/* Market */
.investmet-market {
    background: #1a1a1a;
    padding: 35px 40px;
    margin: 50px 0;
}

.investmet-market-container {
    max-width: 1840px;
    margin: auto;
}

.investmet-market h2 {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-family: "Satoshi-Black", sans-serif;
    font-weight: 400;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.investmet-market h2 span {
    font-family: "Satoshi-Light", sans-serif;
    font-style: italic;
}

.investmet-market p {
    max-width: 900px;
    font-size: 20px;
    color: #fff;
    font-family: "Satoshi-Light", sans-serif;
    line-height: 30px;
    padding-top: 30px;
}

/* Approaches */
.investment-approaches {
    background: #070707;
    padding: 100px 40px;
    margin: 50px 0;
}

.investment-approaches-container {
    max-width: 1840px;
    margin: auto;
}

.investment-approaches h2 {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-family: "Satoshi-Black", sans-serif;
    font-weight: 400;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: 40px;
}

.investment-approaches h2 span {
    font-family: "Satoshi-Light", sans-serif;
    font-style: italic;
}

/* Approaches Swiper */
.investment-approaches .swiper {
    width: 100%;
    /* height: fit-content; */
}

.investment-approaches .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.investment-approaches .swiper-slide {
    padding: 40px 30px 50px 30px;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.investment-approaches .swiper-slide > img {
    width: 100%;
    max-width: 189px;
    display: block;
    margin: auto;
}

.investment-approaches .swiper-slide .approaches-swiper-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.investment-approaches .swiper-slide h4 {
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    text-align: center;
    padding: 40px 0 10px;

    color: #fff;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.5px;
}

.investment-approaches .swiper-slide h6 {
    font-family: "Satoshi-Bold", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    font-style: italic;
}

.investment-approaches .swiper-slide p {
    font-family: "Satoshi-Light", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    max-width: 335px;
    padding: 5px 0 15px;

    color: rgba(255, 255, 255, 0.7);
}

.investment-approaches .swiper-slide a {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    transition: 0.3s ease-in-out;
    margin-top: auto;
}

.investment-approaches .swiper-slide a:hover {
    background: #fff;
    color: #1a1a1a;
}

/* Compare */
.investment-compare {
    background: #131313;
    padding: 100px 40px;
}

.investment-compare-container {
    width: 100%;
    max-width: 1550px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.investment-compare-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.investment-compare h2 {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-family: "Satoshi-Black", sans-serif;
    font-weight: 400;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: 40px;
}

.investment-compare h2 span {
    font-family: "Satoshi-Light", sans-serif;
    font-style: italic;
}

.investment-compare-card-container {
    width: 100%;
}

.investment-compare-card {
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.investment-compare-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.investment-compare-card-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.investment-compare-card h4 {
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding: 70px 0 10px;
}

.investment-compare-card h6 {
    font-family: "Satoshi-Bold", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    font-style: italic;
}

.investment-compare-card p {
    font-family: "Satoshi-Light", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding: 5px 0 15px;
}

.investment-compare-card-button {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    transition: 0.3s ease-in-out;
    margin-top: auto;
}

.investment-compare-card-button:hover {
    background: #fff;
    color: #1a1a1a;
}

/* Legal */
.investment-legal {
    background: #070707;
    padding: 30px 35px;
    margin: 50px 0 0;
}

.investment-legal h2 {
    max-width: 1920px;
    margin: auto;
    font-size: 60px;
    color: #fff;
    font-family: "Satoshi-Black", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.investment-legal h2 span {
    font-family: "Satoshi-Light", sans-serif;
    font-style: normal;
}

/* Tax */
.investment-tax {
    background: #070707;
    padding: 90px 40px 40px;
}

.investment-tax-container {
    max-width: 1840px;
    margin: auto;
}

.investment-tax h2 {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-family: "Satoshi-Black", sans-serif;
    font-weight: 400;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: 60px;
}

.investment-tax-content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 20px 10px 40px 10px;
}

.investment-tax h2 span {
    font-family: "Satoshi-Light", sans-serif;
    font-style: italic;
}

.investment-tax h5 {
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #ffff;
}

.investment-tax p {
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    width: 100%;
    max-width: 990px;
}

.investment-tax hr {
    border-bottom: 0;
    border-color: #b0b0b0;
}

@media (max-width: 910px) {
    .investmet-market h2 {
        font-size: 30px;
        text-align: center;
    }

    .investment-approaches {
        background: #070707;
        padding: 38px 20px;
        margin: 0;
    }

    .investment-approaches h2 {
        display: inline-block;
        font-size: 30px;
    }

    .investment-approaches .swiper-slide h4 {
        font-size: 30px;
        padding: 40px 0 10px;
    }

    .investment-approaches .swiper-slide > img {
        width: 100%;
        max-width: 100px;
    }

    .investment-approaches .swiper-slide h6 {
        font-family: "Satoshi-Bold", sans-serif;
        font-weight: 400;
        font-size: 19px;
    }

    .investment-approaches .swiper-slide {
        padding: 23px;
    }

    .investment-compare h2 {
        font-size: 30px;
    }

    .investment-compare {
        padding: 70px 14px;
    }

    .investment-compare-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .investment-compare-card h4 {
        font-size: 30px;
        padding: 10px;
    }

    .investment-compare-card p {
        font-size: 18px;
    }

    .investment-legal {
        padding: 30px 35px;
        margin: 0;
    }

    .investment-legal h2 {
        font-size: 30px;
    }

    .home-faq-left {
        margin-bottom: 0;
    }

    .home-faq {
        padding: 0;
    }

    .home-specialists-accordion h5 {
        font-size: 20px;
    }

    .investment-tax h2 {
        font-size: 30px;
    }

    .investment-tax-content {
        display: flex;
        flex-direction: column;
    }

    .investment-tax {
        padding: 17px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .investment-compare-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .investment-compare {
        padding: 50px 20px;
    }

    .investment-compare-card h4 {
        font-size: 24px;
        padding: 20px 0 10px;
    }

    .investment-compare-card p {
        font-size: 16px;
        line-height: 24px;
    }

    .investment-compare-card h6 {
        font-size: 18px;
    }

    .investment-compare-card-button {
        height: 55px;
        font-size: 16px;
    }
}
