*{
    margin: 0;
    padding: 0;
}

.navbar{
    width: 100%;
    height: 75px;
    margin: auto;
}
.navbar .logo-container {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
}
.navbar .menu-left-activator {
    margin-left: 10px;
}
.navbar .menu-left-activator:hover {
    opacity: 0.7;
}
.navbar .icon img{
    margin-top: 10px;
    width: 150px;
    height: auto;
}

.home-content .content-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Box menu -------------------------------------- */
.home-content .content-left .box {
    width: 540px;
    height: 170px;
    margin-top: 74px;
    background: #ffffff80;

    display: flex;
    justify-content: center;
    align-items: center;
}

.box-buttons ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.box-buttons li {
    width: auto;
    border-right: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-buttons span {
    margin-top: 15px;
    font-size: 1rem;
    font-weight: normal;
}

.box-buttons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
}

.box-buttons a:hover {
    color: #51085D;
}

.box-buttons li:last-child {
    border-right: none;
}

/* --- Slika --- */
.box-buttons img {
    max-width: 90%;
    max-height: 60px;
    width: auto;      
    object-fit: contain;
    margin-bottom: 3px; 
    transition: filter 0.3s ease, transform 0.3s ease;
}

.box-buttons a:hover img {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
}

.box-buttons a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

/* Kraj Box menu -------------------------------------- */

.home-content .content-left img{
    width: 260px;
    height: auto;

}

.home-content .content-right img{
    width: 100%;
    height: auto;

}

.row-shift-up{
    margin-top: -80px !important;
}

.icon{
    width: 200px;
    height: 70px;
    float: left;
}

.logo{
    color: #FF7200;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.menu{
    height: 70px;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li {
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

/* == MEDIA BREAKPOINTS ================================================ */
/* Large devices */
@media (max-width: 1400px) {

}

/* Desktops */
@media (max-width: 1200px) {

}

/* Tablets */
@media (max-width: 992px) {

    .home-menu {
        position: fixed;
        bottom: 22px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-menu .logo-veci {
        display: none;
    }
    .home-content .content-left .box {
        width: 100%;
        max-width: 540px;
        height: 170px;
        background-color: #5c1e85d6;
    }

    .home-main-image {
        width: 60% !important;
        margin: auto;
        margin-bottom: 100px;
    }
}

/* Tablets */
@media (max-width: 768px) {

    .home-main-image {
        width: 80% !important;
        margin: auto;
        margin-bottom: 100px;
    }
}

/* Phones */
@media (max-width: 576px) {

    .icon {
        width: 150px;
        height: 70px;
        float: left;
    }
    .navbar .icon img {
        margin-top: 15px;
        width: 130px;
        height: auto;
    }

    .home-main-image {
        width: 80% !important;
        margin: auto;
        margin-bottom: 200px;
    }
}

/*
ul li a:hover{
    color: #FF7200;
}

.search{
    float: left;
}

.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid #FF7200;
    margin-top: 13px;
    color: #FFF;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn{
    width: 100px;
    height: 40px;
    background: #FF7200;
    border: 2px solid #FF7200;
    margin-top: 13px;
    color: #FFF;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.content{
    width: 1200px;
    height: auto;
    margin: auto;
    color: #FFF;
    position: relative;
}

.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}

.content .cn{
    width: 160px;
    height: 40px;
    background: #FF7200;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
}

.content .cn a {
    color: #000;
    text-decoration: none;
    transition: .3s ease;
}

.cn:hover{
    background-color: #FFF;
}

.content span{
    color: #FF7200;
    font-size: 60px;
}

.form{
    width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%, rgba(0,0,0,0.8)50%);
    position: absolute;
    top: -20px;
    left: 870px;
    border-radius: 10px;
    padding: 25px;
}

.form h2{
    width: 220px;
    font-family: sans-serif;
    text-align: center;
    color: #FF7200;
    font-size: 22px;
    background-color: #FFF;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}

.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #FF7200;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}

.form input:focus{
    outline: none;
}

::placeholder{
    color: #FFF;
    font-family: Arial;
}

.btnn{
    width: 240px;
    height: 40px;
    background: #FF7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #FFF;
}

.btnn:hover{
    background: #FFF;
    color: #FF7200;
}

.btnn a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.form .link{
    font-family: Arial;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}

.form .link a{
    text-decoration: none;
    color: #FF7200;
}

.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.icons a{
    text-decoration: none;
    color: #FFF;
}

.icons a .brend-icon{
    filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
    width: 30px;
    margin-right: 15px;
    margin-top: 5px;
    transition: 0.3a ease;
}

.icons a .brend-icon:hover{
    filter: invert(47%) sepia(25%) saturate(3341%) hue-rotate(359deg) brightness(101%) contrast(108%);
}
*/