@charset "utf-8";
/* CSS Document */

        
* {
    box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  background-color: #000000;
} 

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

        
/* Navigacija fiksirana na vrhu */
.navbar {
    background-color: rgba(33, 37, 41, 0.95) !important;
    padding: 15px 0;
    }
    
.navbar-brand img { 
    height: auto; 
    width: 180px; 
}

.nav-link {
    font-family: "Roboto Condensed", sans-serif!important;
    font-weight: 300;
    letter-spacing: 1.5px;
    font-size: 16px;
    color: rgba(255,255,255,0.8) !important;
    transition: 0.3s;
}
    
.nav-link:hover, .nav-link.active { 
        color: #c9ae61 !important;
        font-weight: bold;
        }

@media (max-width: 1300px) {
    .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 14px;
        letter-spacing: normal;
    }
}

        
/* Izbor vina levo-desno */

.wine-menu {
    padding: 0;
    margin-left: auto;
}


.pd-navigation {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 24px;
    overflow: hidden;
    flex: 0 0 auto;
    width: 64px;
    float: right;
    background-color: #e0bc75;
}
        
        
.arrow-right {
    line-height: 0;
    padding: 9px 1px;
    cursor: pointer;
    fill: black;
    transition: .3s linear;
} 
        
.arrow-left {
    line-height: 0;
    padding: 9px 8px;
    cursor: pointer;
    fill: black;
    transition: .3s linear;
} 
    
/* Izbor vina levo-desno-kraj */
        
        
h1 {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}
    
h2 {
    font-size: 1.2rem; /* Smanji po želji */
    font-weight: 600;
}

h3 {
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-align: center;
    margin-top: 1px;
}
        
p {
    margin-bottom: 5px;
    color: #ffffff;
} 
    
    
/* Button u korpu */
        
.btn {
    font-family: "PT Sans", sans serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    width: 200px;
    height: 40px;
    background-color: #e0bc75;
    color: black;
    border: none;
}
        
.btn:hover {
    background-color: #000;
    color: #fff;
    border: none;
}        
        
/* Mobilni */
        
@media (max-width: 768px) {

h1 {
    font-size: 24px!important;
} 
    
.container {
    width: 100%!important;
} 
	
.navbar-brand>img {
    display: block;
}
    
#opis {
    width: 100%!important;
    padding-top: 350px;
}  
    
.btn {
    font-family: "PT Sans", sans serif;
    font-size: 12px;
    width: 150px;
    height: 40px;
    background-color: #e0bc75;
    color: black;
    border: none;
}
 }
        
        
/* Stilovi za prodavnicu */
:root {
    --color-primary: #000000;
    --font-sans: 'Inter', sans-serif;
}

        
#cart-badge {
    border-radius: 50%;
    padding: 3px 6px;
    display: none; /* Sakriveno dok je korpa prazna */
}
        
i:hover {
    color: white;
}  
        
/* Kontejner za ikonicu i badge da bi na mobilnom stajali zajedno */

/* Wrapperu dajemo fiksnu širinu ikonice da ga ništa ne rasteže */
.cart-wrapper {
    position: relative;
    display: inline-block;
    width: 24px;   /* Širina ikonice korpe */
    height: 24px;  /* Visina ikonice korpe */
    vertical-align: middle;
    line-height: 1;
}

#cart-badge {
    background-color: #d9534f !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: bold;
    
    /* Savršen krug */
    width: 16px;
    height: 16px;
    line-height: 16px; 
    text-align: center;
    border-radius: 50%;
    
    /* APSOLUTNO POZICIONIRANJE NA IVICU WRAPPERA */
    position: absolute;
    top: -8px;    /* Ide iznad gornje ivice */
    right: -10px; /* Ide desno van ivice */
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Isključujemo Bootstrap-ovo pomeranje za ovaj specifičan link */
.nav-link .cart-wrapper {
    margin-top: -5px; /* Fino podešavanje visine cele ikonice u odnosu na tekst */
} 
        
    
@media only screen and (max-width: 768px) {
    .opis-vina {
    font-family: "PT Sans", sans serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;

}    

}
        
 /* Definisanje glavne zlatne i tamne boje za ceo sajt */
:root {
    --gold: #c9ae61;
    --dark-bg: #212529;
    --red: red;
}

/* Dugme "Zakaži degustaciju" i "Close" u modalu */
.btn-gold, .btn-lg[data-bs-target="#myModal"] {
    background-color: var(--gold) !important;
    border: 1px solid var(--gold) !important;
    color: #000 !important;
    border-radius: 0; /* Oštre ivice daju elegantniji izgled */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-gold:hover, .btn-lg[data-bs-target="#myModal"]:hover {
    background-color: #b89a50 !important;
    color: #fff !important;
}

/* Sređivanje HR linije da prati boju teksta ili zlata */
hr {
    border-top: 2px solid var(--gold) !important;
    opacity: 1;
    margin: 20px auto;
}

/* Hover efekat na linkove u navigaciji */
.navbar-nav .nav-link:hover {
    color: var(--gold) !important;
}

/* Boja badge-a za korpu da ne odskače previše crvenom, možeš probati zlatnu */
#cart-badge {
    background-color: var(--red);
    color: #fff;
}

/* Modal header/footer pozadina ako želiš da bude tamna kao navigacija */
.modal-content {
    border-radius: 0;
    border: 2px solid var(--gold);
}
    
/* Modal buttons */
       
#btn-wa  {
    width: 250px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
}
    
#btn-wa:hover  {
    background-color: black!important;
}
    
    
#btn-mail {
    width: 250px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
} 
    
/* Tekst */
.opis-vina {
    font-family: "PT Sans", sans serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;

}    
        
    


