@import url('https://fonts.googleapis.com/css2?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&display=swap');

:root {
    --font-poppins: "Poppins", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-poppins);
}

/* ===== TOP BAR ===== */
.top-bar {
    background: transparent;
    padding: 6px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    position: relative;
    z-index: 100;
}

.top-bar a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.top-bar a:hover {
    color: #FFBB00;
}

.lang-flag {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 1px;
    color: #000;
}

.lang-flag select {
    background: transparent;
    border: unset;
    color: #000;
    font-size: .9rem;
}

.lang-flag .flag {
    font-size: 18px;
}

.flag-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(180deg, #cc0000 33%, #000 33%, #000 66%, #ffcc00 66%);
    display: inline-block;
}


/* Navbar */
.navbar-ombaka {
    gap: 30px;
    align-items: center;
}

.navbar-ombaka .brand {
    width: 67px;
}

.navbar-ombaka .nav-item a {
    font-size: 14px;
    color: #1a1a1a;
}

.navbar-ombaka .nav-item .nav-link:hover {
    font-weight: 500;
}

.navbar-ombaka .nav-item .nav-link.active {
    border: 1px solid #000;
    border-radius: 50px;
    background-color: #000;
    color: #FFF;
    padding: 1rem;
}

section .title {
    color: #1a1a1a;
    font-size: 2rem;
}

section p.description {
    color: rgba(0, 0, 0, 0.7);
    font-size: clamp(.85rem, 1rem, 1.1rem);
}


/* Footer */
footer,
.footer-bottom {
    margin-top: 1rem;
    padding-top: 1.8rem;
    border-top: 1px solid;
    border-color: #b6b5b511;
    color: #949494;
}

.footer-brand {
    width: 164px;
    height: 160px;
}


.footer-desc {
    font-size: .85rem;
    font-weight: 400;
}


.footer-col h3 {
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 1rem;
}


.footer-col ul {
    list-style: none;
    padding: unset;
}

.footer-col ul li {
    margin-bottom: 1rem;
}

.footer-col ul li a {
    text-decoration: unset;
    font-weight: 400;
    color: #949494;
}

.footer-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copy,
.footer-copy a {
    font-size: .75rem;
    text-decoration: unset;
    color: #949494;
}


.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social a i {
    color: #949494;
    font-size: 1.5rem;
}

.footer-text {
    font-size: .75rem;
    text-align: justify;
    margin-bottom: .5rem;
}


/* Animations */
/* =========================
   ACESSIBILIDADE
========================= */

html {
    scroll-behavior: smooth;
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 20px;
    z-index: 9999;
    padding: 12px 18px;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 20px;
}


/* =========================
   ANIMAÇÕES DE ENTRADA
========================= */

.navbar {
    animation: fade-down 0.7s ease both;
}

.ombaka-header {
    animation: hero-enter 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fade-down {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hero-enter {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================
   SCROLL REVEAL
========================= */

.js .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================
   DESTINOS
========================= */

.swiperDestinations .dest-card img {
    transition: transform 0.8s ease;
}

.swiperDestinations .swiper-slide-active .dest-card img {
    transform: scale(1.06);
}

.swiperDestinations .swiper-slide-active .dest-card {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.swiperDestinations .dest-card-overlay h6,
.swiperDestinations .dest-card-overlay p {
    transform: translateY(12px);
    transition: transform 0.5s ease 0.1s;
}

.swiperDestinations .swiper-slide-active .dest-card-overlay h6,
.swiperDestinations .swiper-slide-active .dest-card-overlay p {
    transform: translateY(0);
}


/* =========================
   INDICADORES
========================= */

.js .indicators-grid .counter {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

.js .indicators.is-visible .counter {
    opacity: 1;
    transform: translateY(0);
}

.js .indicators.is-visible .counter:nth-child(1) {
    transition-delay: 0.05s;
}

.js .indicators.is-visible .counter:nth-child(2) {
    transition-delay: 0.15s;
}

.js .indicators.is-visible .counter:nth-child(3) {
    transition-delay: 0.25s;
}

.js .indicators.is-visible .counter:nth-child(4) {
    transition-delay: 0.35s;
}

.js .indicators.is-visible .counter:nth-child(5) {
    transition-delay: 0.45s;
}

.counter .number {
    display: inline-block;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.counter:hover .number {
    color: #B8781C;
    transform: scale(1.08);
}

.event-form-content {
    display: flex;
    justify-content: center;
}

.event-search-form {
    min-width: 40%;
}

.event-search-box {
    height: 55px;
    border: 1px solid rgba(148, 148, 148, 52);
    border-radius: 50px;

    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-search-box input {
    border: unset;
    width: 95%;
    height: 100%;
}

.event-search-box input:focus-visible {
    border: unset;
    outline: unset;
}

.event-search-box button {
    width: 5%;
    border: unset;
    background: transparent;
}

.event-search-form .event-results {
    font-size: .6rem;
    margin: .3rem 0 0 1rem;
    color: #949494;
}

.load-more-wrapper {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.load-more-wrapper .load-more-button {
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 50px;
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0% 100%;
    background-color: #FFF;

    padding: 1rem;
    color: #000;

    transition:
        background-size 0.4s ease,
        color 0.4s ease;
}

.load-more-wrapper .load-more-button:hover {
    background-size: 100% 100%;
    color: #FFF;
}

/* =========================
   PARCEIROS
========================= */

.js .partners-list img {
    opacity: 0;
    transform: translateY(14px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        filter 0.3s ease;
}

.js .partners.is-visible .partners-list img {
    opacity: 1;
    transform: translateY(0);
}

.partners-list img:hover {
    transform: translateY(-6px) scale(1.04);
    filter: brightness(1.08);
}


/* =========================
   NOTÍCIAS
========================= */

.news-card-img img {
    transition: transform 0.7s ease;
}

.news-card:hover .news-card-img img {
    transform: scale(1.06);
}


/* =========================
   REDUÇÃO DE MOVIMENTO
========================= */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .js .reveal,
    .js .indicators-grid .counter,
    .js .partners-list img {
        opacity: 1;
        transform: none;
    }
}

.filters {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}

.filters .fields {
    display: flex;
    justify-content: space-between;
    min-width: 40%;
}

.filters .fields select {
    min-width: 30%;
    border: unset;
    font-weight: 400;
    font-size: .8=5rem;
}

.filters .fields select:focus-visible {
    outline: unset;
}

@media (max-width: 991px) {
    .brand{
        display: none;
    }

    .brand-mobile{
        display: flex !important;
        align-items: center;
        font-size: 1.75rem;
        font-weight: 700;
    }

}
