* {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
    text-decoration: none !important;   
}

html, body {
    overflow-x: hidden;
    scroll-behavior: smooth !important;
    background-color: #08090b;
}

.background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@font-face {
    src: url('./font/futura-medium.ttf') format("opentype");
    font-family: 'futura-medium';
}
@font-face {
    src: url('./font/WhirlyBirdie-WideLight.otf') format("opentype");
    font-family: 'WhirlyBirdie-light';
}
@font-face {
    src: url('./font/WhirlyBirdie-WideBold.otf') format("opentype");
    font-family: 'WhirlyBirdie-bold';
}
@font-face {
    src: url('./font/RUKINO.OTF') format("opentype");
    font-family: 'RUKINO';
}

.fw-light {
    font-family: 'WhirlyBirdie-light', sans-serif;
    font-weight: 300 !important;
}
.fw-regular {
    font-family: 'WhirlyBirdie-light', sans-serif;
    font-weight: 400 !important;
}
.fw-medium {
    font-family: 'WhirlyBirdie-bold', sans-serif;
    font-weight: 500 !important;
}
.fw-bold {
    font-family: 'WhirlyBirdie-bold', sans-serif;
    line-height: 1.25rem;
    letter-spacing: .2rem;    
    font-weight: 700 !important;
}
.fw-black {
    font-family: 'WhirlyBirdie-bold', sans-serif;
    font-weight: 900 !important;
}
.rukino {
    font-family: 'RUKINO', sans-serif;
}
.futura-mdium {
    font-family: 'futura-medium', sans-serif;
}

.white {
    color: #fff !important;
}
.grey {
    color: #DCDDDD !important;
}
.black {
    color: #000 !important;
}
.orange {
    color: #D34B1B !important;
}

.fs-16 {
    font-size: .83vw;
}
.fs-21 {
    font-size: 1.09vw;
}
.fs-32 {
    font-size: 2.1vw;
}
.fs-64 {
    font-size: 5.7vw;
}
.ml-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.fade-hover {
    transition: 300ms;
}
.fade-hover:hover {
    opacity: .7;
    transform: scale(.95) !important;
    cursor: pointer;
    animation-play-state: paused !important;
}
.container {
    max-width: 2560px !important;
    width: 80vw !important;
    margin: auto !important;
}

header {
    position: relative;
    width: 100vw;
    height: 100vh;
}
header > .container {
    box-sizing: content-box;
}
.text-container {
    position: absolute;
    inset: 0;
    margin: auto;
    gap: 1.66vw;
}
.overflow-title {
    width: 0;
    overflow: hidden;
    animation: anim-text 1.5s ease-in-out forwards;
    animation-delay: 2s;
    transform-origin: left;
    object-position: left;
}
.overflow-title.delay {
    animation-delay: 3.5s;
}
.overflow-title h1, .overflow-title h2 {
    line-height: 2vw;
    white-space: nowrap;
}

.btn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

#background-header {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
    margin: auto;
}

header .navbar .logo {
    max-width: 400px;
    width: 20vw;
    min-width: 180px;
}
header .navbar .logo img {
    width: 100%;
    height: auto;
}
header .navbar .bar-line-detail {
    width: 100%;
    border-bottom: 1px solid #fff;
}
#arrow-down {
    position: absolute;
    bottom: 6vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    animation: arrow-anim 2s ease-in-out infinite;
}
#arrow-down img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
header .navbar .languages, header .navbar .redes-sociais .icon {
    gap: 8px;
}
.languages a {
    opacity: .6;
}
.languages a:hover {
    opacity: .8 !important;
}
.languages a.enable {
    opacity: 1 !important;
    transform: scale(1) !important;
    cursor: initial !important;
}
.languages a.enable:hover {
    opacity: 1 !important;
    transform: scale(1) !important;
    cursor: initial !important;
}
header .navbar .redes-sociais {
    gap: 48px;
}
.redes-sociais img {
    width: 1.25vw;
    min-width: 16px;
    max-width: 32px;
    object-fit: contain;
}
#our-vision {
    padding: 128px 0;
    background-position: 0 0;
    background-attachment: local;
}
#our-vision img {
    border-radius: 50%;
    width: 10.41vw;
    min-width: 100px;
}
#our-vision .container-ball {
    gap: 1.09vw;
    padding-bottom: 3vw;
}
#our-vision .container-ball > .d-flex, #our-vision .text-players > .d-flex, .bar-container {
    gap: 16px;
}
#our-vision .text-players {
    margin-top: 10vw;
    z-index: 99;
    position: relative;
}
.bar {
    width: 3.5vw;
    height: 12px;
    background-color: #fff;
    transform-origin: center left;
}
.bar.orange {
    background-color: #E04E1B;
}
.bar.black {
    background-color: #000;
}
.w-40 {
    width: 40%;
}
#our-players {
    margin-top: -22vw !important;
    background-attachment: scroll;
    background-position: 0 0;
    z-index: 9;
    position: relative;
    background-position: right top;
}
#our-players .container {
    padding: 24vw 0;
}
#our-players .player {
    aspect-ratio: 9 / 10;
    background-attachment: scroll;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7);
}
#our-players .line-detail {
    background-color: #3B3E42;
    width: 100%;
    height: 1px;
    margin: 5vw 0;
}
.list-players-container, .player-content {
    margin: 5vw 0;
}
.player-mobile, .text-players-mob {
    display: none !important;
}
.player-content .player {
    margin: 1.5vw 0;
}
.player-content .player:nth-child(1), .player-content .player:nth-child(2) {
    margin-top: 0;
}
.list-players {
    gap: 3vw;
}
#about {
    background-position: 0 0;
    background-attachment: scroll;
    padding: 20vw 0;
    margin-top: -18vw;
}
#about .container {
    gap: 8vw;
    margin-top: -8vw;
}
#about .logo-container {
    border-right: 1px solid #fff;
}
#about .logo-container img {
    width: 40%;
    max-width: 150px;
    min-width: 64px;
    height: auto;
    object-fit: contain;
}
header .navbar > .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
header .navbar > .container-fluid .navbar-nav.desktop li:last-child, header .navbar > .container-fluid .navbar-nav.desktop li:last-child a {
    padding-right: 0 !important;
}
header .navbar > .container-fluid .navbar-nav.desktop .fs-16 {
    font-size: .65vw;
}
footer {
    position: relative;
    background-position: 0 0 !important;
    background-attachment: scroll !important;
    padding: 20vw 0;
    margin-top: -22vw;
}
footer .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6vw 0;
}
footer .footer-content-container {
    gap: 3vw;
}
footer .footer-content {
    gap: .4vw;
}
footer .footer-content .redes-sociais {
    gap: .5vw;
}
#modal-mobile {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .85);
    z-index: 9999 !important;
    transition: 750ms ease-in-out;
}
#modal-mobile.closed {
    transform: translateY(150%);
    opacity: 0;
}
#modal-mobile ul {
    position: absolute;
    inset: 0;
    margin: auto;
    gap: 8vw;
    padding-left: 0;
}
#modal-mobile .btn {
    position: absolute;
    width: 21px;
    height: auto;
    object-fit: contain;
    top: 32px;
    right: 32px;
    padding: 0;
    z-index: 9999 !important;
}
#modal-mobile .btn img {
    width: 100%;
}
.btn.navbar-menu-icon {
    display: none !important;
}
header .fade-hover {
    z-index: 9;
}
@media screen and (max-width: 1400px) {
    #our-players {
        margin-top: -25vw !important;
    }
}

