@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');
}

.row{
    justify-content: center;
}

.cp-header{
    background: url('/static/img/landing/morele/cyberpunk/header-bg-desktop.png') center top no-repeat;
    background-size: auto;
    padding: 610px 0 70px;
}

.cp-cyberpunk-section{
    background: url('/static/img/landing/morele/cyberpunk/cyberpunk-background.png') center top no-repeat;
    background-size: auto;
    padding: 60px 0 140px;
}

.cp-raytracing-section{
    background: url('/static/img/landing/morele/cyberpunk/ray-tracing-background.png') center top no-repeat;
    background-size: auto;
    padding: 60px 0 570px;
}

.cp-dlss-section{
    background: url('/static/img/landing/morele/cyberpunk/dlss-background.png') center top no-repeat;
    background-size: auto;
    padding: 60px 0 430px;
}

.cp-info-section{
    padding: 30px 0 60px;
}

.cp-shop-section{
    padding: 50px 0;
}

.cp-footer-section{
    padding: 0 0 50px;
}

h2{
    font-family: 'GeForce-Bold', sans-serif;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    margin: 0 auto 15px;
    text-shadow: 0 0 5px #000;
}

.cp-header h2{
    font-size: 48px;
    line-height: 44px;
    margin: 0 auto;
}

.subheader-text{
    font-family: 'GeForce-Bold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #76b900;
    margin: 5px auto 0;
    text-shadow: 0 0 5px #000;
}

.regular-text{
    font-family: 'DINPro-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #eeeeee;
    font-size: 21px;
    line-height: 26px;
    text-shadow: 0 0 5px #000;
}

.dinpro-light{
    font-weight: 300;
}

.page-content .landing-header .info-text{
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.page-content .text-info{
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}


#main_content,
.cp-info-section,
.cp-shop-section,
.cp-footer-section{
    background: #000;
}

.cp-dlss-section h2{
    margin: 0 auto;
}

.cp-footer-section .image-container{
    margin: 0 auto;
}

.cp-footer-section .image-container img{
    margin: 0 20px;
}

.footer-text{
    color: #666666;
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.check-btn{
    background-color: #76b900;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    font-weight: 600;
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px;
}

.check-btn:active,
.check-btn:focus,
.check-btn:visited{
    background-color: #76b900;
}

.check-btn:hover{
    background-color: #65a800;
    text-decoration: none;
}

.hr-border-top{
    padding-top: 50px;
    border-top: 1px solid #666666;
}

@media (max-width: 1279px){
    .check-btn{
        width: 190px;
    }
}

@media (max-width: 1024px){
    .check-btn{
        width: 160px;
        font-size: 15px;
        line-height: 38px;
    }
    .cp-cyberpunk-section{
        padding: 60px 0 80px;
    }
    .cp-raytracing-section{
        padding: 60px 0 500px;
    }
    .cp-dlss-section{
        padding: 60px 0 360px;
    }
}

@media (max-width: 767px){
    h2{
        font-size: 24px;
        line-height: 27px;
    }

    .subheader-text{
        font-size: 19px;
        line-height: 22px;
    }

    .cp-header h2{
        font-size: 36px;
        line-height: 36px;
    }

    .regular-text{
        font-size: 18px;
        line-height: 21px;
    }

    .cp-header{
        background: #000;
        padding: 40px 0 0;
    }

    .cp-header-mobile{
        background: url('/static/img/landing/morele/cyberpunk/header-bg-mobile.png') center top no-repeat;
        background-size: cover;
        padding: 300px 0 50px;
    }

    .cp-raytracing-section{
        background: #000;
        padding: 50px 0 20px;
    }
    .cp-cyberpunk-section{
        padding: 50px 0;
    }
    .cp-raytracing-section-mobile{
        background: url('/static/img/landing/morele/cyberpunk/ray-tracing-background.png') center top no-repeat;
        background-size: cover;
        padding: 28vw 0;
    }

    .cp-dlss-section{
        padding: 50px 0;
        background-size: cover;
    }

    .cp-info-section{
        padding: 10px 0 50px;
    }
    .check-btn{
        width: 130px;
        font-size: 14px;
        line-height: 30px;
    }

    .regular-text{
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 590px){
    .cp-header-mobile{
        padding: 180px 0 50px;
    }

    .video-container iframe{
        max-width: 100%;
        height: 50vw;
    }

    .check-btn{
        width: 160px;
        line-height: 38px;
        display: block;
        margin: 10px auto;
    }

    .cp-info-section .image-container img{
        max-width: 140px;
    }

    .cp-footer-section .image-container img{
        max-width: 120px;
        max-height: 48px;
    }
}

@media (max-width: 440px){
    .cp-footer-section .image-container img{
        max-width: 90px;
        max-height: 36px;
        margin: 0 10px;
    }
}