/* CSS Document */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/* CSS Document */
@font-face {
  font-family: "DINCond-Bold";
  src: url("fonts/DINCond-Bold.eot");
  src: url("fonts/DINCond-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Bold.woff") format("woff"), url("fonts/DINCond-Bold.ttf") format("truetype"), url("fonts/DINCond-Bold.svg#DINCond-Bold") format("svg");
}

@font-face {
  font-family: "DINCond-Black";
  src: url("fonts/DINCond-Black.eot");
  src: url("fonts/DINCond-Black.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Black.woff") format("woff"), url("fonts/DINCond-Black.ttf") format("truetype"), url("fonts/DINCond-Black.svg#DINCond-Black") format("svg");
}

@font-face {
  font-family: "DINCond-Regular";
  src: url("fonts/DINCond-Regular.eot");
  src: url("fonts/DINCond-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Regular.woff") format("woff"), url("fonts/DINCond-Regular.ttf") format("truetype"), url("fonts/DINCond-Regular.svg#DINCond-Regular") format("svg");
}

@font-face {
  font-family: "DINPro-Regular";
  src: url("fonts/DINPro-Regular.eot");
  src: url("fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.ttf") format("truetype"), url("fonts/DINPro-Regular.svg#DINPro-Regular") format("svg");
}

@-webkit-keyframes titleline {
  0% {
    background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg) top right no-repeat no-repeat;
    background-size: cover;
  }
  50% {
    background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg) cneter cneter no-repeat no-repeat;
    background-size: cover;
  }
  75% {
    background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg) bottom left no-repeat no-repeat;
    background-size: cover;
  }
  100% {
    background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg) top right no-repeat no-repeat;
    background-size: cover;
  }
}

@keyframes titleline {
  0% {
    background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg) top right no-repeat no-repeat;
    background-size: cover;
  }
  50% {
    background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg) cneter cneter no-repeat no-repeat;
    background-size: cover;
  }
  75% {
    background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg) bottom left no-repeat no-repeat;
    background-size: cover;
  }
  100% {
    background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg) top right no-repeat no-repeat;
    background-size: cover;
  }
}

@-webkit-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #fff;
  }
}

@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #fff;
  }
}

@-webkit-keyframes scrollbt {
  0% {
    opacity: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }
  50% {
    opacity: .5;
    padding-top: 5px;
    padding-bottom: 0;
  }
  100% {
    opacity: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }
}

@keyframes scrollbt {
  0% {
    opacity: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }
  50% {
    opacity: .5;
    padding-top: 5px;
    padding-bottom: 0;
  }
  100% {
    opacity: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
}

#header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background: none;
}

@media screen and (max-width: 960px) {
  #header {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    background: none;
    padding: 0;
  }
}

#vga-nav {
  font-family: "DINPro-Regular", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 18px;
  color: #000;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 1000;
}

#vga-nav .nav1, #vga-nav .nav2 {
  display: none;
}

#vga-nav .nav1 ul {
  width: 95%;
  margin: 0 auto;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#vga-nav .nav1 ul li {
  width: calc(100% / 6 - 10px);
  border: #b1985b 1px solid;
  text-transform: uppercase;
  font-family: "DINCond-Bold", "MediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 26px;
  background: rgba(0, 0, 0, 0.5);
}

#vga-nav .nav1 ul li a {
  display: block;
  padding: 15px;
}

#vga-nav .nav1 ul li:nth-child(1) {
  -webkit-border-image: url("https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg") 5 round;
  -o-border-image: url("https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg") 5 round;
  border-image: url("https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg") 5 round;
  /* Opera 11-12.1 */
}

#vga-nav .nav1 ul li:nth-child(1) a {
  background: -webkit-gradient(linear, left top, right top, from(#00ff00), color-stop(20%, #ffff00), color-stop(40%, #ff0000), color-stop(60%, #ff00cc), color-stop(80%, #3300ff), to(#00ffcc));
  background: -webkit-linear-gradient(left, #00ff00 0%, #ffff00 20%, #ff0000 40%, #ff00cc 60%, #3300ff 80%, #00ffcc 100%);
  background: -o-linear-gradient(left, #00ff00 0%, #ffff00 20%, #ff0000 40%, #ff00cc 60%, #3300ff 80%, #00ffcc 100%);
  background: linear-gradient(left, #00ff00 0%, #ffff00 20%, #ff0000 40%, #ff00cc 60%, #3300ff 80%, #00ffcc 100%);
  -webkit-background-clip: text;
  color: transparent;
}

#vga-nav .nav1 ul li:nth-child(1) a:hover {
  text-shadow: #f00 0 0 30px;
}

#vga-nav .nav1 ul li:nth-child(1).active {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/color.jpg) center center no-repeat ;
  background-size: cover;
  -webkit-box-shadow: #ff0000 0 0 50px;
  box-shadow: #ff0000 0 0 50px;
}

#vga-nav .nav1 ul li:nth-child(2) {
  border-color: #b1985b;
}

#vga-nav .nav1 ul li:nth-child(2) a {
  color: #b1985b;
}

