@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
* { /*VSETKY*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{/*VSETKY*/
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{/*VSETKY*/
    min-height: 100vh;
    background-image: url(fotky/22nba-edwards-videoSixteenByNineJumbo1600.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bolder;
    padding: 1% 3% 0% 3%;  
    box-sizing: border-box;
    position: relative;  
    overflow: hidden;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0);
}
a {/*VSETKY*/
    text-decoration: none;
    color: white;
}
header{/*VSETKY*/
    display: flex;
    font-size: 1.7rem;
    justify-content: space-between;
}
.navbar{/*VSETKY*/
    display: flex;
    justify-content: space-between;
    background-color: rgb(61, 61, 61);
    width: 100vw;
    border-radius: 100px;
}
#menu{/*VSETKY*/
    display: none !important;
}
.mobilne-menu-content{/*VSETKY*/
    display: none;
}
.mobilne-menu{/*VSETKY*/
    display: none !important;
    flex-direction: column;
    position: absolute;
    background-color: rgb(61, 61, 61);
    border: solid white 4px;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    z-index: 999;
    width: 92vw;
    font-size: x-large;
}
.mobilne-menu a:active{/*VSETKY*/
    color: #d43d06;
    transform: scale(0.8);
}
.navbar-lavo{/*VSETKY*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60vw;
    height: 75px;
    padding: 0 10px 0 10px;
    border-radius: 100px;
}
.navbar-lavo nav{/*VSETKY*/
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.navbar-pravo{/*VSETKY*/
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px 0 10px;
    width: 15vw;
}
#zaluby{
    color: #d43d06;
}
.jazyk{/*VSETKY*/
    background: none;
    border: none;
    font-size: 1.7rem;
    font-weight: bolder;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0);
    cursor: pointer;
}
.navbar-lavo a:hover, .navbar-pravo button:hover{/*VSETKY*/
    color: #d43d06;
    transition: 0.5s;
    transform: scale(1.20);
}
footer {/*VSETKY*/
    text-align: center;
    padding: 0.3rem 0;
    font-size: 1rem;
    background-color: rgb(61, 61, 61);
    position: relative;
    box-sizing: border-box;
    margin: 0 -5% 0 -5%;
}
main{
    margin: 2%;
    overflow: hidden;
    font-weight: normal !important;
    height: fit-content;
    padding: 2%;
}
main img{
    overflow: hidden;
    border-radius: 15px;
}
main img:hover{
    transform: scale(1.05);
    transition: 0.5s ease;
}
main h1{
    font-size: 3.5rem;
    text-align: center;
    font-weight: bold;
}
main h2{
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
}
main div{
    padding: 2% 0 2% 0;
}
.obal-basketbal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.basketbal {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    margin-bottom: 10vh;
}
.basketbal p{
    width: 60vw;
    text-align: center;
}
.presov-basketbal{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 1%;
}
.presov-basketbal img{
    width: auto;
    height: 55vh;
}
.NBA{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    margin-bottom: 10vh;  
}
.NBA p{
    width: 30vw;
    text-align: center;
}
.nba-item{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.NBA img{
    height: 55vh;
}
.portland{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.portland-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nba_games{
    min-width: fit-content;
    font-size: 1rem;
    text-align: center;
    font-weight: bolder;
}
#hry li:nth-child(even) {
    background: rgb(255, 255, 255, 0.05);
    padding: 2%;
    border-radius: 15px;
}
#hry li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.2);
    padding: 2%;
    border-radius: 15px;
}
.programovanie{
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    margin-bottom: 10vh;
}
.programovanie-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.programovanie p{
    width: 60vw;
    text-align: center;
}
.programovanie-ikony img:hover{
    transform: scale(1.25);
}
.programovanie-ikony-group{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.programovanie-ikony{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}
.hudba{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 50px;
}
.hudba-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60vw;
    gap: 20px;
}
.hudba-item p{
    text-align: center;
    width: 30vw;
}
.last_played{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.last_played_items{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(61, 61, 61);
    border: solid black 7px;
    border-radius: 20px;
    width: 350px;
}
.last_played p{
    font-weight: bold;
    text-align: center;
    overflow-x: visible;
}
#last_played_track{
    font-size: 2rem;
}
#last_played_img{
    animation: otocit 60s infinite linear;
    border-radius: 50%;
    border: solid gray 10px;
}   
#last_played_artist, #last_played_album{
    font-size: 1.2rem;
}
@keyframes otocit{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.spotify_top{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    flex-grow: 1;
}
.top1,.top2,.top3,.top4,.top5{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 120px;
}
main{/*VSETKY*/
    animation: prechod 1s ease;
}
@keyframes prechod {/*VSETKY*/
    from{
        opacity: 0.2;
        translate: 0 50%;
    }
    to{
        translate: 0 0;
    }
}
#SK:active, #EN:active, .navbar-lavo a:active{/*VSETKY*/
    transition: 0s;
    transform: scale(0.9);
}
.no-click{/*VSETKY*/
    pointer-events: none;
}