@font-face {
    font-family: 'GeForce-Bold';
    src: url('./GeForce-Bold.ttf');
}
@font-face {
    font-family: 'GeForce-Light';
    src: url('./GeForce-Light.ttf');
}
@font-face {
    font-family: 'DINPro-Regular';
    src: url('./DINPro-Regular.ttf');
}

#main_content{
    background: black;
}

.konkurs-header{
    background: url('/static/img/landing/morele/contest/header-background.png') center top no-repeat;
    background-size: cover;
    padding: 30px 0;
}

h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.row{
    justify-content: center;
}

.konkurs-header h2{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

.regular-text{
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0 auto;
}

.konkurs-header .regular-text{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.konkurs-info h2, .konkurs-rtx h2{
    font-size: 34px;
    line-height: 40px;
}

.konkurs-info h3{
    font-size: 24px;
    line-height: 32px;
}

.konkurs-header .header-label{
    margin: 25px auto;
    background: transparent;
    border: 1px solid #76b900;
    width: 90%;
    height: 60px;
    line-height: 60px;
    max-width: 500px;
    font-size: 20px;
}

.konkurs-header .image-container img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}

.image-container{
    text-align: center;
}

.image-container img{
    max-width: 100%;
}

.bigger-text{
    font-weight: 600;
}

.konkurs-awards,
.konkurs-attend{
    background: url('/static/img/landing/morele/contest/background-1.png') center top repeat;
    background-size: auto;
    padding: 50px 0;
}

.konkurs-info{
    background: url('/static/img/landing/morele/contest/info-background.png') right top no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.konkurs-rtx{
    background: url('/static/img/landing/morele/contest/rtx-background.png') center no-repeat;
    background-size: cover;
    padding: 50px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.konkurs-info h2,
.konkurs-rtx h2,
.konkurs-info h3{
    font-family: 'GeForce-Bold', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 10px;
}
.konkurs-info h2{
    color: #65a800;
}
.konkurs-info h3{
    font-size: 30px;
    line-height: 36px;
}

.dinpro-regular{
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.konkurs-info .image-container,
.konkurs-rtx .image-container{
    text-align: left;
}

.konkurs-footer{
    background: url('/static/img/landing/morele/contest/footer-background.png') center top no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.konkurs-attend .image-container{
    margin-top: 50px;
}

.konkurs-attend .regular-text a{
    color: #76b900;
    font-weight: 600;
}

.konkurs-awards .check-btn{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 75px;
    background-color: #76b900;
    width: 430px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    border-radius: 10px;
}

.konkurs-awards .check-btn:hover{
    cursor: pointer;
    background-color: #65a800;
}

.green-color{
    color: #65a800;
}

.space-evenly{
    justify-content: space-evenly;
}

.konkurs-footer h2{
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    margin: 20px auto 40px;
}

.konkurs-footer .regular-text{
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    margin: 0 auto;
}

.konkurs-footer .footer-text{
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

.konkurs-footer .image-container img{
    margin: 0 20px 20px;
}

ul{
    list-style-type:none;
    margin-top: 40px;
    padding: 0;
}

ul li{
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

ul li a{
    color: #fff;
}

.hr-background{
    border-top: 2px solid #fff;
    margin-top: 60px;
    padding-top: 10px;
}

.konkurs-rtx-mobile,
.konkurs-info-mobile,
.konkurs-header-mobile{
    display: none;
}

@media(max-width: 1280px){
    .konkurs-header h2{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 10px;
    }
}

@media(max-width: 1024px){
    h2{
        font-size: 26px;
        line-height: 32px;
    }

    .konkurs-header .image-container img{
        bottom: -70px;
    }

    .konkurs-info{
        background-size: cover;
    }

    .konkurs-header h2{
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .regular-text{
        font-size: 14px;
        line-height: 22px;
    }

    .konkurs-header .header-label{
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }

    .konkurs-awards .check-btn{
        font-size: 18px;
        line-height: 60px;
        width: 350px;
    }

    ul li{
        font-size: 16px;
        line-height: 30px;
    }

    .konkurs-video iframe{
        width: 100%;
        height: 50vw;
    }
    .konkurs-footer .regular-text{
        font-size: 20px;
        line-height: 26px;
    }
}

@media(max-width: 767px){
    .konkurs-header{
        background-size: cover;
        height: 85vw;
        padding: 60px 0;
    }
    .konkurs-header .reversed-mobile{
        flex-direction: column-reverse;
    }
    .konkurs-header .image-container img{
        top: -80px;
        max-width: 65vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .konkurs-header h2,
    .konkurs-header .regular-text{
        text-align: center !important;
    }

    .konkurs-info,
    .konkurs-rtx{
        background: unset;
        min-height: unset;
    }

    .konkurs-info-mobile{
        display: block;
        background: url('/static/img/landing/morele/contest/info-background.png') center top no-repeat;
        background-size: cover;
        padding: 25vw 0;
    }

    .konkurs-rtx-mobile{
        display: block;
        background: url('/static/img/landing/morele/contest/rtx-background.png') center top no-repeat;
        background-size: cover;
        padding: 25vw 0;
    }

    .konkurs-video iframe{
        height: 40vw;
    }
}

@media(max-width: 630px){
    .konkurs-header .image-container img{
        top: -60px;
        max-width: 55vw;
    }
}

@media(max-width: 567px){
    .konkurs-header{
        padding: 30px 0;
        height: 90vw;
    }
}

@media(max-width: 500px){
    .konkurs-header{
        height: 95vw;
    }
}

@media(max-width: 460px){
    h2{
        font-size: 22px;
        line-height: 32px;
    }
    .konkurs-header .regular-text{
        font-size: 16px;
        line-height: 16px;
    }

    .konkurs-header .header-label{
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        margin: 15px auto;
    }

    .konkurs-header h2{
        font-size: 22px;
        line-height: 32px;
    }

    .konkurs-awards .check-btn{
        font-size: 16px;
        line-height: 48px;
        width: 280px;
    }

    .konkurs-header{
        padding: 40px 0;
        background-position: center center;
        height: 460px;
    }

    .konkurs-header .image-container img{
        top: -25px;
        max-width: 60vw;
    }

    ul li{
        font-size: 14px;
        line-height: 26px;
    }

    .konkurs-awards,
    .konkurs-attend{
        padding: 30px 0;
    }

    .konkurs-footer h2{
        font-size: 40px;
        line-height: 40px;
    }
}

@media(max-width: 400px) {
    .konkurs-header .header-label {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        margin: 15px auto;
        width: 100%;
    }
    .konkurs-header .image-container img{
        max-width: 70vw;
    }

    .konkurs-awards .check-btn{
        width: 100%;
    }
}