@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

@font-face {
    font-family: 'Christmas Knowing';
    src: url('../font/ChristmasKnowingRegular.woff2') format('woff2'),
        url('../font/ChristmasKnowingRegular.woff') format('woff'),
        url('../font/ChristmasKnowingRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
}

html {
    background-color: #090909;
    accent-color: #bb4430;
}

body {
    font-size: 16px;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden
}

body h2,
body h4 {
    font-family: 'Christmas Knowing';
}

.container {
    max-width: 1440px;
    margin: 0 auto
}

.flex {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
}

.center {
    justify-content: center
}

.between {
    justify-content: space-between
}

.gap {
    gap: 30px;
}

.wrap {
    flex-wrap: wrap;
}

footer {
    background-color: #090909
}



footer p {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0
}


nav ul {
    display: flex;
    gap: 20px
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;

}

nav li:hover a,
nav li a.ativo {
    color: #fff;
    background: #bc4732;
}

.uk-navbar-nav>li>a {
    color: #fff
}

.uk-navbar-nav>li>a:hover {
    color: #fff
}

#mobile-navbar img {
    margin-bottom: 40px
}

.uk-nav-default {
    font-size: 20px;
}

header {
    padding: 30px 0;
}

main {
    background: url(../img/bg-topo.webp) center top no-repeat;
    background-size: cover;
}



#faq{
    background: #000000;
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
    font-weight: 600;
}

#faq h2 strong {
    color: #fff;
}

#faq li{
    background: #232323;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3{
    color: #d6d1c0;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
}

#faq li p{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li a{
    color: #bf4f39;
}

main .container{
    text-align: center;
    padding: 3px 0 50px;
}

h1{
    color: #fff;
    font-size: 2rem;
    margin: 30px 0;
    font-weight: 600;
}

main #logos{
    margin-bottom: 50px;
}

main h2{
    color: #e5dfcd;
    font-size: 2rem;
    margin-bottom: 10px;
}

main hr{
    border: none;
    width: 100%;
    height: 3px;
    background: #517a3f;
    margin: 30px 0;
}

main p{
    margin-bottom: 15px;
}

main p a{
    color: #bf4f39;
    font-weight: 600;
}

main p a:hover{
    color: #e5dfcd;
}

.cta{
    padding: 10px 50px;
    border-radius: 15px;
    background: #2f7b37;
    color: #fff;
    font-family: 'Christmas Knowing';
    font-size: 1.4rem;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.cta:hover{
    color: #fff;
    background: #bf4f39;
}

p.legal{
    font-size: 0.8rem;
}

#lives{
    background: url(../img/bg-influs.webp) center top no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}

#lives .container{
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    padding: 50px;
}

#lives h2{
    color: #e5dfcd;
    font-size: 2rem;
    margin-bottom: 10px;
}

.embaixadores{
    margin-top: 30px;
}

.embaixador h3{
    color: #e5dfcd;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.embaixador img{
    display: block;
    margin-bottom: 10px;
}

.embaixador a{
    background: #9147ff;
    padding: 10px 20px;
    display: block;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s;
}

.embaixador a:hover{
    background: #fff;
    color: #9147ff;
}

#premiacao{
    background: url(../img/bg-premiacao.webp) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

#premiacao h2{
    color: #e5dfcd;
    font-size: 2rem;
    margin-bottom: 10px;
}

#premiacao h3{
    color: #e5dfcd;
    font-size: 2rem;
    margin-bottom: 10px;
    font-family: 'Christmas Knowing';
    margin-top: 50px;
}

.premio{
    padding: 20px 20px 20px 70px;
    background: #171717;
    border: solid 1px #ffffff;
    filter: drop-shadow(0px 0px 10px #a64d3a);
    border-radius: 15px;
    position: relative;
    width: 300px;
}

.premio::before{
    position: absolute;
    left: -40px;
    top: 50%;
    translate: 0 -50%;
}

.premio:nth-child(1)::before{  content: url(../img/presente-01.webp); }
.premio:nth-child(2)::before{  content: url(../img/presente-02.webp); }
.premio:nth-child(3)::before{  content: url(../img/presente-03.webp); }
.premio:nth-child(4)::before{  content: url(../img/presente-04.webp); }
.premio:nth-child(5)::before{  content: url(../img/presente-05.webp); }
.premio:nth-child(6)::before{  content: url(../img/presente-06.webp); }

.premios{
    margin: 30px auto 50px;
    max-width: 1200px;
    gap: 60px;
}

.lugar{
    font-size: 1.2rem;
    color: #e5dfcd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #323232;
}

.valor{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.valor strong{
    font-size: 2rem;
}

#premiacao .cta{
    margin-top: 30px;
}

#ranking{
    background: url(../img/bg-ranking.webp) center top no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}

#ranking h2{
    color: #1a1a1a;
    font-size: 2rem;
    margin-bottom: 10px;
}

#ranking p{
    color: #1a1a1a;
    margin-bottom: 30px;
}

#discord{
    background: #040514 url(../img/logo-discord.webp) center right -150px no-repeat;
    background-size: 60%;
    text-align: center;
    padding: 50px 0;
}

#discord h2{
    color: #e5dfcd;
    font-size: 2rem;
    margin-bottom: 10px;
}

#discord p{
    margin-bottom: 10px;
}

#discord .cta{
    margin-top: 30px;
}



@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px
    }
}

@media screen and (max-width: 480px) {
    .premio::before {
        display: none;
    }

    .premios{
        gap: 30px;
    }

    .premio{
        width: 100%;
        padding: 20px;
    }

    #logo-kabum{
        margin-right: 20px;
    }
}


