main{
    min-height: 80vh;
}
#divSredina{
    width: 1000px;
    margin: 0 auto 0 auto;
    display: block;
    padding: 5px;
    width: 100%;
}
.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;
}

/* #divOpcije{
    margin: 1em 0;
}
#divOpcije>*{
    display: block;
} */
p{
    font-size: 1.1em;
    margin-bottom: 1.5em;
}
.imgSaradnja{
    width: 300px;
    margin: 1em auto;
    display: block;
}
#divImgSaradja3{
    max-width: 500px;
    margin: 0px auto;
}
#imgSaradnja3{
    width: 100%;
    max-width: 500px;
    position: relative;
}
#imgSaradnja3::after{
    content: "";
    z-index: 10;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 40px white;
background-color: darkgoldenrod;

}
.ulUvod li{
    font-size: 1.2em;
    min-height: 3.2em;
    margin: 0.8em 0;
    line-height: 2em;
}
.ulUvod a{
    margin-bottom: 1em;
    transition: 300ms letter-spacing ease-in-out;
    font-size: 1.1em;
    padding: .3em;
    text-shadow: 1px 1px 3px rgb(0, 0, 0, 0.4);
}
.ulUvod a:hover{
    letter-spacing: .1em;
}
#divObjasnjenje{
    margin: 2em 0;
}


.grupa-paketi {
    display: grid;
    justify-items: center;
}
.paketi {
    background-color: whitesmoke;
    height: 28em;
    width: 100%;
    border: 1px solid var(--tema2);
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0,0,0,.4);
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}
.divNaslov{
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: .1em;
    background-color: var(--tema);
    background-image: linear-gradient(var(--tema2), var(--tema));

    position: absolute;
    top: 0;
    left: -0px;
    padding: .5em 1em;
    border-radius: 0 0 .5em 0;
    box-shadow: 1px 1px 6px rgb(0, 0, 0, 0.4);
    color: white;
    text-shadow: 1px 1px 3px rgb(0, 0, 0, 0.5);
}
.divSadrzaj{

}
.divSadrzaj ul{
    /* list-style: disc; */
    /* color: blue; */
    list-style: circle;

}
.divSadrzaj ul li{
    padding: .3em;
    list-style: circle;
}
.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%;
}
#spnSpecijalizovaneOp{
    font-size: .7em;
}
#divDodatneInf{
    margin: 1em auto;
    width: max-content;
    max-width: 100%;
    font-size: 1.3em;
    text-align: center;
}
#divDodatneInf span{
    display: block;
    margin: .4em 0;
    color: black;
}
#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) {
    .grupa-paketi{
        grid-template-columns: 1fr;
        padding: 1em;
        gap: 2em;
    }
}
@media screen and (min-width:481px) and (max-width:768px) {
    .grupa-paketi{
        grid-template-columns: 1fr 1fr;
        padding: 2em;
        gap: 2em;

    }
}
@media screen and (min-width:769px) {
    .grupa-paketi{
        grid-template-columns: 1fr 1fr;
        padding: 4em;
        gap: 4em;

    }
}