.paket1 {
	--tema: yellow;
	--tema2: orange;
}

.paket2 {
	--tema: green;
	--tema2: darkgreen;
}

.paket3 {
	--tema: blue;
	--tema2: darkblue;
}

.paket4 {
	--tema: red;
	--tema2: darkred;
}
.polje-sredina>span{
    display: block;
}

#naslov{
    font-size: 2em;
    letter-spacing: .05em;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5em;
}
#divOpcije{
    margin: 1em 0;
}
#divOpcije>*{
    display: block;
    font-size: 1.2em;
}
#divOpcije>a{
    text-align: center;
    margin-bottom: 1em;
}
#divObjasnjenje{
    margin: 2em 0;
}
.grupa-paketi {
    display: grid;
    justify-items: center;

}
.paketi {
    background-color: whitesmoke;
    height: 28em;
    width: 100%;
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
    padding: 20px;
    position: relative;
}
.divNaslov {
    padding: 10px;
    border-radius: inherit;
    margin-bottom: 20px;
    font-size: 1.6em;
    letter-spacing: .1em;
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    color: var(--tema);
    text-align: center;
}
.divSadrzaj {
    padding: 10px;
    border-radius: inherit;
    height: 84%;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0px 0px 4px rgb(0, 0, 0, 0.5);
}

.divSadrzaj ul {
    list-style:circle;
    padding-left: 10px;
}
.divCena {
    width: 102%;
    height: 80px;
    border: 0px solid black;
    background-image: linear-gradient(var(--tema), var(--tema2));
    bottom: 30px;
    left: -1%;
    position: absolute;
    border-radius: 1px;
    border-top: 1px solid rgb(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(0, 0, 0, 0.3);
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.5);
}
.cenaVelika{
    font-size: 3em;
    font-weight: 900;
    color: whitesmoke;
    text-shadow: 2px 2px rgb(0, 0, 0, 0.4);
}
.divCena .cenaVelika::before {
    content: "od ";
    font-size: 0.4em;
}
.spnIstaknuto{
    font-size: 1.4em;
}
.spnTrajanje{
    position: absolute;
    bottom: 36px;
    font-size: 1.3em;
    color: white;
    font-size: .8em;
    font-style: oblique;
    left: 50%;
}
#divDodatneInf{
    margin: 1em auto;
    width: 30%;
    font-size: 1.3em;
    text-align: center;
}
#divDodatneInf span{
    display: block;
    margin: .4em 0;
}
#divDodatneInf a{
    font-weight: 600;
    letter-spacing: .05em;
    color: black;
    transition: 150ms letter-spacing ease;
}
#divDodatneInf a:hover{
    letter-spacing: .1em;
}
@media screen and (max-width:480px) {
    .polje-sredina {
        grid-area: main;
        width: auto;
        height: auto;
        padding: 5px;
    }

    .grupa-paketi {
        grid-template-columns: 1fr;
        row-gap: 60px;
        padding: 20px;
    }
    .divSadrzaj ul {
    	list-style:circle;
    	padding-left: 10px;
    }

    #divDodatneInf{
        margin: 1em 1em;
        width: 90%;
    }
}

@media screen and (min-width:481px) and (max-width:768px) { /*tablet*/
    .polje-sredina {
        /* background-color: brown; */
        grid-area: main;
        grid-column: span 3;
        width: auto;
        height: auto;
        min-height: 50vh;
        padding: 0px 10px 20px 10px;
    }


    /* #naslov {
        font-size: larger;
        font-weight: bolder;
        text-align: center;
    } */

    .grupa-paketi {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 20px;
    }

    /* .paketi {
        background-color: whitesmoke;
        height: 60vw;
        width: 35vw;
        border: 1px solid black;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
        padding: 20px;
        position: relative;
    } */

    .divNaslov {
        padding: 10px;
        border-radius: inherit;
        border: 0.5px solid black;
        margin-bottom: 20px;
        font-size: x-large;
        font-weight: 800;
        text-shadow: 1px 1px 2px rgba(0,0,0,.4);
        color: var(--tema);
    }

    .divSadrzaj {
        padding: 0px 7px;
        border-radius: inherit;
        border: 0px solid black;
        height: 82%;
        background-color: white;
        box-shadow: 0px 0px 1px 1px grey;
    }
    
    .divSadrzaj ul {
    	list-style:circle;
    	padding-left: 10px;
    }

    /* .divCena {
        width: 103%;
        height: 70px;
        border: 0px solid black;
        background-image: linear-gradient(var(--tema), var(--tema2));
        bottom: 40px;
        left: -4px;
        position: absolute;
        border-radius: 5px;
        border-top: 1px solid silver;
        border-bottom: 1px solid grey;
        text-align: center;
        box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.5);
    } */

    /* .divCena .cenaVelika {
        font-size: 3em;
        font-weight: 900;
        color: whitesmoke;
        text-shadow: 2px 2px rgb(0, 0, 0, 0.5);
    } */
    
    /* .trajanjeTxt {
    	bottom: 8%;
    	left: 10%;
    	position: absolute;
    	font-family: cursive;
    	font-size: 1.6em;
    	color: white;
    } */
    #divDodatneInf{
        margin: 1em 1em;
        width: unset;
    }
}

@media screen and (min-width:769px){ /*računar*/

    .polje-sredina {
        grid-area: main;
        grid-column: span 3;
        width: auto;
        height: auto;
        min-height: 50vh;
        padding: 0px 10px 20px 10px;
    }

    /* #naslov {
        font-size: 28px;
        font-weight: bolder;
        text-align: center;
    } */
    #divUvod{
        width: 80%;
        margin: 0 auto;
    }
    .grupa-paketi {
        grid-template-columns: 1fr 1fr;
        gap: 5em;
        padding: 5em 10em;
        justify-items: center;
    }

}