*{
    margin: 0 ;
    padding: 0 ;
    box-sizing: border-box;
}
.wrapper{
    
    width: 100%;
    background-color: rgb(0, 78, 186);
    height: 80px;
}
.wrapper5{
    width: 100%;
   background-color: rgb(255, 245, 236);
     min-height:100vh;
}
.wrapper3{
    margin: 0 auto;
    padding: 0 auto;
    width: 70%;
    border: 5px solid  rgb(0, 47, 254) ;
    border-radius: 44px;
    padding: 20px;
    padding-bottom: 40px;
    margin-top: 30px;
}
.icona-header{
    color: white;
}

.nic{
    width: 70%;
    margin: 0 auto;
}
.onas p{
    color: black;

}
.container p{
    color: black;
}
.header {
    width: 70%;
    display: flex;
    margin: 0 auto;                /* centriranje */
    align-items: center;
    justify-content: space-between; /* logo in ikone na robovih */
    height: 80px;
}

.icona-header {
    display: flex;
    gap: 20px;
    Margin-right: 10px;
    justify-content: space-evenly;
}
p{color: black;}

.logo {
    height: 70px;
    width: 200px;
   color: white;
   margin-left: 0 px;
}   

.search-box{
    display:flex;
    align-items:center;
    background:white;
    border-radius:40px;
    overflow:hidden;
    width:550px;
}

.search-box input{
    flex:1;
    padding:5px 5px;
    border:none;
    outline:none;
}

/* GUMB SEARCH BOX */
.search-box button{
    width:60px;
    height:50px;
    border:none;
    background:white;
    border-left:1px solid #ccc;
    cursor:pointer;
    font-size:20px;
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.wrapper6{
    width: 70%;
    margin: 0 auto;
    padding: 0 auto;
    background-color: rgb(255, 245, 236);
}
/* LEVI MENI */




/* DESNI PROFIL BOX */
.profil-box{
    width:30%;
    background:white;
    padding:35px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);

    
}

.profil-box h2{
    margin:0 0 20px 0;
    font-size:35px;
    color:#084191;
}

.profil-box p{
    font-size:20px;
    color:#555;
    margin-bottom:15px;
}

.wrapper2{
    width: 100%;
    background-color: rgb(0, 35, 83);
    height: 80px;
}

.nav-inner {
    width: 70%;
    display: flex;
    margin: 0 auto;                /* centriranje */
    align-items: center;
    justify-content: space-between; /* logo in ikone na robovih */
    color: white;
    
}
/*      profil     */
.profil-meni {
    background-color: white;
    margin: 10px;
    padding: 10px;
    left:  −22px;
    border: 2px solid rgb(0, 0, 131); border-radius: 10PX;
    width: 20%;
    flex: 1;
}

.profil-celo{
    display: flex;
    justify-content:flex-start;
    margin-top: 30px;

}


/*      LOGIN       */
.login a{
    color: black;
    text-decoration: none;
    font-size: 18px;
}
.main-login{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(255, 245, 236);
    
}
.login{
border-radius: 10px;
    align-items: center;
    gap: 10px;
   
    width: 420px;
    background-color: rgb(255, 255, 255);
    color: black;
    padding: 30px 40px;
}

.main-login h1{
    font-size: 36px;
    text-align: center;
}

.main-login .input-box{
width: 100%;
height: 50px;
position: relative;
margin: 30px 0px;

}
.input-box input{
    width: 100% ;
    height: 100%;
background-color: transparent;  
  outline: none;
  border: none;
    border-radius: 15px;
    border: 2px solid rgb(54, 54, 54);
    font-size: 16px;
    color: black;
    padding: 20px 45px 20px 20px;
}

.input-box input::placeholder{
    color: black;
    
}
.input-box i{
     position: absolute;
     right: 20px;
     top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
}

.main-login .forgot{
    display: flex;
    justify-content: end;
    font-size: 14px;
    color: black;
margin: -15px 0px 15px;
}

.forgot  a{
    color: darkblue;
    text-decoration: none;

}
.forgor a:hover{
    text-decoration: underline;
}
.main-login .btn{
    width: 100%;
    height: 45px;
    background-color: darkblue;
    border: none;
    border-radius: 40px;
    outline: none;
    color: rgb(255, 255, 255);
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    
    font-weight: 600;
}

/*      REGISTER         */
.login .register{
    font-size: 15px;
    text-align: center;
    margin: 20px 0px 15px;
    
}
.register p   a{
    color: rgb(115, 115, 179);
    text-decoration: none;
    font-weight: 600;
    
    
    
}
.register p a:hover{
    text-decoration: underline;
    
}
.register{
    display: flex;
    justify-content: center;
    
}


/*              NAVIGATION BAR*/
.nav-100{
    background-color: rgb(64, 126, 212);
    width: 100%;
    position: absolute;
}
.nav-70{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 23px;
}
.desni-nav{
    display: flex;
    gap: 30px;
    margin-left: auto;
    margin-right: 20px;
    
}

a{
    text-decoration:none;
}
/* MENU */

.dropdown-content,
.submenu{
    display:none;
    position:absolute;
    background-color:rgb(142, 142, 142);
    width:200px;
}

.dropdown-content a,
.submenu a{
    display:block;
    
    color:black;
}

.dropdown:hover .dropdown-content{
    display:block;
}

/* SUBMENU */
.submenu-box{
    position:relative;
}

.submenu{
    left:100%;
    top:0;
}

.submenu-box:hover .submenu{
    display:block;
}

.dropdown-content a:hover,
.submenu a:hover{
    background-color:#b0e5ff;
}

.dropdown-content p{
    margin:0;
    padding:18px;
    color:rgb(0, 0, 0);
    font-weight: 600;
}










/*     KATEGORIJE LIST         */

.kategorije-wrapper{

    gap: 50px;

    margin: 30px auto;
    
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

    
}

.kategorija-card{

    background: white;

    border-radius: 10px;

    

    text-decoration: none;

    color: black;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: space-evenly;

    transition: 0.3s;

    

    box-shadow:  3px 12px rgba(0,0,0,0.08);
}

.kategorija-card:hover{

    transform: translateY(-8px);

    box-shadow: 0 20px 20px rgba(0,0,0,0.15);
}

.kategorija-card img{

    width: 100px;

    height: 100px;

    object-fit: contain;

    margin-bottom: 10px;
}

.kategorija-card span{

    font-size: 20px;

    font-weight: 600;

    text-align: center;
}

.geslo-box{
    width:30%;
    background:white;
    padding:25px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    margin-top: 40px;
    flex: 2;
    margin-top: 100px;
}

.geslo-box h2{
    margin-bottom:25px;
    color:#084191;
}

.geslo-box input{
    width:100%;
    padding:15px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius:8px;
    font-size:16px;
}

.geslo-box button{
    padding:15px 25px;
    border:none;
    background:#084191;
    color:white;
    border-radius:8px;
    cursor:pointer;
}