/* CSS Document */

/*HEADER*/

.navbar {
    height: 15%;
    width: 100%;
    position: absolute;
    top: 0;
    background: transparent;
    z-index: 1000;
}


.inner-navbar {
    height: 15vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    
}


.navbar-brand {
    height:70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: white;
    gap: 20px;
}

.navbar-brand:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;

}

.navbar-brand p .ekoknap {
    font-weight: 700;
    font-size: clamp(1.5rem, 10vh, 2rem);
}

.navbar-brand p .racunalnistvo {
    font-size: 1.2rem;
}


.logo-p {
    line-height: 1.1;
}

.navbar-nav a {
    color: rgb(255, 255, 255);
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}


.dropdown-menu {
    background-color: #A0A5A3;
/*     padding: 30px; */
    border: none;
    -webkit-box-shadow:0rem 1rem 2rem -.5rem rgba(0, 0, 0, .15) ;
            box-shadow:0rem 1rem 2rem -.5rem rgba(0, 0, 0, .15) ;
/*     margin-left: -85px; */
}

.dropdown-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

#side1 {
        border-right: 1px lightgrey solid;
    }

.sides div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}

.menu-div {
    padding: 35px;
    width: 250px;
}


.sides p {
    color: rgb(255, 255, 255);
}

.sides .dropdown-item {
    padding: 0;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #a0da50;
}
@media (max-width: 768px) {
    .dropdown-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;}

    .dropdown-menu {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    #side1 {
        border: none;
    }
    .menu-div {
    width: auto;
}

}

/* Desktop hover: fade + slide WITHOUT transform (no blur) */
@media (min-width: 769px) {
  .nav-item.dropdown { position: relative; }

  .nav-item.dropdown .dropdown-menu {
    position: absolute;     /* make sure it's positioned */
    top: calc(100% + 10px); /* start 10px lower */
    left: 0;
    display: block;         /* keep layout stable */
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
      opacity .2s ease-in-out,
      top .2s ease-in-out,
      visibility 0s linear .2s;
    transition:
      opacity .2s ease-in-out,
      top .2s ease-in-out,
      visibility 0s linear .2s;
    pointer-events: none;   /* avoid hover gaps while hidden */
  }

  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;              /* slide up into place */
    -webkit-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
    pointer-events: auto;
  }
}


.nav-link.active {
    color: #a0da50 !important;
}

.nav-link:hover {
    color: #a0da50;
}

.kontakt-btn {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
    padding: 7px 25px;
    background-color: #8DC63E;
    border-radius: 20px;
    -webkit-transition: 150ms;
    transition: 150ms;
    float:right;
}

.kontakt-btn:hover {
    background-color: white;
    color: black;
    padding: 6px 24px;
    margin-bottom: 1px;
    margin-top: 1px;
    cursor: pointer;
}

.navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.center-navbar {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1001;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
}

.img-novice-bg{
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    width: 20%;
}




@media (max-width: 992px) {
    .navbar-collapse {
        margin-top: 50%;
        border-radius: 10px;
        padding: 10px;
        background-color: #a0a5a3;
    }

    .center-navbar {
    width: 80%;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: calc(-50% + 75px);
}
}

@media (min-width: 992px) and (max-width: 1200px) {
    .center-navbar {
        position: relative;
        left: 0;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .navbar-collapse {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}


/*FOOTER*/
.footer {
        height: auto;
    padding: 30px 0;
    background-color: #4d4d4d;
}

.footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-around;
    gap: 20px;
}

.footer-group div {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-group .logo-f {
    width: 10%;
}

.footer-group div p {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
    font-size: 1vw;
}


.logo-f img {
    width: 50px;
}

.partnerji-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.partnerji-f a img {
    width: 8.5vw;
}

.footer-group a {
    text-decoration: none;
    color: white;
}
.footer-group a:hover {
    text-decoration: none;
    color: white;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}
.social a {
    height: 33px;
    width: 33px;
}

.icon-social {
    height: 33px;
}

.footer hr {
    width: 60%;
    display: block;
    margin: auto;
    color: white;

}

























.head {
    height: 100vh;
    background-color: #184E51;
    padding-top: 15vh;
}


.wrapper {
    position: relative;
    overflow: visible;
    height: 100%;
    width: 100%;
}

/* .domov-naslov {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 4.625rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 3;
} */
.domov-naslov {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 4.625rem;
    text-align: center;
    color: #ffffff;
    /* Centriranje brez transformacije */
    position: absolute;
    top: 35%; /* Prilagodi ta odstotek, če želiš naslov višje ali nižje */
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 3;
}


.vas-partner {
    font-weight: 600;
}

.v-poslovnem-svetu {
    font-weight: 200;
}

.left-home {
    position: absolute;
    margin-top: 10vh;
    bottom: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
}

.right-home {
    position: absolute;
    margin-top: 10vh;
    bottom: 0;
    right: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
}

.bottom-home {
    position: absolute;
    bottom: 0;
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1005;
}


/* .button-home-center-div {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    position: relative;
    z-index: 4;
    top: 7%;
} */

.button-home-center-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 15%; 
    left: 0;
    width: 100%;
    z-index: 10;
}


.button-home {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 7px 25px;
    background-color: white;
    border-radius: 20px;
    -webkit-transition: 150ms;
    transition: 150ms;
}

.button-home:hover {
    background-color: #8DC63E;
    color: white;
    padding: 6px 24px;
    margin-bottom: 1px;
    margin-top: 1px;
    cursor: pointer;
}

.puscica {
    display:block;
    height: 15px;
    width: auto;
    -webkit-transition: 100ms;
    transition: 100ms;
}



.puscica:hover {
    height: 20px;
}



/* .home-p {
    opacity: 0;
    visibility: hidden;
    margin-top: 10%;
    text-align: center;
    color: white;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 5;
} */

.home-p {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: white;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    /* Centriranje brez transformacije */
    position: absolute;
    top: 35%; /* Naj bo enak kot top pri .domov-naslov */
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 1100px;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.4;
    z-index: 5;
}

/* 3 ZAVIHKI*/

.zavihki {
    padding-top: 25vh;
    height: 100vh;
}

.zavihki-h {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    color: #4d4d4d;
    -webkit-transform-origin: left;
       transform-origin: left;
}

.zavihki-picture {
    height: 100%;
    position: absolute;
    right: 2%;
    margin-top: -50px;

}

.zavihki-picture img {
    position: absolute;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
}

#img1 {
    visibility: visible;
    opacity: 1;
}

