/* project-template-bis  */
.project-content-body{
    position: relative;
}
.template-main-cover{
    width: fit-content;
    height: fit-content;
    position: relative;
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
    padding-top: 105px;

}
.template-main-cover img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5%;
    /* padding-top: 105px; */
}


.project-template-up-section{
    background-color: #EEEEEE; 
    /* margin-top: -3%; */
}
.project-template-up-section .container .container{
    padding: 0 260px;
    position: relative;
    z-index: 10;
}
.after-container-up-div{
    background-color: #EEEEEE;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.project-template-up-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
}
.project-template-up-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.lighter-part-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #8896AB;
}
.project-template-up-text{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.project-template-down-section{
    margin-bottom: 100px;
}
.project-template-down-section .container .container{
    padding: 0 260px;
}
.after-container-down-div{
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.project-down-social{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.project-down-icons{
    display: flex;
    flex-direction: row;
    color:  #333350;
    display: flex;
    gap: 10px;
    align-self: center;
}
.project-down-icons a{
    text-decoration: none;
    color: inherit;
}
.project-template-icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-template-icon i{
    font-size: 22px;
}
.project-template-down-item{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.project-tempalte-down-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}
.project-template-down-text{
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    margin: auto;
}
.project-template-big-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    margin: 25px 0px;
}
.project-template-big-img img{
    width: 60%;
    height: auto;
    border-radius: 3%;
}
.project-small-img-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.project-template-small-img img{
    width: 100%;
    border-radius: 3%;
}

.slider-index{
    display: flex !important;
}

.slider-index span{
    line-height: 20px !important;
}


.konkurs-template-up-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
}


/* responsive 100% bis */
@media screen and (max-width: 1400px){
    .project-template-up-section .container .container{
        padding: 0 130px;
    }
    .project-template-down-section .container .container{
        padding: 0 130px;
    }
}
@media screen and (max-width: 1200px){
    .project-template-up-section .container .container{
        padding: 0px 65px;
    }
    .project-template-down-section .container .container{
        padding: 0px 65px;
    }
}
@media screen and (max-width: 800px){
    .project-template-up-section .container{
        padding: 0;
    }
    .project-template-up-section .container .container{
        padding: 0;
    }
    .project-template-down-section .container{
        padding: 0;
    }
    .project-template-down-section .container .container{
        padding: 0;
    }
    .after-container-up-div{
        /* padding: 30px 10px;
        padding-left: 14px;
        padding-right: 14px; */
    }
    .after-container-down-div{
        padding: 30px 10px;
    }
    .project-template-big-img img{
        width: 90%!important;
    }
}
@media screen and (max-width: 767px){
    .project-small-img-div{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 600px){
    .project-template-breadcrumbs{
        font-size: 12px;
    }
    .project-template-up-item{
        gap: 5px;
    }
    .lighter-part-title{
        font-size: 12px;
    }
    .project-template-up-text{
        font-size: 22px;
        line-height: 30px;
    }
    .project-down-social{
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .project-down-icons{
        align-self: flex-start;
        gap: 0px;

    }
    .project-down-icons i{
        font-size: 16px;
    }
    .project-template-down-item{
        gap: 15px;
    }
    .project-tempalte-down-title{
        font-size: 22px;
        line-height: 30px;
    }
    .project-template-down-text{
        font-size: 1rem;
        line-height: 1.5rem;
        }
}
@media screen and (max-width: 400px){
    .lighter-part-title{
        font-size: 10px;
    }
    .project-template-up-text{
        font-size: 16px;
        line-height: 20px;
    }
}





/* vijesti-template-bis  */

.vijesti-template-povezane-vijesti{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5%;
}
@media screen and (max-width: 1175px){
    .template-main-cover img{
        /* padding-top: 70px; */
    }
}
@media screen and (max-width: 800px){
    .vijesti-template-povezane-vijesti .vijesti-naslovna-img-div{
        margin-bottom: 0px;
    }
    .vijesti-template-povezane-vijesti .vijesti-datum{
        margin-bottom: 10px;
    }
    .vijesti-template-povezane-vijesti .vijesti-datum li{
        margin-top: 10px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 575px){
    .vijesti-template-povezane-vijesti{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .template-main-cover{
        width: 100%;
        height: auto!important;
        
    }
    .template-main-cover img{
        object-fit: contain;
        height: auto;

    }
}


@media screen and (max-width: 600px){
    .project-template-up-section{
        margin-top: 0px;
    }
}