.feature__nav {
  position: relative;
  align-items: stretch;
  margin: 0;
}

.feature__nav li {
  -webkit-filter: grayscale(1);
  border: #222 2px solid;
  cursor: pointer;
  transition: 1s all ease-in-out;
  padding: 15px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 996px) {
  .feature__nav li {
    font-weight: 600;
  }
}
.feature__nav li:nth-child(1) {
  background: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/2023/images/tab1.webp")
    center center no-repeat;
  background-size: cover;
  background-size: 100%;
}

.feature__nav li:nth-child(2) {
  background: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/2023/images/tab2.webp")
    center center no-repeat;
  background-size: cover;
  background-size: 100%;
}

.feature__nav li:nth-child(3) {
  background: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/2023/images/tab3.webp")
    center center no-repeat;
  background-size: cover;
  background-size: 100%;
}

.feature__nav li:nth-child(4) {
  background: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/2023/images/tab4.webp")
    center center no-repeat;
  background-size: cover;
  background-size: 100%;
}

.feature__nav li.active {
  -webkit-filter: grayscale(0);
}

.feature__nav li:hover {
  -webkit-filter: grayscale(0.6);
  background-size: 120%;
}

.feature__subnav {
  position: relative;
  align-items: stretch;
  background: #111;
  justify-content: center;
  /* padding: 50px 0 0; */
}

.feature__subnav ul {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}

.feature__subnav li {
  cursor: pointer;
  text-align: center;
  padding: 15px;
  color: #fff;
}

.feature__subnav li:hover {
  color: #ec41f1;
}

.feature__subnav .slick-slide {
  position: relative;
}

.feature__subnav .slick-current li {
  color: #ec41f1;
}

.feature__subnav .slick-current::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgba(236, 65, 241, 0.6) 45%,
    rgba(236, 65, 241, 0.6) 55%,
    rgba(255, 51, 51, 0) 100%
  );
}

.feature__content {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  text-align: center;
  position: relative;
}

.feature__btn {
  color: #fff;
  z-index: 9999;
}

.feature__btn-next {
  right: -30px;
}

.feature__btn-next::after {
  font-size: calc(var(--swiper-navigation-size) * 50%);
}

.feature__btn-prev {
  left: -30px;
}

.feature__btn-prev::after {
  font-size: calc(var(--swiper-navigation-size) * 50%);
}

@media (min-width: 996px) {
  .feature__btn {
    display: none;
  }
}

.feature__title {
  font-size: var(--title-xl);
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 15px;
}

.feature p {
  line-height: 1.4;
}

.feature__box {
  display: none;
}

.feature__box.active {
  display: block;
}

.feature__item a {
  color: #fff;
  text-decoration: none;
  border: #fff 1px solid;
  display: inline-block;
  padding: 5px 25px;
  margin-top: 15px;
}

.feature__item a:hover {
  background: #333;
}

@media (min-width: 996px) {
  .feature__nav {
    display: flex;
  }

  .feature__nav li {
    flex: 1;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    text-shadow: #222 1px 0px 2px;
    text-align: center;
    line-height: 1.2;
    padding: 25px;
  }

  .feature__nav li.active {
    border-color: rgba(236, 65, 241, 0.6);
  }

  .feature__subnav {
    display: flex;
  }

  .feature__title span {
    display: block;
  }

  .feature__item a {
    padding: 10px 25px;
    margin-top: 25px;
  }
}

.slick-arrow {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  font-size: 0;
  transform: translateY(-50%);
}

.slick-prev {
  left: 15px;
}

.slick-prev::before {
  content: "";
  font-family: "msi-icons" !important;
  font-size: 18px;
}

.slick-next {
  right: -82vw;
}

.slick-next::before {
  content: "";
  font-family: "msi-icons" !important;
  font-size: 18px;
}

.nv {
  padding: 45px 25px;
}

.nv__badge {
  margin: 15px auto;
}

.nv__badge img {
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .nv__badge {
    text-align: right;
  }

  .nv__text {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
  }

  .nv__img {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    max-width: auto;
  }
}

.tab2__box {
  padding: 45px 25px;
}
.tab2__box p {
  color: #fff;
}
@media (min-width: 996px) {
  .tab2__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .tab2__img {
    flex: 0 0 50%;
    margin-right: 35px;
  }
}

.lighttbox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 50;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
}

.lighttbox .ltwp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.lighttbox .ltbox {
  background: #111;
  width: 90%;
  max-width: 1000px;
  margin: 3% auto;
  padding: 40px;
  border: #222 3px solid;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  display: none;
  text-align: center;
}

.lighttbox .ltbox h2 {
  text-align: center;
}

.lighttbox .TCbody {
  text-align: left;
}

.lighttbox .btclose {
  text-align: center;
  color: #fff;
  background-color: #3a3a3a;
  margin: 10px auto;
  padding: 10px 35px;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}

.lighttbox .btclose:hover {
  background-color: #c92c2c;
}

.lighttbox .btclose button {
  color: #fff;
}

.is-visible {
  display: block;
}
