.star-2,
.star-4 {
    float: right;
    right: 2.4%
}

*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.mwh {
    max-width: 300px;
    max-height: 300px;
    background-image: url("../img/bgStarBig.png");
    background-size: contain;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-thumbnail {
    padding-bottom: 0 !important;
}

.sel3:hover {
    transform: scale(1.05);
    transition: .1s linear
}

.sel3:hover .mwh {
    animation: 30s linear infinite infinite-slide
}

@font-face {
    font-family: "Campaign Serif";
    src: url("../fonts/Campaign/Campaign Serif Regular.otf")
}

@font-face {
    font-family: "Campaign Serif Black";
    src: url("../fonts/Campaign/Campaign Serif Black.otf")
}

@font-face {
    font-family: Termina;
    src: url("../fonts/Termina/Termina Regular.otf")
}

:root {
    --primary-color: #f0c178
}

body {
    background-color: #ebe9e5;
    overflow-x: hidden;
    min-height: 100vh
}

footer,
header {
    background-color: #1a1a1a
}

h2,
h3 {
    color: #1a1a1a;
    font-family: "Campaign Serif Black"
}

a {
    text-decoration: none
}

.mt-6 {
    margin-top: 4rem
}

.small {
    font-size: 17px !important
}

.btn:active {
    outline: 0 !important;
    box-shadow: 0 0 !important;
    border-color: unset !important
}

.card,
.card-body,
.card-footer,
.card-header {
    border: 0;
    background-color: transparent
}

.banner-container img {
    max-width: 100%;
    height: auto;
    width: 100vw
}

h2.main-title {
    font-size: 32px
}

.campaign-seif-black {
    font-family: "Campaign Serif Black" !important
}

.fillWhite {
    fill: #ffffff !important
}

.category-cards-container,
.framed-cards-container {
    border-top: 21px solid #caa772
}

.category-cards-container .card {
    height: 100%;
    background-color: #1a1a1a;
    border: 3px solid #443e3e;
    min-height: 255px;
    cursor: pointer
}

.category-cards-container svg {
    fill: #cba873;
    max-width: 100px;
    height: auto;
    transform: translateY(-20px)
}

.modal-header svg,
.nav-link svg {
    fill: var(--primary-color);
    height: auto
}

svg.revelation-athlete {
    width: 40%;
    max-height: 195px
}

svg.best-capitain,
svg.best-player {
    width: 60%
}

svg.craque-of-crowd {
    width: 70%
}

svg.best-coach {
    width: 45%
}

.category-cards-container h4 {
    font-family: Termina;
    letter-spacing: 1px;
    font-size: 16px;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2
}

.band img,
.star img {
    width: auto;
    height: 100%
}

.star-1 {
    top: 12%;
    left: 2.4%
}

.star-2 {
    top: 85%
}

.star-3 {
    top: 53%;
    float: right;
    left: 2.4%
}

.star-4 {
    top: 94%
}

.band-1 {
    top: 38%;
    left: -1%
}

.band-2 {
    top: 11%;
    right: -1%
}

.band-3 {
    top: 65%;
    left: -1%
}

.band-4 {
    top: 53%;
    right: -1%
}

.waves {
    top: 0
}

.pc {
    color: var(--primary-color)
}

.colorWhite {
    color: #e3e3e3
}

.hB:hover,
.hb2:hover {
    filter: brightness(1.2)
}

.hB:hover img,
.hB:hover svg {
    animation: 1.5s infinite heartbeat
}

.hB2:hover img,
.hB2:hover svg {
    animation: 1.5s infinite heartbeat2
}

.framed-cards-container .card {
    background-color: #1a1a1a;
    border: 1px solid #443e3e
}

.framed-cards-container .card-body {
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border: 1px solid #cba773;
    max-height: 197px
}

.framed-cards-container .card-footer h5 {
    font-size: 20px;
    white-space: nowrap;
    letter-spacing: 2px;
    line-height: 18px;
    color: #f0c178;
    font-weight: 700;
    font-family: Termina
}

.framed-cards-container .card-footer h6 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ebe9e5;
    font-weight: 500;
    font-family: Termina
}

@media (min-width:991px) and (max-width:1550px) {
    .framed-cards-container .card {
        min-height: 330px
    }
}

.modal-content {
    background-color: #1a1a1a;
    border-top: 8px solid var(--primary-color);
    border-radius: 0
}

.btn-voting,
.modal-footer .btn:not(.btn-enabled):hover {
    background-color: #b5b5b5 !important
}

.modal-header svg {
    width: 26px
}

button.close {
    position: absolute;
    top: 15%;
    right: 3.5%
}

.modal-body,
.modal-footer,
.modal-header {
    border: 0
}

.modal-title {
    font-size: 25px;
    letter-spacing: 1px;
    margin-top: 40px;
    font-family: Termina
}

.btn-voting {
    width: 65%;
    font-size: 17px;
    font-family: Termina;
    height: 38px;
    transition: background-color .1s
}

.modal-body input.form-control:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none
}

.modal-body input::placeholder {
    color: #c4c4c4;
    font-family: Termina;
    font-size: 14px
}

