@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");



#AI-Robot {
  background: black;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  color: white;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#AI-Robot ol,
#AI-Robot ul,
#AI-Robot li {
  list-style: none;
  overflow: hidden;
}

button {
  font-size: 100%;
  cursor: pointer;
  border: none;
  background: none;
}

#AI-Robot button:link,
#AI-Robot button:hover,
#AI-Robot button:visited,
#AI-Robot button:active,
#AI-Robot button:focus {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


#AI-Robot a {
  text-decoration: none;
}

#AI-Robot a::after {
  
}

#AI-Robot a:hover {
  
}

#AI-Robot a:hover::after {

}

#AI-Robot a:focus {
  -moz-outline-style: none;
}

#AI-Robot .text-center {
  text-align: center;
}

#AI-Robot .title {
  font-family: "good-times",
    sans-serif;
  font-weight: bold;
}

#AI-Robot .text {
  font-weight: 400;
  font-style: normal;
}

#AI-Robot h1 {
  font-size: 32px;
  text-shadow: 2px 3px 5px black;
}


#AI-Robot h2 {
  font-size: 42px;
  line-height:72px;
  text-shadow: 2px 3px 5px black;
}

#AI-Robot h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
}

#AI-Robot h4 {
  font-weight: bold;
  font-size: 24px;
  margin: 30px 15px;
}

#AI-Robot p {
  font-size: 16px;
  line-height: 36px;
  padding: 20px 0;
}

#AI-Robot img {
  width: 100%;
  height: auto;
}

#AI-Robot .imgxs {
  display: none !important;
}

#AI-Robot .imglg {
  display: block !important;
}

#AI-Robot hr {
  display: block;
  opacity: 0.2;
}

#AI-Robot .title-bg{
  display: block;
  width: 300px;
  padding: 30px 0;
}

@media (max-width: 996px) {
  #AI-Robot h2 {
    display: block;
    margin: 0 auto;
    font-size: 38px;
    line-height:52px;
    text-shadow: 2px 3px 5px black;
  }

  #AI-Robot .imgxs {
    display: block !important;
  }

  #AI-Robot .imglg {
    display: none !important;
  }

  #AI-Robot p {
    font-size: 16px;
    line-height: 24px;
  }

  #AI-Robot .title-bg{
    display: block;
    width:70%;
    padding: 30px 0;
    margin: 0 auto;
  }

}

/* AI Robot */
.AI-Robot {
  width: 100%;
  overflow: hidden;
  background-color: black;
}

.msi__container {
  width: 100%;
  position: relative;
  padding: 0 25px;
  margin: 0 auto;
}

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

@media (max-width: 996px) {
  .msi__container {
    padding: 0 25px;
  }

  .AI-Robot {
    width: 100%;
    overflow: hidden;
    background: black top right no-repeat;
    background-size: contain;
  }

}

/* all info-box */
.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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  height: 100%;

}

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


@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: 15% auto 2% auto;

    text-align: center;

  }

  .feature-info-box>div {
    padding: 1% 0px !important;
    width: 100%;
    margin-top: 0;
  }
}


/* kv */
#kv {
  display: block;
  width: 100%;
  position: relative;
  padding: 5% 0 5% 0;
  background:url("../images/AI-Robot-kv-bg.jpg") top center no-repeat;
  background-size: 80%;
}

#kv h2 {
  font-size: 42px !important;
  line-height: 72px !important;
  margin: 15px !important;
  text-shadow: 2px 3px 5px black !important;
}

#kv .kv__logo {
  display: block;
  width: 230px;
  margin: 0 auto;
}

#kv .kv__logo img {
  width: 100%;
  height: 100%;
}

.kv-box-text {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 1% 0;
  text-shadow: 2px 3px 5px black;
}

#kv a {
  display: block;
  width: 30%;
  margin: 5% auto;
  padding: 2% 0;
  font-size: 24px;
  font-weight: normal !important;
  color: #5cd3f8 !important;
  text-decoration: none;
  outline: 0;
  border: 2px solid #25c4f5;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-color: black;
  -moz-box-shadow:0px 0px 20px 0px rgb(0, 183, 255);
  -webkit-box-shadow:0px 0px 20px 0px rgb(0, 183, 255);
  box-shadow:0px 0px 20px 0px rgb(0, 183, 255);
}

#kv a:hover {
  color: #fff !important;
  -moz-box-shadow:0px 0px 20px 0px rgb(130, 217, 252);
  -webkit-box-shadow:0px 0px 20px 0px rgb(130, 217, 252);
  box-shadow:0px 0px 20px 0px rgb(130, 217, 252);
}



@media (max-width: 996px) {
  #kv {
    display: block;
    width: 100%;
    position: relative;
    padding: 5% 0 5% 0;
    background:url("../images/AI-Robot-kv-bg.jpg") top center no-repeat;
    background-size: 100%;
  }
  #kv .kv__logo {
    display: block;
    width: 150px;
    margin: 20px auto;
  }

  #kv a {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  #kv h2 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin: 15px !important;
    text-shadow: 2px 3px 5px black !important;
  }

  .kv-box-text {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #kv .me_buy{
    margin: 10% 0;
  }
}