#vga-nav .nav1 ul li:nth-child(2) a:hover {
  text-shadow: #b1985b 0 0 30px;
}

#vga-nav .nav1 ul li:nth-child(2).active {
  background: #b1985b;
  -webkit-box-shadow: #b1985b 0 0 50px;
  box-shadow: #b1985b 0 0 50px;
}

#vga-nav .nav1 ul li:nth-child(3) {
  border-color: #99ff00;
}

#vga-nav .nav1 ul li:nth-child(3) a {
  color: #99ff00;
}

#vga-nav .nav1 ul li:nth-child(3) a:hover {
  text-shadow: #99ff00 0 0 30px;
}

#vga-nav .nav1 ul li:nth-child(3).active {
  background: #99ff00;
  -webkit-box-shadow: #99ff00 0 0 50px;
  box-shadow: #99ff00 0 0 50px;
}

#vga-nav .nav1 ul li:nth-child(4) {
  border-color: #ff0000;
}

#vga-nav .nav1 ul li:nth-child(4) a {
  color: #ff0000;
}

#vga-nav .nav1 ul li:nth-child(4) a:hover {
  text-shadow: #f00 0 0 30px;
}

#vga-nav .nav1 ul li:nth-child(4).active {
  background: #ff0000;
  -webkit-box-shadow: #ff0000 0 0 50px;
  box-shadow: #ff0000 0 0 50px;
}

#vga-nav .nav1 ul li:nth-child(5) {
  border-color: #0099ff;
}

#vga-nav .nav1 ul li:nth-child(5) a {
  color: #0099ff;
}

#vga-nav .nav1 ul li:nth-child(5) a:hover {
  text-shadow: #0099ff 0 0 30px;
}

#vga-nav .nav1 ul li:nth-child(5).active {
  background: #0099ff;
  -webkit-box-shadow: #0099ff 0 0 50px;
  box-shadow: #0099ff 0 0 50px;
}

#vga-nav .nav1 ul li:nth-child(6) {
  border-color: #663399;
}

#vga-nav .nav1 ul li:nth-child(6) a {
  color: #663399;
}

#vga-nav .nav1 ul li:nth-child(6) a:hover {
  text-shadow: #663399 0 0 30px;
}

#vga-nav .nav1 ul li:nth-child(6).active {
  background: #663399;
  -webkit-box-shadow: #663399 0 0 50px;
  box-shadow: #663399 0 0 50px;
}

#vga-nav .nav1 ul li.active a {
  color: #fff;
  text-shadow: #000 1px 1px 1px;
}

@media screen and (max-width: 1366px) {
  #vga-nav .nav1 ul li {
    font-size: 24px;
  }
  #vga-nav .nav1 ul li a {
    padding: 10px 15px;
  }
}

#vga-nav .nav2 ul {
  width: 95%;
  margin: 0 auto;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#vga-nav .nav2 ul li {
  border: #fff 1px solid;
  text-transform: uppercase;
  font-family: "DINCond-Bold", "MediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 26px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 5px;
}

#vga-nav .nav2 ul li a {
  display: block;
  padding: 15px 30px;
  color: #fff;
}

#vga-nav .nav2 ul li a:hover {
  text-shadow: #fff 0 0 30px;
}

#vga-nav .nav2 ul li.active {
  background: #fff;
}

#vga-nav .nav2 ul li.active a {
  color: #000;
}

@media screen and (max-width: 1366px) {
  #vga-nav .nav2 ul li {
    font-size: 24px;
  }
  #vga-nav .nav2 ul li a {
    padding: 10px 30px;
  }
}

#vga {
  font-family: "DINPro-Regular", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 18px;
  color: #000;
  /*kv*/
  /*lihgting*/
  /*vd*/
  /*Kaleidoscope*/
  /*Cheetah-Gold*/
  /*Venom-Green*/
  /*GLORY-RED*/
  /*Ocean-Blue*/
  /*Illusion-Purple*/
  /*Dynamic-Dashboard*/
  /*backplate*/
}

#vga sup {
  vertical-align: super;
  font-size: 50%;
}

#vga .section {
  color: #fff;
  overflow: hidden;
}

