/* CSS Document */
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Allura';
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-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: "AGENCYR";
  src: url("fonts/AGENCYR.eot");
  src: url("fonts/AGENCYR.eot?#iefix") format("embedded-opentype"), url("fonts/AGENCYR.woff") format("woff"), url("fonts/AGENCYR.ttf") format("truetype"), url("fonts/AGENCYR.svg#AGENCYR") format("svg");
}

@-webkit-keyframes btdown {
  0% {
    top: 0;
    bottom: auto;
  }
  100% {
    top: auto;
    bottom: 0;
  }
}

@keyframes btdown {
  0% {
    top: 0;
    bottom: auto;
  }
  100% {
    top: auto;
    bottom: 0;
  }
}

@-webkit-keyframes vga1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 0%;
    left: -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12%;
    left: 0;
  }
}

@keyframes vga1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 0%;
    left: -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12%;
    left: 0;
  }
}

@-webkit-keyframes vga2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -10%;
    top: 20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
    top: 23%;
  }
}

@keyframes vga2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -10%;
    top: 20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
    top: 23%;
  }
}

@-webkit-keyframes headset {
  0% {
    opacity: 0;
    left: 5%;
    bottom: 6%;
  }
  100% {
    opacity: 1;
    left: 8%;
    bottom: 9%;
  }
}

@keyframes headset {
  0% {
    opacity: 0;
    left: 5%;
    bottom: 6%;
  }
  100% {
    opacity: 1;
    left: 8%;
    bottom: 9%;
  }
}

/*----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;
}

#backtop {
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  padding: 10px;
  cursor: pointer;
}

#backtop .svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  vertical-align: middle;
}

#backtop .svg:hover {
  fill: #efcd9d;
}

#vga {
  font-family: "DINCond-Regular";
  font-size: #fff;
  color: #fff;
  background: url(https://asset.msi.com/event/vga/2018/graphics-card-upgrade-your-xmas/images/bg.jpg) top left no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  /*kv*/
  /*info*/
  /*vd*/
}

#vga img {
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  #vga {
    font-size: 20px;
    background: none;
    background: url(https://asset.msi.com/event/vga/2018/graphics-card-upgrade-your-xmas/images/bgxs.jpg) bottom center no-repeat ;
    background-size: cover;
  }
  #vga:before {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 0;
    background: url(https://asset.msi.com/event/vga/2018/graphics-card-upgrade-your-xmas/images/bgxs.jpg) bottom center no-repeat ;
    background-size: cover;
  }
}

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

#vga .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1366px) {
  #vga .container {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
}

@media screen and (max-width: 1024px) {
  #vga .container {
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
  }
}

@media screen and (max-width: 960px) {
  #vga .container {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }
}

#vga #kv {
  background: url(https://asset.msi.com/event/vga/2018/graphics-card-upgrade-your-xmas/images/kv-bg.png) top left no-repeat ;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

#vga #kv .container {
  position: relative;
}

#vga #kv .vga1 {
  position: absolute;
  width: 30%;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: vga1 0.5s ease forwards;
  animation: vga1 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}

#vga #kv .vga1 img {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  #vga #kv .vga1 {
    width: 28%;
  }
}

#vga #kv .vga2 {
  position: absolute;
  width: 25%;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: vga2 0.5s ease forwards;
  animation: vga2 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}

#vga #kv .vga2 img {
  width: 100%;
}

#vga #kv .headset {
  position: absolute;
  width: 20%;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: headset 0.5s ease forwards;
  animation: headset 0.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}

#vga #kv .headset img {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  #vga #kv .headset {
    width: 18%;
  }
}

#vga #kv h1 {
  padding-top: 15%;
  font-family: "AGENCYR";
  font-size: 150px;
}

#vga #kv h1 span {
  font-family: "Allura", cursive;
  color: #efcd9d;
  font-size: 120%;
}

@media screen and (max-width: 1366px) {
  #vga #kv h1 {
    font-size: 100px;
  }
}

#vga #kv p {
  font-size: 28px;
  line-height: 36px;
}

@media screen and (max-width: 1366px) {
  #vga #kv p {
    font-size: 22px;
  }
}

#vga #kv .steam {
  position: absolute;
  right: -15%;
  top: 60%;
  width: 25%;
}

#vga #kv .btdown {
  margin-top: 25px;
  height: 55px;
  position: absolute;
  bottom: 40px;
  cursor: pointer;
}

