/* BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER*/
.banner{
    position: relative;
    top: 70px;
    background-color: #F95454;
}
.banner .bannerContent .text{
    font-family: 'PublicSans';
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 20px;
    color: #ffffff;
}
.banner .bannerContent .text .icon{
    rotate: -15deg;
}
.banner .bannerContent .text p{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.banner .bannerContent .text .title{
    text-transform: uppercase;
    font-weight: 700;
}

/* TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO */
.introTitle{
    margin-top: 100px;
    font-family: 'Roboto', 'UncutSans', 'PublicSans';
    font-size: 1rem;
    padding: 0 5%;
}
/* NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC*/
.container1{
    padding: 50px 0 40px 0;
    background: no-repeat url(../image/backgroundd.jpg);
    background-position: 50% 65%;
    background-size: 100%;
}

.container1 .container1_1 .newPc .title{
    color: rgb(0, 0, 0);
    font-family: 'RockBilly';
    font-size: 1.5rem;
    letter-spacing: -1px;
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 8px;
    text-shadow: .25px .25px 0 #e74747,
    .5px .5px 0 #e74747,
    .75px .75px 0 #e74747,
    1px 1px 0 #e74747,
    1.25px 1.25px 0 #e74747,
    1.5px 1.5px 0 #e74747,
    1.75px 1.75px 0 #e74747,
    2px 2px 0 #e74747,
    2.25px 2.25px 0 #e74747,
    2.5px 2.5px 0 #e74747,
    2.75px 2.75px 0 #e74747,
    3px 3px 0 #e74747,
    3.25px 3.25px 0 #e74747,
    3.5px 3.5px 0 #e74747,
    3.75px 3.75px 0 #e74747,
    4px 4px 0 #e74747,
    4.25px 4.25px 0 #e74747,
    4.5px 4.5px 0 #e74747;
}

.container1 .container1_1 .newPc{
    padding: 0;
    margin: 50px 20% 0 20%;
    background-color: transparent;  
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    overflow: hidden;
}
.container1 .container1_1 .newPc:hover{
    cursor: grab;
}
.container1 .container1_1 .newPc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 16px;
    pointer-events: none;
    transition: all 0.3s linear;
}


