.DD2 .eligible__title::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 15px;
    background: #f7a100;
    margin-right: 5px;
}


.DD2 .eligible {
    background: url("https://storage-asset.msi.com/event/2025/CND/cust-wuchang-fallen-feathers/images/bg1.jpg") top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.DD2 .eligible::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.9) 100%);
    /* z-index: 0; */
}

.DD2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(16, 22, 22, 0.8), rgba(0, 0, 0, 0.3));
    backdrop-filter: blur(5px);
}

.infoBox {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;

}

@media (min-width: 996px) {
    .infoBox {
        height: 100vh;
    }
}

.infoBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.infoBox__positionImg {
    display: none;
}

@media (min-width: 996px) {
    .infoBox__positionImg {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        opacity: 0.8;
    }
}

.infoBox__position {
    padding-top: 50px;
}

@media (min-width: 996px) {
    .infoBox__position {
        padding-top: 0;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 3;
        width: 100%;
        text-align: center;
        overflow: hidden;
        transform: translateY(-50%);
    }
}

.infoBox__position-title {
    font-size: 3vw;
    font-family: var(--font), var(--MSIBodyFont);
}

.infoBox .centerBox {
    padding: 25px;
}

@media (min-width: 996px) {
    .infoBox .centerBox {
        position: absolute;
        inset: 0;
        padding: 0;
    }
}

.infoBox__figure {
    position: relative;
    margin: 0 auto 0;
    width: 80%;
    margin: 0 auto;
    max-width: auto;
    overflow: hidden;
}

@media (min-width: 996px) {
    .infoBox__figure {
        width: 50%;
    }
}

.infoBox__figure-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.infoBox__figure-mask {
    background: #0d0d0d;
    height: 100%;
    -webkit-mask: url("https://storage-asset.msi.com/event/2025/CND/monster-hunter-wilds-game-bundle/images/mnt-mask.png") top center no-repeat;
    mask: url("https://storage-asset.msi.com/event/2025/CND/monster-hunter-wilds-game-bundle/images/mnt-mask.png") top center no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (min-width: 996px) {
    .infoBox__figureBox {
        height: 45vh;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}

.infoBox__flex {
    display: flex;
    flex-direction: column;
}



@media (min-width: 996px) {
    .infoBox__flex {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        max-width: 1280px;
        margin: 2% auto 0;
    }

    .infoBox__flex.btnsBox .btn {
        width: calc(100% / 4 - 40px);
    }

}

.infoBox__text {
    position: relative;
    background: linear-gradient(to right, rgba(29, 22, 11, 0.1) 0%, rgba(29, 22, 11, 0.2) 2%, rgb(29, 22, 11) 50%, rgba(29, 22, 11, 0.2) 97%, rgba(29, 22, 11, 0.1));
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    padding: 15px 30px;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s;
}

@media (min-width: 996px) {
    .infoBox__text {
        min-width: 260px;
        padding: 15px 30px;
        margin: 10px 20px;
    }
}

.infoBox__text--active {
    filter: drop-shadow(0 0 10px rgba(240, 255, 0, 0.75)) brightness(1.6);
}

.infoBox__text::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url("https://storage-asset.msi.com/event/2025/CND/monster-hunter-wilds-game-bundle/images/dot.png") center center no-repeat;
    background-size: cover;
}

.infoBox__text::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url("https://storage-asset.msi.com/event/2025/CND/monster-hunter-wilds-game-bundle/images/dot.png") center center no-repeat;
    background-size: cover;
}

.infoBox .infoText {
    margin: 0 auto;
}

.infoBox .infoText__item {
    display: none;
    justify-content: center;
    align-items: flex-start;
    transition: 0.5s;
    opacity: 0;
}

.infoBox .infoText__item--active {
    display: block;
    opacity: 1;
}

@media (min-width: 996px) {
    .infoBox .infoText__item--active {
        display: flex;
    }
}

.infoBox .infoText__item .wordBox {
    margin: 20px;
}

@media (min-width: 996px) {
    .infoBox .infoText__item .wordBox {
        width: 200px;
    }
}

.infoBox .infoText__item .wordBox h4 {
    margin-bottom: 5px;
}

.infoBox .infoText__item .wordBox p {
    color: #e5dfdf;
    font-size: 16px;
}

.infoBox .infoText__item .wordBox p.note {
    font-size: 14px;
    opacity: 0.8;
    transition: 0.5s;
    display: flex;
}

.warranty {
    text-align: center;
    padding: 25px 0 50px;
    position: relative;
}

.warranty:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #101616, rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(5px);
    border-radius: 15px;
}



.warranty figure {
    width: 50%;
    margin: 0 auto 0 32%;
    max-width: auto;
}

.warranty h2 {
    font-family: var(--font), var(--MSIBodyFont);
    padding-bottom: 20px;
}

.warranty p {
    padding-bottom: 20px;
}

.warranty__flex {
    position: relative;
    padding: 4% 3% 3%;

}



.warranty__flex-txt,
.warranty__flex figure {
    position: relative;

}

@media (min-width: 996px) {

    .warranty__flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .warranty__flex figure {
        order: 2;
        flex: 0 0 35%;
        margin: -8% 0 0 0;
        /* text-align: right; */
    }

    .warranty__flex-txt {
        flex: 0 0 50%;
    }
}

.btnsBox .btn a {
    cursor: pointer;
}

.btnsBox .btn.active a {
    letter-spacing: 1px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition-delay: 0.01s;
}

.btnsBox .btn.active a::before {

    transform: skewX(45deg) translateX(200%);
}


.btnsBox .btn.active::before,
.btnsBox .btn.active::after {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    transition-delay: 0.2s;
}

.btnsBox .btn.active::before {
    bottom: 0;
}

.btnsBox .btn.active::after {
    top: 0;
}
