* {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    scroll-padding-top: 200px;
}

body {
    padding: 0 !important;
    background-color: #0b0b0b;
    color: white;
}

/* colors */

:root {
    --primary: #055C39;
    --secondary: #00FF73;
    /* --background: #D3EADF; */
    --black: #000000;
    --shadow: #25252568;
    --outline: white;

    --btn-primary-text: white;
    --btn-secondary-bg: white;
}

/* text */

h1{ 
    font-size: 18px; 
    margin: 10px 0;
    font-weight: 400;
}

h1 span {
    font-size: inherit;
}
hr {
    width: 20px;
    opacity: 1;
    height: 2px!important;
    margin: 0 5px;
}

h2 { 
    font-size: 33px; 
    margin: 10px 0;
    font-weight: 700;
}

h3 {
    margin: 10px 0;
    font-size: 16px; 
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 500;
}

p { 
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    margin: 5px 0;
}

a { 
    text-decoration: none!important; 
    transform: all 0.5s;
}

a:hover {
    color: var(--secondary);
}

a i {
    margin-left: 5px;
}

a:hover i{
    margin-left: 8px;
}


.fs-title { font-size: 60px }
.fs-subtitle { font-size: 35px }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px;}
@media (min-width:990px) {
    .text-right-md { text-align: right;}
}
.row {margin:0!important}

@media (max-width: 767px) {
    p { font-size: 12px!important;
    line-height: 20px!important;}
    h1 , h1 span { font-size: 30px; }
    h4 {font-size: 18px;}
    h2 { font-size: 18px; }
    .fs-title { font-size: 40px }
    .fs-subtitle { font-size: 25px }
    .fs-16 { font-size: 13px; }
    .fs-18 { font-size: 15px;}
    button {
        font-size: 12px;
    }
}
@media (min-width: 768px)  and (max-width: 991px) {
    h1 , h1 span { font-size: 35px; }
    h2 { font-size: 19px; }
    .fs-title { font-size: 48px }
    .fs-subtitle { font-size: 30px }
    .fs-16 { font-size: 15px; }
    .fs-18 { font-size: 17px;}
}

/* helpers */
.nowrap { white-space: nowrap; }

/* backgrounds */

.primary-bg { background-color: var(--primary);}
.secondary-bg {background-color: var(--secondary);}
.watermark {
    background: url('/assets/website/img/watermark.svg');
    background-position: center;
}
.hero-gradient {
    background: linear-gradient(to top, #000000ce, #055c39dc);
    height: 100%;
    width: 100%;
}
.dark-overlay {
    background: linear-gradient(to bottom, #00000077, #0000009a);
    height: 100%;
}

/* hero */

.wrapper {

    overflow: hidden;
}

.hero-title {
    font-size: 50px;
}
#hero {
    background: url('/assets/website/img/ouricos-padel-banner-background.png');
    position: relative;
    background-position: center;
    background-size: cover;
    height: 800px;
}

.hero-title {
    font-size: 70px;
    font-weight: 800;
}

.hero-group {
    position: relative;
    display: flex; 
    align-items:center;
    height: 100%;
    overflow: hidden;
}

.hero-text {
    padding-left: 5%;
    white-space: nowrap;
    z-index: 1;
}
.hero-img {
    position: absolute;
    right: -80px;
    width: auto;
    max-height: 100%;
    z-index: 0;
    bottom: 0;
    padding-top: 70px;
    opacity: 0;
    animation: fadeInHero 1.2s ease-in-out forwards;
}

@keyframes fadeInHero {
    to {
        opacity: 1;
    }
}


.gallery-banner {
    background: url('/assets/website/img/rede-ouricos.png'); 
    background-size:cover; 
    height:500px; 
    background-position: center;
}

.stats-table {
    padding: 40px 0;
}

.about-stats-title {
    font-size: 85px; 
    padding-right:10px; 
    text-align: right;
    font-weight: 800; 
    color: #00FF73;
    line-height:84%;
    white-space:nowrap;
}
.about-stats-title span {
    font-size:85px; 
    color: white;
}

.about-stats {
    align-items:center; display: flex; padding-top: 20px;
}

#sponsors {
     margin-top: 100px
}
.topics-card-title {
        display: flex; align-items: center; 
    }

@media (min-width:1500px) {
    .hero-title {
        font-size: 85px;
    }
    
}

/* stats */

.stats {
    display: flex; 
    padding-top:20px;
}

.stats-title {
    font-weight: 800; 
    font-size: 60px; 
    padding: 0 15px;
}


