:root {
    --mint: #45c4a8;
    --dark_mint:#2b8274;
    --crna: #1d2d4e;
    --siva: #5e646a;
    --siva2: #dbdbdb;
    --siva-providna: #0b14053d;
    --bela:#f9f9f9;
    --trans: all 250ms ease-in-out;
}
/*  reset styles start ************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600&display=swap');
html {
    scroll-padding-top: 200px;
}
html, body {
	width:100%; height:100%;
	margin:0; padding:0;
    scroll-behavior: smooth;
}
body *{
	margin:0; padding:0;
	box-sizing:border-box;
    font-family:'Manrope', sans-serif;
}
a { 
    text-decoration:none; 
}
ol, ul { 
    list-style-type:none; 
} 
/*reset styles end ************************************************************/
.container {
    width: 1320px;
    margin: 0 auto;
}
main{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#part-up{
    position: relative;
    /* background: #f8d9ff; */
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.opis{
    margin-top: 10px;
    text-align: center;
}
.opis ul{
    font-size: 14px;
    /* margin-top: 20px; */
    padding: 20px;
}
.opis li{
    line-height: 1.4;
    /* display: inline; */
    /* list-style-type:disc  */
}
::marker {
    color: red;
  }
.cvet{
    position: absolute;
    /* font-size: 1200px; */
    font-size: 700px;
    color: #45004814;
    z-index: -1;
    left: -106px;
    /* transform: rotate(17deg); */
    /* width: 300px; */
    /* height: 300px; */
    left: -307px;
    /* transform: rotate(227deg);*/
}
.cvet img{
    width: 100%;
    height: auto;
}
.cvet-down{
    position: absolute;
    font-size: 400px;
    color: #4500481a;
    /* z-index: -1; */
    /* left: -300px; */
    bottom: -100px;
    right: -78px;
    /* z-index: 1; */
    color: #aca27d52;
    bottom: -180px;
}

.logo{
    top: 20px;
    left: 20px;
    position: absolute;
}
.naziv{
    width: 100px;
    line-height: 1;
    font-size: 15px;
    margin-top: 7px;
    margin-left: 6px;
    color: #004669;
}

.poster{
    display: flex; 
}
.img-wrapper{
    height:100%;
    width:170px;
}
.img-wrapper img{
    width: 100%;
    height: auto;
    /* border-radius: 50%; */
    border: 3px solid #ACA27D;
    border-radius: 30px;

    /* outline: 2px solid white; */
    /* border: 7px solid #450048; */
}
h1{
    text-align: center;
    color: #450048;
    margin: 10px;
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    /* margin-bottom: 30px; */

}
h1::before{
    /* -webkit-font-smoothing: antialiased;
    content:"e61b"; font: var(--fa-font-solid); */
    /* content: "\2055"; */
    /* font-size: 50px; */
}
h2{
    text-align: center;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
    color: #450048;
    /* margin-top: -130px; */
}

#part-down{
    background: #450048;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border-top: 5px solid #A72421; */
}
.najava{
    /* padding: 10px; */
    margin: 0 auto;
    width: fit-content;
    padding-bottom: 0px;
    margin-top: -75px;
    z-index: 999;
}
.najava li:nth-child(3){
    margin-bottom: 0px;
}
.najava li{
    margin-bottom: 5px;
}
.najava a{
    color: white;
    /* text-decoration: underline; */
    font-size: 18px;
    /* text-underline-offset: 2px; */
    /* margin-bottom: 7px; */
}
.najava i{
    color:#ACA27D;
    margin-right: 10px;
}
.najava p{
    line-height: 1.4;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.najava div{
    display: flex;
    align-items: center;
}

.soc-med{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 300px;
    z-index: 999;
}
.soc-med ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.soc-med a{
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 10px;
    color: white;
    background: #ACA27D;
    font-size: 20px;
    outline: 2px solid white;
    border: 7px solid #450048;
}
.soc-med a i{
    color: #450048;
}
.sacuvaj{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin-top: 5px;
    background: #ACA27D;;
    /* border: 2px solid white; */
    border-radius: 30px;
    outline: 2px solid white;
    border: 7px solid #450048;
    z-index: 999;
}
.sacuvaj a{
    color: #450048;
    font-weight: 700;
}
.sacuvaj a i{
    margin-right: 10px;
}

@media all and (max-width: 1399px) {
    .container {
        width: 1140px
    }
}

@media all and (max-width: 1199px) {
    .container {
        width: 960px
    }

}

@media screen and (max-width: 991px){
    .container {
        width: 100%
    }
    .najava p{
        width: 100%;
    }

}

  






