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

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

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

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

.project h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main-title {
  font-size: 26px;
  text-align: center;
  color: #fff;
}

@media (min-width: 996px) {
  .main-title {
    font-size: 32px;
    text-align: left;
  }
}

.subtitle {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

@media (min-width: 996px) {
  .subtitle {
    font-size: 28px;
    text-align: left;
  }
}

.main-text {
  color: #fff;
  padding: 10px 0;
}

.note {
  color: var(--color-gray-300);
  text-align: center;
}

@-webkit-keyframes floatUp-01 {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes floatUp-01 {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes floatUp-02 {

  0%,
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes floatUp-02 {

  0%,
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes floatUp-03 {

  0%,
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes floatUp-03 {

  0%,
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes floatUp-04 {

  0%,
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(4deg);
    transform: translateY(-15px) rotate(4deg);
  }
}

@keyframes floatUp-04 {

  0%,
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-15px) rotate(4deg);
    transform: translateY(-15px) rotate(4deg);
  }
}

@-webkit-keyframes floatUp-05 {

  0%,
  100% {
    -webkit-transform: translateY(-15px) rotate(4deg);
    transform: translateY(-15px) rotate(4deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes floatUp-05 {

  0%,
  100% {
    -webkit-transform: translateY(-15px) rotate(4deg);
    transform: translateY(-15px) rotate(4deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
}

@-webkit-keyframes floatUp-06 {

  0%,
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-10px) rotate(4deg);
    transform: translateY(-10px) rotate(4deg);
  }
}

@keyframes floatUp-06 {

  0%,
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-10px) rotate(4deg);
    transform: translateY(-10px) rotate(4deg);
  }
}

@-webkit-keyframes kvLight {
  0% {
    left: -100%;
  }

  30%,
  100% {
    left: 100%;
  }
}

@keyframes kvLight {
  0% {
    left: -100%;
  }

  30%,
  100% {
    left: 100%;
  }


}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #020f3c;
  background: url(https://storage-asset.msi.com/event/2025/NB/easter-sale-laptop-2025/images/bg.jpg) bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.project img {
  display: block;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .container {
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}

.project .hideSty {
  display: none;
}

.project .kv {
  width: 100%;
  position: relative;
}

.project .kv img {
  width: 100%;
}

.project .kv__nbLogo {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 11vw;
  max-width: 100%;
}

@media (min-width: 996px) {
  .project .kv__nbLogo {
    max-width: 120px;
    left: 36px;
    top: 36px;
  }
}

.project .kv__intel {
  display: none;
}

@media (min-width: 996px) {
  .project .kv__intel {
    display: block;
    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;
  margin-top: 18px;
}

@media (min-width: 996px) {
  .project .kv__intel-textbox {
    font-size: 11px;
  }
}





.project .kv__bagsImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}





.project .content {
  /* background: url(https://storage-asset.msi.com/event/2025/NB/easter-sale-laptop-2025/images/bg.jpg) top center no-repeat;
  background-attachment: fixed; */
  /* background-size: cover */
}

.project .intro {
  position: relative;
  padding-top: 5%;
}

@media (min-width: 768px) {
  .project .intro {
    padding-top: 0;
  }
}

.project .intro .container {
  text-align: center;
}



.project .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#080b18), to(transparent));
  background: linear-gradient(#080b18, transparent);
  z-index: 0;
}

@media (min-width: 996px) {
  .project .intro::before {
    background: none;
  }
}

/* .project .intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(transparent, #000);
  z-index: 0;
} */

@media (min-width: 1930px) {
  /* .project .intro::after {
    height: 300px;
  } */
}



.project .intro .btns .tab__title {
  color: #000;
  border: 0;
  background: #68cb1b;
  -webkit-box-shadow: 0 0 10px #68cb1b;
  box-shadow: 0 0 10px #68cb1b;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 100%;
  max-width: 300px;
  transform: skewX(-10deg);
  border-radius: 10px;
  padding: 10px 0;
  font-weight: bold;
  opacity: 1;
  transition: 0.2s;
  margin-bottom: 20px;
}

.project .intro .btns .tab__title:hover {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 40px #ffffff;
}

.project .intro .btns .tab__title::before {
  z-index: 0;
  content: "";
  width: 98%;
  height: 95%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #68cb1b;
  border-radius: 10px;
  opacity: 0.5;
  transition: 0.2s;
}

.project .intro .btns .tab__title:hover::before {
  border: 3px solid #fff;
  top: 50%;
}

.project .buyNow .sec2 {
  position: relative;
}

.project .buyNow .sec2__balloons-img01 {
  position: absolute;
  top: 0%;
  left: -22%;
  width: 20%;
  -webkit-animation: floatUp-04 2.5s ease-in-out infinite;
  animation: floatUp-04 2.5s ease-in-out infinite;
}

.project .buyNow .sec3 {
  position: relative;
}

.project .buyNow .sec3__balloons-img01 {
  position: absolute;
  top: 0%;
  right: -25%;
  width: 20%;
  -webkit-animation: floatUp-05 2.5s ease-in-out infinite;
  animation: floatUp-05 2.5s ease-in-out infinite;
}

.project .buyNow .sec3__balloons-img02 {
  position: absolute;
  top: 360px;
  right: -24%;
  width: 15%;
  -webkit-animation: floatUp-06 2.5s ease-in-out infinite;
  animation: floatUp-06 2.5s ease-in-out infinite;
}

.project .buyNow .sec3__balloons-img03 {
  position: absolute;
  bottom: 30%;
  left: -14%;
  width: 20%;
}

.project .price {
  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;
}

@media (min-width: 996px) {
  .project .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
  }
}

.project .selectarea__filter-item {
  color: #fff;
  padding: 10px 10px;
  margin: 5px;
  background: #8400ff;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  width: 46%;
}

@media (min-width: 996px) {
  .project .selectarea__filter-item {
    width: 14.2857142857%;
    margin: 10px 5px;
  }
}

.project .selectarea__filter-item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px #fff;
  box-shadow: 0px 0px 5px #fff;
  text-shadow: 0px 0px 5px #fff;
  -webkit-filter: drop-shadow(0px 0px 5px #fff);
  filter: drop-shadow(0px 0px 5px #fff);
}

.project .selectarea__filter-item--active {
  -webkit-box-shadow: 0px 0px 5px #fff;
  box-shadow: 0px 0px 5px #fff;
  text-shadow: 0px 0px 5px #fff;
  -webkit-filter: drop-shadow(0px 0px 5px #fff);
  filter: drop-shadow(0px 0px 5px #fff);
}

.project .btns {
  padding: 2% 0 0;
  position: relative;
  z-index: 50;
}

.project .btns .note {
  padding-bottom: 30px;
}

@media (min-width: 996px) {
  .project .btns__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.project .btns__wrapper-item {
  width: 90%;
  padding: 10px auto;
  background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(#ad0047), color-stop(#000), to(#0086b2));
  background: linear-gradient(to left, #000, #ad0047, #000, #0086b2);
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  margin: 20px;
  font-weight: bold;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

@media (min-width: 996px) {
  .project .btns__wrapper-item {
    width: 50%;
    padding: 10px 35px;
  }
}

.project .btns__wrapper-item:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.project .hatch__slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 996px) {
  .project .hatch__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.project .hatch__slider .hatch__box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px;
}

@media (min-width: 996px) {
  .project .hatch__slider .hatch__box {
    position: relative;
    width: calc(50% - 20px);
    margin: 20px 0;
    padding: 10px;
  }
}

@media (min-width: 996px) {
  .project .hatch__slider .hatch__box--gaming {
    background-image: url("https://storage-asset.msi.com/event/2024/NB/black-friday-laptops/images/gaming-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
}

@media (min-width: 996px) {
  .project .hatch__slider .hatch__box--content {
    background-image: url("https://storage-asset.msi.com/event/2024/NB/black-friday-laptops/images/cc-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
}

@media (min-width: 996px) {
  .project .hatch__slider .hatch__box--business {
    background-image: url("https://storage-asset.msi.com/event/2024/NB/black-friday-laptops/images/bp-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
}

@media (min-width: 996px) {
  .project .hatch__flex {
    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;
  }
}

.project .hatch__flexBoxPic {
  width: 90%;
  padding: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic {
    display: block;
    width: 40%;
    padding: 10px;
  }
}

.project .hatch__flexBoxPic-toplogo {
  position: absolute;
  left: 10%;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic-toplogo {
    position: relative;
  }
}

.project .hatch__flexBoxPic-toplogo img {
  margin: 0 5px;
  width: 35px;
}

@media (min-width: 768px) {
  .project .hatch__flexBoxPic-toplogo img {
    width: 50px;
  }
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic-toplogo img {
    margin: 0 5px;
  }
}

.project .hatch__flexBoxPic-product {
  max-width: 150px;
}

@media (min-width: 768px) {
  .project .hatch__flexBoxPic-product {
    max-width: 250px;
  }
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic-product {
    max-width: 100%;
  }
}

.project .hatch__flexBoxPic-bottomlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxPic-bottomlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.project .hatch__flexBoxPic-bottomlogo img {
  height: 60px;
}

.project .hatch__flexBoxTxt {
  width: 100%;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxTxt {
    width: 60%;
    padding-left: 39px;
  }
}

.project .hatch__flexBoxTxt ul {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.project .hatch__flexBoxTxt ul li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.project .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: inline-block;
}

.project .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 18px;
}

@media (min-width: 768px) {
  .project .hatch__flexBoxTxt-title {
    font-size: 23px;
  }
}

@media (min-width: 996px) {
  .project .hatch__flexBoxTxt-title {
    font-weight: bolder;
    font-size: 21px;
  }
}

.project .hatch__flexBoxTxt-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: 10px 0;
}

.project .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 20px;
    margin-right: 10px;
  }
}

.project .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
}

@media (min-width: 996px) {
  .project .hatch__flexBoxTxt-price span {
    font-weight: bolder;
    font-size: 40px;
  }
}

.project .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}

.project .hatch__buyNowBtn-buynow {
  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;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  background: #afb5b8;
  margin: 0 7px;
  color: #fff;
}

.project .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}

.project .hatch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.project .hatch__icon-link {
  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;
  height: 70px;
  width: calc(50% - 20px);
  margin: 10px;
  background: rgba(255, 255, 255, 0.5411764706);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

