
body {
    margin: 0;
    padding: 0;
    --navira-light-blue: #12ADDB;
    --material-light-blue: #4b96bc;
    --navira-dark-blue: #00688C;
    --navira-very-dark: rgb(1, 33, 44);
    --navira-black-text: #231F20;
    --navira-gray-text: #95A5A6;
    --navira-black-text: #303030;
    --ghost-white: #f7f7ff;
    font-family: 'Corbel';
    overflow-x: hidden;
}

.f-i {
    display: flex;
    flex-direction: row;
}

.f-c {
    display: flex;
    flex-direction: column;
}

.mw600 {
    max-width: 600px;
}

.kontakt-input-form {
    justify-content: space-around;
    min-height: 250px;
}

.mail-response {
    display: none;
}

.mail-response.error {
    display: block;
    background-color: #FFCBDD;
    color: #3E000C;
}

.mail-response.success {
    display: block;
    background-color: #7BD389;
    color: #3A5B40;
}

.text-center {
    text-align: center;
}

a.no-decoration:hover {
    text-decoration: none;
}

.pre-load{
    width: 100vw;
    height: 100vh;
    justify-content: center;
}

.site-container {
    display: none;
}

.site-container.show-it {
    display: block;
}

.spinners {
    margin: auto;
}


#navira_menu {
    align-items: baseline;
}