#vga .section p {
  font-size: 22px;
  line-height: 1.8;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  -webkit-animation-delay: 0.5;
  animation-delay: 0.5;
  opacity: 0;
}

#vga .section .title {
  font-family: "DINCond-Black", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  text-transform: uppercase;
  font-size: 100px;
}

@media screen and (max-width: 1366px) {
  #vga .section .title {
    font-size: 60px;
  }
}

@media screen and (max-width: 960px) {
  #vga .section .title {
    font-size: 36px;
  }
}

#vga .section .vimgxs {
  display: none;
  padding-bottom: 35px;
}

@media screen and (max-width: 960px) {
  #vga .section .vimgxs {
    display: block;
  }
}

#vga .section .vdbox {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#vga .section .vd {
  display: none;
}

#vga #kv {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/kvimg.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #kv .kvbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}

#vga #kv .kvbox .kvimg {
  width: 48%;
  text-align: right;
  position: absolute;
  opacity: 0;
}

#vga #kv .kvbox .kvimg img {
  max-height: 100vh;
}

#vga #kv .kvbox .txt {
  width: 50%;
  position: relative;
  left: 42%;
  margin-top: 5%;
}

#vga #kv .kvbox .txt .pdimg {
  display: none;
}

#vga #kv .kvbox .txt p {
  padding-top: 35px;
  padding-bottom: 5%;
  width: 100%;
  -webkit-animation-delay: 0.5;
  animation-delay: 0.5;
  opacity: 0;
}

@media screen and (max-width: 1366px) {
  #vga #kv .kvbox .txt p {
    font-size: 20px;
    line-height: 1.4;
  }
}

#vga #kv .kvbox .txt h1 {
  font-family: "DINCond-Black", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  letter-spacing: 3px;
  font-size: 60px;
  text-transform: none;
  position: relative;
}

#vga #kv .kvbox .txt h1 span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}

#vga #kv .kvbox .txt h1 strong {
  display: block;
  font-size: 200%;
  color: #b1985b;
}

#vga #kv .kvbox .txt .line {
  width: 0%;
  height: 4px;
  margin: 10px auto 0%;
  -webkit-animation: titleline 12s infinite;
  animation: titleline 12s infinite;
}

#vga #kv .kvbox .txt .scroll-bt {
  width: 60%;
  margin: 0 auto;
  max-width: 60px;
  position: relative;
  -webkit-animation: scrollbt 2s infinite;
  animation: scrollbt 2s infinite;
}

@media screen and (max-width: 960px) {
  #vga #kv .kvbox {
    background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/kvimg.jpg) center center no-repeat ;
    background-size: cover;
    display: block;
  }
  #vga #kv .kvbox .kvimg {
    display: none;
  }
  #vga #kv .kvbox .txt {
    width: 90%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding: 35px 0;
  }
  #vga #kv .kvbox .txt h1 {
    font-size: 36px;
  }
  #vga #kv .kvbox .txt .pdimg {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
  }
  #vga #kv .kvbox .txt p {
    padding-top: 0;
  }
}

#vga #lihgting {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/vd2.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #lihgting #p2title {
  display: none;
}

#vga #lihgting #p2title, #vga #lihgting #typeStr {
  font-family: "DINCond-Black", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  text-transform: uppercase;
  font-size: 100px;
  display: none;
}

@media screen and (max-width: 1366px) {
  #vga #lihgting #p2title, #vga #lihgting #typeStr {
    font-size: 60px;
  }
}

@media screen and (max-width: 960px) {
  #vga #lihgting #p2title, #vga #lihgting #typeStr {
    font-size: 36px;
  }
}

#vga #lihgting #p2title span, #vga #lihgting #typeStr span {
  font-size: 24px;
  -webkit-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}

#vga #lihgting #p2title.hidden, #vga #lihgting #typeStr.hidden {
  display: none;
}

@media screen and (max-width: 960px) {
  #vga #lihgting p {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 15px;
  }
}

#vga .txt-container {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
}

#vga .txt-container p {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}

#vga .txt-container h3 {
  font-family: "DINCond-Black", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  text-transform: uppercase;
  font-size: 100px;
  padding-bottom: 10;
  position: relative;
}

@media screen and (max-width: 1366px) {
  #vga .txt-container h3 {
    font-size: 60px;
  }
}

@media screen and (max-width: 960px) {
  #vga .txt-container h3 {
    font-size: 36px;
  }
}

#vga .txt-container h3.vt {
  opacity: 0;
}

@media screen and (max-width: 1366px) {
  #vga .txt-container p {
    font-size: 24px;
  }
}

