* {
    padding: 0;
    margin:0;
}


nav{
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 30px 80px 20px 80px;
    border-bottom: rgb(230, 230, 230) solid 2px;
    /* margin-bottom: 20px; */
}

nav a{
    text-decoration: none;
    color: black;
    font-family: 'Merriweather', serif;
}

nav input{
    background-color: rgb(246, 246, 246); 
    font-size: 14px; 
    border: none; 
    padding-inline: 8px; 
    align-content: center; 
    border-left: red solid 4px; 
    width: 200px; 
    height: 35px;
}

.pencarian{
    display: none;
}

.swiper {
    height: 400px;
}

.swiper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.swiper-wrapper h1{
    font-family: 'Merriweather', serif;
}

.swiper-wrapper p{
    font-family: 'Merriweather', serif;
}

.banner-image {
    /* width: 80%; */
    /* border: red solid; */
    /* object-fit: fill; */  
}
        
.banner-image img{
    /* height: 30em; */
    /* height: 50%; */
    width:100%;
    /* object-fit: fill; */
    /* border: red solid; */
    /* object-fit: contain; */
    object-fit: cover;
}

.banner {
    border-top: rgb(230, 230, 230) solid 2px; 
    display: flex; 
    gap: 20px; 
    padding-top: 20px; 
    margin-bottom: 20px;
}

.banner-image{
    /* width: 00px; */
    /* background-color: rgb(233, 233, 233);  */
    position: relative;
    /* width: 300px; */
    /* height: 200px; */
    overflow: hidden;
}

.banner-image img{
    /* object-fit: fill; */
    display: block;
}

.banner-image h1{
    z-index: 2;
    bottom: 54px;
    left: 16px;
    position: absolute;
    color: #ffffff;
}

