body {
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-family: "Cactus Classical Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.navbar-nav li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hero-section {
    position: relative;
    height: 407px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    padding-left: 120px;
    z-index: 1;
    overflow: hidden;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%);
    z-index: 2;
}

.hero-text {
    position: relative;
    font-family: 'Amethysta', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 57px;
    color: #ffedca;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    white-space: pre-line;
    z-index: 3;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.founder-img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.founder-desc p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.founder-icons a {
    font-size: 18px;
    color: #000;
    margin-right: 12px;
    text-decoration: none;
}

.team-member {
    text-align: center;
    margin-bottom: 30px;
}

.team-member img {
    border-radius: 50%;
    border: 1px solid #ccc;
}

.team-member p {
    margin: 8px 0 0;
    font-size: 14px;
    color: #666;
}

.team-member h6 {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
    color: #000;
}
.img-fluid {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.join-text {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 50px 0 20px;
}

.join-btn {
    text-decoration: none;
    background-color: #ff6b6b;
    color: #fff;
    border: none;
    font-size: 0.85rem;
    border-radius: 0;
    padding: 10px 20px;
    display: flex;
    justify-self: center;
}

.join-btn:hover {
    background-color: #e05757;
    color: #fff;
}


@media (max-width: 768px) {

    .navbar-brand span {
        font-size: 14px;
    }

    .hero-section {
        padding-left: 20px;
        height: 300px;
    }

    .hero-text {
        font-size: 32px;
        line-height: 40px;
    }

}

@media (max-width: 480px) {
    .hero-text {
        font-size: 28px;
        line-height: 34px;
    }

    .section-title {
        font-size: 24px;
        line-height: 30px;
    }


}