/*
Theme Name: Foz Futebol Clube
Author: Foz Futebol Clube
Author URI: http://meusite.com
Description: Tema personalizado
Version: 1.0.0
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foz-fc
*/

body {
    font-size: 16px;
    font-family: 'Vogue Plain', sans-serif;
}

body.scroll-disabled {
    overflow-y: hidden !important;
}

.container {
    max-width: 1200px;
}

.btn-slick-prev,
.btn-slick-next {
    width: 36px; 
    height: 36px; 
    border-radius: 20px; 
    border: 1px solid #e0e0e0;
}

header .container-logo {
    position: relative;
    width: 135px;
}
header .container-logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}
header .btn-become-member {
    background-color: #002E97;
}

footer .btn-become-member {
    background-color: #002E97;
}

footer {
    color: #FFF;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 16px;
}
footer ul {
    list-style: none;
    padding: 0px;
}
footer a {
    text-decoration: none;
    color: #FFF !important;
}

/* Estilos para o menu */
#menu-menu {
    list-style: none;
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 0;
}
#menu-menu li a {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
}
#menu-menu li.menu-item a {
    text-transform: uppercase;
}

#menu-menu > li.menu-item-has-children {
    position: relative;
}
#menu-menu > li.menu-item-has-children > ul {
    display: none;
    position: absolute;
    z-index: 6;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #FFF;
    list-style-type: none;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
#menu-menu > li.menu-item-has-children:hover ul {
    display: block;
}

#menu-menu {
    li.menu-item-has-children {
        .sub-menu {
            a {
                color: #002E97;
            }
        }
    }
}

.container-featured #heading-title span {
    transition: all 0.2s;
}
.container-featured #heading-title span:not(.active) {
    display: none;
    font-size: 72px;
}
.container-featured #heading-title span.active {
    display: block;
    font-size: 72px;
}

.container-featured .overlay {
    position: absolute;
    top: 0; 
    left: 0; 
    z-index: 2; 
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.container-featured .overlay::after {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(360deg,rgba(0, 0, 0, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
}
.container-featured #heading-title {
    position: absolute;
    width: 50%;
    top: 50%; 
    transform: translateY(-50%); 
    left: 0;
}
.container-featured #carousel-featured-info .slick-slide {
    opacity: 0.2;
}
.container-featured #carousel-featured-info .slick-slide.slick-current.slick-active {
    opacity: 1;
}
.container-featured #carousel-featured-info .slick-current.slick-active::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
    background-color: #002E97;
}

#carousel-championship-matches .slick-slide .card-match {
    opacity: 0.2;
    transform: scale(0.8);
    transition: transform 0.3s, opacity 0.3s;
}
#carousel-championship-matches .slick-slide.slick-center .card-match {
    opacity: 1;
    transform: scale(1.2) translateY(24px);
}

.card-banner-store {
    position: relative;
}
.card-banner-store::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(360deg,rgba(85, 85, 85, 0.5) 0%, rgba(255, 255, 255, 0) 100%);;
}
.card-banner-store::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(360deg,rgba(0, 36, 118, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.card-product {
    height: 440px;
}

#carousel-team .slick-list {
    padding: 0 160px 0 0 !important;
}

@media screen and (max-width: 572px) {
    .container-featured #heading-title {
        width: 100%;
    }
    
    .container-featured #heading-title span.active {
        font-size: 42px;
    }

    #carousel-team .slick-list {
        padding: 0 80px 0 0 !important;
    }
}


.popup-youtube .container-thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.2s ease-in;
}
.popup-youtube:hover .container-thumb::before {
    opacity: 1;
}

.popup-youtube .container-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url('/sitenovo/wp-content/themes/foz-fc/assets/images/youtube.png') no-repeat;
    background-size: contain;
    width: 90px;
    height: 66px;
}
.popup-youtube:hover .container-thumb::after {
    opacity: 1;
}

.nav-menu-sidebar {
    display: none;
    position: fixed;
    z-index: 8;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.6px);
}
.nav-menu-sidebar.show {
    display: block;
}

.nav-menu-sidebar #wrapper {
    position: relative;
    left: -100%;
    transition: 0.3s;
}
.nav-menu-sidebar #wrapper.active {
    left: 0%;
}

#menu-mobile,
#menu-mobile ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
}
#menu-mobile li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding-block: 0.25rem;
}
#menu-mobile li.menu-item a {
    text-transform: uppercase;
}
#menu-mobile > li.menu-item-has-children {
    position: relative;
}
#menu-mobile > li.menu-item-has-children::after {
    position: absolute;
    content: "";
    background: url('/sitenovo/wp-content/themes/foz-fc/assets/images/black-caret-down.png') no-repeat;
    background-size: contain;
    width: 13px;
    height: 8px;
    top: 10px;
    left: calc(50% - 16px);
}
#menu-mobile .menu-item-has-children .sub-menu {
    display: none;
    margin-top: 0.5rem;
}
#menu-mobile .menu-item-has-children .sub-menu.show {
    display: block;
}

.card-player-info {
    overflow: hidden;

    .content {
        width: 100%;
        max-width: 320px;
        height: 140px;
        bottom: -70px;
        z-index: 2;
        background: linear-gradient(180deg, rgba(0, 46, 151, 0) 0%, rgb(0 16 51) 100%);
		transition: bottom 0.4s;
        overflow: hidden;
    }
	
	.basic-statistics {
		opacity: 0;
		transition: opacity 0.4s;
	}

    &:hover {
        .content {
            bottom: 0px;
        }
        .basic-statistics {
            opacity: 1;
        }
    }
}


.pagination {
    .page-numbers {
        display: inline-block;
        padding: 6px 12px;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        border: 1px solid #DDD;
        border-radius: 4px;
        background-color: #EEE;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

        &:hover {
            &:not(.current) {
                border-color:#002E97;
            }
        }
    }
    .page-numbers.current {
        color: #FFF;
        background-color: #002E97;
    }
}