section#main.main-ind{
    padding: 0
}
section#main .inner{
 	max-width: 100%; 
}
*{
    scroll-behavior: smooth
}
.sec-subtitle {
    font-family: nvidia bold;
    font-size: 20px;
}
@font-face {
  font-family: 'NVIDIA Bold';
  src: url('/fonts/NVIDIASans_Bold.woff');
}
@font-face {
  font-family: 'NVIDIA Regular';
  src: url('/fonts/NVIDIASans_Regular.woff');
}
@font-face {
  font-family: 'NVIDIA Light';
  src: url('/fonts/NVIDIASans_Light.woff');
}

/************************specs**********************/
.landing_img_pc{
	width: 150px;
    height: 220px;
}
.landing_img_laptop{
  	width: 240px;
    height: 144px;
}
.products .system-builder-container{
  	max-width:1170px;
  margin:0 auto;
}
.products{
  padding-top: 40px;
  background-color: #000000;
}
.product .column-ind-holder .column-ind-header {
    background: #464646;
}
.product .column-ind-holder .column-content {
  border-radius: 5px;
  padding: 0 0 20px 0!important;
  background: #252525;
  border: 2px solid #464646;
}
.product .column-ind-holder .column-content .products-points-holder{
  background: transparent;
  margin:0;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
    background-color: #76b900;
    border-color: #76b900;
    color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn p{
	font-size: inherit !important;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover {
    color: #ffffff;
    background-color: #6aa502;
    border-color: #6aa502;
}
.product .column-ind-holder .column-content .from-inc-price{
  color: #ffffff;
  margin: 0 20px;
  padding: 0;
}
.product .column-ind-holder .column-content .from-inc-price span{
  color: #76b900;
}
ul.exceptions_list li:before, ul.list-caret li:before, ul.list-chevron-right li:before {
  color: #76b900;
}
.product .column-ind-holder .column-content .product-image-holder .product-image{
	height: auto;
    padding: 15px 0;
}
.product .column-ind-holder .column-ind-header h3 {
	padding-bottom: 0;
}
.config_button_holder{
	margin: 0 20px;
  margin-top: auto;
}
.product .column-ind-holder .column-content .products-points-holder ul li{
  color: #ffffff;
}
.landing-wrapper {
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
}

.landing-wrapper h1,
.landing-wrapper h2,
.landing-wrapper h3 {
    font-family: 'NVIDIA Bold';
    color: #ffffff;
    font-weight: 700;
    text-transform: none;
}
.landing-wrapper h1 {
    font-size: 30px;
}

.landing-wrapper h1 {
    color: #ffffff;
}

.bg-image {
    position: relative;
    max-width: 2560px;
    margin: 0 auto;
}
.pos-rel {
    position: relative;
    z-index: 1;
}
.sec-pad {
    padding: 35px;
}

.sec-title {
    max-width: 960px;
    margin: 0 auto;
}

.txt-center {
    text-align: center;
}

.landing-container {
    max-width: 1170px;
    margin: 0 auto;
}

.landing-wrapper .vas {
    flex-wrap: wrap;
    gap: 2rem;
}

.col1,
.col2,
.col3,
.col4 {
    width: 100%;
}

.landing-button {
    font-family: 'Montserrat-bold';
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    background-color: #76b900;
    color: #fff;
    margin: 30px 0;
}

.landing-button:hover {
    background-color: #91c733
}
.rec-student {
    margin-top: 10px;
}

.nvid-feat1 {
    position: relative;
    min-height: 400px;
    background-image: url(/images/landing/nvidia/backtoschool/geforce-bts25-gf-hero.jpg);
    background-size: cover;
    background-position: center;
    max-width: 2560px;
    margin: 0 auto;
}

.nvid-feat1 .pos-ab {
    top: 40px;
    left: 0;
    right: 0;
}

.nvid-feat1 h2 {
    font-size: 20px;
}

.nvid-feat2 {
    text-align: center;
}

.nvid-feat2 img {
    width: 96px;
    display: block;
    margin: 0 auto;
}

.disc {
    color: #666666;
    font-size: 14px;
    margin-top: 40px;
}

.nvid-feat3 {
    background-color: #111111;
}

.nvid-feat3 .vas {
    align-items: flex-start;
    margin: 0 auto;
}

.nvid-feat3 img {
    margin-bottom: 20px;
}

.nvid-feat3 .col4>div {
    max-width: 216px;
    margin: 0 auto;
}

.nvid-stat-num {
    font-size: 90px;
}
.m-lrg{
    margin: 60px 0;
}

.nvid-feat-charts .vas{
    align-items: flex-start;
    margin-top: 80px;
}
.nvid-feat-charts img{
    margin-bottom: 30px;
    width: 100%;
}

.nvid-feat8 .vas{
    flex-direction: row-reverse;
}
.nvid-apps{
    border-bottom: 1px solid #999999;
    padding-bottom: 30px;
}
.nvid-apps img{
    margin-bottom: 30px;
    
}
.nvid-feat-charts .col3 {
    max-width: 600px;
    margin: 0 auto;
}
.nvid-app-lg{
    display: none;
}
/* Responsive breakpoints */
@media (min-width: 420px) {
  .nvid-feat3 .col4 {
      width: calc(50% - 1rem);
    }
}
@media (min-width: 720px) {
    .col4 {
        width: calc(50% - 1rem);
    }

    .pos-ab {
        position: absolute;
    }

    .nvid-feat1 {
        min-height: 500px;
    }

    .landing-wrapper h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .nvid-feat1 h2 {
        font-size: 26px;
    }
     .landing-wrapper picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .landing-wrapper picture img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
        object-position: 50%;
        width: 100%;
        height: 100%;
        user-select: none;
    }

    .nvid-feat-h .vas {
        min-height: 600px;
    }
    .col2{
     width: calc(50% - 0.5rem);
    }

.nvid-app-lg{
    display: block;
}
.nvid-app-sm{
    display: none;
}
}
@media (min-width: 920px) {
    .nvid-feat3 .col4 {
        width: calc(25% - 1.5rem);
    }
    .nvid-feat3 .vas {
        max-width: none;
    }

}
@media (min-width: 1170px) {
    .col1 {
        width: 100%;
    }

    .col3 {
        width: calc(33.333% - 1.333rem);
    }
    .col4{
        width: calc(25% - 1.5rem);
    }
    .nvid-feat1 {
        min-height: 800px;
    }
}