::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

.header {
    background: #2947c3;
}

.main-banner {
    height: 625px;
    background-color: #2947c3;
    background-image: url("../images/img-ellipse-white.png");
    background-position: bottom;
    background-size: contain;
    margin-top: -1px;
}

.card-main-banner {
    padding: 32px 24px 24px;
    gap: 16px;
    width: 420px;
    background: #0e0f13;
    box-shadow: 0px 10px 31px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    position: relative;
}

.img-card-main-banner {
    padding: 10px;
    background: #ffffff;
    border-radius: 16px;
    position: absolute;
    top: -30px;
    right: 30px;
}

.tab-main {
    padding: 8px 24px 8px 16px;
    gap: 12px;
    border-radius: 34px;
}

.active-tab-subheader {
    display: flex;
    flex-direction: column;
}

.inactive-tab-subheader {
    display: none;
}

.active-tabs {
    background-color: white;
}

.active-tabs span {
    color: #0e0f13;
}

.inactive-tabs {
    background-color: #282b36;
    border: 1px solid var(--dark-white, #5f5f5f);
    transition: 0.3s;
}

.inactive-tabs:hover {
    background-color: #16171d;
}

.inactive-tabs span {
    color: white;
}

.active-tabs-detail {
    display: block;
}

.inactive-tabs-detail {
    display: none;
}

.active-list-item {
    display: flex;
    flex-direction: column;
}

.inactive-list-item {
    display: none;
}

.active-tabs-detail {
    display: block;
}

.inactive-tabs-detail {
    display: none;
}

/* .detail-tabs {
    width: 273px;
} */

.card-item-promo {
    padding: 16px;
    gap: 16px;
    background: #282b36;
    border-radius: 8px;
    /* width: 288px; */
}

.img-card-item-promo {
    height: 123px;
    /* width: 255px; */
    border-radius: 4px;
    object-fit: cover;
}

.img-card-promo {
    /* width: 256.5px; */
    /* width: 220.5px; */
    width: 236px;
    /* height: 123px;
    object-fit: contain; */
    border-radius: 4px;
}

.promo-name {
    width: 235px;
    height: 35px;
}

.box-diskon {
    background-color: #fabe1b;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
}

.harga-coret {
    text-decoration: line-through;
    color: #5f5f5f !important;
}

.img-partnership {
    height: 85px;
    /* width: 100%; */
    object-fit: cover;
}

@media (max-width: 576px) {
    .inactive-tabs:hover {
        background-color: #282b36;
    }

    .main-banner {
        height: 465px;
        background-color: #2947c3;
        background-image: url("../images/img-ellipse-white-mobile-1.png");
        background-position: bottom;
        background-size: contain;
    }

    .main-header {
        margin-top: -65px;
    }

    .card-main-banner {
        width: 100%;
    }

    .img-card-promo {
        width: 100%;
    }

    .tab-main {
        padding: 8px 24px 8px 16px;
        gap: 12px;
    }

    .promo-name {
        width: 100%;
    }
}

/* @media (max-width: 375px) and (min-width: 321px) { */
@media (max-width: 376px) {
    .main-banner {
        height: 430px;
        background-color: #2947c3;
        background-image: url(../images/img-ellipse-white-mobile-1.png);
        background-position: bottom;
        background-size: contain;
    }

    .main-header {
        margin-top: -30px;
    }
}

@media (max-width: 320px) {
    .main-banner {
        height: 410px;
        background-color: #2947c3;
        background-image: url(../images/img-ellipse-white-mobile-1.png);
        background-position: bottom;
        background-size: contain;
    }

    .main-header {
        margin-top: 20px;
    }
}
