@font-face {
  font-family: 'GeForce';
  src: url('/fonts/GeForce-Bold.woff');
  font-weight: 200;
}
@font-face {
  font-family: 'GeForce';
  src: url('/fonts/GeForce-Light.woff');
  font-weight: 100;
}
section#main.main-ind{
  padding: 0;
}
/*******FEATURE-PERFORMANCE-CHARTS*******/
.landing-featperformance {
	background-color:#d7d7d7;
	background-image:url('/images/landing/nvidia/gtx-1660ti/fortnite-bg4.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
}
.chart-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 500px 0;
display:block;
}
.chart-wrap .chart-title {
	font-size:22px;
  margin-bottom: 10px;
  text-align: center;
  margin:0 auto 50px auto;
}
.chart-wrap .chart-title#featperf-title1 {
	font-size:40px;
	margin:10px auto;
}
.chart-wrap .chart-title img {
	display:block;
	max-width:100%;
	margin:10px auto 20px auto;
}
.chart-wrap .row {
  position: relative;
  height: 15px;
  margin: 0 auto 50px auto;
  max-width:950px;
}
.chart-wrap .row:nth-of-type(6) {
	margin-bottom:0;
}
.chart-wrap .bar-wrap {
  position: relative;
  background: #d7d7d7;
  width: 100%;
  height: 100%;
  overflow: hidden;
  float:left;
  margin-left:0;
  border-radius:5px;
}
.chart-wrap .bar-wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
background: rgb(250,241,146); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(250,241,146,1) 0%, rgba(245,102,96,1) 26%, rgba(249,92,245,1) 66%, rgba(250,241,146,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(250,241,146,1) 0%,rgba(245,102,96,1) 26%,rgba(249,92,245,1) 66%,rgba(250,241,146,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(250,241,146,1) 0%,rgba(245,102,96,1) 26%,rgba(249,92,245,1) 66%,rgba(250,241,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf192', endColorstr='#faf192',GradientType=1 ); /* IE6-9 */
  border-radius:5px;
}
.chart-wrap .bar-wrap .bar.in {
  transform: translateX(0%);
}
.chart-wrap .row:nth-of-type(1) .bar {
	transition: 1s 400ms;
	width: 90%
}
.chart-wrap .row:nth-of-type(2) .bar {
	transition: 1s 600ms;
	width: 80%
}
.chart-wrap .row:nth-of-type(3) .bar {
	transition: 1s 800ms;
	width: 60%
}
.chart-wrap .row:nth-of-type(4) .bar {
	transition: 1s 1000ms;
	width: 70%
}
.chart-wrap .row:nth-of-type(5) .bar {
	transition: 1s 1200ms;
	width: 85%
}
.chart-wrap .row:nth-of-type(6) .bar {
	transition: 1s 1400ms;
	width: 62%
}
/*************************Animation on scroll to section*************************/
.hidden{
	transform: translatex(-100%);
}
@keyframes fade-in {
	from {transform: translatex(-100%);}
	to {transform: translatex(0%);}
}
.fade-in-element {
	transform: translateX(0%);
}
/*************************Animation on scroll to section*************************/
.chart-wrap .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  padding-top:15px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  z-index: 10;
}
.chart-wrap .number {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  padding-top: 15px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  text-align: right;
  z-index: 10;
}
.chart-wrap h1 {
	font-family:'Montserrat-Medium';
	font-size:20pt;
	font-weight:normal;
	text-transform:uppercase;
	color:#000000;
	margin-bottom:20px;
	padding-top:50px;
}
.chart-wrap h2 {
	font-family:'Montserrat';
	font-size:14pt;
	font-weight:normal;
	text-transform:uppercase;
	color:#000000;
	margin:0;
}
.chart-wrap {
	font-family:'Montserrat';
	font-size:14pt;
	font-weight:normal;
	color:#000000;
}
.chart-wrap hr {
	border-bottom: 2px solid #000000;
}
.percentage {
	font-size:14pt !important;
	color:#75b900 !important;
}
#chart-disclaimer {
  font-family:'Open Sans';
  font-size:12px;
  color:#000000;
  text-align:center;
  padding:20px 0 50px 0;
  max-width:600px;
}
#chart-disclaimer a {
  text-decoration:none;
  color:#76b900;
  font-weight:bold;
}
#chart-disclaimer a:hover {
  text-decoration:none;
  color:#96e805;
  font-weight:bold;
}
/*******FEATURES-PERFORMANCE-CHARTS-END*******/
/*****************products****************/
.products{
  background-color: #000000!important;
}
.product .column-ind-holder .column-ind-header {
    background: #464646;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-ind-header {
  background: #464646;
  border-radius: 5px 5px 0 0;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 130px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius: 0 0 5px 5px;
  padding: 20px!important;
  background: #252525;
  border: 2px solid #464646;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #76b900;
  border-color: #76b900;
  color: #fffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 10px 20px 20px 0px;
  background-color: #252525;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #76b900;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #ffffff;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #76b900;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #6aa502;
  border-color: #6aa502;
}
/*****************products****************/

