
.custom-button {
    background-color: #003E4B;
    border-color: #003E4B;
    color: white;
    margin-inline: 20px;
    padding-inline: 20px;
    border-radius: 20px;
}

.custom-button-play {
    background-color: #00A3A6;
    border-color: #00A3A6;
    color: white;
    align-self : center;
    margin-inline: 20px;
    padding-inline: 20px;
}

.custom-button-play:hover {
    background-color: #00D3D7;
    border-color: #00D3D7;
    margin-inline: 20px;
    padding-inline: 20px;
}


body {
    width: 100%;
    background-image: url("../../assets/images/background.png");
    background-clip: content-box;
    background-size: cover;
    background-attachment: fixed;
    scrollbar-width: none;
    min-width: fit-content;
    align-content: center;

}

nav{
    margin-inline: 70px;
}


li{
    padding-inline: 15px;
}

.image-legume{
    pointer-events: none;
    position: fixed;
    bottom: 0;
    right: 0;

}

body, html{
    overflow-x: auto;
}
.catch-phrase{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 120px;
    margin-bottom: -70px;
}

body::-webkit-scrollbar{
    display: none;
}

.catch-phrase-container{
    padding-top: 70px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.first-word{
    opacity: .85;
}

.second-container{
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.catch-sentence{

    width: 650px;
    font-size: 20px;
    color: white;
    overflow: hidden;
    z-index: 100;
    font-family: 'Nunito Sans', sans-serif;
}



.play-button{
    background-color: #003E4B;
    border-width: 0;
    color: white;
    padding-top: 4px;
    margin-top: 8px;
    padding-bottom: 4px;
    margin-inline: 30px;
    padding-inline: 70px;
    font-size: 25px;
    border-radius: 50px;
    transform: scale(1);
    transition: 0.2s;

}

.play-button:hover{
    background-color: #004C5C;
    width: 300px;
    transition: 0.8s;
    animation: normal;
}
.play-button:not(:hover){
    transition: 0.8s;
    animation: normal;
}
.play-button:active{
    background-color: #004C5C !important;
    transform: scale(0.95);
    transition: 0.2s;
}

.image-leaves{
    position: absolute;
    pointer-events: none;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: -80px;
    z-index: 50;
}



.btn-login{
    color: white !important;
}

.rank{
    width: 500px;
    margin: auto;
}

.menu-modification{
    display: flex;
flex-direction: row;
    justify-content: center;
    padding-top: 120px;
    gap: 40px;
}

element.style {
    display: none;
}

.wrapper{
    animation: 1.2s ease-out 0s 1 slideInFromTop;
}

.modal-body{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.container-question{
    margin-inline: 90px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: start;
    align-items: center;
}


.admin-button{
    position: absolute;
    top: 16px;
    right: 200px;
}

.background{
    position: absolute;
    top: 400px;
    max-width: 100%;
    left: 0;
    z-index: 100;
    object-fit: cover;
    object-position: 100% 0;
    max-height: 1800px;
    pointer-events: none;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(+100%);
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        filter: blur(0px);
    }
}

.rank-background{
    width: 50%;
    z-index: 200;
    left:0;
    right:0;

    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
}

.rank-background img{
    width:90%;
    padding-top: 140px;
}

.player-div{
    position: absolute;
    display: flex;
    flex-display: row;
    align-items: start;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
z-index: 120;
}


.player-div p{
    font-weight: normal;
    font-size: 25px;
}

.player p{
    border-radius: 1000px;
    background-color: #00A3A6;
    color: white;
    padding: 7px 30px;
}

.player h1{
    color: #006D75;
    font-size: 50px;
}
.player:last-child{
    margin-top: 160px;
}

.player:first-child{
    margin-top: 140px;
}

.player{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title-rank{
    color: #006D75 ;
    text-align: center;
    z-index: 300;
    font-size: 90px;
    font-weight: bolder;
    position: relative;
    padding-bottom: 20px;
}

.container-rank{
    margin-top: 300px;
    z-index: 200;
    position: relative;
    padding-bottom: 200px;
}

.reward{
    position: absolute;
    overflow: hidden;
    z-index: 900;
    opacity: 0.7;
}

.reward:first-child{
    right: 0px;
    top:700px;
    text-align: center;
    transform: rotate(-25deg) ;
}
.reward:nth-child(2){
    left: 100px;
    top:500px;
    transform: rotate(15deg) scale(0.7);
}

footer{
    clear: both;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #E6EDEC;
    z-index: 999;
}

.player h1{
    text-align: center;
}

.mobile-app{
    width: 100px;
    background-color: black;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    position: sticky;
    top: 200px;
    right: 0;
    z-index: 200;
    height: 100px;
}

.app_mobile{
    position: fixed;
    bottom: 120px;
    right: 0;
    height: 100px;
    z-index: 1200;
}

.app{
    height: 150px;
}
.app:hover{
    transform-origin: right bottom;
    animation: scale 1000ms ease-out forwards;
}

@keyframes scale {
    to {
        transform: scale(1.05);
    }
}


@media (max-width: 1100px) {
    .background{
        padding-top: 100px;
    }
    .rank-background img{
        width:110%;
        padding-top: 100px;
    }

    .rank-background{
        width: 80%;
    }
    .player:last-child{
        margin-top: 100px;
    }

    .player:first-child{
        margin-top: 120px;
    }

    .reward{
        display: none;
    }

    .container-rank{
        margin-top: 180px;
    }
    .title-rank{
        padding-top: 100px;
        font-size: 5rem;
    }
    .catch-phrase{
        font-size:4.5rem;
        margin-bottom: -20px;
    }
    .second-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    @media (max-width: 700px) {
        .catch-sentence{
            font-size: 1rem;
            width: 90%;
        }

        .player h1{
            font-size: 40px;
        }
        .player p{
            font-size: 15px;
            padding: 2px 10px;
            display: flex;
            flex-wrap: nowrap;
        }

        .second-container{
            display: flex;
            flex-direction: column;
        }

        @media (max-width: 550px) {
            .catch-phrase{
                font-size:3rem;
                margin-bottom: -20px;
            }
            .title-rank{
                font-size: 3rem;
            }
            .second-container{
                display: flex;
                flex-direction: column;
            }
            .play-button{
                background-color: #003E4B;
                border-width: 0;
                color: white;
                margin-top: 8px;
                padding-bottom: 4px;
                margin-inline: 20px;
                padding-inline: 50px;
                font-size: 20px;
                border-radius: 50px;
                transform: scale(1);
                transition: 0.2s;
                width: 100px;
            }
        }

    }
}