#vga #kv .btdown .material-icons {
  position: absolute;
  font-size: 50px;
  -webkit-animation: 1s btdown ease infinite 0.5s;
  animation: 1s btdown ease infinite 0.5s;
}

#vga #kv .btdown .material-icons:hover {
  color: #efcd9d;
}

@media screen and (max-width: 960px) {
  #vga #kv {
    background: url(https://asset.msi.com/event/vga/2018/graphics-card-upgrade-your-xmas/images/kv-bgxs.jpg) top left no-repeat ;
    background-size: cover;
  }
  #vga #kv .vga1, #vga #kv .vga2, #vga #kv .headset, #vga #kv .icons, #vga #kv .icons2 {
    display: none;
  }
  #vga #kv .steam {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    width: 25%;
    padding-top: 25px;
  }
  #vga #kv h1 {
    font-size: 50px;
  }
  #vga #kv p {
    line-height: 30px;
  }
  #vga #kv .btdown {
    bottom: 20px;
  }
}

#vga #info {
  padding: 0 0 2rem;
  position: relative;
}

#vga #info .itembox {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 5rem;
}

#vga #info .itembox .icon {
  position: absolute;
  top: -9%;
  left: 4%;
  width: 22%;
}

#vga #info .item {
  width: 100%;
  margin: 0 auto;
  max-width: 967px;
  border: #efcd9d 3px solid;
  border-radius: 30px;
  padding: 5% 5% 5%;
}

#vga #info .item .txt {
  font-size: 36px;
  line-height: 42px;
  font-family: "DINCond-Bold", cursive;
  padding-left: 5%;
  letter-spacing: 1px;
}

#vga #info .item .txt strong {
  color: #efcd9d;
}

#vga #info .item .note {
  padding-top: 35px;
  font-size: 20px;
  letter-spacing: 1px;
}

#vga #info .item .imgbox {
  padding-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vga #info .item .imgbox .pd {
  width: 55%;
}

#vga #info .item .imgbox .get {
  width: 18%;
  padding-top: 2%;
}

#vga #info .item .imgbox .gift {
  width: 20%;
  padding-top: 8%;
}

#vga #info .item2 .imgbox .gift {
  width: 25%;
  padding-top: 12%;
}

#vga #info .extra {
  padding-top: 3rem;
  font-family: "DINCond-Bold", cursive;
  font-size: 26px;
}

#vga #info .extra a {
  color: #fff;
}

#vga #info .extra a:hover {
  color: #efcd9d;
}

#vga #info .wtb {
  padding: 4rem 0 0rem;
}

#vga #info .wtb .title {
  padding-bottom: 25px;
}

@media screen and (max-width: 1366px) {
  #vga #info .wtb .title img {
    max-width: 250px;
  }
}

#vga #info .wtb .bd a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}

@media screen and (max-width: 1366px) {
  #vga #info .itembox .icon {
    top: -5%;
    left: -8%;
  }
}

@media screen and (max-width: 960px) {
  #vga #info .itembox .icon {
    position: relative;
    margin: 0 auto;
    top: auto;
    left: auto;
    width: 250px;
  }
  #vga #info .itembox .icon img {
    width: 100%;
    max-width: 150px;
  }
  #vga #info .item .txt {
    font-size: 30px;
  }
  #vga #info .item .imgbox {
    display: block;
    text-align: center;
    padding-top: 0;
  }
  #vga #info .item .imgbox .pd, #vga #info .item .imgbox .gift {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  #vga #info .item .imgbox .get {
    width: 100%;
    margin: 0 auto;
  }
  #vga #info .item .imgbox .get img {
    width: 100%;
    max-width: 150px;
  }
  #vga #info .item1 .imgbox .gift {
    text-align: center;
  }
  #vga #info .item1 .imgbox .gift img {
    width: 100%;
    max-width: 40%;
    margin: 0 auto;
  }
}

#vga #vd {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 100;
  padding: 4rem 0 6rem;
}

#vga #vd .vdbox {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#vga #vd .vdbox .item {
  position: relative;
  width: 32%;
}

#vga #vd .vdbox .item .img {
  opacity: 1;
}

#vga #vd .vdbox .item .btplay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

#vga #vd .vdbox .item .btplay .material-icons {
  font-size: 80px;
  opacity: 0.8;
  text-shadow: #fff 0 0 10px;
}

@media screen and (max-width: 960px) {
  #vga #vd .vdbox {
    display: block;
  }
  #vga #vd .vdbox .item {
    width: 100%;
    margin: 10px 0;
  }
}