.zavihki-p {

}


/* .zavihki-link {
    text-decoration: none;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3rem;
    color: #4d4d4d;
}

.zavihki-link:hover {
    cursor: text;
}
 */
.zavihki-p {

}

#prodaja {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    visibility: visible;
    opacity: 1;
}

#prodaja-p {
    padding-top: 20px;
    padding-bottom: 50px;
}


#storitve-p {
    visibility: hidden;
    opacity: 0;
    padding-top: 20px;
    padding-bottom: 50px;
}



#it-storitve {
    margin-top: -20px;
}

#it-storitve-p {
    opacity: 0;
    visibility: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
}

/*MOBILE*/
.prodaja-m {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: min(14vw, 3.5rem);
    color: #4d4d4d;
}

.img-m {
    display: block;
    margin: auto;
    width: auto;
    height: min(50vw, 275px);
}


/*KAJ DELAMO*/

.kaj-delamo {
    margin-top: 25vh;
    height: auto;
    padding-bottom: 13%;
}

.kaj-delamo::-moz-selection {
    background-color: #D2FFDF;
}

.kaj-delamo::selection {
    background-color: #D2FFDF;
}

#icon-group {
    font-size: 5rem;
    text-align: center;
    margin-top: 10vh;
}

#icon-group-m {
    font-size: 3rem;
    text-align: center;
}


.kaj-delamo-h {
    text-align: center;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: min(5vw, 4rem);
}

.kaj-delamo-p {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.kaj-delamo-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


/*ABOUT US*/


.about {
    height: auto;
    background-color: #184E51;
    color: #D9FFE5;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    padding: 3% 0;
}

#about-us {
    font-size: 1.5rem;
    color: white;
    
}

.we-are-ekoknap {
    font-size: 5rem;
}

.img-centr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-btn:hover {
    background-color: transparent;
    border: 1px rgb(255, 255, 255) solid;
    color: rgb(255, 255, 255);
    padding: 6px 24px;
    margin-bottom: 1px;
    margin-top: 1px;
}

#about-p {
    font-family: Arial, Hevletica, sans-serif;
    text-align: left;
}

.btn-primary-hero {
            background: #D3FFDF;
            color: #184E51;
            border: none;
            border-radius: 50px;
            padding: 12px 30px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            text-decoration: none;
            -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
            transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
            transition: transform 0.2s, box-shadow 0.2s;
            transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
            display: inline-block;
        }

        .btn-primary-hero:hover {
            -webkit-transform: translateY(-2px);
                    transform: translateY(-2px);
            -webkit-box-shadow: 0 8px 28px rgba(211, 255, 223, 0.3);
                    box-shadow: 0 8px 28px rgba(211, 255, 223, 0.3);
           
        }


.about-button {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}





.contact {
    height: auto;
    background-color: #f2eee5;
    padding-bottom: 10%;

}


.contact-us {
    margin-top: 10vh;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #184E51;
}


.contact-us-h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* vertically centers icon with text */
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #184E51;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    /* gap: 0.5rem; /* optional spacing between icon and text */
}

