@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&display=swap');

:root {
    --bg-main: #0C002B;
    --bg-card: #2d176b;
    --accent: #ffb531;
    --accent-dark: #AE723B;
    --bg-progress-bar: #2B1E4A;
    --orange: #F47701;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: var(--bg-main);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-main);
}

p {
    font-size: 16px;
}

.hero-wrapper {
    background-color: var(--bg-main);
}

@media (min-width: 992px) {
    .hero-wrapper {
        padding: 3rem 4rem;
    }
}

.navbar {
    max-width: 1370px;
    background-color: rgba(255, 255, 255, 0.8);
    border: white 2px solid;
}

.nav-link {
    color: var(--bg-main);
    font-weight: bold;
}

.logo-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .logo-mobile {
        display: block;
    }

    .logo-mobile img {
        width: 100px;
    }

    .logo-desktop {
        display: none;
    }
}

.nav-link:hover {
    color: var(--bg-main);
    text-decoration: underline;
}

.hero-title {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 20px;
}


.hero-card-wrapper {
    padding: 1.8rem 2.2rem;
    max-width: 98%;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.hero-card-bee {
    width: 120px;
    height: auto;
    image-rendering: pixelated;
    flex-shrink: 0;
}

.hero-card-tag {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}


.hero-floating-bee {
    position: absolute;
    right: -25px;
    bottom: -30px;
    width: 130px;
    image-rendering: pixelated;
    transform: translateY(-10%);
}

@media (max-width: 991.98px) {
    .hero-card-wrapper {
        flex-direction: row;
        padding-right: 2.5rem;
    }

    .hero-floating-bee {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hero-card-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-card-bee {
        width: 100px;
    }
}

.hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hive-image {
    max-width: 100%;
    height: auto;
    display: flex;
}

@media (min-width: 1200px) {
    .hive-image {
        max-width: 480px;
    }
}

@media (max-width: 991.98px) {
    .hero-right {
        margin-top: 3rem;
    }
}

.hero-box {
    background-color: #2a283f;
    border-radius: 18px;
    padding: 2.5rem 2.5rem 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
}

@media (max-width: 575.98px) {
    .hero-box {
        padding: 2rem 1.5rem 2.5rem;
    }
}

.card-programe-seu-futuro {
    width: 98%;
}

.card-teoria-portfolio,
.card-programe-seu-futuro,
.card-colmeia {
    background-color: var(--bg-card);
}

.division {
    background-color: var(--bg-card);
    overflow: hidden;
    padding: 0.5rem 0;
}

.ticker-wrapper {
    overflow: hidden;
    white-space: nowrap;
    padding: 0.5rem 0;
    border-radius: 0.5rem;
    position: relative;
}

.ticker {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 10s linear infinite;
}

.ticker span {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1.2rem;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.ticker span strong {
    font-weight: 700;
    color: var(--accent);
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.background-bubbles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.background-bubbles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    animation: bubble 25s linear infinite;
    bottom: -150px;
    border-radius: 50%;
}

.background-bubbles li:nth-child(1) {
    left: 25%;
    width: 40px;
    height: 40px;
    animation-duration: 18s;
}

.background-bubbles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-duration: 12s;
    animation-delay: 2s;
}

.background-bubbles li:nth-child(3) {
    left: 70%;
    width: 30px;
    height: 30px;
    animation-duration: 20s;
    animation-delay: 4s;
}

.background-bubbles li:nth-child(4) {
    left: 40%;
    width: 50px;
    height: 50px;
    animation-duration: 22s;
    animation-delay: 0s;
}

.background-bubbles li:nth-child(5) {
    left: 65%;
    width: 60px;
    height: 60px;
    animation-duration: 27s;
    animation-delay: 1s;
}

.background-bubbles li:nth-child(6) {
    left: 75%;
    width: 18px;
    height: 18px;
    animation-duration: 15s;
    animation-delay: 2s;
}

.background-bubbles li:nth-child(7) {
    left: 35%;
    width: 24px;
    height: 24px;
    animation-duration: 17s;
    animation-delay: 3s;
}

.background-bubbles li:nth-child(8) {
    left: 50%;
    width: 30px;
    height: 30px;
    animation-duration: 19s;
    animation-delay: 5s;
}

.background-bubbles li:nth-child(9) {
    left: 20%;
    width: 22px;
    height: 22px;
    animation-duration: 16s;
    animation-delay: 1s;
}

.background-bubbles li:nth-child(10) {
    left: 80%;
    width: 25px;
    height: 25px;
    animation-duration: 20s;
    animation-delay: 2s;
}

@keyframes bubble {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }

    100% {
        transform: translateY(-1000px) scale(0.8);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {

    .cards-banner {
        padding-left: 16px;
        padding-right: 16px;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    section.cards-banner>.d-flex.justify-content-center {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 24px;
    }

    section.cards-banner>.d-flex.justify-content-center>.card-colmeia {
        order: -1;
        width: 100% !important;
        border-radius: 12px !important;
        display: flex;
        justify-content: end !important;
        align-items: center !important;
    }

    section.cards-banner>.d-flex.justify-content-center>.d-flex.flex-column {
        width: 100% !important;
        order: 2;
        align-items: center;
        gap: 24px;
    }

    .card-programe-seu-futuro {
        width: 100% !important;
        border-radius: 12px !important;
    }

    .card-programe-seu-futuro .hero-title {
        font-size: 30px !important;
    }

    .card-programe-seu-futuro .hero-subtitle {
        font-size: 16px !important;
    }

    .card-teoria-portfolio {
        width: 100% !important;
        border-radius: 12px !important;
        margin-top: 0% !important;
        margin-bottom: 5% !important;
    }

    .hive-image {
        max-width: 280px;
    }
}

.cards-tree {
    background-color: var(--bg-card);
    border: 2px solid var(--accent);
    border-radius: 15px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cards-tree:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

.text-accent {
    color: var(--accent) !important;
}

.testimonial-card {
    background-color: var(--bg-card);
    color: white;
    border-radius: 16px !important;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.quote-icon {
    color: var(--accent);
    fill: var(--accent);
    opacity: 0.5;
    width: 24px;
    height: 24px;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.testimonial-footer {
    border-top: 1px solid var(--accent);
}

.testimonial-avatar {
    width: 45px;
    height: 45px;
    background-color: var(--accent);
    color: var(--bg-main);
    font-weight: bold;
}

.testimonial-role {
    font-size: 0.75rem;
}

.card-body-testimonial{
    border-radius: 15px;
}

.fs-5-responsive {
    font-size: 16px !important; 
}

@media (min-width: 768px) {
    .fs-5-responsive {
        font-size: 20px !important;
    }
}