/* general stuff START*/
@font-face {
  font-family: Helvetica;
  src: local(Helvetica), url(../fonts/helvetica-light.woff2) format('woff2');
  font-weight: 300;
}

@font-face {
  font-family: Helvetica;
  src: local(Helvetica), url(../fonts/helvetica.woff2) format('woff2');
  font-weight: 400;
}


@font-face {
  font-family: Helvetica;
  src: local(Helvetica Bold), url(../fonts/helvetica-bold.woff2) format('woff2');
  font-weight: bold;
}

body {
  margin: 0;
}

.nv-main * {
  box-sizing: border-box;
}

.nv-main {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  font-size: 16px;
  color:#ffffff;
  font-family: Helvetica;
}

.nv-main div {
  font-size: 16px;
}

.nv-h1, 
.nv-h2,
.nv-h3,
.nv-h4,
.nv-h5,
.nv-h6,
.nv-p {
  margin-top:0;
  margin-bottom:0px;
  font-family: Helvetica;
}

.nv-main sup {
font-size: 0.5em;
top: -0.3em;
position: relative;
}

.nv-main p sup {
  top: 0;
}

.nv-main div,
.nv-main span,
.nv-main a,
.nv-price {
  font-family: Helvetica; 
}

.nv-p {
  color:#eeeeee;
  font-size: 1em;
  line-height: 1.5;
  font-weight:400;
  margin-top:1.875em;
}

.nv-h1 {
  font-weight: 700;
  font-size: 3em;
  color:#76b900;
  line-height: 1.1;
  margin-bottom: .3em;
}
  
.nv-h2 {
  font-size: 2.25em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  text-transform: uppercase;
}
  
.nv-h3 {
  font-size: 1.56em;
  font-weight: 700;
  color:#ffffff;
  line-height: 1.4;
}

.nv-h4 {
  font-size: 1.1em;
  font-weight: 700;
  color: #76b900;
  line-height: 1.3;
  text-transform: uppercase;
}

.nv-h5 {
  font-size:1.3125em;
  font-weight: 700;
  line-height: 1.4;
  margin-top:1em;
  text-transform: uppercase;
}

.nv-h6 {
  color:#76b900; 
  font-size:1.2em;
  font-weight: 700;
  line-height: 1.4;
  margin-top:1em;
  text-transform: uppercase;
}

.nv-hr {
  color: #666666;
  border: 1px solid;
}
  
.nv-main a:not(.nv-btn) {
  text-decoration:none;
  font-weight: 700;
  color: #76b900;
  transition: color 0.3s ease;
  text-decoration: underline;
}

.nv-main a:not(.nv-btn):hover {
  color: #76d300;
  transition: color 0.4s ease;
}

.nv-btn {   
  background-color: #76b900;
  border: 1px solid #76b900;
  color: #ffffff;
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  padding: 0.625em 0.6875em;
  text-decoration: none;
  text-transform: uppercase;
}

.nv-btn:hover{
  color: #ffffff;
  text-decoration: none;
  background-color: #76d300;
}

.nv-btn:active {
  background-color: #76b900;
  box-shadow: inset 0 7px 12px rgba(1,1,1,0.18);
}

.nv-btn.nv-outline {
  color:#76b900;
  background-color:transparent;
  border:1px solid #76b900;
}

.nv-btn.nv-outline:hover {
  background-color:#76b9003d;
}

.nv-btn.nv-outline:active {
  background-color:#76b90069;
}

.nv-icon {
  height: 0.9em;
  width: auto;
}

.nv-white-text {
  color:#ffffff;
}

.nv-dark-text {
  color:#000000;
}

.nv-light-bkg {
  background-color: #ffffff;
}

.nv-h2+.nv-h4 {
  margin-top: 0.7em;
}

.nv-halfed-top-margin {
  margin-top:0.7em;
}

.nv-1x-top-margin {
  margin-top:1.875em;
}

.nv-2x-top-margin {
  margin-top:3.75em;
}

.nv-3x-top-margin {
  margin-top:5.625em;
}

