/*  reset styles start ************************************************************/
/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600&display=swap'); */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
html, body {
	width:100%; height:100%;
	margin:0; padding:0;
}
body *{
	margin:0; padding:0;
	box-sizing:border-box;
    font-family:'Manrope', sans-serif;
}
body{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
a { 
    text-decoration:none; 
}
ol, ul { 
    list-style-type:none; 
} 
/*reset styles end ************************************************************/
.container {
    width: 1320px;
    margin: 0 auto;
}
#part-up{
    position: relative;
    height: 63vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.poster{
    display: flex; 
}
.img-wrapper{
    height:100%;
    width: 22vh;
}
.img-wrapper img{
    width: 100%;
    height: auto;
}
h1{
    text-align: center;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 700;
    /* font-size: 1.2em; */
    margin: 4vh 1vh;
    font-size: 1.2rem;
}
.data{
    margin: 0 auto;
}
.data ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.data div{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.info{
    display: flex;
    margin: 1.7vh;
    /* height: 9vh; */
}
.info > div{
    width: 250px;
    display: flex;
    justify-content: center;
    width: fit-content;
}
.info .info-img{
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.info .info-img i{
    font-size: 20px;
    color: #00B6A4;
}
.info a{
    width: 100%;
    text-align: left;
    font-weight: 500;
    padding: 0 2vh;
    line-height: 1.4em;
    display: block;
    margin: 0 auto;
    /* font-size: 1em; */
    /* font-size: 1rem; */
    color: #2c2c2c;
}
.info .radno-vreme{
    width: 100%;
    font-weight: 500;
    padding: 0 2vh;
    /* font-size: 1em; */
    /* font-size: 1rem; */
    line-height: 1.4em;
}

#part-down{
    height: 37vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background:#00b6a42e;
    padding-top: 2vh;
}
.soc-med{
    display: flex;
}
.soc-med h2{
    text-align: center;
    /* font-size: 0.85em; */
    font-size: 0.85rem;
}
.soc-med a{
    width: 6vh;
    height: 6vh;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background:  #039789;
    font-size: 3vh;
    border: 2px solid white;
    box-shadow: 0 0 8px rgba(5,19,30,.3);
    margin: 1vh 2.5vh 2vh;
}
.soc-med a i{
    color: white;
}
.soc-med .social{
    flex-direction: row;
}

.save{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.7vh 2.5vh;
    margin-top: 1.5vh;
    background: #038175;
    border: 2px solid white;
    border-radius: 4px;
    /* font-size: 0.9em; */
    /* font-size: 0.9rem; */
    box-shadow: 0 0 8px rgba(5,19,30,.3);
}
.save a{
    color: white;
}
.save 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%
    }
    .data p{
        width: 100%;
    }
}


  