.navigation-menu {
    min-height: 10vh;
    height: 10vh;
    padding: 0px 15px;
    border-bottom: 1px solid var(--navira-light-blue);
    box-shadow: inset 0px -5px 5px -5px var(--navira-light-blue);
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.logo-header {
    align-items: center;
}

.logo-logo {
    width: 60px;
    height: 40px;
}

.logo-tekst {
    height: 16px;
    margin-left: 10px;
}

.menu-list-cont {
    position: absolute;
    right: 250px;
    height: 100%;
    top: 10px;
    align-items: center;
}

ul.menu-list li:not(.last-nav-item) {
    display: inline;
    list-style-image: none;
    font-weight: 600;
    padding: 4px 15px;
    border-radius: 12px;
    transition: 0.4s;
}

ul.menu-list li:not(.last-nav-item):hover {
    background-color: var(--navira-light-blue);
    color: #fff;
    cursor: pointer;
}

.language-picker {
    color: var(--navira-light-blue) !important;
    /*border: 2px solid var(--navira-light-blue);*/
    background-color: #fff;
    padding: 4px;
    border-radius: 12px;
    margin-left: 24px;
    align-items: center;
    min-width: 120px;
    justify-content: space-around;
    transition: 0.3s;
}

.a-lang-dbl {
    align-items: center;
    min-width: 120px;
    justify-content: space-around;
}

.language-picker:hover {
    color: #fff !important;
    cursor: pointer;
    background-color: var(--navira-light-blue);
}


.language-picker:hover .dropdown-icon {
    content: url('./assets/images/ic_dropdown_white.png');
}

.country-flag {
    width: 40px;
    height: 20px;
}

.language-label {
    font-weight: 600;
}

.dropdown-icon {
    width: 20px;
    height: 20px;
    content: url('./assets/images/ic_dropdown.png');
}



section.home-page {
    overflow: hidden;
    background-image: url('./assets/images/naviraHome1.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

section {
    max-height: 100vh;
    min-height: 100vh;
    height: 100vh;
}


.home-page-container {
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
}

.navira-main-article {
    position: absolute;
    top: 150px;
    left: 120px;
}

.navira-main-title-cont {
    max-width: 300px;
}

.navira-main-title-border {
    min-width: 440px;
    padding-bottom: 2px;
    border-bottom: 4px solid var(--navira-light-blue);
}

.navira-main-title {
    color: var(--navira-black-text);
    font-size: 24px;
}

.slogan-container {
    position: absolute;
    right: 80px;
    bottom: 350px;
    border-right: 3px solid var(--navira-dark-blue);
    opacity: 0;
    transition: 0.4s;
}

.slogan-container.unfaded {
    opacity: 1;
}

.slogan-text {
    margin: 4px 0px;
    padding: 8px 0px;
    min-width: 180px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    background-color: rgba(0, 104, 140, 0.5);
    display: flex;
    justify-content: center;
}

.nasi-proizvodi-on-home {
    flex-wrap: wrap;
    margin-top: 32px;
    max-width: 600px;
    padding: 16px 12px;
    background-color: rgba(149, 165, 166, 0.6);
}

.softver-modul {
    align-items: center;
    min-width: 160px;
    border-radius: 12px;
    padding: 8px;
    transition: 0.4s;
}

.softver-modul:hover {
    cursor: pointer;
    background-color: var(--navira-dark-blue);
}

.softver-modul:hover .modul-naslov {
    color: #fff;
}

.lmg {
    margin-left: 16px;
}

.tmg {
    margin-top: 24px;
}

.modul-slika {
    width: 48px;
    height: 48px;
    transition: 0.2s;
}

.modul-naslov {
    max-width: 100px;
    color: var(--navira-dark-blue);
    font-size: 14px;
    margin-left: 12px;
}

.schedule-meeting {
    background-color: var(--navira-dark-blue);
    color: #fff;
    padding: 22px 6px;
    max-width: 250px;
    margin-top: 32px;
    align-items: center;
}

.schedule-icon {
    width: 32px;
    height: 32px;
}

.schedule-text {
    margin-left: 12px;
}

.schedule-text:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, .5s ease;
}

.schedule-meeting:hover {
    cursor: pointer;
}

.schedule-meeting:hover .schedule-text:after {
    width: 100%;
    background: #fff;
}

section.bellow-home {
    width: 100%;
    background-color: var(--ghost-white);
    z-index: 10;
    position: absolute;
    left: 0;
    max-height: 70vh;
    min-height: 70vh;
    height: 70vh;
    top: 100vh;
}

.bellow-home-container {
    padding: 24px 120px;
}

.section-container {
    padding: 24px 120px;
}

.section-title-cont {
    max-width: 300px;
}

.section-title-border {
    min-width: 440px;
    padding-bottom: 2px;
    border-bottom: 3px solid var(--navira-light-blue);
}

.section-title-border-center {
    min-width: 20vw;
    padding-bottom: 2px;
    border-bottom: 3px solid var(--navira-light-blue);
}

.section-title-border-white {
    min-width: 20vw;
    padding-bottom: 2px;
    border-bottom: 3px solid #fff;
}

.section-title {
    color: var(--navira-black-text);
    font-size: 20px;
}

.section-title-white {
    color: #fff;
    font-size: 20px;
}

.section-article {
    max-width: 650px;
    margin-top: 24px;
}

.section-article.white {
    color: #fff;
}

.inner-article {
    margin-top: 32px;
}

.center-article {
    margin: 24px 40vw 12px 40vw;
    justify-content: center;
}

.question-mark {
    font-size: 24px;
    color: var(--navira-dark-blue);
}

/* Naši proizvodi */

section.nasi-proizvodi {
    background-color: var(--navira-light-blue);
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 170vh;
    transition: 0.4s;
}

section.nasi-proizvodi.section-expanded {
    min-height: 200vh;
    height: 200vh;
    max-height: 200vh;
}

.proizvodi-container {
    justify-content: space-around;
    padding: 0px 120px;
    flex-wrap: wrap;
}

.nas-proizvod {
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 16px;
    margin-top: 32px;
    box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.75);
    transition: 0.4s;
    max-width: 290px;
    min-width: 290px;
}

.nas-proizvod:hover {
    cursor: pointer;
    transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
}

.proizvod-header {
    align-items: center;
    min-width: 220px;
    max-width: 220px;
}

.proizvod-title {
    font-size: 18px;
    margin-left: 12px;
    max-width: 150px;
}

.proizvod-text {
    font-size: 12px;
    margin-top: 12px;
    max-width: 290px;
    min-height: 85px;
    max-height: 85px;
    height: 85px;
}

.read-more {
    background-color: #fff;
    color: var(--navira-light-blue);
    padding: 4px 8px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
    max-width: 120px;
    border-radius: 6px;
    font-size: 12px;
    margin-top: 8px;
}

.proizvod-detail {
    margin-top: 24px;
    padding: 24px 120px;
    opacity: 0;
}

/* Klijenti */ 

section.klijenti {
    background-color: var(--ghost-white);
    color: var(--navira-black-text);
    position: absolute;
    width: 100%;
    left: 0;
    top: 270vh;
}

.klijenti-container {
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 120px;
}

.klijent {
    margin: 24px 24px 12px 0px;
}

.klijent-logo {
    max-width: 370px;
    max-height: 200px;
}

section.kontakt {
    background-color: var(--navira-dark-blue);
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 370vh;
}

footer {
    background-color: var(--navira-very-dark);
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    left: 0;
    top: 470vh;
    padding: 12px 120px;
}
.kontakt-container {
    padding: 0px 120px;
    justify-content: space-around;
    margin-top: 32px
}

.contact-info {
    background-color: var(--material-light-blue);
    box-shadow: 5px 5px rgba(55,55,55, 0.75);
    padding: 8px;
    max-height: 150px;
}

table {
    color: #fff;
}

#map {
    width: 400px;
    height: 300px;
    box-shadow: 5px 5px rgba(55,55,55, 0.75);
}



/* Blinkanje  */

.blink_me {
    animation: blinker 2s linear infinite;
}
  
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* Dio za hover softver modula */

.ms1 {
    content: url('./assets/images/ic_bookshelf.png');
}

.softver-modul:hover .ms1 {
    content: url('./assets/images/ic_bookshelf_bijela.png');
}

.ms2 {
    content: url('./assets/images/ic_osnovna_sredstva.png');
}

.softver-modul:hover .ms2 {
    content: url('./assets/images/ic_osnovna_sredstva_bijela.png');
}

.ms3 {
    content: url('./assets/images/ic_salary.png');
}

.softver-modul:hover .ms3 {
    content: url('./assets/images/ic_salary_bijela.png');
}

.ms4 {
    content: url('./assets/images/ic_proizvodnja.png');
}

.softver-modul:hover .ms4 {
    content: url('./assets/images/ic_proizvodnja_bijela.png');
}

.ms5 {
    content: url('./assets/images/ic_prodaja.png');
}

.softver-modul:hover .ms5 {
    content: url('./assets/images/ic_prodaja_bijela.png');
}


