@font-face {
    font-family: "Noto Sans";
    src: url("/assets/NotoSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans";
    src: url("/assets/NotoSans-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/Poppins-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primarna: #ee1c47;
    --sekundarna: #ff823a;
    --neutralna: #fffefc;
    --naslov: #09153d;
    --tekst: #676c7b;
    --bs-btn-close-bg: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%2309153d"%3e%3cpathd="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/%3e%3c/svg%3e
    );
}

.custom-shape-divider-bottom-1698661482 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1698661482 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 64px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1698661482 .shape-fill {
    fill: #ffffff;
}

body {
    font-family: "Poppins", sans-serif;
}

.pocetna-hero-okvir {
    height: 80vh;
    padding: 0;
    position: relative;
}

.pocetna-hero {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pocetna-hero .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
}

.pocetna-hero .desno img {
    width: 85%;
    margin: 0 auto;
    display: flex;
}

h1 {
    font-family: "Noto Sans", sans-serif;
    font-size: calc(2rem + 1.5vw);
    color: var(--naslov);
    font-weight: bold;
    padding-top: 5%; 
}

h2 {
    font-family: "Noto Sans", sans-serif;
    color: var(--naslov);
    font-weight: bold;
}

p {
    color: var(--tekst);
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
}

hr {
    width: 150px;
    border-width: 3px;
    color: #ee1c47 !important;
    margin: 0 auto;
    opacity: 1;
}

.mt-100 {
    margin-top: 150px;
}

.kategorije .okvir {
    position: relative;
    height: 250px;
    border-radius: 12px;
    background-image: linear-gradient(0deg, var(--naslov), transparent);
    overflow: hidden;
}

.kategorije .okvir:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in;
}

.kategorije .okvir img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.5s ease-out;
}

.kategorije .okvir .info {
    position: absolute;
    bottom: 0;
    padding: 0 16px;
}