.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-container a{
    text-decoration: none;
}
.landing-container hr{
    border: 0;
    border-bottom: 2px solid #000000;
    clear: none;
    margin: 10px auto;
}
.landing-container .temp-title1{
    font-family: 'geforce';
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.landing-container .temp-title2{
    font-family: 'geforce';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin: 0px;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin-top: 10px;
}
.landing-button {
	font-family: 'Montserrat-bold';
	text-transform: uppercase;
  	background-color: #76b900;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #96e805;
}
.landing-container i{
    padding-left: 5px;
}
/*******END-GLOBAL*******/
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-color: #000000;
    background-image: url('/images/landing/nvidia/gtx-1650/geforce-laptop-bg.jpg');
    background-size: contain;
    background-position: 70%;
    background-repeat: no-repeat;
    z-index: 0;
	padding: 0 20px;
}
.landing-row-top{
    display: flex;
	position: relative;
    align-items: center;
    padding: 100px 0 0 0;
}
.landing-top-fl{
    width: 50%;
}
.landing-top-fl .temp-title1{
    color: #ffffff;
}
.landing-top-fl .temp-title2{
    color: #76b900; 
	font-size: 28px;
}
.landing-top-fl .temp-title2:nth-child(4){
	font-size: 18px;
    margin-top: 10px;
    color: #ffffff;
}
.landing-header-bottom{
    padding: 40px 0;
}
.landing-header-content{
    position: relative;
    display: flex;
}
.landing-bottom-fl{
    display: flex;
    align-items: center;
    width: 40%;
    padding-right: 10px;
}
.landing-bottom-fl-content{
	padding-right: 30px;
}
.landing-bottom-fl .terms-top{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #6a6a6a;
}
.landing-bottom-fl p{
    color: #ffffff;
}
.landing-bottom-fr{
    width: 60%;
    text-align: right;
}
.landing-bottom-fr img{
    margin-top: -100px;
}
.vend-sm{
    display: none;
}
.vend-lg{
    position: absolute;
    top: 20px;
    right: 0;
    width: 200px;
}
.geforce-laptop-resp{
    display: none;
    background-image: url('/images/landing/nvidia/gtx-1650/geforce-laptop-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 100%;
    background-size: cover;
}
.nvid-fortnite{
    background-image: url('/images/landing/nvidia/gtx-1650/fortnite-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.nvid-fortnite-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    padding: 0 20px;
}
.fortnite-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.fortnite-info .temp-title1{
    font-size: 26px;
    margin-top: 20px;
}
.fortnite-info img{
    max-width: 100%;
}
.nvid-fortnite-fl{
    width: 60%;
}   
.nvid-fortnite-fr{
    width: 40%;
    text-align: center;
}
.nvid-fortnite-fr img:last-child{
    margin-top: 50px;
    margin-bottom: -180px;
}
.fortnite-info .temp-title1{
    color: #ffffff;
}
.fortnite-btm{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.fortnite-btm .landing-button{
    width: 250px;
}
.nvidia-turing{
    overflow: hidden;
    background-image: url('/images/landing/nvidia/gtx-1650/turing-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    background-color: #000000;
    padding: 20px;
}
.nvidia-turing-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: hidden;
}
.nvidia-turing-fr{
    width: 50%;
    padding: 150px 0;
}
.nvidia-turing-fr p{
    color: #ffffff;
}
.nvidia-turing-fr .temp-title1{
    font-family: 'Montserrat-Light';
    font-weight: normal;
    color: #ffffff;
}
.nvidia-turing-fr .temp-title2{
    color: #ffffff;
}

/*******FEAT1*******/
.landing-feat1{
    overflow: hidden;
    background-image: url('/images/landing/nvidia/gtx-1650/performance-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    background-color: #000000;
    padding: 80px 20px;
}
.landing-feat1-inner{
    display: flex;
    flex-direction: row-reverse;
    height: 500px;
    align-items: center;
}
.landing-feat1-fl{
    width: 50%;
}
.landing-feat1-fr{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.landing-feat1-fr p{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}
.landing-feat1 .temp-title1{
    color: #ffffff;
    font-weight: normal;
}
.landing-feat1-fl p{
    color: #ffffff;
}

/*******FEAT1*******/
/*******FEAT2*******/
.landing-feat2{
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    padding: 40px 20px;
}
.landing-feat2-inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.landing-feat2-fr{
    width: 60%;
}
.landing-feat2-fr img{
    max-width: 100%;
}
.landing-feat2-fl{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
}
.landing-feat2-fl .temp-title1{
    color: #ffffff;
    font-family: 'geforce';
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.landing-feat2-fl p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 10px;
}
.landing-feat2-content{
    text-align: left;
    max-width: 550px;
}
/*******FEAT2*******/

.landing-feat3{
    overflow: hidden;
    background-color: #000000;
}
.landing-feat3-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.landing-feat3-fr{
    display: flex;
    width: 40%;
}
.landing-feat3-fl{
    width: 60%;
}
.landing-feat3-fl img{
    max-width: 100%;
}
.landing-feat3-fr .temp-title1{
    color: #ffffff;
    font-family: 'geforce';
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.landing-feat3-fr p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 10px;
}
.landing-feat3-content{
    text-align: left;
    max-width: 550px;
}
.landing-feat4{
    overflow: hidden;
    background-color: #000000;
}
.landing-feat4-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 20px;
}
.landing-feat4-fl{
    display: flex;
    justify-content: flex-end;
    width: 40%;
}
.landing-feat4-fr{
    width: 60%;
}
.landing-feat4-fr img{
    max-width: 100%;
}
.landing-feat4-fl .temp-title1{
    color: #ffffff;
    font-family: 'geforce';
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.landing-feat4-fl p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 10px;
}
.landing-feat4-content{
    text-align: left;
    max-width: 550px;
}
.landing-feat5{
    background-image: url('/images/landing/nvidia/gtx-1650/broadcast-pro.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000000;
    overflow: hidden;
}
.landing-feat5-inner{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    height: 550px;
}
.landing-feat5-fr{
    width: 35%;
}
.landing-feat5-fr .temp-title1{
    color: #ffffff;
    font-family: 'geforce';
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.landing-feat5-fr p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 400px;
}

.nvidia-features{
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.nvidia-features-top{
    padding: 60px 0;
}
.nvidia-features-box{
    width: 33.333333%;
    float: left;
    min-height: 450px;
}
.nvidia-features-box p{
    color: #000000;
}
.nvidia-features-inner{
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}
.nvidia-features-top .temp-title1{
    color: #000000;
}
.nvidia-features-inner .temp-title2{
    text-align: center;
    color: #77b900;
    font-family: 'montserrat-medium';
    font-weight: bold;
    margin: 20px 0;
}
.nvidia-features-inner img{
    max-width: 100%;
}
.nvid-terms{
    background-color: #000000;
    overflow: hidden;
    padding: 20px;
}
.nvid-terms p{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #6a6a6a;
}
/*******HEADER-SECTION-END*******/
@media screen and (max-width: 1170px) {
  .landing-header-top{
        background-image: none;
        padding: 0;
    }
    .geforce-laptop-resp{
        display: block;
    }
    .vend-sm{
        display: block;
        margin: 0 auto;
    }
    .vend-lg{
        display: none;
    }
    .landing-top-fl:nth-child(1) img{
        width: 200px;
        margin-bottom: 20px;
    }
    .nvid-fortnite-fl{
        width: 100%;
    }   
    .nvid-fortnite-fr{
        width: 100%;
    }
    .nvidia-turing-fr{
        width: 100%;
        max-width: 550px;
        text-align: center;
        padding: 0;
    }
    .nvidia-turing{
        background-size: auto;
        background-position: 10% 0;
    }
    .nvidia-turing-inner{
        align-items: flex-end;
        justify-content: center;
        height: 580px; 
    }
/*******HEADER-SECTION*******/
.vend-logo{
    position: static;
    margin-bottom: 20px;
}
 .landing-bottom-fr img{
    max-width: 100%;
    margin: 0 auto;
}
.landing-row-top{
    display: block;
    align-items: center;
    padding: 0 20px;
    text-align: center;
}
.landing-top-fl{
    display: block;
    align-items: center;
    width: 100%;
}
.landing-header-content{
    display: block;
}
.landing-header-bottom{
    padding: 0 20px 40px 20px;
}
.landing-bottom-fl{
    display: block;
    width: 100%;
    padding-right: 0px;
    overflow: hidden;
    text-align: center;
}
.landing-bottom-fl-content{
	padding: 0px;
}
.landing-bottom-fr{
    display: block;
    position: relative;
    top: -80px;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;  
    margin-bottom: -150px;
}  
.landing-bottom-fr img{
    max-width: 100%;
}
/*******HEADER-SECTION-END*******/
.landing-feat1{
    background-image: none;
    padding: 0 20px;
}
.landing-feat1-inner{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    height: auto;
}
.landing-feat1-fl{
    width: 100%;
    max-width: 550px;
  	margin-top: 20px;
}
.landing-feat1-image{
    display: block;
}
.landing-feat1-image img{
    max-width: 100%;
}
.landing-feat2-fl{
    width: 100%;
    justify-content: center;
}
.landing-feat2-fr{
    width: 100%;
    justify-content: center;
}
.landing-feat2-content{
    text-align: center;
    max-width: 550px;
}
.landing-feat3-content{
    text-align: center;
    padding: 0 20px;
}
.landing-feat3-fl{
    width: 100%;

}
.landing-feat3-fr{
    width: 100%;
    justify-content: center;
}
.landing-feat3-fr img{
    width: 100%;
}
.landing-feat4-fl{
    width: 100%;
    justify-content: center
}
.landing-feat4-fr{
    width: 100%;
    justify-content: center;
}
.landing-feat4-content{
    text-align: center;
    padding: 0 20px;
}
.landing-feat5{
    background-position: 50% -120px;
}
.landing-feat5-inner{
    justify-content: center;
    padding: 0 20px;
    align-items: flex-end;
    height: 750px;
}
.landing-feat5-fr{
    width: 100%;
    text-align: center;
    max-width: 550px;
}
.landing-feat5-fr p{
    max-width: 100%;
}
.nvidia-features-box{
    width: 50%;
} 

}
@media screen and (max-width: 580px) {
    .nvidia-features-box{
        width: 100%;
    } 
    }