.nv-4x-top-margin {
  margin-top:7.5em;
}

.nv-halfed-bot-margin {
  margin-bottom:0.7em;
}

.nv-1x-bot-margin {
  margin-bottom: 1.875em;
}

.nv-2x-bot-margin {
  margin-bottom:3.75em;
}

.nv-3x-bot-margin {
  margin-bottom:5.625em;
}

.nv-4x-bot-margin {
  margin-bottom:7.5em;
}

.nv-no-top-margin {
  margin-top: 0!important;
}

.nv-main section {
  text-align: left;
}

.nv-main .nv-centered {
  text-align:center;
}

.nv-lefted {
  text-align:left;
}

.nv-fullwidth {
  grid-column: 1/13;
  grid-row: 1/2;
  display: grid;
}

.nv-mid-area {
  grid-column: 4/10;
  grid-row: 1/2;
}

.nv-3-cols,
.nv-4-cols{
  display: flex;
  justify-content: space-between;
}

.nv-middle-height-screen {
  display: flex;
align-items: center;
}

.nv-col {
  display: flex;
  flex-direction: column;
}

.nv-one-half-col{
  width: calc((100% - 1.5em) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}  

.nv-one-third{
  max-width: 600px;
  width: calc((100% - 6em) / 3);
  align-items: center;
  text-align: center;
}

.nv-one-third .nv-column-picture {
  align-self: stretch;
} 

.nv-column-picture {
  height: 11.875em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  }

  .nv-3-cols .nv-col {
    max-width: 600px;
    width: calc((100% - 6em) / 3);
  }

  .nv-4-cols .nv-col {
    max-width: 600px;
    width: calc((100% - 6em) / 4);
  }

.nv-align-with-grid-container {
  margin-left: calc(100%/12);
  margin-right: calc(100%/12);
}



.nv-advantages .nv-one-third img,
.nv-shop-now .nv-one-third img{
  width: 100%;
}



.nv-text-that-nobody-reads{
  color: #666;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.25;
}

.nv-no-top-margin {
  margin-top:0;
}

.rtx-logo {
  height: 3.25em;
  width:auto;
}

.nv-footer-logo {
text-align:center;
}

.nv-logos {
  display: flex;
  justify-content: center;
}

.nv-partner-logo {
  width: auto;
  height: 3.125em;
}

@media only screen and (max-width:1024px) {

  .nv-grid-12-cols {
    display: grid;
    grid-template-columns: repeat(12, minmax(26px, 1fr));
 } 

 .nv-grid-12-cols>div {
   margin-bottom: 3.75em;
 }

.nv-h1 {
  margin-top: 30px;
}

.nv-4x-top-margin,
.nv-3x-top-margin {
  margin-top:3.75em;
}

.nv-4x-bot-margin {
  margin-bottom:3.75em;
}

.nv-2-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nv-mid-area,
.nv-left-col,
.nv-right-col   {
  grid-column: 3/11!important;
}

.nv-align-with-grid-container {
  margin-left: calc(100%/6);
  margin-right: calc(100%/6);
}

.nv-one-half-col,
.nv-one-third,
.nv-3-cols .nv-col,
.nv-4-cols .nv-col{
  width:100%;
}

.nv-4-cols,
.nv-3-cols {
    flex-direction: column;
    align-items: center;
 }
 
 .nv-one-third:not(:last-child),
 .nv-3-cols .nv-col:not(:last-child) {
    margin-bottom: 3em;
 }

.nv-logos {
  flex-direction: column;
    align-items: center;
}
}

@media only screen and (max-width:480px) {
.nv-mid-area,
.nv-left-col,
.nv-right-col   {
  grid-column: 2/12!important;
}
.nv-align-with-grid-container {
  margin-left: calc(100%/12);
  margin-right: calc(100%/12);
}
}

@media only screen and (max-width:767px) {
.nv-hide-on-mobile {
  display:none;
}

.nv-h1 {
  font-size: 1.5em;
}

.nv-h2 {
  font-size: 1.3em;
}

.nv-h3 {
  font-size: 1.3125em;
}

.nv-h4 {
  font-size: 1.2em;
}

.nv-main .nv-centered {
  text-align:left;
}
}

@media only screen and (min-width:1025px) {

  /* .nv-h1,
  .nv-h2 {
    white-space: nowrap;
  } */

  .nv-fullwidth>img {
    width:100vw;
  }

.nv-hide-on-tablet-and-up {
    display:none;
}

.nv-invis-on-tablet-and-up {
  opacity:0;
}

.nv-grid-12-cols {
    display: grid;
    grid-template-columns: repeat(12, minmax(40px, 1fr));
    column-gap: 1.25em;
}

.nv-advantages-pic {
  max-height: 13em;
}

/* .nv-text {
  max-width:31em;
} */

.nv-studio .nv-text {
  max-width:26em;
}

.nv-high-level .nv-text {
  max-width:26em;
}

.nv-left-col {
    grid-column:2/8;
    grid-row: 1/2;
}
 
.nv-right-col {
  grid-column:8/12;
  grid-row: 1/2;
}

.nv-mid-vertical {
  align-items: center;
}

.nv-logos img:not(:last-child) {
  margin-right: 3.75em;
}

.nv-2-btns a:first-child{
  margin-right: 1.875em;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {

   .nv-left-col {
    grid-column: 2/9;
   } 

   .nv-right-col {
    grid-column: 7/12;
   }
   }

   @media only screen and (min-width:768px) and (max-width:1024px) {
     .nv-hide-on-tablets {
       display: none;
     }
   }

@media only screen and (min-width:1024px) and (max-width:1199px) {
  .nv-left-col {
    grid-column: 2/8;
  }
}

@media only screen and (min-width:1025px){
.nv-hide-on-pc {
  display:none;
}
.nv-limited-width {
  max-width: 57em;
  margin-left: auto;
  margin-right: auto;
}
}

@media only screen and (min-width:1440px) {
.nv-align-with-grid-container {
  margin-left: calc(100%/6);
  margin-right: calc(100%/6);
}
}

@media only screen and (min-width:1440px) and (max-width:1919px) {
  .nv-main div,
  .nv-main {
    font-size: 18px;
}
}

@media only screen and (min-width:1920px)   {

  .nv-main div,
  .nv-main {
    font-size: 22px;
}

.nv-text {
  max-width: 31em;
}

  .nv-left-col.nv-text {
    grid-column: 3/7;
  } 
 }

 @media only screen and (min-width:2160px)  {

.nv-align-with-grid-container {
  margin-left: calc(100%/4);
  margin-right: calc(100%/4);
}

.nv-left-col {
  grid-column: 3/7;
}  

  .nv-left-col.nv-picture,
  .nv-left-col.nv-text  {
    grid-column: 3/7;
  }

  .nv-right-col {
    grid-column: 8/11;
    margin-left: inherit;
  } 

  .nv-right-col.nv-picture {
    grid-column: 8/11;
  }
 }
/* general stuff END*/


/* Pop-up START*/
.nv-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed; 
  cursor: default; 
  }
   
  .nv-overlay:target {
  display: block;
  }
   
  .nv-popup {
  background: #fefefe;
  border: 1px solid #383838;
  border-radius: 4px;
  box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  font-size: 14px;
  font-family: Helvetica;
  line-height: 1.3;
  height: 39.375vw;
  left: 50%;
  margin: 0;
  width: 70vw;
  min-width: 290px;
  max-width: 1600px;
  max-height:900px;
  position: fixed;
  right: 0;
  top: -100%;
  transform: translate(-50%, -500%);
  transition: transform 0.6s ease-out;
  z-index: 20;
  }
   
  .nv-overlay:target+.nv-popup {
  transform: translate(-50%, 0);
  top: 2em;
  }
   
  .nv-close {
  background-size: cover;
  background: url(../images/close-icon.svg) no-repeat center;
  top: -1em;
  right: -1em;
  width: 2em;
  height: 2em;
  position: absolute;
  padding: 0;
  border: 2px solid #ccc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(61, 61, 61, 0.8);
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  text-align: center;
  text-decoration: none;
  font: 0.8125em/1.25em 'Helvetika';
  font-weight: bold;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
  }
   
  .nv-close:hover {
  background-color: #76b900;
  }
  
.nv-popup iframe {
  width: 100%;
  height: 100%;
}
/* Pop-up END*/


/* first screen start  */
@media only screen and (max-width:1024px) {
.nv-first-screen .nv-fullwidth {
  margin-bottom: 0;
}
}
/* first screen End  */


/* nvidia ampere architecure screen START*/
.nv-ampere-arch .nv-right-col {
  grid-column: 7/11;
  text-align: center;
}

.nv-ampere-arch .nv-left-col {
  grid-column: 4/7;
  align-self: center;
}

.nv-ampere-arch .nv-p {
  text-transform: uppercase;
}

.nv-bigger-lighter {
  font-size:1.5em;
  font-weight: 300;
  line-height: 1;
}

@media only screen and (max-width:1024px) {

  .nv-ampere-arch .nv-left-col {
    text-align: center;
  }
  
.nv-ampere-arch>div {
  margin-top:0;
}

.nv-ampere-arch .nv-fullwidth {
  justify-items: center;
  margin-bottom: 0;
}

.nv-ampere-arch img {
  max-width: 600px;
}
}

@media only screen and (min-width:1025px) {
.nv-ampere-arch .nv-h2{
  margin-bottom: -2.25em;
  z-index: 2;
}
}
/* nvidia ampere architecure screen END*/


/* quality screen: text and video START*/

.nv-video {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width:1920px) {
.nv-video {
  max-width: 44em;
}
}

@media only screen and (max-width:1024px) {
.nv-quality-screen {
  align-items: center;
  background: url(../images/geforce-rtx-dlss-mobile.jpg) no-repeat center;
  background-size: cover;
  padding-top: 3.875em;
}
}
/* quality screen END*/


/* ai performance screen Start */
@media only screen and (min-width:1025px) {
.nv-ai-performance .nv-mid-area{
  grid-column: 3/11;
}

.nv-ai-performance .nv-mid-area > div{
  padding-left: 3em;
  padding-right: 3em;
}
}
/* ai performance screen END */


/* dlss games Start*/
.nv-dlss-games {
  margin-bottom: 3.75em;;
}

.nv-games-list__line {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.nv-games-list__line img {
  max-width: 10em;
  height: 100%;
  margin-bottom: 3.75em;
}

@media only screen and (max-width:1024px) {
  .nv-dlss-games {
    margin-bottom: 0;
  }

.nv-games-list__line img {
  max-width: 15em;
}
}

@media only screen and (max-width:768px) {
  .nv-games-list__line img {
    max-width: 12em;
  }
  }
/* dlss games END*/


/* ray tracing screen Start*/
@media only screen and (max-width: 1024px) {
.nv-ray-tracing {
    background: url(../images/rtx-on-off-mobile.jpg) no-repeat bottom;
    background-size: cover;
    height: 100vh;
    max-height: 560px;
}
.nv-ray-tracing img.nv-hide-on-tablet-and-up {
  max-width: 12em;
}
}
/* ray tracing screen END*/


/* Shop now screen START*/
.nv-shop-now .nv-col-title {
  color:#76b900;
  margin-bottom: 1em;
  margin-top: 1.25em;
  min-height: 2.8em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

.nv-price {
  font-size:1.3125em;
  color:#76b900;
  font-weight: 500;
  margin-bottom: 1.875em;
}

@media only screen and (max-width:1024px) {
  .nv-shop-now .nv-h2 {
    margin-bottom: 30px;
    text-align: center;
}
}

@media only screen and (min-width:1024px) {
.nv-shop-art {
  display: block;
  width:70%;
  margin-top: 1.875em;
  margin-left: auto;
  margin-right: auto;
}
}
/* Shop now screen END */