@media screen and (max-width: 992px) {
    .navbar-nav.desktop {
        display: none;
    }
    .btn.navbar-menu-icon {
        display: flex !important;
    }
    .btn.navbar-menu-icon img {
        width: 1.66vw;
        height: auto;
        object-fit: contain;
        min-width: 21px;
        max-width: 32px;
    }
    #our-players {
        background-size: 150%;
    }
    #our-vision .w-40 {
        width: 100%;
    }
    .fs-16 {
        font-size: 1.67vw;
    }
    .fs-21 {
        font-size: 2.18vw;
    }
    .fs-32 {
        font-size: 2.8vw;
    }
    .fs-64 {
        font-size: 7.7vw;
    }
    .player-content {
        display: none;
    }
    .player-mobile {
        display: flex !important;
    }
    .fw-bold {
        line-height: 1.8rem;
    }
    #our-vision .text-players {
        margin-top: 16vw;
        margin-bottom: -8vw;
    }
    .text-players-mob {
        margin: 5vw 0;
    }
    .bar {
        width: 6vw;
    }
    #arrow-down {
        bottom: 12vw;
    }
    .list-player-mobile .background {
        margin: 2.5vw 0;
    }
    #about {
        background-position: bottom;
        background-size: 299%;
        padding: 25vw 0;
        margin-top: -14vw;
        padding-top: 12vw;
    }
    footer {
        padding: 20vw 0;
        margin-top: -23vw;
        background-position: right top !important;
    }
    footer .bar-container {
        gap: 8px;
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 960px) {
    #our-players .container {
        padding: 33vw 0;
    }
}

@media screen and (max-width: 560px) {
    .fs-16 {
        font-size: 3.32vw;
    }
    .fs-21 {
        font-size: 4.36vw;
    }
    .fs-32 {
        font-size: 3.8vw;
    }
    .fs-64 {
        font-size: 9.7vw;
    }
    header .navbar .redes-sociais {
        gap: 16px;
    }
    header .navbar .languages, header .navbar .redes-sociais .icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #arrow-down {
        bottom: 24vw;
    }
    #our-vision .container-ball > .d-flex {
        gap: 8px;
    }
    .bar {
        width: 12vw;
    }
    #our-vision .container-ball {
        justify-content: space-between !important;
    }
    #our-vision {
        padding: 48px 0;
    }
    #our-players {
        background-size: 200%;
    }   
    #our-vision .text-players {
        margin-top: 23vw;
        margin-bottom: -10vw;
        margin-right: -7vw;
    }
    #our-players .container {
        padding: 40vw 0;
    }
    #our-players .background p {
        font-size: 2.32vw;
        line-height: 1rem;
    }
    #about .logo-container {
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    #about {
        background-position: top !important;
        background-size: 400%;
    }
    #about .logo-container {
        margin-bottom: 4vw;
    }
    #about .col-12, #about .logo-container {
        align-items: start !important;
    }
    footer {
        padding: 40vw 0;
    }
    footer .container > .row {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 32px;
    }
    footer .container > .row > .justify-content-end {
        justify-content: start !important;
        align-items: start !important;
    }
}

@media screen and (max-width: 400px) {
    footer .container > .row {
        gap: 21px;
    }
}


/*Anims*/
@keyframes arrow-anim {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    30% {
        transform: translateY(0);
        opacity: 1;
    }
    70% {
        transform: translateY(100%);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes anim-text {
    0% {
        width: 0;
        filter: drop-shadow(0 0 1x rgba(255, 255, 255, 0));
    }
    40% {
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, .6));
    }
    60% {
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, .6));
    }
    100% {
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0));
        width: 100%;
    }
}