/**
 * ************* FONTOVI *************
 *
 * @format
 */

@font-face {
    font-family: "gilmerbold";
    src: url("fonts/Gilmer Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gilmerlight";
    src: url("fonts/Gilmer Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gilmerregular";
    src: url("fonts/Gilmer.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/*********************************/

html,
body {
    box-sizing: border-box;
    margin: auto;
    font-family: "gilmerregular";
    color: #00313c;
}

/************* NAVBAR *************/

header {
    background-color: #ffffff00;
    padding: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.navbar-menu ul li a {
    padding: 10px 15px;
    color: #000000;
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
}

.offcanvas-body a {
    text-decoration: none;
    color: inherit;
}

.navbar-menu ul li.active a {
    background: #000000;
    color: #fff;
    padding: 5px 15px;
}

.navbar-menu ul li a:hover {
    color: gray;
    transition: 0.3s ease-out;
}

.navbar-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin-bottom: 5px;
}

.navbar-logo img {
    width: 150px;
}

.mob-meni-li-header {
    font-size: 16px;
    padding: 15px;
    background: #f9fbff;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px solid #d7dbe8;
}

.mob-meni-li {
    font-size: 16px;
    padding: 15px;
    color: #666b86;
    line-height: 1;
}

.ul-clear {
    padding: 0;
    width: 100%;
    list-style-type: none;
}

.mob-meni-social {
    display: flex;
    justify-content: space-evenly;
}

.social-krug {
    border: 1px solid darkgray;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-krug img {
    width: 36px;
}

img:focus-visible {
    outline: 0;
}

/**********************************/

/*********** INDEX.PHP ************/

#pozadina-hero {
    background-image: url(assets/pozadina.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 26% -40px;
    background-attachment: fixed;
    height: 85vh;
}

.container-hero {
    height: 95%;
}

.hero-levi {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.hero-levi h1 {
    font-weight: bold;
    font-size: 3.5rem;
}

.hero-desni {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.3rem;
}

.hero-desni {
    color: white;
}

.btn-ikonica {
    background: transparent;
    border: 0;
    padding: 0;
}

button.btn.btn-primary.d-md-none.btn-ikonica:active {
    background-color: inherit;
}

div#mob-meni {
    width: 90%;
}

.container-pronadji-ustanovu {
    background-image: url(assets/mapa.jpg);
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 8px;
    text-align: center;
}

.container-pronadji-ustanovu img {
    width: 200px;
}

.bg-siva {
    background: #f9fbff;
}

.container-ustanove {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0 100px 0;
    text-align: center;
}

.col-ustanova-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #d0e5f0;
    background: #fff;
    margin: 5px 0 5px 0;
}

.col-ustanova-inner img {
    padding: 20px;
    transition: 0.3s ease-out;
    width: 100%;
    max-width: 200px;
}

.col-ustanova-inner:hover img {
    transform: scale(1.1);
}

.col-ustanova-inner h3 {
    padding: 25px 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    min-height: 100px;
}

.col-ustanova-inner p {
    font-size: 14px;
    color: #888b9a;
    text-transform: uppercase;
    font-weight: bold;
}

.col-ustanova-inner a {
    text-decoration: none;
    width: 100%;
}

.ustanova-button {
    display: none;
}

.popust-iznos {
    display: flex;
    position: absolute;
    right: 14px;
    background: red;
    bottom: 4px;
    padding: 1px 5px;
    border-radius: 8px;
    background: #44b7ab;
    background: linear-gradient(270deg, #44b7ab 0%, #008189 100%);
    box-shadow: 0px 5px 30px 0px rgb(28 92 158 / 18%);
    color: white;
    font-weight: bold;
}

.container-prijatelji {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0 100px 0;
}

.col-prijatelji-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #d0e5f0;
    background: #fff;
    margin: 5px 0 5px 0;
}

.col-prijatelji-inner img {
    width: 100%;
    padding: 10px;
    max-width: 200px;
    min-height: 140px;
    height: 100%;
    object-fit: contain;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    padding: 0 0 25px 0;
}

p {
    font-size: 18px;
    color: #666b86;
    line-height: 1.6;
}

#pronadji-ustanovu-forma {
    max-width: 670px;
    width: 100%;
}

#KljucnaRec::before {
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -10px 0 0 0;
    content: "";
    width: 20px;
    height: 20px;
    z-index: 1;
    background: url(assets/lupa.png) no-repeat center;
}

form input {
    padding-left: 60px;
    width: 100%;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: normal;
    max-width: 100%;
    height: 53px;
    text-align: left;
    border: 1px solid #d7dbe8;
    background: #fff;
    margin: 5px 0 5px 0;
}

form input:hover {
    border-color: #44b7ab;
}

form select {
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: normal;
    max-width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #d7dbe8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 5px 0 5px 0;
}

form select:hover {
    border-color: #44b7ab;
}

footer {
    background: #f9fbff;
    border-top: 1px solid #d7dbe8;
    padding: 60px 0;
}

footer h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    margin: 0;
}

footer li {
    line-height: 2.5;
    font-size: 14px;
}

#Newsletter {
    padding: 15px 60px 15px 15px;
    width: 80%;
    display: inline-block;
    position: relative;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #d7dbe8;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.dugme-newsletter {
    width: 40px;
    background: #44b7ab;
    margin-left: -4px;
    padding: 15px 0;
    border: 1px solid #44b7ab !important;
    color: white;
    font-weight: bold;
    height: 53px;
}

