*{font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    transition: all 0.5s ease;
   
} 

body{
background-color: rgb(238, 222, 202);
 margin-bottom: 100px;
}
.menu {
   
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    position:relative;
    font-size: 20px;
}



ul {
    margin: 0px;
    padding: 2px;
    list-style: none;
    text-align: justify;
}

ul li {
    float:left;
    width: 20%;
    height: 50px;
    background-color: rgb(78, 120, 161);
    opacity: 1;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    align-items: center;
    

}

ul li a {
    text-decoration: none;
    text-align: center;
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    
}

ul li a:hover {
    background-color: rgb(255, 185, 55);
    width: 100%;
    height: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    

}

ul li ul li {
    display: none;
    text-align: center;
    width: 253px;
    height: 50px;
}

ul li:hover ul li {
    display: block;
      position: relative;
       top:1px;
       box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}



.hover-me ul li:hover .menu-1 {

      display: block;
    position: absolute; /* Ensures proper placement */
    top: 0;  /* Aligns it with the parent item */
    left: 100%; /* Positions it to the right */
    width: 264.6px;
    height: 20px;
    z-index: 1000; 
}


ul li ul li ul li {
    display: none;


}



body{
    background: rgb(230, 230, 230);
}

h2 {
    padding: 5px;
    margin: 5px;
    text-align: center;
    font-size: 1.3em;
}
body {
    background: rgb(222, 212, 200);
}


@media only screen and (max-width: 600px){
    .imgbox{
        max-width: 90%;
        max-height: 200px;
        margin-bottom:5px ;
        
    }
    ul li{
        line-height: 20px;
        font-size: 13px;
    }
       ul li ul li {
    width: 150px;
    height: 40px;
}
    #zab{
        overflow-wrap: break-word;
    }
}

.container-new{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: justify;
    padding: 10px;
   
     
}

  .menu-1 {
    display: none;
}

 

.verila_leki {
    background: white;
    width: 320px;
    height: 480px;
    border-radius: 15px;
    display: grid;
     box-sizing: border-box;
    padding: 5px;
    margin: 8px;
}

.image {
    background-color: aqua;
    height: 200px;
    margin-bottom: 10px;
    background-size: cover;
}



.image:hover {
    background-color: rgb(248, 191, 106);
    color: white;
    cursor: pointer;
    transform: scale(1.3);
    transition: all is ease;
}

#img1 {
    background-image: url(images/cari_mali3.jpg);
    border-radius: 15px;
}


.verila_leki a {
   background-color: rgb(77, 122, 248);
    color: white;
    height: 40px;
    padding-top: 13px;
    display: block;
    text-align: center;
    margin: 8px 50px;
    text-decoration: none;
       
       
    }

.verila_leki a:hover{
       transform: scale(1.2);
        background-color: rgb(255, 185, 55);
        text-decoration-color: cadetblue;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
