@font-face {
    font-family: "BicoRegular";
    src: url("../fonts/Bico-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Bico-Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/Bico-Regular.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/Bico-Regular.ttf")
            format("truetype"),
        /* Safari, Android, iOS */ url("../fonts/Bico-Regular.svg#BicoRegular")
            format("svg"); /* Legacy iOS */
}

body {
    background: url("../img/bg-2.png") repeat-y;
    background-position: center center;
    background-size: contain;
    width: 100vw;
    overflow-x: hidden;
    font-family: proxima-nova, sans-serif;
    color: #fff;
}

header {
    min-width: 100%;
    min-height: 100vh;
    padding: 5rem 0 0 0;
    background: url("../img/kruna-mob.svg") no-repeat;
    background-position: bottom center;
    background-size: 160%;
    position: relative;
}

.face iframe {
    width: 100%;
    height: 200px;
}

.back {
    position: absolute;
    top: 1rem;
    left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 30px);
}

.back img {
    max-width: 2rem;
}

.back p {
    white-space: nowrap;
    font-weight: 600;
    padding-bottom: 0;
    margin-left: 1rem;
}

a .back {
    color: #000;
    font-weight: 500;
}

a .back:hover {
    font-weight: 900;
}

a .back:hover img {
    transform: rotate(-15deg);
}

.kruna-crna {
    min-height: 50px;
    background: url("../img/kruna-crna.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
}

header h1 {
    font-weight: 900;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 2.25rem;
    color: #000;
}

header h4 {
    margin-top: 2rem;
}

header h4 span {
    font-size: 0.8rem;
    background-color: #000;
    color: #f3e500;
    padding: 0.5rem 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

header p {
    text-transform: uppercase;
    padding: 0.5rem 0;
}

img.arena {
    max-width: 8rem;
    margin-bottom: 2rem;
}

img.a1 {
    max-width: 4rem;
    margin-bottom: 2rem;
}

img.nescafe {
    max-width: 8rem;
    margin-bottom: 2rem;
}

.prijenos {
    max-width: 100vw;
    overflow-x: hidden;
}

.face {
    width: 100%;
}

h5 {
    padding-top: 4rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 900;
    padding-bottom: 0.5rem;
    color: #fff;
}

#clock {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#clock h2 {
    padding: 0;
    font-size: 7rem;
    text-align: center;
    font-family: Bico, sans-serif;
    line-height: 1;
}

#clock .test h2 {
    min-width: 4rem;
    border-radius: 4px;
}

#clock h3 {
    color: #fff;
    padding: 2rem 1rem;
}

#clock p {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.75rem;
    padding-top: 0.5rem;
    margin-bottom: 0;
    font-weight: 500;
}

.logici {
    padding-top: 3.6rem;
}

.logici p {
    font-size: 0.8rem;
    padding-bottom: 0.25rem;
    text-transform: uppercase;
    color: #000;
}

