/*Index*/
body{
    margin: 0;
    background-color: #1B2432;
}
#drugi{
    position: relative;
    margin: auto;
    margin-top: 80px;
    padding: 20px;
    width: 50%;    
    background: linear-gradient(135deg, rgba(225, 225, 225, 0.1), transparent);
    backdrop-filter: blur(10px);
}
#drugi p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    text-align: left;
}
#drugi h1{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-left: 10px;
}
#d{
    text-align: center;
}
.karton{
    display: inline-block;
    vertical-align: top;/*da so poravnani*/
    margin: 10px;
    width: 325px;
    height: 120px;
    background: linear-gradient(135deg, rgba(225, 225, 225, 0.1), transparent);
    border: 1px solid #ffffffac;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}
.karton-content {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 5px;
    color: white;
}

/*Header*/
#header{
    top: 0; 
    position: sticky;
    z-index: 10;
    background-color: #171c29;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
}
#header img{
    float: left;
    height: 100px;
    width: 100px;
}
#list_2{    
    float: right;
}
#list_2 a{    
    padding: 20px;
    color: white;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#okol{
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #3b424e;
}
#list{
    margin-left: 10px;
    float: left;  
}
#list a{   
    margin-left: 10px;
    color: white;
    text-decoration: none;
    font-size: larger;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#list a:hover{
    color: #ffffffac;
}
.clearer{
    clear: both;
} 

/*Footer*/
#footer{    
    width: 98%;
    height: 100px;    
    padding: 16px;
    margin-top: 140px;
    background-color: #171c29;
    color: white;
} 
#DogajaSe{
    float: left;
    height: 100px;
    width: 250px;
    margin-top: 20px;
}
#kontakti{
    margin-top: 20px;
    float: right;
    width: 200px;
    margin-right: 10px;
}
#kontakti p, #ponudbe p, #DogajaSe h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 5px;
    color: white;
}
#DogajaSe h1{
    text-align: center;
}
#ponudbe{    
    padding: 20px;
    border-left: 2px solid #ffffffac;
    border-right: 2px solid #ffffffac;
    width: 500px;
    margin: auto;
}

/*signIn*/
#form-pos{
    text-align: center;
    margin: auto;
    margin-top: 100px;
    padding: 40px;
    width: 350px;
    height: 230px; 
    background: linear-gradient( rgba(225, 225, 225, 0.1), transparent);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}
h2{
    color: #ffffffac;
    margin: 5px 0 10px 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
form .txt{
    width: 200px;
    height: 20px;
    padding: 10px;
    margin-top: 5px;
    border-radius: 30px;
    border: 1px solid #ffffffac;
    color: #ffffffac;
    background-color: transparent;
}
.txt::placeholder{
    color: #ffffffac;
    letter-spacing: 1px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#form-pos p, a{
    color: #ffffffac;
    font-size: small;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#form-pos a{
    text-decoration: none;
    font-weight: lighter;
}
#form-pos a:hover{
    text-decoration: underline;
}
#form-pos #btn1{
    width: 220px;
    height: 30px;
    margin-top: 5px;
    border-radius: 30px;
    font-size: small;
    cursor: pointer;
    background-color: #ffffffac;
}

/*Registracija*/
#reg-form{
    text-align: center;
    margin: auto;
    margin-top: 100px;
    padding: 40px;
    width: 350px;
    height: 290px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}
#reg-form #btn2{
    width: 220px;
    height: 30px;
    margin-top: 5px;
    background-color: #ffffffac;
    font-size: small;
    border-radius: 30px;
    cursor: pointer;
}

/*Profil*/
#profil{    
    width: 50%;
    height: 300px;
    margin: auto;
    margin-top: 110px; 
    background: linear-gradient(135deg, rgba(225, 225, 225, 0.1), transparent);
    backdrop-filter: blur(10px);
}
#pfp{
    float: left;
    height: 300px;
    width: 350px;
    border-right: 2px solid #ffffffac;
}
#pfp img{
    display: block;
    margin: auto;
    margin-top: 40px;
    height: 200px;
    width: 200px;
    border-radius: 100px;
}
#podatki{
    float: right;
    height: 300px;
    width: 460px;
}
#podatki a{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffffac;
    margin-left: 5px;
}
#podatki a:hover{
    text-decoration: underline;
}
#main{
    margin: 5px;
    margin-top: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffffac;
    font-size: 30px;
    font-weight: bold;
}
.info{
    margin: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffffac;
    font-size: medium;
}

/*Funkcija*/
.ods{
    text-align: center;
    margin: auto;
    vertical-align: middle;
    margin-top: 150px;
    padding: 40px;
    width: 350px;
    height: 230px; 
}
#msg{
    margin: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffffac;
    font-size: larger;
    font-weight: bolder;
}

/*Admin*/
textarea{
    width: 250px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ffffffac;
    background-color: transparent;
    color: #ffffffac;
}
.insert_formi{
    background-color: #171c29;
    border: 2px solid #ffffffac;
    border-radius: 15px;
    padding: 20px;
    margin: 20px auto;
    width: 90%;
    text-align: left;
    display: inline-block;
}
.tabele{
    width: 80%;
    margin: 20px;
    border-collapse: collapse;
    color: #ffffffac;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.tabele td, .tabele th{
    border: 2px solid #ffffffac;
    padding: 10px;
}
tr:hover{
    background-color: #0f121b;
}
.izpis{
    margin: auto;
    width: 80%;
}
.besedilo, .besedilo2{
    color: #ffffffac;
    font-size: small;
    margin: 5px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.extra{
    color: #ffffffac;
    text-align: center;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.besedilo2{
    display: inline-block;
    margin-left: 5px;
}
.text2, .text{
    width: 200px;
    height: 35px;
    padding: 5px 10px;
    border-radius: 30px;
    border: 1px solid #ffffffac;
    background-color: transparent;
    color: #ffffffac;
    margin: 5px 0;
}
.btn{
    width: 50px;
    height: 30px;
    margin-top: 5px;
    border-radius: 30px;
    border: 1px solid #ffffffac;
    color: #ffffffac;
    background-color: transparent;
    cursor: pointer;
}
.btn:hover{
    background-color: #ffffffac;
    color: #0f121b;
}
#izpis_kon img{
    width: 100px;
    height: 150px;
}
#izpis_kon, #izpis_sk, #izpis_nas, #izpis_zanr{
    margin-top: 20px;
}
#izpis_kon{
    float: left;
}
#izpis_sk{
    float: left;
    width: 850px;
}

/*Koncerti*/
#filti{
    border: 1px solid #c7ccdb;
    border-radius: 30px;
    margin-left: 20%;
    padding: 20px;
    max-width: 60%;
}
#glavni{
    margin: auto;
    width: 70%;
    margin-top: 40px;
}
.container{
    position: relative;
    display: inline-block;
    background-color: #3b424e;
    width: 210px;
    height: 350px;
    margin: 10px;
}
.container a{
    text-decoration: none;
    color: #ffffffac;
}
.container img{
    width: 210px;
    height: 350px;
}
.content{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(225, 225, 225, 0.1);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    opacity: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #ffffffac;
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container:hover .content{
  opacity: 1;
}

/*Ogled koncerta*/
#ogled{
    margin-top: 140px;
    width: 90%;
    margin: auto;
    background-color: #171c29;
}
#besedilo{
    float: left;
    width: 70%;
    margin: 20px;
}
#info{
    width: 300px;
    height: 200px;
    padding: 10px;
    margin-left: 10px;
    float: left;
}
#vstopnice{
    width: 300px;
    padding: 10px;
    margin-left: 10px;
    float: left;
}
#info ul, #o_sk p{
    padding: 10px;
    list-style: none;
    color: #ffffffac;
    font-size: medium;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.p{
    margin: 5px;
    color: #ffffffac;
    font-size: large;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.vstopnice_txt{
    margin: 5px;
    color: #ffffffac;
    font-size: medium;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#poster{
    float: left;
    margin: 20px;
    border: 3px solid #ffffffac;
    width: 300px;
    height: 450px;
}
#poster img{
    width: 300px;
    height: 450px;
}
#o_sk{
    width: 900px;
    padding: 10px;
    float: left;
}
#ogled h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #c7ccdb;
    font-size: 40px;
    font-weight: bolder;
    margin-left: 20px;
}

/*Vstopnice*/
#content_vs{
    margin: auto;
    margin-top: 30px;
    padding: 40px;
    width: 350px; 
    background-color: #ffffffac;
    border-radius: 30px;
}
#content_vs p{
    margin-left: 10px;
    color: #fffffacf;
    font-size: medium;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 15px;
    border: 2px solid #ffffffac;
    border-radius: 30px;
}
#content_vs h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#content_vs a{
    border-radius: 30px;
    background-color: #2A324B;
    color: #ffffffac;
    border: 2px solid #ffffffac;
    font-size: small;
    text-decoration: none;
    padding: 15px;
    margin-left: 10px;
}
#content_vs a:hover{
    background-color: #ffffffac;
    color: #767B91;
    cursor: pointer;
}

/*Računi*/
#parent{
    width: 90%;
    padding-top: 20px;
    margin: auto;
}
#parent h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffffac;
    font-weight: bolder;
}
#racun_info{
    width: 40%;
    padding: 10px;
    display: inline-block;
    margin: 5px; 
    border: 2px solid #ffffffac;
    background-color: #171c29;
    border-radius: 20px;
}
#racun_info p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    color: #ffffffac;
}
#racun_info h3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
    color: #ffffffec;
}

/*Urejanje*/
.urejanje{
    margin: auto;
    border: 2px solid #ffffffac;
    background-color: #171c29;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
    max-width: 60%;
    color:#ffffffac;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
}