@import url('https://fonts.cdnfonts.com/css/forma-djr-banner');
                

body {
    font-family: 'Forma DJR Text', sans-serif;
}

.header {
    font-weight: 500;
    font-size: 18px;
}

.section-title {
    font-weight: 700;
    font-size: 86px;
    letter-spacing: 4px;
}

.section-subtitle {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 5px;
}

.section-paragraph {
    font-weight: 300;
    font-size: 16px;
}

.hero-section {
    background-image: url('../assets/img/hero-section-bg.svg');
    background-size: contain;
    background-position: center left;
    padding: 100px 0;
    color: #000;
    background-repeat: no-repeat;
}

.j2-spacer {
    height: 100px;
}

.contact-button {
    padding: 17px 30px;
    border: 1px solid #000;
}


.our-investments-header {
    margin-bottom: 90px;
    max-width: 1200px;
}

.our-investments-sections {
    max-width: 1200px;
}

.our-investments-header h1{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
}

.our-investments-header p{
    font-weight: 300;
    font-size: 45px;
    color: #fff;
    letter-spacing: 4px;
}

.our-investments-section p a.text-info {
    color: #fff !important;
    text-decoration: underline;
}

.our-investments-section {
    margin-bottom: 25px;
}

.our-investments {
    padding-top: 130px;
    padding-bottom: 130px;
    background-image: url('../assets/img/Investments.svg');
    background-size: cover;
}

.explore-section-title {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 34px;
}


.card {
    background: transparent;
}

.card-body {
    padding: 0;
    margin-top: 14px;
}

.card > .card-title.section-title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;  
    color: #fff;
}

.card > .card-body {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}


.foundation-section {
    background-color: #F9F9F9;
    padding: 130px 0;
    color: #333;
    background-image: url('../assets/img/foundation_bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}  

.foundation-title {
    font-size: 24px;
    font-weight: 700;
    color: #0E0E0E;
    letter-spacing: 3px;
}

.foundation-subtitle {
    font-size: 45px;
    font-weight: 300;
    margin-top: 17px;
    color: #333;
}

.foundation-text {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 20px;
    color: #0E0E0E;
}

.foundation-link {
    color: #0E0E0E;
    text-decoration: underline;
}

.foundation-link:hover {
    text-decoration: underline;
}

.join-our-network {
    background-image: url('../assets/img/join-our-bg.svg');	
    color: white;
    padding: 130px 0;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.join-title {
    font-size: 86px;
    font-weight: 700;
    color: white;
}

.join-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: white;
    max-width: 470px;
    letter-spacing: 0.7px;
}

.join-btn {
    background-color: black;
    color: white;
    padding: 14px 30px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    border-radius: 0;
}

.join-btn:hover {
    background-color: #333;
    text-decoration: none;
}


.footer {
    background-color: #0B0E0F;
    color: #fff;
    padding: 85px 0;
}

.footer-logo {
    padding-right: 16px;
    border-right: 1px solid #4F4F4F;
    margin-right: 16px;
}

.footer-text {
    font-size: 1rem;
    text-align: left;
}

.footer-icons {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.footer-icon img {
    width: 30px;
    height: 30px;
}

.footer-icon:hover img {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .foundation-section {
        padding: 40px 20px;
    }
    .foundation-title {
        font-size: 2rem;
    }
    .foundation-subtitle {
        font-size: 1.5rem;
    }
    .foundation-text {
        font-size: 1rem;
    }
   
    .join-btn {
        width: 100%;
        text-align: center;
        margin: 40px 0;
    }

    .footer-icons {
        justify-content: center;
        gap: 15px;
    }

    .footer-text {
        text-align: center;
        margin-bottom: 10px;
        margin-top: -3px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        justify-content: space-between;
        width: 100%;
    }

    .driving-section {
        max-width: 513px;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-lg {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        width: 100%;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-collapse.show {
        display: block !important;
    }
}


@media (max-width: 991px) {
    .j2-spacer {
        height: 50px;
    }

    .hero-section {
        background-image: none;
    }

    .nav-item:last-child {
        margin-top: 20px;
    }

    .foundation-section {
        background-image: none;
    }

    .join-our-network .join-btn {
        margin-bottom: 30px;
    }
}

@media (max-width: 1170px) {
    .hero-section {
        background-position: -96px 10px;
    }
}


@media (min-width: 1200px) and (max-width: 1326px) {
    .hero-section {
        background-position: -96px 10px;
    }
}


@media (min-width: 1400px) and (max-width: 1440px) {
    .hero-section {
        background-position: -96px 10px;
    }
}




@media (max-width: 768px) {
    .section-title,
    .section-subtitle,
    .section-paragraph {
        text-align: center;
    }

    .j2-spacer {
        height: 25px;
    }

    .section-title {
        font-size: 50px;
    }

    .hero-section {
        padding: 25px 0;
    }

    .container {
        padding: 0 40px;
    }

    .card-body p {
        margin-bottom: 50px;
    }

    .our-investments-header {
        margin-bottom: 20px;
    }
}
