* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.mainTitleBox {
  position: relative;
  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;
}
.mainTitleBox figure {
  width: 20%;
  max-width: 250px;
}
.mainTitleBox h2 {
  font-size: 22px;
  color: #ffffff;
  text-shadow: 2px 2px 0 #6a4a4c;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  width: 90%;
  /* text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7); */
}
@media (min-width: 768px) {
  .mainTitleBox h2 {
    font-size: 28px;
  }
}
@media (min-width: 996px) {
  .mainTitleBox h2 {
    font-size: 42px;
    max-width: 55%;
    margin-bottom: 30px;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #cfb38b;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  position: relative;
  width: 100%;
}
.project .kv img {
  width: 100%;
}
.project .kv .kv__bg {
  position: relative;
}
.project .kv .kv__bg-light {
  position: relative;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; */
}

.project .kv .kv__star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.project .kv .kv__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.project .kv .kv__title {
  width: 50%;
  position: absolute;
  top: 25%;
  left: 4%;
  z-index: 10;
  display: inline-block;
}
.project .kv .kv__title figure {
  position: relative;
}
.project .kv .kv__title figure::before {
  content: "";
  position: absolute;
  top: 0;
  inset: 0;
  background: linear-gradient(45deg, transparent 50%, #dcb456 52%, #72410f 55%, transparent 56%);
  background-size: 200% 100%;
  background-position: 100% 100%;
  -webkit-animation: shine 2s linear infinite;
  animation: shine 2s linear infinite;
  -webkit-mask: url(https://storage-asset.msi.com/event/2025/HK/new-year-promo-nb/images/kv-title.png);
  mask: url(https://storage-asset.msi.com/event/2025/HK/new-year-promo-nb/images/kv-title.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  pointer-events: none;
}
@-webkit-keyframes shine {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 50% 0;
  }
  40% {
    background-position: 0% 0;
  }
  66.67% {
    background-position: 0% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
@keyframes shine {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: 50% 0;
  }
  40% {
    background-position: 0% 0;
  }
  66.67% {
    background-position: 0% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
.project .kv__content {
  z-index: 10;
  position: relative;
}
.project .kv__pd {
  position: relative;
  z-index: 50;
}
.project .kv__pd img {
  display: block;
}
.project .kv__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.project .kv__stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.project .kv__stage::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(80%, transparent));
  background: linear-gradient(to top, #000, transparent 80%);
}
.project .kv__bgLight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.project .kv__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.project .kv__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.project .kv__intel {
  display: none;
}
@media (min-width: 996px) {
  .project .kv__intel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 36px;
    right: 36px;
    font-size: 24px;
    text-align: right;
    z-index: 20;
    color: #454543;
  }
}
.project .kv__intel img {
  width: 75px;
  margin-left: auto;
  display: block;
}
.project .kv__intel-textbox {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media (min-width: 996px) {
  .project .kv__intel-textbox {
    font-size: 11px;
    margin-right: 20px;
  }
}
.project .bgWrapper {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2025/HK/new-year-promo-nb/images/bg.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.project .bgWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(#734110), to(transparent));
  background: linear-gradient(to bottom, #734110, transparent);
}
.project .bestOffer {
  padding: 50px 0 0;
}
@media (min-width: 996px) {
  .project .bestOffer {
    padding: 100px 0;
  }
}
.project .bestOffer__wrapper {
  text-align: center;
}
.project .bestOffer__wrapper-content {
  padding: 50px 0 25px;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0;
  }
}
.project .bestOffer__wrapper-content .item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 50px;
  display: inline-block;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item {
    width: calc(33% - 40px);
    margin: 0 20px;
  }
}
.project .bestOffer__wrapper-content .item:hover {
  cursor: pointer;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.project .bestOffer__wrapper-content .item:hover img {
  -webkit-filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
          filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
}
.project .bestOffer__wrapper-content .item__pdImg {
  position: relative;
  width: 70%;
  margin: 0 auto 10px;
}
.project .bestOffer__wrapper-content .item__pdImg img {
  width: 100%;
  height: 165px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdImg {
    margin: 0 auto 20px;
  }
}
.project .bestOffer__wrapper-content .item__pdImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/holiday-sales-2025/images/bestOffer-pd-dec.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.project .bestOffer__wrapper-content .item__pdName {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdName {
    font-size: 24px;
  }
}
.project .bestOffer__wrapper-content .item__pdDetail {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdDetail {
    font-size: 24px;
  }
}
.project .bestOffer__wrapper-content .item__pdPrice-delPrice {
  font-size: 16px;
  color: #c4c4c4;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdPrice-delPrice {
    font-size: 20px;
  }
}
.project .bestOffer__wrapper-content .item__pdPrice-nowPrice {
  font-size: 35px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #56cfd0), color-stop(50%, #b9f6f6), to(#8345f0));
  background: linear-gradient(to bottom, #56cfd0 30%, #b9f6f6 50%, #8345f0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #0044ff;
  margin: 5px 0;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdPrice-nowPrice {
    font-size: 45px;
    margin: 10px 0;
  }
}
.project .des {
  padding: 0 0 100px;
}
.project .des__wrapper {
  position: relative;
  text-align: center;
  max-width: 800px;
  width: 90%;
}
.project .des__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1c654), color-stop(#ffee96), color-stop(#a2621e), to(#eea54c));
  background-image: linear-gradient(to right, #f1c654, #ffee96, #a2621e, #eea54c);
  background-origin: border-box;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
  mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
}
.project .des__wrapper-content {
  position: relative;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 20px 10px;
  overflow: hidden;
  background: linear-gradient(45deg, #b9944e, #f4eab5, #9f630a);
}
.project .des__wrapper-content::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/des-decTop.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 10;
}
.project .des__wrapper-content span {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea0a15), to(#3d060a));
  background: linear-gradient(#ea0a15, #3d060a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 996px) {
  .project .des__wrapper-content {
    font-size: 26px;
    padding: 30px 25px;
  }
  .project .des__wrapper-content::before {
    top: -1%;
  }
  .project .des__wrapper-content span {
    font-size: 35px;
  }
  .project .des__wrapper-content::after {
    bottom: -1%;
  }
}
.project .buyNow-section {
  position: relative;
  text-align: center;
}
.project .buyNow-section .main-title {
  position: relative;
  z-index: 20;
  margin-top: 50px;
}
.project .buyNow-section .mainTitleBox h2 {
  color: #6a4a4c;
  text-shadow: 2px 2px 0 #fff;
}
.project .buyNow-section .buyNow {
  padding-bottom: 10px;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow {
    padding-bottom: 10px;
  }
}
.project .buyNow-section .buyNow .tab__flex .lucky-dec01 {
  position: absolute;
  top: -15%;
  right: 10%;
  width: 18%;
  display: none;
  z-index: 10;
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow .tab__flex .lucky-dec01 {
    display: block;
    width: 17%;
    top: -12.5%;
    right: 0%;
  }
}
@media (min-width: 1600px) {
  .project .buyNow-section .buyNow .tab__flex .lucky-dec01 {
    top: -15%;
    right: 10%;
  }
}
.project .buyNow-section .buyNow .lucky-dec02 {
  position: absolute;
  top: 70%;
  right: 0;
  width: 10%;
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow .lucky-dec02 {
    width: 7%;
    max-width: 135px;
  }
}
.project .buyNow-section .buyNow .tab__flexBoxInside {
  position: relative;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.project .buyNow-section .buyNow .tab__flexBoxInside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/buyNow-tab-dec.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  display: none;
}
.project .buyNow-section .buyNow .tab__flexBoxInside:hover::before {
  -webkit-filter: drop-shadow(0 0 5px #f1c654);
          filter: drop-shadow(0 0 5px #f1c654);
}
.project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
  position: absolute;
  top: 0;
  font-size: 11px;
  font-weight: 700;
  width: 85%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
  padding: 2px 0 10px;
  background: linear-gradient(130deg, #fef9bb, #ecd288, #ce9b54, #f0c16e);
  line-height: 1.2;
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
    width: 70%;
    font-size: 16px;
    padding: 5px 5px 25px;
  }
}
@media (min-width: 1300px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
    font-size: 20px;
  }
}
.project .buyNow-section .buyNow .tab__flexBoxInside .tab__label span {
  display: block;
}
@media (min-width: 768px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label span {
    display: inline-block;
  }
}
.project .disclaimer {
  padding: 0 0 100px;
}
.project .disclaimer__wrapper {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  width: 90%;
  max-width: 1000px;
}
@media (min-width: 996px) {
  .project__wrapper {
    font-size: 15px;
  }
}
.project .promotion {
  padding: 0 0 40px;
}
@media (min-width: 996px) {
  .project .promotion {
    padding: 50px 0 50px;
  }
}
.project .promotion .btns {
  padding: 2% 0 0;
  position: relative;
  z-index: 50;
}
.project .promotion .btns .note {
  padding-bottom: 30px;
}
.project .promotion .btns__wrapper {
  text-align: center;
}
@media (min-width: 996px) {
  .project .promotion .btns__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .promotion .btns__wrapper .btnSty {
  color: #eec572;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px;
  width: 30%;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/redeemBtn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  opacity: 0.5;
  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;
  width: 40%;
  margin: 10px auto;
  min-width: 290px;
  min-height: 60px;
  padding: 0 20px;
  line-height: 1;
}
@media (min-width: 996px) {
  .project .promotion .btns__wrapper .btnSty {
    font-size: 20px;
    margin: 10px 10px;
    width: 20%;
  }
}
.project .promotion .btns__wrapper .btnSty:hover {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
          filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
}
.project .promotion .btns__wrapper .btnSty.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
          filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
}
.project .banner {
    position: relative;
    /* padding-bottom: 50px; */
}
@media (min-width: 996px) {
  .project .banner {
    /* padding-bottom: 100px; */
  }
}
.project .banner__wrapper-imgBox:nth-child(1) {
    margin-bottom: 30px;
}
.project .banner__wrapper-imgBox {
  display: block;
    filter: brightness(0.9);
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}
.project .banner__wrapper-imgBox:hover {
    filter: brightness(1);
    transform: translateY(-5px);
}
.banner .mainTitleBox {
  padding: 5% 0 0;
}
.project .redeem__wrapper-date {
  font-weight: bold;
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-row-start: 1;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .project .redeem__wrapper-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.project .redeem__wrapper-date .item {
  padding: 10px 0;
}
.project .redeem__wrapper-date .item:not(:last-child) {
  border-bottom: 2px solid #978c98;
}
@media (min-width: 768px) {
  .project .redeem__wrapper-date .item:not(:last-child) {
    border-bottom: 0;
    border-right: 2px solid #e64011;
  }
}
@media (min-width: 768px) {
  .project .redeem__wrapper-date .item {
    /* padding: 0 50px; */
    margin: 20px 0;
    width: 35%;
  }
}
.project .redeem__wrapper-date .item .sub-text {
  color: #f1df60;
  font-size: var(--title-md);
}
@media (min-width: 768px) {
  .project .redeem__wrapper-date .item .sub-text {
    font-size: var(--title-lg);
  }
}
.project .redeem__wrapper-date .item .date-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .project .redeem__wrapper-date .item .date-text {
    font-size: 20px;
  }
}
.project .redeem__wrapper-date .item .date-text span{
  font-size: 14px;
  color: #d5d5d5;
}
.project .redeem__wrapper-date .item .note {
  padding: 0;
}
@media (min-width: 768px) {
  .project .redeem__wrapper-date .item .note {
    padding: 10px 25px;
  }
}
.project .redeem {
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
  background: #795d46;
}
@media (min-width: 996px) {
  .project .redeem {
    padding: 100px 0;
  }
}
/* btns */
.project .redeem__wrapper-btns {
  margin: 20px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .project .redeem__wrapper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    justify-content: center;
  }
}
.project .redeem__wrapper-btns .tabItem {
  width: 100%;
}
@media (min-width: 768px) {
  .project .redeem__wrapper-btns .tabItem {
    width: 33.3333333333%;
  }
}
.project .redeem__wrapper-btns .tab-dec {
  visibility: hidden;
}
.project .redeem__wrapper-btns .tab-dec.active {
  visibility: visible;
}

.btnSty {
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 10px 15px;
  width: 80%;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-transform: uppercase;
  border: 1px solid #f0c85f;
  background: linear-gradient(#e64011, #ae1f0d, #ed9774);
}
/* .btnSty::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 5px 5px 10px #4c71a2;
          box-shadow: 5px 5px 10px #4c71a2;
} */
.btnSty span {
  position: relative;
  z-index: 20;
  color: #fff;
  font-size: 16px;
  /* color: transparent;
  background-clip: text;
  background-image: linear-gradient(45deg, #2c5eb5, #04819f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff); */
}
@media (min-width: 996px) {
  .btnSty span {
    font-size: 18px;
  }
}
.btnSty:hover {
  cursor: pointer;
  background: linear-gradient( #ed9774, #ae1f0d, #e64011);;
}

/*# sourceMappingURL=main.css.map */