body {
  background-color: #fff;
  width: 100%;
}

header,
footer,
.footer,
.header {
  float: left;
  width: 100%;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  font-family: DINPro, Helvetica, Arial, Sans-Serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

sup {
  top: -1em;
  font-size: 0.42em;
}

.notched-g {
  font-family: "GeForce-alt" !important;
}

/********** header global menus *********/
.headerNav {
  float: left;
  width: 100%;
  min-height: 94px;
  text-transform: uppercase;
}

.globalHeaderMenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 320px;
  display: block;
  font-size: 16px;
  transition: top 0.5s;
}

.headerMenu {
  height: 44px;
  background-color: #fff;
  z-index: 999;
  margin: 0;
  padding: 0;
  width: 100%;
}

.headerMenuContainer {
  position: relative;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.headerBrand {
  width: 135px;
  float: left;
  height: 44px;
}

.headerBrandLink {
  width: 110px;
  height: 44px;
  display: inline-block;
}

.headerMenuRight {
  float: right;
  height: 100%;
}

.headerMenulist {
  position: relative;
  height: 44px;
  width: auto;
  padding: 0;
  line-height: 20px;
  list-style: none;
  margin: 0;
}

.headerMenuItem {
  float: left;
  position: relative;
  padding-left: 15px;
  list-style: none;
}
.headerMenuItem.lastItem {
  padding-left: 0;
}

.rightMenuItem {
  display: inline-block;
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #ccc;
}

.headerMenubadge {
  color: #fff;
  background-color: #76b900;
  font-size: 10px;
  border-radius: 50%;
  position: relative;
  top: 7px;
  padding: 6px 1px 1px 1px;
  min-width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
}

.nav-search-icon,
.nvcarticon,
.appsicon {
  fill: #ccc;
  display: inline-block;
  position: relative;
}

/********** slider main page *********/
.sliderContainer {
  width: 100%;
  float: left;
  position: relative;
  background: #000;
  margin-top: 100px;
  margin-bottom: 45px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .sliderContainer {
    margin-bottom: 35px;
  }
}
.brand-slider {
  width: 100%;
  float: left;
  min-height: 300px;
}
.brand-slider .carousel-caption {
  left: 0px !important;
  right: auto !important;
  bottom: auto;
  position: relative;
  text-align: left;
  padding: 0px;
}
.brand-slider .carousel-caption .title {
  font-size:60px;
  letter-spacing: -0.02em;
  line-height:1em;
  
}
.brand-slider .carousel-caption h3 {
  letter-spacing: -0.02em;
  line-height:1em;
  
}
.brand-slider .carousel-control {
  width: 40px;
}

.carousel .container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
  top: 0px;
  height: 100%;
}
.carousel .container .capblock {
  display: flex;
  align-items: center;
  justify-content: left;
  height: inherit;
  max-width: 100%;
  /* max-width: 620px; */
  width: auto !important;
}

.subText {
  font-size: 24px;
}

.carousel-inner > .item > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.contentArea {
  width: 100%;
  float: left;
}

.float-right {
  float: right;
}

/********* main  Css **********/
.pageheading {
  color: #ccc;
  font-size: 36px;
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
}

.mainContainer {
  width: 100%;
  padding-left: 30px;
}

