:root{
    /* base colors */
    --bsclr1: #FBFBF2;
    --bsclr2: #E5E6E4;
    --bsclr3: #cfd2cd;
    --bsclr4: #a6a2a2;
    --bsclr5: #847577;

    /* secondary colors*/
    --secclr1: #2e2f33;
    --secclr2: #382424;

    /* palette colors*/
    --clr1: #9a1915;
    --clr2: #e2a55e;
    --clr3: #5e718b;
    --clr4: #b4ceef;
    --clr4t: #b4cdefa6;
}

@font-face {
    font-family: source;
    src: url(fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: luckiestGuy;
    src: url(fonts/Luckiest_Guy/LuckiestGuy-Regular.ttf);
}

#pomoc-mob{
    display: none;
}

body{
    overflow-x: hidden;
    background-color: black !important;
    overflow-y: hidden;
}

.bgnav{
    width: 90%;
    margin: 0 auto;
    background-color: #e5e6e48a;
    margin-top: 10px;
    border-radius: 70px;
    padding: 0;
    height: 116px;
}

/* navbar */

.navbar-stuff{
    font-family: luckiestGuy; 
    display: flex; 
    padding-left: 300px;
    margin-top: -10px;
}


.imag{
    height: 46px;
    width: auto;
    margin-top: -17px;
    
}

.navitem{
    text-decoration: none;
    padding-right: 11em;
}

.navbar-element{
    color: var(--bsclr1);
    transition: ease-in-out 0.1s;
}

.navbar-element:hover{
    color: var(--bsclr3);

}

.brandimg{
    transition: ease-in-out 0.2s;
    z-index: 1;
}

.brandimg:hover{
    transform: scale(1.1);
}

.powParent{
    text-decoration: none;
}

.pow{
    padding-top: 80px;
    margin-left: -300px;
    color: var(--bsclr1);
    font-family: source;
    transition: ease-in-out 0.1s;
}

.pow:hover{
    color: var(--bsclr3);
}


/* stranica */

.homepageimg{
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: auto;
    margin-left: -15px;
    margin-top: -181px;
    z-index: -1;
    position: fixed;
}


.bg{
   background-color: rgba(255, 255, 255, 0.671);
   width: 500px;
   height: auto;
   border-radius: 25px;
   padding: 3em;
   margin-top: -80px;
} 

.naslov, .podnaslov, .gumb{
    font-family: luckiestGuy;
}

.naslov{
    color: var(--clr1);
    font-size: 60px;
}

.podnaslov{
    color: var(--secclr2);
    font-size: 30px;
    padding-bottom: 20px;
}

.tekst{
    font-size: 25px;
    padding-bottom: 40px;
}

.gumb{
    color: white;
    text-decoration: none;
    background-color: var(--clr1);
    padding: 0.6em;
    font-size: 22px;
    border-radius: 20px;
    margin-top: 60px;
    transition: 0.2s ease-in-out;
}

.gumb:hover{
    color: var(--clr1);
    background-color: white;
}

.imags{
    height: 400px;
    width: auto;
    z-index: 2;
    margin-top: -210px;
    margin-left: 380px;
}


@media  screen and (max-width: 450px) and (min-width: 300px) {
    
    body{
        overflow-x: hidden;
        /* background-image: url(imgs/Untitled\ design\ \(1\).jpg); */
       overflow-y: visible;
    }

    #pomoc-komp{
        display: none;
    }

    #pomoc-mob{
        display: block;
    }
    
    .pozadina-mobitel{
        /* margin-right: 1.3em; */
        /* padding-bottom: 20px; */
        text-align: center;

        /* margin-top: 60px; */
        margin-left: -30px;
        background-color: black;
        width: 110%;
    }

    .pow-mobitel{
        float: right;
        font-family: source;
        text-decoration: none;
        color: white;
        margin-top: -40px;
        margin-right: 5px;
    }

    #navbar-phone{
        display: block;
        padding-left: 20px;
        background-color: var(--secclr2);
    }

    .homepageimg-mobitel{
        opacity: 0.3;
        position: absolute;
        height: 1000px;
        margin-left: -42px;
        margin-top: -60px;
        z-index: -1;
        position: fixed;
    }

    .meni{
        font-family: luckiestGuy;
        text-decoration: none;
        color: var(--bsclr2);
        padding-top: 160px;
        
    }

    /* opis */

    .bg-mobitel{
        background-color: rgba(255, 255, 255, 0.671);
        width: 500px;
        height: auto;
        border-radius: 25px;
        padding: 3em;
        margin-top: 20px;
    }

    .gumb-mobitel{
        color: white;
        text-decoration: none;
        background-color: var(--clr1);
        padding: 0.6em;
        font-size: 22px;
        border-radius: 20px;
        font-family: luckiestGuy;
        margin-top: 60px;
        transition: 0.2s ease-in-out;
    }

    .imags-mobitel{
        height: 250px;
        float: right;
        margin-top: -80px;
    }
}

@media screen and (min-width: 410px) and (max-width: 450px){
    
}

@media screen and (min-width: 330px) and (max-width: 390px){
    
}

@media screen and (min-width: 360px) and (max-width: 409px){
    
}