 /* FONT */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* FONT END */

/* COLORS */

/* GLOBAL */

h2 {
    font-size: 20px !important;
}

.heading h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

hr {
    width: 100px !important;
    height: 1px;
    border: none !important;
    opacity: 1 !important;
    background-color: var(--red);
}

.hr2 {
    width: 50% !important;
    background-color: var(--red);
}

ul {
    list-style: none; /* Remove default bullets */
  }
  
  ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--green); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

:root {
    --green: #09af7e;
    --red: #cb1b25;
    --grey: #010101;
}

body, * {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

/* GLOBAL END */

/* HEADER */

header {
    height: 75px;
    margin: 20px;
    
}

.nav-item:hover {
    color: var(--red) !important;
}

.naruci-btn a {
    text-decoration: none;
    border: 2px solid var(--red);
    padding: 12px;
    transition-duration: 0.5s;
    color: var(--red);
}

.naruci-btn a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--red);
    transition-duration: 0.5s;
}

/* HEADER END */

/* intro */

.intro {
    margin-top: 80px;
}

/* intro end */

/* o proizvodu  */

#o-proizvodu {
    padding: 50px;
    background-color: #fafafa;
    margin-top: 120px;
}

.o-proizvodu_content {
    margin-top: 50px;
}

/* o proizvodu end */

/* upotreba */

#upotreba {
    margin-top: 120px;
}

/* upotreba end */

/* CARD SEKCIJA */

.card-sekcija {
    margin-top: 120px;
}
.card {
    padding: 30px !important;
    border: none !important;
    transition: 0.5s;
    box-shadow: 2px 6px 16px -1px rgba(0,0,0,0.34);
    -webkit-box-shadow: 2px 6px 16px -1px rgba(0,0,0,0.34);
    -moz-box-shadow: 2px 6px 16px -1px rgba(0,0,0,0.34);
}

.card-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.card-text {
    font-weight: bold;
    text-align: center;
}

.card p {
    text-transform: uppercase;
    text-align: center;
}

.card a {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--red);
    border: 2px solid var(--red);
    padding: 10px;
}

.btn-produkt {
    margin-top: 30px !important;

}

.card a:hover {
    color: #fff;
    background-color: #cb1b25;
    transition-duration: 0.2s;
    text-decoration: none;
}

.card:hover a {
    color: #fff;
    background-color: #cb1b25;
    transition-duration: 0.5s;

}

.card img {
    margin-top: 30px;
    width: 100%;
    height: 40%;
}

.btn-main {
    border-radius: 5px;
    border: 2px solid var(--green);
    padding: 8px;
    transition: 0.5s;
    text-decoration: none;
    color: var(--green);
}

.btn-main:hover {
    color: #fff;
    text-decoration: none;
    transition-duration: 0.2s;
    background-color: var(--green);
}

.card:hover {
    margin-top: -10px;
    transition-duration: 0.5s;
    background-color: var(--green) !important;
}

/* CARD SEKCIJA END */


/* kupci */

#kupci {
    margin-top: 120px;
}

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel-item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #db584e;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
/* kupci end */

/* naruci */

#naruci {
    margin-top: 120px;
}

/* naruci end */

/* footer */

.credit {
    justify-content: flex-end !important;
}


@media only screen and (max-width: 1200px) {
    .blob-o {
        display: none;
    }
    .blob-u {
        display: none;
    }
    .blob-k {
        display: none;
    }
    .blob-a {
        display: none;
    }



}

@media only screen and (max-width: 992px) {
    .card a {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .intro {
        margin-top: 10px;
    }
    .intro img {
        margin-top: 60px;
    }
    .kartice {
        margin-top: 30px !important;
    }
    .card img {
        height: 50%;
    }
    .credit {
        justify-content: center !important;
    }
    .copyright {
        justify-content: center !important;
    }
    .navbar-collapse {
        z-index: 11;
        right: 0;
        left: 0;background-color:#fff;
        padding: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .card img {
        height: 35%;
    }
}

.nav-active {
    background-color:#fff;
    box-shadow: 5px -1px 12px -5px grey;
}

.fixed-top {
    transition: 0.2s ease-in-out;
}

/* btn top */

#myBtn {
    position: fixed;
    bottom: 30px;
    float: right;
    right: 18.5%;
    left: 90.25%;
    max-width: 40px;
    width: 100%;
    border: none;
    font-size: 30px;
    display: none;
    background-color: var(--green);
    border-radius: 4px;
    text-decoration: none;
}

.test { 
    display: block !important;
    transition-duration: 0.5s;
}