@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;   
}

/* Logo controlling  */

#weAre-Container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.club505{
    background-color: rosybrown;
}
.ligue505{
    background-color: #2ecc71;
}


.infos303 {
    background-color: #5E5F64;
    position: absolute;
    bottom: 24px;
    width: 100%;
    height: 15*3%;
    font-size: 15px;
    font-weight: 500;
}


.name505 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15%;
    font-size: 15px;
    font-weight: 500; 
    background-color: rgb(165, 165, 215);
    /* hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh */
}

.image505{
    height: auto;
    width: 70px;
    border-radius: 10% 10% 0 / 0 0 10% 14%;
    position: absolute;
    top:0;
    right:0;
    box-shadow: 0 2px 4px 0;
}
.note505 {
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.buttonCard-image h3{
    padding: 4px;
    background-color: rgb(232, 99, 99);
    position: absolute;
    top: 2.8rem;
    left: 1rem;
    font-size: 10px;
}
.buttonCard-image {
    z-index: 1;
    position: relative;
    height: 100%;
    background-size: contain;
    cursor: pointer;
}

.player-form-container {
    display: none ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.logo-container {
    height: 100vh;
}

#logoD {
    height: 90vh;
}

.Form-container33{
    cursor: pointer;
}
.logo:hover img{
    box-shadow: 0 6px 25px black;
}

nav {
    display: flex;
}

#main-content {
        display: grid;
        grid-template-columns: 1fr 2fr;
        background-image: url("/FUTactic/assets/css/peopleGray.jpeg");
        background-size: cover;
        background-position: center;
        background-color: red;
        padding: 10px;
}

header {
    background: linear-gradient(#15280c,#182b10,#4d7937, #000000);
    color: #fff;
    padding: 10px 20px;
    height: 100vh;
}



#infoL {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7rem;
    gap: 2rem;
}


 #navLinks {
    margin-top: 2rem;
 }
 #navLinksAndWeAre-Container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 3rem;
}

.nav-links {
    border-radius: 15px;
    background-color: #011905;
    list-style: none; 
    display: flex;
}


.nav-links a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}
.nav-links a:hover {
    color: #4ebe35;
}

.nav-links a:hover {
    border-radius: 15px;
    background-color: #555;
}

.nav-links li {
    position: relative;
}

.dropdown-content {
    border-radius: 15px;
    display: none;
    position: absolute;
    background-color: #333;
    list-style: none;
    padding: 0;
    min-width: 150px;
}

.dropdown-content a:hover {
    background-color: #555;
}

.nav-links li:hover .dropdown-content {
    display: block;
}

.player {
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px;
    margin: 5px;
}

  .nousSomme {
    background-color: #2A2A2A;
    color: #FFFFFF;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 35px;
}

.breadcrumb a {
    color: #FFC107;
    text-decoration: none; 
}



.bgTiran {
    background-image: url(/FUTactic/assets/css/A.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding:12px;
    /* overflow: scroll; */
}

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

#lewel {
    margin-bottom: -3rem;
    display: flex;
    gap: 4rem;
}

#lwesst {
    display: flex;
    gap: 4rem;
    margin-bottom: -3rem;
}

#difa3 {
    margin-bottom: -4rem;
    display: flex;
    gap: 4rem;
}
#l7ariss {
    z-index: 10000;
}
.flexed__card-Class{
    display: none;
    margin-top: 3rem;
    margin-bottom: 2rem;
    background-image: url(https://www.futbin.com/design2/img/static/evolutions/placeholder-card-normal.webp);
    background-repeat: no-repeat;
}

/* New styling of the form */

input[type="range"]::-webkit-slider-runnable-track {
    background-color: #596567;
    border: 1px solid #ccc;
    border-radius: 23px;
    color: #333;
    font-family: sans-serif;
    padding: 10px;
}
input[type="range"]:hover {
    cursor: pointer;
}



#player-form {
    background-color: #000000a3;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 40px;
    overflow: auto;
}

.form-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

label {
    margin-bottom: 8px;
    color: #2ecc71;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
}

input, select {
    background-color: #393f3da8;
    color: #ecf0f1;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 16px;
}

input:focus, select:focus {
    outline: none;
    border-color: #2ecc71;
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.2);
}



/* .stats-group {
    display: flex;
    flex-direction: column;
} */

.playerCardes--button {
    position: relative;
    height: 25vh;
    width: 20vh;
    display: block;
    background-size: contain;
}



/* Add it section  */

#addIt {
    display: flex; 
    justify-content: center;
    align-items: center;
}
#addIt button{
    background-color: #236d37;
    border: none;
    color: white;
    padding: 15px 32px;
    font-size: 17px;
    border-radius: 5px;
}
#addIt button:hover{
    background-color: #164322;
    cursor: pointer;
}




/* styling the button of the header Add  */
#addPlayerButton-button{
    background-color: #85db93;
    padding: 15px; 
    border-radius: 15px; 
    cursor: pointer;  
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;    
    box-shadow: 0 6px 25px rgb(64, 97, 56);

}

#addPlayerButton-button:hover {
background-color: #90d873;
}




@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    /* #main-content {
        display: grid;
        background-image: url("/FUTactic/assets/css/peopleGray.jpeg");
        background-size: cover;
        background-position: center;
        background-color: red;
        padding: 10px;
} */
}