* {
    padding: 0;
    margin: 0;
}

main {
    padding: 0px 5.85vw;
}

.title {
    justify-self: center;
    margin-top: 25px;
    margin-bottom: 40px;
}

.filter {
    display: flex;
    align-items: center;
    gap: 1vw;
    font-size: 0.97vw;
}

.filter a {
    text-decoration: none;
    color: #bb1414;
    border-radius: 0.65vw;
    font-weight: bold;
    border: 1px solid #bb1414;
    padding: 0.8vw 0.97vw;
}

.filter a:hover {
    background-color: #bb1414;
    color: white;
}

.content {
    margin: 1.2vw 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, auto);
    row-gap: 3.15vw;
    justify-content: space-between;
}

.content-container {
    height: 22.48vw;
    width: 41.01vw;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

.content-img {
    height: 85%;
    width: auto;
}

.content-img img {
    border-radius: 0.65vw 0.65vw 0px 0px;
}

.content-teks {
    height: 15%;
    width: auto;
    background-color: white;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-bottom-left-radius: 0.65vw;
    border-bottom-right-radius: 0.65vw;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 0px 1.95vw;
}

.content-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-teks img {
    width: 1.95vw;
    height: 1.95vw;
}

.content a {
    color: black;
    font-weight: bold;
    font-size: 0.97vw;
}

.content a:hover {
    opacity: 80%;
}

.page-number {
    justify-content: center;
    display: flex;
    gap: 20px;
    margin-top: 5vw;
    margin-bottom: 15px;
}

.page-number a {
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 10px;
    color: #BB1414;
    font-weight: bold;
}

.page-number a:hover {
    background-color: rgba(200, 200, 200, 0.366);
}

.page-number a:active {
    background-color: #BB1414;
    color: white;
}

.detail-promo {
    padding: 0px 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kontenpromo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
}

.kontenpromo-content {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding: 20px 0px;
    background-color: white;
    border-radius: 10px;
}

.kontenpromo-img-container {
    width: 100%;
    height: 12vw;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 5px;
}

.kontenpromo-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.kontenpromo-teks {
    padding: 0px 2vw;
    display: flex;
    padding-top: 2vw;
    gap: 0.97vw;
    flex-direction: column;
    width: 21vw;
}

.maincontainer{
    display: none;
}

.pesan-button{
    padding: 1pv 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pesan-button a{
    background-color: #bb1414;
    padding: 0.8vw 1vw;
    text-decoration: none;
    color: white;
    font-size: 0.95vw;
    font-weight: bold;
    border-radius: 0.65vw;
}

.pesan-button a:hover{
    background-color: #a11111;
}