@font-face {
    font-family: 'GeForce-Bold';
    src: url('GeForce-Bold-Alt.otf');
}
@font-face {
    font-family: 'GeForce-Light';
    src: url('GeForce-Light-Alt.otf');
}
@font-face {
    font-family: 'DINPro-Regular';
    src: url('./DINPro-Regular.ttf');
}

body {
    background-color: #000;
    color: #eeeeee;
    font-family: 'DINPro-Regular';
    font-size: 16px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'GeForce-Bold';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
    color: #eeeeee;
}

h3 {
    font-size: 36px;
}
@media (max-width: 1024px) {
    h3 {
        font-size: 24px;
    }
}

img {
    max-width: 100%;
}

a {
    color: #76b900;
}

small {
    display: inline-block;
    color: gray;
    line-height: 1.1;
}

.home__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 16px;
}
.relative {
    position: relative;
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .container {
        max-width: 100%;
    }
}

.bg-black {
    background-color: #000;
}

.btn-green {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #76b900;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5;
}
.btn-green:hover {
    opacity: 0.8;
}

.font-geforce-bold {
    font-family: 'GeForce-Bold';
}

.font-geforce-light {
    font-family: 'GeForce-Light';
}

.font-din {
    font-family: 'DINPro-Regular';
}

.font-style-italic {
    font-style: italic;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-green {
    color: #76b900;
}

.relative {
    position: relative;
}

.section {
    background-color: #000;
}

.section-pd {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home {
    position: relative;
    background-color: #000;
}
.home__container {
    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 50px;
    padding-bottom: 50px;
}
.home__header {
    margin-bottom: 16px;
}
.home__headline {
    font-size: 48px;
}
.home__subheadline {
    font-size: 24px;
}
.home__logo {
    position: absolute;
    bottom: 32px;
    right: 75px;
}

.home__img {
    max-width: unset;
}


@media (max-width: 1024px) {
    .home {
        position: relative;
    }
    .home__container {
        padding-top: 0;
    }
    .home__headline {
        font-size: 36px;
    }
    .home__subheadline {
        font-size: 21px;
    }
    .home__logo {
        position: static;
        right: auto;
        left: auto;
        bottom: auto;
    }
}

.section-video {
    background-image: url('/static/img/landing/morele/nvidia_dlss/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;

    text-align: center;
    color: #fff;

    padding-top: 100px;
    padding-bottom: 100px;
}
.section-video__header {
    margin-bottom: 16px;
}
.section-video__headline,
.section-video__subheadline {
    color: #fff;
}
.section-video__headline {
    font-size: 36px;
}
.section-video__subheadline {
    font-size: 21px;
}
.section-video__video-container {
    margin-top: 32px;
    margin-bottom: 32px;
}
.section-video__small-text {
    font-size: 12px;
    color: #fff;
    margin-bottom: 32px;
}
.section-video__img1 {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 165px;
}
.section-video__img2 {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 165px;
}

@media (max-width: 1024px) {
    .section-video {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-video__headline {
        font-size: 24px;
    }
    .section-video__subheadline {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .section-video__video-container {
        margin-bottom: 8px;
    }
    .section-video__img1,
    .section-video__img2 {
        position: static;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px;
    }
}

.video-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
}
.video-container-rwd {
    position: relative;
    padding-top: 56.25%
}
.video-container img {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: unset;
    z-index: 2;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    cursor: pointer;
}
.video-container img:hover {
    opacity: 0.8;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section-text {
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 150px;
    padding-bottom: 150px;
}
.section-text img {
    display: none;
}
.section-text h3 {
    font-size: 36px;
}
.section-text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .section-text h3 {
        font-size: 24px;
    }
    .section-text {
        background-image: none !important;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .section-text img {
        display: block;
        margin-bottom: 32px;
        width: 100%;
    }
}

.section-logos {
    position: relative;
}
.section-logos:before {
    content: '';
    display: block;
    height: 1px;
    background-color: gray;
    width: 92%;
    max-width: 1024px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
    gap: 16px;
}
.logo-grid img {
    max-width: 100%;
}

.section-1 {
    background-image: url('/static/img/landing/morele/nvidia_dlss/bg-section-01.jpg');
    background-repeat: none;
    background-size: cover;
    background-size: center;
    padding-top: 100px;
    min-height: 600px;
}
.section-1__logo {
    position: absolute;
    bottom: -250px;
    right: 0;
}
@media (max-width: 1024px) {
    .section-1 {
        padding-top: 50px;
        min-height: 500px;
    }
    .section-1__logo {
        position: static;
    }
}
.section-2 {
    background-image: url('/static/img/landing/morele/nvidia_dlss/bg-section-02.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
@media (max-width: 1024px) {
    .section-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.section-countdown {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}
.promotion-countdown-flag {
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion-countdown-flag .per-box {
    margin-left: 16px;
    margin-right: 16px;
    font-family: 'GeForce-Bold';
    color: #76b900;
}
.promotion-countdown-flag .per-time {
    display: block;
    font-size: 48px;
    line-height: 1;
}
.promotion-countdown-flag .per-name {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
.per-days {
    display: none !important;
}

.check-promo {
    background-color: #76b900;
    color: #fff;
    border: none;
    font-family: 'GeForce-Bold';
    padding: 12px 16px 8px;
    text-transform: uppercase;
    font-size: 18px;
}

.products {
    text-align: center;
}

.product-item {
    text-align: center;
    margin-top: 48px;
}
.product-item a {
    padding: 16px 8px;
    display: block;
    transition: opacity 0.3s ease-out;
    border: 1px solid transparent;
}
.product-item a:hover {
    /* opacity: 0.8; */
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #76b900;
}
.product-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}
.product-item button {
    background-color: #76b900;
    color: #fff;
    border: none;
    font-family: 'GeForce-Bold';
    padding: 12px 16px 12px;
    text-transform: uppercase;
    font-size: 14px;
    transition: opacity 0.3s ease-out;
}
.product-item button:hover {
    opacity: 1;
    cursor: pointer;
    /* transform: scale(1.05); */
}

@media (max-width: 1280px) {
    .product-item p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .product-item {
        margin-top: 32px;
    }
}


.footer-border {
    display: block;
    margin-bottom: 40px;
}
.footer-logo {
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 16px;
}
footer p {
    font-size: 11px;
    color: #666;
}
