.bg-gradient-chill {
    background: linear-gradient(135deg, #09e485 0%, #0291e3 100%); }

.bg-gradient-warm {
    background: linear-gradient(135deg, #F2CD48 0%, #FD803F 100%); }

.bg-gradient-bckg {
    background: linear-gradient(0deg, #1d1d1d 40%, black 100%); }

.bg-gradient-proizvod {
    background: linear-gradient(90deg, #d8d8d8 10%, black 170%); }

.bg-gradient-hot {
    background: linear-gradient(135deg, #F9445A 0%, #FD803F 100%); }

.bg-gradient-cold {
    background: linear-gradient(135deg, #8019C6 0%, #2F93CC 100%); }

.bg-gradient-primer {
    background: linear-gradient(-150deg, #2F93CC 0%, #1d1d1d 100%); }

.bg-gradient-sastojci {
    background: linear-gradient(270deg, #2F93CC 0%, #1d1d1d 100%); }

.bg-gradient-bw {
    background: linear-gradient(135deg, #2F93CC 10%, #fff 150%); }

.text-gradient-chill {
    background-image: linear-gradient(135deg, #09e485 0%, #0291e3 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }

.text-gradient-warm {
    background-image: linear-gradient(135deg, #F2CD48 0%, #FD803F 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }

.text-gradient-bckg {
    background-image: linear-gradient(0deg, #1d1d1d 40%, black 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }

.text-gradient-proizvod {
    background-image: linear-gradient(90deg, #d8d8d8 10%, black 170%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }

.text-gradient-hot {
    background-image: linear-gradient(135deg, #F9445A 0%, #FD803F 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }

.text-gradient-cold {
    background-image: linear-gradient(135deg, #8019C6 0%, #2F93CC 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }

.text-gradient-primer {
    background-image: linear-gradient(-150deg, #2F93CC 0%, #1d1d1d 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }

.text-gradient-sastojci {
    background-image: linear-gradient(270deg, #2F93CC 0%, #1d1d1d 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }

.text-gradient-bw {
    background-image: linear-gradient(135deg, #2F93CC 10%, #fff 150%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }

@media screen and (max-width: 768px) {
    .header_proizvod {
        font-size: 70%; }
    .header_proizvod .ime {
        word-break: break-all; }
    .header_proizvod .prikazi {
        font-size: 70%; }
    .slika_proizvod .img {
        height: 250px;
        width: 175px; }
    .slika_proizvod p {
        font-size: 80%; }
    .container_proizvod {
        margin-top: 1em; }
    #marketing {
        margin-top: 3em; } }

@media screen and (max-width: 515px) {
    .arrow-wrap {
        opacity: 0;
        display: none; }
    .carousel-indicators {
        margin: auto;
        margin-bottom: -20px; }
    .carousel-inner {
        margin-top: 54px; }
    .carousel-caption h1 {
        text-align: center;
        font-weight: bold;
        font-size: 150%;
        margin-bottom: 5px; }
    .carousel-caption p {
        font-size: 90%;
        margin-bottom: 5px;
        text-align: center;
        opacity: 0.9;
        font-weight: bold; }
    .btnAtk,
    .btnKh {
        font-size: 15px;
        margin-bottom: -20px; }
    .footer-left {
        font-size: 75%; }
    .footer-right {
        font-size: 70%; }
    .ft2,
    .footer-right {
        display: inline; }
    .footer {
        display: block; }
    .head_sastojci,
    .slika_proizvod {
        display: inline-block; }
    .header_proizvod {
        font-size: 50%; }
    .header_proizvod .ime {
        overflow-wrap: break-word; }
    .header_proizvod .prikazi {
        font-size: 70%; }
    
    .sastojci p {
        font-size: 50%; }
    .slika_proizvod .img {
        height: 150px;
        width: 100px; }
    .slika_proizvod p {
        font-size: 70%; } }

@media screen and (max-width: 390px) {
    .header_proizvod {
        font-size: 40%; }
    .header_proizvod .ime {
        overflow-wrap: break-word; }
    .header_proizvod .prikazi {
        font-size: 60%; }
    .footer-left {
        font-size: 55%; }
    .footer-right {
        font-size: 50%; }
    .slika_proizvod p {
        font-size: 60%; } }

@media screen and (min-width: 768px) and (max-width: 1171px) {
    .navbar {
        position: fixed; } }

body {
    background: #1d1d1d;
    font-family: "Roboto", sans-serif;
    color: #fff;
    height: 100%;
    margin: 0;
    line-height: 1.5; }

/* Set the size of the div element that contains the map */
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */ }

.header_proizvod {
    padding: 10px 0px 10px 10px; }
.header_proizvod .ime {
    color: black;
    font-size: 125%;
    cursor: pointer; }
.header_proizvod .prikazi {
    position: relative;
    float: right;
    font-size: 75%;
    text-align: center;
    bottom: 1px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 7px;
    border-radius: 10px;
    opacity: 0.8;
    margin: auto;
    color: white;
    cursor: pointer; }
.header_proizvod :hover {
    color: gray; }
.header_proizvod i {
    color: black; }

.asteriskField {
    display: none; }

.fas,
.prikazi,
.ime {
    display: inline-block;
    margin: auto; }

.fas {
    padding-right: 3px; }

.svi_proizvodi {
    padding-top: 2%; }

.strela {
    float: center;
    position: relative;
    bottom: 17px;
    left: 5px; }

.proizvod {
    overflow: hidden;
    border-radius: 10px;
    margin: 3px;
    overflow: hidden;
    font-size: 120%;
    border: 1px solid #666666;
    color: white;
    background-color: #1d1d1d;
    padding: 2px;
    font-weight: 300;
    width: 100%; }

.slika_proizvod {
    float: left;
    margin: 1%;
    overflow: hidden; }

.cena {
    position: relative;
    float: center;
    font-size: 75%;
    text-align: center;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    opacity: 0.8;
    margin: auto;
    color: white;
    cursor: pointer;
    vertical-align: middle;
    font-size: 120%; }

.border {
    background-color: white;
    height: 3px; }

.links {
    font-weight: bold; }

#marketing {
    padding-top: 7%;
    padding-bottom: 1%; }

#marketing_home {
    padding-top: 10rem;
    padding-bottom: 1%; }

.featurette-divider {
    height: 0.25px;
    background-color: #fff; }

.navbar {
    position: fixed; }

.footer-left {
    float: left;
    position: relative;
    text-shadow: 0 0 0 #fff;
    padding-top: 5px; }

.footer-left p {
    font-family: 'Maven Pro', sans-serif;
    font-size: 110%;
    color: #c7c7c7; }

.footer {
    border-top: 1px solid white;
    display: block;
    padding-top: 5px; }

.icons,
.text,
.year {
    float: right;
    position: relative;
    padding: 5px; }

.year p {
    padding-top: 3px; }

.text {
    padding-top: 8px; }

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh; }

.container_kontakt {
    vertical-align: middle; }

.kontakt,
.mapa {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    padding: 25px; }

.kontakt {
    position: relative; }

.mapa {
    position: relative;
    float: right;
    text-align: left; }

#autokozmetika {
    padding-bottom: 65px; }

#kucnahemija,
#lokacija {
    padding-top: 65px;
    padding-bottom: 65px; }

.scroll-line {
    top: 0;
    position: fixed;
    z-index: 1;
    margin-top: 52px;
    height: 8px;
    margin-bottom: -2px;
    width: 0%; }

.carousel-indicators {
    bottom: 20px; }

.carousel-item .img-fluid {
    opacity: 0.5; }

.p_text {
    text-align: justify; }

footer p a {
    color: #fff; }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

section {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 0 5px 0px #333; }

html {
    scroll-behavior: smooth; }

.arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -5em;
    margin-left: -5em;
    background: #111;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.5em;
    display: block;
    box-shadow: 0px 0px 5px 0px #333; }

.arrow {
    float: left;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #2F93CC transparent transparent transparent;
    transform: rotate(360deg); }

.arrow:after {
    content: "";
    position: absolute;
    top: -3.2em;
    left: -3em;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #111 transparent transparent transparent;
    transform: rotate(360deg); }

.hint {
    position: absolute;
    top: 0.6em;
    width: 100%;
    left: 0;
    font-size: 2em;
    font-style: italic;
    text-align: center;
    color: #fff;
    opacity: 0; }

.arrow-wrap:hover .hint {
    opacity: 1; }

@keyframes arrows {
    0% {
        top: 0; }
    10% {
        top: 12%; }
    20% {
        top: 0; }
    30% {
        top: 12%; }
    40% {
        top: -12%; }
    50% {
        top: 12%; }
    60% {
        top: 0; }
    70% {
        top: 12%; }
    80% {
        top: -12%; }
    90% {
        top: 12%; }
    100% {
        top: 0; } }

.arrow-wrap .arrow {
    animation: arrows 2.8s 0.4s;
    animation-delay: 3s; }

/* Hamburger Icon */
/* Icon 1 */
.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer; }

.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }

.animated-icon2 span {
    background: #e3f2fd; }

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
    top: 0px; }

.animated-icon2 span:nth-child(2) {
    top: 8px; }

.animated-icon2 span:nth-child(3) {
    top: 16px; }

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%; }

.animated-icon2.open span:nth-child(3) {
    top: 8px;
    width: 100%;
    left: 0%; }

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* NAVIGATION */
nav ul {
    list-style: none;
    text-align: center; }

nav a {
    color: #fff; }

nav ul li {
    display: inline-block; }

nav ul li a {
    display: block;
    padding: 15px;
    color: #fff; }

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all 0.5s; }

nav ul li a:hover {
    color: white; }

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
    position: relative; }

nav.stroke ul li a:after,
nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: "";
    color: transparent;
    background: white;
    height: 2px; }

.dropdown-item {
    color: white;
    text-align: center; }

nav.stroke ul li a:hover:after {
    width: 100%; }

nav.fill ul li a {
    transition: all 1s; }

nav.fill ul li a:after {
    text-align: left;
    content: ".";
    margin: 0;
    opacity: 0; }

nav.fill ul li a:hover {
    color: #fff;
    z-index: 0; }

nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1; }

/* Keyframes */
@keyframes fill {
    0% {
        width: 0%;
        height: 1px; }
    50% {
        width: 100%;
        height: 1px; }
    100% {
        width: 100%;
        height: 100%;
        background: #333; } }

/* Keyframes */
@keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%; }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0; } }

.head_sastojci--visible .sastojci {
    -webkit-transform: none;
    transform: none; }

.head_sastojci--animatable .sastojci {
    transition: all 330ms cubic-bezier(0.6, -0.28, 0.74, 0.05); }

.head_sastojci--visible.head_sastojci--animatable .sastojci {
    transition: all 330ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.head_sastojci {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: right;
    height: 100%; }

.podaci {
    overflow: hidden;
    height: 100%; }

.sastojci {
    overflow: hidden;
    padding: 2%;
    display: none;
    border: 1px solid #2e2e2e;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    float: right;
    -webkit-transform: translateY(-103%);
    transform: translateY(-103%);
    display: flex;
    flex-direction: column;
    will-change: transform;
    pointer-events: auto; }
