.kv {
  position: relative;
}

/* @media (min-width: 996px) {
  .kv::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: url("https://storage-asset.msi.com/event/2025/MY/my-malaysia-fiesta/images/kv-img-top.jpg") center center no-repeat ;
    background-size: cover;
    -webkit-animation: 1s opacity infinite;
            animation: 1s opacity infinite;
  }
} */

.kv img {
  width: 100%;
  vertical-align: bottom;
}

.kv-pattern {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: 0.5s kvPatternIn ease-out forwards;
  animation: 0.5s kvPatternIn ease-out forwards;
}

@-webkit-keyframes kvPatternIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kvPatternIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* kv-pd / kv-main-pattern entrance: fade in + scale 0??, keep translate center */
@-webkit-keyframes kvPdPatternIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes kvPdPatternIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.kv-main {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
}

.kv-main-pattern {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
}

.kv-pd {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
}
@media (min-width: 996px) {
  .kv-main {
    width: 43vw;
  }

  .kv-main-pattern {
    width: 43vw;
  }

  .kv-pd {
    width: 43vw;
  }
}
@-webkit-keyframes floatY {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes floatY {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
  }
}

@-webkit-keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
}

@keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
}

.textBar {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffba39),
    color-stop(#a51701),
    to(#244071)
  );
  background: linear-gradient(to right, #cd7b00, #d9aa41, #b76f15, #e7b353);
  background: linear-gradient(to right, #d1913c 0%, #ffd194 51%, #d1913c 100%);
  color: #db4121;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 60px;
  font-weight: 500;
}

.textBar span {
  margin-right: 60px;
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 40s linear infinite;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

/* kv-main: enter 0.25s before kv-pattern ends (fade in + scale 0??) */
.kv-main {
  -webkit-animation: 0.5s kvPdPatternIn 0.25s ease-out both;
  animation: 0.5s kvPdPatternIn 0.25s ease-out both;
}

/* kv-main-pattern: enter 0.25s before kv-pattern ends (0.5s), then shake */
.kv-main-pattern1 {
  -webkit-animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2s floatY infinite ease-in-out reverse;
  animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2s floatY infinite ease-in-out reverse;
  -webkit-animation-delay: 0.25s, 0.75s;
  animation-delay: 0.25s, 0.75s;
}
.kv-main-pattern2 {
  -webkit-animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.4s floatY infinite ease-in-out;
  animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.4s floatY infinite ease-in-out;
  -webkit-animation-delay: 0.25s, 0.95s;
  animation-delay: 0.25s, 0.95s;
}
.kv-main-pattern3 {
  -webkit-animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.2s floatY infinite ease-in-out reverse;
  animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.2s floatY infinite ease-in-out reverse;
  -webkit-animation-delay: 0.25s, 1.05s;
  animation-delay: 0.25s, 1.05s;
}
.kv-main-pattern4 {
  -webkit-animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.6s floatY infinite ease-in-out;
  animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.6s floatY infinite ease-in-out;
  -webkit-animation-delay: 0.25s, 1s;
  animation-delay: 0.25s, 1s;
}

/* kv-pd: enter 0.25s before kv-pattern ends, then shake */
.kv-pd1 {
  -webkit-animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2s floatY infinite ease-in-out;
  animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2s floatY infinite ease-in-out;
  -webkit-animation-delay: 0.25s, 0.85s;
  animation-delay: 0.25s, 0.85s;
}
.kv-pd2 {
  -webkit-animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.3s floatY infinite ease-in-out reverse;
  animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.3s floatY infinite ease-in-out reverse;
  -webkit-animation-delay: 0.25s, 1s;
  animation-delay: 0.25s, 1s;
}
.kv-pd3 {
  -webkit-animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.5s floatY infinite ease-in-out;
  animation:
    0.5s kvPdPatternIn 0.25s ease-out both,
    2.5s floatY infinite ease-in-out;
  -webkit-animation-delay: 0.25s, 1.1s;
  animation-delay: 0.25s, 1.1s;
}

.textBar span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.mainBody {
  position: relative;
  padding-top: 45px;
}

.buyNow .tab__flexBoxInside {
  background: url("https://storage-asset.msi.com/event/2025/MY/2025-year-end-sales/images/bg.jpg")
    bottom center no-repeat no-repeat;
  background-size: cover;
  border-radius: 0 30px 0 30px;
}

.buyNow .tab__flexBoxInside-pic::after {
  display: none !important;
}

.buyNow .tab__flexBox {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.buyNow .tab__flexBox-icon {
  display: none;
}

.buyNow .tab__flexBox.select {
  -webkit-filter: drop-shadow(0 8px 1px #266def);
  filter: drop-shadow(0 8px 1px #266def);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* Hide bgPattern when non-first tab is selected (JS sets display:none and aria-hidden) */
#buynowBgPattern[aria-hidden="true"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none;
}

.buyNow .tab__label {
  background: #ebad5f;
  color: #ffffff;
}

.buyNow .tab__label p {
  font-size: 14px;
}

@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: 18px;
  }
}

.buyNow .selectarea__filter-item {
  box-shadow: none;
  background: #ffa487;
  cursor: pointer;
  /* -webkit-filter: grayscale(50%);
  filter: grayscale(50%); */
  color: #ffdcd1;
}

.buyNow .selectarea__filter-item--active,
.buyNow .selectarea__filter-item.active {
  background: #fe7347;
  box-shadow:
    0 0 0 2px #fff,
    0 2px 8px rgba(232, 90, 42, 0.5);
  font-weight: bold;
  color: #fff;
}

.buyNow .selectarea__filter-item--active:hover,
.buyNow .selectarea__filter-item.active:hover {
  background: #ffa487;
  box-shadow:
    0 0 0 2px #fff,
    0 2px 10px rgba(232, 90, 42, 0.6);
  color: #fff;
}

.buyNow .hatch__slider .hatch__box {
  padding: 30px 25px;
  position: relative;
  border: none;
}

.buyNow .hatch__slider .hatch__box::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #f5faf7;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
  box-shadow: #c8cec8 3px 3px 5px inset;
}

.buyNow .hatch__slider .hatch__box::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #f5faf7;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
  box-shadow: #c8cec8 3px 3px 5px inset;
}

.buyNow .sec3__title {
  color: #000;
  padding: 5px 0 30px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

/* Transition height when tab content changes */
.buyNow .sec3__buynowarea {
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.buyNow .tab__flexBoxInside-pic {
  width: 100%;
}

.popupBox {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.popupBox__area {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
  background: #111;
  color: #fff;
  padding: 25px;
}

@media (min-width: 996px) {
  .popupBox__area {
    padding: 50px;
  }
}

.popupBox__area-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 100%;
}

.popupBox__area-close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.popupBox__area-close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: -55px;
  left: calc(100% + 5px);
  width: 25px;
  height: 25px;
  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;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

@media (min-width: 996px) {
  .popupBox__area-close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.popupBox__area-title {
  text-align: center;
  font-size: var(--title-lg);
  font-weight: bold;
  padding-bottom: 20px;
}

.popupBox__content {
  height: 80vh;
  overflow-y: auto;
}

.popupBox__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popupBox__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popupBox__content::-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;
}

.tcBox {
  font-size: 17px;
  line-height: 1.8;
}

.tcBox ul {
  margin-left: 20px;
}
.tcBox ul.terms__numLi li {
  list-style-type: decimal;
}
.tcBox ul li {
  list-style: disc;
  padding: 5px 0;
}

.tcBox ol {
  margin-left: 25px;
}

.tcBox ol li {
  list-style: lower-roman;
}

.tcBox h4 {
  padding: 15px 0;
}

.tcBox table {
  width: 100%;
  border-collapse: collapse;
}
.tcBox table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 60%;
}
.tcBox table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 20%;
}
.tcBox table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 20%;
}
.tcBox table th {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#8ca6d1),
    to(#4292e9)
  );
  background: linear-gradient(to left, #ebad5f, #cf8220);
  padding: 15px;
  text-align: center;
  color: #fff;
  border-right: #fff 1px solid;
}

.tcBox table td {
  border: #8ca6d1 1px solid;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
  font-family: var(--MSIBodyFont);
}

.tcBox .title {
  margin: 20px 0 10px;
  position: relative;
}

.tcBox .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#8ca6d1),
    to(#4292e9)
  );
  background: linear-gradient(to left, #8ca6d1, #4292e9);
}

.tcBox .title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 5px;
}

.popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.popup__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
  background: #fff;
  color: #222;
  -webkit-box-shadow: #ccc 0 0 30px;
  box-shadow: #ccc 0 0 30px;
}

