: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;
}
/* .pomocni{
    background: #fef04147;
    background: #fef04121;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    height: 100%;
    width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
} */
#part-up{
    position: relative;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.logo{
    top: 20px;
    left: 20px;
    position: absolute;
}
.poster{
    display: flex; 
}
.img-wrapper{
    height:100%;
    width: 22vh;
}
.img-wrapper img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
h1{
    text-align: center;
    color: #4E2311;
    margin: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
h2{
    text-align: center;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
    color: #4E2311;
}
.opis{
    margin-top: 10px;
    text-align: center;
}
.opis h3{
    font-size: 14px;
    margin-top: 10px;
    color: #4E2311;
}
.opis p.ja{
    padding: 10px;
    background: #e01b930f;
    background:  #fef04147;;
    width: 300px;
    text-align: center;
    margin: 10px auto;
    line-height: 1.4em;
    font-size: 14px;
    margin-top: 0px;
}
#citat{
    font-style: italic;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    padding: 0px 20px;
}
#citat span{
    position: absolute;
    font-size: 118px;
    color: #e2884c54;
    top: -74px;
    z-index: -1;
    left: 68px;
}
#part-down{
    background: #E2884C;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.najava{
    margin: 0 auto;
    width: fit-content;
    margin-top: -45px;
    z-index: 999;
    margin-bottom: 5px;
}
.najava li:nth-child(3){
    margin-bottom: 0px;
}
.najava li{
    margin-bottom: 5px;
}
.najava a{
    font-size: 16px;
    color: #4E2311;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.najava p{
    line-height: 1.4;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.najava div{
    display: flex;
    align-items: center;
}

.soc-med{
    z-index: 999;
    display: flex;
}
.soc-med ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.soc-med a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 10px;
    background: #EAA549;
    font-size: 16px;
    border: 3px solid #4E2311;
    margin-top: 5px;
}
.soc-med a i{
    color: #4E2311;
}
.soc-med h3{
    text-align: center;
    font-size: 13px;
}
.soc-med div{
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@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%;
    }

}

  