.contact-us-h6 .material-symbols-outlined {
    font-size: 2.5rem; /* match the surrounding text size */
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



.matjaz-img {
    width: 25vw;
/*     border-radius: 20px; */
    display: block;
    margin: auto;
}

.info {
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-weight: 550;
    }

    .kontakt-link {
        color: black;
        font-weight: 400;
        margin-left: 50px;
    }

.contacts {
    text-align: center;
}




/* 
.s-letter {
    position: relative;
    top: 0.0rem;
} */

#btn1 {
    background-color: #8DC63E;
    -webkit-transition: 50ms;
    transition: 50ms;
}

#btn1:hover {
    -webkit-box-shadow: 2px 2px 5px rgb(156, 156, 156);
            box-shadow: 2px 2px 5px rgb(156, 156, 156);
}


#contact-img {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 13%;
}


.contact-image {
    margin-top: 1rem;
    border-radius: 45px;
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
}


.blog .card:hover {
    -webkit-transform: translateY(-10px) !important;
            transform: translateY(-10px) !important;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1) !important;
            box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1) !important;
}
.blog .card-img-top {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.blog .card:hover .card-img-top {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

/* Efekt za kontaktne kartice */
.contact-card:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
            box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
}

.contact-card-link:hover .icon-wrapper {
    background: #4CAF50 !important;
}

.contact-card-link:hover .material-symbols-outlined {
    color: #ffffff !important;
}

@media (min-width:1025px) {
    .head-mobile {
        display:none;
        }
}

@media (max-width: 1024px) {
    .head {
        display: none;
    }
    .head-mobile {
        height: 100vh;
        background-color: #868F8B;
        padding-top: 15vh;
        }
    #domov-naslov-mobile {
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: clamp(2rem, 12vw, 4.625rem);
        text-align: center;
        color: #ffffff;
        position: absolute;
        top: 35%;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 3;
    }

    #home-p-mobile {
        opacity: 0;
        visibility: hidden;
        text-align: center;
        color: white;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        font-size: 1.6rem;
        font-weight: 300;
        z-index: 5;
    }
    #vas-partner-mobile {
    font-weight: 600;
    }

    #v-poslovnem-svetu-mobile {
        font-weight: 200;
    }
    

    

    #left-home-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    }

    #right-home-mobile {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    }
    #bottom-home-mobile {
    position: absolute;
    bottom: 5%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    
    }
    #kaj-delamo-h {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 3rem;
    }

    #kaj-delamo-p {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }



}

@media (min-width:769px) {
    .green-m {
        display: none;
    }
}

@media (max-width:768px) {
    #left-home-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
    }

    #right-home-mobile {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 164%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    }
    #bottom-home-mobile {
    position: absolute;
    bottom: 32%;
    width: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    
    }
    .green-bg-animation {
        display: none;
    }

    .kaj-delamo-h {
        font-size: clamp(1.3rem, 3vw, 1.5rem);
    }
    .kaj-delamo {
        padding-bottom: 10%;
        margin-top: 10vh;
    }
    .kaj-delamo-p {
        text-align: center;
    }
    .about {
        padding-bottom: 10%;
    }
    .contact-us {
    margin-top: 4vh;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    }

    .contact-us-h6 {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #184E51;
    font-size: 1.65rem;
    }
    .call {
    padding-left: 0;
    }
    .padd-contact {
        padding-top: 1rem;
    }
    .zavihki-p {
        text-align:center;
    }



}

@media (min-width:451px) {
    .head-phone {
        display: none;
    }
}

@media (max-width:450px) {
    /*HEADD*/
    .head-mobile {
        display: none;
    }

    .head-phone {
        height: 100vh;
        background-color: #184E51;
        padding-top: 15vh;
        overflow: auto;
    }

   .domov-naslov {
        font-size: 12vw;
    }

    .home-p {
        width: 95%;
        font-size: 1.3rem;
    }

    .left-home {
        position: absolute;
        margin-top: 10vh;
        bottom: 0;
        left: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0;
    }

    .right-home {
        position: absolute;
        margin-top: 10vh;
        bottom: 0;
        right: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1;
    }

    .bottom-home {
        position: absolute;
        bottom: 20%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1005;
    }

    


    

    .about-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .cont {
        padding: 0 3%;
    }
    .we-are-ekoknap {
        font-size: 11vw;
    }

    .call {
        margin-top: 30px;
    }

    .hr-contact {
        width: 80%;
        display: block;
        margin: auto;
    }
    #call-us-p .info{
        text-align: center;
    }
    #about-us {
        margin-top: 5vh;
    }
    .kaj-delamo {
        padding-bottom: 35%;
    }
    .contact-us-h6 {
        text-align: center !important;

    }

    .padd-contact {
        padding-right: 0;
    }
    .matjaz-img {
        height: auto;
        width: 75vw;
    }

    .footer-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .footer-group div {
        width: 100%;
    }

    .footer-group .logo-f {
        width: 100%;
    }

    .logo-f img {
        width: 17vw;
    }

    .footer-group div p {
        font-size: 5vw;
    }
    .partnerji-f a img {
        width: 30vw;
    }
}