.brandItemContainer {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.brandCol {
  margin-top: 24px;
  margin-bottom: 24px;
}
.brandCol:nth-child(n) {
  border-right: 1px solid #eee;
}
.brandCol:last-child {
  border-right: 1px solid transparent;
}

.brandItemDetail {
  width: 100%;
  float: left;
  z-index: 9;
  position: relative;
  padding: 15px 15px;
  color: #000;
  text-align: center;
}

.fullWithpadding {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}

.brandImgBlock {
  width: 100%;
  height: 186px;
  display: inline-block;
  text-align: center;
  float: left;
  position: relative;
}

.brandImgRow,
.brandImgRow a {
  width: 100%;
  float: left;
  vertical-align: middle;
  height: inherit;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.brandImgCell {
  margin: 0 auto;
  width: 100%;
  float: left;
  height: inherit;
  box-sizing: border-box;
  position: relative;
}

.brandImgCell-image {
  display: block;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px 15px;
}

.brandItemName {
  min-height: 96px;
  font-family: DinPro;
  font-weight: Bold;
  font-size: 32px;
  margin-top: 15px;
}

/********** Footer css *********/
.footerList {
  width: auto;
  display: inline-block;
  list-style: none;
  margin: 10px auto;
  padding: 0;
}
.footerList li {
  margin: 10px;
  display: inline-block;
  list-style: none;
}
.footerList li a {
  font-size: 16px;
  line-height: 30px;
  color: #004831;
  text-decoration: none;
}

.pie-symbole {
  margin: 0 0 0 5px;
}

.globalFooter {
  padding: 30px 15px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  float: left;
}
.globalFooter .container {
  max-width: 1280px;
}
@media screen and (max-width: 480px) {
  .globalFooter .container {
    padding: 0;
  }
  .globalFooter .container .globalFooterLinks {
    display: flex;
    justify-content: center;
  }
}

.globalFooterLogo {
  width: 110px;
  height: 20px;
  margin: 0 auto;
  display: block;
  float: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .globalFooterLogo {
    float: none;
    display: block;
  }
}

.globalFooterRegion {
  height: 20px;
  text-align: center;
  float: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .globalFooterRegion {
    float: none;
    display: block;
  }
}

.globalFooterRegionIcon {
  margin-right: 5px;
  max-height: 15px;
  width: 30px;
}

.globalFooterRegionLabel {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  color: #ccc;
}

.globalFooterLinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  margin-bottom: 4px;
}
.globalFooterLinks > li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
}
.globalFooterLinks > li:after {
  position: absolute;
  content: " ";
  top: 8px;
  right: 0;
  height: 14px;
  width: 1px;
  background: #e3e3e3;
}
.globalFooterLinks > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.globalFooterLinks > li:last-child:after {
  display: none;
}
.globalFooterLinks > li > a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #ccc;
}

.globalFooterCopyright {
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
  clear: both;
}
@media screen and (max-width: 767px) {
  .globalFooterCopyright {
    text-align: center;
  }
}

