/* Header section */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #c515c5;
    border-radius: 4px;
    border: 2px solid #333;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c515c5;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #c515c5 #333;
}

*,*::before,*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    list-style: none;
}
body{
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #b8b8b8;
    font-style: normal;
    background: #111111;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.pHeader{
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 15px;
    width: 100%;
}
.spacer{
    display: block;
    margin-top: 3rem;
}
.hilang{
    display: none;
}
.flexbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.logos img{
    filter: brightness(0) invert(1);
    height: 35px;
    width: auto;
}
.menu1{
    display: flex;
    align-items: center;
    gap: 2rem;
}
.menu1 a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.menu2 span{
    margin-left: 1.5rem;
    padding-right: 1.5rem;
    border-right: 2px solid rgba(225, 225, 225, 0.5);
    cursor: pointer;
    color: #fff;
    font-size: 17px;
}
.menu2 span:last-child{
    padding-right: 0;
    border: none;
}
.menu2 .loginaja{
    background-color: #c515c5;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 10px;
}

/* Slider */
.sliders{
    display: block;
    margin-top: 7rem;
}
.sliderItems{
    width: 100%;
    overflow: hidden;
    display: flex;
}
.item.inactive{
    display: none;
}
.item{
    display: grid;
    align-items: center;
    grid-template-columns: auto 500px;
    gap: 4rem;
    padding: 20px;
}
.textUngu{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}
.logoMobile{
    display: none;
}
.heding-top{
    font-size: 40px;
    color: #c515c5;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.inleft p{
    font-size: 18px;
    color: #fff;
    line-height: 2;
}
.inright{
    width: 500px;
    height: 500px;
}
.indikator{
    display: flex;
    margin-top: 3rem;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.indikator-item.active{
    background-color: #c515c5;
    box-shadow: 0 0 4px #c515c5;
    width: 20px;
    border-radius: 5px;
}
.indikator-item{
    width: 10px;
    height: 10px;
    background-color: #b8b8b8;
    border-radius: 50%;
    cursor: pointer;
}
.isSection{
    display: block;
    margin-top: 3rem;
    background: linear-gradient(to top, rgba(182, 0, 255, 0.25) 0%, rgba(182, 0, 255, 0.15) 40%, rgba(0, 0, 0, 0) 100%);
    padding: 40px 0;
}
.heading-inline{
    display: block;
    margin-bottom: 1.5rem;
    font-size: 35px;
    color: #c515c5;
}
.isGrideee{
    display: grid;
    grid-template-columns: 500px auto;
    gap: 3rem;
}
.isGrideee img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.spanisText{
    font-size: 35px;
    color: #c515c5;
    font-weight: bold;
    margin-bottom: 1rem;
}
.isKanan p{
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin-bottom: 25px;
}
.isProducts{
    display: block;
    position: relative;
    margin-top: 3rem;
}
.grid3Aja{
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.cardIng{
    display: block;
    margin-bottom: 2rem;
    padding: 20px;
    border: 1px solid rgba(197, 21, 197, 0.4);
    border-radius: 5px;
}
.cardIng img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.assetP{
    display: block;
}
.assetP h3{
    font-size: 20px;
    color: #c515c5;
    display: block;
    margin-bottom: 1rem;
}
.assetP p{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-bottom: 1rem;
}
.pricing{
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 1rem;
}
.priceAsli{
    text-decoration: line-through;
    font-size: 16px;
    color: red;
    margin-bottom: 10px;
}
.priceFix{
    font-size: 30px;
    color: #c515c5;
    font-weight: bold;
    margin-bottom: 10px;
}
.IsTextDiscount{
    font-size: 15px;
    color: goldenrod;
}
.Instocking{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.Instocking.green{
    color: green;
}
.Instocking.red{
    color: red;
}
.actionViews{
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #c515c5;
    color: #fff;
}

/* Sigle Produk */
.singleProduk{
    display: block;
    margin-top: 7rem;
}
.grid3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.produk-img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.titleAndMore h3{
    font-size: 35px;
    color: #fff;
    margin-bottom: 1rem;
    display: block;
}
.iniCheckout input{
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #c515c5;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 10px;
    color: #c515c5;
}
.tambahKeranjang{
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #c515c5;
    color: #c515c5;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.beliSekaarng{
    width: 100%;
    padding: 10px;
    background-color: #c515c5;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #c515c5;
}
.metaProduk{
    display: block;
    margin-top: 2rem;
}
.isMetaJudul{
    display: block;
    margin-bottom: 1rem;
    font-size: 30px;
    color: #fff;
}
.metaProduk p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 2;
}
.metaProduk ul,
.metaProduk ol{
    color: #fff;
    margin-left: 25px;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 25px;
}
.metaProduk ul li,
.metaProduk ol li{
    list-style: circle;
}



/* Tablet */
@media(max-width:770px){
    .menu1{
        display: none;
    }
    .item, .isGrideee{
        display: block;
    }
    .inleft{
        margin-bottom: 1rem;
        text-align: center;
    }
    .textUngu, .inleft p{
        font-size: 16px;
    }
    .heding-top{
        font-size: 30px;
    }
    .inright{
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .inright img{
        width: 300px;
        height: 300px;
    }
    .isGrideee img{
        margin-bottom: 2rem;
    }
    .grid3Aja{
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Header */
@media(max-width:480px){
    .logos img.logoBig{
        display: none;
    }
    .logos img.logoMobile{
        display: block;
    }
    .spanisText{
        font-size: 30px;
    }
    .isKanan p{
        font-size: 16px;
    }
    .grid3Aja{
        display: block;
    }
    .grid3{
        display: block;
    }
    .produk-img, .titleAndMore{
        margin-bottom: 1rem;
    }
}