body {
    margin: 0;
}
.strelice{
    background-color: black;
    margin-top: 10px;
    height: 40px;
    text-align: center;
    font-size: 25px;
}

.slideshow-container {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dots {
    text-align: center;
    background-color: black;
}

.dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.active {
    background-color: #555;
}
.kosaricaKontejner{
    position: fixed;
    bottom: 110px;
    right: 200px;
}
.kosarica{
    width: 70px;
    position: relative;
    border: 2px solid orange;
    border-radius: 100%;
    padding: 10px;
    text-align: center;
}
.kosarica:hover{
    cursor: pointer;
}
.brojacProizvoda{
    background-color: orange;
    text-align: center;
    border-radius: 100%;
}

.traka {
    background-color: black;
    height: 60px;
    display: flex;
    align-items: center;
}
.Logo {
    width: 15%;
    height: 50px;
    display: block;
    margin-left: 10px;
}

.Logo:hover {
    cursor: pointer;
    border: 1px solid white;
}

.podTraka li {
    list-style: none;
    cursor: pointer;
    display: inline;
    margin-left: 75px;

}

a {
    list-style-type: none;
    font-size: medium;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    text-align: center;

}

.unos {
    width: 500px;
    height: 40px;
    margin-top: 13px;
    padding: 0;
    border-radius: 30px 30px 30px 30px;

}

.traziSl {
    width: 23px;
    position: absolute;
    top: 20px;
    right: 15px;
}

.traziSl:hover {
    cursor: pointer;
}

.trazilica {
    display: inline;
    margin-bottom: 12px;
    position: relative;
    margin-left: 150px;
}

.ponudeNaslov{
    background-color: black;
    color: white;
    display: flex;
}
.ponudeNaslov img{
    width: 90px;
    padding-left: 10px;
    border-radius: 100%;
}
.ponudeKontejner{
    display: flex;
    justify-content: space-around;
    padding: 5%;
}
.kon1{
    width: 500px;
    border: 2px solid black;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.15);
    transition: 0.3s ease;
}

/* HOVER EFEKT */
.kon1:hover{
    transform: translateY(-8px);
    box-shadow: 0 0 30px black;
}

/* NASLOV */
.kon1 h1{
    font-size: 28px;
    margin-bottom: 15px;
    color:black;
}

/* SLIKA */
.kon1 img{
    width: 200px;
    margin-bottom: 15px;
}

/* CIJENA */
.kon1 p:first-of-type{
    font-size: 30px;
    font-weight: bold;
    color: #ff7b00;
    margin: 10px 0;
}

/* OPIS */
.kon1 p:last-of-type{
    font-size: 15px;
    color: #cfcfcf;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* BUTTON */
.dodajukosaricu{
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #000000, #383128);
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}

/* HOVER BUTTON */
.dodajukosaricu:hover{
    transform: scale(1.03);
    background: linear-gradient(135deg, #ff7b00, #ffae00);
}
.promo{
    display: flex;
}
.promo img{
    width: 50%;
}

.marketing{
    display: flex;
    color: black;
    justify-content: center;
}
.protein img{
    width: 500px;
}
.creatin img{
    width: 500px;

}
.vitamini img{
    width: 500px;
}

.SrednjiDiv h1{
    color: black;
    border-bottom: 5px solid black;
    width: 20% ;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

.proizvodHolder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.produkti {
    color: black;
    width: 22%;
    border: 3px solid black;
    border-radius: 30px 30px 30px 30px;
    margin: 20px;
}

.produkti img {
    width: 250px;
    padding: 10px;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.produkti button {
    width: 200px;
    height: 40px;
    color: white;
    background-color: black;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    display: block;
}

.holderB {
    text-align: center;
    padding: 25px;
}

.holderB button {
    color: white;
    background-color: orangered;
    border: 0;
    height: 35px;
    width: 35px;
    border-radius: 10px 10px 10px 10px;
}

* {
    box-sizing: border-box;
}
.kartice{
    color: black;
    display: flex;
    justify-content: space-around;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: larger;
    padding: 5%;
}
.kartice div{
    display: flex;
    background-color: #e7e4e4;
    align-items: center;
    padding: 3%;
    border-radius: 25px 25px 25px 25px;
    height: 225px;
}
.kartice img{
    width: 70px;

}
.kraj{
    padding: 5%;
    background-color: black;
}


/* ===== IKONE ===== */
.slikeHolder {
    display: flex;
    justify-content: space-around;
    align-items: center;

    max-width: 1200px;
    margin: 0 auto 20px auto;
}

.slikeHolder img {
    width: 50px;
}

/* UKLANJAMO absolute */
.p1, .e1, .i1, .s1 {
    position: static;
}

/* ===== TEKST ISPOD IKONA ===== */
.informacijeHolder {
    display: flex;
    justify-content: space-around;
    text-align: center;
    gap: 150;

    max-width: 1200px;;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 50px;
}

.informacijeHolder div {
    width: 100%;
}

/* linije između */
.broj,
.adresaM,
.instagram {
    border-right: 1px solid #444;
}

/* makni liniju zadnjem */
.informacijeHolder div:last-child {
    border-right: none;
}

/* tekst */
.informacijeHolder p {
    color: white;
    padding: 10px 0;
}
.footer {
    background-color: black;
    border-top: 1px solid white;
}

.footer p {
    color: orange;
    margin: 0;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 20px;

}