.container1 .container1_1 .newPc .pcImage{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
.container1 .container1_1 .newPc .pcImage img{
    height: 575px;
    padding: 5% 0;
    padding-top: 35px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.container1 .container1_1 .newPc .pcImage .textImage{
    position: absolute;
    z-index: 0;
    font-family:'Taruno';
    font-weight: bolder;
    font-size: 3rem;
    padding-top: 20px;
    transform:scaleY(1.5);
    text-transform: uppercase;
}
.container1 .container1_1 .newPc .pcImage .textImage h3{
    background: -webkit-linear-gradient(330deg, rgba(255,118,206,1) 0%, rgba(122,28,172,1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container2 .container2_1 .pc .pcImage .ribbon{
    position: absolute;
    bottom: 25px;
    right: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C7253E;
    color: white;
    padding: 5px 35px;
    font-weight: bold;
    font-family: 'UncutSans';
    text-transform: uppercase;
    transform: rotate(-40deg);
    transform-origin: center;
    font-size: 14px;
    white-space: nowrap;
    z-index: 100;
}
.container1 .container1_1 .newPc .left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 15px;
}
.container1 .container1_1 .newPc .spec{
    width: 100%;
    padding: 7px 0;
    margin-top: 0px;
    height: fit-content;
}
.container1 .container1_1 .newPc .spec .list{
    margin: 0 10px;
    margin-bottom: 15px;
    color: black;
    font-size: 1.05rem;
}
.container1 .container1_1 .newPc .spec p{
    margin-top: 40px;
    padding: 0 7% 10px 7%;
    font-family: 'UncutSans';
    color: #FF9D3D;
    font-size: 2.2rem;
}
.container1 .container1_1 .newPc .spec .list li{
    font-family: 'PublicSans';
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.container1 .container1_1 .newPc .spec .list li img{
    margin-right: 10px;
}
.container1 .container1_1 .newPc .spec .moreLink{
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin: 0px 7px;
    margin-top: 30px;
    color: #112D4E;
    background-color: #d6e6f2;
    border-radius: 9px;
    font-size: 1.2rem;
    font-weight: 475;
    font-family: 'UncutSans',Arial, Helvetica, sans-serif;
}
.container1 .container1_1 .newPc .spec .moreLink:hover{
    box-shadow: 0 0 0 0;
}
.container1 .container1_1 .newPc .spec .moreLink:active{
    color: #ffffff;
}
/* BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE*/
.container2{
    border-top: 2px solid black;
    background-color: #d6e6f2;
    padding: 40px 0;
}
.container2 .bestSaleTitle{
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
}
.container2 .bestSaleTitle h2{
    display: flex;
    letter-spacing: -1px;
    align-items: center;
    font-family: 'Montserrat','PublicSans';
    position: relative;
    text-transform: uppercase;
    gap: 3px;
}
.container2 .bestSaleTitle h2::before{
    content: "";
    width: 105%;
    height: 0.25rem;
    background-color: #10375C;
    position: absolute;
    bottom: -3px;
    left: -2.5%;
    border-radius: 10px;
}
.container2 .container2_0 .slide{
    display: flex;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}
.container2 .container2_0 .slide::-webkit-scrollbar {
    height: 5px;
}
.container2 .container2_0 .slide::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 10px;
}
.container2 .container2_0 .pc{
    padding: 0;
    margin: 20px;
    background-color: #E5D9F2;  
    border-radius: 16px;
    
}
.container2 .container2_0 .pc:hover{
    cursor: grab;
}
.container2 .container2_0 .pc::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 16px;
    pointer-events: none;
    transition: all 0.3s linear;
}
.container2 .container2_0 .pc .pcImage{
    width: 100%;
    display: flex;
    justify-content: center;
    background: -moz-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
    background: -webkit-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
    background: linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
    background-size: 800% 800%;
    animation: gradient 8s cubic-bezier(0.72, -0.03, 0.21, 1) infinite;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.container2 .container2_0 .pc .pcImage img{
    height: 350px;
    padding: 5% 0;
    transition: all 0.3s ease-in-out;
}
.container2 .container2_0 .pc .title{
    color: #112D4E;
    font-family: 'PublicSans';
    font-weight: 100;
    font-size: 1.6rem;
    letter-spacing: -1px;
    width: fit-content;
    padding: 5px 10px;
    text-transform: uppercase;
}
.container2 .container2_0 .pc .spec{
    width: 100%;
    padding: 7px 0;
    height: fit-content;
}
.container2 .container2_0 .pc .spec .list{
    margin: 0 10px;
    margin-bottom: 15px;
    color: black;
    font-size: 1.2rem;
}
.container2 .container2_0 .pc .spec p{
    padding: 0 7% 15px 7%;
    font-family: 'UncutSans';
    color: #FF9D3D;
    font-size: 2rem;
}
.container2 .container2_0 .pc .spec .list li{
    font-family: 'PublicSans';
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.container2 .container2_0 .pc .spec .list li img{
    margin-right: 10px;
}
.container2 .container2_0 .pc .spec .moreLink{
    display: flex;
    justify-content: center;
    padding: 7px 0;
    margin: 0px 7px;
    color: #112D4E;
    background-color: #feee91;
    border-radius: 9px;
    font-size: 1.05rem;
    font-weight: 475;
    font-family: 'UncutSans',Arial, Helvetica, sans-serif;
}
.container2 .container2_0 .pc .spec .moreLink:hover{
    box-shadow: 0 0 0 0;
}
.container2 .container2_0 .pc .spec .moreLink:active{
    color: #ffffff;
}

@media screen and (max-width: 1600px){

    /* BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER*/
    .banner{
        position: relative;
        top: 70px;
        background-color: #F95454;
    }
    .banner .bannerContent .text{
        font-family: 'PublicSans';
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        gap: 20px;
        color: #ffffff;
    }
    .banner .bannerContent .text .icon{
        rotate: -15deg;
    }
    .banner .bannerContent .text p{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .banner .bannerContent .text .title{
        text-transform: uppercase;
        font-weight: 700;
    }

    /* TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO */
    .introTitle{
        margin-top: 100px;
        font-family: 'Roboto', 'UncutSans', 'PublicSans';
        font-size: 1rem;
        padding: 0 5%;
    }
    /* NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC*/
    .container1{
        padding: 50px 0 40px 0;
        background: no-repeat url(../image/backgroundd.jpg);
        background-position: 50% 65%;
        background-size: 100%;
    }
    .container1 .container1_1 .newPc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 2rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }    
    .container1 .container1_1 .newPc{
        padding: 0;
        margin: 50px 8% 0 8%;
        background-color: transparent;  
        border-radius: 16px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        overflow: hidden;
    }
    .container1 .container1_1 .newPc:hover{
        cursor: grab;
    }
    .container1 .container1_1 .newPc::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    
    
    .container1 .container1_1 .newPc .pcImage{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
        border-radius: 16px;
        position: relative;
    }
    .container1 .container1_1 .newPc .pcImage img{
        height: 600px;
        padding: 5% 0;
        padding-top: 35px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }
    .container1 .container1_1 .newPc .pcImage .textImage{
        position: absolute;
        z-index: 0;
        font-family:'Taruno';
        font-weight: bolder;
        font-size: 3rem;
        padding-top: 20px;
        transform:scaleY(1.5);
        text-transform: uppercase;
    }
    .container1 .container1_1 .newPc .pcImage .textImage h3{
        background: -webkit-linear-gradient(330deg, rgba(255,118,206,1) 0%, rgba(122,28,172,1) 100%);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .container2 .container2_1 .pc .pcImage .ribbon{
        position: absolute;
        bottom: 25px;
        right: -35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #C7253E;
        color: white;
        padding: 5px 35px;
        font-weight: bold;
        font-family: 'UncutSans';
        text-transform: uppercase;
        transform: rotate(-40deg);
        transform-origin: center;
        font-size: 14px;
        white-space: nowrap;
        z-index: 100;
    }
    .container1 .container1_1 .newPc .left{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        margin-left: 15px;
    }
    .container1 .container1_1 .newPc .spec{
        width: 100%;
        padding: 7px 0;
        margin-top: 20px;
        height: fit-content;
    }
    .container1 .container1_1 .newPc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
        font-size: 1.05rem;
    }
    .container1 .container1_1 .newPc .spec p{
        margin-top: 40px;
        padding: 0 7% 10px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 2.2rem;
    }
    .container1 .container1_1 .newPc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 17px;
    }
    .container1 .container1_1 .newPc .spec .list li img{
        margin-right: 10px;
    }
    .container1 .container1_1 .newPc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 10px 0;
        margin: 0px 7px;
        margin-top: 30px;
        color: #112D4E;
        background-color: #d6e6f2;
        border-radius: 9px;
        font-size: 1.2rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container1 .container1_1 .newPc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container1 .container1_1 .newPc .spec .moreLink:active{
        color: #ffffff;
    }
/* BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE*/
    .container2{
        border-top: 2px solid black;
        background-color: #d6e6f2;
        padding: 40px 0;
    }
    .container2 .bestSaleTitle{
        display: flex;
        font-size: 1.4rem;
        justify-content: center;
    }
    .container2 .bestSaleTitle h2{
        display: flex;
        letter-spacing: -1px;
        align-items: center;
        font-family: 'Montserrat','PublicSans';
        position: relative;
        text-transform: uppercase;
        gap: 3px;
    }
    .container2 .bestSaleTitle h2::before{
        content: "";
        width: 105%;
        height: 0.25rem;
        background-color: #10375C;
        position: absolute;
        bottom: -3px;
        left: -2.5%;
        border-radius: 10px;
    }
    .container2 .container2_0 .slide{
        display: flex;
        justify-content: center;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar {
        height: 5px;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar-thumb {
        background: #bdbdbd;
        border-radius: 10px;
    }
    .container2 .container2_0 .pc{
        padding: 0;
        margin: 20px;
        background-color: #E5D9F2;  
        border-radius: 16px;
        
    }
    .container2 .container2_0 .pc:hover{
        cursor: grab;
    }
    .container2 .container2_0 .pc::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    .container2 .container2_0 .pc .pcImage{
        width: 100%;
        display: flex;
        justify-content: center;
        background: -moz-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: -webkit-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background-size: 800% 800%;
        animation: gradient 8s cubic-bezier(0.72, -0.03, 0.21, 1) infinite;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
    }
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    .container2 .container2_0 .pc .pcImage img{
        height: 350px;
        padding: 5% 0;
        transition: all 0.3s ease-in-out;
    }
    .container2 .container2_0 .pc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 1.6rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
    }
    .container2 .container2_0 .pc .spec{
        width: 100%;
        padding: 7px 0;
        height: fit-content;
    }
    .container2 .container2_0 .pc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
        font-size: 1.2rem;
    }
    .container2 .container2_0 .pc .spec p{
        padding: 0 7% 15px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 2rem;
    }
    .container2 .container2_0 .pc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .container2 .container2_0 .pc .spec .list li img{
        margin-right: 10px;
    }
    .container2 .container2_0 .pc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 7px 0;
        margin: 0px 7px;
        color: #112D4E;
        background-color: #feee91;
        border-radius: 9px;
        font-size: 1.05rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container2 .container2_0 .pc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container2 .container2_0 .pc .spec .moreLink:active{
        color: #ffffff;
    }
}


/* LAPTOP VERSION LAPTOP VERSION LAPTOP VERSION LAPTOP VERSION LAPTOP VERSION LAPTOP VERSION */
/* LAPTOP VERSION LAPTOP VERSION LAPTOP VERSION LAPTOP VERSION LAPTOP VERSION LAPTOP VERSION */
@media screen and (max-width: 1100px){

    /* BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER*/
    .banner{
        position: relative;
        top: 70px;
        background-color: #F95454;
    }
    .banner .bannerContent .text{
        font-family: 'PublicSans';
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        gap: 20px;
        color: #ffffff;
    }
    .banner .bannerContent .text .icon{
        rotate: -15deg;
    }
    .banner .bannerContent .text p{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .banner .bannerContent .text .title{
        text-transform: uppercase;
        font-weight: 700;
    }

    /* TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO */
    .introTitle{
        margin-top: 100px;
        font-family: 'Roboto', 'UncutSans', 'PublicSans';
        font-size: 1rem;
        padding: 0 5%;
    }
    /* NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC*/
    .container1{
        padding: 50px 0 40px 0;
        background-color: #F7FBFC;
    }
    .container1 .container1_1 .newPc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 2rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }    
    .container1 .container1_1 .newPc{
        padding: 0;
        margin: 50px 5% 0 5%;
        background-color: rgba(255, 255, 255, 0.6);  
        border-radius: 16px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        overflow: hidden;
    }
    .container1 .container1_1 .newPc:hover{
        cursor: grab;
    }
    .container1 .container1_1 .newPc::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    
    
    .container1 .container1_1 .newPc .pcImage{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
        background: rgba(255, 0, 242, 0.1);
        border-radius: 16px;
        position: relative;
    }
    .container1 .container1_1 .newPc .pcImage img{
        height: 475px;
        padding: 5% 0;
        padding-top: 25px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }
    .container1 .container1_1 .newPc .pcImage .textImage{
        position: absolute;
        z-index: 0;
        font-family:'Taruno';
        font-weight: bolder;
        font-size: 1.5rem;
        padding-top: 10px;
        transform:scaleY(1.5);
        text-transform: uppercase;
    }
    .container1 .container1_1 .newPc .pcImage .textImage h3{
        background: -webkit-linear-gradient(330deg, rgba(255,118,206,1) 0%, rgba(122,28,172,1) 100%);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .container2 .container2_1 .pc .pcImage .ribbon{
        position: absolute;
        bottom: 25px;
        right: -35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #C7253E;
        color: white;
        padding: 5px 35px;
        font-weight: bold;
        font-family: 'UncutSans';
        text-transform: uppercase;
        transform: rotate(-40deg);
        transform-origin: center;
        font-size: 14px;
        white-space: nowrap;
        z-index: 100;
    }
    .container1 .container1_1 .newPc .left{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        margin-left: 15px;
    }
    .container1 .container1_1 .newPc .spec{
        width: 100%;
        padding: 7px 0;
        margin-top: 20px;
        height: fit-content;
    }
    .container1 .container1_1 .newPc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
        font-size: 1.05rem;
    }
    .container1 .container1_1 .newPc .spec p{
        margin-top: 40px;
        padding: 0 7% 10px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 2.2rem;
    }
    .container1 .container1_1 .newPc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 17px;
    }
    .container1 .container1_1 .newPc .spec .list li img{
        margin-right: 10px;
    }
    .container1 .container1_1 .newPc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 10px 0;
        margin: 0px 7px;
        margin-top: 30px;
        color: #112D4E;
        background-color: #d6e6f2;
        border-radius: 9px;
        font-size: 1.2rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container1 .container1_1 .newPc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container1 .container1_1 .newPc .spec .moreLink:active{
        color: #ffffff;
    }
/* BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE*/
    .container2{
        border-top: 2px solid black;
        background-color: #d6e6f2;
        padding: 40px 0;
    }
    .container2 .bestSaleTitle{
        display: flex;
        font-size: 1.4rem;
        justify-content: center;
    }
    .container2 .bestSaleTitle h2{
        display: flex;
        letter-spacing: -1px;
        align-items: center;
        font-family: 'Montserrat','PublicSans';
        position: relative;
        text-transform: uppercase;
        gap: 3px;
    }
    .container2 .bestSaleTitle h2::before{
        content: "";
        width: 105%;
        height: 0.25rem;
        background-color: #10375C;
        position: absolute;
        bottom: -3px;
        left: -2.5%;
        border-radius: 10px;
    }
    .container2 .container2_0 .slide{
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar {
        height: 5px;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar-thumb {
        background: #bdbdbd;
        border-radius: 10px;
    }
    .container2 .container2_0 .pc{
        padding: 0;
        margin: 20px;
        background-color: #E5D9F2;  
        border-radius: 16px;
        
    }
    .container2 .container2_0 .pc:hover{
        cursor: grab;
    }
    .container2 .container2_0 .pc::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    .container2 .container2_0 .pc .pcImage{
        width: 100%;
        display: flex;
        justify-content: center;
        background: -moz-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: -webkit-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background-size: 800% 800%;
        animation: gradient 8s cubic-bezier(0.72, -0.03, 0.21, 1) infinite;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
    }
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    .container2 .container2_0 .pc .pcImage img{
        height: 350px;
        padding: 5% 0;
        transition: all 0.3s ease-in-out;
    }
    .container2 .container2_0 .pc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 1.6rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
    }
    .container2 .container2_0 .pc .spec{
        width: 100%;
        padding: 7px 0;
        height: fit-content;
    }
    .container2 .container2_0 .pc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
        font-size: 1.2rem;
    }
    .container2 .container2_0 .pc .spec p{
        padding: 0 7% 15px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 2rem;
    }
    .container2 .container2_0 .pc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .container2 .container2_0 .pc .spec .list li img{
        margin-right: 10px;
    }
    .container2 .container2_0 .pc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 7px 0;
        margin: 0px 7px;
        color: #112D4E;
        background-color: #feee91;
        border-radius: 9px;
        font-size: 1.05rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container2 .container2_0 .pc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container2 .container2_0 .pc .spec .moreLink:active{
        color: #ffffff;
    }
}


@media screen and (max-width: 900px){

    /* BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER*/
    .banner{
        position: relative;
        top: 70px;
        background-color: #F95454;
    }
    .banner .bannerContent .text{
        font-family: 'PublicSans';
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        gap: 20px;
        color: #ffffff;
    }
    .banner .bannerContent .text .icon{
        rotate: -15deg;
    }
    .banner .bannerContent .text p{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .banner .bannerContent .text .title{
        text-transform: uppercase;
        font-weight: 700;
    }

    /* TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO */
    .introTitle{
        margin-top: 100px;
        font-family: 'Roboto', 'UncutSans', 'PublicSans';
        font-size: 1rem;
        padding: 0 5%;
    }
    /* NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC*/
    .container1{
        padding: 50px 0 40px 0;
        background-color: #F7FBFC;
    }
    .container1 .container1_1 .newPc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 1.4rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }    
    .container1 .container1_1 .newPc{
        padding: 0;
        margin: 50px 5% 0 5%;
        background-color: rgba(255, 255, 255, 0.6);  
        border-radius: 16px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        overflow: hidden;
    }
    .container1 .container1_1 .newPc:hover{
        cursor: grab;
    }
    .container1 .container1_1 .newPc::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    
    
    .container1 .container1_1 .newPc .pcImage{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
        background: rgba(255, 0, 242, 0.1);
        border-radius: 16px;
        position: relative;
    }
    .container1 .container1_1 .newPc .pcImage img{
        height: 400px;
        padding: 5% 0;
        padding-top: 25px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }
    .container1 .container1_1 .newPc .pcImage .textImage{
        position: absolute;
        z-index: 0;
        font-family:'Taruno';
        font-weight: bolder;
        font-size: 1.5rem;
        padding-top: 10px;
        transform:scaleY(1.5);
        text-transform: uppercase;
    }
    .container1 .container1_1 .newPc .pcImage .textImage h3{
        background: -webkit-linear-gradient(330deg, rgba(255,118,206,1) 0%, rgba(122,28,172,1) 100%);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .container2 .container2_1 .pc .pcImage .ribbon{
        position: absolute;
        bottom: 25px;
        right: -35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #C7253E;
        color: white;
        padding: 5px 35px;
        font-weight: bold;
        font-family: 'UncutSans';
        text-transform: uppercase;
        transform: rotate(-40deg);
        transform-origin: center;
        font-size: 14px;
        white-space: nowrap;
        z-index: 100;
    }
    .container1 .container1_1 .newPc .left{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .container1 .container1_1 .newPc .spec{
        width: 100%;
        padding: 7px 0;
        height: fit-content;
    }
    .container1 .container1_1 .newPc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
        font-size: 1.05rem;
    }
    .container1 .container1_1 .newPc .spec p{
        padding: 0 7% 10px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 2.2rem;
    }
    .container1 .container1_1 .newPc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .container1 .container1_1 .newPc .spec .list li img{
        margin-right: 10px;
    }
    .container1 .container1_1 .newPc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 10px 0;
        margin: 0px 7px;
        margin-top: 12px;
        color: #112D4E;
        background-color: #d6e6f2;
        border-radius: 9px;
        font-size: 1.2rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container1 .container1_1 .newPc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container1 .container1_1 .newPc .spec .moreLink:active{
        color: #ffffff;
    }
/* BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE*/
    .container2{
        border-top: 2px solid black;
        background-color: #d6e6f2;
        padding: 40px 0;
    }
    .container2 .bestSaleTitle{
        display: flex;
        font-size: 1.4rem;
        justify-content: center;
    }
    .container2 .bestSaleTitle h2{
        display: flex;
        letter-spacing: -1px;
        align-items: center;
        font-family: 'Montserrat','PublicSans';
        position: relative;
        text-transform: uppercase;
        gap: 3px;
    }
    .container2 .bestSaleTitle h2::before{
        content: "";
        width: 105%;
        height: 0.25rem;
        background-color: #10375C;
        position: absolute;
        bottom: -3px;
        left: -2.5%;
        border-radius: 10px;
    }
    .container2 .container2_0 .slide{
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar {
        height: 5px;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar-thumb {
        background: #bdbdbd;
        border-radius: 10px;
    }
    .container2 .container2_0 .pc{
        padding: 0;
        margin: 20px;
        background-color: #E5D9F2;  
        border-radius: 16px;
        
    }
    .container2 .container2_0 .pc:hover{
        cursor: grab;
    }
    .container2 .container2_0 .pc::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    .container2 .container2_0 .pc .pcImage{
        width: 100%;
        display: flex;
        justify-content: center;
        background: -moz-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: -webkit-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background-size: 800% 800%;
        animation: gradient 8s cubic-bezier(0.72, -0.03, 0.21, 1) infinite;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
    }
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    .container2 .container2_0 .pc .pcImage img{
        height: 300px;
        padding: 5% 0;
        transition: all 0.3s ease-in-out;
    }
    .container2 .container2_0 .pc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 1.3rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
    }
    .container2 .container2_0 .pc .spec{
        width: 100%;
        padding: 7px 0;
        height: fit-content;
    }
    .container2 .container2_0 .pc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
    }
    .container2 .container2_0 .pc .spec p{
        padding: 0 7% 10px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 1.7rem;
    }
    .container2 .container2_0 .pc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .container2 .container2_0 .pc .spec .list li img{
        margin-right: 10px;
    }
    .container2 .container2_0 .pc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 7px 0;
        margin: 0px 7px;
        color: #112D4E;
        background-color: #feee91;
        border-radius: 9px;
        font-size: 1.05rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container2 .container2_0 .pc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container2 .container2_0 .pc .spec .moreLink:active{
        color: #ffffff;
    }
}

/* TABLET VERSION  TABLET VERSION TABLET VERSION TABLET VERSION TABLET VERSION TABLET VERSION*/
/* TABLET VERSION  TABLET VERSION TABLET VERSION TABLET VERSION TABLET VERSION TABLET VERSION*/

@media screen and (max-width: 750px){

    /* BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER*/
    .banner{
        position: relative;
        top: 70px;
        background-color: #F95454;
    }
    .banner .bannerContent .text{
        font-family: 'PublicSans';
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        gap: 20px;
        color: #ffffff;
    }
    .banner .bannerContent .text .icon{
        rotate: -15deg;
    }
    .banner .bannerContent .text p{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .banner .bannerContent .text .title{
        text-transform: uppercase;
        font-weight: 700;
    }

    /* TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO */
    .introTitle{
        margin-top: 100px;
        font-family: 'Roboto', 'UncutSans', 'PublicSans';
        font-size: 1rem;
        padding: 0 5%;
    }
    /* NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC*/
    .container1{
        padding: 50px 0 40px 0;
        background-color: #F7FBFC;
    }
    .container1 .container1_1 .newPc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 1.4rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }    
    .container1 .container1_1 .newPc{
        padding: 0;
        margin: 50px 5% 0 5%;
        background-color: rgba(255, 255, 255, 0.6);  
        border-radius: 16px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        overflow: hidden;
    }
    .container1 .container1_1 .newPc:hover{
        cursor: grab;
    }
    .container1 .container1_1 .newPc::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    
    
    .container1 .container1_1 .newPc .pcImage{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
        background: rgba(255, 0, 242, 0.1);
        border-radius: 16px;
        position: relative;
    }
    .container1 .container1_1 .newPc .pcImage img{
        height: 400px;
        padding: 5% 0;
        padding-top: 25px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }
    .container1 .container1_1 .newPc .pcImage .textImage{
        position: absolute;
        z-index: 0;
        font-family:'Taruno';
        font-weight: bolder;
        font-size: 1.5rem;
        padding-top: 10px;
        transform:scaleY(1.5);
        text-transform: uppercase;
    }
    .container1 .container1_1 .newPc .pcImage .textImage h3{
        background: -webkit-linear-gradient(330deg, rgba(255,118,206,1) 0%, rgba(122,28,172,1) 100%);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .container2 .container2_1 .pc .pcImage .ribbon{
        position: absolute;
        bottom: 25px;
        right: -35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #C7253E;
        color: white;
        padding: 5px 35px;
        font-weight: bold;
        font-family: 'UncutSans';
        text-transform: uppercase;
        transform: rotate(-40deg);
        transform-origin: center;
        font-size: 14px;
        white-space: nowrap;
        z-index: 100;
    }
    .container1 .container1_1 .newPc .left{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .container1 .container1_1 .newPc .spec{
        width: 100%;
        padding: 7px 0;
        height: fit-content;
    }
    .container1 .container1_1 .newPc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
        font-size: 1.05rem;
    }
    .container1 .container1_1 .newPc .spec p{
        padding: 0 7% 10px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 2.2rem;
    }
    .container1 .container1_1 .newPc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .container1 .container1_1 .newPc .spec .list li img{
        margin-right: 10px;
    }
    .container1 .container1_1 .newPc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 10px 0;
        margin: 0px 7px;
        margin-top: 12px;
        color: #112D4E;
        background-color: #d6e6f2;
        border-radius: 9px;
        font-size: 1.2rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container1 .container1_1 .newPc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container1 .container1_1 .newPc .spec .moreLink:active{
        color: #ffffff;
    }
/* BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE*/
    .container2{
        border-top: 2px solid black;
        background-color: #d6e6f2;
        padding: 40px 0;
    }
    .container2 .bestSaleTitle{
        display: flex;
        font-size: 1.4rem;
        justify-content: center;
    }
    .container2 .bestSaleTitle h2{
        display: flex;
        letter-spacing: -1px;
        align-items: center;
        font-family: 'Montserrat','PublicSans';
        position: relative;
        text-transform: uppercase;
        gap: 3px;
    }
    .container2 .bestSaleTitle h2::before{
        content: "";
        width: 105%;
        height: 0.25rem;
        background-color: #10375C;
        position: absolute;
        bottom: -3px;
        left: -2.5%;
        border-radius: 10px;
    }
    .container2 .container2_0 .slide{
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar {
        height: 5px;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar-thumb {
        background: #bdbdbd;
        border-radius: 10px;
    }
    .container2 .container2_0 .pc{
        padding: 0;
        margin: 20px;
        background-color: #E5D9F2;  
        border-radius: 16px;
        
    }
    .container2 .container2_0 .pc:hover{
        cursor: grab;
    }
    .container2 .container2_0 .pc::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    .container2 .container2_0 .pc .pcImage{
        width: 100%;
        display: flex;
        justify-content: center;
        background: -moz-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: -webkit-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background-size: 800% 800%;
        animation: gradient 8s cubic-bezier(0.72, -0.03, 0.21, 1) infinite;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
    }
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    .container2 .container2_0 .pc .pcImage img{
        height: 300px;
        padding: 5% 0;
        transition: all 0.3s ease-in-out;
    }
    .container2 .container2_0 .pc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 1.3rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
    }
    .container2 .container2_0 .pc .spec{
        width: 100%;
        padding: 7px 0;
        height: fit-content;
    }
    .container2 .container2_0 .pc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
    }
    .container2 .container2_0 .pc .spec p{
        padding: 0 7% 10px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 1.7rem;
    }
    .container2 .container2_0 .pc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .container2 .container2_0 .pc .spec .list li img{
        margin-right: 10px;
    }
    .container2 .container2_0 .pc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 7px 0;
        margin: 0px 7px;
        color: #112D4E;
        background-color: #feee91;
        border-radius: 9px;
        font-size: 1.05rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container2 .container2_0 .pc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container2 .container2_0 .pc .spec .moreLink:active{
        color: #ffffff;
    }
}

/* MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION*/
/* MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION MOBILE VERSION*/

@media screen and (max-width: 650px){

    /* BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER BANNER*/
    .banner{
        position: relative;
        top: 70px;
        background-color: #F95454;
    }
    .banner .bannerContent .text{
        font-family: 'PublicSans';
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        gap: 20px;
        color: #ffffff;
    }
    .banner .bannerContent .text .icon{
        rotate: -15deg;
    }
    .banner .bannerContent .text p{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .banner .bannerContent .text .title{
        text-transform: uppercase;
        font-weight: 700;
    }

    /* TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO TITRE INTRO */
    .introTitle{
        margin-top: 100px;
        font-family: 'Roboto', 'UncutSans', 'PublicSans';
        font-size: 1rem;
        padding: 0 5%;
    }
    /* NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC NEW PC*/
    .container1{
        padding: 50px 0 40px 0;
        background-color: #F7FBFC;
    }
    .container1 .container1_1 .newPc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 1.3rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
    }    
    .container1 .container1_1 .newPc{
        padding: 0;
        margin: 50px 10% 0 10%;
        background-color: rgba(255, 255, 255, 0.6);  
        border-radius: 16px;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .container1 .container1_1 .newPc:hover{
        cursor: grab;
    }
    .container1 .container1_1 .newPc::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    /*.container1 .container1_1 .newPc:hover::before{
        border: 2px solid #FF9D3D;
    }*/
    
    .container1 .container1_1 .newPc .pcImage{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
        background: rgba(255, 0, 242, 0.1);

        border-radius: 16px;
        position: relative;
    }
    .container1 .container1_1 .newPc .pcImage img{
        height: 270px;
        padding: 5% 0;
        padding-top: 25px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }
    .container1 .container1_1 .newPc .pcImage .textImage{
        position: absolute;
        z-index: 0;
        font-family:'Taruno';
        font-weight: bolder;
        font-size: 1.5rem;
        padding-top: 10px;
        transform:scaleY(1.5);
        text-transform: uppercase;
    }
    .container1 .container1_1 .newPc .pcImage .textImage h3{
        background: -webkit-linear-gradient(330deg, rgba(255,118,206,1) 0%, rgba(122,28,172,1) 100%);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .container2 .container2_1 .pc .pcImage .ribbon{
        position: absolute;
        bottom: 25px;
        right: -35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #C7253E;
        color: white;
        padding: 5px 35px;
        font-weight: bold;
        font-family: 'UncutSans';
        text-transform: uppercase;
        transform: rotate(-40deg);
        transform-origin: center;
        font-size: 14px;
        white-space: nowrap;
        z-index: 100;
    }

    .container1 .container1_1 .newPc .spec{
        width: 100%;
        padding: 7px 0;
        height: fit-content;
    }
    .container1 .container1_1 .newPc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
    }
    .container1 .container1_1 .newPc .spec p{
        padding: 0 7% 10px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 1.7rem;
    }
    .container1 .container1_1 .newPc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .container1 .container1_1 .newPc .spec .list li img{
        margin-right: 10px;
    }
    .container1 .container1_1 .newPc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 7px 0;
        margin: 0px 7px;
        color: #112D4E;
        background-color: #d6e6f2;
        border-radius: 9px;
        font-size: 1.05rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container1 .container1_1 .newPc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container1 .container1_1 .newPc .spec .moreLink:active{
        color: #ffffff;
    }
/* BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE BEST SALE*/
    .container2{
        border-top: 2px solid black;
        background-color: #d6e6f2;
        padding: 40px 0;
    }
    .container2 .bestSaleTitle{
        display: flex;
        font-size: 1.4rem;
        justify-content: center;
    }
    .container2 .bestSaleTitle h2{
        display: flex;
        letter-spacing: -1px;
        align-items: center;
        font-family: 'Montserrat','PublicSans';
        position: relative;
        text-transform: uppercase;
        gap: 3px;
    }
    .container2 .bestSaleTitle h2::before{
        content: "";
        width: 105%;
        height: 0.25rem;
        background-color: #10375C;
        position: absolute;
        bottom: -3px;
        left: -2.5%;
        border-radius: 10px;
    }
    .container2 .container2_0 .slide{
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar {
        height: 5px;
    }
    .container2 .container2_0 .slide::-webkit-scrollbar-thumb {
        background: #bdbdbd;
        border-radius: 10px;
    }
    .container2 .container2_0 .pc{
        padding: 0;
        margin: 20px;
        background-color: #E5D9F2;  
        border-radius: 16px;
        
    }
    .container2 .container2_0 .pc:hover{
        cursor: grab;
    }
    .container2 .container2_0 .pc::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 16px;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    .container2 .container2_0 .pc .pcImage{
        width: 100%;
        display: flex;
        justify-content: center;
        background: -moz-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: -webkit-linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background: linear-gradient(145deg, rgba(205,193,255,1) 45%, #FFCCEA 50%, rgba(205,193,255,1) 55%);
        background-size: 800% 800%;
        animation: gradient 8s cubic-bezier(0.72, -0.03, 0.21, 1) infinite;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
    }
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    .container2 .container2_0 .pc .pcImage img{
        height: 225px;
        padding: 5% 0;
        transition: all 0.3s ease-in-out;
    }
    .container2 .container2_0 .pc .title{
        color: #112D4E;
        font-family: 'PublicSans';
        font-weight: 100;
        font-size: 1.3rem;
        letter-spacing: -1px;
        width: fit-content;
        padding: 5px 10px;
        text-transform: uppercase;
    }
    .container2 .container2_0 .pc .spec{
        width: 100%;
        padding: 7px 0;
        height: fit-content;
    }
    .container2 .container2_0 .pc .spec .list{
        margin: 0 10px;
        margin-bottom: 15px;
        color: black;
    }
    .container2 .container2_0 .pc .spec p{
        padding: 0 7% 10px 7%;
        font-family: 'UncutSans';
        color: #FF9D3D;
        font-size: 1.7rem;
    }
    .container2 .container2_0 .pc .spec .list li{
        font-family: 'PublicSans';
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .container2 .container2_0 .pc .spec .list li img{
        margin-right: 10px;
    }
    .container2 .container2_0 .pc .spec .moreLink{
        display: flex;
        justify-content: center;
        padding: 7px 0;
        margin: 0px 7px;
        color: #112D4E;
        background-color: #feee91;
        border-radius: 9px;
        font-size: 1.05rem;
        font-weight: 475;
        font-family: 'UncutSans',Arial, Helvetica, sans-serif;
    }
    .container2 .container2_0 .pc .spec .moreLink:hover{
        box-shadow: 0 0 0 0;
    }
    .container2 .container2_0 .pc .spec .moreLink:active{
        color: #ffffff;
    }
}

@media screen and (max-width: 360px){
    .container1 .container1_1 .newPc .pcImage img{
        height: 225px;
        padding: 5% 0;
        padding-top: 25px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }
    .container1 .container1_1 .newPc .pcImage .textImage{
        font-size: 1.3rem;
    }
}
