@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");

/* font */
#Copilot-PC {
  font-family: "century-gothic",
    "Segoe UI",
    "Microsoft JhengHei",
    Arial,
    sans-serif;
  font-weight: 600;
  font-style: normal;
}

#Copilot-PC h1 {
  font-size: 60px;
  line-height: 82px;
  font-weight: 600;
  margin: 15px 0;
}

img {

  display: block;
  text-align: center
}


#Copilot-PC h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
  margin-bottom: 5%;
}

#Copilot-PC h3 {
  font-size: 60px;
  font-weight: 600;
}

#Copilot-PC h4 {
  font-size: 35px;
  font-weight: 600;
  /* margin: 30px 15px; */
}

#Copilot-PC h5 {
  font-size: 25px;
  font-weight: 600;
}

#Copilot-PC p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin: 2% 0;
}

@media (max-width: 996px) {
  #Copilot-PC h1 {
    font-size: 35px;
    line-height: 1.3em;
  }

  #Copilot-PC h2 {
    font-size: 25px;
    line-height: 1.3em;
  }

  #Copilot-PC h3 {
    font-size: 30px;
    font-weight: 600;
  }

  #Copilot-PC h4 {
    font-size: 25px;
    line-height: 1.3em;
  }

  #Copilot-PC p {
    font-size: 14px;
    line-height: 1.5em;
  }
}

#Copilot-PC .gradient {
  background: linear-gradient(to right, #2a6cda, #1053b8);
  background: -webkit-linear-gradient(to right, #2a6cda, #1053b8));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#Copilot-PC .section {
  background-color: #f4f4f4;
  padding: 5% 0;
  margin: 5% 0;
}

#Copilot-PC .section h2 {
  font-size: 48px;
  line-height: 65px;
  font-weight: 600;
  margin-top: 2% !important;
  margin-bottom: 0% !important;
}


/* img */
#Copilot-PC img {
  width: 100%;
  height: auto;
  display: block;
}

#Copilot-PC .imgxs {
  display: none !important;
}

#Copilot-PC .imglg {
  display: block !important;
}



@media (max-width: 996px) {
  #Copilot-PC .imgxs {
    display: block !important;
  }

  #Copilot-PC .imglg {
    display: none !important;
  }
}


/* all page */
#Copilot-PC {
  width: 100%;
  overflow: hidden;
  background-color: white;
}

.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 0px;
  }

  #disclaimer .content {
    margin: 3% 0;
    padding: 0 25px;
  }

}

/* kv */

#kv {
  text-align: center;
  position: relative;
}

#kv h1 {
  background: linear-gradient(to right, #823a00, #591130);
  background: -webkit-linear-gradient(to right, #823a00, #591130));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#kv a {
  display: inline-block;
  font-size: 1.5em;
  color: black;
  margin: 2% 0;
}

#kv a:hover {
  color: #e5e5e5;
}

#kv .info-box {
  padding: 0 5%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(0, 60%);
}


#kv .fixed-Windows-images {
  position: absolute;
  top: 0px;
  right: 60px;
  z-index: 1;
}

#kv .fixed-Windows-images img {
  max-height: 32px;
  margin: 15px;
  padding: 0 15px;
}


@media (max-width: 996px) {
  #kv a {
    font-size: 1.3em;
    margin: 2% 0;
  }

  #kv .fixed-Windows-images {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
  }

  #kv .fixed-Windows-images img {
    max-height: 32px;
    margin: 0px 25px;
    padding: 0 5px;
  }
}



/* #more_game */

#more_game .msi__container {
  display: flex;

}

@media (max-width: 996px) {
  #more_game .msi__container {
    display: flex;
    flex-direction: column;
  }
}

#more_game .bg-imglg {
  display: block;
  width: 100%;
  background: url("https://storage-asset.msi.com/event/2025/NB/copilot-plus-consumer/images/03–mod-gaming-text-d.png") top center no-repeat;
  background-size: cover;
}

