@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);
  }
}
@keyframes ani {
  from {
    mask-position: 0 0;
  }
  to {
    mask-position: 100% 0;
  }
}
@keyframes cyan-glow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes cyan-blink {
  0%, 100% {
    box-shadow: 0 0 15px rgba(0, 199, 253, 0.3), inset 0 0 10px rgba(0, 199, 253, 0.1);
  }
  50% {
    box-shadow: 0 0 35px rgba(0, 199, 253, 0.6), inset 0 0 20px rgba(0, 199, 253, 0.3);
  }
}
.amenu-open-button {
  position: relative;
  /* background: #EEEEEE; */
  /* background: linear-gradient(130deg, #fef9bb, #ecd288, #ce9b54, #f0c16e); */
  background: url("https://storage-asset.msi.com/event/2026/th/intel-gamers-day-2026/images/wtb-icon.png") no-repeat !important;
  background-size: cover !important;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -40px;
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  line-height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}
.amenu-open-button img {
  filter: brightness(0) saturate(100%) invert(100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}

.mainTitleBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.mainTitleBox h2 {
  position: relative;
  z-index: 1;
  font-weight: 900;
  font-size: var(--title-xl);
  padding: 10px;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.project {
  font-family: "futura-100-thai", var(--MSIBodyFont);
  position: relative;
  overflow: hidden;
  background: #000 url("https://storage-asset.msi.com/event/2026/th/intel-gamers-day-2026/images/page-bg.jpg") no-repeat fixed top;
  background-size: cover;
  background-image: image-set(url("https://storage-asset.msi.com/event/2026/th/intel-gamers-day-2026/images/page-bg.webp") type("image/webp"), url("https://storage-asset.msi.com/event/2026/th/intel-gamers-day-2026/images/page-bg.jpg") type("image/jpeg"));
}
.project img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project h1 {
  position: absolute;
  z-index: -10;
}
.project .kv {
  position: relative;
  width: 100%;
}
.project .kv__intel {
  width: 80%;
  z-index: 20;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 996px) {
  .project .kv__intel {
    position: absolute;
    bottom: auto;
    left: auto;
    transform: none;
    top: 36px;
    right: 36px;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    max-width: 180px;
    margin-bottom: 0;
  }
}
.project .kv__intel img {
  max-width: 70px;
  display: inline-block;
}
@media (min-width: 996px) {
  .project .kv__intel img {
    max-width: 120px;
  }
}
.project .kv__intel span {
  font-size: clamp(16px, 3vw, 20px);
}
.project .kv__intel p {
  display: inline-block;
  font-size: clamp(11px, 1.5vw, 14px);
  text-shadow: 0 0 3px #000, 0 0 10px #000;
}
.project .kv__img {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.project .kv__img-bg {
  display: block;
  width: 100%;
}
.project .kv__wrap {
  width: 61%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.project .kv__title {
  width: 50%;
  margin: 0 auto;
}
.project .bgWrapper {
  position: relative;
}
.project .bestOffer {
  position: relative;
  margin-top: -1px;
}
@media (min-width: 996px) {
  .project .bestOffer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://storage-asset.msi.com/event/2026/th/intel-gamers-day-2026/images/info-bg-png.png") no-repeat top;
    background-size: 100% auto;
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  }
}
.project .bestOffer__wrapper {
  text-align: center;
}
.project .bestOffer__wrapper-content {
  padding: 50px 0 25px;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
  }
}
.project .item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 50px;
  display: inline-block;
}
@media (min-width: 996px) {
  .project .item {
    width: calc(33% - 40px);
    margin: 0 20px;
  }
}
.project .item:hover {
  cursor: pointer;
  filter: brightness(0.9);
}
.project .item:hover img {
  filter: drop-shadow(0 0 6px #00c7fd) brightness(1.2);
}
.project .item__pdImg {
  position: relative;
  width: 70%;
  margin: 0 auto 10px;
}
@media (min-width: 996px) {
  .project .item__pdImg {
    margin: 0 auto 20px;
  }
}
.project .item__pdImg img {
  width: 100%;
  height: 165px;
  object-fit: contain;
}
.project .item__pdName {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 996px) {
  .project .item__pdName {
    font-size: 24px;
  }
}
.project .item__pdDetail {
  font-size: 16px;
  color: #fff;
}
@media (min-width: 996px) {
  .project .item__pdDetail {
    font-size: 24px;
  }
}
.project .item__pdPrice-delPrice {
  font-size: 16px;
  color: #aaaaaa;
}
@media (min-width: 996px) {
  .project .item__pdPrice-delPrice {
    font-size: 20px;
  }
}
.project .item__pdPrice-nowPrice {
  font-size: 35px;
  font-weight: 900;
  color: #f65687;
  line-height: 1;
  margin: 5px 0;
}
@media (min-width: 996px) {
  .project .item__pdPrice-nowPrice {
    font-size: 45px;
    margin: 10px 0;
  }
}
.project .des {
  padding: 0 0 100px;
}
.project .des__wrapper {
  text-align: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.project .des__wrapper-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #00c7fd;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 0 20px rgba(0, 199, 253, 0.3), inset 0 0 15px rgba(0, 199, 253, 0.2);
  animation: cyan-blink 3s ease-in-out infinite;
}
@media (min-width: 996px) {
  .project .des__wrapper-content {
    font-size: 28px;
    padding: 50px;
  }
}
.project .des__wrapper-content::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 23px;
  padding: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 199, 253, 0.3), #00c7fd, #7ae8ff, #00c7fd, rgba(0, 199, 253, 0.3), transparent);
  background-size: 200% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: cyan-glow 2s linear infinite;
  pointer-events: none;
  filter: drop-shadow(0 0 5px rgba(0, 199, 253, 0.6));
}
.project .des__wrapper-content p {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.project .des__wrapper-content span {
  color: #00c7fd;
  font-weight: 700;
  margin: 0 5px;
  text-shadow: 0 0 10px rgba(0, 199, 253, 0.6);
}
.project .buyNow-section {
  position: relative;
  text-align: center;
}
.project .buyNow-section .disclaimer {
  padding: 0 0 100px;
}
.project .buyNow-section .disclaimer__wrapper {
  font-size: 10px;
  color: #aaa;
  width: 90%;
  max-width: 1000px;
}
