@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,900;1,300;1,400;1,900&display=swap');

* {
    box-sizing:border-box 
}

.levi {
    text-align: left !important;
}

h1,h2,h3 {
    margin: 0;
    display: inline-block;
  }

h1 {}

h2 {
    color: #1A4359;
    font-size: 48px;
}
body {
    font-family: 'Roboto', sans-serif;
    margin:0;
    
}

p {
    color: #50736D;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 2em;
    padding: 1em;
    width: 100%;
}

header, footer {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}

.kontejner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
}

header .kontejner {
    justify-content: space-between;
}

ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

ul.menu li {
    position: relative;
    padding: 10px;
}

ul.menu li a {
    text-decoration: none;
    color: #333;
}

ul.menu li a:hover {
    color: rgb(7,160,133);
    transition: color 0.5s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    right:0;
    background: rgb(7,160,133);
    background: linear-gradient(180deg, rgba(7,160,133,1) 0%, rgba(7,160,133,0.2) 100%); 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0 12px;
    z-index: 1;
    margin-top: 10px;
    border-radius: 5px;
}

.dropdown-content::before {
    content: '';
    position: absolute;
    right: 20px;
    top:-20px;
    border: 10px solid transparent;
    border-bottom-color: rgb(7,160,133);
}

.dropdown-content a {
    color:#ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid rgba(7,160,133,0.5);
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    color: #000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.slajder {
    background-color: #214960;
    color:#ffffff;
    text-align: center;
    background-image: url('../slike/pozadina2.jpg');
    background-size: cover;
    position: relative;
}
#particles-js {
    height: 450px;
}
.slajder .kontejner {
    position: absolute;
    top:0;left: 0;
    width: 100%;
    max-width: none;
    height: 450px;
    background: linear-gradient(-90deg, rgba(36,66,102,0.3), rgba(0,0,0,0.3), rgba(20, 255, 200, 0.3));
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	z-index: 2;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.centar {
    width: 100%;
    text-align: center;
}

.slajder h1 {
    width: 100%;
    font-size: 64px;
}

.slajder h2 {
    width: 100%;
    font-weight: 300;
    font-size: 32px;
    color: #A0FFD2;
    letter-spacing: 0.1rem;
}

.wp-block-columns {
    width: 100%;
}

.wp-block-columns img {
    width:100%;
    height: auto;
}

.blok {
    border-bottom: 1px solid rgba(80,115,109,0.2);
    padding-bottom: 2em;
    width: 100%;
    padding-top: 2em;
}

.blok h2 {
    width: 100%;
    font-size: 48px;
    margin-bottom: 0.2em;
}

#klijenti_naslovna {
    border-bottom: none;
}

.sadrzaj_sekcija {
    padding-top: 3em;
}

.sadrzaj_sekcija .kontejner {
    border-bottom: 1px solid rgba(80,115,109,0.2);
    padding-bottom: 4em;
}

.tkst p {
    padding: 0;
}

.wp-block-post-excerpt p {
    padding-left: 0;
}


.dugmezeleno .wp-block-button__link, .wp-block-post-excerpt__more-link {
    color: #ffffff;
    background-color: #07A085;
    text-decoration: none;
    padding: 0.8em 3em;
    border-radius: 8px;
    font-weight: bold;
    font-size: 22px;
}

.dugmezeleno .wp-block-button__link:hover {
    background-color: #1A4359;
    transition: all 0.3s ease-in;
}
.slk {
    padding: 20px;
    text-align: right;
}

.slk img {
    width: 500px;
    height: auto;
}

#animacija_naslovna .kontejner {
    padding-bottom: 2em;
}

#klijenti_naslovna .kontejner img {
margin-top: 40px;
}

footer {
    background: linear-gradient(-45deg, #07A085,#214960);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
    color: #fff;
}

footer  p {
    color: #fff;
    
}


#application_stranica {
    padding-top: 0;

}

#application_stranica .naslov {
    margin-bottom: 2em;
    width: 100%;
    text-align: center;
    color: #fff !important;
    background-color: #07A085;
    padding: 20px;
}



.application_page .sadrzaj_sekcija .slk , .wp-block-post-featured-image{
     
    height: fit-content;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
}



.application_page .sadrzaj_sekcija .slk img {
    width: 100%;
    margin: 0;
}

.application_page .sadrzaj_sekcija .tkst {
    width: 70%;
    padding-left: 40px;
}

.application_page .sadrzaj_sekcija .tkst h2, .wp-block-post-title {
    font-size: 40px;
}

.application_page .sadrzaj_sekcija .tkst p {
    font-size: 18px;
}

.post_listing {
    border-bottom: 1px solid #d4d4d4;
}

.post_listing, .wp-block-columns {

    display: flex;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.wp-block-post:last-child .wp-block-columns {
    border-bottom: none;
}

.post_listing .dugmezeleno {
    font-size: 18px;
}



/* SINGLE POST */



.single .wp-block-image{
width: 100%;
}

.single figure {
    padding:20px;
}

.single .sadrzaj {
    position: relative;
    margin-top: -8em;
    z-index: 3;
    
}

.single .sadrzaj .kontejner {
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
    padding: 2em;
    padding-bottom: 4em;
}

.single .sadrzaj h2 {
    text-align: center;
    width: 100%;
    padding: 0.5em;
}

.single .sadrzaj h3 {
 width: 100%;
 color: #07A085;
 text-align: center;
 padding: 0.5em;
}

.single h4 {
    font-size: 36px;
    color: #1A4359;
    margin-bottom: 0.5em;
}

.single h4 {
    padding-left: 0.5em;
}

.single .sadrzaj ul {
    border-left: 20px solid #07A085;
    margin-left: 1em;
}

.single .sadrzaj ul li {
    font-size: 24px;
    color:#07A085;
    padding-bottom: 1em;
}

.contactus_welcome_msg {
    padding: 0;
}

.kontakt_detalji {
padding: 25px;
/* background-color: #07A085; */
border-left: 5px solid #07A085;
color: #fff;
}

.kontakt_detalji p {
padding: 0;
margin: 0;
}

.kontakt_detalji h3 {
    font-size: 24px;
  color: #1A4359;
  margin-bottom: 0.5em;
}

.wpforms-field-label {
    color: #1A4359 !important;
}

.kontakt_detalji iframe {
    width: 100% !important;
    margin-top: 1em;
}

#company_stranica p {
    padding: 0;
}

@media (max-width: 600px) {
    nav ul li {
        display: block;
        margin: 10px 0;
    }

    h1,h2,h3 {
        width: 100%;
    }

    h1,h2,h3,p {
        text-align: center !important;
    }

    .wp-block-buttons {
        justify-content: center !important;
    }

    .menu-meni-glavni-container {
        width: 100%;
    }

    ul.menu {
        text-align: center;
        display:inline-block;
    }

    ul.menu li {
        display: inline-block;
        border: 1px solid rgba(80,115,109,0.2);
      }

      .blok,.wp-block-columns {
        padding-bottom: 0;
      }

      .slajder h1 {
        width: 100%;
        font-size: 48px;
      }

      .slajder h2 {
        font-size: 24px;
      }

      #particles-js, .slajder .kontejner {
        height: 250px;
      }

      .single .sadrzaj {
        margin-top: -2em;
        margin-left: 1em;
    margin-right: 1em;
      }

      

}