/* container */

.container {
    padding: 40px 0;
}

/* buttons */

button {
    background-color: #00FF73;
    border-radius: 0.5rem !important;
    border: none;
    padding: 8px 16px;
    font-weight: 800;
    color: black;
    text-transform: uppercase;
    margin: 10px 0;
}

.btn-primary {
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.btn-primary a {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary {
    background-color: white;
    border: 1px solid white;
}

.btn-secondary a {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
}

.btn-secondary:hover {
    background-color: var(--grey);
    border: 1px solid var(--grey);
}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--outline);
}

.btn-outline a {
    color: var(--btn-primary-text);
    font-size: 15px;
    font-weight: 500;
}

.btn-outline:hover {
    background-color: white;
}

.btn-outline:hover a {
    color: var(--primary);
}

/* inputs */

.form-control {
    background-color: var(--grey);
    box-shadow: unset;
    border-radius: 2rem;
}

/* header */

.navbar {
    background: linear-gradient(to bottom, #055c39db, var(--primary), #055c3900);
    border: none;
    display: flex;
    justify-content: center;
}

.navbar-nav {
    align-items: center;
    display: flex;
    justify-content: center;
}

.scroll {
    background: white;
}
.logo-header {
    height: 85px;
    display: block;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: white;
    padding: 10px 25px!important;
}

.nav-link:hover {
    color: #00FF73;
    background-color: transparent!important;
}

.scroll .nav-link {
    color: var(--blue);
}

/* header media */

@media (max-width:768px) 
{
    .nav-link {
        font-size: 14px;
    }

    .navbar-nav {
        align-items: center;
        display: grid;
        justify-content: center;
        text-align: center;
    }


    /* phrases */

    #phrases {
        padding: 0!important;
    }
    .phrases-track {
        gap: 22px!important;
    }

    .phrases-item p {
        font-size: 10px!important;
    }

    /* gallery */
    .card {
        width: 9rem!important;
        height: 15rem!important;
    }

    .blog-title {
        font-size: 50px!important;
    }

    footer div {
        text-align: center;
    }

    .hero-title {
        font-size: 45px!important;
    }

    .hero-text {
            position: absolute;
    top: 90px;

    }

    .hero-text img {
            max-height: 45px;
    }
    .hero-img {
        position: absolute;
                width: 122%;
        left: -10%;
        right: unset;
        padding-top: 0;
    }


    .navbar {
        display: unset;
        background: none;
    }

    nav {
            width: 100%;
        background: linear-gradient(to bottom, #055c39,  var(--primary), #055c3900);
    }

    .navbar-collapse {
        background-color: var(--primary);
    }

}

@media (min-width:768px) and (max-width:991px) {

    /* gallery */
    .card {
        width: 16rem !important;
        height: 26rem !important;
    }
}

/* track-trace */

.track-trace {
    margin-top: -75px;
}

/* card */



/* footer */



/* phrases */

#phrases {
    bottom: -18px;
    justify-self: center;
    width: 100%;
    position: absolute;
    padding: 10px 0;
    background: var(--secondary);
    overflow: hidden;
    rotate: 1.5deg;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    overflow: hidden;
}

.phrases-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.phrases-track {
    display: flex;
    gap: 60px;
    animation: scroll 18s linear infinite;
    white-space: nowrap;
}