.productSection {
  background-color: #eee;
  padding-top: 45px;
}
.productSection .container {
  max-width: 1280px;
  padding: 0px;
}
.productSection h2.color-green {
  font-family: DINPro, Helvetica, Arial, Sans-Serif;
  line-height: 24px;
  letter-spacing:-0.02em;
  font-weight:100;
  max-width: 57%;
  margin: 0 auto;
  font-size: 24px;
}
@media screen and (min-width: 1350px) {
  .productSection h2.color-green {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1349px) {
  .productSection h2.color-green {
    font-size: 36px;
    line-height: 36px;
  }  
  .promoBanner .promoContent .promoText span h5 {
      font-size: 21px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .productSection h2.color-green {
    font-size: 24px;
    line-height: 24px;
  }  
  .promoBanner .promoContent .promoText span h5{
      font-size: 18px;
  }
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .productSection h2.color-green {
    font-size: 24px;
    line-height: 24px;
  }
  .promoBanner .promoContent .promoText span .promo-btn{
    font-size:14px;
    padding: 12px !important;
  }
  .promoBanner .promoContent .promoText span h5{
      font-size: 18px;
  }
}
@media (min-width: 360px) and (max-width: 1024px) {
  .productSection {
    padding-top: 30px;
  }
}

button {
  border: none;
}

.carousel-caption .btn {
  font-size: 14px;
  padding: 6px 10px;
}

.gamingSection,
.proSection,
.networkSection {
  padding-bottom: 30px;
}
.gamingSection .cards,
.proSection .cards,
.networkSection .cards {
  background-color: #fff;
  margin: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.gamingSection .cards .card-content,
.proSection .cards .card-content,
.networkSection .cards .card-content {
  display: flex;
  flex-direction: column;
}
.gamingSection .cards .card-content a,
.proSection .cards .card-content a,
.networkSection .cards .card-content a {
  padding: 15px 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.gamingSection .cards .card-content a:hover,
.proSection .cards .card-content a:hover,
.networkSection .cards .card-content a:hover {
  text-decoration: none;
  color: #76d300;
}
.gamingSection .cards:hover,
.proSection .cards:hover,
.networkSection .cards:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.proSection h4 {
  min-height: 85px;
  line-height: 1.2em;
}
@media (max-width: 1024px) {
  .proSection h4 {
    min-height: auto;
  }
}

.outer-promoBanner {
  padding-top: 15px;
  background: #eeeeee;
  padding-bottom: 15px;
}

.promoBanner {
  background: url(../images/banners/nvidia-dli-banner-background-image-spec2-bb300-d.jpg);
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .promoBanner {
    background: url(../images/banners/nvidia-dli-banner-background-image-spec2-bb300-p.jpg);
  }
}
.promoBanner .promoContent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.promoBanner .promoContent .promoText {
  width: 35%;
  left: 20%;
  position: relative;
}
.promoBanner .promoContent .promoText span h3 {
  line-height: 1em;
  letter-spacing: -0.02em;
  font-size: 36px;
}
.promoBanner .promoContent .promoText span h5 {
  line-height: 1.5em;
  color: #1a1a1a;
}
.promoBanner .promoContent .promoText span .promo-btn {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  padding: 15px!important;
}
.promoBanner .promoContent .promoText span .promo-btn:hover {
  text-decoration: none;
}
@media (min-width: 481px) and (max-width: 767px) {
  .promoBanner .promoContent .promoText .promoText {
    width: 35%;
  }
}

.footerSection {
  padding: 30px 0px;
  background-color: #eeeeee;
}
.footerSection .footerLinks {
  padding: 15px 0px;
}
.footerSection span a {
  text-decoration: none;
}
.footerSection span a:hover {
  color: #76b900;
  text-decoration: none;
}

.carousel-inner > .carousel-item > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.carousel-indicators {
  bottom: 20px;
  width: 65px;
  margin: 0 auto;
  justify-content: space-between;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #666 \9;
  background-color: #666;
  border: 0px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #76b900;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  /*   text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
}
.carousel-caption .carousel-caption .btn {
  text-shadow: none;
}
.carousel-caption .carousel-caption .paddingTopBottom {
  padding: 8px 0;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .w50 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .navbar-fixed-top {
    border-radius: 0;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .promoBanner .promoContent .promoText span .promo-btn{
    font-size:16px;
    padding: 13px !important;
  }
  .brand-slider .carousel-caption .title {
  font-size:48px;
  letter-spacing: -0.02em;
  line-height:1em;
  
}
}
/*
@media (min-width: 1280px) and (max-width: 1399px) {
  h4 {
    font-size: 18px;
  }
}
*/

@media (min-width: 1024px) and (max-width: 1349px) {
  h4 {
    font-size: 21px;
  }
  .promoBanner .promoContent .promoText span h3 {
  
  font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }
  .promoBanner .promoContent .promoText span h3 {
  font-size: 21px;
}
}
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 21px;
  }
  .promoBanner .promoContent .promoText span h3 {
  font-size: 21px;
}
}
@media (min-width: 481px) and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  .subText {
    font-size: 20px;
  }

  .carousel-caption .paddingTopBottom {
    padding: 8px 0;
  }
  .promoBanner .promoContent .promoText span h3 {
  font-size: 21px;
}
  
}
@media (min-width: 280px) and (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }

  .productSection h2.color-green {
    max-width: 100%;
  }

  .subText {
    font-size: 20px;
  }

  .carousel-caption .paddingTopBottom {
    padding: 8px 0;
  }

  .promoBanner .promoContent .promoText {
    width: 100%;
    left: auto;
  }

  .footerLinks {
    padding: 0;
  }
  .footerLinks .text-center span {
    display: block;
  }
  .footerLinks .text-center span:first-child a {
    margin: 0px 0px 0px 0px;
  }
  .footerLinks .text-center span a {
    margin: 15px 0px 0px 0px;
    display: inline-block;
  }
  .footerLinks .text-center .pie-symbole {
    display: none;
  }
  .promoBanner .promoContent .promoText span .promo-btn{
    font-size:14px;
    padding: 12px !important;
  }
  .brand-slider .carousel-caption .title {
  font-size:36px;
  letter-spacing: -0.02em;
  line-height:1em;
  
}
.promoBanner .promoContent .promoText span h3 {
  font-size: 21px;
}
}

/* cart hide code for all */
.cart-item{
  display: none !important;
}

/*# sourceMappingURL=app.css.map */
