* {
  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: 18px;
  color: #ffff00;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .mainTitleBox h2 {
    font-size: 22px;
  }
}
@media (min-width: 996px) {
  .mainTitleBox h2 {
    font-size: 35px;
    max-width: 40%;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background:
    url(https://storage-asset.msi.com/event/2026/th/cyber-summer/images/bg.jpg)
      no-repeat,
    linear-gradient(
      to right,
      rgb(6 94 142) 0%,
      rgba(6, 46, 80, 1) 50%,
      rgba(3, 23, 58, 1) 100%
    );
  background-size: 100%;
}
/* .project::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2026/th/cyber-summer/images/bg-pattern.png)
    repeat-y;
  background-size: 100%;
} */
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  position: relative;
  width: 100%;
}
.project .kv__pdBox {
  display: none;
}
.project .kv__pdBox-1,
.project .kv__pdBox-2,
.project .kv__pdBox-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@keyframes kv-float-up {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes kv-float-down {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}
@media (min-width: 996px) {
  .project .kv__pdBox-1 {
    animation: kv-float-up 3s ease-in-out infinite;
  }
  .project .kv__pdBox-2 {
    animation: kv-float-down 3s ease-in-out infinite;
    animation-delay: 1s;
  }
  .project .kv__pdBox-3 {
    animation: kv-float-up 3s ease-in-out infinite;
    animation-delay: 2s;
  }
}
@media (min-width: 1930px) {
  .project .kv img {
    width: 100%;
  }
}
@media (min-width: 996px) {
  .project .kv__pdBox {
    display: block;
  }
  .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;
}

.project .kv picture img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
}

@media (min-width: 996px) {
  .project .kv__intel-textbox {
    font-size: 11px;
    margin-right: 20px;
  }
}
.project .bgWrapper {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2026/th/cyber-summer/images/bg-pattern.png)
    repeat-y;
  background-size: 100%;
}
/* .project .bgWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to bottom, #000, 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;
  color: #ffff00;
  line-height: 1;
  text-shadow:
    rgb(5, 70, 144) 3px 0px 0px,
    rgb(5, 70, 144) 2.83487px 0.981584px 0px,
    rgb(5, 70, 144) 2.35766px 1.85511px 0px,
    rgb(5, 70, 144) 1.62091px 2.52441px 0px,
    rgb(5, 70, 144) 0.705713px 2.91581px 0px,
    rgb(5, 70, 144) -0.287171px 2.98622px 0px,
    rgb(5, 70, 144) -1.24844px 2.72789px 0px,
    rgb(5, 70, 144) -2.07227px 2.16926px 0px,
    rgb(5, 70, 144) -2.66798px 1.37182px 0px,
    rgb(5, 70, 144) -2.96998px 0.42336px 0px,
    rgb(5, 70, 144) -2.94502px -0.571704px 0px,
    rgb(5, 70, 144) -2.59586px -1.50383px 0px,
    rgb(5, 70, 144) -1.96093px -2.27041px 0px,
    rgb(5, 70, 144) -1.11013px -2.78704px 0px,
    rgb(5, 70, 144) -0.137119px -2.99686px 0px,
    rgb(5, 70, 144) 0.850987px -2.87677px 0px,
    rgb(5, 70, 144) 1.74541px -2.43999px 0px,
    rgb(5, 70, 144) 2.44769px -1.73459px 0px,
    rgb(5, 70, 144) 2.88051px -0.838247px 0px;
  margin: 5px 0;
  filter: drop-shadow(2px 2px 0 #ffffff);
}
@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(#ffff00),
    color-stop(#ffff00),
    color-stop(#ffff00),
    to(#ffff00)
  );
  background-image: linear-gradient(
    to right,
    #ffff00,
    #ffff00,
    #ffbb00,
    #a5a500
  );
  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: #ffff00;
  font-weight: 600;
  padding: 20px 10px;
  overflow: hidden;
}
.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 .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/2026/th/lunar-new-year-2026/imagesimages/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 #f19854);
  filter: drop-shadow(0 0 5px #f19854);
}
.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(45deg, #ffff00 30%, #baa72f);
  line-height: 1.2;
  color: #054690;
}
@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;
  color: rgba(255, 255, 255, 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);
} /*# sourceMappingURL=main.css.map */
