html {
    scroll-behavior: smooth;
}

body {
    background-color: #090E1C;
    margin: 0;
    padding: 0;
    width: 100%;
}


header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 88vh;
    overflow: hidden;
    color: white;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    scale: 1.2;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    filter: brightness(0.3) contrast(1);
    z-index: 1;
}

b header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Inter;
    width: 100%;
    height: 40%;
    margin: 0;
    z-index: 3;
}

.title h4 {
    font-size: 1.3rem;
    font-weight: 400;
    z-index: 1;
}

.title img {
    width: 500px;
}

.description-award {
    display: flex;
    width: 60%;
    max-width: 800px;
    text-align: center;
    font-size: 1rem;
    margin-top: 40px;
    margin-bottom: 40px;
    z-index: 3;
}

#follow-voting-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D4AF37;
    width: 500px;
    height: 50px;
    border-radius: 68px;
    box-shadow: 0px 4px 6px rgb(153, 153, 153);
    color: #090E1C;
    font-family: Inter;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 60px 0 100px 0;
    cursor: pointer;
    z-index: 3;
    border: none;
    animation: pulse 2s infinite;
}

/* Animação do "pulse" */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

#follow-voting-button:hover {
    background-color: #C49A2C;
}


.sponsors-container {
    background-color: rgba(23, 32, 57, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 12vh;
    overflow: hidden;

}

.sponsors-track {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30%;
    animation: marquee 40s linear infinite;
    width: max-content;
}

@keyframes marquee {
    from {
        transform: translateX(20%);
    }

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

.sponsors-logo {
    height: 5vh;
    width: auto;
}

.honored-container {
    background-color: #1E2A44;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    font-family: Inter;
}

.honored-container h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 80px;
    color: #FFFFFF;
}

.honored-container p {
    color: #F5F7FA;
    font-size: 24px;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    max-width: 900px;
    line-height: 26px;
}

.slider-container {
    display: flex;
    flex-direction: column;
    width: 66%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.swiper {
    width: 100%;
    margin-bottom: 50px;
}

.swiper-slide {
    width: 400px;
    height: 750px;
    padding: 40px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.card {
    height: 650px !important;
}
.card, .card-img-top {
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
}

.card-title {
    background-color: #D4AF37;
    color: #090E1C;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    margin-top: -15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    font-size: 1.6rem;
    font-family: Inter;
    font-weight: 600;
    font-style: normal;
}

.card-text {
    padding: 10px !important;
    width: 100% !important;
    font-size: 1rem !important;
    color: #090E1C !important;
    line-height: normal !important;
}

.categories-container {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 800px;
    font-family: Inter;
}


.categories-container h2 {
    font-size: 2.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

.search-category-container {
    background-color: #D9D9D9;
    display: flex;
    justify-content: space-between;
    width: 295px;
    height: 48px;
    gap: 20px;
    border-radius: 16px;
    margin-top: -20px;
    margin-bottom: 30px;
}

@keyframes scaleEffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.search-category-container img {
    color: #999999;
    width: 32px;
    margin-left: 28px;
}

.search-category-container input {
    background-color: transparent;
    color: #999999;
    border: none;
    outline: none;
    margin-right: 26px;
    width: 230px;
    font-size: 24px;
    font-weight: lighter;
}


.list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.group-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.group-category h3 {
    font-family: Inter;
    color: #D9D9D9;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 48px;
}

.section-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    width: 80%;
    max-width: calc((3 * 380px) + (2 * 20px));
    border-top: 2px solid #D9D9D9;
}

.category {
    background-color: #D9D9D9;
    display: flex;
    width: 380px;
    height: 242px;
    margin-top: 26px;
}

.category-border {
    background-color: #090E1C;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top-right-radius: 70px;
}

.category-border p {
    font-family: Inter;
    color: #D9D9D9;
    font-size: 18px;
    font-weight: 200;
    margin-left: 10%;
    margin-top: 10%;
    text-transform: uppercase;
}

.category-border h5 {
    color: #FFFFFF;
    font-family: Inter;
    font-weight: bold;
    font-size: 26px;
    line-height: 110%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -0%;
    margin-bottom: 0;
    text-transform: uppercase;
}

.category-border a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
    font-family: Inter;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10%;
    margin-top: auto;
    margin-bottom: 8%;
    text-decoration: none;
}

.footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80px;
    background-color: #090E1C;
    color: #fff;
    justify-content: space-evenly;
    align-items: center;
    font-size: 0.9rem;
    font-family: Inter;
    font-weight: bold;
}

.footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-item img {
    height: 30px;
    object-fit: contain;
}

@media screen and (max-width: 1000px) {
    .title h4 {
        font-size: 1rem;
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .title img {
        width: 80%;
    }

    .description-award {
        font-size: 0.8rem;
        margin-top: 40px;
        margin-bottom: 20px;
        width: 80%;
    }

    #follow-voting-button {
        width: 240px;
        height: 44px;
        font-size: .9rem;
        margin-bottom: 80px;
    }


    .search-category-container {
        margin-top: 0;
        width: 500px;
        height: 70px;
    }

    .sponsors-container {
        width: 100%;
    }

    .sponsors-track {
        animation: marquee 32s linear infinite;
        gap: 10%;
    }

    @keyframes marquee {
        from {
            transform: translateX(10%);
        }

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

    .sponsors-logo {
        height: 45px;
    }

    .honored-container h2 {
        font-size: 2rem;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .honored-container p {
        font-size: .9rem;
        width: 80%;
        line-height: 16px;
    }

    .swiper {
        width: 100%;
        margin-bottom: 50px;
    }

    .swiper-slide {
        width: 400px;
        height: 800px;
        background-position: center;
        background-size: cover;
        display: flex;
        justify-content: center;
    }


    .card {
        height: 700px !important;
    }
    .card, .card-img-top {
        border: none !important;
        border-radius: 16px !important;
    }

    .card-title {
        background-color: #D4AF37;
        color: #090E1C;
        font-weight: 600;
        text-align: center;
        padding: 15px;
        margin-top: -5px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        font-family: Inter;
        font-size: 1.4rem;
    }

    .card-text {
        padding: 10px !important;
        width: 100% !important;
        font-size: 0.6rem;
        color: #090E1C !important;
        text-align: left;
    }

    .categories-container h2 {
        font-size: 2rem;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .search-category-container {
        width: 220px;
        height: 38px;
        margin-top: -10px;
        margin-bottom: 0px;
        border-radius: 10px;
    }

    .search-category-container img {
        color: #999999;
        width: 24px;
        margin-left: 16px;
    }

    .search-category-container input {
        width: 80%;
        margin-right: 10px;
        font-size: 14px;
        margin-left: 0;
    }

    .section-list {
        display: flex;
        justify-content: center;
        width: 80%;
        gap: 38px;
    }

    .category {
        background-color: #D9D9D9;
        display: flex;
        width: 300px;
        height: 180px;
        margin-top: 22px;
    }


    .category-border p {
        display: flex;
        max-width: 70%;
        font-size: 14px;
    }

    .category-border h5 {
        font-size: 24px;
        max-width: 70%;
    }

    .category-border a {
        font-size: 14px;
    }

    .footer {
        font-size: 0.5rem;
    }

}
