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

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

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

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

h1 {
  display: none;
}

.main-title {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  padding: 0 25px;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 36px;
  }
}

.containerBox {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.btnSty {
  margin: 10px 0;
  text-align: center;
}
.btnSty a {
  background: #4cb6f4;
  padding: 10px 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #4cb6f4;
  -webkit-box-shadow: 5px 5px 0px #0253b7;
          box-shadow: 5px 5px 0px #0253b7;
}
.btnSty a:hover {
  background: #fff;
  color: #4cb6f4;
  border: 1px solid #4cb6f4;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv img {
  width: 100%;
}
.project .kv__logo {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 10%;
}
.project .kv__title, .project .kv__pd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .kv__title img, .project .kv__pd img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .bgWrapper {
  background: url(https://storage-asset.msi.com/event/2026/my/best-gaming-prebuilt-pcs-powered-by-msi/images/bg.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: repeat;
}
@media (min-width: 996px) {
  .project .bgWrapper {
    background-repeat: no-repeat;
  }
}
.project .bgWrapper02 {
  background: url(https://storage-asset.msi.com/event/2026/my/best-gaming-prebuilt-pcs-powered-by-msi/images/bg02.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.project .des {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 996px) {
  .project .des {
    padding: 50px 0;
    margin-top: 0;
  }
}
.project .des__wrapper-content {
  padding: 20px;
  text-align: center;
  background: url(https://storage-asset.msi.com/event/2026/my/best-gaming-prebuilt-pcs-powered-by-msi/images/des-bg.png) no-repeat center center/cover;
  border-radius: 20px;
}
.project .des__wrapper-content .imgBox {
  position: absolute;
  top: -4%;
  left: -3%;
  width: 20%;
}
@media (min-width: 996px) {
  .project .des__wrapper-content .imgBox {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -4%;
    width: 22%;
  }
}
.project .des__wrapper-content .txtBox {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .project .des__wrapper-content .txtBox {
    display: inline-block;
    width: 60%;
    margin-left: 50px;
  }
}
@media (min-width: 996px) {
  .project .des__wrapper-content .txtBox {
    font-size: 20px;
    width: 90%;
    margin-left: 100px;
  }
}
@media (min-width: 996px) {
  .project .des__wrapper-content .txtBox span {
    display: block;
  }
}
.project .des__wrapper-content .txtBox b {
  color: #592edb;
  font-size: 18px;
}
@media (min-width: 996px) {
  .project .des__wrapper-content .txtBox b {
    font-size: 24px;
  }
}
.project .package {
  padding: 20px 0 50px;
}
@media (min-width: 996px) {
  .project .package {
    padding: 50px 0 80px;
  }
}
.project .package .containerBox {
  max-width: 1100px;
}
.project .package__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (min-width: 996px) {
  .project .package__wrapper {
    gap: 20px;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
}
.project .package__wrapper figure {
  width: 40%;
  margin: 0 auto 10px;
}
@media (min-width: 996px) {
  .project .package__wrapper figure {
    width: 20%;
  }
}
.project .pwp {
  position: relative;
}
.project .pwp__title {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
}
@media (min-width: 996px) {
  .project .pwp__title {
    width: 13%;
  }
}
.project .pwp__gap img {
  width: 100%;
}
.project .pd {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdbdc));
  background: linear-gradient(to bottom, #fff, #dcdbdc);
}
.project .pd__wrapper-item {
  display: inline-block;
  margin-bottom: 50px;
  border-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 996px) {
  .project .pd__wrapper-item {
    margin-bottom: 100px;
  }
}
.project .pd__wrapper-item:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.project .pd__wrapper-item .topBlock {
  position: relative;
  background: #ff0000;
}
.project .pd__wrapper-item .topBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1%;
  width: 1%;
  height: 100%;
  background: #ff0000;
}
.project .pd__wrapper-item .topBlock::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1%;
  width: 1%;
  height: 100%;
  background: #ff0000;
}
.project .pd__wrapper-item .topBlock__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -6%;
  width: 15%;
}
@media (min-width: 996px) {
  .project .pd__wrapper-item .topBlock__icon {
    left: -8%;
  }
}
.project .pd__wrapper-item .topBlock h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 40px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .pd__wrapper-item .topBlock h4 {
    font-size: 18px;
    padding: 10px;
  }
}
@media (min-width: 996px) {
  .project .pd__wrapper-item .topBlock h4 span {
    display: block;
  }
}
.project .pd__wrapper-item .topBlock h4 span:last-child {
  font-size: 18px;
}
@media (min-width: 996px) {
  .project .pd__wrapper-item .topBlock h4 span:last-child {
    font-size: 20px;
  }
}
.project .pd__wrapper-item .topBlock h4 b {
  color: #ede804;
}
.project .pd__wrapper-item .bottomBlock {
  padding: 10px;
}
@media (min-width: 996px) {
  .project .pd__wrapper-item .bottomBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    padding: 20px 50px 20px 30px;
  }
}
.project .pd__wrapper-item .bottomBlock__pd {
  width: 80%;
  margin: 20px auto 30px;
}
@media (min-width: 996px) {
  .project .pd__wrapper-item .bottomBlock__pd {
    width: 60%;
    margin: 0;
  }
}
.project .pd__wrapper-item .bottomBlock__txt h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .project .pd__wrapper-item .bottomBlock__txt h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.project .pd__wrapper-item .bottomBlock__txt ul li {
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 996px) {
  .project .pd__wrapper-item .bottomBlock__txt ul li {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */