/* Vključitev fonta montserrat na stran */
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

html, body {
    font-family: 'Maven Pro', sans-serif;
	height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

/* scrollbar */
/* širina */
::-webkit-scrollbar {
    width: 7px;
    transition: 0.5s ease;
}
  
/* sled */
::-webkit-scrollbar-track {
    background: #f7f7f7;
}

/* držalo */
::-webkit-scrollbar-thumb {
    background: #cc1f22;
    border-radius: 5px;
}

/* držalo ob hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff272a;
    border-radius: 5px;
}
header{
    z-index: 1000;
}

.action-bar{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7;
    color: #191919;
    z-index: 1000;
    font-size: clamp(0.9em, 1.5vw, 1em);
}

.action-bar i{
    color: #cc1f22;
}

.action-bar ul{
    list-style-type: none;
    margin-bottom: 0;
}

.action-bar li{
    display: inline;
    padding-right: 30px;
}

.action-bar li a{
    text-decoration: none;
    color: #191919;
}

.action-bar li a:hover{
    text-decoration: underline;
    color: #cc1f22;
}

.naslov{
    display: block;
}

.navbar-toggler{
    border: none;
}

.navbar-toggler:focus{
    box-shadow: none;
  }

.navbar {
    padding: 10px 10px;
}

.navbar a{
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    color: #231f20;
    display: block;
    position: relative;
    padding: 4px 0;
}

.navbar a:hover{
    color: #cc1f22;
}
.navbar a::before{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0,0.5,1);
    transform-origin: 0 50%;
}
.navbar a:hover::before{
    transform: scale3d(1,0.5,1);
}

.nav-item{
    padding-right: 8px;
}

.navbar-nav a::before{
    background: #cc1f22;
    transform-origin: 100% 50%;
}
.navbar-nav a:hover::before{
    transform-origin: 0 50%;
}

.carousel-inner img {
    object-fit: cover;
    height: 60vh;
    max-width: 100%;
}

.naslednjePredavanje{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80vh;
    background-color: rgba(25, 25, 25, 0.8);
    border: 3px solid #ff272a;
    margin-bottom: 2vh;
    border-radius: 15px;
    padding: 15px 0;
}

.naslednjePredavanje h1{
    font-weight: bold;
}

.naslednjePredavanje h3{
    font-weight: bold;
    color: #ff272a;
}

#prijavaCPP{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    border: 2px solid white;
    background-color: #ff272a;
    color: white;
    border-radius: 10px;
    font-size: 2.5em;
    box-shadow: 0 0 20px white;
    padding: 10px 25px;
    text-decoration: none;
}

h1{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 48px;
}

#oSoli{
    background-color: #f7f7f7;
}

#oSoli,#predavanja,#cenik{
    padding: 50px 0;
}

.besedilo1{
    margin-bottom: 100px;
}

.besedilo1, .besedilo2, .besedilo3{
    margin-top: 30px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 50%;
}

.besedilo2, .besedilo3{
    width: 80%;
}

#predavanjaSlike img{
    object-fit: cover;
    height: 100%;
    max-height: 700px;
    border-radius: 5px;
}

#predavanjaSlike{
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
}

#map{
    padding-top: 30px;
}

#tabelaONas{
    margin-top: 150px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}

#tabelaONas img{
    width: 30vh;
    margin: 0;
    padding: 0;
}

#tabelaONas td{
    text-align: center;
    font-weight: bold;
    font-size: 3em;
}

#tabelaONas #slikaLevo{
    text-align: right;
}

#tabelaONas #slikaDesno{
    text-align: left;
}

#tabelaONas #poravnavaGor{
    vertical-align: top;
    font-size: 2em;
    font-weight: normal;
    border-top: 3px solid #ff272a;
}

#tabelaONas #poravnavaDol{
    vertical-align: bottom;
}


#cenikTabela {
    margin-top: 50px;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    font-size: 1.5em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 30px #b3b3b3;
}

.naziv{
    background-color: #ff272a;
    border-radius: 5px;
}

#cenikTabela th{
    text-align: center;
    color: white;
}

.crta-1{
    border-bottom: 1px solid #d7d7d7;
}

.crta-2{
    border-top: 1px solid #d7d7d7;
}

#cenikTabela tr,td{
    padding: 5px 20px;
    left: 0;
    right: 0;
}

.levo{
    text-align: left;
}

.desno{
    text-align: right;
    font-weight: bold;
}

#ddv{
    margin-top: 0;
    font-size: 0.8em;
    color: #b3b3b3;
}

footer{
    border-top: 1px solid #cc1f22;
    box-shadow: 0 0 3px #cc1f22;
    border-radius: 3px;
    font-weight: bold;
}

#kontakt{
    margin-top: 50px;
    padding-top: 50px;
    background-color: #f7f7f7;
}

.obrazec{
    width: 50%;
    padding: 45px;
    margin-left: auto;
    margin-right: auto;
}

#tabelaIzbor{
    width: 60%;
    margin: 15px 0;
    margin-left: auto;
    margin-right: auto;
} 

#tabelaIzbor .gumbIzbira{
    padding: 0 2px 0 0;
} 

.gumbIzbira{
    accent-color: #ff272a;
}

#tabelaIzbor .nazivGumba{
    padding: 0 20px 0 0;
} 

#tabelaIzbor .nazivGumba1{
    padding: 0;
}

#prijava-form{
    text-align: center;
}

.row{
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    border-radius: 10px;
    background-color: white;
    font-size: 1.2em;
    width: 100%;
}
.col-md-7{
    padding: 40px;
}

#name,#phone, #mail{
    width: 80%;
    text-align: center;
}

.col-md-5{
    background: #ff272a;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    color: white;

}
.form-control {
    height: 52px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bi{
    font-size: 20px;
}
.d-flex p{
    font-size: 18px;
    padding-left: 10px;
}

.fa-paper-plane{
    color: #ff272a;
}

#prijava{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

#prijava-p{
    margin: 30px 0;
    color: #7e7e7e;
}

label{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

input {
    outline:none;
    border: none;
    width: 100%;
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 5px 15px;
    color: #191919;
}

#gumb{
    display:block;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff272a;
    color: white;
    font-weight: bold;
    border: none;
    padding: 8px 25px;
    border-radius: 5px;
}

#opozorilo{
    color: #7e7e7e;
    text-align: center;
    font-size: 0.8em;
}

#kjesmo,#uradneure,#dosegljivi{
    font-weight: bold;
    text-align: center;
}

#naslov{
    text-align: center;
    margin-top: 25px;
}

#ure{
    text-align: center;
    margin-top: 15px;
}

#dosegljivi{
    margin-top: 40px;
}

/* PRILAGODLJIVOST */

@media (max-width: 404px) {

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .action-bar{
        text-align: center;
    }

    .navbar-brand{
        display:block;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar{
        padding: 10px 10px;
    }

    .carousel-inner img {
        height: clamp(250px, 30vh, 500px) !important;
    }

    h1{
        font-size: clamp(1em, 10vw, 3em);
    }

    .besedilo1{
        font-size: clamp(0.8em, 4.5vw, 1.3em);
        width: 80%;
        margin-bottom: 50px;
    }

    .besedilo2{
        width: 80%;
    }

    #predavanjaSlike img{
        object-fit: cover;
        height: 100%;
        max-height: 800px;
        border-radius: 5px;
    }

    #predavanjaSlike{
        width: 90%;
        height: auto;
    }

    #cenik{
        padding-top: 20px;
    }

    #cenikTabela{
        width: 85%;
        font-size: 1.2em;
    }

    .obrazec{
        width: 100%;
    }

    .col-md-5{
        border-radius: 0 0 10px 10px;
    }

    #prijava{
        font-size: 1em;
    }

    #tabelaONas{
        margin-top: 50px;
        max-width: 95%;
        margin-bottom: 50px;
    }

    #tabelaONas img{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #tabelaONas td{
        text-align: center;
        font-weight: bold;
        font-size: 1.35em;
    }

    #tabelaONas #poravnavaGor{
        vertical-align: top;
        font-size: 1em;
        font-weight: normal;
        border-top: 2px solid #ff272a;
    }

    .naslednjePredavanje{
        width: 100%;
        height: 45%;
        background-color: rgba(25, 25, 25, 0.7);
        border: 2px solid #ff272a;
        margin-bottom: 5%;
        border-radius: 10px;
    }

    .naslednjePredavanje h1{
        font-size: 1.1em;
    }

    .naslednjePredavanje h2{
        font-size: 1em;
    }

    .naslednjePredavanje h3{
        color: white;
        font-size: 1em;
    }

    #prijavaCPP{
        font-size: 1.05em;
        padding: 5px 15px;
        margin-bottom: 0;
    }
    
    .carousel-caption{
        padding-bottom: 0;
    }

    #tabelaIzbor{
        width: 100%;
    }

    #tabelaIzbor .nazivGumba{
        font-size: 14px;
    }
    
    #tabelaIzbor .nazivGumba1{
        font-size: 14px;
    }

    #name,#phone, #mail{
        width: 100%;
    }
    
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .action-bar{
        text-align: center;
        font-size: clamp(0.85em, 3.5vw, 1em);
    }
    .naslov{
        display: none !important;
    }

    .obrazec{
        width: 100%;
    }

    .col-md-5{
        border-radius: 0 0 10px 10px;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .carousel-inner img {
        height: 600px;
    }
}