.banner-image p{
    background-color: red ;
    z-index: 2;
    bottom: 8px;
    left: 16px;
    padding : 5px 10px;
    position: absolute;
    color: #ffffff;
    /* font-size: 16px; */
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

.banner-image::after{
    content: '';
    position: absolute;
    top: 20%; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    /* object-fit: cover; */
    display: block;
}

.kategori {
    justify-content: center; 
    display: flex; 
    padding: 15px;
    /* border: red solid;  */
    border-top: rgb(230, 230, 230) solid 2px;
    /* margin-top: 20px; */
}

.kategori a{
    font-family: 'Merriweather', serif;
}

.kategori ul li{
    /* padding: 15px; */
    /* background-color: red; */
}

.kategori ul li:hover{
    /* padding: 15px; */
    /* background-color: red; */
    /* color: white; */
}

.kategori ul, .kategori-detail ul{
    display: flex; 
    list-style: none; 
    gap: 20px;
    font-family: 'Merriweather', serif;
}

.kategori ul a, .kategori-detail ul a{
    padding: 15px;
    text-decoration: none; 
    color: black;
}
.kategori ul a:hover, .kategori-detail ul a:hover{
    text-decoration: none; 
    padding: 15px;
    color: white;
    background-color: red;
}

.kategori ul a, .kategori-detail ul a:hover{
    text-decoration: none; 
}

.berita {
    display: flex; 
    padding: 0px 80px; 
    margin-top: 40px;
}

.berita h2{
    font-family: 'Merriweather', serif;
}

.yesterday-news {
    display: flex; 
    margin-top: 50px;
}

.kontent {
    margin-top: 50px;
    padding: 0px 80px 0px 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.last-news {
    width: 35%;
}

.last-news a{
    width: 100%;
    list-style: none;
    text-decoration:none;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.last-news img {
    width: 100%;
}

.last-news h2 {
    font-family: 'Merriweather', serif;
}

.last-news p {
    font-family: 'Roboto', sans-serif;
}

.news {
    width: 35%;
    flex-wrap: wrap;
    display: flex;
    justify-content:space-between;
    gap: 30px;
}

.card-news {
    width: 45%;
}

.card-news a {
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.card-news img{
    height: 120px;
    width: 100%;
    object-fit: cover;
}

.card-news h3{
    font-family: "Merriweather", serif;
}

.card-news p{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.container-news {
    width: 20%;
}

.container-news h2{
    font-family: 'Merriweather', serif;
}

.more-news {
    width: 230px;
}

.right-card-news h3{
    font-family: 'Merriweather', serif;
}

.right-card-news p{
    font-family: 'Roboto', sans-serif;
}

.more-news .right-card-news{
    /* padding-top: 20px;
    border-top: #C4C4C4 solid 2px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px; */
}

.more-news .right-card-news a{
    text-decoration: none;
    color: black;
    padding-top: 20px;
    border-top: #C4C4C4 solid 2px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

.read-more {
    display: flex; 
    justify-content: center; 
    margin-top: 100px;
}

.read-more a{
    font-family: 'Merriweather', serif; 
    text-decoration: none; 
    color: rgb(255, 255, 255); 
    background-color: red; 
    padding: 10px;
}




/* detail berita 'open' */

.detail-kontent{
    padding-top: 60px;
    display: grid;
    grid-template-columns: 10% auto 20%;
    padding-inline: 40px;
    gap: 40px;
}

.title-content{
    font-family: 'Merriweather', serif;
}

.left-author {
    width: 100%;
}

.creator {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: red solid 4px;
    font-family: 'Merriweather', serif;
}

.creator p{
    font-family:'Roboto', sans-serif;
    
}

.detail-news {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}

.detail-news ul{
    font-family: 'Roboto', sans-serif;
    padding-left: 40px;
    display:flex;
    flex-direction:column;
    gap:6px;
}

.detail-news ol{
    font-family: 'Roboto', sans-serif;
    padding-left: 40px;
    display:flex;
    flex-direction:column;
    gap:6px;
}

.detail-news blockquote {
    font-style:italic;
    font-family: 'Roboto', sans-serif;
    border-left: red solid 4px;
    margin-left: 6px;
    padding-left: 10px;
    font-weight: 400;
    background: #9797972b;
    padding: 6px 6px 6px 10px;
}


.detail-news p{
    font-family:'Roboto', sans-serif;
    line-height: 1.6;
}

.detail-news img{
    width: 100%;
}

.kategori-detail{
    justify-content: center;
    align-items: center;
    display: flex; 
    padding: 15px;
    border-bottom: rgb(230, 230, 230) solid 2px;
}

.container-news {
    width: auto;
}

.container-news h2{
    margin-bottom: 50px;
    padding-left: 10px;
    border-left: red solid 4px;
}

.detail-more-news {
}

.detail-more-news .right-card-news a{
    text-decoration: none;
    color: black;
    padding-top: 20px;
    border-top: #C4C4C4 solid 2px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}


/* detail berita 'close' */



/* kategori berita 'open' */
.head-category {
    text-align: center;
    padding: 0px 80px; 
    margin-top: 40px;
}

.head-category h2{
    font-family: 'Merriweather', serif;
}

.category-news {
    align-items: center;
    justify-content: space-between;
    display: flex; 
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.category-card-news{
    justify-content: space-between;
    text-decoration: none;
    color: black;
    display: flex;
    flex-wrap: wrap;
    width: 22%;
}

.category-card-news a{
    justify-content: space-between;
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.category-card-news a img{
    object-fit: cover;
    height: 200px;      
}

.category-card-news h3{
    font-family: 'Merriweather', serif;
}

.category-card-news p{
    font-family:'Roboto', sans-serif;
}


/* kategori berita 'close' */




footer {
    flex-wrap: wrap;
    padding:60px 80px 60px 80px;
    gap: 50px;
    margin-top: 100px;
    background-color: #252525;
    color: white;
    font-size: 15px;
    display: flex;
    align-items:end;
    justify-content: space-between;
}

.left-footer {
    width: 50%;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.left-footer .paragraf{
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    border-left: red solid 4px;
    font-size: 16px;
    font-family: 'Merriweather', serif;
}

.left-footer .media-social{
}

.left-footer .media-social svg{
    padding-right: 15px;
}

.name-brand h1 a{
    color: white;
    text-decoration: none;
    font-family: 'Merriweather', serif;
}

.right-footer {
    display: flex;
    flex-direction: column;
}

.right-footer .footer-kategori{
    border-left: red solid 4px;
    padding-left: 15px;
}

.right-footer .footer-kategori ul{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, auto); 
    flex-direction: column;
    gap: 25px;
}

.right-footer .footer-kategori ul li:nth-child(odd){
    padding-right: 100px;
    /* border: rgb(160, 160, 160) solid; */
}
.right-footer .footer-kategori ul li:nth-child(even){
    padding-right: 0px;
    /* border: rgb(255, 0, 0) solid; */
}

.right-footer .footer-kategori ul li a{
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-family: 'Merriweather', serif;
}



/* responsive 'open'*/

@media (max-width: 1080px) {
    .pencarian{
        display: none;
    }

    .berita {
        display: flex; 
        padding: 0px 30px; 
        margin-top: 40px;
    }

    .kontent {
        padding: 0px 30px 0px 30px;
    }

    .swiper {
        height: 380px;
    }

    .banner-image img{
        height: 100%;
        width:100%;
        object-fit: cover;
    }

    .news {
        margin-top: 80px;
        width: 100%;
        justify-content: space-between;
        gap: 40px;
    }

    .more-news {
        gap: 20px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .right-card-news a{
        display: flex;
        width: 44vw;
    }

    .last-news {
        width: 100%;
    }

    .last-news a {
        width: 100%;
    }

    .last-news img{
        width: 100%;
    }

    .card-news {
        width: 47%;
        justify-content: space-between;
    }

    .card-news a {
        text-decoration: none;
        color: black;
        width: 100%;
    }

    .card-news img{
    }

    .card-news p{
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
    }

    .container-news {
        margin-top: 80px;
        width: 100%;
    }

    .container-news h2{
    }




    /* detail berita 'open' */

    .detail-kontent{
        padding-top: 60px;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        padding-inline: 30px;
        gap: 30px;
    }

    .left-author {
        width: 10%;
        float: left;
    }

    .kosong {
        display: none;
    }

    .creator {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
        border-bottom: red solid 4px;
    }

    .detail-news img{
        width: 100%;
    }

    .kategori-detail{
        padding: 15px;
        border-bottom: rgb(230, 230, 230) solid 2px;
        display: flex;
        justify-content: center;
        align-items: center;  
    }

    .container-news {
    }

    .container-news h2{
        margin-bottom: 50px;
        padding-left: 10px;
        border-left: red solid 4px;
    }

    .detail-more-news {
        gap: 20px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .detail-more-news .right-card-news a{
        display: flex;
        width: 44vw;
    }


    /* detail berita 'close' */



    /* kategori berita 'open' */
    .head-category {
        text-align: center;
        padding: 0px 80px; 
        margin-top: 40px;
    }

    .category-news {
        align-items: center;
        justify-content: space-evenly;
        display: flex; 
        flex-wrap: wrap;
        gap: 50px;
        width: 100%;
    }

    .category-card-news {
        justify-content: space-between;
        text-decoration: none;
        color: black;
        display: flex;
        gap: 14px;
    }

    .category-card-news a{
        justify-content: space-between;
        text-decoration: none;
        color: black;
        display: flex;
        gap: 14px;
        width: 100%;
    }

    .category-card-news a img{
        width: 100%;
    }


    /* kategori berita 'close' */


    footer {
        flex-wrap: wrap;
        padding:60px 30px 60px 30px;
        gap: 50px;
        margin-top: 100px;
        background-color: #252525;
        color: white;
        font-size: 15px;
        display: flex;
        align-items:end;
        justify-content: space-between;
    }

    .left-footer {
        width: 40%;
        gap: 30px;
        display: flex;
    }

    .left-footer .paragraf{
        width: 100%;
        display: flex;
        padding-left: 15px;
        border-left: red solid 4px;
        font-size: 18px;
    }

    .left-footer .media-social{
    }

    .left-footer .media-social svg{
        padding-right: 15px;
    }

    .right-footer {
        display: flex;
        flex-direction: column;
    }

    .right-footer .footer-kategori{
        border-left: red solid 4px;
        padding-left: 15px;
    }

    .right-footer .footer-kategori ul{
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, auto); 
        flex-direction: column;
        gap: 25px;
    }

    .right-footer .footer-kategori ul li:nth-child(odd){
        padding-right: 50px;
        /* border: rgb(160, 160, 160) solid; */
    }
    .right-footer .footer-kategori ul li:nth-child(even){
        padding-right: 0px;
        /* border: rgb(255, 0, 0) solid; */
    }

    .right-footer .footer-kategori ul li a{
        font-size: 16px;
        color: white;
        text-decoration: none;
    }

    .category-card-news {
        width: 27%;
    }
}

@media (max-width: 768px) {
    .pencarian{
        display: block;
        padding-inline: 10%;
        margin-bottom: 20px;
    }
    .pencarian input{
        background-color: rgb(218, 218, 218); 
        font-size: 14px; 
        border: none; 
        padding-inline: 8px; 
        align-content: center; 
        border-left: red solid 4px; 
        width: 100%; 
        height: 35px;
    }

    nav input {
        display: none;
    }

    .kontent {
        padding: 0px 30px 0px 30px;
    }

    .kategori {
        padding: 15px;
        border-bottom: rgb(230, 230, 230) solid 2px;
        scrollbar-width: none;         
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .kategori::-webkit-scrollbar {
        display: none;
    }

    .kategori ul{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    .swiper {
        height: 330px;
    }

    .banner-image img{
        height: 100%;
        width:100%;
        object-fit: cover;
    }

    .news {
        width: 100%;
        justify-content: space-between;
    }

    .more-news {
        gap: 20px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .right-card-news a{
        display: flex;
        width: 35vw;
    }

    .last-news {
        width: 100%;
    }

    .last-news a {
        width: 100%;
    }

    .last-news img{
        width: 100%;
    }

    .card-news {
        width: 44%;
    }

    .card-news a {
    text-decoration: none;
    color: black;
    width: 100%;
    }

    .card-news img{
    }

    .card-news p{
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
    }

    .container-news {
        width: 100%;
    }



    /* detail berita 'open' */

    .detail-kontent{
        padding-top: 60px;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        padding-inline: 30px;
        gap: 30px;
    }

    .left-author {
        width: 25%;
        margin-top: 20px;
    }

    .creator {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
        border-bottom: red solid 4px;
    }

    .detail-news img{
        width: 100%;
    }

    .kategori-detail{
        padding: 15px;
        border-bottom: rgb(230, 230, 230) solid 2px;
        scrollbar-width: none;         
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .kategori-detail::-webkit-scrollbar {
        display: none;
    }

    .kategori-detail ul{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    .container-news {

    }

    .container-news h2{
        margin-bottom: 50px;
        padding-left: 10px;
        border-left: red solid 4px;
    }

    .detail-more-news {
        gap: 20px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .detail-more-news .right-card-news a{
        display: flex;
        width: 40vw;
    }


    /* detail berita 'close' */



    /* kategori berita 'open' */
    .head-category {
        text-align: center;
        padding: 0px 80px; 
        margin-top: 40px;
    }

    .category-news {
        align-items: center;
        justify-content: space-evenly;
        display: flex; 
        flex-wrap: wrap;
        gap: 50px;
        width: 100%;
    }

    .category-card-news {
        width: 42%;
    }

    .category-card-news a{
        justify-content: space-between;
        text-decoration: none;
        color: black;
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 300px;
    }


    /* kategori berita 'close' */




    footer {
        flex-wrap: wrap;
        padding:60px 30px 60px 30px;
        gap: 50px;
        margin-top: 100px;
        background-color: #252525;
        color: white;
        font-size: 15px;
        display: flex;
        align-items:end;
        justify-content: space-between;
    }

    .left-footer {
        width: 100%;
        gap: 30px;
        display: flex;
        flex-direction: column;
    }

    .left-footer .paragraf{
        display: flex;
        flex-wrap: wrap;
        padding-left: 15px;
        border-left: red solid 4px;
        font-size: 18px;

    }

    .left-footer .media-social{

    }

    .left-footer .media-social svg{
        padding-right: 15px;
    }


    .right-footer {
        display: flex;
        flex-direction: column;
    }

    .right-footer .footer-kategori{
        border-left: red solid 4px;
        padding-left: 15px;
    }

    .right-footer .footer-kategori ul{
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, auto); 
        flex-direction: column;
        gap: 25px;
    }



    .right-footer .footer-kategori ul li:nth-child(odd){
        padding-right: 50px;
        /* border: rgb(160, 160, 160) solid; */
    }
    .right-footer .footer-kategori ul li:nth-child(even){
        padding-right: 0px;
        /* border: rgb(255, 0, 0) solid; */
    }

    .right-footer .footer-kategori ul li a{
        font-size: 16px;
        color: white;
        text-decoration: none;
    }
}

@media (max-width: 480px) {


    nav{
        display: flex; 
        align-items: center; 
        justify-content: center; 
        padding: 30px 80px;
        border-bottom: rgb(230, 230, 230) solid 2px;
    }

    nav a{
        text-decoration: none;
        color: black;
        font-family: 'Merriweather', serif;
    }

    nav input{
        background-color: rgb(246, 246, 246); 
        font-size: 14px; 
        border: none; 
        padding-inline: 8px; 
        align-content: center; 
        border-left: red solid 4px; 
        width: 200px; 
        height: 35px;
    }
    
    .pencarian{
        display: block;
        padding-inline: 10%;
        margin-bottom: 20px;
    }
    .pencarian input{
        background-color: rgb(218, 218, 218); 
        font-size: 14px; 
        border: none; 
        padding-inline: 8px; 
        align-content: center; 
        border-left: red solid 4px; 
        width: 100%; 
        height: 35px;
    }

    nav input {
        display: none;
    }


    .kontent {
        padding: 0px 15px 0px 15px;
    }

    .swiper {
        height: 280px;
    }

    .banner-image img{
        height: 100%;
        width:100%;
        object-fit: cover;
    }

    .swiper-slide h1{
        font-size: 24px;
    }

    .news {
        width: 100%;
        gap: 100px;
    }

    .card-news {
        width: 100%;
    }

    .card-news a{
        width: 100%;
    }

    .card-news p{
        width: 100%;
    }

    .card-news a img{
        width: 100%;
    }

    .container-news {
        width: 100%;
    }

    .more-news {
        gap: 20px;
        display: block;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .right-card-news a{
        display: flex;
        width: 100%;
    }


    /* detail berita 'open' */

    .detail-kontent{
        padding-top: 60px;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        padding-inline: 30px;
        gap: 30px;
    }

    .left-author {
        width: 30%;
        margin-top: 20px;
    }

    .creator {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
        border-bottom: red solid 4px;
    }

    .detail-news img{
        width: 100%;
    }

    .kategori-detail{
        padding: 15px;
        border-bottom: rgb(230, 230, 230) solid 2px;
        scrollbar-width: none;         
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .kategori-detail::-webkit-scrollbar {
        display: none;
    }

    .kategori-detail ul{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    .container-news {
    }

    .container-news h2{
        margin-bottom: 50px;
        padding-left: 10px;
        border-left: red solid 4px;
    }

    .detail-more-news {
        gap: 20px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .detail-more-news .right-card-news a{
        display: flex;
        width: 35vw;
        width: 100%;
    }


    /* detail berita 'close' */



    /* kategori berita 'open' */
    .head-category {
        text-align: center;
        padding: 0px 80px; 
        margin-top: 40px;
    }

    .category-news {
        align-items: center;
        justify-content: space-between;
        display: flex; 
        flex-wrap: wrap;
        grid-template-columns: repeat(4, auto); 
        gap: 100px;
        width: 100%;
    }

    .category-card-news {
        width: 100%;
    }

    .category-card-news a{
        justify-content: space-between;
        text-decoration: none;
        color: black;
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }


    /* kategori berita 'close' */



    footer {
        flex-wrap: wrap;
        padding:60px 30px 60px 30px;
        gap: 50px;
        margin-top: 100px;
        background-color: #252525;
        color: white;
        font-size: 15px;
        display: flex;
        align-items:end;
        justify-content: space-between;
    }

    .left-footer {
        width: 100%;
        gap: 30px;
        display: flex;
        flex-direction: column;
    }

    .left-footer .paragraf{
        display: flex;
        flex-wrap: wrap;
        padding-left: 15px;
        border-left: red solid 4px;
        font-size: 18px;
    }

    .left-footer .media-social{
    }

    .left-footer .media-social svg{
        padding-right: 15px;
    }

    .right-footer {
        display: flex;
        flex-direction: column;
    }

    .right-footer .footer-kategori{
        border-left: red solid 4px;
        padding-left: 15px;
    }

    .right-footer .footer-kategori ul{
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, auto); 
        flex-direction: column;
        gap: 25px;
    }


    .right-footer .footer-kategori ul li:nth-child(odd){
        padding-right: 20px;
        /* border: rgb(160, 160, 160) solid; */
    }
    .right-footer .footer-kategori ul li:nth-child(even){
        padding-right: 0px;
        /* border: rgb(255, 0, 0) solid; */
    }

    .right-footer .footer-kategori ul li a{
        font-size: 16px;
        color: white;
        text-decoration: none;
    }
}

@media (max-width: 320px ) {



    .pencarian{
        padding-inline: 10%;
        margin-bottom: 20px;
    }

    .pencarian input{
        background-color: rgb(218, 218, 218); 
        font-size: 14px; 
        border: none; 
        padding-inline: 8px; 
        align-content: center; 
        border-left: red solid 4px; 
        width: 100%; 
        height: 35px;
    }

    .berita {
        padding: 0px 20px; 
    }

    nav input {
        display: none;
    }

    .kategori {
        padding: 15px;
        border-bottom: rgb(230, 230, 230) solid 2px;
        scrollbar-width: none;         
        overflow-x: auto;              
        -webkit-overflow-scrolling: touch;
        white-space: nowrap; 
    }

    .kategori::-webkit-scrollbar {
        display: none;
    }


    .swiper {
        height: 180px;
    }

    .banner-image img{
        height: 100%;
        width:100%;
        object-fit: cover;
    }

    .swiper-slide {
    }

    .swiper-slide h1{
        font-size: 16px;
    }

    .swiper-slide h1{
        font-size: 16px;
    }

    .container-news {
        width: 100%;
    }



    /* detail berita 'open' */

    .detail-kontent{
        padding-top: 30px;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
        padding-inline: 30px;
        gap: 30px;
    }

    .left-author {
        width: 50%;
        margin-top: 20px;
    }

    .creator {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
        border-bottom: red solid 4px;
    }

    .detail-news img{
        width: 100%;
    }

    .kategori-detail{
        padding: 15px;
        border-bottom: rgb(230, 230, 230) solid 2px;
        scrollbar-width: none;         
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .kategori-detail::-webkit-scrollbar {
        display: none;
    }

    .kategori-detail ul{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }


    .container-news {
    }

    .container-news h2{
        margin-bottom: 50px;
        padding-left: 10px;
        border-left: red solid 4px;
    }

    .detail-more-news {
        gap: 20px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .detail-more-news .right-card-news a{
        display: flex;
        width: 35vw;
        width: 100%;
    }


    /* detail berita 'close' */



    /* kategori berita 'open' */
    .head-category {
        text-align: center;
        padding: 0px 80px; 
        margin-top: 40px;
    }

    .category-news {
        align-items: center;
        justify-content: space-between;
        display: flex; 
        flex-wrap: wrap;
        grid-template-columns: repeat(4, auto); 
        gap: 100px;
        width: 100%;
    }

    .category-card-news a{
        justify-content: space-between;
        text-decoration: none;
        color: black;
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 300px;
    }


    /* kategori berita 'close' */




    footer {
        flex-wrap: wrap;
        padding:60px 30px 60px 30px;
        gap: 50px;
        margin-top: 100px;
        background-color: #252525;
        color: white;
        font-size: 15px;
        display: flex;
        align-items:end;
        justify-content: space-between;
    }

    .left-footer {
        width: 100%;
        gap: 30px;
        display: flex;
        flex-direction: column;
    }

    .left-footer .paragraf{
        display: flex;
        flex-wrap: wrap;
        padding-left: 15px;
        border-left: red solid 4px;
        font-size: 18px;
    }

    .left-footer .media-social{
    }

    .left-footer .media-social svg{
        padding-right: 15px;
    }

    .right-footer {
        display: flex;
        flex-direction: column;
    }

    .right-footer .footer-kategori{
        border-left: red solid 4px;
        padding-left: 15px;
    }

    .right-footer .footer-kategori ul{
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, auto); 
        flex-direction: column;
        gap: 25px;
    }



    .right-footer .footer-kategori ul li:nth-child(odd){
        padding-right: 10px;
        /* border: rgb(160, 160, 160) solid; */
    }
    .right-footer .footer-kategori ul li:nth-child(even){
        padding-right: 0px;
        /* border: rgb(255, 0, 0) solid; */
    }

    .right-footer .footer-kategori ul li a{
        font-size: 16px;
        color: white;
        text-decoration: none;
    }
}
/* @media screen {max-width: 320px;} */

/* 320px (layar kecil), 480px (ponsel lebih besar), 768px (tablet), 1024px (laptop kecil), dan 1280px ke atas (desktop besar).*/
/* responsive 'close'*/