@font-face {
    font-family: msr500;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
}
@font-face {
    font-family: msr300;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
}
@font-face {
    font-family: msr700;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-700-webfont.ttf);
}
@font-face {
    font-family: msr100;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-100-webfont.ttf);
}
@font-face {
    font-family: msr900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
}

html {
    scroll-behavior: smooth;
}

.main-img{
    width: 100vw;
    /* height: 100vh; */
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.upper-content{
    max-width: 800px;
    width: 90%;
    margin: auto;
    /* height: 340px; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding-top: 230px;
}
.title{
    font-family: msr700;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 133.5%;
    color: #FFFFFF;
    max-width: 400px;
}

.text{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 162.5%;
    color: #FFFFFF;
    max-width: 400px;
    margin-top: 50px;
}

.kreni{
    width: 250px;
    height: 45px;
    margin-top: 50px;
    background: #2738FC;
    font-family: msr300;
    color: white;
    border-style: none;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kreni:hover {
    opacity: unset !important;
}

.ceo-content{
    max-width: 800px;
    width: 90%;
    margin: auto;
    position: relative;
    margin-bottom: 70px;
}

.naslov-lekcije{
    font-family: msr500;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sadrzaj-svih-lekcija{
    max-width: 600px;
    margin-top: 80px;
}

.sadrzaj-svih-lekcija p{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
    color: #919191;
    margin-bottom: 10px;
}

.naslovi-lekcija{
    position: absolute;
    top: 0px;
    right: -160px;
    width: 300px;
    height: fit-content;
    background: #2738FC;
    padding-bottom: 5px;
}

.naslov-lekcije2{
    display: block;
    font-family: msr500;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    width: 85%;
    margin: auto;
    padding-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding-bottom: 15px;
}

.naslov-lekcije2:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11) !important;
}

li:last-child > .naslov-lekcije2 {
    border-bottom: unset;
}

li:last-child > .naslov-lekcije2:hover {
    border-bottom: unset !important;
}

@media screen and (max-width: 1000px) {
    .naslovi-lekcija {
        position: unset;
        margin: auto;
        margin-top: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .upper-content {
        padding-left: 20px;
    }
}