.plogici {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.plogo {
    padding: 1rem;
    max-height: 80px;
}

.plogo-erste {
    padding: 1rem;
    max-height: 85px;
}

.plogo-juicy {
    padding: 1rem;
    max-height: 95px;
}

@media (min-width: 800px) {
    .plogo-erste {
        max-height: 65px;
    }

    .plogo-juicy {
        padding: 1rem;
        max-height: 75px!important;
    }
}
    
@media (min-width: 1180px) {
  .plogo {
      padding: 1rem;
      max-height: 62px;
  }
  
  .plogici {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
}

@media (min-width: 1280px) {
    .plogo {
        padding: 1rem;
        max-height: 62px;
    }

    .plogici {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1600px) {
    .plogo {
        padding: 1rem;
        max-height: 72px;
    }
}

@media (min-width: 992px) {
    body {
        background: url("../img/bg-2.png") repeat-y;
        background-position: center center;
        background-size: contain;

        font-family: proxima-nova, sans-serif;
    }

    header {
        min-width: 100%;
        min-height: 100vh;
        padding: 8rem 0 3.6rem;
        background: url("../img/kruna.svg") no-repeat;
        background-position: bottom center;
        background-size: 75%;
        position: relative;
    }

    .face iframe {
        width: 100%;
        height: 500px;
    }

    .back {
        position: absolute;
        top: 2rem;
        left: 4rem;
        display: flex;
        align-items: center;
        width: unset;
    }

    .back img {
        max-width: 2rem;
    }

    .back p {
        white-space: nowrap;
        font-weight: 600;
        padding-bottom: 0;
        margin-left: 1rem;
    }

    a .back {
        color: #000;
        font-weight: 500;
    }

    a .back:hover {
        font-weight: 900;
    }

    a .back:hover img {
        transform: rotate(-15deg);
    }

    .kruna-crna {
        min-height: 50px;
        background: url("../img/kruna-crna.svg") no-repeat;
        background-size: contain;
        background-position: center center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12rem;
    }

    header h1 {
        font-weight: 900;
        padding-top: 3rem;
        padding-bottom: 3rem;
        font-size: 4rem;
        color: #000;
    }

    header h4 {
        margin-top: 3rem;
    }

    header h4 span {
        font-size: 1rem;
        background-color: #000;
        color: #f3e500;
        padding: 1rem 2rem;
        font-weight: 900;
        text-transform: uppercase;
    }

    header p {
        text-transform: uppercase;
        padding: 1rem 0;
    }

    img.arena {
        max-width: 12rem;
        margin-bottom: 4rem;
    }

    img.a1 {
        max-width: 6rem;
        margin-bottom: 4rem;
    }

    img.nescafe {
        max-width: 12rem;
        margin-bottom: 4rem;
    }

    h5 {
        padding-top: 12rem;
        text-transform: uppercase;
        font-size: 1.75rem;
        font-weight: 900;
        padding-bottom: 1rem;
    }

    #clock {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #clock h2 {
        padding: 0.25rem;
        font-size: 18rem;
        text-align: center;
        line-height: 1;
    }

    #clock .test h2 {
        min-width: 12rem;
    }

    #clock h3 {
        padding: 2rem 1rem;
    }
    
    #clock p {
        text-transform: uppercase;
        text-align: center;
        font-size: 0.75rem;
        padding-top: 0rem;
        margin-bottom: 0;
        font-weight: 500;
    }

    .logici p {
        font-size: 1rem;
        padding-bottom: 0.5rem;
        text-transform: uppercase;
    }

    .logici {
        padding-top: 3.6rem;
    }
}

#dobitnici {
    padding: 6rem 0;
}

h2 {
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    color: #fff;
}

#dobitnici img {
    margin-top: 2rem;
}

#izdvojeni {
    padding: 4rem 0 2rem;
}

.partnery {
    width: 100%;
    min-height: 250px;
    border-radius: 25px;
    padding: 2rem 2rem 4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 3px solid #fff;
    margin-bottom: 2rem;
    height: unset;
}

.partnery h4 {
    font-weight: 900;
    padding: 1rem 0 1.5rem;
    text-transform: uppercase;
}

.btn-pobjednik {
    background-color: #f3e500;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0.75rem 2rem;
}

.btn-pobjednik:hover {
    background-color: #000;
    background-color: #d6cc03;
}

.kruna {
    width: 75px;
    height: 75px;
    background: url("../img/kruna.svg") no-repeat;
    background-size: contain;
    background-position: center center;
}

#video {
    padding: 4rem 0 8rem;
}

