*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    overflow-x: hidden;
    width: 100vw;
    background-color: #0d0e0d;

}

header{
    top: 0;
    display: flex;
    width: 100vw;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    position: fixed;
    opacity: 0.8;
    color: white;
    border-bottom: 2px solid gray;
    z-index: 1000;
}

.header1{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.chosenOne{
    border-bottom: 4px solid aqua;
}

.lihead{
    list-style: none;
    margin-left: 60px;
    font-size: 25px;
    padding: 10px;
    transition: 0.2s;
}

.lihead:hover{
    color: white;
    cursor: pointer;
    transition: 0.2s;
}

.ul1{
    display: flex;
    color: gray;
    margin-right: 300px;
}

.name1{
    margin-top: 10px;
    font-size: 40px;
}

.graya{
    color: gray;
}

a{
    text-decoration: none;
}

.firsta{
    color: white;
}

.logoimg{
    width: 60px;
    margin-right: 40px;
    height: 80px;
    margin-left: 40px;
}

main{
    width: 90vw;
    margin-top: 200px;
}

.img2{
    width: 98.8vw;
    height: 1200px;
}

main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    animation: transition 1s ease-out;
}


footer{
    background-color: #18181b;
    border-top: 2px solid gray;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: transition 1s ease-out;
}

.footerinf{
    display: flex;
}

.li1{
    color: gray;
    list-style: none;
    margin-top: 20px;
    font-size: 20px;
}

.li2:hover{
    color: aqua;
    cursor: pointer;
}

.footerinf{
    padding: 40px;
    border-bottom: 1px solid gray;
}

.searchbar{
    display: flex;
}

#inp{
    background-color: #18181b;
    padding: 20px 10px;
    border-radius: 5px;
    border: 0;
    color: white;
}

#inp::placeholder{
    color: gray;
}

#but{
    background-color: #18181b;
    color: white;
    padding: 20px 20px;
    border-radius: 8px;
    border: 0;
    margin-left: 20px;
    transition: 0.5s;
}

#but:hover{
    background-color: rgb(49, 109, 109);
    transition: 0.5;
}

.fa-magnifying-glass{
    margin-top: 20px;
    color: white;
    margin-left: 30px;
}

.inpdiv{
    display: flex;
    background-color: #18181b;
    border-radius: 7px;
}

#inp:focus{
    outline: 0;
    border: 0;
} 

.th1{
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tr1{
    display: flex;
}

.table, tbody, thead, .tr, .th, td{
    padding: 30px;
    border: 2px solid gray;
    border-collapse: collapse;
    color: white;
}

.table{
    margin-top: 50px;
    margin-bottom: 20px;
}


.infoh1{
    color: white;
    font-size: 70px;
}

.infop{
    color: gray;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

.infodiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.butmode{
    background-color: #18181b;
    color: white;
    margin-right: 40px;
    padding: 20px 50px;
    border-radius: 5px;
    transition: 0.8s;
    cursor: pointer;
    border: 0;
}

.modesel{
    display: flex;
}


.butez:hover{
    transition: 0.8s;
    background-color: rgb(79, 110, 31);
}

.buthard:hover{
    transition: 0.8s;
    background-color: rgb(120, 42, 16);
}

body {
    animation: transitionIn 1s;
}

.attenp{
    color: gray;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.backtoloby{
    color: white;
    margin-right: 650px;
    margin-bottom: 30px;
    cursor: pointer;
}

.fa-arrow-left-long{
    margin-right: 10px;
}

.sureCont{
    display: none;
    z-index: 3000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
    position: fixed;
    top: 400px;
    left: 700px;
    background-color: #1c1c22;
    border-radius: 8px;

}

.surep{
    color: gray;
    margin-top: 10px;
}

.surebats{
    margin-top: 40px;
    display: flex;
    margin-left: 40px;
}

.surebat{
    cursor: pointer;
    background-color: rgb(59, 48, 48);
    color: white;
    border: 0;
    padding: 10px 40px;
    margin-right: 40px;
    border-radius: 5px;
    transition: 0.8s;
}

.surebat:hover{
    background-color: rgb(26, 124, 124);
    transition: 0.5s;
}

.sureh1{
    color: white;
}

.gamereps{
    display: none;
    margin-left: 50px;

}

.gamerep{
    padding: 15px 30px;
    margin-right: 40px;
    border-radius: 10px;
    color: white;
    background-color: #18181b;
    border: 0;
    transition: 0.5s;
}

.gamerep:hover{
    background-color: rgb(13, 90, 64);
    transition: 0.8s;
}

.bigtr{
    max-width: 300px;
}

.hintcont{
    padding: 20px;
    margin-bottom: 40px;
    background-color: #18181b;
    color: white;
    border-radius: 9px;
}

.hint{
    margin-top: 10px;
}

.hintspan{
    color: gray;
}

.hinth1{
    color: white;
}

.accsign{
    margin-right: 100px;
    display: flex;
    align-items: center;
}

.puser{
    margin-right: 20px;
    font-size: 20px;
    text-decoration: none;
    color: beige;
    cursor: pointer;
}

.userimg{
    width: 80px;
    height: 80px;
}

.opt{
    color: gray;
    margin-top: 5px;
}

.rateul{
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.ratingp{
    color: gray;

}

.ratingtask{
    margin-bottom: 40px;
}

@keyframes transition {
    from {
        opacity: 0;
        transform: translateY(-20px); 
    }
    to {
        opacity: 1;
        transform: translateY(0);    
    }
}

