@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%;
}

.bg-black {
    background-color: #000;
}

.font-geforce-bold {
    font-family: 'GeForce-Bold';
}

.font-geforce-light {
    font-family: 'GeForce-Light';
}

.font-din {
    font-family: 'DINPro-Regular';
}

.color-green {
    color: #76b900;
}

.relative {
    position: relative;
}

.section {
    background-color: #000;
}

.section-pd {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home {
    background-image: url('/static/img/landing/morele/ray-tracing/header-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 602px;
}
.home__container {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 50px;
    padding-bottom: 50px;
}
.home__geforce-logo {
    position: absolute;
    left: 16px;
    bottom: 0;
}
.home__header {
    margin-bottom: 16px;
}
.home__headline {
    font-size: 48px;
}
.home__subheadline {
    font-size: 24px;
}

.ampere-section{
    background: url('/static/img/landing/morele/rtx30ti/rtx30ti-architektura-image.png') center bottom no-repeat;
    background-color: black;
    background-size: auto 602px;
    padding: 60px 0 147px 0;
}
.ampere-section h2{
    font-size: 36px;
    line-height: 36px;
    margin: 0 auto 50px;
}
.ampere-section .regular-text .regular-text-higher{
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto;
}


.subheader{
    font-family: 'GeForce-Bold';
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.color-green {
    color: #76b900;
}

.footer-line{
    margin-bottom: 40px;
    height: auto;
}

@media (max-width: 1024px) {
    .home {
        background-position: top right;
        background-size: auto 480px;
    }
    .home__container {
        display: block;
        padding-top: 480px;
    }
    .home__geforce-logo {
        position: relative;
        left: calc(50% - 164px);
        top: -72px;
        margin-bottom: 0;
    }
    .home__headline {
        font-size: 36px;
    }
    .home__subheadline {
        font-size: 21px;
    }
    .ampere-section{
        padding: 70px 0;
    }
    .ampere-section .l-row{
        align-items: center;
    }
    .ampere-section h2{
        font-size: 30px;
        line-height: 30px;
        margin: 0px auto 50px;
    }
}

@media (max-width: 768px) {
    .home {
        background-size: auto 320px;
    }
    .home__container {
        padding-top: 320px;
    }
    .home__geforce-logo {
        left: calc(60% - 164px);
    }
    .ampere-section-mobile{
        background: url('/static/img/landing/morele/rtx30ti/rtx30ti-architektura-image-mobile.png') center bottom no-repeat;
        background-size: cover;
        padding: 220px 0;
    }
    .ampere-section{
        background: #000;
        padding: 40px 0;
    }
    .ampere-section .image-container{
        margin-top: 40px;
    }
     .d-mobile-none{
       display: none;
     }
}

.architecture {
    padding-top: 75px;
    padding-bottom: 75px;
}
.architecture__col {
    padding-left: 32px;
    padding-right: 32px;
}
.architecture h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 48px;
}
.architecture p {
    line-height: 1.35;
}
.architecture p span {
    font-size: 24px;
}

@media (max-width: 1024px) {
    .architecture {
        text-align: center;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .architecture h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .architecture p span {
        font-size: 20px;
    }
    .architecture img {
        margin-top: 16px;
    }
}

.section-video {
    background-image: url('/static/img/landing/morele/ray-tracing/si-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-video__header {
    margin-bottom: 16px;
}
.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;
}

.games{
    background-color: #000;
}

.games h3{
    margin-bottom: 50px;
}

.games .games-margin-top{
    margin-top: 50px;
}

.games .image-container img{
    width: 100%;
}

.section-7,
.section-6,
.section-5{
    background-color: #000;
    padding: 40px 0;
}

.section-7{
    background: url('/static/img/landing/morele/rtx30ti/section-3-background.png') center bottom no-repeat;
    background-color: #000;
    padding: 150px 0;
}
.section-6{
    background: url('/static/img/landing/morele/rtx30ti/section-4-background.png') center bottom no-repeat;
    background-color: #000;
    padding: 70px 0;
}
.section-5{
    background: url('/static/img/landing/morele/rtx30ti/section-5-background.png') center bottom no-repeat;
    background-color: #000;
    padding: 90px 0;
}

@media (max-width: 1024px) {
    .section-video__headline {
        font-size: 24px;
    }
    .section-video__subheadline {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .section-video {
        padding-bottom: 0;
    }
    .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;
    }

    .games h3{
        margin-bottom: 20px;
    }
    .games .games-margin-top{
        margin-top: 0;
    }

    .games .image-container{
        margin-top: 20px;
    }
    .section-7-mobile{
        background: url('/static/img/landing/morele/rtx30ti/section-3-background-mobile.png') center bottom no-repeat;
        background-color: #000;
        padding: 200px 0;
    }
    .section-6-mobile{
        background: url('/static/img/landing/morele/rtx30ti/section-4-background-mobile.png') center bottom no-repeat;
        background-color: #000;
        padding: 200px 0;
    }
    .section-5-mobile{
        background: url('/static/img/landing/morele/rtx30ti/section-5-background-mobile.png') center bottom no-repeat;
        background-color: #000;
        padding: 200px 0;
    }
    .section-5,
    .section-6,
    .section-7{
        background: #000;
        padding: 40px 0;
    }
}

.video-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
}
.video-container-rwd {
    position: relative;
    padding-top: 56.25%
}
.video-container img {
    opacity: 1;
    position: absolute;
    top: -3px;
    left: -8px;
    right: -8px;
    height: calc(100% + 12px);
    width: calc(100% + 16px);
    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;
}

.tracing {
    background-image: url('/static/img/landing/morele/ray-tracing/bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 768px;
}
.tracing h3 {
    font-size: 36px;
}

.tracing-img1 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 165px;
}
.tracing-img2 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 165px;
}
.tracing-img3 {
    position: absolute;
    left: 0;
    bottom: 50px;
    max-width: 150px;
}
.tracing-img4 {
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 150px;
}

@media (max-width: 1024px) {
    .tracing {
        background-image: url('/static/img/landing/morele/ray-tracing/bg2_mobile.jpg');
        min-height: 640px;
    }
    .tracing h3 {
        font-size: 24px;
    }
}
@media (max-width: 600px) {
    .tracing-img1 {
        position: relative;
        left: 0;
        top: 0;
        max-width: 100px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .tracing-img2 {
        position: relative;
        right: 0;
        top: 0;
        max-width: 100px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .tracing-img3 {
        position: absolute;
        left: 0;
        bottom: 50px;
        max-width: 100px;
    }
    .tracing-img4 {
        position: absolute;
        right: 0;
        bottom: 50px;
        max-width: 100px;
    }
}

.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: 48px;
    margin-bottom: 0;
}
.section-text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .home__header{
      margin-top: 20px;
    }
    .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%;
    }

    .subheader{
      font-size: 18px;
    }
}