.kategorije .okvir .info h3 {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.kategorije .okvir .info p {
    background-color: var(--tekst);
    border-radius: 8px;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 4px 8px;
    width: max-content;
}

.stranica .okvir {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.stranica .okvir .slika-okvir {
    height: 200px;
    position: relative;
}

.stranica .okvir .slika-okvir .gradient {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 28%), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.stranica .okvir .slika-okvir img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.stranica .okvir .slika-okvir .kategorija {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--primarna);
    color: white;
    padding: 2px 8px;
    border-radius: 16px;
    font-size: 12px;
    margin-left: 8px;
    z-index: 2;
}

.stranica .okvir .slika-okvir .ocena .zvezda {
    font-size: 14px;
    color: #f2c700;
}

.stranica .okvir .slika-okvir .ocena {
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    color: var(--naslov);
    padding: 2px 8px;
    border-radius: 16px;
    font-size: 12px;
    margin-right: 8px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.stranica .okvir .info {
    padding: 8px;
}

.stranica .okvir .info h3 {
    font-size: 18px;
    color: var(--naslov);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stranica .okvir .info p:nth-child(2) {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.stranica .okvir .info p:nth-child(3) {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.naslov {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: 1rem;
    margin-right: 1rem;
}

.podnaslov {
    font-size: 14px;
    display: inline;
    float: left;
    flex-wrap: wrap;
}

.podnaslov-div {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    margin-left: 1rem;
    margin-right: 1rem;
    flex-direction: row;
    justify-content: space-between;
}

button.filter {
    border-radius: 14px;
    font-size: 14px;
    border: none;
    color: white;
    padding: 4px 10px;
    background-color: var(--sekundarna);
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    height: 80px;
}

nav .logo {
    width: 160px;
}

nav .logo img {
    width: 100%;
}

nav .navigacija {
    margin-left: 64px;
}

nav .navigacija ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

nav .navigacija ul li {
    margin: 0 14px;
}

nav .navigacija ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

nav .navigacija ul li.aktivan {
    color: var(--primarna);
    background-color: #fbdfe5;
    padding: 4px 12px;
    border-radius: 18px;
}

nav .dodaj {
    margin-left: auto;
}

nav .dodaj p {
    margin: 0;
    color: white;
    background-color: var(--primarna);
    padding: 8px 12px;
    border-radius: 16px;
    font-size: 14px;
}

/* MOBILNI NAV */

.offcanvas-header .btn-close {
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
}

nav.mobilni {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    height: 60px;
}

nav.mobilni .logo {
    width: 140px;
}

nav.mobilni .hamburger svg {
    width: 32px;
    fill: var(--naslov);
}

nav.mobilni .navigacija {
    margin-left: 0;
}

nav.mobilni .navigacija ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-direction: column;
}

nav.mobilni .navigacija ul li.aktivan {
    color: var(--primarna);
    background-color: #fbdfe5;
    padding: 4px 12px;
    border-radius: 18px;
    margin: 8px 8px 4px 8px;
}

nav.mobilni .navigacija ul li a {
    font-size: 16px;
}

.mobilni-scrolled {
    background: white;
    box-shadow: 0px 5px 30px 0px rgb(209 224 239 / 56%);
}

/* PROFIL */

.profil-slika {
    display: flex;
    justify-content: start;
    align-items: end;
}

.profil-slika img {
    width: 180px;
    border-radius: 16px;
    border: 1px solid #eee;
}

.profil-dugme {
    margin: 0 auto;
    display: flex;
    justify-content: end;
    align-items: end;
}

.instagram-dugme {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: #d6249f;
    padding: 8px;
    border-radius: 8px;
    background: radial-gradient(
            circle farthest-corner at 0% 150%,
            #ffe17d 0%,
            #ffcd69 12%,
            #fa9137 25%,
            #eb4141 41%,
            transparent 95%
        ),
        linear-gradient(-15deg, #234bd7 -10%, #c33cbe 65%);
}

.instagram-dugme p {
    margin: 0;
    margin-left: 16px;
    color: white;
    font-size: 16px;
    margin-right: 16px;
}

.instagram-dugme svg {
    fill: white;
}

.separator {
    width: 100%;
    border: 1px solid #eee;
    margin: 16px 0;
}

.profil-ocena {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid #eee;
}

.ocena {
    display: flex;
    justify-content: center;
}

.zvezdice {
    margin-left: 8px;
}

.ocena-zvezda {
    font-size: 30px;
    letter-spacing: -3px;
}

.ocena-zvezda-komentar {
    font-size: 20px;
    letter-spacing: -3px;
}

.ocena-puna {
    color: #f2c700;
}

.ocena-prazna {
    color: #d4d4d4;
}

.profil-ocena p {
    font-size: 12px;
    margin: 0 auto;
}

.ocena p {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: var(--naslov);
}

.profil-opis p {
    padding-right: 16px;
}

.profil-naziv {
    margin-left: 32px;
}

.profil-naziv h1 {
    font-size: 32px;
    margin-bottom: 0;
}

.profil-naziv h2 {
    font-size: 14px;
    color: var(--tekst);
    font-weight: normal;
    margin: 4px 0;
}

.font-18 {
    font-size: 18px !important;
}

.komentar .datum {
    display: flex;
    align-items: center;
}

.komentar-datum {
    margin: 0;
    margin-left: 8px;
}

.komentar-korisnik p {
    font-size: 20px;
    color: var(--naslov);
    margin: 0;
}

.komentar-div:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#komentari-div {
}

#komentari-div button {
    border: 0;
    background: none;
    color: var(--sekundarna);
    text-decoration: underline;
}

/* DODAJ STRANICU */

.dodaj-stranicu-forma {
    display: flex;
    justify-content: center;
}

.dodaj-stranicu-forma form {
    padding: 50px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 60%;
    font-size: 14px;
}

.dodaj-stranicu-forma form input,
.dodaj-stranicu-forma form textarea,
.dodaj-stranicu-forma form select {
    font-size: 14px;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #d8dadfcc !important;
}

.form-check-input:checked {
    background-color: var(--primarna);
    border-color: var(--primarna);
}

.dugme-primary {
    margin: 0;
    color: white !important;
    background-color: var(--primarna);
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 16px;
    border: 0;
}

/******** FOOTER *******/

/* Originalni CSS 
footer {
    background-color: var(--naslov);
    padding: 32px;
    color: white;
}
*/

footer {
    background-color: var(--naslov);
    color: white;
    display: inline-block;
    width: 100%;
    margin-top: 10%;
    padding: 2.5% 5% 2.5%;
    height: 100%;
}

footer {
    background-color: var(--naslov);
    padding: 32px;
    color: white;
}

.footer-lista h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer-lista ul {
    list-style-type: none;
    padding: 0;
}

.footer-lista ul li {
    margin-bottom: 8px;
    font-weight: 400;
    color: #e2e2e2;
    font-size: 14px;
}

.footer-lista hr {
    border: 1px solid #e2e2e2;
    margin: 16px 0;
}

.trademark {
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
}


/* ********* BLOG *********/

.text-primary {
    color: var(--primarna) !important;
}

.blog-logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blog-logo img {
    width: 256px;
}

.blog-tekst {
    max-width: 800px;
    margin: 0 auto;
}

.blog-tekst p {
    font-size: 22px;
    color: var(--naslov);
}

.blog-tekst p {
    font-size: 22px;
    color: var(--naslov);
}

.blog-tekst h2 {
    font-size: 30px;
    color: var(--primarna);
    margin-top: 32px;
}

.blog-tekst p.dugme-primary {
    width: fit-content !important;
    margin: 0 auto;
    font-size: 18px;
}

/* ****************** */

/* BREAK POINTS */

@media (max-width: 400px) {
    .pocetna-hero {
        height: 90vh !important;
    }
}

@media (max-width: 575.98px) {
    .kategorije .okvir {
        height: 200px;
    }

    .pocetna-hero {
        height: 100vh;
    }

    .dodaj-stranicu-forma form {
        width: 90%;
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: calc(1.375rem + 1.5vw);
    }
    .pocetna-hero .desno img {
        width: 70%;
        display: flex;
        margin: 0 auto;
    }

    .pocetna-hero {
        height: 100vh;
    }

    .profil-slika {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .profil-dugme {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .profil-naziv {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .profil-naziv h1 {
        font-size: 28px;
        margin-top: 16px;
        margin-left: 0;
        margin-bottom: 8px;
    }

    .separator {
        width: 90%;
        border: 1px solid #eee;
        margin: 16px auto;
    }

    .profil-ocena {
        border: none;
    }

    #footer-about {
        flex-direction: column;
        text-align: center;
    }
}

.col-12 .align-items-center a {
    padding-bottom: 10%;
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}