.footer-social img {
    margin: 20px 0;
    width: 32px;
}

.logo-footer {
    width: 95px !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: none;
}

.footer-row.col-3 {
    display: block;
}

.izrada {
    background: #44b7ab;
    background: linear-gradient(225deg, #44b7ab 0%, #008189 100%);
    color: #fff;
    padding: 20px 0;
}

.float-right {
    float: right;
}

.izrada p {
    display: inline;
    color: white;
    font-size: 14px;
    margin: 0;
}

/**********************************/

.cta {
    margin-top: 10px;
    background: #000000;
    padding: 18px 40px 17px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    min-width: 235px;
    max-width: 100%;
    border: 0;
}

.cta-mali {
    margin-top: 10px;
    background: black;
    padding: 12px 24px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    min-width: 235px;
    max-width: 100%;
    border: 0;
}

.cta2 {
    margin: 0 auto;
    margin-top: 10px;
    background: #44b7ab;
    padding: 18px 40px 17px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    min-width: 235px;
    max-width: 100%;
    border: 0;
}

.mali-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.vh-100 {
    height: 100vh;
}

.bela {
    color: white;
}

.w-80 {
    width: 80%;
}

.h-60 {
    max-height: 60vh;
}

.h-70 {
    max-height: 70vh;
}

.w-70 {
    width: 70%;
}

.link-fix {
    text-decoration: none;
    color: inherit;
    display: contents;
}

.cta-apend {
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid #44b7ab;
    margin-left: -5px;
    color: white;
    height: 53px;
    background-color: #44b7ab;
}

/************* ZA PARTNERE *************/

#mali-hero {
    padding: 170px 0 80px 0;
    background: #44b7ab;
    background: linear-gradient(270deg, #44b7ab 0%, #008189 100%);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    -moz-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
}

#mali-hero h1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    padding: 40px 0 20px 0;
}

#mali-hero p {
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}

.partneri-koristi {
    text-align: center;
    padding: 60px 0;
}

.partneri-koristi h2 {
    font-size: 36px;
    font-weight: bold;
    padding: 40px 0;
    text-align: center;
}

.partneri-koristi p {
    text-align: center;
}

.korist-okvir {
    display: flex;
    flex-direction: row;
    width: 85%;
    margin-bottom: 60px;
}

.korist-okvir .tekst-div h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
    line-height: 1.4;
    color: #44b7ab;
}

.korist-okvir .slika-div {
    margin-right: 40px;
}

.korist-okvir .slika-div img {
    width: 180px;
}

.nasi-partneri {
    padding: 60px 0;
    text-align: center;
}

.nasi-partneri a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding: 0 20px 0 0;
    color: #44b7ab;
    margin: 20px 0 0 0;
    text-decoration: none;
}

.nasi-partneri-col img {
    width: 100%;
    height: 130px;
    object-fit: contain;
    border: 1px solid #d0e5f0;
    padding: 5px;
    margin-bottom: 15px;
    transition: all 0.2s ease-out;
}