.modal-body input {
    border: 0;
    border-bottom: 2px solid var(--primary-color);
    font-size: 14px;
    font-family: Termina
}

.modal-footer .btn-voting.btn-enabled,
.modal-footer .btn:hover {
    background-color: #f1b24b !important
}

@media (min-width:991px) {
    h2.main-title {
        font-size: 60px
    }

    h2.champions-title {
        font-size: 80px
    }

    .category-cards-container .card {
        min-height: 240px
    }

    svg.revelation-athlete {
        width: 46%
    }

    .modal-body input,
    .modal-body input::placeholder {
        font-size: 17px
    }

    .modal-footer .btn {
        height: 42px;
        font-size: 18px
    }
}

header {
    z-index: 99999
}

.navbar-brand img {
    width: 70px;
    height: auto
}

.nav-link {
    letter-spacing: 2px;
    color: var(--primary-color);
    font-family: "Campaign Serif"
}

.nav-link:hover,
.nav-link:hover svg {
    color: #fcb749;
    fill: #fcb749
}

.nav-link svg {
    width: 16px
}

.nav-link svg.tiktok-icon {
    width: 19px
}

.hamburguer-icon span {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 16px
}

.hamburguer-icon span:first-child {
    background: linear-gradient(90deg, #eeb454 0, #f2ebe1 65%, #f2ebe1 70%, #eeb75b 100%)
}

.hamburguer-icon span:nth-child(2) {
    background: linear-gradient(90deg, #eeb454 0, #f2ebe1 25%, #f2ebe1 30%, #eeb75b 100%)
}

.hamburguer-icon span:nth-child(3) {
    background: linear-gradient(90deg, #eeb454 0, #f2ebe1 45%, #f2ebe1 50%, #eeb75b 100%)
}

.hamburguer-icon span:not(:last-child) {
    margin-bottom: 6.5px
}

#collapsed-menu {
    max-height: 0;
    min-width: 100vw;
    transition: max-height .25s ease-out;
    overflow: hidden;
    white-space: nowrap;
    z-index: 99999;
    background-color: #212121
}

.show-menu {
    border-top: 1px solid rgba(255, 255, 255, .1);
    transition: max-height .25s ease-in;
    max-height: 100% !important
}

.no-transition {
    transition: none !important
}

@media (min-width:576px) {
    .hamburguer-icon span {
        width: 32px;
        height: 3px
    }

    #collapsed-menu .nav-link {
        font-size: 18px
    }

    .nav-link svg {
        width: 21px
    }

    .nav-link svg.tiktok-icon {
        width: 25px
    }

    .nav-link svg.x-icon {
        width: 17px
    }
}

@media (min-width:1200px) {
    .navbar-brand img {
        width: 120px
    }

    .nav-link {
        font-size: 15px
    }

    .nav-link .nav-link svg {
        width: 26px
    }

    svg.tiktok-icon {
        width: 34px
    }

    .nav-link svg.x-icon {
        width: 18px
    }
}

@media (min-width:1440px) {
    .navbar-brand img {
        width: 130px
    }

    .nav-link {
        font-size: 22px
    }

    .nav-link svg {
        width: 30px
    }

    .nav-link svg.tiktok-icon {
        width: 38px
    }

    .nav-link svg.x-icon {
        width: 23px
    }
}

@media (min-width:1900px) {
    .navbar-brand img {
        width: 150px
    }

    .nav-link {
        font-size: 28px
    }

    .nav-link svg {
        width: 36px
    }

    .nav-link svg.tiktok-icon {
        width: 44px
    }

    .nav-link svg.x-icon {
        width: 27px
    }
}

footer {
    border-top: 13px solid #caa772
}

footer a.regulation,
footer h6 {
    letter-spacing: 1px;
    color: var(--primary-color);
    font-family: Termina;
    font-weight: 500;
    font-size: 18px
}

footer a.regulation:hover {
    color: #fcb749
}

.errorA {
    animation: 1s cubic-bezier(.36, .07, .19, .97) both shake;
    backface-visibility: hidden
}

@keyframes shake {
    0% {
        filter: grayscale(1);
        cursor: not-allowed;
        transform: translateX(0)
    }

    100% {
        filter: grayscale(0);
        cursor: initial;
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

@keyframes heartbeat {

    0%,
    10%,
    30%,
    40%,
    50%,
    70%,
    80%,
    90% {
        transform: scale(.99) translateY(-20px)
    }

    100%,
    20%,
    60% {
        transform: scale(1.02) translateY(-20px)
    }
}

@keyframes heartbeat2 {

    0%,
    10%,
    30%,
    40%,
    50%,
    70%,
    80%,
    90% {
        transform: scale(.99)
    }

    100%,
    20%,
    60% {
        transform: scale(1.02)
    }
}

@keyframes spinY {

    0%,
    100% {
        transform: rotateY(0)
    }

    50% {
        transform: rotateY(360deg)
    }
}

@keyframes infinite-slide {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 2456px 0
    }
}

footer .card-body {
    display: flex;
    justify-content: center
}