body{
    background-image: linear-gradient(black ,rgb(7, 58, 0));
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow-y: scroll;
    overflow-x: scroll;
    min-width:1050px;
}
html{
    min-width: 1050px;
}
::-webkit-scrollbar {
    width: 15px;
    scroll-behavior: smooth;
    background-color: black;
    transition: .5s;
  }
  ::-webkit-scrollbar:hover {
    width: 15px;

    transition: .5s;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background-color:rgba(11, 121, 1, 0.089);
  }
  ::-webkit-scrollbar-track:hover {
    transition: .5s;
    background: #33ff0031; 
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #33ff0062; 
    border-radius: 20px;
    transition: .5s;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    width: 20px;
    background: #008f30; 
    transition: .5s;
    }
.onama{
    color: yellow;
    align-content: center;
    width: 100%;
    display:inline-block;
    row-gap: 20px;

    overflow-x: hidden;
    overflow-y: hidden;
    

}

.vudulogoimg{
    margin: 20px;
    width: 150px;
}
.ltekst{
    font-family: monospace;
    font-size: 15px;
    margin-bottom: 0px;
    color: yellow;
    
    text-align: center;
    font-weight: bold;
    
}
.vudulogotekst{
    display: inline-block;
    width: 200px;
}
.dtekst{
    font-family: monospace;
    font-size: 15px;
    margin-bottom: 0px;
    color: yellow;
    text-align: center;
    
    text-align: center;

}
.atekst{
    font-family: monospace;
    font-size: 20px;
    color: yellowgreen;
    text-align: center;
    text-shadow:3px 3px 2px darkgreen;
    text-align: center;
    background-color: rgba(255, 255, 0, 0.185);
}
.servis1{
    display:grid;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    background-color: rgb(66, 66, 66);
    border: 1px solid rgba(255, 255, 0, 0.397);
    border-radius: 5mm;
    box-shadow: 3px 6px 20px rgb(99, 99, 0);
    background-size: auto;
    background-image: linear-gradient( black, rgb(29, 29, 29));
    width:700px;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    padding-left: 20px;
    row-gap: 20px;
    align-items: center;
    
    
}
.akcija_naslov{
    text-align: center;
    color:rgb(255, 0, 0);
    font-size: 23px;
    font-weight: bold;
 padding: 0px;
 margin: 0px;

}
.akcija_tekst{
    text-align: center;
    color:yellow;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;

}
.akcija_cena{
    text-align: center;
    color:red;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;

}
.akcije
{
    padding-top: 10px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;

}
.a1,.a2,.a3{
    margin: auto;
    width: 300px;
    border-radius: 5px;
    height: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.578),rgba(0, 0, 0, 0.564));

}
p{
    row-gap: 2px;
    margin: 0px;
}
.bod{
    height: 700px;
    overflow-y: hidden;
    width: 100%;
}
#gtraka{
    display:grid;
    grid-template-columns: 300px auto 400px;
    height: 180px;
    overflow-y: hidden;
    transition: .5s;
    background-image:linear-gradient(black 200px,rgba(255, 255, 0, 0.151));
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    align-items: center;
    overflow-x: hidden;
    border-bottom: 3px solid yellow;
    
}
.map{
    width: 300px;
    height: 300px;
}
.sa{
    position: absolute;
    top: 180px;
    display: inline-grid;
    grid-template-columns: 120% auto;
    z-index:-1;
    min-width:1050px;
    max-height: 700px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#leviblok, #desniblok{
    background-color: rgb(0, 0, 0);
    display: block;
    text-align: center;
   
}
.titl_glavni{

    border-top: 3px solid yellow;
    border-bottom: 3px solid yellow;

    
    font-family: monospace;
    font-size: 60px;
    color: yellow;
    text-align: center;
    font-weight: 900;
}
.titl_usluge{
    font-family:monospace;
    font-size: 45px;
    font-weight: 900;
    color: yellow;
    text-align: center;
}
#kategorije{
    padding-top: 50px;

    display: grid;
    align-content: center;
    row-gap: 10px;
    grid-template-rows:  auto;
    grid-template-columns: auto auto auto;
    height: fit-content;
    transition: .5s;
}
.blokl,.blokd{
    display:grid;
    grid-row: auto auto auto;
    grid-template-columns: auto;
    row-gap: 10px;
}
.blokm{
    background-image:linear-gradient(to bottom left, black, rgba(0, 0, 0, 0.707));
    padding-top: 0px;
    opacity: 0.6;
    width: 580px;
    height: 460px;
    
    margin: auto;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    color: green;
    box-shadow:2px 2px 10px rgba(255, 255, 0, 0.445);
    transition: .5s;

}
.kartica{

    background-image:linear-gradient(to bottom left, black, rgba(0, 0, 0, 0.707));
    padding-top: 0px;
    opacity: 0.6;
    width: 200px;
    height: 80px;
    display: inline-flex;
    margin: auto;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    color: green;
    box-shadow:2px 2px 10px rgba(255, 255, 0, 0.445);
    transition: .5s;
    justify-content: center;
}
.rvreme:hover{
    color: yellow;
    font-size: 25px;
    transition: .5s;
    border-bottom: 1px solid Yellow;
}
.kartica:hover{
    color: yellow;
    opacity: 0.8;
    transition-duration: .5s;
    color: lawngreen;
    font-weight: bold;
    animation-duration: .5s;
    box-shadow:2px 2px 10px rgb(255, 255, 0);
}
.naslovi{
    color: yellow;
    opacity: 0.8;
    font-size: 14px;
    display: inline-block;
    width: 100px;
    font-family: monospace;
    text-align:center;
    margin: auto;
}
.footer{
    padding-top: 20px;
    font-family: monospace;
    font-size: 14px;
    color: yellowgreen;
    text-align: center;
}
.logo{

    max-width: 260px;

}
.logo2{ 

    max-width: 400px;
   
}
.ikone{
   
    display:  inline-block;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    background-size:contain;
    background-repeat: no-repeat;
}
.ikona1{
    background-image:url("/img/kartice/PCz.png");
    transition: .5s;
}
.ikona1:hover{
    background-image:url("/img/kartice/PCzu.png");
    transition: .5s;
}
.ikona2{
    background-image:url("/img/kartice/LaptopZ.jpg");
    transition: .5s;
}
.ikona2:hover{
    background-image:url("/img/kartice/LaptopZu.jpg");
    transition: .5s;
}

