*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Poppins';
    max-width: 100%;
    overflow-x: hidden;

}
header{
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    position: relative;
}
ul li a{
    position: relative; 
}
.language-select{
    border: none;
}
.nav_bar{
    padding-top: 1%;
    display: flex;
    justify-content: center;
    background: #00000051;
}
.nav_bar a{
    max-width: max-content;
    text-decoration: none;
    color: white;
    font-size: 20px;
    border-bottom: solid hidden;
}
.nav_link:hover{
    color: #fff;
    transition: 0.3s;
    
}
.nav_bar li #underline::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s;

}
.nav_bar #underline:hover::after{
    transform-origin: center;
    transform: scaleX(1);

}



.logo{
    width: 30%;
    display: flex;

}
.logo img{
    width: clamp(100px, 5vw, 120px);

}
.nav_bar{
    display: flex;
    align-items:center;
    justify-content: space-evenly;

}

.navlist li{
    display: inline;
    padding-left: 20px;
}


.language-select{
    background: #fff;
    color: #000;
}


#kontakt{
    background: #ba0505;
    padding: .4vw;
    padding-left: 2vw;
    padding-right: 2vw;
}
#kontakt:hover{
    background: #db0a0a;
    transition: .5s;
}
.language-select{
    margin-left: 20px;
}







/* Dropdown container */
#dropdown {
    position: relative; /* Important for positioning dropdown */
}

.dropdown {
    display: none; /* Hide the dropdown by default */
    position: absolute;
    top: 100%;
    left: 1vw;
    background-color: #ba0505;
    min-width: 180px;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style the dropdown links */
.dropdown li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
.dropdown li a:hover {
    background-color: #a50303;
    transition: .6s;
}


/* Show the dropdown when hovering over the parent item */
#dropdown:hover .dropdown {
    display: block;
}

/* Responsive design for smaller screens */
@media screen and (max-width: 768px) {
    .navlist {
        flex-direction: column; /* Stack items vertically */
    }

    .nav-links {
        flex-direction: column; /* Stack items vertically */
        width: 100%;
    }

    .nav_link {
        padding: 10px; /* Adjust padding for smaller screens */
    }

    #dropdown .dropdown {
        position: static; /* Make dropdown behave like a regular list item */
    }
    
    #dropdown:hover .dropdown {
        display: block;
        position: static; /* Dropdown list will be in the normal flow */
    }

    /* Optional: You could add a "hamburger" menu for mobile screens if needed */
    .hamburger-menu {
        display: block;
        background-color: #ba0505;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
}







#menu-icon{
    color: white;
    font-size: 55px;
    z-index: 10001;
    cursor: pointer;
    display: none;

}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Make sure it's above other content */
    background: #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


@media (max-width:1035px){
    #menu-icon{
        display: block;
    }
    .navlist{
        position: absolute;
        top: -1000%;
        right: 0;
        width: 250px;
        height: 70vh;
        background: #000;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 50px 20px;
        transition: all .55s ease;
        overflow: scroll;
        z-index: 1;
    }
    .navlist a{
        padding-top: 2vw;
        display: flex;
        margin: 8px 0;
        margin-left: 0;
    }
    .navlist.open{
        top: 0;
    }
}






















.video-background {
    position: relative;
    height: 100vh; /* Full viewport height */
    width: 100vw; /* Full viewport width */
    overflow: hidden;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; /* Ensure the video covers the full width */
    height: 100%; /* Ensure the video covers the full height */
    object-fit: cover; /* Maintain aspect ratio while filling the viewport */
    z-index: -1; /* Send the video to the background */
}



.glava_text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 85vh;
}
.glava{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
    font-family: 'Lato';
    width: 100%;
}
.glava h1{
    font-size: clamp(35px, 3vw, 150px);
    text-align: center;
    font-weight: 900;
    width: 80%;
    color: #ba0505;
    text-shadow: -1px 1px 0 #000,
    1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000;
}
.glava_h1{
    display: flex;
    justify-content: center;
    width: 100%;
}


