.topnav {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transform-transition: transform 0.3s ease-in-out;
}

.topnav.show {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 996px) {
  .topnav.show {
    height: auto;
  }
  .topnav.show ul {
    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;
  }
}

.topnav-navbtn {
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 40px;
}

@media (min-width: 996px) {
  .topnav-navbtn {
    display: none;
  }
}

.topnav-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  font-size: 40px;
  color: #222;
}

@media (min-width: 996px) {
  .topnav-close {
    display: none;
  }
}

.topnav ul {
  margin: 0;
}

.topnav li {
  padding: 15px;
  cursor: pointer;
  color: #000;
}

.topnav li:hover, .topnav li.active {
  color: #369;
}

@media (min-width: 996px) {
  .topnav li {
    margin: 0 20px;
  }
}

.kv {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: url("https://storage-asset.msi.com/event/2026/id/ramadan-luminary-deals/images/kv-bg.webp") top no-repeat ;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 60px 25px 0px;
}

@media (min-width: 996px) {
  .kv {
    background: url("https://storage-asset.msi.com/event/2026/id/ramadan-luminary-deals/images/kv-bg.webp") bottom center no-repeat ;
    padding: 80px 0 0px;
  }
}

.kv__bg {
  position: absolute;
  z-index: 0;
  width: 200%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-animation: 10000s bgloop infinite linear;
          animation: 10000s bgloop infinite linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.kv__pendant {
  pointer-events: none;
  position: absolute;
  top: 0;
}

.kv__pendant-star-1 {
  width: 2%;
  left: 5%;
  -webkit-animation: 5s wave infinite ease-in-out;
          animation: 5s wave infinite ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.kv__pendant-star-2 {
  width: 7%;
  top: -9%;
  left: 10%;
  -webkit-animation: 8s wave infinite ease-in-out;
          animation: 8s wave infinite ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.kv__pendant-star-3 {
  width: 5%;
  top: -8%;
  left: 13%;
  -webkit-animation: 8.5s wave infinite ease-in-out;
          animation: 8.5s wave infinite ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.kv__pendant-star-4 {
  width: 3%;
  top: -10%;
  right: 16%;
  -webkit-animation: 5s wave infinite ease-in-out;
          animation: 5s wave infinite ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.kv__pendant-star-5 {
  width: 5%;
  top: 0%;
  right: 10%;
  -webkit-animation: 6s wave infinite ease-in-out;
          animation: 6s wave infinite ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.kv__pendant-star-6 {
  width: 2%;
  top: -5%;
  right: 5%;
  -webkit-animation: 8s wave infinite ease-in-out;
          animation: 8s wave infinite ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.kv__pendant-moon {
  width: 10%;
  left: 40%;
  top: -3%;
  -webkit-animation: 10s wave infinite ease-in-out;
          animation: 10s wave infinite ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.kv__pendant-diamond {
  width: 4%;
  left: 50%;
  top: -18%;
  -webkit-animation: 8s wave infinite ease-in-out;
          animation: 8s wave infinite ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

@media (min-width: 996px) {
  .kv__pendant-star-1, .kv__pendant-star-2, .kv__pendant-star-3, .kv__pendant-star-4, .kv__pendant-star-5, .kv__pendant-star-6 {
    /* width: 60px; */
  }
  .kv__pendant-star-5 {
    top: -10%;
  }
  .kv__pendant-moon {
    width: 100px;
    top: -10%;
  }
  .kv__pendant-diamond {
    left: 45%;
    width: 40px;
    top: -25%;
  }
}

/* .kv__box {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

@media (min-width: 996px) {
  .kv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
} */

.kv__title {
  padding-bottom: 5px;
  width: 100%;
  margin: 0 auto;
  max-width: auto;
}

@media (min-width: 996px) {
  .kv__title {
    padding-bottom: 25px;
    width: 55%;
  }
}

.kv__pd {
  width: 100%;
  margin: 10px auto 0;
  max-width: auto;
}

@media (min-width: 996px) {
  .kv__pd {
    width: 100%;
    margin: 50px auto 0;
    max-width: auto;
  }
}

.kv__text {
  padding: 10px 0;
}

@media (min-width: 996px) {
  .kv__text {
    font-size: 24px;
    padding: 0px 0 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes bgloop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
}

@keyframes bgloop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
}

.box__product {
  position: relative;
  background: url("https://storage-asset.msi.com/event/2025/ID/Ramadan-Super-Sale-2025/images/bg01.jpg") top center no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

/* .box__product::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
} */

@media (min-width: 996px) {
  .box__product {
    background-attachment: scroll;
  }
}

.box__product__top {
  position: relative;
  z-index: 10;
}

.box__product__top img {
  width: 100%;
}

.chandelier {
  display: none;
}

@media (min-width: 996px) {
  .chandelier {
    display: block;
    position: absolute;
    z-index: 0;
    width: 40px;
    -webkit-animation: 2s float infinite linear;
            animation: 2s float infinite linear;
  }
  .chandelier::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: url("https://storage-asset.msi.com/event/2025/ID/Ramadan-Super-Sale-2025/images/chandelier-shadow.png") center center no-repeat ;
    background-size: cover;
    opacity: .5;
  }
  .chandelier::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: radial-gradient(circle at center, rgba(250, 247, 30, 0.5) 0%, rgba(250, 247, 30, 0) 50%);
    -webkit-animation: 2s flicker infinite ease-in-out;
            animation: 2s flicker infinite ease-in-out;
  }
  .chandelier img {
    position: relative;
    z-index: 5;
    vertical-align: bottom;
  }
  .chandelier-1 {
    left: 5%;
    bottom: 10%;
  }
  .chandelier-2 {
    left: 10%;
    top: 5%;
  }
  .chandelier-3 {
    right: 5%;
    top: 5%;
  }
  .chandelier-4 {
    right: 10%;
    bottom: 10%
  }
}

@media (min-width: 1600px) {
  .chandelier {
    width: 80px;
  }
}

@-webkit-keyframes flicker {
  0%, 100% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: .6;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes flicker {
  0%, 100% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: .6;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

.pd {
  position: relative;
  padding: 50px 0;
  background: #f0ded2;
}

.pd__tab {
  text-align: center;
  margin-top: 15px;
}

.pd__tab li {
  background: #cfc9c0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  margin: 3px;
  padding: 5px;
  cursor: pointer;
  color: #074536;
}

.pd__tab li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pd__tab li:hover, .pd__tab li.active {
  background: #eccc83;
  text-shadow: #fff 1px 1px 3px;
}

.pd__tab li img, .pd__tab li i {
  display: none;
}

.pd__tab li span {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

@media (min-width: 996px) {
  .pd__tab li {
    width: 120px;
    height: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 15px;
    transition: all 0.15s ease;
    /* -webkit-box-shadow: #ccc 0 0 20px;
            box-shadow: #ccc 0 0 20px; */
  }
  .pd__tab li span {
    display: block;
    margin: 0px auto 0;
    font-size: 15px;
  }
  .pd__tab li i {
    font-size: 70px;
    display: block;
  }
  .pd__tab li img {
    display: block;
    width: 40px;
    margin: 5px;
  }
}

.pdline {
  position: relative;
  padding: 45px 0;
  display: none;
}

.pdline.active {
  display: block;
}

@media (min-width: 996px) {
  .pdline {
    padding-right: 50px;
  }
}

.pdtag__tab {
  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-bottom: 25px;
}

@media (min-width: 996px) {
  .pdtag__tab {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.pdtag__tab li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff7c0;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  width: calc(20% - 4px);
  margin: 2px 6px;
  font-size: 14px;
}

.pdtag__tab li:hover, .pdtag__tab li.active {
  background: #ffdd50;
  text-shadow: #fff 1px 1px 3px;
}

@media (min-width: 996px) {
  .pdtag__tab li {
    margin-right: 10px;
    padding: 10px;
    width: auto;
  }
  .pdtag__tab li:last-child {
    margin-right: 0;
  }
}

.pdtag__img {
  text-align: center;
}

.pdtag__img img {
  display: none;
  width: 80%;
  margin: 0 auto;
}

.pdtag__img img:focus {
  background: none;
}

.pdtag__img img.active {
  display: block;
}

.pdtag__box {
  position: relative;
  padding: 0 0px;
}

.pdtag-arrow {
  position: absolute;
  top: 25%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #ccc;
  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;
}

.pdtag-arrow:hover {
  background: #999;
}

.pdtag-arrow::before {
  font-family: "msi-icons";
}

.pdtag-prev {
  left: -20px;
}

.pdtag-prev::before {
  content: "\ea10";
}

.pdtag-next {
  right: -20px;
}

.pdtag-next::before {
  content: "\ea09";
}

.pdtag__list {
  position: relative;
}

.pdtag__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #222;
  padding: 10px;
  border-bottom: #ddd 1px solid;
  font-size: 16px;
}

.pdtag__list a:hover {
  background: rgba(255, 240, 59, 0.4);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (min-width: 996px) {
  .pdtag__list a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pdtag__list a span {
  text-align: left;
}

@media (min-width: 996px) {
  .pdline-box.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pdline-box .pdtag__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    padding-left: 50px;
  }
  .pdline-box .pdtag__img img {
    width: 100%;
  }
  .pdtag__box {
    position: relative;
    padding: 0 20px;
  }
  .pdline-box .pdtag__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .pdtag__list a span {
    text-align: left;
  }
  .pdtag__list-big a b {
    width: 30%;
    min-width: 177px;
  }
  .pdtag__list-big a span {
    width: 70%;
  }
  
}

.pdline-slick {
  position: relative;
}

@media (min-width: 996px) {
  .pdline-slick {
    padding-left: 45%;
  }
}

@media (min-width: 996px) {
  .pdline-slick .pdtag__img {
    position: absolute;
    width: 45%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.pdline-slick .pdtag__list {
  height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.pdline-slick .pdtag__list::-webkit-scrollbar {
  width: 10px;
}

.pdline-slick .pdtag__list::-webkit-scrollbar-track {
  border: #ccc 1px solid;
  border-radius: 10px;
}

.pdline-slick .pdtag__list::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#737576), color-stop(#bdbfc3), to(#96999c));
  background: linear-gradient(to bottom, #737576, #bdbfc3, #96999c);
  border-radius: 10px;
}

.pbmPd {
  background: url(https://storage-asset.msi.com/event/2026/id/ramadan-luminary-deals/images/yellow-bg.webp) top center no-repeat;
  background-size: cover;
}

.pbmPd__bell {
  padding-bottom: 30px;
}

.pbmPd__bell img {
  width: 100%;
}

.pbmPdSP {
  padding-bottom: 30px;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .pbmPdSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    margin-top: 30px;
  }
}

.pbmPdSP__img {
  padding: 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

@media (min-width: 996px) {
  .pbmPdSP__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

.pbmPdSP__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

/* @media (min-width: 996px) {
  .pbmPdSP__box {
    -webkit-box-flex: 65%;
        -ms-flex: 65%;
            flex: 65%;
  }
} */

.pbmPdSP__item {
  width: 100%;
  position: relative;

  text-align: center;
  border-radius: 15px;
  background: #fff;
  /* 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; */
  margin-top: 25px;
}

@media (min-width: 996px) {
  .pbmPdSP__item {
    width: calc(33.3% - 13.33px);

  }
}

.pbmPdSP__item-giftNote {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.pbmPdSP__item__icon {
  position: relative;
  z-index: 2;
  padding: 40px 0 0;
  margin-top: -12%;
}

@media (min-width: 996px) {
  .pbmPdSP__item__icon {
    padding: 0 10px 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  /* .pbmPdSP__item__icon img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  } */
}

.pbmPdSP__item__text {
  position: relative;
  z-index: 2;
  padding: 20px 25px;
}

.pbmPdSP__item__text h4 {
  background-color: #e8e8e8;
  color: #5e5e5e;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 10px;
}

.pbmPdSP__item__spec {
  font-size: 20px;
  color: #5e5e5e;
}

.pbmPdSP__item__note {
  background-color: #628c86;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  margin: 10px 0;
}

@media (min-width: 996px) {
  .pbmPdSP__item__text {
    margin-left: 20px;
  }

}

/* @media (min-width: 996px) {
  .pbmPdSP__item__spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
} */

.pbmPdSP__item ul {
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
  padding-top: 15px;
}

@media (min-width: 996px) {
  .pbmPdSP__item ul {
    font-size: 13px;
    margin: 0 0 0 15px;
    padding: 0;
  }
  .pbmPdSP__item ul:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

.pbmPdSP__item li {
  list-style: disc;
}

.pbmPdSP__item b {
  font-weight: 500;
}

.pbmPdSP__item__gift {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  
}

@media (min-width: 996px) {
  .pbmPdSP__item__gift {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -25%;    
  }
}



.pbmPdSP__item__gift p, .pbmPdSP__item__gift img {
  position: relative;
  z-index: 2;
}

/* .pbmPdSP__item__gift.bg1::before {
  background: #00b0ba;
}

.pbmPdSP__item__gift.bg2::before {
  background: #007c93;
}

.pbmPdSP__item__gift.bg3::before {
  background: #005071;
} */

@media (min-width: 996px) {
  .pbmPdSP__item__gift img {
    height: 120px;
  }
}

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

.pbmPd__item {
  text-align: center;
  color: #fff;
  padding: 70px 45px;
  margin-bottom: 30px;
}

.pbmPd__item:nth-child(1) {
  background: url("https://storage-asset.msi.com/event/2026/id/ramadan-luminary-deals/images/pbmPd-bg-1.webp") top center no-repeat ;
  background-size: cover;
  background-size: contain;
}

.pbmPd__item:nth-child(2) {
  background: url("https://storage-asset.msi.com/event/2026/id/ramadan-luminary-deals/images/pbmPd-bg-2.webp") top center no-repeat ;
  background-size: cover;
  background-size: contain;
}

.pbmPd__item:nth-child(3) {
  background: url("https://storage-asset.msi.com/event/2026/id/ramadan-luminary-deals/images/pbmPd-bg-3.webp") top center no-repeat ;
  background-size: cover;
  background-size: contain;
}

@media (min-width: 996px) {
  .pbmPd__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 20px;
    padding: 100px 20px 60px;
  }
  .pbmPd__item h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .pbmPd__item p {
    padding-bottom: 10px;
  }
  .pbmPd__item li {
    padding: 2px 0;
    font-size: 15px;
  }
}

.pbmPd__wtb {
  text-align: center;
}

.pbmPd__wtb p {
  color: #00899c;
  font-weight: bold;
  font-size: 20px;
  padding: 40px 0;
}

.pbmPd__wtb__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pbmPd__wtb__btn a {
  display: inline-block;
  margin: 0 15px;
}

.pbmPd__wtb__btn img {
  border-radius: 15px;
  -webkit-box-shadow: #ccc 0 0 20px;
          box-shadow: #ccc 0 0 20px;
  overflow: hidden;
}

.pbmPd__wtb__btn img:hover {
  -webkit-box-shadow: #13778b 0 0 25px;
          box-shadow: #13778b 0 0 25px;
}

.redeem {
}

.redeem__top {
  position: relative;
}

.redeem__top img {
  width: 100%;
  vertical-align: bottom;
}

.redeem__top::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/ID/Ramadan-Super-Sale-2025/images/redeem-top-mask.png") bottom center no-repeat;
  mask: url("https://storage-asset.msi.com/event/2025/ID/Ramadan-Super-Sale-2025/images/redeem-top-mask.png") bottom center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #02305a;
}

.redeem__inner {
  position: relative;
  background: url("https://storage-asset.msi.com/event/2025/ID/Ramadan-Super-Sale-2025/images/redeem-bg.jpg") bottom center no-repeat ;
  background-size: cover;
  color: #fff;
  padding: 20px 0 50px;
  background: linear-gradient(45deg, #3e5a55, rgb(81 114 109), rgb(147 181 166) 100%);
}

/* .redeem__inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#02305a), color-stop(rgba(19, 92, 114, 0.5)), color-stop(50%, rgba(3, 50, 91, 0)));
  background: linear-gradient(to bottom, #02305a, rgba(19, 92, 114, 0.5), rgba(3, 50, 91, 0) 50%);
} */

.redeem__inner .common__container {
  position: relative;
  z-index: 2;
}

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

.redeem__item {
  position: relative;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 996px) {
  .redeem__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 40px;
  }
}

.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) {
  .redeem__item::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    right: -45px;
    top: 8%;
  }
}

.redeem__item:last-child::after {
  display: none;
}

@media (min-width: 996px) {
  .redeem__item:last-child {
    margin-right: 0;
  }
}

.redeem__step {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
}

.redeem__icon {
  padding: 0 0 10px;
}

.redeem__icon img {
  width: 60px;
}

.redeem .note {
  padding-top: 8px;
  opacity: .8;
}

.redeem__btn {
  padding-top: 15px;
}

@media (min-width: 996px) {
  .redeem__btn {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.redeem__btn a {
  margin: 5px 0;
}

.wtb {
  background: linear-gradient(to bottom, #ffd481, rgb(255 236 194) 100%);
  padding: 40px 0;
}

@media (min-width: 996px) {
  .wtb {
    padding: 80px 0;
  }
}

.promo {
  position: relative;
  background: linear-gradient(to top, #ffd481, rgb(255 236 194) 100%);
  padding-bottom: 80px;
}

@media (min-width: 996px) {
  .promo {
    padding-bottom: 320px;
  }
}

.promo .common__container {
  position: relative;
  z-index: 2;
}

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

.promo__bottom {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  bottom: 0;
}

.promo__bottom img {
  width: 100%;
  vertical-align: bottom;
}

.promo__img {
  overflow: hidden;
  -webkit-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}

.promo__item {
  display: block;
  margin-top: 25px;
  text-align: center;
  color: #222;
}

@media (min-width: 996px) {
  .promo__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin-right: 30px;
  }
  .promo__item:last-child {
    margin-right: 0;
  }
}

.promo__item h3 {
  color: #00899c;
  font-weight: bold;
  padding: 15px 0 8px;
}

.promo__item:hover {
  color: #00899c;
}

.promo__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project {
  position: relative;
  overflow-x: hidden;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

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

.project .common-title {
  text-align: center;
  padding-bottom: 20px;
}

.project .common-title img {
  height: 40px;
}

@media (min-width: 996px) {
  .project .common-title img {
    height: 35px;
  }
}

.project .common-title-icon {
  text-align: center;
  margin-top: 25px;
}

.project .common-title-icon img.icon {
  height: 50px;
  width: auto;
  padding-bottom: 15px;
}

.project .common-title-icon img.title {
  height: 40px;
}

@media (min-width: 996px) {
  
  .project .common-title-icon {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project .common-title-icon img.icon {
    height: 55px;
    padding-bottom: 0;
  }
  .project .common-title-icon img.title {
    height: 35px;
    margin-left: 25px;
  }
}

.project .common-summary {
  text-align: center;
  padding: 15px 0 25px;
}

@media (min-width: 996px) {
  .project .common-summary {
    padding-top: 35px;
    font-size: 20px;
  }
}

.project .common-btn {
  display: inline-block;
  color: #0a4c69;
  text-transform: uppercase;
  background: url("https://storage-asset.msi.com/event/2025/ID/Ramadan-Super-Sale-2025/images/btn-bg.png") center center no-repeat ;
  background-size: cover;
  background-size: contain;
  text-align: center;
  padding: 18px 10px;
  font-size: 15px;
  width: 100%;
  max-width: 500px;
  font-weight: bold;
}

.project .common-btn:hover {
  background: url("https://storage-asset.msi.com/event/2025/ID/Ramadan-Super-Sale-2025/images/btn-bg-over.png") center center no-repeat ;
  background-size: cover;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
/*# sourceMappingURL=main.css.map */