* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 10px;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: white;
    font-style: italic;

}
body{
    color: white;
    background-image: url("/bg.webp");
    background-size:cover;
    font-family: Arial, sans-serif;
    margin: 20px;
    text-align: center;
}

header {
    backdrop-filter: blur(10px); /* Background blur */
    -webkit-backdrop-filter: blur(10px); /* Background blur for Safari */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light white border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Inner padding */
    color: #fff; /* White text */
    
}

.mainHead{
color: white;
text-align: center;
} 
.mainHead:after{
    display: block;
    content: "";
    width: 100px;
    margin: 0px auto;
    border-bottom: 2px solid white;
    border-radius: 10px;

}

main{
    backdrop-filter: blur(40px); /* Background blur */
    -webkit-backdrop-filter: blur(10px); /* Background blur for Safari */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light white border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
    background-color: rgba(19, 1, 1, 0.356);
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Inner padding */
    color: #fff; /* White text */
}
.mainDesc{
    text-align: center;
}
.mim{
    color: white;
}
h1{
color: white
    }
    
    h2,h3{
 color: white;
    }

    
    
    .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        height: 60px;
        position: relative;
        }
        
        .menu ul {
        display: flex;
        list-style: none;
        color: white;
        margin: 0;
        padding: 0;
        }
        
        .menu ul li {
        margin: 0 20px;
        }
        
        .menu ul li a {
        text-decoration: none;
        color: white;
        }
        
    
    
    
    ul{
            color:white;
    }
    ol{
        
        color: white;
    }
    
    header .titulek{
        color: white;
    }
        
 .logo{
    height: 50px;
    width: 50px;
    border-radius: 50px;
 }       

 .container {
    text-align: center;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.centered-text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.button {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.button:hover {
    background-color: #000000;
    color: #ffffff;
}
/* ... (zbytek stylu) ... */




.elseElements input[type="username"], .elseElements input[type="password"], .elseElements input[type="email"], text-area{
    margin: 5px;
    border-radius: 10px;
    padding: 5px;
    background:transparent;
    height: 40px;
}

p{
   
display:inline-block;
padding:5px;
color:white;
}

.title{
    font-weight: bold;
    font-size: large;
}
.error{
    display:inline-block;

border:2px solid;
background-color:rgba(255, 7, 7, 0.26) ;
backdrop-filter: blur(10px);

border-radius:10px;
padding:5px;
color:white;
}

.succes{
    display:inline-block;

border:2px solid;
background-color:rgba(31, 255, 8, 0.26) ;
backdrop-filter: blur(10px);

border-radius:10px;
padding:5px;
color:white;
}

.elseElements{
   
display:inline-block;

border:2px solid;
background-color:rgba(255, 255, 255, 0.5) ;
backdrop-filter: blur(10px);

border-radius:10px;
padding:5px;
color:white;
}
.profile-img{
    border-radius: 50px;
    padding: 2px;
    transition: padding 0.5s;
        height: 40px;
        width:40px;
    }
h1,h2,h3{
    color:#fff;
}

 /* Styling pro video container */
 .video-container {
    position: relative;
    display: block;
    margin: 0 auto;
}

:root{
    --video-width: 370px;
    --video-height: 222px;
}

/* Styling pro overlay tlačítko */
.overlay-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 222px;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Styling pro skrytí názvu videa */
.video::-webkit-media-controls {
    display: none;
}

video{
    width: 370px;
    height: 222px;

    border-radius: 20px;
}

form{
    
    backdrop-filter: blur(10px); /* Background blur */
    -webkit-backdrop-filter: blur(10px); /* Background blur for Safari */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light white border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Inner padding */
    color: #fff; /* White text */
    width: max-content;
    margin: 0 auto;

}

/* main {
 
}
 */
/* Input Styles */
input[type="text"],
input[type="password"],
input[type="email"] {
    color: #fff;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #02f869;
    background: transparent;
}

input[type="submit"] {
    text-decoration: none;
    color: white;
    background: transparent;
    border: none;

}

textarea{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #02f869;
    background: transparent;
    color: white;
}

.container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (max-width:1600px){
    .container{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 5px;
    }
}

.twoContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.column {
    padding: 10px;

}

iframe{
    width: 370px;
    height: 222px;

    border-radius: 20px;
}

.final{
    width: 560px;
    height: 315px;
}

.disable{
    color: grey;
    opacity: 50%;
}

.addLogin{
    display: inline-block;
    border-radius: 10px;
    background-color: black;
}

.elseElements{
   
display:inline-block;

border:2px solid;
background-color:rgba(255, 255, 255, 0.5) ;
backdrop-filter: blur(10px);

border-radius:10px;
padding:5px;
color:white;
}

.elseElements input[type="username"], .elseElements input[type="text"],.elseElements input[type="password"], .elseElements input[type="email"], text-area{
    margin: 5px;
    border-radius: 10px;
    padding: 5ppx;
    background:transparent;
    height: 40px;
}


.button {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.button:hover {
    background-color: #000000;
    color: #ffffff;
}


.footer {
    backdrop-filter: blur(10px); /* Background blur */
    -webkit-backdrop-filter: blur(10px); /* Background blur for Safari */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Light white border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Inner padding */
    color: #fff; /* White text */
    
}


.footer::after{
   
    display: block;
    color: white;
    width: auto;
    height: auto;
    background: transparent;
    top: 5px;
    margin: 0 auto;
}

.social-links {
    margin-bottom: 10px;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;
    width: 32px;
    height: 32px;
}

/* .footer-text {
    font-size: 0.8rem;
    margin-top: 10px;
    color: white;
} */

.postContent{ 
    background-color: orange;
    border-radius: 10px;
    color: white;
    padding: 5px;
    margin: 0 auto;
  }

  #postContainer {
    display: inline-block;
    background-color: #333333;
    color: white;
    border-radius: 10px;
  }

  .postHeader{
    text-align: center;
  }

  .postHead{
    color: white;
    text-align: center;
  }

  select{
    background: transparent;
  }

  option{
    background: transparent;
    color: black; /* White text */
    border-radius: 10px;
  }