.project img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project .kv {
  position: relative;
}

.kv__bg img{
  width: 100%;
}

.project .kv__content {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  z-index: 20;
}


.project .kv__nv {
  position: absolute;
  right: 2%;
  top: 4%;
  width: 15%;
  max-width: 200px;
  margin: 0 auto;
  z-index: 20;
}

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


.project .kv__nv--logo {
  margin: 2% 0 0 auto;
}
@media (min-width: 1930px) {
  .project .kv__nv--logo {
    width: 90%;
    max-width: 2560px;
    margin: 0 0 0 auto;
  }
}
.project .deals {
  background: url(https://storage-asset.msi.com/event/2026/id/unleash-the-rtx50-series/images/bg-promosi.webp) center center no-repeat;
  background-size: cover;
  padding: 5% 0;
  position: relative;
}
.project .deals::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #000), to(transparent));
  background: linear-gradient(to top, #000 30%, transparent);
  background-size: cover;
}
.project .deals a {
  color: #fff;
}
.project .deals__title {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  max-width: 550px;
}

.project .deals__title span {
  color: #7be6ff;
}

.project .deals__date {
  color: #325650;
  font-weight: normal;
  display: inline-block;
  margin: 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
}
@media (min-width: 768px) {
  .project .deals__title {
    font-size: var(--title-lg);
  }
  .project .deals__date {
    margin: 1% 0;

  }
}
.project .deals__date p {
  padding: 0px 0px;
  color: #fff;
}
@media (min-width: 768px) {
  .project .deals__date p {
    /* padding: 0.5em 1.5em; */
    font-size: 20px;
  }
}
.project .deals__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 20px;
  margin: 4% auto 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1300px) {
  .project .deals__list {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .project .deals__list {
    width: 90%;
  }
}
.project .deals a {
  text-decoration: none;
}
.project .deals .dealsCard {
  height: auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 460px;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  border: 3px solid transparent;
  border-image: linear-gradient(to bottom left, #fff 0%, #316192, #457fb2, #9fd1f0, #b1e1fb, #749bb1, #fff, #5990b6, #14345a, #386c9d 100%);
  border-image-slice: 1;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  overflow: hidden;
}
@media (min-width: 768px) {
  .project .deals .dealsCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 14px);
            flex: 0 0 calc(50% - 14px);
    padding: 15px 3%;
    max-width: 460px;
  }
}
@media (min-width: 996px) {
  .project .deals .dealsCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 14px);
            flex: 0 0 calc(33.3333333333% - 14px);
    padding: 15px 2%;
  }
}
@media (min-width: 1300px) {
  .project .deals .dealsCard {
    width: 460px;
    padding: 15px 2%;
  }
}
.project .deals .dealsCard:hover {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}
.project .deals .dealsCard:hover::after {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
.project .deals .dealsCard:hover::before {
  top: -15px;
  background: -webkit-gradient(linear, left top, right top, from(#f8db8b), color-stop(#c29e3a), to(#f8db8b));
  background: linear-gradient(to right, #f8db8b, #c29e3a, #f8db8b);
}

.project .deals .dealsCard:hover .sticker {
  background: #c2f8ff;
}

.project .deals .dealsCard:hover h3, .project .deals .dealsCard:hover p {
  /* color: #fff; */
}
.project .deals .dealsCard:hover .dealsCard__freebox-txt h3 {
  color: #fff;
}
.project .deals .dealsCard:hover .dealsCard__freebox-txt p {
  /* color: #fff; */
}
.project .deals .dealsCard::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project .deals .dealsCard__content {
  position: relative;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project .deals .dealsCard h3 {
  color: #fff;
  font-size: var(--title-lg);
  position: relative;
  text-align: center;
}
@media (min-width: 996px) {
  .project .deals .dealsCard h3 {
    font-size: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media (min-width: 1300px) {
  .project .deals .dealsCard h3 {
    font-size: 24px;
  }
}
.project .deals .dealsCard h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #97cfe7;
  bottom: 0;
  position: absolute;
}
.project .deals .dealsCard__offer {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.project .deals .dealsCard__freebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .deals .dealsCard__freebox-txt {
  font-weight: 700;
  padding: 2px 12px;
  border-radius: 10px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .deals .dealsCard__freebox-txt h3 {
  font-size: var(--title-md);
  text-shadow: 1px 0 10px #85fffe;
  color: #85fffe;
}
.project .deals .dealsCard__freebox p {
  font-size: var(--text-xs);
  text-align: left;
  color: #fff;
}
.project .deals .dealsCard__giftbox {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .project .deals .dealsCard__giftbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
}
.project .deals .dealsCard__giftbox .sticker {
  background: #70d9fe;
  color: #000;
  transition: 0.3s;
  border: 4px solid #ffffff;
  border-radius: 10px 10px 10px 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  gap: 5px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .project .deals .dealsCard__giftbox .sticker {
    margin-right: -10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64%;
            flex: 0 0 64%;
  }
}
@media (min-width: 996px) {
  .project .deals .dealsCard__giftbox .sticker {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.project .deals .dealsCard__giftbox .sticker::before {
  content: "";
  position: absolute;
  left: 20%;
  top: -8px;
  width: 14px;
  height: 14px;
  margin-left: -8px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
}
.project .deals .dealsCard__giftbox .sticker::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -8px;
  width: 14px;
  height: 14px;
  margin-left: -8px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
}
.project .deals .dealsCard__giftbox .sticker__voucher p {
  font-size: var(--title-xs);
  font-weight: bolder;
}
.project .deals .dealsCard__giftbox .sticker__voucher b {
  font-size: var(--title-xs);
  font-weight: bolder;
  display: block;
  margin-top: -8px;
}
.project .deals .dealsCard__giftbox .sticker__amount {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  line-height: 1;
  z-index: 2;
  position: relative;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--note-sm);
  gap: 0;
}
.project .deals .dealsCard__giftbox .sticker__amount b {
  font-size: var(--title-xl);
  margin-left: 0;
}
.project .deals .dealsCard__giftbox .sticker__amount-rpTxt {
  color: #000000;
}
.project .deals .dealsCard__giftbox .sticker__amount-rbTxt {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.project .deals .dealsCard__giftbox .sticker__amount-rbTxt span {
  width: 16px;
  height: 16px;
  background: #fff;
  color: #000000;
  border-radius: 50%;
  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;
  -webkit-filter: drop-shadow(-1px -1px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-1px -1px 5px rgba(0, 0, 0, 0.3));
  margin-left: 0px;
}
.project .deals .dealsCard__giftbox-gift {
  font-size: var(--text-xs);
  text-align: left;
  color: #333333;
  position: relative;
  z-index: 10;
  width: 30%;
  margin: 0 auto;
  min-width: 120px;
}
@media (min-width: 768px) {
  .project .deals .dealsCard__giftbox-gift {
    margin-left: -5px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}
.project .wtb {
  padding: 5% 0;
}
.project .wtb .common-title {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .project .wtb .common-title {
    width: 30%;
  }
}
.project .redeem {
  position: relative;
  padding: 3% 0;
  background: url(https://storage-asset.msi.com/event/2026/id/unleash-the-rtx50-series/images/bg-redeem.webp) no-repeat center;
  background-size: cover;
}

.project .redeem__inner {
  position: relative;
  color: #fff;
  padding: 20px 0 50px;
}
.project .redeem__inner .common__container {
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .project .redeem__box {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.project .redeem__item {
  position: relative;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 996px) {
  .project .redeem__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 40px;
  }
}
.project .redeem__item::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 15px auto;
  background: url("https://storage-asset.msi.com/event/2025/ID/Ramadan-Super-Sale-2025/images/redeem-icon-arrow.png") center center no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 996px) {
  .project .redeem__item::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    right: -45px;
    top: 8%;
  }
}
.project .redeem__item:last-child::after {
  display: none;
}
@media (min-width: 996px) {
  .project .redeem__item:last-child {
    margin-right: 0;
  }
}
.project .redeem__step {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
}
.project .redeem__icon {
  padding: 0 25px 0 0;
}
.project .redeem__icon img {
  width: 150px;
}
.project .redeem .note {
  padding-top: 8px;
  opacity: 0.8;
}
.project .redeem__btn {
  padding-top: 15px;
}
@media (min-width: 996px) {
  .project .redeem__btn {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
.project .redeem__btn a {
  margin: 5px 0;
  display: inline-block;
  color: #fff;
  position: relative;
  text-align: center;
  border: 3px solid #2584f0;
  border-radius: 50px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  overflow: hidden;
  text-align: center;
  padding: 10px 10px;
  font-size: 18px;
  width: 100%;
  max-width: 500px;
  font-weight: bold;
}
.project .redeem__btn a:hover {
  background: #2584f0;
}
.project .wtbt_extend button {
  color: #fff;
}/*# sourceMappingURL=mainV2.css.map */