#info {
    width: 45%;
    margin: 0px auto 0;
}

#info .i-naslov {
    z-index: 100;
    padding: 5px 0px 5px 40px;
    font-size: 33px;
}

#info .naslov-ikonica::after {
    content: '';
    position: absolute;
    transform: skewX(30deg);
    right: -2.1961932650073206vw;
    width: 12.445095168374817vw;
    height: 100px;
    background-color: #122936;
    transition: 0.5s;
}

#info .naslov-ikonica:hover::after {
    width: 13.90922401171303vw;
    right: -2.9282576866764276vw;
    transform: skewX(120deg);
}

#info-level {
    flex-direction: column;
    justify-content: space-around;
    padding: 60px 0 20px 0px;
    z-index: 90;
    margin: -40px auto 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 45%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.8);
    border-radius: 18px;
    animation-name: animateInfo;
    animation-duration: 0.8s;
}

.ime {
    display: flex;
    justify-content: space-between;
}

.birth {
    display: flex;
    justify-content: space-between;
}

.nationality {
    display: flex;
    justify-content: space-between;
}

.nationality img[alt="flag"] {
    width: 38px;
    height: 38px;
    margin-left: 7px;
}

.languages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text-line {
    display: flex;
    flex-direction: column;
}

.teksst {
    align-self: flex-end;
}

.teksst h1 {
    margin: 0px 15px 0px 0px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}

.icon-text {
    align-items: center;
    display: flex;
}

.icon-text h1 {
    margin: 0px 0px 0px 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}

.icon-text i {
    margin: 0px 0px 0px 15px;
    color: #fff;
    font-size: 28px;
}

.line {
    background-color: #fff;
    width: 4px;
    height: 55px;
    margin-left: 24px;
}

.ltekst {
    align-self: flex-end;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ltekst h1 {
    margin: 0 0 0 40px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}

.stars i {
    margin: 0 0;
    color: #ffff00;
    font-size: 20px;
}
.plava-zvjezdica{
    color: #2196f3 !important;
}
.eng {
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
    margin-top: 15px;
}

.line-ltekst {
    display: flex;
}

.stars {
    align-self: flex-end;
    margin-right: 15px;
}

.starsI {
    align-self: flex-end;
    margin-right: 15px;
}

.starsI i {
    margin: 0 0;
    color: #ffff00;
    font-size: 20px;
}
.starsI i:nth-child(3){
    color: #2196f3;
}
.starsI i:nth-child(4) {
    color: #2196f3;
}

.starsI i:nth-child(5) {
    color: #2196f3;
}

.ital {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}

.srb {
    justify-content: space-between;
    display: flex;
}

.Lline {
    background-color: #fff;
    width: 4px;
    height: 133px;
    margin-left: 24px;
}

.hobi {
    display: flex;
    flex-direction: column;
}

.hline-text {
    display: flex;
    margin-top: 10px;
}

.Hline {
    background-color: #fff;
    width: 4px;
    height: 115px;
    margin-left: 24px;
}

.Htext {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

.Htext h1 {
    margin: 0 0 0 0px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}

.basket {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.lopta {
    margin-right: 5px;
    border-radius: 50%;
    background-image: url('../slike/basket.png');
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
}

.chess {
    display: flex;
    margin-bottom: 10px;
}

.pion {
    margin-right: 10px;
    border-radius: 50%;
    background-image: url("../slike/pion.png");
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 25px;
}

.muzika {
    display: flex;
}

.music {
    margin-right: 10px;
    border-radius: 50%;
    background-image: url("../slike/music.png");
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 25px;
}