/* end-kv */


#Feature-Introduction{
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 1% 0;
  background:url("../images/AI-Robot_Feature-Introduction-bg.jpg") top center no-repeat;
  background-size: cover;
}

#Feature-Introduction h2{
  margin: 5% 0;
}

#Feature-Introduction .box{
  margin: 5% 0;
}

#Feature-Introduction .Continuous-Evolution{
  display: block;
  width: 100%;
  position: relative;
  margin: 10% auto;
  padding: 0 0 10% 0;
  background:url("../images/Continuous-Evolution-bg.png") top center no-repeat;
  background-size: contain;
}

@media (max-width: 996px) {
  #Feature-Introduction .Continuous-Evolution{
    display: block;
    width: 100%;
    position: relative;
    margin: 10% auto;
    padding: 0 0 10% 0;
    background:none;
    background-size: contain;
  }
}


/* UI */
.UI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .UI {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
  }
}

.UI__img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  z-index: 99;
}

.UI__text {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  top:25%;
  right: 12%;
}

@media (min-width: 1024px) {
  .UI__img {
      width: 30%;
      margin-left:17%; 
  }
  .UI__text {
    width: 35%; 
  }
}

.UI__img .npuChip {
  display: block;
  position: absolute;
  top: 0%;
  z-index: 2;
}

.UI__img .npuChip__02 {
  visibility: hidden;
  z-index: 5;
}

.UI__img .npuChip__03 {
  z-index: 6;
  visibility: hidden;
}

.UI__img .npuChip__04 {
  z-index: 7;
  visibility: hidden;
}

.UI__img .fadAnimation {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-animation: fadeinout 3s infinite;
  animation: fadeinout 3s infinite;
}


@media (max-width: 996px) {
  .UI__text {
    position: relative;
    z-index: 0;
    display: block;
    width: 80%;
    top:0%;
    right: 0%;
    margin: 0 auto;
  }
}

.info-box{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.info-box a{
  display: block;
  width: 35%;
  float: left;
  font-size: 14px;
  color: #5cd3f8;
  background: #16253e;
  border: 1px solid #bee3ff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  margin: 10px;
}

.info-box a:hover{
  color: #fff !important;
  -moz-box-shadow:0px 0px 20px 0px rgb(130, 217, 252);
  -webkit-box-shadow:0px 0px 20px 0px rgb(130, 217, 252);
  box-shadow:0px 0px 20px 0px rgb(130, 217, 252);
}

.info-box a.even-more{
  display: block;
  width: 35%;
  float: left;
  font-size: 14px;
  color: #5cd3f8;
  background: #070c14;
  border: 1px solid #3d495e;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  margin: 10px;
}

.info-box a.even-more:hover{
  color: #fff !important;
  -moz-box-shadow:0px 0px 0px 0px rgb(130, 217, 252);
  -webkit-box-shadow:0px 0px 0px 0px rgb(130, 217, 252);
  box-shadow:0px 0px 0px 0px rgb(130, 217, 252);
}

@media (max-width: 996px) {
  .info-box{
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .info-box a{
    display: block;
    width: 95%;
    float: left;
    font-size: 14px;
    color: #5cd3f8;
    background: #16253e;
    border: 1px solid #bee3ff;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px;
    margin: 10px;
  }
  .info-box a.even-more{
    display: block;
    width: 95%;
    float: left;
    font-size: 14px;
    color: #5cd3f8;
    background: #070c14;
    border: 1px solid #3d495e;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px;
    margin: 10px;
  }
}

/* YT */
.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#Installation{
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 1% 0;
  background:url("../images/AI-Robot-Installation-bg.jpg") bottom center no-repeat;
  background-size: cover;
  overflow: hidden;
}

#Installation .Installation__info {
  display: block;
  width: 55%;
  margin: 0 auto;
  padding: 2% 0;
}

#Installation .spec li {
  display: block;
  width: 100%;
  background-color: rgba(23, 9, 33, 0.7);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.801);
  height: auto;
  clear: both;
}

#Installation .spec li .item{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#Installation .spec li b {
  display: block;
  width: 50%;
  float: left;
  padding: 21px 15px 21px 15px;
  text-align: right;
}

#Installation .spec li p {
  display: block;
  width: 50%;
  float: right;
  padding: 15px;
}

@media (max-width: 996px) {
  #Installation .Installation__info {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
  }
  #Installation .spec li .item{
    display: block;
    width:100%;
    margin: 0 auto;
    text-align: center;
  }
  #Installation .spec li b {
    display: block;
    width: 100%;
    float: none;
    padding: 15px 0;
    text-align: center;
  }
  
  #Installation .spec li p {
    display: block;
    width: 100%;
    float: none;
    padding: 15px;
  }
}
