#section-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 80px 0;
}

.banner-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    clip-path: ellipse(150% 100% at 50% 0%);
}


.little-title {
    font-size: clamp(1.5rem, 4vw, 3.75rem);
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.huge-title {
    font-size: clamp(2.2rem, 6vw, 4.7rem);
    margin-top: clamp(10px, 2vw, 45px);
    color: #fff;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}

.quotes {
    margin: clamp(30px, 5vw, 55px) auto;
    max-width: 1250px;
    padding: 0 25px;
    text-align: center;
    font-size: clamp(1rem, 1.5vw, 1.20rem);
    color: #fff;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}

.quotes b {
    font-family: 'Gotham-medium';
}

.title-quote {
    margin-top: 70px;
}

@media (max-width: 768px) {

    .quotes {
        text-align: justify;
        hyphens: auto;
    }

    .banner-background {
        background-position: top right;
    }
}

/** group overview section **/

.group-overview {
    max-width: 1200px;
    margin: 60px 0;
    padding-left: 20%;
    padding-right: 5%;
    z-index: 2;
}

.background-section-two {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 70%), url('../images/images-website/02-About-Us/About-Us_World_IMG.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20% auto;

    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}



.content-overview p {
    margin: 0;
    padding: 0;
    color: #000;
}

.content-overview {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid #000;
}


.highlight-text {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.context-text {
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .group-overview {
        padding-left: 10%;
    }

    .highlight-text {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .group-overview {
        padding-left: 20px;
        padding-right: 20px;
        margin: 40px auto;
        max-width: 100%;
    }

    .content-overview {
        padding-left: 0;
        border-left: none;
        text-align: center;
    }

    .highlight-text {
        font-size: 24px;
    }

    .context-text {
        font-size: 16px;
    }
}


/* our team section cards */

.our-team-title {
    background: #000;
    padding: 6px;
    border-radius: 30px;
    margin: 0 auto 130px;
    text-align: center;
    align-items: center;
    width: 300px;
    color: #fff;
}

.about-our-team {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
}

.about-our-team::before {
    content: "";
    position: absolute;
    top: 300px;
    left: 18%;
    width: 1px;
    height: 80%;
    background-color: #8F5A28;
    z-index: 0;
}

.about-our-team .row {
    position: relative;
    z-index: 1;
}


.our-team-cards {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 40px;
}


.images-wrapper {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 30px;
    align-self: flex-start;
    margin-right: 32px;
}

.images-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 0.4s ease;
}


.images-containers {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 30px;
}

.images-containers img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 0.4s ease;
}

.our-team-about,
.context-about {
    flex: 1;
    letter-spacing: -1px;
}

.our-team-about p,
.context-about p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.1;
}

.ceo-cards{
    max-width: 1250px;
}


.ceo-cards .position,
.our-team-about .position {
    font-family: "Gotham-medium";
    font-size: 17px;
}

.our-team-about h1,
.context-about h1 {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.cards-team-content {
    margin-bottom: 50px;
}

.cards-team-content:last-child {
    margin-bottom: 0;
}

.context-about .about-him b,
.our-team-about .about-him b {
    font-family: "Gotham-book";
}

.context-about .company-name,
.our-team-about .company-name {
    font-size: 16px;
}

@media (max-width: 1165px) {
    .about-our-team::before {
        display: none;
    }
}


@media (max-width: 768px) {

    .ceo-cards,
    .our-team-cards {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
    }

    .images-wrapper,
    .images-containers {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-width: 200px;
        margin: 0 auto;
    }

    .our-team-about,
    .context-about {
        text-align: left;
    }

    .our-team-title {
        margin-bottom: 50px;
        width: 80%;
    }
}


/** investement philosophy **/

.investment-philosophy {
    padding: 0;
    margin-top: clamp(60px, 8vw, 130px);
}

.background-banner {
    width: 100%;
    min-height: 700px;
    background-color: #1c1c1c;
    box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    padding: clamp(40px, 8vw, 80px) 0;
}

.philosophy-heading {
    background: var(--primary-color);
    margin: 0 auto clamp(40px, 8vw, 100px) auto;
    text-align: center;
    border-radius: 30px;
    max-width: 500px;
    color: #fff;
    padding: 10px 10px;
}

.title-philosophy {
    font-size: clamp(18px, 2.5vw, 22px);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.cards-investment-philosophy {
    border-radius: 30px;
    padding: 35px;
    height: 160px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 20px;
}

.cards-investment-philosophy .text-section {
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.cards-investment-philosophy img {
    width: 50px;
    height: auto;
}

.cards-investment-philosophy .title-section {
    font-size: 15px;
    color: #fff;
    margin-bottom: 2px;
}

.cards-investment-overview {
    border-radius: 30px;
    padding: 35px;
    height: 120px;
    text-align: justify;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}

.only-text-section {
    font-size: 14px;
    line-height: 1.0;
    text-align: center;
    align-content: center;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.only-text-section b {
    font-family: "Gotham-book";
}


.footer-transparent {
    background: transparent;
}

.footer-settings{
    max-width: 1900px !important;
}

.subfooter-line {
    border-top: solid 1px rgba(0, 0, 0, 0.394)
}

.contact-title{
    background: #000;
    border-radius: 20px;
    max-width: 200px;
    color: #fff;
    margin: 0 auto;
    padding: 7px;
    font-weight: lighter;
}