@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;
    height: fit-content;
    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;
}
#domov{
    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;
}
#moje-meno{
    font-size: 3rem;
    padding: 0 0 20px 0;
}
.quote{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 90dvh; 
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0);
}
#Tim{
    padding-top: 20px;
    text-align: center;
    font-size: 1rem;
}
#quote{
    font-size: 1.8rem;
}
.quote-main{
    height: 90vh;
}
.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{
    height: fit-content;

}
.o-mne{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(10px);
    padding: 4%;
    min-height: 100dvh;
    margin: 0 -5% 0 -5%;
}
.o-mne h1{
    font-size: 3rem;
    padding-bottom: 20px;
}
.o-mne-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50vw;
    gap: 20px;
    font-weight: normal;
}
.o-mne-skills{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.o-mne-skills-img{
    width: 50vw;
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.o-mne-skills-img ul li{
    list-style-type: none;
}
.o-mne img{
    border-radius: 15px;
}
.scroll{
    display: flex;
    justify-content: center;
}
.sipka{
    font-size: xx-large;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1.5s infinite ease-in-out;
}
#SK:active, #EN:active, .navbar-lavo a:active{/*VSETKY*/
    transition: 0s;
    transform: scale(0.9);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
main{/*VSETKY*/
    animation: prechod 1.5s ease;
}
@keyframes prechod {/*VSETKY*/
    from{
        opacity: 0.2;
        translate: 0 50%;
    }
    to{
        translate: 0 0;
    }
}
.no-click{/*VSETKY*/
    pointer-events: none;
}
.progress-bar {
  background: #fefefe;
  border-radius: 10px;
  height: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.progress-html-css{
    background: #4caf50;
    height: 100%;
    width: 50%;
}
.progress-js{
    background: #4caf50;
    height: 100%;
    width: 25%;
}
.progress-py{
    background: #4caf50;
    height: 100%;
    width: 40%;
}
.progress-ms{
    background: #4caf50;
    height: 100%;
    width: 65%;
}
.progress-pisanie{
    background: #4caf50;
    height: 100%;
    width: 70%;
}
.progress-anj{
    background: #4caf50;
    height: 100%;
    width: 75%;
}
.osobnostne-skills{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.osobnostny-skill{
    background: rgb(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    width: 100%;
    padding: 10px;
    border-radius: 15px;
}