@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;
}

.fa-play-circle-o:before{
content:"\f01d";
}
section#main.main-ind {
  padding: 0;
  background: #ffffff;
}
/*****************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: 150px;
  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;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.landing-container .temp-title2{
    font-family: 'Montserrat-light';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
    margin: 0px;
    line-height: 1.2;
}
.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: 40px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #76d300;
}
.landing-container i{
    padding-left: 5px;
}
/*******END-GLOBAL*******/
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%,#2b2e31 20%);
	padding: 0 20px;
}
.landing-header-top:after{ 
    content: "";
    background-image: url('/images/landing/nvidia/geforce-rtx/landing-bg.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #000000;
	background-attachment:fixed;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.landing-row-top{
    display: flex;
	position: relative;
    align-items: center;
    padding: 100px 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(3){
	font-size: 18px;
    margin-top: 10px;
    color: #ffffff;
    padding-right: 50px;
}
.landing-header-bottom{
    background-color: #ffffff;
    padding: 40px 20px;
}
.landing-header-content{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.landing-bottom-fl{
    display: flex;
    align-items: center;
    width: 50%;
    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-fr{
    width: 50%;
    text-align: right;
}
.landing-bottom-fr img{
    margin-top: -180px;
}
.vend-sm{
    display: none;
}
.vend-lg{
    position: absolute;
    top: 20px;
    right: 0;
}
.battlefield-res{
    display: none;
}

/*******geforce-experience******/
.geforce-experience{
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-top: 5px solid #ebebeb;
    padding: 50px 0;
  box-sizing: unset;
}
.geforce-exp-top{
    margin-bottom: 40px;
}
.geforce-exp-images{
    overflow: hidden;
}
.exp-image-first{
    width: 33.3%;
    float: left;
}
.exp-image-first img{
    max-width: 100%;
    margin-bottom: 10px;
}
.exp-image-inner{
    overflow: hidden;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
}
.exp-image-inner i{
    margin-right: 5px;
    font-weight:100;
    padding-left: 0;
}
.geforcertx-button {
    background-color: #77b900;
    border: none;
    color: #fff;
    padding: 12px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-family: Montserrat-Medium,sans-serif;
    font-size: 12pt;
    cursor: pointer;
    float: left;
}
.geforce-experience .temp-title2{
    font-size: 26px;
    color: #76b900;
}
/**********MODAL-VID**********/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    padding: 20px;
    box-sizing: border-box;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    }
    .modal-content {
    position: relative; /* Location of the box */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 960px;
    max-width: 100%;
    border-radius: 5px;
    max-height: 100%;
    overflow: hidden;
    }
    .iframe-wrap{
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    }
    .modal-top{
    width: 960px;
    max-width: 100%;
    overflow: hidden;
    }
    .close{
    font-size: 50px;
    color: #ffffff;
    float: right;
    cursor: pointer;
    }
    .mybtn{
    margin: 0px;
    text-align: center;
    cursor: pointer;
    }
    .mybtn{
    color: #ffffff;
    }
    .modal-content-inner{
    width: 100%;
    }
    .modal-content-inner iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    }
    /**********MODAL-VID**********/
/*******END-geforce-experience*******/


.nvidia-turing{
    overflow: hidden;
    background-color: #000000;
    padding: 20px;
}
.nvidia-turing-inner{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: #000000;
    padding: 20px;
}
.nvidia-turing-fl{
    display: flex;
    align-items: center;
    width:60%;
}
.nvidia-turing-fl p{
    color: #ffffff;
}
.nvidia-turing-fl .temp-title1{
    font-family: 'Montserrat-Light';
    font-weight: normal;
    color: #ffffff;
}
.nvidia-turing-fl .temp-title2{
    color: #ffffff;
}
.nvidia-turing-stats{
    margin-top: 50px;
}
.turing-stat{
    float: left;
    padding-right: 35px;
    margin-bottom:20px;       
}
.turing-stat .temp-title2:nth-child(1){
    font-size: 15px;
}
.turing-stat .temp-title2:nth-child(2){
    font-size: 25px;
}
.turing-stat .temp-title2:nth-child(3){
    font-size: 15px;
}
.nvidia-turing-fr{
    width: 40%;
    text-align: center;
}
.nvidia-turing-fr img{
    width: 400px;
    max-width: 100%;
}

/*******FEAT1*******/
.landing-feat1{
    overflow: hidden;
    background-color: #000000;
    text-align: center;
}
.landing-feat1-inner{
    padding: 20px;
}
.landing-feat1 img{
    max-width: 100%;
}
.landing-feat1-inner img{
    padding: 20px;
    vertical-align: middle;
}
.landing-feat1 .temp-title1{
    color: #ffffff;
    font-weight: normal;
}
.landing-feat1 p{
    color: #ffffff;
}
/*******FEAT1*******/

.nvidia-features{
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    width: 100%;
    box-sizing: unset;
}
.nvidia-features-top{
    padding: 60px 0;
}
.nvidia-features-box{
    width: 33.333333%;
    float: left;
}
.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{
  	font-size: 26px;
    text-align: center;
    color: #77b900;
    font-family: 'montserrat-medium';
    font-weight: bold;
    margin: 20px 0;
}
.nvidia-features-inner img{
    max-width: 100%;
}
.nvidia-features-box:nth-child(5){
    clear: both;
}
.nvidia-trade-top {
    margin: 0 auto;
}
.nvidia-trade {
    overflow: hidden;
    text-align: center;
    border-top: 6px solid #76b900;
    padding-top: 40px;
}
.nvidia-trade img{
  	padding: 20px;
}
.nvid-trade-logo {
    display: inline-block;
    vertical-align: middle;
}
.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) {
  .vend-lg {
    position: static;
     margin-bottom: 20px;
 
  }
    .battlefield-desk{
        display: none;
    }
    .battlefield-res{
        display: block;
    }
    .landing-top-fl:nth-child(1) img{
        width: 200px;
        margin-bottom: 20px;
    }
   .landing-top-fl .temp-title2:nth-child(3){
     padding: 0;
  }
    .nvidia-turing-fl{
        width: 100%;
    }
    .nvidia-turing-fr{
        width: 100%;
    }
/*******HEADER-SECTION*******/
.exp-image-first {
    width: 50%;
}
 .landing-bottom-fr img{
    max-width: 100%;
    margin: 0 auto;
}
.landing-row-top{
    display: block;
    align-items: center;
    padding: 40px 0 80px 0;
    text-align: center;
}
.landing-top-fl{
    display: block;
    align-items: center;
    width: 100%;
}
.landing-header-content{
    display: block;
}
.landing-bottom-fl{
    display: block;
    width: 100%;
    padding-right: 0px;
    overflow: hidden;
    text-align: center;
    margin-top: 100px;
}
.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%;
}
    .nvidia-features-box:nth-child(3){
    clear: none;
}
    .nvidia-features-box:nth-child(4){
    clear: both;
}
      .nvidia-features-box:nth-child(5){
    clear: none;
}
        .nvidia-features-box:nth-child(6){
    clear: both;
}
/*******HEADER-SECTION-END*******/
.nvidia-features-box{
    width: 50%;
} 
}
@media screen and (max-width: 580px) {
    .exp-image-first {
        width: 100%;
    }
    .nvidia-features-box{
        width: 100%;
    }
    }