.section-1 {
    background-image: url('/static/img/landing/morele/ray-tracing/bg-section_01.jpg');
}
.section-2 {
    background-image: url('/static/img/landing/morele/ray-tracing/bg-section_02.jpg');
    background-position: top right;
}
.section-3 {
    background-image: url('/static/img/landing/morele/ray-tracing/bg-section_03.jpg');
}
.section-4 {
    background-image: url('/static/img/landing/morele/ray-tracing/rtx-bg.png');
    background-position: top right;
    background-size: auto;
    min-height: 580px;
}

.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.show-all a{
  display: inline-block;
}

.product-item.show-all a:hover{
    border: 1px solid transparent;
}

.product-item p {
    font-size: 21px;
    line-height: 1.25;
}
.product-item button {
    background-color: #76b900;
    color: #fff;
    border: none;
    font-family: 'GeForce-Bold';
    padding: 12px 16px 14px;
    text-transform: uppercase;
    font-size: 18px;
    transition: opacity 0.3s ease-out;
}
.product-item button:hover {
    opacity: 1;
    cursor: pointer;
    /* transform: scale(1.05); */
}

.product-item a:hover button{
background-color: #65a800;
}

@media (max-width: 1280px) {
    .product-item p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .product-item {
        margin-top: 32px;
    }
}

@media (max-width: 462px) {
    .ampere-section h2{
        font-size: 24px;
        line-height: 32px;
    }
    .ampere-section h2{
        margin-bottom: 20px;
    }
}


.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;
}