@media screen and (max-width: 960px) {
  #vga .txt-container {
    height: auto;
    display: block;
  }
  #vga .txt-container h3 {
    width: 90%;
    margin: 0 auto;
  }
  #vga .txt-container h3.vt {
    opacity: 1;
  }
  #vga .txt-container p {
    width: 90%;
    font-size: 24px;
    line-height: 1.6;
  }
}

#vga .txt-container2 {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1366px) {
  #vga .txt-container2 p {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 10px;
  }
}

@media screen and (max-width: 960px) {
  #vga .txt-container2 {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
    height: auto;
    display: block;
  }
}

#vga .background-video {
  background-position: top center;
  background-repeat: no-repeat;
  left: 0;
  overflow: hidden;
  right: 0;
  z-index: 0;
  position: absolute;
  overflow: hidden;
  text-align: center;
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 960px) {
  #vga .background-video {
    display: none;
  }
}

#vga video,
#vga source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

#vga .loaded .ytplayer-container {
  display: block;
}

#vga .loaded .placeholder-image {
  opacity: 0;
}

#vga .ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

#vga #Kaleidoscope {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/vd3.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #Kaleidoscope h3 {
  background: -webkit-gradient(linear, left top, right top, from(#00ff00), color-stop(20%, #ffff00), color-stop(40%, #ff0000), color-stop(60%, #ff00cc), color-stop(80%, #3300ff), to(#00ffcc));
  background: -webkit-linear-gradient(left, #00ff00 0%, #ffff00 20%, #ff0000 40%, #ff00cc 60%, #3300ff 80%, #00ffcc 100%);
  background: -o-linear-gradient(left, #00ff00 0%, #ffff00 20%, #ff0000 40%, #ff00cc 60%, #3300ff 80%, #00ffcc 100%);
  background: linear-gradient(left, #00ff00 0%, #ffff00 20%, #ff0000 40%, #ff00cc 60%, #3300ff 80%, #00ffcc 100%);
  -webkit-background-clip: text;
  color: transparent;
}

#vga #Cheetah-Gold {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/vd4.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #Cheetah-Gold h3 {
  color: #b1985b;
}

#vga #Venom-Green {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/vd5.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #Venom-Green h3 {
  color: #99ff00;
}

#vga #GLORY-RED {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/vd6.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #GLORY-RED h3 {
  color: #f00;
}

#vga #Ocean-Blue {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/vd7.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #Ocean-Blue h3 {
  color: #0099ff;
}

#vga #Illusion-Purple {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/vd8.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #Illusion-Purple h3 {
  color: #663399;
}

#vga #Dynamic-Dashboard {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/vd9.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #Dynamic-Dashboard #p9title {
  display: none;
}

#vga #Dynamic-Dashboard #pdimg {
  display: none;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

#vga #Dynamic-Dashboard .txtbox {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  margin-top: 2%;
}

#vga #Dynamic-Dashboard .txtbox:after {
  float: right;
}

#vga #Dynamic-Dashboard .txtbox .img {
  width: 50%;
  float: right;
}

#vga #Dynamic-Dashboard .txtbox .txt {
  width: 45%;
  float: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

#vga #Dynamic-Dashboard .txtbox .txt img {
  padding-bottom: 10px;
}

#vga #Dynamic-Dashboard .txtbox .txt h4 {
  font-family: "DINCond-Bold", "MediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f00;
}

#vga #Dynamic-Dashboard .txtbox .txt h4.txtleft {
  width: 49%;
}

#vga #Dynamic-Dashboard .txtbox .txt .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#vga #Dynamic-Dashboard .txtbox .txt .itembox .item {
  width: 49%;
}

@media screen and (max-width: 1366px) {
  #vga #Dynamic-Dashboard .txtbox {
    margin-top: 0;
  }
  #vga #Dynamic-Dashboard .txtbox .img {
    padding-top: 35px;
  }
  #vga #Dynamic-Dashboard .txtbox .txt .itembox .item h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 960px) {
  #vga #Dynamic-Dashboard .txtbox {
    display: block;
  }
  #vga #Dynamic-Dashboard .txtbox .img, #vga #Dynamic-Dashboard .txtbox .txt {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
    float: none;
  }
}

#vga #backplate {
  background: url(https://storage-asset.msi.com/event/vga/2019/RTX-2080-Ti-Lightning/images/vd10.jpg) center center no-repeat ;
  background-size: cover;
}

#vga #backplate #p10title, #vga #backplate #pdimg1, #vga #backplate #pdimg2 {
  display: none;
}

#vga #backplate .imgbox {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#vga #backplate .imgbox img {
  width: 50%;
}
