*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #F8F8F8;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4 {
    color: #111111;
}

a {
    color: #111111;
    text-decoration: none;
}

p {
    color: #111111;
    margin: 0.5rem 0;
}

img {
    width: 100%;
}

.container-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: visible;
}

.main-nav .logo {
    padding-top: 20px;
    width: 230px;
}

.main-nav .logo:hover {
    opacity: 0.8;
}

.main-menu li {
    padding: 0 10px;
}

.main-menu li a:hover {
    border-bottom: 2px solid #111111;
}

.showcase {
    width: 100%;
    height: 65vh;
    background:linear-gradient(0deg, rgb(255, 255, 255, 0.4), rgb(255, 255, 255,0.4)), url("/img/wheelchair.jpg") no-repeat center center/cover;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;

}

.showcase-content {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.showcase-content h1 {
    font-weight: 700;
    font-size: 5.2rem;
    line-height: 1.1;
    margin: 0 0 2rem 0;
    text-transform: uppercase;
    overflow-x: visible;
}

.showcase-content p {
    text-transform: uppercase;
    color: #111111;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 2rem 0;
    overflow-x: visible;
}

.showcase-content a{
    padding: 15px;
    font-size: 20px;
}

.showcase-content a:hover i{
    margin-left: 10px;
}

a {
    color: #111111;
    text-decoration: none;
}

ul {
    list-style: none;
}

.container {
    width: 80%;
    max-width: 1100px;
    margin: auto;
}

/*kontakti*/
.kontakts {
    margin-left: 200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
}

.kontakts img {
    width: 100%;
    margin-bottom: 20px;
}

.kontakts h3 {
    font-size: 30px;
}

.kontakts p {
    font-size: 20px;
    padding-bottom: 20px;
}

.kontakts a:hover i {
    margin-left: 10px;
}

.map {
    margin-bottom: 20px;
}

.hide1 {
    display: none;
    margin-bottom: 40px;
    align-items: center;
}

.hide1 img {
    width: 100%;
    margin-bottom: 20px;
}

.hide1 h3 {
    font-size: 30px;
}

.hide1 ul {
    font-size: 20px;
    padding-left: 25px;
    padding-bottom: 20px;
    list-style: initial;
}

.hide1 p {
    font-size: 20px;
}
.hide1 a:hover i {
    margin-left: 10px;
}


.slike-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.slike-1 img {
    width: 100%;
}

.slike-1 h3 {
    font-size: 30px;
}

/*text*/
.text-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
    align-items: 1;
}

.text-1 p{
    font-size: 20px;
    line-height: 1.6;
    padding-top: 10px;
}

.text-1 h3 {
    font-size: 30px;
    padding-top: 0;
    margin-top: 0;
}

.onamadiv{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background:linear-gradient(0deg, rgb(255, 255, 255, 0.5), rgb(255, 255, 255,0.5)), url("/img/pexels-photo-339620.jpeg") no-repeat center center/cover;
    height: 200px;
    margin-bottom: 40px;
}

.onamadiv h1 {
    font-size: 50px;
    color: #000000;
}

/* usluge*/
.text h3 {
    font-size: 30px;
    align-items: 1;
    padding-bottom: 0px;
}

.text p {
    font-size: 20px;
    padding-bottom: 40px;
}

.uslugetext {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 30px;
    align-items: 1;
}

.uslugetext img {
    width: 100%;
}

.uslugetext h3 {
    font-size: 30px;
    padding-bottom: 0px;
    align-items: 1;
}

.uslugetext p {
    font-size: 20px;
    padding-bottom: 20px;
}

.uslugetext {
    align-items: center ;
}

/* nav */
.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.main-menu a {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
}

.main-menu li {
    padding: 0 10px;
}

.main-menu li a:hover {
    border-bottom: 2px solid #111111;
}

.btn {
    cursor: pointer;
    border: 0;
    font-weight: bold;
    padding: 10px 20px;
    background: #111111;
    color: #ffffff;
    font-size: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn:hover {
    opacity: 0.9;
}

/*Kartice*/

.igracke {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
    align-items: center;
}

.igracke img {
    width: 100%;
    margin-bottom: 20px;
}

.igracke h3 {
    font-size: 30px;
}

.igracke p {
    font-size: 20px;
    padding-bottom: 20px;
}

.igracke a:hover i {
    margin-left: 10px;
}

/*hrana*/
.hrana {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
    align-items: center;
}

.hrana img {
    width: 100%;
    margin-bottom: 20px;
}

.hrana h3 {
    font-size: 30px;
}

.hrana ul {
    font-size: 20px;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
    list-style: circle;
}

.hrana a:hover i {
    margin-left: 10px;
}

/*galerija*/
.gallery {
    position: relative;
    width: 1220px;
    margin: auto;
    margin-bottom: 30px;
}
.gallery img {
    width: 300px;
    transition:1s;
    padding: 15px;
}

.gallery img:hover {
    opacity: 0.6;
}

/*links*/
.links {
    background: #eeeeee;
    color: #616161;
    font-size: 14px;
    padding: 20px 0;
}

.links-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    align-items: flex-start;
    justify-content: center;
}

.links li {
    line-height: 2;
}

.links li h3:hover{
    opacity: 0.9;
}

.container-nav {
    position: relative;
    text-align: center;
    color: white;
  }

  .menu-btn {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
    display: none;
  }

  .main-nev {
      display: none;
  }

  /* Bottom left text */
  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }
  
  /* Top left text */
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }
  
  /* Top right text */
  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  
  /* Bottom right text */
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  
  /* Centered text */
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*mobitel*/
@media(max-width: 515px) {
    .onamadiv h1 {
        font-size: 35px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media(max-width: 650px)
{
    .showcase-content p {
        display: none;
    }

    .showcase-content h1 {
        text-transform: none;
    }
    .kontakts {
        grid-template-columns: 1fr;
    }

    .btn {
        margin-bottom: 20px;
    }

}

@media(max-width: 850px) {
    .hrana {
        grid-template-columns: 1fr;
    }

    .igracke {
        grid-template-columns: 1fr;
    }

    .kontakts {
        margin-left: 0px;
    }

}

@media(max-width: 1100px) {
    .kontakts {
        margin-left: 0px;
    }

    .uslugetext {
        grid-template-columns: 1fr;
    }

    .slike-1 {
        display: none;
    }

    .text-1 {
        display: none;
    }

    .hide1 {
        display: block;
    }

}

@media(max-width: 1220px) {
    .gallery {
        width: 920px;
    } 
}

@media(max-width: 920px) {
    .gallery {
        width: 620px;
    } 
}

@media(max-width: 620px) {
    .gallery {
        width: 300px;
    } 
}


@media(max-width: 800px) {
    .menu-btn {
        display: block;
    }
    
    .menu-btn:hover {
        opacity: 0.5;
    }

    .sve ul.main-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #f2f2f2;
        width: 50%;
        transform: translateX(-500px);
        padding: 5px;
        border-right: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
        opacity: 0.9;
        transition: transform 0.5s ease-in-out;
    }

    .sve ul.main-menu li {
        padding: 5px;
        border-bottom: #ccc solid 1px;
    }

    .sve ul.main-menu li:last-child {
        border-bottom: 0;
    }

    .sve ul.main-menu.show {
        transform: translateX(-20px);
    }

    .links-inner {
        grid-template-columns: 1fr;
        margin: auto;
    }

}

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../img/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../img/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../img/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../img/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}