@font-face {
    font-family: 'DINPro Light';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Light'), url('../fonts/DINPro-Light tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Medium'), url('../fonts/DINPro-Medium tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Bold'), url('../fonts/DINPro-Bold tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Black';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Black'), url('../fonts/DINPro-Black tr.woff') format('woff');
}

@font-face {
    font-family: 'DINPro Black';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Black'), url('../fonts/DINPro-Black tr.woff') format('woff');
}

@font-face {
    font-family: 'GeForce Bold';
    font-style: normal;
    font-weight: normal;
    src: local('GeForce Bold'), url('../fonts/geforce_bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'GeForce Light';
    font-style: normal;
    font-weight: normal;
    src: local('GeForce Light'), url('../fonts/geforce_light-webfont.woff') format('woff');
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #000;
    font-family: 'DINPro Light';
    font-weight: normal;
    color: #fff;
    overflow: hidden;
}

.header {
	width: 100%;
    height: 40px;
    padding: 10px;
    background-color: #000;
    color: #fedc19;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    z-index: 1;
}

.header a {
    color: #fedc19;
    font-family: 'DINPro Bold';
}

.header a:hover {
    color: #9c8711;
}

.hero.has-background {
    position: relative;
    overflow: hidden;
}
.hero-background {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.hero-background.is-transparent {
    opacity: 0.3;
}

.title {
    font-family: 'GeForce Bold';
}

.subtitle {
    font-family: 'GeForce Bold';
}

.buy-geforce-rtx {
    margin: 0 auto;
    justify-content: center; 
    text-align: center;
    width: 280px;
    display: block !important;
}

.c {
    margin: 0 auto;
    justify-content: center; 
    text-align: center;
    display: block !important;
}

.buy-geforce-rtx-content {
    display: block;
}

.card {
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.9);
}

.column {
    display: flex;
}

.text-color-green {
    color: #76b900 !important;
}

.text-color-white {
    color: #fff !important;
}

.text-color-black {
    color: #000 !important;
}

.h-divider {
    margin: auto;
    margin-top: 80px;
    width: 80%;
    position: relative;
}

.h-divider .shadow {
    overflow: hidden;
    height: 20px;
}

.h-divider .shadow:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px #fff;
}

.geforce-style {
    background-color: #76b900;
    border-color: transparent;
    border-radius: 0px;
    color: #fff;
    font-family: 'DINPro Medium';
    text-transform: uppercase;
}

.geforce-style:hover {
    background-color: #497300;
    border-color: transparent;
    color: #fff;
}

.dlss {
    background-image: url('../images/video-background.jpg');
    background-size: cover;
}

.bundle-section {
    background-image: url('../images/bundle-background.jpg');
    background-size: cover;
}

.video-container {
    position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.justify-content-end {
    margin-top: auto;
}

.hero-background {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ray-tracing {
    background-image: url('../images/ray-tracing.jpg');
    background-size: cover;
    background-position: center;
    padding: 3rem 0rem;
    height: 100vh;
}

html.sr .load-hidden {
    visibility: hidden;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #76b900;
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    height: 2px;
}

.footer {
    background: #000;
    color: #666666;
    padding: 0rem 9rem 6rem;
}

.hide-on-mobile {
    display: inline-block;
}

.show-on-mobile {
    display: none;
}

.ray-tracing-columns {
    margin-bottom: 60vh !important;
}

.x {
    display: none;
}

.v {
    display: none;
}

.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.custom-hero {
    height: 100%;
}

.bundle-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1rem;
    align-items: center;
}

.footer-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 1rem;
    align-items: center;
}

/* mobile */
@media (max-width: 768px) {
    .p-width-small {
        width: 100%;
    }
    .hero-background {
        object-fit: cover;
        width: 100%;
        height: 380px;
        object-position: right;
    }
    .show-on-mobile {
        display: inline-block;
    }
    .hide-on-mobile {
        display: none;
    }
    .footer {
        padding: 3rem 3rem 6rem;
    }
    .mobile-left-center {
        object-position: left center;
    }
    .mobile-right-center {
        object-position: right center;
    }
    .ray-tracing-columns {
        margin-bottom: 40vh !important;
    }
    .copyright-text {
        padding: 1rem;
    }
    h1 {
        font-size: 1.5rem !important;
    }
}

/* tablet */
@media (max-width: 769px) {
    .hero-background {
        position: static;
    }
    .ray-tracing-columns {
        margin-bottom: 40vh !important;
    }
    .footer-icons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        column-gap: 1rem;
        align-items: center;
    }
    .ta-mobile {
        display: flex;
        flex-direction: column;
    }
    .ta-desktop {
        display: none;
    }
}

/* desktop */
@media (min-width: 1024px) {
    .hero-background {
        position: absolute;
    }
    .p-width-small {
        width: 410px;
    }
    .ray-tracing-columns {
        margin-bottom: 50vh !important;
    }
    .x {
        display: flex;
    }
    .v {
        display: flex;
    }
    .custom-hero {
        padding: 5rem 1.5rem !important;
        height: 100vh;
    }
    .bundle-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 1rem;
    }
    .ta-desktop {
        display: block;
    }
    .ta-mobile {
        display: none;
    }
}

/* widescreen */
@media (min-width: 1216px) {
    .ray-tracing-columns {
        margin-bottom: 50vh;
    }
    .x {
        display: flex;
    }
    .v {
        display: flex;
    }
}

/* fullhd */
@media (min-width: 1200px) {
    .ray-tracing-columns {
        margin-bottom: 60vh !important;
    }
    .x {
        display: flex;
    }
    .v {
        display: flex;
    }
}