.phrases-item p {
    font-size: 20px;
    padding: 5px;
    font-weight: 800!important;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* sponsors */

.sponsors {
    padding: 5px 0;
    margin: 10px 0;
    background: var(--secondary);
    overflow: hidden;
    rotate: -1.5deg;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.sponsors-wrapper {
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sponsors-track {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scroll 60s linear infinite;
    white-space: nowrap;
}
.sponsors-track.reverse {
    flex-direction: row-reverse;
    animation-direction: reverse;
}

.sponsor-item img {
    height: 35px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.sponsor-item img:hover {
    opacity: 1;
    transform: scale(1.1);
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* topics */

.date {
    width: fit-content;
    padding: 2px 0;
    color: #00FF73;
    border-radius: 1rem;
}

.news-waves {
    height: 55px;
    top: 30px;
    position: absolute;
    right: 40px;
}

.topics {
    display: flex;
    justify-content: center;
    height: auto;
    transform: translate(0, -52%);
    margin-top: 100px;
    margin-bottom: -2px;
    background: linear-gradient(to bottom, transparent, transparent 50%, #005b38 50%, #005b38);
}

.topics-card {
    border-radius: 1rem;
        box-shadow: 1px -2px 22px 1px #00ff7354;
    background-color: #0B0B0B;
    z-index: 2;
    margin: auto;
    width: 90%;
    padding: 25px 20px;
}

.topic-border {
    border-right: 1px solid white;
}

/* blog */

#blog {
    position: relative;
}
.blog {
    padding-top:25px; 
    overflow: hidden; 
    display: flex; 
    align-items: center;
    background: linear-gradient(to bottom, #005C38 , #0B0B0B);
}

.post-image {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    max-height: 250px;
    overflow: hidden;
    margin: 10px 0;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-title {
    font-size: 60px; font-weight: 800;
}

/* posts animations */

/* Fade + slide up para as pequenas notícias */
.blog .post-small {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.blog .post-small.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Destaque - fade + scale */
.blog .highlight-post {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.8s ease-out;
}

.blog .highlight-post.in-view {
    opacity: 1;
    transform: scale(1);
}

/* Overlay do destaque (opcional) */
.blog .highlight-post .dark-overlay {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.blog .highlight-post.in-view .dark-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* cards */

.page-card {
    border-radius: 2rem;
    overflow: hidden;
    height: 560px;
}

@media (max-width:767px){
    .page-card {
        height: 450px;
    }
}

.page-card .overlay{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b0b0b96;
}

.page-card.about {
    background-image: url('/assets/website/img/pagina-sobre-ouricos.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-card.players {
    background-image: url('/assets/website/img/pagina-jogadores.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-card.store {
    background-image: url('/assets/website/img/pagina-loja.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;

}

.reveal-stats {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;

}

.reveal-about {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;

}

.reveal.visible, .reveal-stats.visible, .reveal-about.visible {
    opacity: 1;
    transform: translateY(0);
}

/* footer */


.footer {
    background-color: #055C39;
}
.card-fan-container {
    margin-left: auto;
    margin-right: auto;
        justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    height: 36rem;
    display: flex;
    position: relative;
}

.card {
    position: absolute;
    bottom: 0;
    width: 20rem;
    height: 35rem;
    border-radius: 2rem;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px) rotate(0deg);
    transition: transform 0.5s ease, opacity 0.5s ease;
    cursor: pointer;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}




/* secçao about */

.about-section {
    color: #fff;
    padding: 0 1rem 4rem 1rem;
}

.container-about {
    max-width: 1200px;
    margin: auto;
}

/* TÍTULO */
.title-about {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 4rem;
}

.green-about {
    color: #00ff6a;
}

/* GRID EDITORIAL */
.grid-about {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto;
    gap: 2rem;
}

/* CARD PEQUENO (ESQUERDA) */
.small-about {
    grid-column: 1;
    grid-row: 1;
}

/* SUBTÍTULO (MESMA ALTURA DO CARD ESQ.) */
.subtitle-about {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: clamp(1rem, 2vw, 1.3rem);
    max-width: 420px;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}

/* CARD GRANDE (DIREITA EM BAIXO) */
.big-about {
    grid-column: 2;
    grid-row: 2;
    margin-top: -50px;
}

/* CARDS */
.card-about {
    background: #064f2c;
    border-radius: 20px;
       padding: 1rem 2.5rem;
}

.card-about h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #00ff6a;
    margin: 1rem 0 0.5rem;
}

.card-about span {
    color: #00ff6a;
    font-weight: 400;
}

.card-about p {
    margin-top: 1rem;
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
}


.stats-number {
    font-size: 80px; color: #00FF73; font-weight: 600;
}

.stats-img {
    right: 0;
    width: 100%;
    top: 0;
    position: absolute;
    max-height: 100%;
    object-fit: contain;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .grid-about {
        grid-template-columns: 1fr;
    }

    .small-about,
    .subtitle-about,
    .big-about {
        grid-column: 1;
        grid-row: auto;
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .grid-about {
        grid-template-columns: 1fr;
        padding:10px;
    }

    .about-section {
        padding-left:unset;
    }
}



@media (min-width:992px) and (max-width:1300px) {
    .hero-title {
        font-size: 55px;
    }

    .about-stats img {
            height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: -12%;
    }
}
@media (max-width:1000px) {
    .hero-title {
        font-size: 55px;
    }

        .hero-text img {
        max-height: 45px;
    }
}

/* \\\\\\\\\\\\\\\\ TABLET ///////////////// */

@media (min-width:768px) and (max-width:991px) {
    
    p {
        font-size: 16px!important;
    }
    .hero-group {
        position: relative;
        display: grid; 
        align-items:center;
        height: 100%;
        overflow: hidden;
    }
        .hero-img {
                position: absolute;
        width: 82%;
        right: -10%;
        padding-top: 0;
    }

        .hero-text {
        position: absolute;
        top: 90px;
    }

    .stats-img {
        position: relative!important;
        padding: 10px;
        width: 100%;
    }

    .stats-number {
        font-size: 55px; 
    }

    .stats-table {
        padding: 50px 0 60px;
    }

    .stats-title {
        font-size: 42px!important; 
        padding: 0 15px;
    }

    .post-image {
        max-height: 180px;
    }

    .topic-border {
        border-right: none!important;
        margin-bottom: 20px;
    }

    .topics {
        margin-top: 100px!important;
        margin-bottom: -100px;
    }

    .topics-card-title {
        display: grid!important; 
    }

    .topics-card-title img {
        margin: auto;
    }

    
    .blog {
        padding: 0 10px;
    }

    footer {
        overflow: hidden;
    }

    .navbar-toggle {
        margin: 20px 0;
        padding: 0;
    }

    .navbar-collapse {
        box-shadow: none;
    }

    .navbar-header {
            display: flex;
    justify-content: center;
    }

    /* sponsors */
    .sponsors-track {
        gap: 40px!important;
    }
    .sponsors-wrapper {
            margin: 6px 0!important;
    }
    .sponsor-item img {
        height: 20px!important;
    }

    /* sponsors */
    #sponsors {
        margin-top: 20px!important;
    }


    .about-stats {
        display: grid!important; padding-top: 20px;
    }

    .about-stats-title {
        font-size: 50px!important; 
        padding-right:10px; 
        text-align: right;
        font-weight: 800; 
        color: #00FF73;
        line-height:84%;
    }
    .about-stats-title span {
        
        font-size: 50px!important;
        color: white;
    }

    .card-fan-container {
        height: 25rem!important;
    }

    .gallery-banner {
        height:200px!important; 
    }

    #soon div{
        padding-left: unset!important;
    }


    .page-card {
        height: 380px;
    }
}


/* \\\\\\\\\\\\\\\\ MOBILE ///////////////// */

@media (max-width:768px) {
    .hero-group {
        position: relative;
        display: grid; 
        align-items:center;
        height: 100%;
        overflow: hidden;
    }

    .stats {
        display: grid!important;
    }

    .stats-img {
        position: relative!important;
                padding: 30px;
        width: 100%;
    }

    .stats-number {
        font-size: 55px; 
    }

    .stats-table {
        padding: 0 0 80px;
    }

    .stats-title {
        font-size: 50px!important; 
        padding: 0 15px;
    }

    .topic-border {
        border-right: none!important;
        margin-bottom: 20px;
    }

    .topics {
        margin-top: 200px!important;
        margin-bottom: -200px;
    }

    .topics-card-title {
        display: grid!important; 
    }

    .topics-card-title img {
        margin: auto;
    }
    .blog .col-xs-12{
        padding: 5px 0;
    }
    .blog {
        padding: 0 10px;
    }

    footer {
        overflow: hidden;
    }

    .navbar-toggle {
        margin: 20px 0;
        padding: 0;
    }

    .navbar-collapse {
        box-shadow: none;
    }

    .navbar-header {
            display: flex;
    justify-content: center;
    }

    /* sponsors */
    .sponsors-track {
        gap: 40px!important;
    }
    .sponsors-wrapper {
            margin: 6px 0!important;
    }
    .sponsor-item img {
        height: 20px!important;
    }

    /* sponsors */
    #sponsors {
        margin-top: 20px!important;
    }


    .about-stats {
        display: grid!important; padding-top: 20px;
    }

    .about-stats-title {
        font-size: 50px!important; 
        padding-right:10px; 
        text-align: right;
        font-weight: 800; 
        color: #00FF73;
        line-height:84%
    }
    .about-stats-title span {
        
        font-size: 50px!important;
        color: white;
    }

    .card-fan-container {
        height: 25rem!important;
    }

    .gallery-banner {
        height:200px!important; 
    }

    #soon div{
        padding-left: unset!important;
    }
}




@media (max-width:500px) {
        .stats-title {
        font-size: 40px !important;
        }
        
        .stats-img {
            padding:20px!important;
        }
        
        .blog-title {
        font-size: 40px !important;
        }
        
        .hero-title {
            font-size:40px!important;
        }
}





.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        background-color: #085132;
    border-color: #085132;
}

.nav>li>a:focus, .nav>li>a:hover {
    background:none;
}