@media (min-width: 992px) {
    h5 {
        padding: 8rem 0 16rem 0;
        text-transform: uppercase;
        font-size: 1.75rem;
        font-weight: 900;
    }

    h2 {
        font-family: proxima-nova, sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        padding-bottom: 2rem;
        font-size: 2rem;
    }

    h2 {
        font-family: proxima-nova, sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        padding-bottom: 2rem;
    }

    #dobitnici img {
        margin-top: 2rem;
    }

    #izdvojeni {
        padding: 8rem 0;
    }

    .partnery {
        width: 100%;
        min-height: 250px;
        border-radius: 25px;
        padding: 2rem 2rem 4rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        border: 3px solid #fff;
        height: 100%;
    }

    .partnery h4 {
        font-weight: 900;
        padding: 1rem 0 1.5rem;
        color: #fff;
    }

    .btn-pobjednik {
        background-color: #f3e500;
        color: #000;
        text-transform: uppercase;
        font-weight: 900;
        padding: 0.75rem 2rem;
    }

    .btn-pobjednik:hover {
        background-color: #000;
        background-color: #d6cc03;
    }

    .kruna {
        width: 75px;
        height: 75px;
        background: url("../img/kruna.svg") no-repeat;
        background-size: contain;
        background-position: center center;
    }

    #video {
        padding: 8rem 0 16rem;
    }
}

footer {
    padding: 2rem 0;
    border-top: 3px solid #fff;
}

.linkovi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 2rem;
}

.linkovi a {
    color: #fff;
    text-transform: uppercase;
    margin: 0 1rem;
    white-space: nowrap;
    font-size: 0.85rem;
    padding-bottom: 0.75rem;
}

.linkovi a:hover {
    text-decoration: none;
    color: #f3e500;
}

@media (min-width: 992px) {
    .kruna {
        width: 75px;
        height: 75px;
        background: url("../img/kruna.svg") no-repeat;
        background-size: contain;
        background-position: center center;
    }

    #video {
        padding: 8rem 0 16rem;
    }

    footer {
        padding: 8.35rem 0;
        border-top: 3px solid #fff;
    }

    .linkovi {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        padding-top: 0;
    }

    .linkovi a {
        color: #fff;
        text-transform: uppercase;
        margin: 0 1rem;
        white-space: nowrap;
        font-size: 1.25rem;
        padding-bottom: 0;
    }

    .linkovi a:hover {
        text-decoration: none;
        color: #f3e500;
    }
}

#clanak {
    padding: 6rem 0;
    background-color: #fff;
}

#clanak h3 {
    font-size: 1.25rem;
    font-weight: 600;
    font-style: italic;
    padding-right: 0;
    line-height: 1.45;
}

#clanak h5 {
    padding-top: 2rem;
}

.uvod {
    padding-bottom: 2rem;
}

#clanak p {
    font-size: 18px;
}

.fun {
    background-color: #f3e500;
    margin-left: 0;
    padding: 1rem 3rem 3rem;
    border-radius: 16px;
}

.tekst {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.tekst img {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

ul {
    padding-inline-start: 0;
    list-style: none;
    position: relative;
}

li {
    padding: 0.25rem 0;
    font-weight: 500;
}

ul li:before {
    content: "\219D";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -20px;
}

.fdr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flogo {
    width: 100%;
    padding: 1rem;
}

.jblogo {
    padding: 1.6rem;
}

@media (min-width: 992px) {
    .fdr {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .flogo {
        width: 50%;
        padding: 1rem;
    }

    .jblogo {
        padding: 1.6rem;
    }

    #clanak {
        padding: 8rem 0;
        background-color: #fff;
    }

    #clanak h3 {
        font-size: 1.5rem;
        font-weight: 600;
        font-style: italic;
        padding-right: 6rem;
        line-height: 1.45;
    }

    #clanak h5 {
        padding-top: 2rem;
    }

    .uvod {
        padding-bottom: 3rem;
    }

    #clanak p {
        font-size: 18px;
    }

    .fun {
        background-color: #f3e500;
        margin-left: 2rem;
        padding: 1rem 3rem 3rem 4rem;
        border-radius: 16px;
    }

    .tekst {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .tekst img {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    ul {
        padding-inline-start: 0;
        list-style: none;
        position: relative;
    }

    li {
        padding: 0.25rem 0;
        font-weight: 500;
    }

    ul li:before {
        content: "\219D";
        position: absolute;
        width: 10px;
        height: 10px;
        left: -20px;
    }

    .container-footer {
        max-width: 1317px;
        margin: 0 auto;
    }
}

.row {
    margin: 0;
}