.nasi-partneri-col img:hover {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.pristupna-forma {
    padding: 60px 0;
    background: #44b7ab;
    background: linear-gradient(270deg, #44b7ab 0%, #008189 100%);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    -moz-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
}

.pristupna-forma h2 {
    color: white;
    text-align: center;
}

#pristupna-forma {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}

form textarea {
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: normal;
    max-width: 100%;
    height: 150px;
    text-align: left;
    border: 1px solid #d7dbe8;
    background: #fff;
    margin: 5px 0 5px 0;
}

form textarea:hover {
    border-color: #44b7ab;
}

.kartica-hero {
    float: right;
    width: 400px;
    position: absolute;
    right: 0%;
    bottom: 0;
    padding: 20px;
}

/***************************************/

/************* USTANOVE *************/

.hero-header-mali {
    padding: 80px 0 80px 0;
    background-size: cover;
    text-align: center;
    background: #44b7ab;
    background: linear-gradient(270deg, #44b7ab 0%, #008189 100%);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    -moz-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    margin-bottom: 20px;
}

.container-pretraga-ustanova {
    margin: 20px 0;
    min-height: 600px;
}

.ustanova-okvir {
    background-color: white;
    padding: 15px;
    border: 1px solid #d0e5f0;
    margin: 8px 0;
    transition: 0.2s ease-out;
    cursor: pointer;
    position: relative;
    height: 90%;
}

.ustanova-okvir h2 {
    font-size: 20px;
    padding: 0;
}

.ustanova-okvir .ustanova-slika {
    margin-right: 15px;
}

.ustanova-okvir .ustanova-slika img {
    width: 100%;
    max-width: 150px;
    max-height: 50px;
    object-fit: contain;
}

.ustanova-info {
    margin-top: 16px;
}

.mapa-row {
    height: 100%;
    min-height: 500px;
}

.ustanova-okvir .ustanova-tekst p {
    font-size: 14px;
    margin: 0;
}

.ustanova-okvir:hover {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

/***************************************/

/*********** USTANOVA.PHP ************/

.strana-ustanova {
    padding: 50px 100px !important;
}

.ustanova-naslov {
    display: flex;
    justify-content: space-between;
}

.strana-ustanova h1 {
    display: inline;
    font-weight: bold;
    font-size: 36px;
}

.strana-ustanova img {
    max-width: 175px;
    width: 100%;
    object-fit: contain;
}

.col-ustanova-logo {
    display: flex;
    justify-content: center;
}

.popust-kategorija {
    display: flex;
    align-items: center;
}

.ustanova-kategorija {
    background: #f9fbff;
    margin: 40px 0 !important;
    padding: 25px;
    text-align: left;
    font-size: 18px;
}

.popust-traka h3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    background: #44b7ab;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ustanova-sekcija {
    padding-bottom: 30px;
}

.ustanova-sekcija h3 {
    font-size: 16px;
    color: #666b86;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.ustanova-kontakt p {
    color: black !important;
}

.ustanova-kontakt span {
    color: #44b7ab !important;
    margin-left: 8px;
}

#map {
    height: 100%;
    min-height: 400px;
}

.marker {
    max-width: 250px;
}

.marker img {
    max-height: 100px;
    width: 100%;
    max-width: 125px;
}

.marker h3 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.marker p {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.marker button {
    width: 100%;
    color: white;
    padding: 5px;
    border: none;
    background-color: #008189;
}

/***************************************/

/*********** KONTAKT.PHP ************/

.hero-header {
    padding: 170px 0 80px 0;
    background-size: cover;
    text-align: center;
    background: #44b7ab;
    background: linear-gradient(270deg, #44b7ab 0%, #008189 100%);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    -moz-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
}

.strana-okvir {
    padding: 50px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-top: -100px;
}

.text-strana-okvir {
    padding: 50px 100px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-top: -100px;
}

.kontakt-forma .kontakt-div img {
    margin: 0 auto;
    width: 200px;
}

.kontakt-forma .slika-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.kontakt-div {
    display: flex;
    flex-direction: column;
}

.kontakt-div h1,
.kontakt-div h2 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}

.kartica-okvir {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kartica-okvir h3 {
    font-size: 32px;
}

/********* POLITIKA PRIVATNOSTI *********/

.politika-privatnosti ol {
    list-style: none;
}

.politika-privatnosti ol li {
    counter-increment: item;
    position: relative;
    padding: 30px 0;
    line-height: 1.6;
    border-top: 1px solid #d7dbe8;
    color: #666b86;
    text-align: center;
    font-size: 18px;
}

.politika-privatnosti ol li::before {
    content: counter(item);
    font-weight: bold;
    color: #666b86;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    padding: 0 20px;
    top: -15px;
    font-size: 18px;
    text-align: center;
}

/***************************************/

/********* UPUTSTVO ZA KORISNIKE *********/

.uputstvo-za-korisnike ol {
    list-style: none;
}

.uputstvo-za-korisnike ol li {
    counter-increment: item;
    position: relative;
    padding: 30px 0;
    line-height: 1.6;
    border-top: 1px solid #d7dbe8;
    color: #666b86;
    text-align: center;
    font-size: 18px;
}

/***************************************/

/***************************************/

/************* MEDIA QUERIES *************/

@media (max-width: 575.98px) {
    .col-prijatelji-inner img {
        min-height: 90px;
    }
}

@media (max-width: 767.98px) {
    .navbar-logo img {
        width: 120px;
    }
    .navbar-menu ul {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-menu.active {
        display: flex;
        flex-direction: column;
        background-color: #f1f1f1;
        position: absolute;
        top: 100%;
        right: 0;
        width: 80%;
        padding: 10px;
    }

    header {
        position: fixed;
        background: linear-gradient(270deg, #44b7ab 0%, #008189 100%);
        top: 0;
        margin: 0;
        z-index: 999;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-scrolled {
        -webkit-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
        -moz-box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
        box-shadow: 0px 5px 30px 0px rgba(28, 92, 158, 0.56);
    }

    .footer-row.col-3 {
        display: none;
    }

    .col-ustanova-inner h3 {
        font-size: 17px;
        padding: 10px 0;
        margin: 0;
        min-height: auto;
    }

    .col-ustanova-inner p {
        font-size: 14px;
        padding: 6px 0;
    }

    .ustanova-button {
        display: block;
        background: #44b7ab;
        background: -moz-linear-gradient(270deg, #44b7ab 0%, #008189 100%);
        background: -webkit-gradient(
            left top,
            right top,
            color-stop(0%, #44b7ab),
            color-stop(100%, #008189)
        );
        background: -webkit-linear-gradient(270deg, #44b7ab 0%, #008189 100%);
        background: -o-linear-gradient(270deg, #44b7ab 0%, #008189 100%);
        background: -ms-linear-gradient(270deg, #44b7ab 0%, #008189 100%);
        background: linear-gradient(270deg, #44b7ab 0%, #008189 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44b7ab", endColorstr="#008189", GradientType=1);
        padding: 15px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: block;
        min-width: 100%;
        border: 0;
    }

    #mali-hero {
        padding: 120px 0 40px 0;
    }

    #mali-hero h1 {
        font-size: 26px;
    }

    .cta {
        font-size: 12px;
    }

    .partneri-koristi h2,
    .nasi-partneri h2,
    .pristupna-forma h2 {
        font-size: 22px;
    }

    .partneri-koristi p,
    .nasi-partneri p,
    .pristupna-forma p {
        font-size: 14px;
    }

    .korist-okvir {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .korist-okvir .slika-div {
        margin: 0;
    }

    .nasi-partneri {
        padding-bottom: 10px;
    }

    .nasi-partneri-col {
        --bs-gutter-x: 3rem;
    }

    .nasi-partneri-col p {
        text-align: center;
    }

    .strana-okvir {
        padding: 0 10px 20px 10px;
    }

    .text-strana-okvir {
        padding: 0 10px 20px 10px;
    }

    .kartica-okvir h3 {
        font-size: 22px;
        text-align: center;
    }

    .kartica-okvir ul {
        text-align: center;
        list-style-type: none;
    }

    .kartica-okvir button.cta2 {
        font-size: 12px;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }

    .hero-header {
        padding: 120px 0 80px 0;
    }

    .strana-ustanova {
        padding: 20px 15px !important;
    }

    .strana-ustanova h1 {
        font-size: 22px;
    }

    .col-ustanova-logo {
        margin-top: 20px;
    }

    .popust-kategorija {
        text-align: center;
    }

    .ustanova-okvir h2 {
        font-size: 16px;
        padding: 0;
    }

    .ustanova-okvir .ustanova-tekst p {
        font-size: 12px;
        margin: 0;
    }
}

@media (max-width: 991.98px) {
    .kartica-hero {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    #pozadina-hero {
        background: linear-gradient(270deg, #44b7ab 0%, #008189 100%);
        height: auto;
    }

    .kartica-hero {
        bottom: 20%;
        width: 300px;
    }

    .container-hero {
        padding: 100px 0 100px 0;
    }

    .korist-okvir {
        width: 100%;
    }

    .hero-levi h1 {
        font-size: 1.7rem;
    }

    .hero-levi {
        align-items: center;
    }

    .hero-desni {
        font-size: 18px;
        align-items: center;
        margin-top: 30px;
    }
}

@media (max-width: 1399.98px) {
}

/**********************************/