.podnaslov_glava{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.glava h2{
    font-weight: lighter;
    font-size: clamp(20px, 1.3vw, 150px);
    text-align: center;
    width: 100%;
    color: #ffffff;
}
.gumb_glava{
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    gap: 10vw;
    overflow-x: hidden;
}
.gumb_glava button{
    background: #000000;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: clamp(20px, 1.2vw, 150px);
    border-radius: 50px;
    width: 13vw;
    animation-name: glow;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    font-variant: small-caps;
    box-shadow: rgba(102, 101, 101, 0.3) 0px 19px 38px, rgba(172, 170, 170, 0.22) 0px 15px 12px;}
.gumb_glava button:hover{
    cursor: pointer;
    transition: 0.6s;
    background: #fff;
    color: #ba0505;
    font-weight: bolder;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 19px 38px, rgba(255, 255, 255, 0.22) 0px 15px 12px;
    font-size: clamp(20px, 1.3vw, 150px);;
}

.gumb1 button{
    
    font-size: clamp(20px, 1.2vw, 150px);
    border-radius: 50px;
    color: #fffefe;
    background-color: #ba0505;

}






@media(max-width:1050px){
    .gumb_glava button{
        width: 18vw;
    }
}
@media(max-width:856px){
    .gumb_glava button{
        width: 24vw;
    }
}
@media(max-width:650px){
    .glava h1{
        font-size: clamp(25px, 2vw, 250px);
    }
    .glava h2{
        font-size: clamp(16px, 2vw, 250px);
    }

}
@media(max-width:642px){
    .gumb_glava button{
        width: 30vw;
    }
}
@media(max-width:569px){
    .gumb_glava button{
        font-size: clamp(14px, 1vw, 150px);    
    }
}
@media(max-width:423px){
    .gumb_glava button{
        width: 30vw;
    }
}
@media(max-width:379px){
    .gumb_glava button{
        width: 33vw;
    }
}























.slider{
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow-x: hidden;
}



.slide-track {
    display: flex;
    width: calc(250px * 18);
    width: 100%;
    animation: scroll 40s linear infinite;
}
.slide{
    height: 150;
    width: 100px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}
.slide img{
    width: 100%;
}


.slide img:hover{
    transform: translateZ(20px);
    transition: 1s;
}
.slide-track:hover{
    animation-play-state: paused;
}


@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
}






.naslov_storitve{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2vw;
    font-size: clamp(12px, 1vw, 150px);
    color: #ba0505;
}
.naslov_storitve::before{
    display: inline-block;
    align-items: center;
    content: '';
    border-top: solid 1px rgb(215, 213, 213);
    width: 40%;
    margin-right: 20px;
}
.naslov_storitve::after{
    display: inline-block;
    align-items: center;
    content: '';
    border-top: solid 1px rgb(215, 213, 213);
    width: 40%;   
    margin-left: 20px;
}








.naslov_storitve{
    display: flex;
    justify-content: center;
    font-size: clamp(20px, 1.7vw, 150px);
    padding-top: 5vw;
    font-family: 'lato';
    font-weight: 900;
    color: #ba0505;

}
.vse_storitve{
    display: flex;
    flex-direction: column;
    gap: 5vw;
    padding-bottom: 5vw;
}
.storitev1{
    display: flex;
}

.storitev1 .slika{
    width: 50%;
}
.storitev1 .slika img{
    width: 100%;
    height: 29.2vw;

}
.storitev1 .besedilo{
    width: 50%;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #efeeee;
    height:29.2vw;
}