.ikona3{
    background-image:url("/img/kartice/telefonZ.jpg");
    transition: .5s;
}
.ikona3:hover{
    background-image:url("/img/kartice/telefonZu.jpg");
    transition: .5s;
}

.ikona4{
    background-image:url("/img/kartice/TabletZ.jpg");
    transition: .5s;
}
.ikona4:hover{
    background-image:url("/img/kartice/TabletZu.jpg");
    transition: .5s;
}

.ikona5{
    background-image:url("/img/kartice/biciklZ.jpg");
    transition: .5s;
}
.ikona5:hover{
    background-image:url("/img/kartice/biciklZu.jpg");
    transition: .5s;
}

.ikona6{
    background-image:url("/img/kartice/elektronikaZ.jpg");
    transition: .5s;
}
.ikona6:hover{
    background-image:url("/img/kartice/elektronikaZu.jpg");
    transition: .5s;
}

.ikona7{
    background-image:url("/img/kartice/obukaZ.jpg");
    transition: .5s;
}
.ikona7:hover{
    background-image:url("/img/kartice/obukaZu.jpg");
    transition: .5s;
}

.ikona8{
    background-image:url("/img/kartice/OtkupZ.jpg");
    transition: .5s;
}
.ikona8:hover{
    background-image:url("/img/kartice/OtkupZu.jpg");
    transition: .5s;
}

.ikona9{
    background-image:url("/img/kartice/hifiZ.jpg");
    transition: .5s;
}
.ikona9:hover{
    background-image:url("/img/kartice/hifiZu.jpg");
    transition: .5s;
}
.ikona10{
    background-image:url("/img/kartice/gpuZ.jpg");
    transition: .5s;
}
.ikona10:hover{
    background-image:url("/img/kartice/gpuZu.jpg");
    transition: .5s;
}