.popup-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 100%;
}

.popup-close:hover::before {
  background: #ebad5f;
}

.popup-close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  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;
  background: #db8e2c;
  cursor: pointer;
}

@media (min-width: 996px) {
  .popup-close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.popup__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ebad5f;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  text-shadow: #111 1px 1px 3px;
}

@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}

.popup__content {
  height: 80vh;
  overflow-y: auto;
  padding: 25px;
}

.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popup__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup__content::-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;
}

@media (min-width: 996px) {
  .popup__content {
    padding: 50px;
  }
}

.terms {
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
}

.terms-title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
  margin-top: 25px;
}

.terms ul {
  margin-left: 20px;
}

.terms ul li {
  list-style: disc;
  padding: 5px 0;
}

.terms ol {
  margin-left: 25px;
}

.terms ol li {
  list-style: lower-roman;
}

.terms h4 {
  padding: 15px 0;
}

.terms a {
  color: #dc341a;
  text-decoration: underline;
}

.terms a:hover {
  text-decoration: none;
}

.terms table {
  display: table;
  margin-top: 10px;
  width: 100%;
}

.terms table th {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#dc7d6e),
    color-stop(#e6ac75),
    to(#ea5a5a)
  );
  background: linear-gradient(to right, #dc7d6e, #e6ac75, #ea5a5a);
  padding: 10px;
  color: #fff;
}

.terms table td {
  border: #ccc 1px solid;
  padding: 10px;
}

.dealer {
  padding: 50px;
}

.wtb {
  padding: 45px 0 0;
}

.wtb__box {
  color: #222;
}

.wtb__box .toggleBox {
  display: none;
}

.wtb__box-MainTitle {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1030),
    color-stop(#266def),
    to(#200964)
  );
  background: linear-gradient(to right, #1a1030, #4a505c, #200964);
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.wtb__box-subtitle {
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1030),
    color-stop(#266def),
    to(#200964)
  );
  background: linear-gradient(to right, #1a1030, #266def, #200964);
  padding: 1px;
  margin-top: 3px;
}

.wtb__box-subtitle p {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  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;
}

.wtb__box-info {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border: #2513ca 1px solid;
  border-radius: 10px;
  padding: 15px;
  margin-top: 3px;
  cursor: pointer;
}

.wtb__box-info:hover {
  background: white;
}

.wtb__box-info::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "msi-icons" !important;
  content: "\ea11";
}

.wtb__box-title {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#598bdb),
    color-stop(#47468f),
    to(#200964)
  );
  background: linear-gradient(to right, #598bdb, #47468f, #200964);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-weight: bold;
  color: #fff;
}

.wtb__box-title li {
  padding: 10px;
  border-left: #eee 1px solid;
}

.wtb__box-title li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  border: none;
}

.wtb__box-title li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.wtb__box-title li:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.wtb__box-content {
  border: #eee 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wtb__box-content li {
  position: relative;
  padding: 10px;
  border-left: #eee 1px solid;
}

.wtb__box-content li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  border: none;
}

.wtb__box-content li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.wtb__box-content li:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 40px;
}

.wtb__box-content li:nth-child(3) .fa-map-marker {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wtb__table {
  margin-bottom: 15px;
}

@media (min-width: 996px) {
  .wtb__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 15px;
  }
  .wtb__table .wtb__box-subtitle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px;
  }
}

.fa-map-marker {
  display: inline-block;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/MY/my-malaysia-fiesta/images/location.svg")
    center center no-repeat;
  mask: url("https://storage-asset.msi.com/event/2025/MY/my-malaysia-fiesta/images/location.svg")
    center center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1030),
    color-stop(#266def),
    to(#200964)
  );
  background: linear-gradient(to right, #1a1030, #266def, #200964);
  width: 30px;
  height: 30px;
}

.fa-map-marker:hover {
  background: #e4740b;
}

.project {
  position: relative;
  color: #fff;
  padding-bottom: 60px;
  background-color: #e8e4df;
  background-image: url("https://storage-asset.msi.com/event/2026/my/run-with-prosperity/images/contBg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project h1 {
  position: absolute;
  top: -10px;
  font-size: 0;
}

.project * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.project .common-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
}

.project .common-container .common__box__inner,
.project .common-container .common__titleBox,
.project .common-container .mainarea {
  position: relative;
  z-index: 1;
}

.project .common-container-topsp {
  margin-top: 45px;
}

@media (min-width: 996px) {
  .project .common-container-topsp {
    margin-top: 60px;
  }
}

.project .common__box {
  position: relative;
  z-index: 2;
  padding: 20px;
  margin: 25px auto;
}

/* bgPattern: around common__box padding, behind content */
.project .common__box .bgPattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.project .common__box .bgPattern > div {
  position: absolute;
  z-index: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.project .common__box .bgPattern img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Pattern items spread around common__box (left/right/top/bottom/corners) */
.project .common__box .bgPattern-1 {
  top: 0;
  left: -10%;
  width: 12%;
}

.project .common__box .bgPattern-2 {
  top: 38%;
  right: -10%;
  left: auto;
  width: 11%;
}

.project .common__box .bgPattern-3 {
  bottom: 0;
  left: -10%;
  width: 13%;
}

.project .common__box .bgPattern-4 {
  bottom: 0;
  right: -10%;
  left: auto;
  width: 12%;
}

.project .common__box .bgPattern-5 {
  top: 12%;
  right: -9%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 10%;
}

.project .common__box .bgPattern-6 {
  bottom: 28%;
  right: -8%;
  left: auto;
  -webkit-transform: translateX(50%) scale(0);
  transform: translateX(50%) scale(0);
  width: 9%;
}

.project .common__box .bgPattern-7 {
  top: 18%;
  left: -12%;
  width: 10%;
}

.project .common__box .bgPattern-8 {
  top: 29%;
  left: -6%;
  width: 11%;
}

.project .common__box .bgPattern-9 {
  bottom: 22%;
  left: -8%;
  width: 9%;
}

.project .common__box .bgPattern-10 {
  top: 22%;
  right: -12%;
  left: auto;
  width: 10%;
}

.project .common__box .bgPattern-11 {
  top: 55%;
  left: -10%;
  width: 9%;
}

.project .common__box .bgPattern-12 {
  bottom: 18%;
  right: -8%;
  left: auto;
  -webkit-transform: translateX(50%) scale(0);
  transform: translateX(50%) scale(0);
  width: 8%;
}

/* kv-pattern-bg fill emptier areas */
.project .common__box .bgPattern-13 {
  top: 91%;
  left: -10%;
  width: 27%;
}

.project .common__box .bgPattern-14 {
  top: 8%;
  right: -10%;
  left: auto;
  width: 19%;
}

.project .common__box .bgPattern-15 {
  top: 50%;
  left: 103%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20%;
}

.project .common__box .bgPattern-16 {
  bottom: 35%;
  left: -8%;
  width: 23%;
}

.project .common__box__inner {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
}

.project .common__titleBox {
  text-align: center;
}

.project .common__titleBox img {
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .common__titleBox img {
    width: 70%;
  }
}

.project .common-title {
  position: relative;
  font-size: 24px;
  text-align: center;
}

/* .project .common-title::after {
  content: attr(data-text);
  position: absolute;
  inset: -2px 2px;
  text-align: center;
  z-index: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1030),
    color-stop(#266def),
    to(#200964)
  );
  background: linear-gradient(to right, #1a1030, #266def, #200964);
  color: transparent;
  background-clip: text;
  /* text-shadow: #1a1a7d 2px 2px 30px; 
} */

.project .common-title span {
  position: relative;
  z-index: 2;
  display: block;
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1030),
    color-stop(#266def),
    to(#200964)
  );
  background: linear-gradient(to right, #1a1030, #445a8b, #200964);
  background-clip: text; */
  color: #ebad5f;
}

@media (min-width: 996px) {
  .project .common-title {
    font-size: 40px;
  }
}

.project .common__btnwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 25px;
}

@media (min-width: 996px) {
  .project .common__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.project .common-btn {
  position: relative;
  outline: none;
  font-size: 16px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1030),
    color-stop(#266def),
    to(#200964)
  );
  background: linear-gradient(189deg, #70a178, #339b93, #0095a9);
  background: linear-gradient(to right, #3f90f4 0%, #0099f3 51%, #4191f1 100%);

  margin: 5px 10px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border-radius: 5px;
  cursor: pointer;
}

.project .common-btn::before {
  /* content: "";
  position: absolute;
  z-index: 0;
  inset: 1px; */
}

.project .common-btn span {
  position: relative;
  z-index: 3;
  display: block;
  padding: 15px 45px;
  overflow: hidden;

  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .project .common-btn span {
    letter-spacing: 1px;
  }
}

.project .common-btn:hover {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: #999 2px 2px 10px;
  box-shadow: #999 2px 2px 10px;
  -webkit-transform: scale(1.003) translate(0, 1px);
  transform: scale(1.003) translate(0, 1px);
  background: linear-gradient(189deg, #7f7f7f, #ffffff, #afafaf);
}

.project .common-btn:hover span {
  color: #000;
}

.project .common-btn:hover::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a1030),
    color-stop(#266def),
    to(#200964)
  );
  background: linear-gradient(to right, #1a329a, #266def, #193198);
}

@-webkit-keyframes btnsty {
  0% {
    width: 0%;
    height: 100%;
  }
  100% {
    width: 200%;
    height: 200%;
  }
}

@keyframes btnsty {
  0% {
    width: 0%;
    height: 100%;
  }
  100% {
    width: 200%;
    height: 200%;
  }
}
/*# sourceMappingURL=main.css.map */