.text_storitev h4{
    font-weight: lighter;
    text-align: justify;
}
.gumb_storitev{
    padding-top:2vw;
}
.gumb_storitev button{
    padding: 15px;
    font-family: 'poppins';
    font-weight: 600;
    background: #ba0505;
    border: none;
    color: white;
    font-size: clamp(14px, 1vw, 120px);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.gumb_storitev button:hover{
    transition: .3s;
    cursor: pointer;
    color: #ba0505;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 24px 43px, rgba(0, 0, 0, 0.22) 0px 20px 17px;
}












.storitev2{
    display: flex;
}
.storitev2 .slika{
    width: 50%;
}
.storitev2 .slika img{
    width: 100%;
    height: 29.2vw;
}
.storitev2 .besedilo{
    width: 50%;
    height: 29.2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #efeeee;
}
.storitev2 .text_storitev h4{
    font-weight: lighter;
}
.storitev2 .gumb_storitev{
    padding-top:2vw;
}
.gumb_storitev button{
    padding: 15px;
    font-family: 'poppins';
    font-weight: 600;
    background: #ba0505;
    border: none;
    color: white;
    font-size: clamp(14px, 1vw, 120px);
    border-radius: 20px;
}




.storitev2_2{
    display: none;
}


@media(max-width:1100px){

    .text_storitev h4{
        font-weight: lighter;
        text-align: left;
    }
    .storitev1{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .storitev1 .slika{
        width: 70%;
    }
    .storitev1 .slika img{
        width: 100%;
    }
    .storitev1 .besedilo{
        width: 70%;
        padding-left: 2vw;
        padding-right: 2vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        height: fit-content;
    }











    .storitev2{
        display: none
    }
    .storitev2_2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .storitev2_2 .slika{
        width: 70%;
    }
    .storitev2_2 .slika img{
        width: 100%;
    }
    .storitev2_2 .besedilo{
        width: 70%;
        padding-left: 2vw;
        padding-right: 2vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
    }
    .storitev2_2 .text_storitev h4{
        font-weight: lighter;
    }
    .storitev2_2 .gumb_storitev{
        padding-top:2vw;
    }
}

@media(max-width:770px){
    .naslov_storitev h2{
        font-size: clamp(20px, 2vw, 120px);
    }
    .text_storitev h4{
        font-size: clamp(14px, 1vw, 120px);
    }
}
@media(max-width:535px){
    .gumb_storitev button{
        padding: 15px;
        font-family: 'poppins';
        font-weight: 600;
        background: #ba0505;
        border: none;
        color: white;
        font-size: clamp(10px, 1vw, 120px);
        border-radius: 20px;
    }
}















































.counters{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: linear-gradient(180deg, #ba0505 0%, #1a1a1b 100%);
}

.counter h1{
    font-weight: 100;
}
.counter h2::after{
    content: '';
    display: flex;
    width: 50%;
    border-top: solid 2px #fff;
    align-items: flex-start;
}
.counter h2:hover::after{
    content: '';
    display: flex;
    width: 100%;
    border-top: solid 2px #fff;
    align-items: flex-start;
    transition: .3s;
}





@media(max-width:550px){
    .counters{
        flex-direction:column;
        justify-content: space-evenly;
        height: 50vh;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}












.naslov_kontakt{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2vw;
    font-size: clamp(12px, 1vw, 150px);
    color: #ba0505;
}
.naslov_kontakt::before{
    display: inline-block;
    align-items: center;
    content: '';
    border-top: solid 1px #3f3f3e;
    width: 10%;
    margin-right: 20px;
}
.naslov_kontakt::after{
    display: inline-block;
    align-items: center;
    content: '';
    border-top: solid 1px #3f3f3e;
    width: 60%;   
    margin-left: 20px;
}




@media(max-width: 1083px){
    .naslov_kontakt::after{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-left: 20px;
        width: 30%;

    }
    .naslov_kontakt::before{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-right: 20px ;
        width:30%;
    }
}
@media(max-width: 812px){
    .naslov_kontakt::after{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-left: 20px;
        width: 25%;

    }
    .naslov_kontakt::before{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-right: 20px ;
        width:25%;
    }
}
@media(max-width: 650px){
    .naslov_kontakt::after{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-left: 20px;
        width: 20%;

    }
    .naslov_kontakt::before{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-right: 20px ;
        width:20%;
    }
}
@media(max-width: 542px){
    .naslov_kontakt::after{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-left: 20px;
        width: 15%;

    }
    .naslov_kontakt::before{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-right: 20px ;
        width:15%;
    }
}
@media(max-width: 464px){
    .naslov_kontakt::after{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-left: 20px;
        width: 8%;

    }
    .naslov_kontakt::before{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-right: 20px ;
        width:8%;
    }
}
@media(max-width: 387px){
    .naslov_kontakt::after{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-left: 20px;
        width: 0;
    }
    .naslov_kontakt::before{
        display: inline-block;
        align-items: center;
        content: '';
        border-top: solid 1px rgb(215, 213, 213);
        margin-right: 20px ;
        width: 0;
    }
}





.tel_st{
    display: flex;
    gap: 3vw;
}

.tel1{
    display: flex;
    gap: 0.5vw;
}
.tel1 h4 b{
    color: #000000ae;
}
.tel1 a{
    text-decoration: underline #ba0505;
    color: #ba0505;
    font-weight: lighter;
}

.map{
    width: 100%;
    display: flex;
    justify-content: center;
}
.map .map1 .naslov_map h3{
    font-weight: 400;
    font-variant: small-caps;
    font-size: clamp(12px, 1.3vw, 120px);
}











.kontaktiraj{
    height: 60vw;
    padding-bottom: 10vw;
    position: relative;
}
@media(max-width: 1380px){
    .kontaktiraj{
        height: 70vw;
    }
}
@media(max-width: 1190px){
    .kontaktiraj{
        height: 80vw;
    }
}
@media(max-width: 1040px){
    .kontaktiraj{
        height: 90vw;
    }
}
@media(max-width: 925px){
    .kontaktiraj{
        height: 100vw;
    }
}
.slika_ozadje{
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.slika_ozadje img{
    height: 100%;
    width: 100%;
    opacity: 45%;
    filter: blur(2.2px);
}

.kontakt_in_o_nas{
    display: flex;
    justify-content: space-evenly;
    height: 100%;
}
@media(max-width: 850px){
    .kontakt_in_o_nas{
        flex-direction: column;
        align-items: center;
    }
    .kontaktiraj{
        height: 200vw;
    }
}
@media(max-width: 795px){
    .kontaktiraj{
        height: 220vw;
    }
}
@media(max-width: 719px){
    .kontaktiraj{
        height: 240vw;
    }
}
@media(max-width: 650px){
    .kontaktiraj{
        height: 260vw;
    }
}
@media(max-width: 600px){
    .kontaktiraj{
        height: 280vw;
    }
}
@media(max-width: 560px){
    .kontaktiraj{
        height: 300vw;
    }
}
@media(max-width: 515px){
    .kontaktiraj{
        height: 320vw;
    }
}
@media(max-width: 490px){
    .kontaktiraj{
        height: 340vw;
    }
}
@media(max-width: 455px){
    .kontaktiraj{
        height: 370vw;
    }
}
@media(max-width: 415px){
    .kontaktiraj{
        height: 400vw;
    }
}
@media(max-width: 390px){
    .kontaktiraj{
        height: 420vw;
    }
}
@media(max-width: 370px){
    .kontaktiraj{
        height: 450vw;
    }
}
.obrazec{
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contact-form-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 2em;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
@media(max-width:470px){
    .contact-form-container{
        width: 100%;
    }
}

.contact-form-container h2 {
    margin-bottom: 0.5em;
}

.contact-form-container p {
    color: #666;
    margin-top: 0;
    margin-bottom: 1em;
}

.form-group {
    margin-bottom: 1em;
    text-align: left;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.25em;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="subject"],
.form-group input[type="tel"],
.form-group textarea {
    width: calc(100% - 1em);
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
}

.form-group input[type="text"] {
    width: calc(47% - 0.5em);
    margin-right: 1em;
}

.form-group input[type="text"]:last-child {
    margin-right: 0;
}

.form-group textarea {
    resize: vertical;
    height: 80px;
}

.submit-btn {
    background-color: #ba0505;
    color: #fff;
    padding: 0.75em 2em;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.submit-btn:hover {
    background-color: #ffff;
    color: #ba0505;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 24px 43px, rgba(0, 0, 0, 0.22) 5px 20px 17px;
    transition: .3s;
}

.required {
    color: red;
}

.helper-text {
    font-size: 0.875em;
    color: #888;
    margin-top: 0.25em;
}




.o_nas{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    word-break: break-all;
    text-align: center;
    padding-bottom: 5vw;
    padding-top: 5vw;
}
@media(max-width: 850px){
    .o_nas{
        width: 100%;
    }
}
.o_nas a{
    color: #ba0505;
    text-decoration: underline #ba0505;
}
.o_nas h2{
    font-size: clamp(16px, 1.4vw, 150px);
    font-weight: 600;
    padding-bottom: 0.5vw;
    color: #000;
}
.o_nas h4{
    font-size: clamp(12px, 1vw, 150px);
    font-weight:lighter;
    padding-bottom:2vw;
}
h6{
    padding: 5vw;
    font-weight: 400;
    font-size: clamp(13px, 0.8vw, 150px);
}
.o_nas button{
    font-size: clamp(16px, 1vw, 150px);
    border: none;
    color: #ba0505;
    background: none;
}
.o_nas button:hover{
    border-bottom: solid 1px;
    color: #ba0505;
    transition: .5s;
    cursor: pointer;
}
.gumb_o_nas{
    margin-top: -3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
}
.gumb_o_nas h2{
    transform: translateY(0.2vw);
}
.gumb_o_nas:hover{
    gap: 1vw;
    transition: .3s;
    color: #ba0505;
}
.puscica h2{
    color: #ba0505;
}



@media(max-width:1103px){
    .o_nas .tel_st{
        flex-direction: column;
        gap: 0;
    }
}







/*5fa269*/



footer{
    background:  #ba0505;
    color: #FFF;
}
.naslov_noga{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cela_noga{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 2vw;
}
.info{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
}
.kontakt{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 33%;
}
.naslov_kontakt_noga{
    width: fit-content;
}
.kontakt_podatki_noga{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.naslov_kontakt_noga::after{
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 2px #fff;
    width: 50%;
}
.naslov_kontakt_noga:hover::after{
    content: '';
    display: flex;
    align-items: center;
    border-top: solid 2px #fff;
    width: 100%;
    transition: .3s;
}
.kontakt .mail{
    display: flex;
    gap: .3vw;
    justify-content: center;
    align-items: flex-end;
}
.kontakt .mail h2{
    font-size: clamp(14px, 1vw, 120px);
}
.kontakt .mail h4{
    padding-left: 0.5vw;
}
.kontakt .tel1 {
    display: flex;
}
.kontakt .tel1 h4{
    padding-left: .3vw;
    text-decoration: underline;

}











.lokacija{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 33%;
}
.mape_noga .map1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .6vw;
}
.naslov_klokacija_noga::after{
    content: '';
    display: flex;
    border-top: solid 2px #fff;
    width: 45%;
}
.naslov_klokacija_noga:hover::after{
    content: '';
    display: flex;
    border-top: solid 2px #fff;
    width: 100%;
    transition: .3s;
}

.info h2{
    font-weight: bold;
    font-size: clamp(26px, 2vw, 120px);
}
.info h4{
    font-weight: lighter;
    font-size: clamp(14px, 1vw, 120px);
}
.info a{
    color: #fff;
}
.mape_noga{
    display: flex;
    gap: 0vw;
}


@media(max-width:1000px){
    .lokacija iframe{
        width: 50%;
    }
}
@media(max-width:1000px){
    .lokacija iframe{
        height: 50%;
    }
}



.navlist2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 33%;
}

.naslov_navlist_noga::after{
    content: '';
    display: flex;
    border-top: solid 2px #fff;
    width: 40%;
}
.naslov_navlist_noga:hover::after{
    content: '';
    display: flex;
    border-top: solid 2px #fff;
    width: 100%;
    transition: .3s;
}
.nav-links2{
    display: flex;
    flex-direction: column;
    list-style-type: none;
}
.nav-links2 a{
    color: #fff;
    font-weight: lighter;
    font-size: clamp(14px, 1vw, 120px);
}





.avtorske{
    background: #000;
    display: flex;
    justify-content: center;
}
.avtorske p{
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: clamp(8px, .6vw, 120px);
}
.avtorske a{
    color: #fff;
}









#info_naslov{
    font-weight: 500;
    font-variant: small-caps;
}

@media(max-width: 977px){
    .lokacija{
        width: 40%;
    }
}
@media(max-width: 866px){
    .mape_noga{
        flex-direction: column;
        gap: 2vw;
    }
    .mape_noga .map1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .lokacija{
        width: 33%;
    }
}
@media(max-width: 774px){
    .lokacija{
        width: 25%;
    }
    .kontakt{
        width: 40%
    }
    .navlist2{
        width: 35%;
    }
}
@media(max-width: 642px){
    .lokacija{
        width: 25%;
    }
    .kontakt{
        width: 45%
    }
    .navlist2{
        width: 30%;
    }
}
@media(max-width:620px){
    .info{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .kontakt{
        padding-bottom: 10vw;
        width: 100%;
    }
    .lokacija{
        padding-bottom: 10vw;
        width: 100%;
    }
    .navlist2{
        width: 100%;
    }
}









.custom-shape-divider-top-1729687953 {
    width: 100%;
    overflow: hidden;
}

.custom-shape-divider-top-1729687953 svg {

    width: calc(178% + 1.3px);
    height: 140px;
}

.custom-shape-divider-top-1729687953 .shape-fill {
    fill: #fff;
}