@media (max-width: 996px) {
  #more_game .bg-imglg {
    background: none;
  }

  #more_game .bg-imgxs {
    display: block;
    width: 100%;
    background-image:
      url("https://storage-asset.msi.com/event/2025/NB/copilot-plus-consumer/images/03–mod-gaming-text-m.png"),
      linear-gradient(to bottom, #dfe3ff, #f2d7cf);
    background-repeat: no-repeat;
    background-position: 80% 0;
    background-size: contain;
  }
}


#more_game .info-box {
  width: 50%;
  margin: 0 auto;
  transform: translate(0, 100%);
}

@media (max-width: 996px) {
  #more_game .info-box {
    width: 50%;
    margin: 5% 5% 5% 5%;
    transform: translate(0%, 0%);
  }

}

/* battery */
#battery {
  position: relative;
}

#battery .info-box {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 0 8%;
  color: white;
}

#battery .info-box h3 {
  width: 60%;
  margin: 0;

}

#battery .info-box p {
  width: 40%;
  padding: 0 3%;
}

@media (max-width: 996px) {
  #battery .info-box h3 {
    width: 40%;
  }

  #battery .info-box p {
    width: 60%;
  }
}


#battery .bg-imglg {
  display: block;
  background: url("https://storage-asset.msi.com/event/2025/NB/copilot-plus-consumer/images/04-blade-battery-d.png") top center no-repeat;
  background-size: cover;
}

@media (max-width: 996px) {
  #battery .bg-imglg {
    background: none;
  }

  #battery .bg-imgxs {
    display: block;
    width: 100%;
    background-image:
      url("https://storage-asset.msi.com/event/2025/NB/copilot-plus-consumer/images/04-blade-battery-m.png"),
      linear-gradient(to bottom, #dfe3ff, #f2d7cf);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* performance */

#performance .msi__container {
  display: flex;
}

#performance .feature-info-box {
  margin: auto 0;
  padding: 3%;
}

@media (max-width: 996px) {
  #performance .msi__container {
    text-align: center;
    flex-direction: column-reverse;
  }
}

/* click */
#click .feature-info-box {
  position: relative;
}

#click .feature-info-box .info-box {
  position: absolute;
  border: 1px black;
  width: 50%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  padding: 0 5%;
}

@media (max-width: 996px) {
  #click .feature-info-box .info-box {
    left: 0;
    transform: translate(0, -50%);
    padding: 0 3%;
  }
}

#click .feature-info-box_2 {
  display: flex;
  background: #e3efff;
}

#click .feature-info-box_2 .item {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2%;
}


#click .feature-info-box_2 .item .info-box {
  width: 90%;
  padding: 3%;
}

@media (max-width: 996px) {
  #click .feature-info-box_2 {
    display: flex;
    flex-direction: column;
    padding: 3%;
  }

  #click .item:first-child {
    flex-direction: row-reverse;
  }

  #click .feature-info-box_2 .item {
    display: flex;
    width: 100%;
  }

  #click .feature-info-box_2 img {
    width: 90%;
  }
}



/* security */

#security .msi__container {
  display: flex;
}

#security .feature-info-box {
  margin: auto 0;
  padding: 3%;
}

@media (max-width: 996px) {
  #security .msi__container {
    text-align: center;
    flex-direction: column-reverse;
  }
}



/* product-category */

#product-category .msi__container {
  display: flex;
}

#product-category .feature-info-box {
  padding: 3%;
}

#product-category .feature-info-box .info-box h5 {
  margin: 15% 0;
}

#product-category .feature-info-box .info-box p {
  margin: 15% 0;
}

#product-category .feature-info-box .info-box a {
  margin: 15% 0;
  color: black;
}

#product-category .feature-info-box .info-box a:hover {
  color: #2a6cda;
}



/* disclaimer */
#disclaimer .content {
  margin: 3% 0;
}

#disclaimer .content li {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  color: #2f2f2f;
}

#disclaimer .content li a {
  text-decoration: underline;
  color: #2f2f2f;
}

#disclaimer .content li a:hover {
  color: #2a6cda;
}

@media (max-width: 996px) {
  #disclaimer .content li {
    font-size: 12px;
  }
}