@import url("https://use.typekit.net/eke1idl.css");
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
@import url("https://storage-asset.msi.com/frontend/css/common-creation-font.css");

#Intel-program{
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#Intel-program a {
  text-decoration: none;
  outline: 0;
}

#Intel-program a:hover {
  text-decoration: none;
}

#Intel-program a:focus {
  -moz-outline-style: none;
}


#Intel-program .text-center {
  text-align: center;
}


#Intel-program .text {
  font-weight: 400;
  font-style: normal;
}

#Intel-program h1 {
  font-size: 32px;
  line-height: 52px;
  margin: 15px 0;
  color: black;
}

#Intel-program h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 15px 0;
}

#Intel-program h3 {
  display: block;
  font-weight: bold;
  font-size: 26px;
  line-height:45px;
  border-bottom: 1px solid  black;
  color: black;

}

#Intel-program h4 {
  font-weight: bold;
  font-size: 21px;
  margin: 15px;
}

#Intel-program p {
  font-size: 16px;
  line-height: 30px;
  opacity: .8;
  padding-top: 15px;
}

#Intel-program img {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
}

#Intel-program .imgxs {
  display: none;
}

#Intel-program .imglg {
  display: block;
}

#Intel-program hr {
  opacity: 0.2;
}


@media (max-width: 996px) {

  #Intel-program .imgxs {
    display: block;
  }

  #Intel-program .imglg {
    display: none;
  }

  #Intel-program h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    margin: 15px;
  }

  #Intel-program h3 {
    font-weight: bold;
    font-size: 21px;
    margin: 15px;
  }

  #Intel-program h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    margin: 15px;
  }

  #Intel-program p {
    font-size: 16px;
    line-height: 24px;
  }

}

/* AI Laptop */
#Intel-program {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}

#Intel-program .msi__container {
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1300px) {
  #Intel-program .msi__container {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

@media (max-width: 996px) {
  #Intel-program {}

  #Intel-program .msi__container {
    padding: 0 15px;
  }
}


/* kv */
#kv {
  display: block;
  width: 100%;
  background: black;
  position: relative;
}

#intel-logo {
  position: absolute;
  bottom: 65px;
  left: 6%;
  z-index: 99;
}

#intel-logo img {
  width: 300px;
  margin: 20px 0;
}

#kv p {
  font-size: 24px;
  line-height: 36px;
  text-shadow: 2px 3px 5px black;
}

@media (max-width: 996px) {

  #Intel-program #kv .msi__container {
    padding: 0 0 !important;
  }

    #intel-logo {
      position: absolute;
      bottom:-68px;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 99;
    }

}

@media (min-width: 1300px) {
  #kv .kv-box-text {}
}

@media (min-width: 2560px) {
  #kv .kv-box-text {}


}

/* end-kv */

/* feature info */
#feature-info {
  padding: 2% 0;

}

/* end-feature btn */

/* all */
.feature-info-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -moz-box-orient: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;

  -webkit-box-align: left;
  -moz-box-align: left;
  -ms-flex-align: left;
  align-items: left;

}

.feature-info-box>div {
  padding: 20px;
  width: 50%;
  margin: 20px 0;
}


@media (max-width: 996px) {
  .feature-info-box {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -moz-box-orient: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin: 0 auto;

    text-align: center;

  }

  .feature-info-box>div {
    padding: 1% 20px;
    width: 100%;
    margin-top: 10px;
  }
}


/* Related-Products */
#Related-Products {
  display: block;
  margin: 2% 0 0 0;
  padding: 2% 0;
  background: black;
  overflow: hidden;
}

@media (max-width: 996px) {
  #Related-Products {
    margin: 5% 0 0 0;
    padding: 5% 0;
    background:#232323 ;
    overflow: hidden;
  }
}

#Related-Products a {
  display: block;
  color: #e8e8e8;
  background-color: #101010;
  border: 1px solid #1d1d1d;
  padding: 0 0 25px 0;
}

#Related-Products a:hover {
  background-color: #0a0a0a;
  border: 1px solid red;
}

#Related-Products h2 {
  font-size: 32px;
  line-height: 38px;
  color:#e8e8e8;
}

#Related-Products h3 {
  display: block;
  width: 100%;
  font-size: 21px;
  border: 0 !important;
  margin: 0;
  padding: 10px 0 !important;
  color: gray;
}

#Related-Products img {
  display: block;
  width: 70%;
  margin: 30px auto;
}

#Related-Products li {
  display: block;
  width: 31%;
  height: auto;
  float: left;
  padding: 25px 15px 25px 15px;
  margin: 1%;
  text-align: center;
}

@media (max-width: 996px) {
  #Related-Products li {
    display: block;
    width: 100%;
    float: none;
    padding: 25px 15px 25px 15px;
    margin: 1%;
  }

  #Related-Products img {
    width: 60%;
    margin-bottom: 20px;
  }

  #Related-Products h3 {
    font-size: 18px;
  }
}

/* end-Related-Products */